/* ============================================================
   canchitadev — estilo deportivo dark + verde de marca
   ============================================================ */
:root {
  --bg: #050505;
  --bg-alt: #0b0d08;
  --surface: rgba(23, 23, 23, 0.9);
  --accent: #1BA34B;         /* verde de marca (icono canchitadev) */
  --accent-text: #2ebf63;    /* tono más claro para textos acento sobre negro */
  --accent-dim: rgba(27, 163, 75, 0.2);
  --brand: #1BA34B;
  --brand-dark: #0A5C31;
  --white: #ffffff;
  --w90: rgba(255, 255, 255, 0.9);
  --w70: rgba(255, 255, 255, 0.7);
  --w40: rgba(255, 255, 255, 0.4);
  --w10: rgba(255, 255, 255, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
html, body { height: 100%; }

body {
  font-family: 'Readex Pro', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.accent { color: var(--accent-text); }

/* barra de progreso */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--accent); z-index: 100;
  box-shadow: 0 0 12px var(--accent);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  height: 100vh; height: 100svh;
  width: 100%;
  overflow: hidden;
  background: var(--bg);
  perspective: 1000px;
}

.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }

.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 50% at 75% 15%, rgba(27, 163, 75, 0.22), transparent 70%),
    radial-gradient(50% 45% at 15% 80%, rgba(27, 163, 75, 0.14), transparent 70%);
}

/* líneas de cancha en perspectiva */
.hero-grid {
  position: absolute; left: -20%; right: -20%; bottom: -12%; height: 62%;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(27, 163, 75, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 163, 75, 0.18) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: perspective(600px) rotateX(62deg);
  transform-origin: bottom center;
  mask-image: linear-gradient(to top, rgba(0,0,0,.85), transparent);
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,.85), transparent);
  animation: grid-slide 14s linear infinite;
}
@keyframes grid-slide {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 0 72px, 0 0; }
}

/* navbar flotante */
.nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 24px 24px 0;
}
@media (min-width: 768px) { .nav { padding: 24px 40px 0; } }

.nav-pill {
  display: flex; align-items: center;
  background: var(--surface);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--w10);
  border-radius: 999px;
}

.nav-brand { gap: 10px; padding: 12px 24px 12px 16px; font-size: 15px; letter-spacing: -0.02em; }
.nav-brand .logo { height: 22px; width: 22px; border-radius: 5px; }

/* "dev" en píldora verde de marca, como el icono */
.nav-brand b, .footer-brand b {
  display: inline-block;
  color: var(--white); font-weight: 600;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 0.45em;
  padding: 0.08em 0.42em;
  margin-left: 0.2em;
  line-height: 1.3;
}

.nav-links { display: none; gap: 4px; padding: 8px 12px; }
@media (min-width: 768px) { .nav-links { display: flex; } }
.nav-links a {
  color: rgba(212, 212, 212, 1); font-size: 14px;
  padding: 8px 20px; border-radius: 999px;
  transition: color .2s, background-color .2s;
}
.nav-links a:hover { color: var(--white); background: var(--w10); }

.nav-cta {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: var(--white);
  font-size: 14px; font-weight: 500;
  border-radius: 999px; padding: 12px 24px;
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(27, 163, 75, .35); }

/* contenido del hero */
.hero-content { position: relative; height: 100%; width: 100%; z-index: 10; transform-style: preserve-3d; }

/* un único h1 semántico; sus palabras se posicionan como bloques absolutos */
.hero-heading { position: absolute; inset: 0; margin: 0; font-size: inherit; font-weight: inherit; }
.hero-heading .hero-word { display: block; }

/* texto solo para lectores de pantalla y buscadores */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.hero-title {
  letter-spacing: -0.04em; line-height: 0.95;
  font-weight: 500;
  font-size: 13vw;
  will-change: transform;
}
.hero-word { position: absolute; user-select: none; }
.hero-word-1 { left: 16px; top: 16%; }
.hero-word-2 { right: 16px; top: 37%; }
.hero-word-3 { left: 18%; top: 58%; }
.hero-word-3 .dot { color: var(--accent); }
@media (min-width: 768px) {
  .hero-title { font-size: 11.5vw; }
  .hero-word-1 { left: 40px; }
  .hero-word-2 { right: 40px; }
  .hero-word-3 { left: 28%; }
}

