/* World Cup premium campaign layer */
:root {
  --wc-navy: #071a3f;
  --wc-blue: #0a2a62;
  --wc-sky: #79cfff;
  --wc-sky-soft: #b9e7ff;
  --wc-white: #f7fbff;
  --wc-gold: #d8b45a;
  --wc-red: #d7263d;
  --wc-text: #111827;
  --wc-bg-soft: #eaf2fb;

  --wc-shadow-soft: 0 18px 48px rgba(7, 26, 63, 0.18);
  --wc-shadow-strong: 0 24px 64px rgba(10, 42, 98, 0.22);
  --wc-glow-sky: 0 0 40px rgba(121, 207, 255, 0.28);
  --wc-glow-gold: 0 0 22px rgba(216, 180, 90, 0.2);

  --wc-radius-md: 16px;
  --wc-radius-lg: 24px;
  --wc-radius-xl: 32px;

  --wc-ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --wc-motion-fast: 220ms;
  --wc-motion-base: 420ms;
  --wc-motion-hero: 800ms;

  --wc-panel-bg:
    radial-gradient(circle at top left, rgba(121, 207, 255, 0.12), transparent 34%),
    radial-gradient(circle at top right, rgba(216, 180, 90, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.95), rgba(255, 255, 255, 0.9));
  --wc-panel-border: rgba(10, 42, 98, 0.1);
  --wc-led-line:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(121, 207, 255, 0.18) 16%,
      rgba(216, 180, 90, 0.34) 50%,
      rgba(121, 207, 255, 0.18) 84%,
      transparent 100%
    );
}

.worldcup-theme {
  color: var(--wc-text);
}

.worldcup-theme .page-container {
  position: relative;
  isolation: isolate;
}

.worldcup-theme .page-container::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(216, 180, 90, 0.08), transparent 22%),
    radial-gradient(circle at 86% 8%, rgba(121, 207, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.22), rgba(234, 242, 251, 0));
  opacity: 0.9;
  z-index: 0;
}

.worldcup-theme .page-container > * {
  position: relative;
  z-index: 1;
}

.worldcup-theme .header {
  position: sticky;
  isolation: isolate;
  background:
    linear-gradient(112deg, rgba(6, 24, 58, 0.97) 0%, rgba(10, 42, 98, 0.95) 34%, rgba(84, 53, 108, 0.92) 62%, rgba(215, 38, 61, 0.92) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 54%);
  border-bottom: 1px solid rgba(216, 180, 90, 0.18);
  box-shadow:
    0 14px 34px rgba(7, 26, 63, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  backdrop-filter: saturate(1.18) blur(8px);
  -webkit-backdrop-filter: saturate(1.18) blur(8px);
}

.worldcup-theme .header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--wc-led-line);
  opacity: 0.98;
  pointer-events: none;
}

.worldcup-theme .header::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -10px;
  height: 20px;
  background:
    radial-gradient(circle at center, rgba(121, 207, 255, 0.22), transparent 68%),
    radial-gradient(circle at center, rgba(216, 180, 90, 0.12), transparent 76%);
  pointer-events: none;
  opacity: 0.62;
}

.worldcup-theme .header .container::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 36%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 13.5%,
      rgba(255, 255, 255, 0.025) 14%,
      transparent 14.5%
    );
  opacity: 0.62;
}

.worldcup-theme .header-content {
  position: relative;
  gap: clamp(20px, 3vw, 42px);
  min-height: 86px;
}

.worldcup-theme .logo {
  position: relative;
  isolation: isolate;
  flex-shrink: 0;
}

.worldcup-theme .logo::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 138px;
  height: 68px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(121, 207, 255, 0.18), transparent 62%),
    radial-gradient(circle at center, rgba(216, 180, 90, 0.12), transparent 74%);
  transform: translate(-50%, -50%);
  opacity: 0.9;
  z-index: -1;
  pointer-events: none;
}

.worldcup-theme .logo-img {
  filter:
    drop-shadow(0 10px 22px rgba(7, 26, 63, 0.24))
    drop-shadow(0 0 12px rgba(121, 207, 255, 0.08));
}

.worldcup-theme .nav-desktop {
  gap: clamp(12px, 1.6vw, 22px);
}

.worldcup-theme .nav-desktop .nav-link {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  color: rgba(247, 251, 255, 0.92);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0);
}

.worldcup-theme .nav-desktop .nav-link:hover,
.worldcup-theme .nav-desktop .nav-link:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(121, 207, 255, 0.08));
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--wc-white);
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px rgba(7, 26, 63, 0.16),
    inset 0 -1px 0 rgba(216, 180, 90, 0.34);
}

.worldcup-theme .nav-desktop .nav-link.active {
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.18), rgba(121, 207, 255, 0.14)),
    linear-gradient(135deg, rgba(7, 26, 63, 0.22), rgba(7, 26, 63, 0.08));
  border-color: rgba(247, 251, 255, 0.14);
  color: var(--wc-white);
  box-shadow:
    0 12px 24px rgba(7, 26, 63, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    inset 0 -1px 0 rgba(216, 180, 90, 0.4);
}

.worldcup-theme .nav-dropdown > .nav-link {
  gap: 6px;
}

.worldcup-theme .dropdown-menu {
  margin-top: 10px;
  border: 1px solid rgba(10, 42, 98, 0.08);
  background:
    radial-gradient(circle at top right, rgba(121, 207, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.94));
  box-shadow:
    0 18px 38px rgba(7, 26, 63, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.24) inset;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.worldcup-theme .dropdown-item {
  border-left: 2px solid transparent;
}

.worldcup-theme .dropdown-item:hover,
.worldcup-theme .dropdown-item:focus-visible {
  background-color: rgba(121, 207, 255, 0.1);
  color: var(--wc-blue);
  border-left-color: rgba(216, 180, 90, 0.68);
  padding-left: calc(var(--spacing-md) + 6px);
}

.worldcup-theme .menu-toggle {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(121, 207, 255, 0.08));
  box-shadow:
    0 10px 22px rgba(7, 26, 63, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.worldcup-theme .menu-toggle:hover,
.worldcup-theme .menu-toggle:focus-visible,
.worldcup-theme .menu-toggle.active {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(121, 207, 255, 0.12));
  border-color: rgba(255, 255, 255, 0.16);
}

.worldcup-theme .nav-mobile {
  border-top: 1px solid rgba(121, 207, 255, 0.14);
  background:
    linear-gradient(160deg, rgba(7, 15, 34, 0.98), rgba(10, 42, 98, 0.95)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 40%);
  box-shadow:
    0 22px 44px rgba(7, 26, 63, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

.worldcup-theme .nav-mobile.open {
  border-top-color: rgba(216, 180, 90, 0.18);
}

.worldcup-theme .nav-mobile .nav-link {
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid transparent;
}

.worldcup-theme .nav-mobile .nav-link:hover,
.worldcup-theme .nav-mobile .nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}

.worldcup-theme .nav-mobile .nav-link.active {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(121, 207, 255, 0.12));
  border-color: rgba(247, 251, 255, 0.14);
  box-shadow: inset 0 -1px 0 rgba(216, 180, 90, 0.3);
}

.worldcup-theme .nav-mobile-submenu .nav-link {
  background: rgba(255, 255, 255, 0.04);
}
}

.worldcup-theme .nav-link,
.worldcup-theme .dropdown-item,
.worldcup-theme .btn,
.worldcup-theme .city-btn,
.worldcup-theme .flyer-thumb,
.worldcup-theme .individual-card,
.worldcup-theme .home-branch-card,
.worldcup-theme .offers-main-flyer,
.worldcup-theme .branch-card,
.worldcup-theme .feature-card,
.worldcup-theme .contact-form,
.worldcup-theme .careers-form-section,
.worldcup-theme .mission-card,
.worldcup-theme .vision-card,
.worldcup-theme .value-item-modern {
  transition:
    transform var(--wc-motion-fast) var(--wc-ease-premium),
    box-shadow var(--wc-motion-fast) var(--wc-ease-premium),
    border-color var(--wc-motion-fast) var(--wc-ease-premium),
    background-color var(--wc-motion-fast) var(--wc-ease-premium),
    color var(--wc-motion-fast) var(--wc-ease-premium);
}

.worldcup-theme .retail-hero {
  background:
    radial-gradient(circle at 78% 28%, rgba(121, 207, 255, 0.22), transparent 19rem),
    radial-gradient(circle at 24% 18%, rgba(247, 251, 255, 0.08), transparent 24rem),
    linear-gradient(135deg, var(--wc-navy) 0%, var(--wc-blue) 52%, #102a57 100%);
}

.worldcup-theme .retail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
    radial-gradient(circle at bottom center, rgba(121, 207, 255, 0.16), transparent 34%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 9.5%,
      rgba(255, 255, 255, 0.025) 10%,
      transparent 10.5%
    );
  opacity: 0.95;
  pointer-events: none;
}

.worldcup-theme .retail-hero::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 20%;
  background: radial-gradient(circle at center, rgba(121, 207, 255, 0.18), transparent 70%);
  opacity: 0.85;
  pointer-events: none;
}

.worldcup-theme .retail-hero-copy h1,
.worldcup-theme .page-header h1,
.worldcup-theme .section-title,
.worldcup-theme .branches-title,
.worldcup-theme .company-hero-title {
  text-wrap: balance;
}

.worldcup-theme .retail-hero-copy p,
.worldcup-theme .section-subtitle,
.worldcup-theme .page-header p,
.worldcup-theme .branches-subtitle {
  text-wrap: pretty;
}

.worldcup-theme .retail-hero-flyer img {
  box-shadow:
    0 30px 68px rgba(7, 26, 63, 0.32),
    0 0 0 1px rgba(185, 231, 255, 0.18),
    0 0 34px rgba(121, 207, 255, 0.16);
}

.worldcup-theme .retail-hero-button,
.worldcup-theme .btn-retail-primary,
.worldcup-theme .btn-retail-blue,
.worldcup-theme .btn-primary,
.worldcup-theme .btn-directions {
  position: relative;
  overflow: hidden;
}

.worldcup-theme .retail-hero-button::after,
.worldcup-theme .btn-retail-primary::after,
.worldcup-theme .btn-retail-blue::after,
.worldcup-theme .btn-primary::after,
.worldcup-theme .btn-directions::after,
.cta-worldcup::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  transform: translateX(-130%);
  transition: transform var(--wc-motion-base) var(--wc-ease-premium);
  pointer-events: none;
}

.worldcup-theme .retail-hero-button:hover::after,
.worldcup-theme .btn-retail-primary:hover::after,
.worldcup-theme .btn-retail-blue:hover::after,
.worldcup-theme .btn-primary:hover::after,
.worldcup-theme .btn-directions:hover::after,
.cta-worldcup:hover::after {
  transform: translateX(130%);
}

.worldcup-theme .offers-main-card,
.worldcup-theme .home-branch-card,
.worldcup-theme .rrhh-home-card,
.worldcup-theme .feature-card,
.worldcup-theme .branch-card,
.worldcup-theme .contact-form,
.worldcup-theme .careers-form-section,
.worldcup-theme .mission-card,
.worldcup-theme .vision-card,
.worldcup-theme .value-item-modern {
  background: var(--wc-panel-bg);
  border: 1px solid var(--wc-panel-border);
  box-shadow: var(--wc-shadow-soft);
}

.worldcup-theme .offers-main-card,
.worldcup-theme .contact-form,
.worldcup-theme .careers-form-section {
  border-radius: var(--wc-radius-lg);
}

