/* Center Mayoristas - World Cup campaign layer */
:root {
  --wc-navy: #061735;
  --wc-blue: #0a2a62;
  --wc-sky: #79cfff;
  --wc-sky-soft: #b9e7ff;
  --wc-white: #f7fbff;
  --wc-gold: #d8b45a;
  --wc-orange: #ff7a00;
  --wc-orange-deep: #cc5f00;
  --wc-text: #111827;
  --wc-bg-soft: #eaf2fb;
  --wc-shadow-soft: 0 18px 48px rgba(7, 26, 63, 0.16);
  --wc-shadow-strong: 0 26px 70px rgba(7, 26, 63, 0.26);
  --wc-glow-sky: 0 0 38px rgba(121, 207, 255, 0.24);
  --wc-radius-md: 16px;
  --wc-radius-lg: 24px;
  --wc-ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --wc-selection-line:
    linear-gradient(
      90deg,
      rgba(121, 207, 255, 0.96) 0 30%,
      rgba(247, 251, 255, 0.98) 30% 42%,
      rgba(216, 180, 90, 0.72) 42% 46%,
      rgba(247, 251, 255, 0.98) 46% 58%,
      rgba(121, 207, 255, 0.96) 58% 84%,
      rgba(255, 122, 0, 0.82) 84% 100%
    );
}

body.worldcup-theme {
  color: var(--wc-text);
  background:
    radial-gradient(circle at 10% 8%, rgba(121, 207, 255, 0.12), transparent 24rem),
    radial-gradient(circle at 90% 4%, rgba(255, 122, 0, 0.08), transparent 22rem),
    linear-gradient(180deg, rgba(234, 242, 251, 0.5), rgba(255, 255, 255, 0.92) 28%);
}

body.worldcup-theme .page-container {
  position: relative;
  overflow: hidden;
}

body.worldcup-theme .page-container::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(121, 207, 255, 0.1), transparent 22%),
    radial-gradient(circle at 84% 10%, rgba(255, 122, 0, 0.06), transparent 20%);
}

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

/* Header */
body.worldcup-theme .header {
  isolation: isolate;
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(7, 26, 63, 0.48), rgba(7, 26, 63, 0.18)),
    radial-gradient(ellipse at 25% 16%, rgba(185, 231, 255, 0.28), transparent 32%),
    radial-gradient(ellipse at 54% 50%, rgba(247, 251, 255, 0.2), transparent 24%),
    linear-gradient(
      108deg,
      #05070d 0%,
      #061735 18%,
      #0a2a62 32%,
      #2f86bd 44%,
      #79cfff 50%,
      #f7fbff 54%,
      #0a2a62 70%,
      #ff7a00 100%
    );
  box-shadow:
    0 14px 34px rgba(7, 26, 63, 0.2),
    0 0 0 1px rgba(247, 251, 255, 0.06) inset;
  backdrop-filter: saturate(1.12) blur(8px);
  -webkit-backdrop-filter: saturate(1.12) blur(8px);
}

body.worldcup-theme .header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--wc-selection-line);
  box-shadow:
    0 0 16px rgba(121, 207, 255, 0.32),
    0 0 8px rgba(247, 251, 255, 0.18);
  pointer-events: none;
}

body.worldcup-theme .header .container::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 42%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15%,
      rgba(247, 251, 255, 0.026) 15.35%,
      transparent 15.7%
    );
  opacity: 0.52;
}

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

body.worldcup-theme .logo {
  position: relative;
  isolation: isolate;
}

body.worldcup-theme .logo::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  width: 132px;
  height: 70px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(121, 207, 255, 0.2), transparent 62%),
    radial-gradient(circle at center, rgba(255, 122, 0, 0.12), transparent 76%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body.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));
}

body.worldcup-theme .nav-desktop {
  gap: clamp(12px, 1.7vw, 24px);
}