/* entrada escalonada */
.hero-word, .hero-desc, .hero-stat {
  opacity: 0;
  animation: hero-in 1s cubic-bezier(.2, .8, .2, 1) forwards;
}
.hero-word-1 { animation-delay: .1s; }
.hero-word-2 { animation-delay: .25s; }
.hero-word-3 { animation-delay: .4s; }
.hero-desc   { animation-delay: .6s; }
.hero-stat   { animation-delay: .8s; }
@keyframes hero-in {
  from { opacity: 0; transform: translateY(50px) rotateX(30deg); }
  to   { opacity: 1; transform: translateY(0) rotateX(0); }
}

.hero-desc {
  position: absolute; left: 24px; top: 44%;
  max-width: 250px; font-size: 15px; font-weight: 300;
  line-height: 1.4; color: var(--w90);
}
@media (min-width: 768px) { .hero-desc { left: 40px; top: 46%; } }

/* stats del hero */
.hero-stat { position: absolute; }
.stat-tr { right: 24px; top: 14%; text-align: right; }
.stat-bl { left: 24px; bottom: 90px; }
.stat-br { right: 24px; bottom: 70px; text-align: right; }
@media (min-width: 768px) {
  .stat-tr { right: 96px; }
  .stat-bl { left: 80px; bottom: 110px; }
  .stat-br { right: 80px; bottom: 90px; }
}

.stat-row { display: flex; align-items: center; gap: 12px; }
.stat-tr .stat-row, .stat-br .stat-row { justify-content: flex-end; }
.stat-num { font-size: 36px; font-weight: 500; letter-spacing: -0.03em; }
@media (min-width: 768px) { .stat-num { font-size: 48px; } }
.stat-divider { display: none; height: 1px; width: 96px; background: var(--w40); }
@media (min-width: 768px) { .stat-divider { display: block; } }
.rot-pos { transform: rotate(20deg); }
.rot-neg { transform: rotate(-20deg); }
.stat-label { display: block; font-size: 13px; color: var(--w70); margin-top: 4px; }

/* indicador de scroll */
.hero-scroll {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--w40);
}
.hero-scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, transparent, var(--accent));
  animation: scroll-pulse 1.8s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%, 100% { opacity: .3; transform: scaleY(.6); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); }
}

