:root {
  /* Taste: un acento principal (teal), neutros zinc, sin “AI purple” */
  --bg-deep: #09090b;
  --bg: #0c0c0f;
  --bg-elevated: #141419;
  --surface: #18181c;
  --surface-hover: #1f1f24;
  --border: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.11);
  --text: #f4f4f5;
  --text-secondary: #a1a1aa;
  --muted: #71717a;
  --accent: #14b8a6;
  --accent-dim: rgba(20, 184, 166, 0.12);
  --accent-hot: #2dd4bf;
  --accent-secondary: #38bdf8;
  --accent-secondary-dim: rgba(56, 189, 248, 0.1);
  --gold: #e7b008;
  --gold-dim: rgba(231, 176, 8, 0.1);
  --yag-dot: #f07540;
  --danger: #fb7185;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --max: 1200px;
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 16px 48px rgba(0, 0, 0, 0.5);
  --shadow-diffuse: 0 24px 80px -24px rgba(0, 0, 0, 0.55);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-standard: cubic-bezier(0.33, 1, 0.68, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg-deep);
  color: var(--text);
  line-height: 1.72;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}

/* Textura sutil (film grain) — capa que compone sin coste de imagen */
.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

/* Barra lectura (progreso scroll) */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 10001;
  pointer-events: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.scroll-progress__bar {
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #0d9488, #14b8a6, #38bdf8, #e7b008);
  box-shadow: 0 0 18px rgba(20, 184, 166, 0.35);
  transition: transform 0.12s linear;
}

a {
  color: var(--accent-hot);
  text-decoration: none;
  transition: color 0.2s var(--ease-out);
}

a:hover {
  color: var(--accent);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(1.15rem, 4vw, 1.75rem);
}

/* —— Header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(9, 9, 11, 0.78);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-bottom: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: box-shadow 0.35s var(--ease-standard), border-color 0.35s var(--ease-standard), background 0.35s var(--ease-standard);
}

.site-header.is-scrolled {
  background: rgba(9, 9, 11, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 40px rgba(0, 0, 0, 0.4);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
  border-radius: 999px;
  padding: 0.28rem 0.75rem 0.28rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 40px rgba(0, 0, 0, 0.25);
  transition:
    border-color 0.3s var(--ease-standard),
    box-shadow 0.3s var(--ease-standard),
    transform 0.25s var(--ease-spring);
}

.logo:hover {
  border-color: rgba(20, 184, 166, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 48px rgba(0, 0, 0, 0.35);
}

.logo-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.logo-yag {
  flex-shrink: 0;
  height: 26px;
  width: auto;
  color: var(--text);
  display: block;
}

.logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  gap: 0.06rem;
}

.logo-mt {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.04em;
  color: var(--text);
}

.logo-mt--accent {
  font-weight: 800;
  font-size: 1.02rem;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 420px) {
  .logo-inner {
    gap: 0.45rem;
  }

  .logo-yag {
    height: 22px;
  }

  .logo-mt {
    font-size: 0.78rem;
  }

  .logo-mt--accent {
    font-size: 0.82rem;
  }
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 1px;
  transition: transform 0.25s var(--ease-out), opacity 0.2s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.35rem 1.35rem;
  flex-wrap: wrap;
}

.nav a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.nav a:hover {
  color: var(--text);
}

@media (prefers-reduced-motion: no-preference) {
  .nav a:not(.btn-ghost) {
    position: relative;
  }

  .nav a:not(.btn-ghost)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--accent), var(--accent-secondary));
    transition: width 0.32s var(--ease-standard);
  }

  .nav a:not(.btn-ghost):hover::after,
  .nav a:not(.btn-ghost):focus-visible::after {
    width: 100%;
  }
}

.nav .btn-ghost {
  color: var(--text-secondary);
  padding: 0.5rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
}

.nav .btn-ghost:hover {
  color: var(--text);
  border-color: var(--border);
  background: var(--surface);
}

@media (max-width: 860px) {
  .nav-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    inset: 73px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem 1.25rem;
    background: rgba(9, 9, 11, 0.97);
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.35s var(--ease-out), opacity 0.25s, visibility 0.35s;
  }

  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav a {
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--border);
  }

  .nav .btn-ghost {
    margin-top: 0.5rem;
    text-align: center;
    border-color: var(--border);
  }
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.78rem 1.45rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.94rem;
  font-family: inherit;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.2s var(--ease-standard),
    box-shadow 0.28s var(--ease-standard),
    background 0.22s var(--ease-standard),
    border-color 0.22s var(--ease-standard),
    color 0.2s var(--ease-standard);
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.btn:active {
  transform: scale(0.98) translateY(0);
}

.btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #14b8a6, #0d9488);
  color: #042f2e;
  box-shadow: 0 4px 24px rgba(20, 184, 166, 0.35);
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -100%;
  width: 60%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
}

.btn-primary:hover {
  color: #022c26;
  box-shadow: 0 8px 32px rgba(20, 184, 166, 0.45);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes btn-sheen {
    from {
      left: -120%;
    }

    to {
      left: 160%;
    }
  }

  .btn-primary:hover::after {
    animation: btn-sheen 0.85s var(--ease-out) forwards;
  }
}

.btn-outline {
  position: relative;
  overflow: hidden;
  border-color: var(--border-strong);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.45), rgba(56, 189, 248, 0.28));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s var(--ease-standard);
  pointer-events: none;
}

.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.btn-outline:hover::before {
  opacity: 1;
}

.btn-lg {
  padding: 0.95rem 1.75rem;
  font-size: 1rem;
}

.btn-magnetic {
  position: relative;
  transition: transform 0.2s var(--ease-spring);
  will-change: transform;
}

/* —— Hero —— */
.hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 8vw, 5rem);
  overflow: hidden;
}