.worldcup-theme .flyer-thumb,
.worldcup-theme .individual-card,
.worldcup-theme .offers-main-flyer {
  border: 1px solid rgba(10, 42, 98, 0.08);
  box-shadow:
    0 18px 40px rgba(7, 26, 63, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}

.worldcup-theme .flyer-thumb:hover,
.worldcup-theme .individual-card:hover,
.worldcup-theme .offers-main-flyer:hover,
.worldcup-theme .home-branch-card:hover,
.worldcup-theme .feature-card:hover,
.worldcup-theme .branch-card:hover {
  box-shadow: var(--wc-shadow-strong);
}

.worldcup-theme .weekly-badge,
.premium-badge,
.matchday-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(121, 207, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(10, 42, 98, 0.95), rgba(121, 207, 255, 0.42)),
    linear-gradient(135deg, rgba(247, 251, 255, 0.18), rgba(247, 251, 255, 0.02));
  color: var(--wc-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(7, 26, 63, 0.22);
}

.matchday-badge {
  border-color: rgba(216, 180, 90, 0.45);
  background:
    linear-gradient(135deg, rgba(10, 42, 98, 0.92), rgba(216, 180, 90, 0.34)),
    linear-gradient(135deg, rgba(247, 251, 255, 0.16), rgba(247, 251, 255, 0.04));
}

.argentina-glow {
  box-shadow: var(--wc-glow-sky);
}

.gold-accent {
  color: var(--wc-gold);
}

.skyline-gradient {
  background:
    linear-gradient(135deg, rgba(7, 26, 63, 0.96), rgba(10, 42, 98, 0.88)),
    linear-gradient(90deg, rgba(121, 207, 255, 0.14), rgba(216, 180, 90, 0.06));
  color: var(--wc-white);
}

.stadium-bg,
.section-worldcup {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.stadium-bg::before,
.section-worldcup::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top center, rgba(185, 231, 255, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 26%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 11%,
      rgba(121, 207, 255, 0.035) 11.4%,
      transparent 11.8%
    );
  opacity: 0.8;
  z-index: 0;
}

.stadium-light,
.broadcast-line,
.led-divider {
  position: relative;
}

.stadium-light::after,
.broadcast-line::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 2px;
  background: var(--wc-led-line);
  opacity: 0.95;
  pointer-events: none;
}

.led-divider {
  width: min(100%, 220px);
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--wc-led-line);
  box-shadow: 0 0 18px rgba(121, 207, 255, 0.28);
}

.argentina-panel,
.offer-glow-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--wc-radius-lg);
  border: 1px solid var(--wc-panel-border);
  background: var(--wc-panel-bg);
  box-shadow: var(--wc-shadow-soft);
}

.offer-glow-card::before,
.hover-light::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -22%;
  width: 55%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: rotate(18deg) translateX(-120%);
  transition: transform var(--wc-motion-base) var(--wc-ease-premium);
  pointer-events: none;
}

.offer-glow-card:hover::before,
.hover-light:hover::before {
  transform: rotate(18deg) translateX(260%);
}

.glass-soft {
  background: rgba(247, 251, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: var(--wc-shadow-soft);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cta-worldcup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(216, 180, 90, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wc-red) 0%, #c3162f 100%);
  color: var(--wc-white);
  text-decoration: none;
  font-weight: 800;
  box-shadow:
    0 16px 30px rgba(215, 38, 61, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.decorative-orbit {
  position: absolute;
  width: clamp(120px, 18vw, 220px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(121, 207, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(247, 251, 255, 0.06);
  pointer-events: none;
}

.motion-ready {
  transition:
    transform var(--wc-motion-fast) var(--wc-ease-premium),
    opacity var(--wc-motion-fast) var(--wc-ease-premium),
    box-shadow var(--wc-motion-fast) var(--wc-ease-premium);
}

.reveal-soft {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-soft.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity var(--wc-motion-base) var(--wc-ease-premium),
    transform var(--wc-motion-base) var(--wc-ease-premium);
}

.hover-light {
  position: relative;
  overflow: hidden;
}

.worldcup-theme .offers-main-card,
.worldcup-theme .offers-grid-section,
.worldcup-theme .features,
.worldcup-theme .contact-section,
.worldcup-theme .careers-section,
.worldcup-theme .company-section,
.worldcup-theme .branches-section {
  position: relative;
}

.worldcup-theme .offers-grid-section::before,
.worldcup-theme .features::before,
.worldcup-theme .branches-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: min(7vw, 80px);
  right: min(7vw, 80px);
  height: 1px;
  background: var(--wc-led-line);
  opacity: 0.75;
  pointer-events: none;
}

.worldcup-theme .city-btn.active,
.worldcup-theme .btn-retail-primary,
.worldcup-theme .weekly-badge {
  box-shadow:
    0 14px 28px rgba(215, 38, 61, 0.24),
    0 0 22px rgba(121, 207, 255, 0.12);
}

.worldcup-theme .btn-retail-blue,
.worldcup-theme .btn-directions,
.worldcup-theme .branch-header {
  box-shadow:
    0 16px 30px rgba(10, 42, 98, 0.22),
    0 0 22px rgba(121, 207, 255, 0.08);
}

.worldcup-theme .contact-form,
.worldcup-theme .careers-form-section,
.worldcup-theme .offers-main-card {
  background:
    radial-gradient(circle at top right, rgba(121, 207, 255, 0.12), transparent 26%),
    radial-gradient(circle at bottom left, rgba(216, 180, 90, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.94));
}

.worldcup-theme .company-hero {
  background:
    radial-gradient(circle at top center, rgba(121, 207, 255, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(10, 42, 98, 0.96), rgba(215, 38, 61, 0.88));
}

.worldcup-theme .company-hero::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 44%),
    radial-gradient(circle at 80% 22%, rgba(121, 207, 255, 0.14) 0%, transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 26%);
}

@media (max-width: 991px) {
  .worldcup-theme .page-container::before {
    opacity: 0.78;
  }

  .worldcup-theme .retail-hero::after {
    opacity: 0.55;
  }

  .glass-soft {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}

@media (max-width: 767px) {
  .worldcup-theme .page-container::before {
    background:
      radial-gradient(circle at 80% 6%, rgba(121, 207, 255, 0.08), transparent 20%),
      linear-gradient(180deg, rgba(247, 251, 255, 0.14), rgba(234, 242, 251, 0));
    opacity: 0.72;
  }

  .worldcup-theme .header::after,
  .worldcup-theme .retail-hero::after,
  .stadium-bg::before,
  .section-worldcup::before {
    opacity: 0.45;
  }

  .worldcup-theme .offers-main-card,
  .worldcup-theme .contact-form,
  .worldcup-theme .careers-form-section,
  .worldcup-theme .branch-card,
  .worldcup-theme .feature-card,
  .worldcup-theme .home-branch-card,
  .worldcup-theme .rrhh-home-card {
    box-shadow: 0 14px 28px rgba(7, 26, 63, 0.12);
  }

  .worldcup-theme .flyer-thumb,
  .worldcup-theme .individual-card,
  .worldcup-theme .offers-main-flyer {
    box-shadow: 0 10px 24px rgba(7, 26, 63, 0.14);
  }

  .decorative-orbit,
  .hover-light::before,
  .offer-glow-card::before {
    display: none;
  }

  .glass-soft {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 520px) {
  .premium-badge,
  .matchday-badge,
  .worldcup-theme .weekly-badge {
    min-height: 30px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .cta-worldcup {
    min-height: 44px;
    padding-inline: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready,
  .reveal-soft,
  .reveal-soft.is-visible,
  .hover-light::before,
  .offer-glow-card::before,
  .worldcup-theme .retail-hero::before,
  .worldcup-theme .retail-hero::after,
  .worldcup-theme .page-container::before {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    transform: none !important;
  }

  .reveal-soft {
    opacity: 1;
  }
}

/* ================================
   World Cup Theme — Shared Page Elements
================================ */

.worldcup-theme .page-header,
.worldcup-theme .branches-header,
.worldcup-theme .company-hero-content,
.worldcup-theme .section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.worldcup-theme .page-header .premium-badge,
.worldcup-theme .branches-header .premium-badge,
.worldcup-theme .company-hero-content .premium-badge,
.worldcup-theme .section-head .premium-badge,
.worldcup-theme .section-head .matchday-badge {
  margin-bottom: 2px;
}

.worldcup-theme .campaign-microcopy {
  max-width: 42ch;
  margin: 2px auto 0;
  color: var(--wc-blue);
  font-size: 0.98rem;
  font-weight: 700;
  text-wrap: balance;
}

.worldcup-theme a:focus-visible,
.worldcup-theme button:focus-visible,
.worldcup-theme input:focus-visible,
.worldcup-theme select:focus-visible,
.worldcup-theme textarea:focus-visible {
  outline: 3px solid rgba(121, 207, 255, 0.8);
  outline-offset: 3px;
}

.worldcup-theme input:focus,
.worldcup-theme select:focus,
.worldcup-theme textarea:focus {
  border-color: rgba(10, 42, 98, 0.34);
  box-shadow:
    0 0 0 4px rgba(121, 207, 255, 0.18),
    0 10px 24px rgba(7, 26, 63, 0.08);
}

/* ================================
   World Cup Theme — Home
================================ */

.worldcup-theme .hero-campaign-badge {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  pointer-events: none;
}

.worldcup-theme .hero-led-divider {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 4;
  width: min(220px, 44vw);
  transform: translateX(-50%);
}

.worldcup-theme .individuals-section {
  background:
    radial-gradient(circle at top center, rgba(121, 207, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.76), rgba(244, 239, 230, 0.98));
}

.worldcup-theme .individuals-section .section-head,
.worldcup-theme .home-branches .section-head {
  margin-bottom: calc(var(--spacing-lg) + 4px);
}

.worldcup-theme .home-branch-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(121, 207, 255, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(247, 251, 255, 0.98), rgba(255, 255, 255, 0.92));
}

.worldcup-theme .home-branch-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: var(--wc-led-line);
  opacity: 0.78;
}

.worldcup-theme .features {
  background:
    radial-gradient(circle at top left, rgba(121, 207, 255, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.7), rgba(244, 239, 230, 0.94));
}

.worldcup-theme .feature-card {
  border-radius: var(--wc-radius-md);
}

.worldcup-theme .rrhh-home-card {
  position: relative;
  overflow: hidden;
}

.worldcup-theme .rrhh-home-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: var(--wc-led-line);
  opacity: 0.92;
}

/* ================================
   World Cup Theme — Ofertas
================================ */

.worldcup-theme .offers-weekly-header {
  padding-bottom: calc(var(--spacing-lg) + 6px);
}

.worldcup-theme .offers-main-card .matchday-badge {
  margin-bottom: 6px;
}

.worldcup-theme .offers-main-copy h2,
.worldcup-theme .offers-main-copy p {
  max-width: 34ch;
}

.worldcup-theme .offers-led-divider {
  margin: 0 auto var(--spacing-xl);
}

.worldcup-theme .offers-grid-section .flyer-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.worldcup-theme .offers-grid-section .flyer-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgba(7, 26, 63, 0.12) 100%),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  opacity: 0;
  transform: translateX(-24%);
  transition:
    opacity var(--wc-motion-fast) var(--wc-ease-premium),
    transform var(--wc-motion-base) var(--wc-ease-premium);
  pointer-events: none;
}

.worldcup-theme .offers-grid-section .flyer-thumb:hover::after,
.worldcup-theme .offers-grid-section .flyer-thumb:focus-visible::after {
  opacity: 1;
  transform: translateX(12%);
}

/* ================================
   World Cup Theme — Sucursales
================================ */

.worldcup-theme .branches-header {
  gap: 12px;
}

.worldcup-theme .branches-led-divider {
  margin-top: 4px;
}

.worldcup-theme .city-btn {
  border-radius: 16px;
  box-shadow:
    0 10px 24px rgba(7, 26, 63, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.54) inset;
}

.worldcup-theme .city-btn.active {
  box-shadow:
    0 14px 28px rgba(215, 38, 61, 0.2),
    0 0 22px rgba(121, 207, 255, 0.1);
}

.worldcup-theme .branch-card {
  border-radius: var(--wc-radius-lg);
}

.worldcup-theme .branch-header {
  position: relative;
  overflow: hidden;
}

.worldcup-theme .branch-header::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.worldcup-theme .branch-badge {
  box-shadow: 0 8px 18px rgba(7, 26, 63, 0.14);
}

/* ================================
   World Cup Theme — Empresa
================================ */

.worldcup-theme .company-hero-content {
  gap: 14px;
}

.worldcup-theme .company-hero-divider {
  width: min(220px, 44vw);
  margin-top: 2px;
}

.worldcup-theme .company-story .story-content {
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--wc-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(121, 207, 255, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.94), rgba(255, 255, 255, 0.9));
  border: 1px solid var(--wc-panel-border);
  box-shadow: var(--wc-shadow-soft);
}

.worldcup-theme .story-label,
.worldcup-theme .values-label {
  border: 1px solid rgba(216, 180, 90, 0.24);
  box-shadow: 0 10px 24px rgba(7, 26, 63, 0.08);
}

/* ================================
   World Cup Theme — Contacto
================================ */

.worldcup-theme .contact-section .container {
  position: relative;
}

.worldcup-theme .contact-form {
  position: relative;
  overflow: hidden;
}

.worldcup-theme .contact-form::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: var(--wc-led-line);
  opacity: 0.92;
}