.hero-fade {
  pointer-events: none; position: absolute; bottom: 0; left: 0; right: 0;
  height: 192px; background: linear-gradient(to bottom, transparent, var(--bg));
  z-index: 15;
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  overflow: hidden; border-block: 1px solid var(--w10);
  background: var(--bg-alt); padding: 18px 0;
}
.marquee-track {
  display: flex; align-items: center; gap: 32px;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee-track span {
  font-size: 20px; font-weight: 300; letter-spacing: -0.02em;
  color: var(--w70); white-space: nowrap;
}
.marquee-track i { font-style: normal; color: var(--accent); font-size: 10px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   SECCIONES
   ============================================================ */
.section { padding: 120px 0; position: relative; }
.section-alt { background: var(--bg-alt); }

.section-head { margin-bottom: 64px; }
.eyebrow {
  display: inline-block; font-size: 13px; letter-spacing: .25em;
  text-transform: uppercase; color: var(--accent-text); margin-bottom: 16px;
}
.section-title {
  font-size: clamp(36px, 6vw, 64px); font-weight: 500;
  letter-spacing: -0.04em; line-height: 1.02;
}
.section-desc {
  margin-top: 20px; max-width: 560px;
  font-size: 16px; font-weight: 300; line-height: 1.6; color: var(--w70);
}

/* ---------- variante de sección con fondo claro ---------- */
.section-light {
  background:
    radial-gradient(70% 90% at 80% 0%, rgba(27, 163, 75, 0.08), transparent 60%),
    #f2f5f0;
  color: #0c110d;
}
/* líneas de cancha muy sutiles sobre el fondo claro */
.section-light::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(10, 92, 49, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 92, 49, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.8) 30%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.8) 30%, transparent);
}
.section-light .container { position: relative; }
.section-light .section-title { color: #0c110d; }
.section-light .accent { color: var(--brand-dark); }
.section-light .eyebrow { color: var(--brand); }
.section-light .section-desc { color: rgba(12, 17, 13, 0.65); }

/* contexto 3D para los reveals */
.perspective { perspective: 1200px; }

/* efecto de aparición 3D al hacer scroll */
.reveal-3d {
  opacity: 0;
  transform: perspective(1200px) rotateX(18deg) translateY(70px) scale(.96);
  transform-origin: center bottom;
  transition: opacity .9s cubic-bezier(.2, .8, .2, 1), transform .9s cubic-bezier(.2, .8, .2, 1);
  will-change: transform, opacity;
}
.reveal-3d.in {
  opacity: 1;
  transform: perspective(1200px) rotateX(0) translateY(0) scale(1);
}
/* escalonado dentro de grids */
.cards-grid .reveal-3d.in:nth-child(2), .steps .reveal-3d.in:nth-child(2) { transition-delay: .1s; }
.cards-grid .reveal-3d.in:nth-child(3), .steps .reveal-3d.in:nth-child(3) { transition-delay: .2s; }
.cards-grid .reveal-3d.in:nth-child(4), .steps .reveal-3d.in:nth-child(4) { transition-delay: .3s; }
.cards-grid .reveal-3d.in:nth-child(5) { transition-delay: .4s; }
.cards-grid .reveal-3d.in:nth-child(6) { transition-delay: .5s; }

/* ============================================================
   CARDS DE SERVICIOS (tilt 3D con mouse)
   ============================================================ */
.cards-grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
  position: relative; overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--w10);
  border-radius: 24px;
  padding: 36px 28px;
  transform-style: preserve-3d;
  transition: border-color .3s, box-shadow .3s;
}
.card:hover { border-color: rgba(27, 163, 75, .4); box-shadow: 0 24px 60px rgba(0, 0, 0, .5), 0 0 0 1px rgba(27, 163, 75, .15); }

.card-icon {
  font-size: 30px; margin-bottom: 20px;
  width: 64px; height: 64px; display: grid; place-items: center;
  background: var(--accent-dim); border-radius: 18px;
  transform: translateZ(40px);
}
.card h3 { font-size: 20px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 10px; transform: translateZ(30px); }
.card p { font-size: 14.5px; font-weight: 300; line-height: 1.55; color: var(--w70); transform: translateZ(20px); }
.card-num {
  position: absolute; top: 24px; right: 24px;
  font-size: 13px; color: var(--w40); letter-spacing: .1em;
}

/* brillo que sigue al cursor */
.card::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(27, 163, 75, .16), transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.card:hover::after { opacity: 1; }

/* ============================================================
   SOLUCIONES
   ============================================================ */
.solutions { display: flex; flex-direction: column; gap: 32px; }

.solution {
  display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center;
  background: var(--surface); border: 1px solid var(--w10);
  border-radius: 32px; padding: 40px;
  transform-style: preserve-3d;
}
@media (min-width: 900px) {
  .solution { grid-template-columns: 1fr 1.4fr; padding: 56px; }
  .solution-reverse { grid-template-columns: 1.4fr 1fr; }
  .solution-reverse .solution-visual { order: 2; }
}