.hero--stage {
  min-height: min(100dvh, 960px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero--stage .hero-grid {
  flex: 1;
  align-items: center;
}

.hero.hero--stage::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(72rem, 92vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.45), rgba(56, 189, 248, 0.25), transparent);
  pointer-events: none;
  z-index: 4;
}

.hero-grid-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 35%, #000 15%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 35%, #000 15%, transparent 70%);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes grid-nudge {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }

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

  .hero-grid-bg {
    animation: grid-nudge 22s ease-in-out infinite;
  }
}

.hero-aurora {
  pointer-events: none;
  position: absolute;
  inset: -35% -25% 25% -25%;
  z-index: 1;
  background:
    radial-gradient(ellipse 45% 40% at 15% 38%, rgba(20, 184, 166, 0.55), transparent 55%),
    radial-gradient(ellipse 42% 38% at 88% 22%, rgba(56, 189, 248, 0.38), transparent 52%),
    radial-gradient(ellipse 40% 34% at 48% 78%, rgba(231, 176, 8, 0.14), transparent 55%);
  filter: blur(64px);
  opacity: 0.9;
  mix-blend-mode: screen;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes aurora-drift {
    0%,
    100% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 0.88;
    }

    33% {
      transform: translate3d(3%, -2%, 0) scale(1.05);
      opacity: 1;
    }

    66% {
      transform: translate3d(-2%, 3%, 0) scale(1.02);
      opacity: 0.92;
    }
  }

  .hero-aurora {
    animation: aurora-drift 16s ease-in-out infinite;
  }
}

.hero-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 100% 80% at 50% -30%, rgba(20, 184, 166, 0.2), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 20%, rgba(56, 189, 248, 0.12), transparent),
    radial-gradient(ellipse 50% 40% at 0% 80%, rgba(231, 176, 8, 0.06), transparent);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes hero-bg-drift {
    0%,
    100% {
      transform: scale(1) translate3d(0, 0, 0);
      opacity: 1;
    }

    40% {
      transform: scale(1.04) translate3d(1%, -0.5%, 0);
      opacity: 0.95;
    }

    70% {
      transform: scale(1.02) translate3d(-0.5%, 0.5%, 0);
      opacity: 1;
    }
  }

  .hero-bg {
    animation: hero-bg-drift 18s ease-in-out infinite;
  }
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes hero-visual-in {
    from {
      opacity: 0;
      transform: translate3d(0, 40px, 0) scale(0.96);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
    }
  }

  .hero-visual-choreo:not(.js-gsap-hero) {
    animation: hero-visual-in 1.05s var(--ease-out) 0.18s backwards;
  }

  @keyframes float-card {
    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-6px);
    }
  }

  .floating-card {
    animation: float-card 5s ease-in-out infinite;
    animation-delay: 1.2s;
  }
}

.eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-bottom: 1rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--accent-hot);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent), 0 0 28px rgba(20, 184, 166, 0.4);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes eyebrow-pulse {
    0%,
    100% {
      transform: scale(1);
      opacity: 1;
    }

    50% {
      transform: scale(1.25);
      opacity: 0.85;
    }
  }

  .eyebrow-dot {
    animation: eyebrow-pulse 2.4s ease-in-out infinite;
  }
}

.pill-yag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.pill-yag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yag-dot);
  box-shadow: 0 0 0 2px rgba(240, 117, 64, 0.25);
  flex-shrink: 0;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 5.2vw, 3.35rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 0 0 1.1rem;
}

.h1-line {
  display: inline;
}

.h1-accent {
  display: inline;
  position: relative;
  margin: 0 0.06em;
  padding-bottom: 0.06em;
  color: var(--accent-hot);
  font-weight: 800;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent calc(100% - 3px), rgba(20, 184, 166, 0.45) 0);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes h1-underline-breathe {
    0%,
    100% {
      background: linear-gradient(transparent calc(100% - 3px), rgba(20, 184, 166, 0.35) 0);
    }

    50% {
      background: linear-gradient(transparent calc(100% - 3px), rgba(56, 189, 248, 0.4) 0);
    }
  }

  .h1-accent {
    animation: h1-underline-breathe 5s ease-in-out infinite;
  }
}

.lead {
  color: var(--text-secondary);
  margin: 0 0 1.75rem;
  max-width: 52ch;
  font-size: 1.05rem;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  transition: border-color 0.25s var(--ease-standard), background 0.25s;
}

.trust li:hover {
  border-color: rgba(20, 184, 166, 0.22);
  background: rgba(20, 184, 166, 0.06);
}

.trust li svg {
  flex-shrink: 0;
  color: var(--accent-hot);
}

/* Hero visual */
.hero-visual {
  position: relative;
}

.hero-frame {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(145deg, rgba(20, 184, 166, 0.32), rgba(56, 189, 248, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: var(--shadow-md), 0 0 60px rgba(20, 184, 166, 0.06);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.15s var(--ease-spring);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes hero-frame-pulse {
    0%,
    100% {
      box-shadow: var(--shadow-md), 0 0 48px rgba(20, 184, 166, 0.14), 0 0 96px rgba(56, 189, 248, 0.06);
    }

    50% {
      box-shadow: var(--shadow-md), 0 0 64px rgba(20, 184, 166, 0.22), 0 0 120px rgba(56, 189, 248, 0.09);
    }
  }

  .hero-frame {
    animation: hero-frame-pulse 5.5s ease-in-out infinite;
  }
}

.hero-frame-inner {
  border-radius: calc(var(--radius-lg) - 1px);
  background: var(--bg-elevated);
  overflow: hidden;
  transform: translateZ(0);
}

.mock-top {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid var(--border);
}

.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #475569;
}

.mock-dot:nth-child(1) {
  background: #fb7185;
}

.mock-dot:nth-child(2) {
  background: #fbbf24;
}

.mock-dot:nth-child(3) {
  background: #34d399;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes mock-dot-pulse {
    0%,
    100% {
      opacity: 1;
      transform: scale(1);
    }

    50% {
      opacity: 0.65;
      transform: scale(0.92);
    }
  }

  .mock-dot:nth-child(1) {
    animation: mock-dot-pulse 2.2s ease-in-out infinite;
  }

  .mock-dot:nth-child(2) {
    animation: mock-dot-pulse 2.2s ease-in-out 0.25s infinite;
  }

  .mock-dot:nth-child(3) {
    animation: mock-dot-pulse 2.2s ease-in-out 0.5s infinite;
  }
}

.mock-title {
  margin-left: auto;
  font-size: 0.7rem;
  color: var(--muted);
  font-family: ui-monospace, monospace;
}

.mock-body {
  padding: 1.35rem 1.25rem 1.5rem;
  display: grid;
  gap: 1rem;
}

.mock-sidebar {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
}

.mock-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mock-nav span {
  height: 6px;
  border-radius: 3px;
  background: var(--border-strong);
}

.mock-nav span:nth-child(1) {
  width: 100%;
  background: var(--accent-dim);
}

.mock-nav span:nth-child(2) {
  width: 70%;
}

.mock-nav span:nth-child(3) {
  width: 85%;
}