.worldcup-theme .contact-form h2 {
  color: var(--wc-text);
}

.worldcup-theme .cta-worldcup {
  width: 100%;
  border: none;
}

.worldcup-theme .cta-worldcup:disabled {
  opacity: 0.72;
  box-shadow: none;
}

/* ================================
   World Cup Theme — Trabaja con Nosotros
================================ */

.worldcup-theme .careers-content {
  gap: var(--spacing-lg);
}

.worldcup-theme .careers-intro.argentina-panel,
.worldcup-theme .careers-benefits.argentina-panel {
  border-radius: var(--wc-radius-lg);
  box-shadow: var(--wc-shadow-soft);
}

.worldcup-theme .benefit-item {
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.94), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(10, 42, 98, 0.08);
}

.worldcup-theme .careers-form-section {
  position: relative;
  overflow: hidden;
}

.worldcup-theme .careers-form-section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: var(--wc-led-line);
  opacity: 0.92;
}

@media (min-width: 992px) {
  body.worldcup-theme.careers-page .page-header-compact {
    display: none;
  }

  body.worldcup-theme.careers-page .careers-section {
    margin-top: 0;
    padding: 18px 0 20px;
    min-height: 0;
  }

  body.worldcup-theme.careers-page .careers-content {
    max-width: 1220px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 18px 24px;
    align-items: start;
    align-content: start;
  }

  body.worldcup-theme.careers-page .careers-intro {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    padding: 1.15rem 1.2rem 1rem;
    text-align: left;
  }

  body.worldcup-theme.careers-page .careers-benefits {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
    padding: 0.9rem 1rem;
  }

  body.worldcup-theme.careers-page .careers-form-section {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    padding: 0.9rem 1rem 0.95rem;
  }

  body.worldcup-theme.careers-page .careers-icon-compact {
    width: 52px;
    height: 52px;
    margin: 0 0 0.85rem;
  }

  body.worldcup-theme.careers-page .careers-heading-compact {
    margin-bottom: 0.45rem;
    font-size: clamp(1.8rem, 2.2vw, 2.3rem);
    line-height: 1.05;
  }

  body.worldcup-theme.careers-page .careers-copy-compact {
    max-width: 33ch;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  body.worldcup-theme.careers-page .benefits-title-compact {
    margin-bottom: 0.8rem;
    font-size: 1.08rem;
    text-align: left;
  }

  body.worldcup-theme.careers-page .benefits-grid,
  body.worldcup-theme.careers-page .benefits-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.worldcup-theme.careers-page .benefit-item,
  body.worldcup-theme.careers-page .benefit-item-compact {
    min-height: 0;
    padding: 0.75rem 0.8rem;
    gap: 10px;
  }

  body.worldcup-theme.careers-page .benefit-text-compact {
    font-size: 0.88rem;
    line-height: 1.25;
  }

  body.worldcup-theme.careers-page .form-header-compact {
    margin-bottom: 0.8rem;
    padding-bottom: 0.75rem;
    gap: 10px;
  }

  body.worldcup-theme.careers-page .form-header-compact svg {
    width: 20px;
    height: 20px;
  }

  body.worldcup-theme.careers-page .form-title-compact {
    font-size: 1.24rem;
    line-height: 1.1;
  }

  body.worldcup-theme.careers-page .message {
    padding: 10px 12px;
    margin-bottom: 10px;
  }

  body.worldcup-theme.careers-page .careers-form .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    margin-bottom: 6px;
    align-items: start;
  }

  body.worldcup-theme.careers-page .form-row-interest {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  }

  body.worldcup-theme.careers-page .careers-form .form-group {
    margin-bottom: 6px;
  }

  body.worldcup-theme.careers-page .careers-form .form-group label {
    margin-bottom: 4px;
    font-size: 0.9rem;
    gap: 6px;
  }

  body.worldcup-theme.careers-page .careers-form .form-group input,
  body.worldcup-theme.careers-page .careers-form .form-group textarea,
  body.worldcup-theme.careers-page .careers-form .form-group select {
    padding: 10px 12px;
    font-size: 0.93rem;
    border-radius: 10px;
  }

  body.worldcup-theme.careers-page .careers-form .form-group textarea {
    min-height: 68px;
    resize: none;
  }

  body.worldcup-theme.careers-page .careers-form .form-group small {
    margin-top: 4px;
    font-size: 0.78rem;
  }

  body.worldcup-theme.careers-page .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 8px 12px;
    margin: 6px 0 0;
    padding: 8px 10px;
    border-radius: 14px;
  }

  body.worldcup-theme.careers-page .checkbox-group label {
    margin-bottom: 0;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.2;
    font-size: 0.88rem;
    min-width: 0;
  }

  body.worldcup-theme.careers-page .checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 0;
  }

  body.worldcup-theme.careers-page .checkbox-group span {
    display: block;
    min-width: 0;
    white-space: normal;
  }

  body.worldcup-theme.careers-page .file-input-wrapper {
    margin-bottom: 4px;
  }

  body.worldcup-theme.careers-page .form-row-interest .form-group-interest,
  body.worldcup-theme.careers-page .form-row-upload .form-group {
    margin-bottom: 0;
  }

  body.worldcup-theme.careers-page .form-row-upload .form-group-message textarea {
    min-height: 84px;
  }

  body.worldcup-theme.careers-page .file-input-label {
    width: 100%;
    justify-content: center;
    padding: 9px 10px;
    border-radius: 10px;
  }

  body.worldcup-theme.careers-page .btn-large {
    min-height: 48px;
    padding: 12px 16px;
    font-size: 1rem;
  }

  body.worldcup-theme.careers-page .footer {
    margin-top: 18px;
    padding: 24px 0 14px;
  }

  body.worldcup-theme.careers-page .footer-content {
    gap: 14px;
    margin-bottom: 14px;
  }

  body.worldcup-theme.careers-page .footer-section h3,
  body.worldcup-theme.careers-page .footer-section h4 {
    margin-bottom: 10px;
  }

  body.worldcup-theme.careers-page .footer-section ul li {
    margin-bottom: 4px;
  }
}

@media (min-width: 992px) and (max-height: 900px) {
  body.worldcup-theme.careers-page .careers-section {
    padding: 10px 0 12px;
  }

  body.worldcup-theme.careers-page .careers-intro {
    padding: 1.1rem 1.1rem 1rem;
  }

  body.worldcup-theme.careers-page .careers-benefits,
  body.worldcup-theme.careers-page .careers-form-section {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
  }

  body.worldcup-theme.careers-page .careers-heading-compact {
    font-size: clamp(1.65rem, 2vw, 2.05rem);
  }

  body.worldcup-theme.careers-page .careers-copy-compact {
    font-size: 0.93rem;
    line-height: 1.42;
  }

  body.worldcup-theme.careers-page .benefit-item,
  body.worldcup-theme.careers-page .benefit-item-compact {
    padding: 0.65rem 0.72rem;
  }

  body.worldcup-theme.careers-page .careers-form .form-group input,
  body.worldcup-theme.careers-page .careers-form .form-group textarea,
  body.worldcup-theme.careers-page .careers-form .form-group select {
    padding: 9px 11px;
  }

  body.worldcup-theme.careers-page .careers-form .form-group textarea {
    min-height: 58px;
  }

  body.worldcup-theme.careers-page .checkbox-group {
    gap: 6px 8px;
    padding: 7px 8px;
  }

  body.worldcup-theme.careers-page .form-row-upload .form-group-message textarea {
    min-height: 70px;
  }

  body.worldcup-theme.careers-page .footer {
    display: none;
  }
}

/* ================================
   World Cup Theme — Footer
================================ */

.worldcup-theme .footer {
  position: relative;
  background:
    radial-gradient(circle at top center, rgba(121, 207, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #11151d 0%, #0b1327 100%);
}

.worldcup-theme .footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: min(6vw, 56px);
  right: min(6vw, 56px);
  height: 1px;
  background: var(--wc-led-line);
  opacity: 0.86;
  pointer-events: none;
}

.worldcup-theme .footer-section a:hover {
  color: var(--wc-sky-soft);
}

.worldcup-theme .footer-bottom {
  border-top-color: rgba(121, 207, 255, 0.14);
}

body.worldcup-theme.contact-page .footer {
  padding-top: 0;
}

body.worldcup-theme.contact-page .footer-content {
  display: none;
}

body.worldcup-theme.contact-page .footer-bottom {
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 991px) {
  .worldcup-theme .offers-main-copy h2,
  .worldcup-theme .offers-main-copy p {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .worldcup-theme .hero-campaign-badge {
    top: 16px;
  }

  .worldcup-theme .hero-led-divider {
    width: min(180px, 52vw);
  }

  .worldcup-theme .page-header,
  .worldcup-theme .branches-header,
  .worldcup-theme .company-hero-content,
  .worldcup-theme .section-head {
    gap: 8px;
  }

  .worldcup-theme .campaign-microcopy {
    font-size: 0.92rem;
  }

  .worldcup-theme .offers-weekly-header h1 {
    max-width: 9ch;
    margin-inline: auto;
    font-size: clamp(2.2rem, 10.8vw, 3.4rem);
    line-height: 1.02;
  }

  .worldcup-theme .careers-intro h2 {
    max-width: 12ch;
    margin-inline: auto;
    font-size: clamp(2rem, 8.8vw, 2.6rem);
    text-wrap: balance;
  }

  .worldcup-theme .careers-copy-compact {
    max-width: 30ch;
    margin-inline: auto;
  }

  .worldcup-theme .company-story .story-content {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .worldcup-theme .hero-campaign-badge {
    top: 14px;
  }

  .worldcup-theme .hero-led-divider,
  .worldcup-theme .company-hero-divider,
  .worldcup-theme .branches-led-divider,
  .worldcup-theme .offers-led-divider {
    width: min(150px, 46vw);
  }

  .worldcup-theme .page-header,
  .worldcup-theme .branches-header,
  .worldcup-theme .company-hero-content,
  .worldcup-theme .section-head {
    padding-inline: 6px;
  }

  .worldcup-theme .campaign-microcopy {
    max-width: 30ch;
  }

  .worldcup-theme .offers-weekly-header h1 {
    max-width: 8ch;
  }
}

/* ================================
   World Cup Theme — Motion & Atmosphere
================================ */

body.worldcup-theme.wc-motion-safe .premium-badge,
body.worldcup-theme.wc-motion-safe .matchday-badge,
body.worldcup-theme.wc-motion-safe .weekly-badge,
body.worldcup-theme.wc-motion-safe .retail-hero::after,
body.worldcup-theme.wc-motion-safe .offers-main-card::after,
body.worldcup-theme.wc-motion-safe .offers-weekly-header::before {
  will-change: transform, opacity;
}

body.worldcup-theme .wc-effects-host {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body.worldcup-theme .wc-ribbon-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: layout paint style;
}

body.worldcup-theme .wc-ribbon-layer.wc-decoration-muted {
  opacity: 0.68;
}

body.worldcup-theme .wc-ribbon {
  --wc-left: 0%;
  --wc-width: 16px;
  --wc-height: 180px;
  --wc-delay: 0ms;
  --wc-rotate: 0deg;
  --wc-duration: 7800ms;
  --wc-opacity: 0.94;
  position: absolute;
  top: -10px;
  left: var(--wc-left);
  width: var(--wc-width);
  height: var(--wc-height);
  border-radius: 0 0 18px 18px;
  opacity: 0;
  transform-origin: top center;
  transform: translate3d(0, -28px, 0) rotate(var(--wc-rotate));
  box-shadow:
    0 12px 28px rgba(7, 26, 63, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  animation:
    wcRibbonDrop 980ms var(--wc-ease-premium) var(--wc-delay) both,
    wcRibbonSway var(--wc-duration) ease-in-out calc(var(--wc-delay) + 980ms) infinite;
}

body.worldcup-theme .wc-ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 20%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 55%);
  mix-blend-mode: screen;
}

body.worldcup-theme .wc-ribbon--sky {
  background: linear-gradient(180deg, rgba(121, 207, 255, 0.96), rgba(66, 160, 214, 0.94));
}

body.worldcup-theme .wc-ribbon--white {
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(222, 238, 247, 0.92));
}

body.worldcup-theme .wc-ribbon--gold {
  background: linear-gradient(180deg, rgba(216, 180, 90, 0.94), rgba(177, 140, 52, 0.9));
}

body.worldcup-theme .wc-flag {
  --wc-left: auto;
  --wc-right: auto;
  --wc-top: 24px;
  --wc-width: 66px;
  --wc-height: 42px;
  --wc-rotate: -4deg;
  --wc-delay: 120ms;
  position: absolute;
  top: var(--wc-top);
  left: var(--wc-left);
  right: var(--wc-right);
  width: var(--wc-width);
  height: var(--wc-height);
  opacity: 0;
  border-radius: 12px 4px 14px 4px;
  clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%);
  background:
    linear-gradient(
      180deg,
      rgba(121, 207, 255, 0.98) 0 32%,
      rgba(247, 251, 255, 0.98) 32% 68%,
      rgba(121, 207, 255, 0.98) 68% 100%
    );
  box-shadow:
    0 12px 26px rgba(7, 26, 63, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.22) inset;
  transform-origin: top left;
  transform: translate3d(0, -12px, 0) rotate(var(--wc-rotate));
  animation:
    wcRibbonDrop 900ms var(--wc-ease-premium) var(--wc-delay) both,
    wcFlagWave 6400ms ease-in-out calc(var(--wc-delay) + 900ms) infinite;
}