body.worldcup-theme .nav-link {
  border: 1px solid transparent;
  background: rgba(7, 26, 63, 0.12);
  color: rgba(247, 251, 255, 0.94);
  border-radius: 10px;
  box-shadow: none;
}

body.worldcup-theme .nav-desktop .nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
}

body.worldcup-theme .nav-link:hover,
body.worldcup-theme .nav-link:focus-visible {
  color: var(--wc-white);
  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);
  transform: translateY(-1px);
}

body.worldcup-theme .nav-link.active {
  color: var(--wc-white);
  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(255, 122, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.worldcup-theme .dropdown-menu {
  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.97), 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);
}

body.worldcup-theme .dropdown-item:hover,
body.worldcup-theme .dropdown-item:focus-visible {
  color: var(--wc-blue);
  background-color: rgba(121, 207, 255, 0.1);
}

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

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

body.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%);
}

body.worldcup-theme .header-lightrail {
  height: 3px;
  padding: 0;
  background: var(--wc-selection-line);
  box-shadow: 0 0 18px rgba(121, 207, 255, 0.24);
}

body.worldcup-theme .header-lightrail::after,
body.worldcup-theme .light-ember {
  display: none;
}

/* Home hero */
body.worldcup-theme .retail-hero {
  background:
    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 58%,
      #0a2a62 72%,
      #ff7a00 100%
    );
}

body.worldcup-theme .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)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 12%,
      rgba(247, 251, 255, 0.055) 12.2%,
      transparent 12.55%
    ),
    radial-gradient(ellipse at 88% 72%, rgba(255, 122, 0, 0.22), transparent 28rem);
  opacity: 0.84;
}

body.worldcup-theme .retail-hero-viewport,
body.worldcup-theme .retail-hero-nav {
  position: relative;
  z-index: 1;
}

body.worldcup-theme .retail-hero-slide {
  background: transparent;
}

body.worldcup-theme .retail-hero-slide-orange,
body.worldcup-theme .retail-hero-slide-black,
body.worldcup-theme .retail-hero-slide-white {
  --hero-bg: transparent;
}

body.worldcup-theme .retail-hero-inner {
  position: relative;
  z-index: 2;
}

body.worldcup-theme .retail-hero-copy {
  max-width: 530px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(185, 231, 255, 0.34);
  border-radius: 18px;
  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));
  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 .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.36);
  background:
    linear-gradient(90deg, rgba(121, 207, 255, 0.2), rgba(247, 251, 255, 0.12), rgba(255, 122, 0, 0.12)),
    rgba(7, 26, 63, 0.36);
  color: #f7fbff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.worldcup-theme .retail-hero-slide-white {
  color: #ffffff;
}

body.worldcup-theme .retail-hero-copy h1,
body.worldcup-theme .retail-hero-copy p {
  color: currentColor;
}

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