.mock-main {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.06), transparent);
  padding: 1rem;
}

.mock-line {
  display: block;
  height: 7px;
  border-radius: 4px;
  background: var(--border-strong);
  margin-bottom: 8px;
}

.mock-line.w90 {
  width: 92%;
}

.mock-line.w70 {
  width: 68%;
}

.mock-line.w80 {
  width: 78%;
}

.mock-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.mock-blocks span {
  height: 52px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--accent-dim), var(--accent-secondary-dim));
  border: 1px solid var(--border);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes mock-tile {
    0%,
    100% {
      filter: brightness(1);
      transform: translateY(0);
    }

    50% {
      filter: brightness(1.12);
      transform: translateY(-3px);
    }
  }

  .mock-blocks span:nth-child(1) {
    animation: mock-tile 2.8s ease-in-out infinite;
  }

  .mock-blocks span:nth-child(2) {
    animation: mock-tile 2.8s ease-in-out 0.35s infinite;
  }

  .mock-blocks span:nth-child(3) {
    animation: mock-tile 2.8s ease-in-out 0.7s infinite;
  }
}

.mock-caption {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.5;
}

.floating-card {
  position: absolute;
  bottom: -12px;
  left: -8px;
  right: auto;
  max-width: 220px;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-md);
  font-size: 0.78rem;
  color: var(--text-secondary);
}

.floating-card strong {
  display: block;
  color: var(--accent-hot);
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
}

@media (max-width: 959px) {
  .floating-card {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: none;
    margin-top: 1rem;
  }
}

/* —— Stats strip —— */
.stats-strip {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.04) 0%, transparent 42%),
    linear-gradient(0deg, rgba(56, 189, 248, 0.035) 0%, transparent 38%),
    linear-gradient(90deg, rgba(20, 184, 166, 0.06), transparent 38%, transparent 62%, rgba(56, 189, 248, 0.05));
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes stats-shine {
    0% {
      transform: translateX(-60%) skewX(-12deg);
      opacity: 0;
    }

    15% {
      opacity: 0.45;
    }

    50% {
      transform: translateX(180%) skewX(-12deg);
      opacity: 0.35;
    }

    100% {
      transform: translateX(180%) skewX(-12deg);
      opacity: 0;
    }
  }

  .stats-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.12), transparent);
    animation: stats-shine 6s ease-in-out infinite;
    pointer-events: none;
  }
}

.stats-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding: 2rem 0;
}

@media (min-width: 720px) {
  .stats-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat {
  text-align: center;
  padding: 0.5rem;
}

@media (prefers-reduced-motion: no-preference) {
  .stat {
    transition: transform 0.45s var(--ease-standard);
  }

  .stats-strip:hover .stat {
    transform: translateY(-2px);
  }

  .stats-strip:hover .stat:nth-child(1) {
    transition-delay: 0s;
  }

  .stats-strip:hover .stat:nth-child(2) {
    transition-delay: 0.04s;
  }

  .stats-strip:hover .stat:nth-child(3) {
    transition-delay: 0.08s;
  }

  .stats-strip:hover .stat:nth-child(4) {
    transition-delay: 0.12s;
  }
}

.stat-value {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 48px rgba(20, 184, 166, 0.18);
}

.stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-top: 0.35rem;
}

/* —— Sections —— */
.section {
  padding: clamp(3.25rem, 7vw, 5rem) 0;
}

.section-alt {
  background: var(--bg);
  border-block: 1px solid var(--border);
}

.section-head {
  max-width: min(42rem, 100%);
  margin-bottom: 2.75rem;
}

.section-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-secondary);
  margin: 0 0 0.6rem;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes kicker-soft {
    0%,
    100% {
      opacity: 1;
      letter-spacing: 0.12em;
    }

    50% {
      opacity: 0.82;
      letter-spacing: 0.14em;
    }
  }

  .section-kicker {
    animation: kicker-soft 5s ease-in-out infinite;
  }
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.65rem;
}