.solution-visual {
  position: relative; display: grid; place-items: center;
  aspect-ratio: 1 / 1; max-width: 320px; margin: 0 auto; width: 100%;
  will-change: transform;
}
.solution-emoji { font-size: clamp(72px, 10vw, 120px); filter: drop-shadow(0 12px 32px rgba(27, 163, 75, .25)); }
/* canvas 3D (three.js) — el emoji queda como respaldo sin webgl */
.solution-canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
.solution-visual.webgl .solution-emoji { display: none; }
.solution-ring {
  position: absolute; inset: 8%;
  border: 1px dashed rgba(27, 163, 75, .35); border-radius: 50%;
  animation: ring-spin 24s linear infinite;
}
.solution-ring::before {
  content: ''; position: absolute; top: -5px; left: 50%;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 16px var(--accent);
}
@keyframes ring-spin { to { transform: rotate(360deg); } }

.solution-tag {
  display: inline-block; font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--accent); border: 1px solid rgba(27, 163, 75, .35);
  border-radius: 999px; padding: 6px 16px; margin-bottom: 20px;
}
.solution-body h3 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 500; letter-spacing: -0.03em; margin-bottom: 14px; }
.solution-body p { font-size: 16px; font-weight: 300; line-height: 1.6; color: var(--w70); margin-bottom: 24px; max-width: 480px; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; color: var(--accent-text); }
.link-arrow span { transition: transform .25s; }
.link-arrow:hover span { transform: translateX(6px); }

/* ============================================================
   STATS BAND
   ============================================================ */
.stats-band {
  border-block: 1px solid var(--w10);
  background:
    radial-gradient(80% 120% at 50% 0%, rgba(27, 163, 75, .14), transparent 70%),
    var(--bg);
  padding: 80px 0;
}
.stats-row {
  display: grid; gap: 40px; text-align: center;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) { .stats-row { grid-template-columns: repeat(4, 1fr); } }

.stat-big-num {
  display: block; font-size: clamp(44px, 6vw, 72px);
  font-weight: 600; letter-spacing: -0.04em; color: var(--accent-text);
}
.stat-big-label { font-size: 14px; color: var(--w70); }

/* ============================================================
   PROCESO
   ============================================================ */
.steps {
  list-style: none;
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  counter-reset: paso;
}
.step {
  position: relative;
  border: 1px solid var(--w10); border-radius: 24px;
  padding: 32px 26px; background: var(--surface);
  transition: transform .3s, border-color .3s;
}
.step:hover { transform: translateY(-6px); border-color: rgba(27, 163, 75, .4); }
.step-num {
  display: inline-block; font-size: 14px; color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-radius: 999px;
  padding: 6px 14px; font-weight: 600; margin-bottom: 20px;
}
.step h3 { font-size: 19px; font-weight: 500; margin-bottom: 10px; letter-spacing: -0.02em; }
.step p { font-size: 14.5px; font-weight: 300; line-height: 1.55; color: var(--w70); }

/* pasos sobre fondo claro: tarjetas blancas con sombra suave */
.section-light .step {
  background: #ffffff;
  border-color: rgba(10, 92, 49, 0.14);
  box-shadow: 0 10px 30px rgba(12, 17, 13, 0.07);
}
.section-light .step:hover {
  border-color: rgba(27, 163, 75, 0.55);
  box-shadow: 0 18px 44px rgba(12, 17, 13, 0.12);
}
.section-light .step h3 { color: #0c110d; }
.section-light .step p { color: rgba(12, 17, 13, 0.62); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 820px; display: flex; flex-direction: column; gap: 14px; }

.faq-item {
  background: var(--surface);
  border: 1px solid var(--w10); border-radius: 20px;
  transition: border-color .3s;
}
.faq-item[open] { border-color: rgba(27, 163, 75, .4); }

.faq-item summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px;
  font-size: 16px; font-weight: 400; letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; flex-shrink: 0;
  display: grid; place-items: center;
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--w40); color: var(--accent);
  font-size: 18px; font-weight: 300;
  transition: transform .3s, border-color .3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); border-color: var(--accent); }
.faq-item summary:hover::after { border-color: var(--accent); }