body.worldcup-theme .wc-flag::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 56%),
    linear-gradient(180deg, transparent, rgba(7, 26, 63, 0.08));
}

body.worldcup-theme .wc-flag--small {
  --wc-width: 46px;
  --wc-height: 28px;
}

body.worldcup-theme .wc-flag--corner {
  --wc-top: 18px;
}

body.worldcup-theme .wc-bunting {
  position: absolute;
  top: 10px;
  left: clamp(22px, 7vw, 68px);
  right: clamp(22px, 7vw, 68px);
  display: flex;
  justify-content: center;
  gap: 12px;
  opacity: 0.68;
  pointer-events: none;
}

body.worldcup-theme .wc-bunting-item {
  --wc-size: 14px;
  width: var(--wc-size);
  height: calc(var(--wc-size) * 1.3);
  border-radius: 2px 2px 12px 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  box-shadow: 0 8px 16px rgba(7, 26, 63, 0.12);
  transform-origin: top center;
  animation: wcSoftFloat 5800ms ease-in-out infinite;
}

body.worldcup-theme .wc-bunting-item:nth-child(3n + 1) {
  background: linear-gradient(180deg, rgba(121, 207, 255, 0.94), rgba(69, 161, 214, 0.92));
  animation-delay: 180ms;
}

body.worldcup-theme .wc-bunting-item:nth-child(3n + 2) {
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(226, 240, 247, 0.96));
  animation-delay: 360ms;
}

body.worldcup-theme .wc-bunting-item:nth-child(3n) {
  background: linear-gradient(180deg, rgba(216, 180, 90, 0.92), rgba(177, 140, 52, 0.88));
  animation-delay: 540ms;
}

body.worldcup-theme .wc-falling-colors {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.worldcup-theme .wc-falling-strip {
  --wc-left: 10%;
  --wc-top: 0px;
  --wc-strip-width: 4px;
  --wc-strip-height: 52px;
  --wc-delay: 0ms;
  --wc-opacity: 0.42;
  position: absolute;
  top: var(--wc-top);
  left: var(--wc-left);
  width: var(--wc-strip-width);
  height: var(--wc-strip-height);
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(121, 207, 255, 0.06));
  transform: translate3d(0, -22px, 0) rotate(4deg);
  animation: wcFallingStrip 1500ms var(--wc-ease-premium) var(--wc-delay) both;
}

body.worldcup-theme .wc-falling-strip:nth-child(4n + 2) {
  background: linear-gradient(180deg, rgba(121, 207, 255, 0.88), rgba(247, 251, 255, 0.08));
}

body.worldcup-theme .wc-falling-strip:nth-child(5n) {
  background: linear-gradient(180deg, rgba(216, 180, 90, 0.78), rgba(247, 251, 255, 0.06));
}

body.worldcup-theme .wc-stadium-spark {
  --wc-left: 16%;
  --wc-top: 22%;
  --wc-size: 8px;
  --wc-delay: 0ms;
  position: absolute;
  left: var(--wc-left);
  top: var(--wc-top);
  width: var(--wc-size);
  height: var(--wc-size);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 251, 255, 0.96), rgba(121, 207, 255, 0.2) 62%, transparent 72%);
  box-shadow: 0 0 22px rgba(121, 207, 255, 0.34);
  opacity: 0;
  transform: translate3d(0, 0, 0);
  animation:
    wcRibbonDrop 900ms var(--wc-ease-premium) var(--wc-delay) both,
    wcSoftFloat 6800ms ease-in-out calc(var(--wc-delay) + 900ms) infinite;
}

body.worldcup-theme .wc-wave-cloth {
  animation: wcFlagWave 6200ms ease-in-out infinite;
  transform-origin: top center;
}

body.worldcup-theme .wc-soft-float {
  animation: wcSoftFloat 6200ms ease-in-out infinite;
}

body.worldcup-theme .wc-shimmer {
  position: relative;
  overflow: hidden;
}

body.worldcup-theme .wc-shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 14%, rgba(255, 255, 255, 0.24) 48%, transparent 78%);
  transform: translateX(-145%);
  animation: wcShimmer 7600ms var(--wc-ease-premium) infinite;
  pointer-events: none;
}

body.worldcup-theme .wc-pulse-led {
  animation: wcLedPulse 4200ms ease-in-out infinite;
}

body.worldcup-theme .wc-stadium-spark,
body.worldcup-theme .wc-ribbon,
body.worldcup-theme .wc-flag,
body.worldcup-theme .wc-bunting-item,
body.worldcup-theme .wc-falling-strip {
  pointer-events: none;
}

body.worldcup-theme .premium-badge,
body.worldcup-theme .matchday-badge,
body.worldcup-theme .weekly-badge {
  position: relative;
  overflow: hidden;
}

body.worldcup-theme.wc-motion-safe .premium-badge::after,
body.worldcup-theme.wc-motion-safe .matchday-badge::after,
body.worldcup-theme.wc-motion-safe .weekly-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.22) 52%, transparent 82%);
  transform: translateX(-160%);
  animation: wcShimmer 8200ms var(--wc-ease-premium) infinite;
  pointer-events: none;
}

body.worldcup-theme.wc-motion-safe .led-divider,
body.worldcup-theme.wc-motion-safe .hero-led-divider,
body.worldcup-theme.wc-motion-safe .offers-led-divider,
body.worldcup-theme.wc-motion-safe .branches-led-divider,
body.worldcup-theme.wc-motion-safe .company-hero-divider {
  animation: wcLedPulse 5200ms ease-in-out infinite;
}

body.worldcup-theme .retail-hero::after,
body.worldcup-theme .offers-weekly-header::before,
body.worldcup-theme .offers-main-card::after {
  pointer-events: none;
}

body.worldcup-theme.wc-motion-safe .retail-hero::after,
body.worldcup-theme.wc-motion-safe .offers-weekly-header::before,
body.worldcup-theme.wc-motion-safe .offers-main-card::after {
  animation: wcGlowBreath 9200ms ease-in-out infinite;
}

body.worldcup-theme .offers-weekly-header::before {
  inset: auto;
  top: 18px;
  left: min(14vw, 130px);
  right: min(14vw, 130px);
  bottom: auto;
  height: 84px;
  content: "";
  position: absolute;
  background: radial-gradient(circle at center, rgba(121, 207, 255, 0.14), transparent 70%);
  opacity: 0.62;
}

body.worldcup-theme .offers-main-card::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -28px;
  height: 120px;
  background: radial-gradient(circle at center, rgba(121, 207, 255, 0.18), transparent 72%);
  opacity: 0.58;
  z-index: 0;
}

body.worldcup-theme .hero-campaign-badge,
body.worldcup-theme .premium-badge,
body.worldcup-theme .matchday-badge,
body.worldcup-theme .weekly-badge,
body.worldcup-theme .btn-retail-primary,
body.worldcup-theme .btn-retail-blue,
body.worldcup-theme .btn-primary,
body.worldcup-theme .btn-directions,
body.worldcup-theme .cta-worldcup,
body.worldcup-theme .flyer-thumb,
body.worldcup-theme .individual-card,
body.worldcup-theme .home-branch-card,
body.worldcup-theme .offers-main-flyer,
body.worldcup-theme .branch-card,
body.worldcup-theme .feature-card,
body.worldcup-theme .rrhh-home-card,
body.worldcup-theme .mission-card,
body.worldcup-theme .vision-card,
body.worldcup-theme .value-item-modern,
body.worldcup-theme .benefit-item,
body.worldcup-theme .city-btn {
  transition:
    transform var(--wc-motion-fast) var(--wc-ease-premium),
    box-shadow var(--wc-motion-fast) var(--wc-ease-premium),
    border-color var(--wc-motion-fast) var(--wc-ease-premium),
    background-color var(--wc-motion-fast) var(--wc-ease-premium),
    color var(--wc-motion-fast) var(--wc-ease-premium);
}

body.worldcup-theme .hero-campaign-badge:hover,
body.worldcup-theme .premium-badge:hover,
body.worldcup-theme .matchday-badge:hover,
body.worldcup-theme .weekly-badge:hover {
  transform: translateY(-1px);
  box-shadow:
    0 16px 30px rgba(7, 26, 63, 0.24),
    0 0 22px rgba(121, 207, 255, 0.12);
}

body.worldcup-theme .btn-retail-primary:hover,
body.worldcup-theme .btn-retail-blue:hover,
body.worldcup-theme .btn-primary:hover,
body.worldcup-theme .btn-directions:hover,
body.worldcup-theme .cta-worldcup:hover {
  transform: translateY(-2px);
}

body.worldcup-theme .flyer-thumb:hover,
body.worldcup-theme .individual-card:hover,
body.worldcup-theme .home-branch-card:hover,
body.worldcup-theme .offers-main-flyer:hover,
body.worldcup-theme .branch-card:hover,
body.worldcup-theme .feature-card:hover,
body.worldcup-theme .rrhh-home-card:hover,
body.worldcup-theme .mission-card:hover,
body.worldcup-theme .vision-card:hover,
body.worldcup-theme .value-item-modern:hover,
body.worldcup-theme .benefit-item:hover {
  transform: translateY(-2px);
  border-color: rgba(121, 207, 255, 0.18);
}

body.worldcup-theme .branch-badge {
  position: relative;
  padding-left: 18px;
}