.section-head h2 {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.section-head h2::after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  margin-top: 0.5rem;
  background: linear-gradient(90deg, var(--accent), var(--accent-secondary), var(--gold));
  background-size: 200% 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s var(--ease-out);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes underline-flow {
    to {
      background-position: 200% 0;
    }
  }

  .reveal.reveal--visible .section-head h2::after {
    transform: scaleX(1);
    animation: underline-flow 4s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal.reveal--visible .section-head h2::after {
    transform: scaleX(1);
  }
}

.section-intro {
  color: var(--text-secondary);
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.68;
  max-width: 65ch;
}

/* Why grid */
.why-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 640px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .why-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.why-card {
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.25s, transform 0.25s var(--ease-out), box-shadow 0.25s;
}

.why-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: var(--accent-dim);
  color: var(--accent-hot);
}

.why-card:nth-child(2) .why-icon {
  background: var(--accent-secondary-dim);
  color: var(--accent-secondary);
}

.why-card:nth-child(3) .why-icon {
  background: var(--gold-dim);
  color: var(--gold);
}

.why-card:nth-child(4) .why-icon {
  background: rgba(251, 113, 133, 0.12);
  color: #fda4af;
}

@media (prefers-reduced-motion: no-preference) {
  .why-icon {
    transition: transform 0.45s var(--ease-out);
  }

  .why-card:hover .why-icon {
    transform: scale(1.08) rotate(-3deg);
  }
}

.why-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.why-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Kinetic marquee (taste: motion band) */
.kinetic-marquee {
  position: relative;
  z-index: 2;
  border-block: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(12, 12, 15, 1), rgba(9, 9, 11, 1));
  overflow: hidden;
}

.kinetic-marquee__inner {
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.kinetic-marquee__track {
  display: flex;
  width: max-content;
  gap: 4rem;
  padding: 0.95rem 0;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(161, 161, 170, 0.85);
  white-space: nowrap;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes marquee-slide {
    to {
      transform: translate3d(-50%, 0, 0);
    }
  }

  .kinetic-marquee__track {
    animation: marquee-slide 38s linear infinite;
  }
}

/* Packages — asimétrico (anti 3 columnas iguales) */
.packages-showcase {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .packages-showcase {
    grid-template-columns: 1.25fr 0.75fr;
    grid-template-rows: 1fr 1fr;
    align-items: stretch;
    min-height: 28rem;
  }

  .package-card--hero {
    grid-column: 1;
    grid-row: 1 / -1;
  }

  .package-card--compact:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .package-card--compact:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
}

.package-card {
  position: relative;
  padding: 1.65rem 1.5rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  --sx: 50%;
  --sy: 42%;
  transition:
    border-color 0.35s var(--ease-spring),
    transform 0.4s var(--ease-spring),
    box-shadow 0.4s var(--ease-spring);
}

.package-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(520px circle at var(--sx) var(--sy), rgba(20, 184, 166, 0.14), transparent 42%);
  opacity: 0;
  transition: opacity 0.35s var(--ease-standard);
  pointer-events: none;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .spotlight-card:hover::after {
    opacity: 1;
  }
}

.package-card--hero {
  border-color: rgba(20, 184, 166, 0.28);
  background:
    linear-gradient(165deg, rgba(20, 184, 166, 0.09) 0%, var(--surface) 42%),
    var(--surface);
  box-shadow: var(--shadow-diffuse), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.package-card--compact {
  padding: 1.35rem 1.25rem;
}

.package-card--compact:hover,
.package-card--hero:hover {
  border-color: rgba(20, 184, 166, 0.35);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md), 0 0 0 1px rgba(20, 184, 166, 0.1);
}

.package-card:focus-visible {
  outline: none;
  border-color: rgba(20, 184, 166, 0.55);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.2);
}

.package-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
}