body.worldcup-theme .retail-hero-button:hover,
body.worldcup-theme .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 .retail-hero-flyer {
  position: relative;
  z-index: 3;
  padding: 10px;
  border: 1px solid rgba(185, 231, 255, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(#0000, #0000) padding-box,
    linear-gradient(135deg, rgba(121, 207, 255, 0.9), rgba(247, 251, 255, 0.96), rgba(255, 122, 0, 0.7)) 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 .retail-hero-flyer img {
  border-radius: 18px;
}

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

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

/* Sections, cards and forms */
body.worldcup-theme .features,
body.worldcup-theme .catalogs-section,
body.worldcup-theme .contact-section {
  position: relative;
}

body.worldcup-theme .section-title,
body.worldcup-theme .catalogs-main-title,
body.worldcup-theme .page-header h1,
body.worldcup-theme .page-hero h1 {
  color: var(--wc-navy);
}

body.worldcup-theme .feature-card,
body.worldcup-theme .catalog-thumbnail,
body.worldcup-theme .contact-form,
body.worldcup-theme .careers-intro,
body.worldcup-theme .careers-benefits,
body.worldcup-theme .careers-form-section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(121, 207, 255, 0.14);
  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 .feature-card::before,
body.worldcup-theme .catalog-thumbnail::before,
body.worldcup-theme .contact-form::before,
body.worldcup-theme .careers-intro::before,
body.worldcup-theme .careers-benefits::before,
body.worldcup-theme .careers-form-section::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  bottom: auto;
  height: 2px;
  border-radius: 999px;
  background: var(--wc-selection-line);
  opacity: 0.68;
  pointer-events: none;
  z-index: 2;
}

body.worldcup-theme .feature-card:hover,
body.worldcup-theme .catalog-thumbnail:hover {
  border-color: rgba(121, 207, 255, 0.28);
  box-shadow:
    0 24px 54px rgba(7, 26, 63, 0.14),
    0 0 28px rgba(121, 207, 255, 0.1);
}

body.worldcup-theme .feature-icon,
body.worldcup-theme .careers-icon-wrapper {
  background:
    linear-gradient(135deg, rgba(121, 207, 255, 0.18), rgba(247, 251, 255, 0.12)),
    linear-gradient(135deg, var(--wc-orange), var(--wc-orange-deep));
  box-shadow: 0 14px 28px rgba(255, 122, 0, 0.22);
}

body.worldcup-theme .page-header,
body.worldcup-theme .page-hero {
  background:
    radial-gradient(circle at 20% 10%, rgba(121, 207, 255, 0.12), transparent 18rem),
    radial-gradient(circle at 82% 4%, rgba(255, 122, 0, 0.08), transparent 18rem),
    linear-gradient(180deg, rgba(247, 251, 255, 0.88), rgba(234, 242, 251, 0.54));
}

body.worldcup-theme .hero-overline {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(121, 207, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(10, 42, 98, 0.94), rgba(121, 207, 255, 0.64));
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(7, 26, 63, 0.12);
}

body.worldcup-theme .btn-primary,
body.worldcup-theme .btn-large {
  border: 1px solid rgba(247, 251, 255, 0.18);
  background:
    linear-gradient(135deg, var(--wc-orange), var(--wc-orange-deep));
  box-shadow:
    0 16px 32px rgba(255, 122, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.worldcup-theme input:focus,
body.worldcup-theme select:focus,
body.worldcup-theme textarea:focus {
  border-color: rgba(121, 207, 255, 0.82);
  box-shadow:
    0 0 0 3px rgba(121, 207, 255, 0.16),
    0 0 18px rgba(121, 207, 255, 0.12);
}

/* Footer */
body.worldcup-theme .footer {
  position: relative;
  background:
    radial-gradient(circle at 18% 0%, rgba(121, 207, 255, 0.12), transparent 18rem),
    linear-gradient(135deg, #05070d, #061735 58%, #0a2a62);
  border-top: 3px solid transparent;
  border-image: var(--wc-selection-line) 1;
}

body.worldcup-theme .footer-section h3,
body.worldcup-theme .footer-section h4 {
  color: #f7fbff;
}

body.worldcup-theme .footer a:hover,
body.worldcup-theme .footer a:focus-visible {
  color: var(--wc-sky-soft);
}

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

@media (max-width: 767px) {
  body.worldcup-theme .header .container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  body.worldcup-theme .header-content {
    position: relative;
    justify-content: space-between;
    gap: 12px;
    min-height: 84px;
    padding-right: 64px;
  }

  body.worldcup-theme .logo,
  body.worldcup-theme .menu-toggle {
    flex: 0 0 auto;
  }

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

  body.worldcup-theme .menu-toggle {
    display: flex;
    position: fixed;
    top: 21px;
    right: 16px;
    z-index: 1002;
    width: 48px;
    min-width: 48px;
    min-height: 42px;
    margin-left: auto;
    padding: 8px 10px;
    transform: none;
  }

  body.worldcup-theme .menu-toggle:hover,
  body.worldcup-theme .menu-toggle:focus-visible {
    transform: none;
  }

  body.worldcup-theme .menu-toggle span {
    width: 24px;
  }

  body.worldcup-theme .nav-desktop {
    display: none;
  }

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

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

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

  body.worldcup-theme .retail-hero-copy {
    padding: 18px;
    border-radius: 16px;
  }

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

@media (prefers-reduced-motion: reduce) {
  body.worldcup-theme *,
  body.worldcup-theme *::before,
  body.worldcup-theme *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* Phase 2 - controlled motion and Argentina ambience */
body.worldcup-theme .wc-decoration-host {
  position: relative;
}

body.worldcup-theme .wc-decoration-host > :not(.wc-decoration-layer) {
  position: relative;
  z-index: 2;
}

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

body.worldcup-theme .wc-decoration-layer--low,
body.worldcup-theme .wc-decoration-layer--offers {
  z-index: 0;
}

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:
    wcCenterRain calc(var(--wc-duration, 3300ms) + 7600ms) 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(185, 231, 255, 0.96), rgba(121, 207, 255, 0.82)),
    rgba(121, 207, 255, 0.9);
  box-shadow:
    0 0 18px rgba(121, 207, 255, 0.34),
    0 8px 18px rgba(7, 26, 63, 0.12),
    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.72)),
    rgba(247, 251, 255, 0.88);
}

body.worldcup-theme .wc-rain-orange {
  width: 5px;
  height: 42px;
  background:
    linear-gradient(180deg, rgba(255, 176, 0, 0.86), rgba(255, 122, 0, 0.76)),
    rgba(255, 122, 0, 0.76);
  box-shadow: 0 0 12px rgba(255, 122, 0, 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.22),
    0 0 20px rgba(121, 207, 255, 0.32),
    inset 0 0 0 1px rgba(247, 251, 255, 0.38);
}

body.worldcup-theme .wc-decoration-layer--hero .wc-rain-item,
body.worldcup-theme .wc-decoration-layer--offers .wc-rain-item {
  filter: drop-shadow(0 8px 16px rgba(7, 26, 63, 0.18));
}

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(255, 122, 0, 0.42) 0 8%, transparent 9%);
  opacity: 0.72;
}

body.worldcup-theme .wc-stadium-spark {
  position: absolute;
  left: var(--wc-x, 50%);
  top: var(--wc-y, 50%);
  width: var(--wc-size, 7px);
  height: var(--wc-size, 7px);
  border-radius: 999px;
  opacity: 0;
  background: rgba(247, 251, 255, 0.9);
  box-shadow:
    0 0 14px rgba(121, 207, 255, 0.42),
    0 0 24px rgba(255, 122, 0, 0.18);
  animation: wcCenterSpark 5200ms ease-in-out var(--wc-delay, 0ms) infinite both;
}

body.worldcup-theme .wc-bunting {
  position: absolute;
  top: 22px;
  left: 50%;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
  opacity: 0.72;
}

body.worldcup-theme .wc-bunting-item {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 18px solid rgba(121, 207, 255, 0.72);
  filter: drop-shadow(0 6px 12px rgba(7, 26, 63, 0.16));
  animation: wcCenterBunting 4400ms ease-in-out infinite both;
}

body.worldcup-theme .wc-bunting-item:nth-child(2n) {
  border-top-color: rgba(247, 251, 255, 0.78);
  animation-delay: 220ms;
}

body.worldcup-theme .wc-bunting-item:nth-child(3n) {
  border-top-color: rgba(255, 122, 0, 0.58);
  animation-delay: 360ms;
}

body.worldcup-theme.wc-motion-safe .header::before,
body.worldcup-theme.wc-motion-safe .header-lightrail,
body.worldcup-theme.wc-motion-safe .feature-card::before,
body.worldcup-theme.wc-motion-safe .catalog-thumbnail::before,
body.worldcup-theme.wc-motion-safe .contact-form::before,
body.worldcup-theme.wc-motion-safe .careers-intro::before,
body.worldcup-theme.wc-motion-safe .careers-benefits::before,
body.worldcup-theme.wc-motion-safe .careers-form-section::before {
  animation: wcCenterLedPulse 5200ms ease-in-out infinite both;
}

body.worldcup-theme.wc-motion-safe .retail-hero-copy::before,
body.worldcup-theme.wc-motion-safe .hero-overline {
  background-size: 220% 100%;
  animation: wcCenterShimmer 6200ms ease-in-out infinite both;
}

body.worldcup-theme.wc-motion-safe .retail-hero-flyer {
  animation: wcCenterGlowBreath 7200ms ease-in-out infinite both;
}

body.worldcup-theme.wc-motion-safe .catalog-thumbnail:hover,
body.worldcup-theme.wc-motion-safe .feature-card:hover {
  transform: translateY(-6px);
}

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

  12% {
    opacity: 0.86;
  }

  34% {
    opacity: 0.78;
  }

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

@keyframes wcCenterSpark {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.8);
  }

  38%,
  54% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes wcCenterBunting {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }

  50% {
    transform: translate3d(2px, 3px, 0) rotate(1.4deg);
  }
}