.faq-item p {
  padding: 0 26px 24px;
  font-size: 15px; font-weight: 300; line-height: 1.65; color: var(--w70);
  max-width: 680px;
}

/* ============================================================
   CTA / CONTACTO — sección con fondo fotográfico real + parallax
   ============================================================ */
.section-photo { position: relative; overflow: hidden; isolation: isolate; }

/* la imagen es más alta que la sección: el sobrante permite el viaje del parallax */
.photo-bg {
  position: absolute; left: 0; right: 0; top: -14%; bottom: -14%;
  z-index: -2;
  background: url('img/estadio-a.jpg') center / cover no-repeat;
  transform: scale(1.12);
  will-change: transform;
}

/* oscurecido + tinte verde de marca para integrar la foto a la paleta */
.photo-overlay {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(70% 60% at 50% 45%, rgba(27, 163, 75, 0.12), transparent 70%),
    linear-gradient(to bottom, var(--bg) 0%, rgba(5, 5, 5, 0.35) 22%, rgba(5, 5, 5, 0.35) 78%, var(--bg) 100%);
}

/* sobre la foto, la tarjeta se vuelve vidrio esmerilado */
.section-photo .cta-card {
  background: rgba(5, 5, 5, 0.55);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.16);
}

.cta-card {
  position: relative; overflow: hidden; text-align: center;
  border: 1px solid var(--w10); border-radius: 40px;
  padding: clamp(48px, 8vw, 96px) 24px;
  background: var(--surface);
}
.cta-glow {
  position: absolute; inset: -40%; pointer-events: none;
  background: radial-gradient(40% 40% at 50% 50%, rgba(27, 163, 75, .28), transparent 70%);
  animation: cta-float 8s ease-in-out infinite alternate;
}
@keyframes cta-float {
  from { transform: translate(-8%, -6%); }
  to   { transform: translate(8%, 6%); }
}
.cta-title {
  position: relative; font-size: clamp(36px, 6vw, 68px);
  font-weight: 500; letter-spacing: -0.04em; line-height: 1.02; margin: 12px 0 18px;
}
.cta-desc { position: relative; color: var(--w70); font-weight: 300; max-width: 440px; margin: 0 auto 36px; line-height: 1.6; }
.cta-actions { position: relative; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: var(--white); font-weight: 500; font-size: 15px;
  border-radius: 999px; padding: 16px 32px;
  transition: transform .2s, box-shadow .2s;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(27, 163, 75, .4); }
.btn-ghost {
  border: 1px solid var(--w40); color: var(--w90); font-size: 15px;
  border-radius: 999px; padding: 16px 32px;
  transition: border-color .2s, background-color .2s;
}
.btn-ghost:hover { border-color: var(--accent); background: var(--accent-dim); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--w10); padding: 48px 0 32px; }
.footer-row {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 24px;
}
.footer-brand { font-size: 15px; display: flex; align-items: center; gap: 10px; }
.footer-brand .logo { height: 22px; width: 22px; border-radius: 5px; }
.footer-links { display: flex; gap: 24px; font-size: 14px; }
.footer-links a { color: var(--w70); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid var(--w10); border-radius: 50%;
  font-size: 12px; color: var(--w70);
  transition: border-color .2s, color .2s, transform .2s;
}
.footer-social a:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-3px); }
.footer-about {
  margin-top: 40px; font-size: 13.5px; font-weight: 300;
  line-height: 1.7; color: var(--w40); max-width: 720px;
}
.footer-about a { color: var(--w70); text-decoration: underline; text-underline-offset: 3px; }
.footer-about a:hover { color: var(--accent); }
.footer-copy { text-align: center; font-size: 13px; color: var(--w40); margin-top: 24px; padding: 0 24px; }

/* ============================================================
   ACCESIBILIDAD — usuarios que prefieren menos movimiento
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01s !important; animation-iteration-count: 1 !important; transition-duration: .01s !important; }
  .hero-word, .hero-desc, .hero-stat { opacity: 1; }
  .reveal-3d { opacity: 1; transform: none; }
}