.package-card .price {
  color: var(--text-secondary);
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.package-card > p:not(.price) {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin: 0 0 1rem;
  flex-grow: 0;
}

.package-card ul {
  margin: auto 0 0;
  padding-left: 1.05rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.55;
}

.package-card ul li {
  margin-bottom: 0.45rem;
}

.badge {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, var(--accent), #0d9488);
  color: #042f2e;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.price strong {
  color: var(--accent-hot);
  font-weight: 700;
}

/* Modules bento */
.bento {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 768px) {
  .bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .bento-wide {
    grid-column: 1 / -1;
  }
}

.bento-block {
  position: relative;
  overflow: hidden;
  padding: 1.65rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.35s var(--ease-out);
}

.bento-block:hover {
  border-color: var(--border-strong);
  background: var(--surface-hover);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

@media (prefers-reduced-motion: no-preference) {
  .bento-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    border-radius: 0 0 2px 2px;
    background: linear-gradient(90deg, transparent, var(--accent-hot), var(--accent-secondary), transparent);
    opacity: 0;
    transform: scaleX(0.4);
    transform-origin: center;
    transition:
      opacity 0.35s var(--ease-out),
      transform 0.5s var(--ease-out);
    pointer-events: none;
  }

  .bento-block:hover::after {
    opacity: 1;
    transform: scaleX(1);
  }
}

.bento-block h3 {
  font-size: 1.15rem;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.bento-block h3 svg {
  color: var(--accent);
  flex-shrink: 0;
}

.checklist {
  margin: 0;
  padding-left: 1.05rem;
  color: var(--text-secondary);
  font-size: 0.94rem;
}

.checklist li {
  margin-bottom: 0.55rem;
}

/* Process */
.steps-wrap {
  position: relative;
  max-width: 52rem;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  .steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.step {
  position: relative;
  padding: 1.35rem 1.15rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  counter-increment: step;
}

.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.5rem;
}

.step strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text);
  margin-bottom: 0.35rem;
}

.step span {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* Quote */
.quote-block {
  margin-top: 3rem;
  padding: 2rem 1.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.07), rgba(20, 184, 166, 0.05));
  position: relative;
}

.quote-block::before {
  content: "“";
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.quote-text {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
  color: var(--text);
  margin: 0 0 1.25rem;
}

.quote-meta {
  font-size: 0.88rem;
  color: var(--muted);
}

.quote-meta strong {
  color: var(--text-secondary);
}

/* FAQ */
.faq-list {
  max-width: 44rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
  transition:
    border-color 0.25s var(--ease-standard),
    box-shadow 0.25s var(--ease-standard);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.faq-item:hover {
  border-color: var(--border-strong);
}

.faq-item[open] {
  border-color: rgba(20, 184, 166, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 40px rgba(0, 0, 0, 0.25);
}

.faq-item[open] summary {
  background: rgba(20, 184, 166, 0.06);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--text);
  padding: 1.1rem 1.2rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-chevron {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--accent-dim);
  color: var(--accent-hot);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s var(--ease-out);
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-item p {
  margin: 0;
  padding: 0 1.2rem 1.15rem;
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.65;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}

/* CTA */
.section-cta {
  padding-bottom: clamp(3.5rem, 8vw, 5.5rem);
}

.cta-box {
  position: relative;
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  display: grid;
  gap: 2rem;
  align-items: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    var(--shadow-diffuse);
}

.cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 70% at 100% 0%, rgba(45, 212, 191, 0.15), transparent),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(56, 189, 248, 0.1), transparent);
  pointer-events: none;
}

.cta-box > * {
  position: relative;
}

@media (min-width: 800px) {
  .cta-box {
    grid-template-columns: 1.1fr 1fr;
  }
}

.cta-box h2 {
  margin-bottom: 0.65rem;
}

.cta-box > div:first-child p {
  color: var(--text-secondary);
  margin: 0;
  max-width: 32rem;
  line-height: 1.65;
}

.cta-phone-wrap {
  margin-top: 1rem;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}

.cta-actions .btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 480px) {
  .cta-actions .btn {
    width: auto;
    align-self: flex-start;
  }
}

.cta-actions .small {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.5;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--gold);
}