body.worldcup-theme.wc-motion-safe .branch-badge::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--wc-sky);
  box-shadow: 0 0 0 0 rgba(121, 207, 255, 0.4);
  animation: wcLedPulse 2600ms ease-in-out infinite;
}

body.worldcup-theme.wc-home-effects .retail-hero,
body.worldcup-theme.wc-home-effects .individuals-section,
body.worldcup-theme.wc-home-effects .home-branches {
  overflow: hidden;
}

body.worldcup-theme.wc-home-effects .retail-hero > .wc-ribbon-layer {
  inset: 22px 0 0;
}

body.worldcup-theme.wc-home-effects .retail-hero > .wc-ribbon-layer .wc-bunting,
body.worldcup-theme.wc-home-effects .retail-hero > .wc-ribbon-layer .wc-falling-colors {
  display: none;
}

body.worldcup-theme.wc-home-effects .retail-hero-flyer img,
body.worldcup-theme.wc-offers-effects .offers-main-flyer {
  transition:
    transform var(--wc-motion-fast) var(--wc-ease-premium),
    box-shadow var(--wc-motion-fast) var(--wc-ease-premium),
    filter var(--wc-motion-fast) var(--wc-ease-premium);
}

body.worldcup-theme.wc-home-effects .retail-hero-flyer:hover img,
body.worldcup-theme.wc-offers-effects .offers-main-flyer:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 56px rgba(7, 26, 63, 0.28),
    0 0 0 1px rgba(185, 231, 255, 0.2),
    0 0 28px rgba(121, 207, 255, 0.16);
}

body.worldcup-theme .careers-icon-wrapper,
body.worldcup-theme .feature-icon,
body.worldcup-theme .values-label,
body.worldcup-theme .story-label {
  transition:
    transform var(--wc-motion-fast) var(--wc-ease-premium),
    box-shadow var(--wc-motion-fast) var(--wc-ease-premium);
}

body.worldcup-theme.wc-motion-safe .careers-icon-wrapper,
body.worldcup-theme.wc-motion-safe .feature-icon {
  animation: wcSoftFloat 6200ms ease-in-out infinite;
}

body.worldcup-theme .careers-intro:hover .careers-icon-wrapper,
body.worldcup-theme .feature-card:hover .feature-icon {
  transform: translateY(-2px);
}

@keyframes wcRibbonDrop {
  from {
    opacity: 0;
    transform: translate3d(0, -32px, 0) rotate(var(--wc-rotate, 0deg));
  }

  to {
    opacity: var(--wc-opacity, 0.94);
    transform: translate3d(0, 0, 0) rotate(var(--wc-rotate, 0deg));
  }
}

@keyframes wcRibbonSway {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--wc-rotate, 0deg));
  }

  50% {
    transform: translate3d(4px, 8px, 0) rotate(calc(var(--wc-rotate, 0deg) + 1.6deg));
  }
}

@keyframes wcFlagWave {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--wc-rotate, 0deg));
  }

  35% {
    transform: translate3d(2px, 2px, 0) rotate(calc(var(--wc-rotate, 0deg) + 1.2deg)) skewY(-1deg);
  }

  65% {
    transform: translate3d(-1px, 3px, 0) rotate(calc(var(--wc-rotate, 0deg) - 1deg)) skewY(0.8deg);
  }
}

@keyframes wcSoftFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes wcLedPulse {
  0%,
  100% {
    opacity: 0.88;
    box-shadow: 0 0 18px rgba(121, 207, 255, 0.22);
  }

  50% {
    opacity: 1;
    box-shadow:
      0 0 24px rgba(121, 207, 255, 0.34),
      0 0 12px rgba(216, 180, 90, 0.16);
  }
}

@keyframes wcShimmer {
  0%,
  12% {
    transform: translateX(-160%);
  }

  32%,
  100% {
    transform: translateX(160%);
  }
}

@keyframes wcFallingStrip {
  0% {
    opacity: 0;
    transform: translate3d(0, -24px, 0) rotate(4deg);
  }

  20% {
    opacity: var(--wc-opacity, 0.42);
  }

  72% {
    opacity: calc(var(--wc-opacity, 0.42) * 0.75);
  }

  100% {
    opacity: 0;
    transform: translate3d(4px, 108px, 0) rotate(8deg);
  }
}

@keyframes wcGlowBreath {
  0%,
  100% {
    opacity: 0.56;
    transform: scale(1);
  }

  50% {
    opacity: 0.88;
    transform: scale(1.04);
  }
}

@media (max-width: 768px) {
  .worldcup-theme .header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .worldcup-theme .header-content {
    min-height: 78px;
    gap: 14px;
  }

  .worldcup-theme .logo::before {
    width: 110px;
    height: 54px;
    opacity: 0.72;
  }

  .worldcup-theme .nav-mobile {
    border-top-color: rgba(121, 207, 255, 0.12);
  }

  body.worldcup-theme .wc-ribbon-layer {
    opacity: 0.86;
  }

  body.worldcup-theme .wc-bunting {
    left: 16px;
    right: 16px;
    gap: 8px;
  }

  body.worldcup-theme .wc-bunting-item {
    --wc-size: 11px;
  }

  body.worldcup-theme .wc-ribbon:nth-child(n + 5) {
    display: none;
  }

  body.worldcup-theme .wc-flag--corner {
    display: none;
  }

  body.worldcup-theme .wc-falling-strip:nth-child(n + 5) {
    display: none;
  }

  body.worldcup-theme .wc-stadium-spark:nth-child(n + 3) {
    display: none;
  }

  body.worldcup-theme.wc-low-effects .wc-bunting,
  body.worldcup-theme.wc-low-effects .wc-falling-colors {
    display: none;
  }

  body.worldcup-theme .offers-weekly-header::before,
  body.worldcup-theme .offers-main-card::after {
    opacity: 0.44;
  }
}

@media (max-width: 480px) {
  .worldcup-theme .header-content {
    min-height: 72px;
  }

  .worldcup-theme .logo-img {
    max-width: 196px;
  }

  .worldcup-theme .menu-toggle {
    min-width: 42px;
    min-height: 42px;
    padding-inline: 10px;
  }

  body.worldcup-theme .wc-ribbon-layer {
    opacity: 0.74;
  }

  body.worldcup-theme .wc-ribbon {
    --wc-height: 116px;
  }

  body.worldcup-theme .wc-ribbon:nth-child(n + 4) {
    display: none;
  }

  body.worldcup-theme .wc-flag,
  body.worldcup-theme .wc-bunting,
  body.worldcup-theme .wc-falling-colors {
    display: none;
  }

  body.worldcup-theme .wc-stadium-spark:nth-child(n + 2) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.worldcup-theme .header,
  body.worldcup-theme .nav-link,
  body.worldcup-theme .dropdown-item,
  body.worldcup-theme .btn,
  body.worldcup-theme .city-btn,
  body.worldcup-theme .flyer-thumb,
  body.worldcup-theme .individual-card,
  body.worldcup-theme .home-branch-card,
  body.worldcup-theme .offers-main-flyer,
  body.worldcup-theme .branch-card,
  body.worldcup-theme .feature-card,
  body.worldcup-theme .rrhh-home-card {
    transition: none !important;
  }

  body.worldcup-theme .wc-ribbon,
  body.worldcup-theme .wc-flag,
  body.worldcup-theme .wc-bunting-item,
  body.worldcup-theme .wc-falling-strip,
  body.worldcup-theme .wc-stadium-spark,
  body.worldcup-theme .wc-shimmer::after,
  body.worldcup-theme .premium-badge::after,
  body.worldcup-theme .matchday-badge::after,
  body.worldcup-theme .weekly-badge::after,
  body.worldcup-theme .branch-badge::before,
  body.worldcup-theme .led-divider,
  body.worldcup-theme .retail-hero::after,
  body.worldcup-theme .offers-weekly-header::before,
  body.worldcup-theme .offers-main-card::after {
    animation: none !important;
    transition: none !important;
  }

  body.worldcup-theme .wc-ribbon-layer {
    display: none;
  }
}

/* ================================
   World Cup Theme — Header/Home Hotfix
================================ */

body.worldcup-theme.wc-page-home .header {
  box-shadow:
    0 10px 24px rgba(7, 26, 63, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.07) inset;
}

body.worldcup-theme.wc-page-home .header::after {
  content: none;
}

body.worldcup-theme.wc-page-home .header::before {
  bottom: 0;
  height: 2px;
  opacity: 0.92;
}

body.worldcup-theme.wc-page-home .header-content {
  min-height: 78px;
}

body.worldcup-theme.wc-page-home .nav-desktop .nav-link {
  min-height: 38px;
  padding: 0 11px;
  border-radius: 10px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

body.worldcup-theme.wc-page-home .nav-desktop .nav-link:hover,
body.worldcup-theme.wc-page-home .nav-desktop .nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 -1px 0 rgba(121, 207, 255, 0.28),
    0 8px 18px rgba(7, 26, 63, 0.1);
}

body.worldcup-theme.wc-page-home .nav-desktop .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 -2px 0 rgba(216, 180, 90, 0.46),
    0 8px 18px rgba(7, 26, 63, 0.1);
}

body.worldcup-theme.wc-page-home .nav-desktop .nav-link.active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 207, 255, 0.08), rgba(216, 180, 90, 0.52), rgba(121, 207, 255, 0.08));
  pointer-events: none;
}

body.worldcup-theme.wc-page-home .retail-hero {
  margin-top: 0;
}

body.worldcup-theme.wc-page-home .retail-hero::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
    radial-gradient(circle at top center, rgba(121, 207, 255, 0.1), transparent 20%),
    radial-gradient(circle at bottom center, rgba(121, 207, 255, 0.12), transparent 34%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 10.6%,
      rgba(255, 255, 255, 0.02) 11%,
      transparent 11.4%
    );
}

body.worldcup-theme.wc-page-home .broadcast-line::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  opacity: 0.72;
}

body.worldcup-theme.wc-page-home .retail-hero > .wc-ribbon-layer {
  inset: 0;
  z-index: 1;
  overflow: visible;
}

body.worldcup-theme.wc-page-home .retail-hero > .wc-ribbon-layer .wc-ribbon {
  top: 10px;
}

body.worldcup-theme.wc-page-home .retail-hero > .wc-ribbon-layer .wc-flag {
  z-index: 1;
}

body.worldcup-theme.wc-page-home #weeklyHeroViewport,
body.worldcup-theme.wc-page-home #weeklyHeroDots,
body.worldcup-theme.wc-page-home .hero-led-divider {
  position: relative;
  z-index: 2;
}

body.worldcup-theme.wc-page-home .hero-campaign-badge {
  top: 84px;
  left: clamp(24px, 8vw, 108px);
  transform: none;
  z-index: 3;
}

body.worldcup-theme.wc-page-home .hero-led-divider {
  bottom: 10px;
}

body.worldcup-theme.wc-page-home .retail-hero-inner {
  padding-top: 116px;
}

body.worldcup-theme.wc-page-home .retail-hero-copy {
  position: relative;
  z-index: 2;
}

body.worldcup-theme.wc-page-home .retail-hero-flyer {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  body.worldcup-theme.wc-page-home .header-content {
    min-height: 74px;
  }

  body.worldcup-theme.wc-page-home .hero-campaign-badge {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  body.worldcup-theme.wc-page-home .retail-hero-inner {
    padding-top: 92px;
  }

  body.worldcup-theme.wc-page-home .retail-hero > .wc-ribbon-layer .wc-ribbon {
    top: 6px;
  }

  body.worldcup-theme.wc-page-home .broadcast-line::after {
    height: 1px;
    opacity: 0.58;
  }
}

@media (max-width: 520px) {
  body.worldcup-theme.wc-page-home .header::before {
    height: 1px;
  }

  body.worldcup-theme.wc-page-home .hero-campaign-badge {
    top: 16px;
  }

  body.worldcup-theme.wc-page-home .retail-hero-inner {
    padding-top: 86px;
  }
}

/* ================================
   World Cup Theme — Home Top Fix
================================ */

body.worldcup-theme .nav-desktop {
  align-items: center;
}

body.worldcup-theme .nav-desktop .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 9px;
  border-radius: 6px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  line-height: 1;
}