@keyframes wcCenterLedPulse {
  0%,
  100% {
    opacity: 0.66;
    filter: saturate(1);
  }

  50% {
    opacity: 0.98;
    filter: saturate(1.18);
  }
}

@keyframes wcCenterShimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes wcCenterGlowBreath {
  0%,
  100% {
    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;
  }

  50% {
    box-shadow:
      0 30px 76px rgba(7, 26, 63, 0.34),
      0 0 46px rgba(121, 207, 255, 0.28),
      0 0 18px rgba(255, 122, 0, 0.12),
      0 0 0 1px rgba(255, 255, 255, 0.22) inset;
  }
}

@media (max-width: 767px) {
  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;
  }

  body.worldcup-theme .wc-bunting {
    top: 14px;
    gap: 9px;
    opacity: 0.5;
  }

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

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

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

/* Final QA - mobile hero containment */
@media (max-width: 767px) {
  body.worldcup-theme .retail-hero {
    width: 100%;
    max-width: 100vw;
  }

  body.worldcup-theme .retail-hero-viewport {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    clip-path: inset(0);
  }

  body.worldcup-theme .retail-hero-track {
    width: 100%;
    max-width: 100%;
  }

  body.worldcup-theme .retail-hero-slide {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body.worldcup-theme .retail-hero-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    justify-items: center;
  }

  body.worldcup-theme .retail-hero-copy,
  body.worldcup-theme .retail-hero-flyer {
    max-width: min(100%, calc(100vw - 32px));
  }
}

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: 18px;
  border: 1px solid rgba(121, 207, 255, 0.14);
  box-shadow:
    0 18px 44px rgba(7, 26, 63, 0.1),
    0 0 0 1px rgba(121, 207, 255, 0.05) inset;
  padding: 1rem 1rem 0.9rem;
}