.phone-link:hover {
  color: #fcd34d;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 2rem 0 2.5rem;
  font-size: 0.88rem;
  color: var(--muted);
  background: var(--bg-deep);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.footer-links a {
  color: var(--text-secondary);
}

.footer-links a:hover {
  color: var(--accent-hot);
}

/* —— Scroll reveal: animación explícita + stagger hijos —— */
@media (prefers-reduced-motion: no-preference) {
  @keyframes reveal-section {
    from {
      opacity: 0;
      transform: translate3d(0, 40px, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .reveal {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    will-change: opacity, transform;
  }

  .reveal.reveal--visible {
    animation: reveal-section 0.85s var(--ease-out) forwards;
  }

  .reveal:not(.reveal--visible) .why-card,
  .reveal:not(.reveal--visible) .package-card,
  .reveal:not(.reveal--visible) .bento-block,
  .reveal:not(.reveal--visible) .step,
  .reveal:not(.reveal--visible) .faq-item {
    opacity: 0;
    transform: translateY(16px);
  }

  .reveal.reveal--visible .why-card,
  .reveal.reveal--visible .bento-block,
  .reveal.reveal--visible .faq-item {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.55s var(--ease-standard),
      transform 0.55s var(--ease-standard);
  }

  .reveal.reveal--visible .step {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.55s var(--ease-standard),
      transform 0.55s var(--ease-standard),
      border-color 0.35s var(--ease-out),
      box-shadow 0.35s var(--ease-out);
  }

  .reveal.reveal--visible .step:hover {
    transform: translateY(-4px);
    border-color: rgba(56, 189, 248, 0.22);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38);
  }

  .reveal.reveal--visible .package-card--compact {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.55s var(--ease-standard),
      transform 0.55s var(--ease-standard);
  }

  @media (min-width: 900px) {
    .reveal.reveal--visible .package-card--hero {
      opacity: 1;
      transform: translateY(0) scale(1.01);
      transition:
        opacity 0.55s var(--ease-standard),
        transform 0.55s var(--ease-standard);
    }
  }

  @media (max-width: 899px) {
    .reveal.reveal--visible .package-card--hero {
      opacity: 1;
      transform: translateY(0);
      transition:
        opacity 0.55s var(--ease-standard),
        transform 0.55s var(--ease-standard);
    }
  }

  .reveal.reveal--visible .why-card:nth-child(1) {
    transition-delay: 0.04s;
  }

  .reveal.reveal--visible .why-card:nth-child(2) {
    transition-delay: 0.1s;
  }

  .reveal.reveal--visible .why-card:nth-child(3) {
    transition-delay: 0.16s;
  }

  .reveal.reveal--visible .why-card:nth-child(4) {
    transition-delay: 0.22s;
  }

  .reveal.reveal--visible .packages-showcase .package-card:nth-child(1) {
    transition-delay: 0.05s;
  }

  .reveal.reveal--visible .packages-showcase .package-card:nth-child(2) {
    transition-delay: 0.12s;
  }

  .reveal.reveal--visible .packages-showcase .package-card:nth-child(3) {
    transition-delay: 0.19s;
  }

  .reveal.reveal--visible .bento-block:nth-child(1) {
    transition-delay: 0.05s;
  }

  .reveal.reveal--visible .bento-block:nth-child(2) {
    transition-delay: 0.11s;
  }

  .reveal.reveal--visible .bento-block:nth-child(3) {
    transition-delay: 0.17s;
  }

  .reveal.reveal--visible .step:nth-child(1) {
    transition-delay: 0.04s;
  }

  .reveal.reveal--visible .step:nth-child(2) {
    transition-delay: 0.1s;
  }

  .reveal.reveal--visible .step:nth-child(3) {
    transition-delay: 0.16s;
  }

  .reveal.reveal--visible .step:nth-child(4) {
    transition-delay: 0.22s;
  }

  .reveal.reveal--visible .faq-item:nth-child(1) {
    transition-delay: 0.03s;
  }

  .reveal.reveal--visible .faq-item:nth-child(2) {
    transition-delay: 0.07s;
  }

  .reveal.reveal--visible .faq-item:nth-child(3) {
    transition-delay: 0.11s;
  }

  .reveal.reveal--visible .faq-item:nth-child(4) {
    transition-delay: 0.15s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kinetic-marquee__track {
    animation: none !important;
  }

  .hero-grid-bg,
  .hero-aurora,
  .hero-bg,
  .floating-card,
  .eyebrow-dot {
    animation: none !important;
  }

  .section-kicker,
  .reveal .section-kicker {
    animation: none !important;
    letter-spacing: 0.12em;
    opacity: 1;
  }

  .reveal.reveal--visible .section-head h2::after {
    animation: none !important;
  }

  .reveal,
  .reveal .why-card,
  .reveal .package-card,
  .reveal .bento-block,
  .reveal .step,
  .reveal .faq-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
  }

  .reveal .why-icon,
  .reveal .why-card:hover .why-icon {
    transform: none !important;
    transition: none !important;
  }

  .reveal .bento-block::after {
    display: none !important;
  }

  .package-card--hero {
    box-shadow: 0 0 0 1px rgba(20, 184, 166, 0.14) !important;
  }

  .bento-block:hover {
    box-shadow: none !important;
  }
}