body.worldcup-theme .nav-desktop .nav-link:hover,
body.worldcup-theme .nav-desktop .nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 rgba(121, 207, 255, 0.26);
  transform: translateY(-1px);
}

body.worldcup-theme .nav-desktop .nav-link.active {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 -2px 0 rgba(216, 180, 90, 0.48);
}

body.worldcup-theme .nav-desktop > .nav-link.active::after {
  content: none;
}

body.worldcup-theme.wc-page-home .retail-hero {
  background: #b9182f;
}

body.worldcup-theme.wc-page-home .retail-hero::before,
body.worldcup-theme.wc-page-home .retail-hero.stadium-bg::before,
body.worldcup-theme.wc-page-home .retail-hero::after {
  content: none;
}

body.worldcup-theme.wc-page-home .retail-hero-viewport {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
}

body.worldcup-theme.wc-page-home .retail-hero-track {
  height: 100%;
}

body.worldcup-theme.wc-page-home .retail-hero-slide {
  min-height: 100%;
  height: 100%;
}

body.worldcup-theme.wc-page-home .retail-hero-slide::before {
  content: none;
}

body.worldcup-theme.wc-page-home .retail-hero-slide > .retail-hero-inner {
  position: relative;
  z-index: 3;
}

body.worldcup-theme.wc-page-home .broadcast-line::after {
  content: none;
}

body.worldcup-theme.wc-page-home .hero-led-divider {
  display: none;
}

body.worldcup-theme.wc-page-home .retail-hero > .wc-ribbon-layer {
  z-index: 2;
  pointer-events: none;
}

body.worldcup-theme.wc-page-home .retail-hero > .wc-ribbon-layer .wc-ribbon {
  top: 14px;
}

body.worldcup-theme.wc-page-home .retail-hero > .wc-ribbon-layer .wc-flag {
  opacity: 0.92;
}

body.worldcup-theme.wc-page-home .hero-campaign-badge {
  top: 78px;
  left: clamp(26px, 9vw, 128px);
  transform: none;
  z-index: 4;
}

body.worldcup-theme.wc-page-home #weeklyHeroDots {
  z-index: 4;
}

body.worldcup-theme.wc-page-home .retail-hero-copy {
  opacity: 1;
  text-shadow: 0 10px 24px rgba(7, 26, 63, 0.24);
}

body.worldcup-theme.wc-page-home .retail-hero-copy h1,
body.worldcup-theme.wc-page-home .retail-hero-copy p {
  color: currentColor;
  opacity: 1;
}

body.worldcup-theme.wc-page-home .retail-hero-slide-red,
body.worldcup-theme.wc-page-home .retail-hero-slide-blue {
  color: #ffffff;
}

body.worldcup-theme.wc-page-home .retail-hero-slide.is-active .retail-hero-copy,
body.worldcup-theme.wc-page-home .retail-hero-slide.is-fallback .retail-hero-copy {
  opacity: 1;
  transform: none;
}

body.worldcup-theme.wc-page-home .retail-hero-button {
  opacity: 1;
}

body.worldcup-theme.wc-page-home .retail-hero-flyer,
body.worldcup-theme.wc-page-home .retail-hero-flyer img {
  opacity: 1;
}

@media (max-width: 767px) {
  body.worldcup-theme .nav-desktop .nav-link {
    min-height: 38px;
  }

  body.worldcup-theme.wc-page-home .retail-hero-viewport {
    position: relative;
    height: auto;
  }

  body.worldcup-theme.wc-page-home .retail-hero-track {
    height: auto;
  }

  body.worldcup-theme.wc-page-home .retail-hero-slide {
    min-height: 600px;
    height: auto;
  }

  body.worldcup-theme.wc-page-home .hero-campaign-badge {
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ================================
   World Cup Theme — Home Hero Reset
================================ */

body.worldcup-theme.wc-page-home .hero-campaign-badge,
body.worldcup-theme.wc-page-home .hero-led-divider,
body.worldcup-theme.wc-page-home .retail-hero > .wc-ribbon-layer {
  display: none;
}

body.worldcup-theme.wc-page-home .retail-hero {
  min-height: clamp(520px, 68vh, 700px);
  background:
    radial-gradient(circle at 86% 22%, rgba(121, 207, 255, 0.14), transparent 23rem),
    radial-gradient(circle at 12% 18%, rgba(247, 251, 255, 0.08), transparent 18rem),
    linear-gradient(135deg, #941327 0%, #c91f3b 50%, #7b1022 100%);
}

body.worldcup-theme.wc-page-home .retail-hero-viewport {
  position: relative;
  inset: auto;
  z-index: 1;
  height: auto;
}

body.worldcup-theme.wc-page-home .retail-hero-track {
  height: auto;
}

body.worldcup-theme.wc-page-home .retail-hero-slide {
  position: relative;
  min-height: clamp(520px, 68vh, 700px);
  height: auto;
  overflow: hidden;
  background: transparent;
  color: #ffffff;
}

body.worldcup-theme.wc-page-home .retail-hero-slide-red {
  --hero-bg: transparent;
}

body.worldcup-theme.wc-page-home .retail-hero-slide-blue {
  --hero-bg: transparent;
}

body.worldcup-theme.wc-page-home .retail-hero-slide-white {
  --hero-bg: transparent;
  color: #ffffff;
}

body.worldcup-theme.wc-page-home .retail-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 28%, rgba(255, 255, 255, 0.025) 58%, transparent),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 12%,
      rgba(255, 255, 255, 0.035) 12.25%,
      transparent 12.65%
    );
  opacity: 0.7;
  z-index: 0;
}

body.worldcup-theme.wc-page-home .retail-hero-inner {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  padding-top: clamp(46px, 7vh, 78px);
  padding-bottom: clamp(54px, 8vh, 84px);
}

body.worldcup-theme.wc-page-home .retail-hero-copy {
  max-width: 520px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(121, 207, 255, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(7, 26, 63, 0.44), rgba(7, 26, 63, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
  box-shadow:
    0 26px 58px rgba(7, 26, 63, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-shadow: none;
}

body.worldcup-theme.wc-page-home .retail-hero-copy::before {
  content: "Especial Mundial";
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(185, 231, 255, 0.3);
  background: rgba(7, 26, 63, 0.36);
  color: #f7fbff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.worldcup-theme.wc-page-home .retail-hero-slide-white .retail-hero-copy {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at top right, rgba(121, 207, 255, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(247, 251, 255, 0.92), rgba(247, 251, 255, 0.74)),
    linear-gradient(180deg, rgba(121, 207, 255, 0.1), transparent);
  color: #111827;
  box-shadow: 0 26px 58px rgba(7, 26, 63, 0.18);
}

body.worldcup-theme.wc-page-home .retail-hero-copy h1 {
  max-width: 10ch;
  opacity: 1;
}

body.worldcup-theme.wc-page-home .retail-hero-copy p {
  opacity: 0.92;
}

body.worldcup-theme.wc-page-home .retail-hero-button {
  box-shadow:
    0 16px 30px rgba(7, 26, 63, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

body.worldcup-theme.wc-page-home .retail-hero-flyer {
  width: min(100%, 452px);
  padding: 10px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.22), rgba(121, 207, 255, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow:
    0 28px 70px rgba(7, 26, 63, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

body.worldcup-theme.wc-page-home .retail-hero-flyer img {
  border-radius: 18px;
}

body.worldcup-theme.wc-page-home .retail-hero-nav {
  z-index: 5;
}

@media (max-width: 860px) {
  body.worldcup-theme.wc-page-home .retail-hero-inner {
    grid-template-columns: 1fr;
    padding-top: 42px;
    text-align: center;
  }

  body.worldcup-theme.wc-page-home .retail-hero-copy {
    margin-inline: auto;
  }

  body.worldcup-theme.wc-page-home .retail-hero-copy h1,
  body.worldcup-theme.wc-page-home .retail-hero-copy p {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  body.worldcup-theme .menu-toggle {
    display: inline-flex !important;
    position: absolute;
    top: 50%;
    right: var(--spacing-sm);
    z-index: 4;
    flex: 0 0 auto;
    margin-left: 0;
    border-radius: 12px;
    background: rgba(7, 26, 63, 0.28);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);
  }

  body.worldcup-theme .menu-toggle span {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(121, 207, 255, 0.18);
  }

  body.worldcup-theme .header-content {
    justify-content: space-between;
    padding-right: 58px;
  }
}

@media (max-width: 520px) {
  body.worldcup-theme.wc-page-home .retail-hero-copy {
    padding: 18px;
    border-radius: 16px;
  }

  body.worldcup-theme.wc-page-home .retail-hero-flyer {
    padding: 7px;
    border-radius: 18px;
  }
}

/* ================================
   World Cup Theme — Argentina Level 1
================================ */

body.worldcup-theme {
  --wc-argentina-band:
    linear-gradient(
      90deg,
      rgba(121, 207, 255, 0) 0%,
      rgba(121, 207, 255, 0.78) 22%,
      rgba(247, 251, 255, 0.95) 50%,
      rgba(121, 207, 255, 0.78) 78%,
      rgba(121, 207, 255, 0) 100%
    );
}

body.worldcup-theme .header::before {
  height: 3px;
  background:
    linear-gradient(
      90deg,
      rgba(121, 207, 255, 0.95) 0 32%,
      rgba(247, 251, 255, 0.98) 32% 38%,
      rgba(216, 180, 90, 0.78) 38% 42%,
      rgba(247, 251, 255, 0.98) 42% 48%,
      rgba(121, 207, 255, 0.95) 48% 100%
    );
  box-shadow: 0 0 16px rgba(121, 207, 255, 0.24);
}

body.worldcup-theme.wc-page-home .header::before {
  height: 3px;
}

body.worldcup-theme.wc-page-home .retail-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(121, 207, 255, 0.92) 0 30%,
      rgba(247, 251, 255, 0.96) 30% 40%,
      rgba(216, 180, 90, 0.7) 40% 44%,
      rgba(247, 251, 255, 0.96) 44% 54%,
      rgba(121, 207, 255, 0.92) 54% 100%
    );
  opacity: 0.82;
  z-index: 4;
}

body.worldcup-theme.wc-page-home .retail-hero-copy {
  border-color: rgba(185, 231, 255, 0.24);
  box-shadow:
    0 26px 58px rgba(7, 26, 63, 0.28),
    0 0 0 1px rgba(247, 251, 255, 0.08) inset,
    0 0 34px rgba(121, 207, 255, 0.08);
}

body.worldcup-theme.wc-page-home .retail-hero-copy::after {
  content: "";
  position: absolute;
  left: clamp(18px, 8%, 34px);
  right: clamp(18px, 8%, 34px);
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--wc-argentina-band);
  opacity: 0.88;
  pointer-events: none;
}

body.worldcup-theme.wc-page-home .retail-hero-copy::before {
  border-color: rgba(121, 207, 255, 0.42);
  background:
    linear-gradient(90deg, rgba(121, 207, 255, 0.22), rgba(247, 251, 255, 0.14), rgba(121, 207, 255, 0.22)),
    rgba(7, 26, 63, 0.42);
  box-shadow: 0 0 18px rgba(121, 207, 255, 0.12);
}

body.worldcup-theme.wc-page-home .retail-hero-flyer {
  border: 1px solid rgba(185, 231, 255, 0.26);
  background:
    linear-gradient(#0000, #0000) padding-box,
    linear-gradient(135deg, rgba(121, 207, 255, 0.82), rgba(247, 251, 255, 0.94), rgba(121, 207, 255, 0.82)) border-box,
    linear-gradient(135deg, rgba(247, 251, 255, 0.22), rgba(121, 207, 255, 0.08));
  box-shadow:
    0 28px 70px rgba(7, 26, 63, 0.28),
    0 0 28px rgba(121, 207, 255, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

body.worldcup-theme.wc-page-home .retail-hero-button {
  border: 1px solid rgba(185, 231, 255, 0.78);
}

body.worldcup-theme .led-divider,
body.worldcup-theme .branches-led-divider,
body.worldcup-theme .company-hero-divider,
body.worldcup-theme .offers-led-divider {
  background: var(--wc-argentina-band);
  box-shadow:
    0 0 16px rgba(121, 207, 255, 0.22),
    0 0 8px rgba(247, 251, 255, 0.16);
}

body.worldcup-theme .premium-badge,
body.worldcup-theme .matchday-badge,
body.worldcup-theme .weekly-badge {
  border-color: rgba(185, 231, 255, 0.34);
}

body.worldcup-theme .offers-main-card,
body.worldcup-theme .home-branch-card,
body.worldcup-theme .rrhh-home-card,
body.worldcup-theme .feature-card,
body.worldcup-theme .branch-card {
  border-color: rgba(121, 207, 255, 0.14);
}

body.worldcup-theme .offers-main-card::before,
body.worldcup-theme .home-branch-card::before,
body.worldcup-theme .branch-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--wc-argentina-band);
  opacity: 0.62;
  pointer-events: none;
}

@media (max-width: 767px) {
  body.worldcup-theme .header::before,
  body.worldcup-theme.wc-page-home .header::before {
    height: 2px;
  }

  body.worldcup-theme.wc-page-home .retail-hero::before {
    height: 3px;
  }
}

/* ================================
   World Cup Theme - Argentina Level 2
================================ */

body.worldcup-theme .wc-argentina-rain-host {
  position: relative;
}

body.worldcup-theme .wc-argentina-rain {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  contain: layout paint style;
}

body.worldcup-theme.wc-page-home .retail-hero > .wc-argentina-rain {
  z-index: 1;
}

body.worldcup-theme.wc-page-offers .offers-weekly-header > .wc-argentina-rain {
  z-index: 0;
}

body.worldcup-theme.wc-page-offers .offers-weekly-header > :not(.wc-argentina-rain) {
  position: relative;
  z-index: 1;
}

body.worldcup-theme .wc-rain-item {
  position: absolute;
  left: var(--wc-x, 50%);
  top: var(--wc-y, -28px);
  opacity: 0;
  transform:
    translate3d(0, -24px, 0)
    rotate(var(--wc-rotate, 0deg))
    scale(var(--wc-scale, 1));
  transform-origin: 50% 0;
  will-change: transform, opacity;
  animation:
    wcArgentinaRain calc(var(--wc-duration, 3300ms) + 7200ms) var(--wc-ease-premium) var(--wc-delay, 0ms) infinite both;
}

body.worldcup-theme .wc-rain-ribbon {
  width: 8px;
  height: 56px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.9), rgba(185, 231, 255, 0.88)),
    rgba(121, 207, 255, 0.86);
  box-shadow:
    0 0 16px rgba(121, 207, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.worldcup-theme .wc-rain-ribbon::after {
  content: "";
  position: absolute;
  inset: 5px 2px auto;
  height: 38%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.42);
}

body.worldcup-theme .wc-rain-white {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(185, 231, 255, 0.74)),
    rgba(247, 251, 255, 0.88);
}

body.worldcup-theme .wc-rain-sky {
  background:
    linear-gradient(180deg, rgba(185, 231, 255, 0.96), rgba(121, 207, 255, 0.82)),
    rgba(121, 207, 255, 0.9);
}

body.worldcup-theme .wc-rain-gold {
  width: 5px;
  height: 42px;
  background:
    linear-gradient(180deg, rgba(255, 237, 173, 0.88), rgba(216, 180, 90, 0.76)),
    rgba(216, 180, 90, 0.76);
  box-shadow: 0 0 12px rgba(216, 180, 90, 0.18);
}

body.worldcup-theme .wc-rain-flag {
  width: 42px;
  height: 27px;
  border-radius: 5px 9px 9px 5px;
  background:
    linear-gradient(
      180deg,
      rgba(121, 207, 255, 0.96) 0 33%,
      rgba(247, 251, 255, 0.98) 33% 66%,
      rgba(121, 207, 255, 0.96) 66% 100%
    );
  box-shadow:
    0 12px 26px rgba(7, 26, 63, 0.16),
    0 0 16px rgba(121, 207, 255, 0.22),
    inset 0 0 0 1px rgba(247, 251, 255, 0.38);
}

body.worldcup-theme .wc-rain-flag::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 2px;
  bottom: 2px;
  width: 3px;
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.76);
}

body.worldcup-theme .wc-rain-flag::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(circle at 56% 50%, rgba(216, 180, 90, 0.38) 0 8%, transparent 9%);
  opacity: 0.72;
}