body.worldcup-theme.careers-page .careers-openings::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--wc-selection-line);
  opacity: 0.68;
  pointer-events: none;
  z-index: 2;
}

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(255, 122, 0, 0.12);
  color: var(--wc-orange-deep);
  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(7, 26, 63, 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(7, 26, 63, 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(121, 207, 255, 0.28);
  box-shadow:
    0 24px 54px rgba(7, 26, 63, 0.14),
    0 0 28px rgba(121, 207, 255, 0.1);
}

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: var(--wc-orange-deep);
  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(--wc-orange-deep);
  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(121, 207, 255, 0.24);
  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(--wc-orange-deep);
  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(7, 26, 63, 0.08);
  color: var(--wc-navy);
  font-weight: 700;
  cursor: pointer;
}

@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: 10px 0 14px;
  }

  body.worldcup-theme.careers-page .careers-content {
    max-width: 1160px;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(390px, 1.12fr);
    gap: 12px 18px;
    align-items: start;
    align-content: start;
    padding: 0 12px;
  }

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

  body.worldcup-theme.careers-page .careers-icon-wrapper {
    width: 72px;
    height: 72px;
    margin: 0 0 0.8rem;
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(255, 122, 0, 0.18);
  }

  body.worldcup-theme.careers-page .careers-icon-wrapper svg {
    width: 26px;
    height: 26px;
  }

  body.worldcup-theme.careers-page .careers-heading-compact {
    margin: 0 0 0.45rem;
    font-size: 2rem;
    line-height: 1.02;
  }

  body.worldcup-theme.careers-page .careers-copy-compact {
    font-size: 0.84rem;
    line-height: 1.55;
    max-width: 30rem;
  }

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

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

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

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

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

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

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

  body.worldcup-theme.careers-page .careers-form {
    display: grid;
    gap: 0.15rem;
  }

  body.worldcup-theme.careers-page .form-row {
    gap: 0.7rem 1rem;
    margin-bottom: 0.1rem;
  }

  body.worldcup-theme.careers-page .form-group {
    margin-bottom: 0.45rem;
  }

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

  body.worldcup-theme.careers-page .form-group label svg {
    width: 14px;
    height: 14px;
  }

  body.worldcup-theme.careers-page .form-group input,
  body.worldcup-theme.careers-page .form-group select,
  body.worldcup-theme.careers-page .form-group textarea {
    min-height: 38px;
    padding: 0.45rem 0.7rem;
    font-size: 0.9rem;
    border-radius: 10px;
  }

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

  body.worldcup-theme.careers-page .form-group small {
    margin-top: 0.25rem;
    font-size: 0.77rem;
  }

  body.worldcup-theme.careers-page .selected-opening {
    margin-bottom: 0.75rem;
    padding: 0.75rem 0.85rem;
  }

  body.worldcup-theme.careers-page .selected-opening-title {
    font-size: 0.95rem;
  }

  body.worldcup-theme.careers-page .selected-opening-meta,
  body.worldcup-theme.careers-page .selected-opening-copy {
    font-size: 0.8rem;
  }

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

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

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

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

  body.worldcup-theme.careers-page .file-input-label {
    min-height: 44px;
    padding: 0.45rem 0.75rem;
    font-size: 0.9rem;
  }

  body.worldcup-theme.careers-page .file-input-label svg {
    width: 18px;
    height: 18px;
  }

  body.worldcup-theme.careers-page .btn-large {
    min-height: 46px;
    padding: 0.7rem 1rem;
    font-size: 0.98rem;
  }

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

  body.worldcup-theme.careers-page .benefits-grid-compact {
    gap: 0.55rem;
  }

  body.worldcup-theme.careers-page .benefit-item-compact {
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
  }

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

  body.worldcup-theme.careers-page .job-opening-card {
    padding: 0.8rem 0.85rem;
    gap: 0.45rem;
  }

  body.worldcup-theme.careers-page .job-opening-title {
    font-size: 0.92rem;
  }

  body.worldcup-theme.careers-page .job-opening-description,
  body.worldcup-theme.careers-page .job-opening-prefill {
    font-size: 0.8rem;
  }

  body.worldcup-theme.careers-page .careers-openings-copy {
    margin-bottom: 0.55rem;
    font-size: 0.8rem;
  }

  body.worldcup-theme.careers-page .job-openings-empty,
  body.worldcup-theme.careers-page .careers-opening-notice {
    padding: 0.8rem 0.9rem;
    font-size: 0.82rem;
  }
}

@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(121, 207, 255, 0.22);
  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(121, 207, 255, 0), rgba(121, 207, 255, 0.42), rgba(255, 122, 0, 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(7, 26, 63, 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(7, 26, 63, 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(121, 207, 255, 0.3);
}

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(7, 26, 63, 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(121, 207, 255, 0.16), rgba(255, 122, 0, 0.46), rgba(121, 207, 255, 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;
  }
}