body.worldcup-theme.wc-page-home .retail-hero .wc-rain-item {
  filter: drop-shadow(0 8px 18px rgba(7, 26, 63, 0.16));
}

body.worldcup-theme.wc-page-home .retail-hero .wc-rain-flag,
body.worldcup-theme.wc-page-home .retail-hero .wc-rain-ribbon {
  opacity: 0;
}

body.worldcup-theme.wc-page-home .retail-hero-inner,
body.worldcup-theme.wc-page-home .retail-hero-nav {
  position: relative;
  z-index: 2;
}

body.worldcup-theme.wc-page-home .retail-hero-flyer {
  position: relative;
  z-index: 3;
}

body.worldcup-theme.wc-page-offers .offers-weekly-header .wc-rain-item {
  opacity: 0;
}

@keyframes wcArgentinaRain {
  0% {
    opacity: 0;
    transform:
      translate3d(0, -28px, 0)
      rotate(var(--wc-rotate, 0deg))
      scale(var(--wc-scale, 1));
  }

  12% {
    opacity: 0.7;
  }

  34% {
    opacity: 0.66;
  }

  54%,
  100% {
    opacity: 0;
    transform:
      translate3d(var(--wc-drift, 8px), var(--wc-fall, 120px), 0)
      rotate(var(--wc-end-rotate, 6deg))
      scale(var(--wc-scale, 1));
  }
}

@media (max-width: 767px) {
  body.worldcup-theme .nav-desktop {
    display: none;
  }

  body.worldcup-theme.wc-page-home,
  body.worldcup-theme.wc-page-home .retail-hero,
  body.worldcup-theme.wc-page-home .retail-hero-slide {
    overflow-x: hidden;
  }

  body.worldcup-theme.wc-page-home .retail-hero-inner {
    width: 100%;
    max-width: 100%;
  }

  body.worldcup-theme.wc-page-home .retail-hero-copy,
  body.worldcup-theme.wc-page-home .retail-hero-flyer {
    width: 100%;
    max-width: calc(100vw - 32px);
    box-sizing: border-box;
  }

  body.worldcup-theme.wc-page-home .retail-hero-flyer img {
    width: 100%;
    max-width: 100%;
  }

  body.worldcup-theme .wc-rain-item:nth-child(n+5) {
    display: none;
  }

  body.worldcup-theme .wc-rain-ribbon {
    width: 6px;
    height: 42px;
  }

  body.worldcup-theme .wc-rain-flag {
    width: 32px;
    height: 21px;
  }
}

@media (max-width: 520px) {
  body.worldcup-theme .wc-rain-item:nth-child(n+4) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.worldcup-theme .wc-argentina-rain {
    display: none;
  }
}

/* ================================
   World Cup Theme - Argentina Header Gradient
================================ */

body.worldcup-theme .header {
  background:
    linear-gradient(180deg, rgba(7, 26, 63, 0.46), rgba(7, 26, 63, 0.18)),
    radial-gradient(ellipse at 24% 18%, rgba(185, 231, 255, 0.28), transparent 32%),
    radial-gradient(ellipse at 53% 50%, rgba(247, 251, 255, 0.2), transparent 23%),
    linear-gradient(
      108deg,
      #061735 0%,
      #0a2a62 24%,
      #2f7fba 39%,
      #79cfff 47%,
      #f7fbff 52%,
      #79cfff 58%,
      #0a2a62 72%,
      #d7263d 100%
    );
  border-bottom-color: rgba(121, 207, 255, 0.46);
  box-shadow:
    0 14px 34px rgba(7, 26, 63, 0.2),
    0 0 0 1px rgba(247, 251, 255, 0.06) inset;
}

body.worldcup-theme .header::before {
  height: 3px;
  background:
    linear-gradient(
      90deg,
      rgba(121, 207, 255, 0.96) 0 30%,
      rgba(247, 251, 255, 0.98) 30% 41%,
      rgba(216, 180, 90, 0.74) 41% 45%,
      rgba(247, 251, 255, 0.98) 45% 56%,
      rgba(121, 207, 255, 0.96) 56% 84%,
      rgba(215, 38, 61, 0.78) 84% 100%
    );
  box-shadow:
    0 0 16px rgba(121, 207, 255, 0.32),
    0 0 8px rgba(247, 251, 255, 0.18);
}

body.worldcup-theme .header::after {
  left: 0;
  right: 0;
  bottom: -14px;
  height: 22px;
  background:
    linear-gradient(
      90deg,
      rgba(121, 207, 255, 0.16),
      rgba(247, 251, 255, 0.12) 47%,
      rgba(121, 207, 255, 0.14) 67%,
      rgba(215, 38, 61, 0.14) 100%
    );
  opacity: 0.44;
}

body.worldcup-theme .header .container::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15%,
      rgba(247, 251, 255, 0.026) 15.35%,
      transparent 15.7%
    );
  opacity: 0.5;
}

body.worldcup-theme .nav-desktop .nav-link {
  background: rgba(7, 26, 63, 0.12);
  border-color: rgba(247, 251, 255, 0.08);
}

body.worldcup-theme .nav-desktop .nav-link:hover,
body.worldcup-theme .nav-desktop .nav-link:focus-visible {
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.14), rgba(121, 207, 255, 0.11));
  border-color: rgba(185, 231, 255, 0.22);
  box-shadow:
    0 10px 22px rgba(7, 26, 63, 0.14),
    inset 0 -2px 0 rgba(121, 207, 255, 0.42);
}

body.worldcup-theme .nav-desktop .nav-link.active {
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.14), rgba(121, 207, 255, 0.1)),
    rgba(7, 26, 63, 0.12);
  border-color: rgba(247, 251, 255, 0.18);
  box-shadow:
    0 12px 24px rgba(7, 26, 63, 0.16),
    inset 0 -2px 0 rgba(216, 180, 90, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

@media (max-width: 767px) {
  body.worldcup-theme .header {
    background:
      linear-gradient(180deg, rgba(7, 26, 63, 0.5), rgba(7, 26, 63, 0.2)),
      linear-gradient(
        112deg,
        #061735 0%,
        #0a2a62 32%,
        #3f9ed1 52%,
        #79cfff 62%,
        #0a2a62 78%,
        #d7263d 100%
      );
  }

  body.worldcup-theme .header::before {
    height: 2px;
  }
}

/* ================================
   World Cup Theme - Argentina Level 3
================================ */

body.worldcup-theme {
  --wc-hero-selection-bg:
    radial-gradient(circle at 78% 18%, rgba(247, 251, 255, 0.26), transparent 17rem),
    radial-gradient(circle at 18% 26%, rgba(121, 207, 255, 0.22), transparent 18rem),
    linear-gradient(
      118deg,
      #061735 0%,
      #0a2a62 18%,
      #2f86bd 34%,
      #79cfff 43%,
      #f7fbff 50%,
      #79cfff 57%,
      #0a2a62 72%,
      #b9182f 100%
    );
}

body.worldcup-theme.wc-page-home .retail-hero {
  background: var(--wc-hero-selection-bg);
}

body.worldcup-theme.wc-page-home .retail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 26, 63, 0.12), transparent 38%, rgba(7, 26, 63, 0.18)),
    linear-gradient(90deg, transparent 0 12%, rgba(247, 251, 255, 0.08) 12.3%, transparent 12.7%),
    linear-gradient(90deg, transparent 0 36%, rgba(121, 207, 255, 0.1) 36.2%, transparent 36.7%),
    linear-gradient(90deg, transparent 0 63%, rgba(247, 251, 255, 0.08) 63.3%, transparent 63.8%),
    radial-gradient(ellipse at 82% 72%, rgba(215, 38, 61, 0.24), transparent 30rem);
  opacity: 0.84;
}

body.worldcup-theme.wc-page-home .retail-hero-slide::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.09), transparent 22%, rgba(121, 207, 255, 0.08) 42%, transparent 62%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 11.5%,
      rgba(247, 251, 255, 0.052) 11.8%,
      transparent 12.1%
    ),
    linear-gradient(180deg, rgba(247, 251, 255, 0.05), transparent 46%);
  opacity: 0.92;
}

body.worldcup-theme.wc-page-home .retail-hero-copy {
  background:
    radial-gradient(circle at top right, rgba(247, 251, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(7, 26, 63, 0.54), rgba(10, 42, 98, 0.22)),
    linear-gradient(180deg, rgba(247, 251, 255, 0.18), rgba(247, 251, 255, 0.055));
  border-color: rgba(185, 231, 255, 0.36);
  box-shadow:
    0 28px 64px rgba(7, 26, 63, 0.32),
    0 0 42px rgba(121, 207, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.worldcup-theme.wc-page-home .retail-hero-slide-white .retail-hero-copy {
  background:
    radial-gradient(circle at top right, rgba(121, 207, 255, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(247, 251, 255, 0.94), rgba(234, 242, 251, 0.8)),
    linear-gradient(180deg, rgba(121, 207, 255, 0.12), transparent);
  border-color: rgba(121, 207, 255, 0.28);
}

body.worldcup-theme.wc-page-home .retail-hero-flyer {
  background:
    linear-gradient(#0000, #0000) padding-box,
    linear-gradient(
      135deg,
      rgba(121, 207, 255, 0.95),
      rgba(247, 251, 255, 0.98) 46%,
      rgba(216, 180, 90, 0.72) 52%,
      rgba(121, 207, 255, 0.9)
    ) border-box,
    linear-gradient(135deg, rgba(247, 251, 255, 0.24), rgba(121, 207, 255, 0.1));
  box-shadow:
    0 30px 76px rgba(7, 26, 63, 0.34),
    0 0 34px rgba(121, 207, 255, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

body.worldcup-theme.wc-page-home .retail-hero-flyer::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: -7px;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(121, 207, 255, 0.9),
      rgba(247, 251, 255, 0.96) 48%,
      rgba(121, 207, 255, 0.9)
    );
  box-shadow: 0 0 18px rgba(121, 207, 255, 0.34);
  pointer-events: none;
}

body.worldcup-theme.wc-page-home .retail-hero-button {
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.98), rgba(185, 231, 255, 0.92));
  color: #071a3f;
  border-color: rgba(247, 251, 255, 0.86);
}

body.worldcup-theme.wc-page-home .retail-hero-button:hover,
body.worldcup-theme.wc-page-home .retail-hero-button:focus-visible {
  box-shadow:
    0 18px 34px rgba(7, 26, 63, 0.22),
    0 0 22px rgba(121, 207, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

body.worldcup-theme.wc-page-home .retail-hero-dot {
  background: rgba(247, 251, 255, 0.44);
}

body.worldcup-theme.wc-page-home .retail-hero-dot.is-active {
  background:
    linear-gradient(90deg, rgba(121, 207, 255, 0.95), rgba(247, 251, 255, 0.95), rgba(121, 207, 255, 0.95));
}

body.worldcup-theme .offers-main-card,
body.worldcup-theme .individual-card,
body.worldcup-theme .home-branch-card {
  position: relative;
  overflow: hidden;
  box-shadow:
    0 18px 44px rgba(7, 26, 63, 0.1),
    0 0 0 1px rgba(121, 207, 255, 0.05) inset;
}

body.worldcup-theme .offers-main-card::after,
body.worldcup-theme .home-branch-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(247, 251, 255, 0.16), transparent 60%),
    conic-gradient(from 180deg, rgba(121, 207, 255, 0.16), transparent, rgba(216, 180, 90, 0.08), transparent);
  opacity: 0.56;
  pointer-events: none;
  z-index: 0;
}

body.worldcup-theme .offers-main-card > *,
body.worldcup-theme .home-branch-card > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 860px) {
  body.worldcup-theme.wc-page-home .retail-hero {
    background:
      radial-gradient(circle at 50% 16%, rgba(247, 251, 255, 0.2), transparent 12rem),
      linear-gradient(
        180deg,
        #071a3f 0%,
        #0a2a62 20%,
        #51aee0 36%,
        #f7fbff 48%,
        #79cfff 58%,
        #b9182f 100%
      );
  }
}

@media (max-width: 520px) {
  body.worldcup-theme.wc-page-home .retail-hero::after {
    opacity: 0.62;
  }

  body.worldcup-theme.wc-page-home .retail-hero-copy {
    box-shadow:
      0 20px 42px rgba(7, 26, 63, 0.24),
      0 0 24px rgba(121, 207, 255, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }
}

body.worldcup-theme.careers-page .careers-openings {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.9));
  border-radius: var(--wc-radius-lg);
  box-shadow: var(--wc-shadow-soft);
  border: 1px solid rgba(10, 42, 98, 0.08);
  padding: 1rem 1rem 0.9rem;
}

body.worldcup-theme.careers-page .careers-openings::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: var(--wc-led-line);
  opacity: 0.92;
}

body.worldcup-theme.careers-page .careers-openings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0.9rem;
}

body.worldcup-theme.careers-page .careers-openings-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.08);
  color: var(--color-primary);
  font-size: 0.8rem;
  font-weight: 700;
}

body.worldcup-theme.careers-page .job-openings-list {
  display: grid;
  gap: 10px;
}

body.worldcup-theme.careers-page .job-openings-empty {
  padding: 16px;
  border-radius: 14px;
  border: 1px dashed rgba(10, 42, 98, 0.18);
  color: var(--color-text-light);
  font-size: 0.92rem;
  line-height: 1.5;
}

body.worldcup-theme.careers-page .job-opening-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid rgba(10, 42, 98, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.92));
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.worldcup-theme.careers-page .job-opening-card:hover,
body.worldcup-theme.careers-page .job-opening-card.is-selected {
  transform: translateY(-1px);
  border-color: rgba(0, 102, 204, 0.24);
  box-shadow: 0 12px 24px rgba(10, 42, 98, 0.12);
}

body.worldcup-theme.careers-page .job-opening-card.is-selected {
  background:
    linear-gradient(180deg, rgba(233, 245, 255, 0.96), rgba(255, 255, 255, 0.96));
}

body.worldcup-theme.careers-page .job-opening-city {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.12);
  color: #a24c00;
  font-size: 0.75rem;
  font-weight: 700;
}

body.worldcup-theme.careers-page .job-opening-title {
  font-size: 1rem;
  line-height: 1.3;
  color: var(--wc-navy);
}

body.worldcup-theme.careers-page .job-opening-description {
  color: var(--color-text-light);
  font-size: 0.88rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.worldcup-theme.careers-page .job-opening-cta {
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 700;
}

body.worldcup-theme.careers-page .selected-opening {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 102, 204, 0.16);
  background: linear-gradient(135deg, rgba(233, 245, 255, 0.92), rgba(255, 255, 255, 0.98));
}

body.worldcup-theme.careers-page .selected-opening[hidden] {
  display: none !important;
}

body.worldcup-theme.careers-page .selected-opening-body {
  min-width: 0;
}

body.worldcup-theme.careers-page .selected-opening-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.worldcup-theme.careers-page .selected-opening-title {
  display: block;
  color: var(--wc-navy);
  font-size: 1rem;
  line-height: 1.25;
}

body.worldcup-theme.careers-page .selected-opening-meta {
  margin: 6px 0 0;
  color: var(--color-text-light);
  font-size: 0.86rem;
  line-height: 1.4;
}

body.worldcup-theme.careers-page .selected-opening-clear {
  flex-shrink: 0;
  border: none;
  border-radius: 10px;
  padding: 9px 12px;
  background: rgba(10, 42, 98, 0.08);
  color: var(--wc-navy);
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 992px) {
  body.worldcup-theme.careers-page .careers-content {
    max-width: 1220px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 16px 24px;
    align-items: start;
    align-content: start;
  }

  body.worldcup-theme.careers-page .careers-intro {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }

  body.worldcup-theme.careers-page .careers-openings {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
  }

  body.worldcup-theme.careers-page .careers-openings .job-openings-list {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 4px;
  }

  body.worldcup-theme.careers-page .careers-benefits {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 0;
  }

  body.worldcup-theme.careers-page .careers-form-section {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
}

@media (max-width: 991px) {
  body.worldcup-theme.careers-page .careers-openings {
    margin-bottom: 1rem;
  }
}

@media (max-width: 640px) {
  body.worldcup-theme.careers-page .selected-opening {
    flex-direction: column;
  }

  body.worldcup-theme.careers-page .selected-opening-clear {
    width: 100%;
  }
}

body.worldcup-theme.careers-page .careers-openings-copy {
  margin: 0 0 0.8rem;
  color: var(--color-text-light);
  font-size: 0.88rem;
  line-height: 1.45;
}

body.worldcup-theme.careers-page .careers-opening-notice {
  margin: 0 0 0.85rem;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 102, 204, 0.14);
  background: rgba(233, 245, 255, 0.72);
  color: var(--wc-navy);
  font-size: 0.87rem;
  line-height: 1.45;
}

body.worldcup-theme.careers-page .careers-opening-notice[hidden] {
  display: none !important;
}

body.worldcup-theme.careers-page .careers-opening-notice.is-warning {
  background: rgba(255, 122, 0, 0.08);
  border-color: rgba(255, 122, 0, 0.18);
  color: #7a4200;
}

body.worldcup-theme.careers-page .job-opening-card {
  position: relative;
  overflow: hidden;
  padding: 15px 16px;
  gap: 10px;
}

body.worldcup-theme.careers-page .job-opening-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 0 16px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 102, 204, 0), rgba(0, 102, 204, 0.32), rgba(221, 42, 79, 0));
  opacity: 0;
  transition: opacity 0.2s ease;
}

body.worldcup-theme.careers-page .job-opening-card:hover::after,
body.worldcup-theme.careers-page .job-opening-card.is-selected::after {
  opacity: 1;
}

body.worldcup-theme.careers-page .job-opening-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(10, 42, 98, 0.08);
  color: var(--wc-navy);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.worldcup-theme.careers-page .job-opening-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.worldcup-theme.careers-page .job-opening-position {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(10, 42, 98, 0.08);
  color: var(--wc-navy);
  font-size: 0.75rem;
  font-weight: 700;
}

body.worldcup-theme.careers-page .job-opening-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.worldcup-theme.careers-page .job-opening-prefill {
  color: var(--color-text-light);
  font-size: 0.8rem;
  line-height: 1.35;
}

body.worldcup-theme.careers-page .job-opening-card[aria-pressed="true"] {
  border-color: rgba(0, 102, 204, 0.26);
}

body.worldcup-theme.careers-page .job-opening-card.is-selected .job-opening-cta {
  color: var(--wc-navy);
}

body.worldcup-theme.careers-page .selected-opening {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 32px rgba(10, 42, 98, 0.1);
}

body.worldcup-theme.careers-page .selected-opening::after {
  content: "";
  position: absolute;
  inset: auto 16px 0 16px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 102, 204, 0.16), rgba(221, 42, 79, 0.4), rgba(0, 102, 204, 0.16));
}

body.worldcup-theme.careers-page .selected-opening-copy {
  margin: 8px 0 0;
  color: var(--color-text-light);
  font-size: 0.84rem;
  line-height: 1.45;
}

@media (max-width: 640px) {
  body.worldcup-theme.careers-page .job-opening-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
