/* =====================================================================
   Agrimanager · Landing — Hoja de estilos
   Editar aqui todo el CSS. Secciones marcadas con comentarios ===== NOMBRE =====
   Orden: tokens (:root) > base > nav > hero > secciones > footer >
          flotantes (WhatsApp/CTA móvil) > modal política > responsive.
   ===================================================================== */

:root {
  --bg:      #050404;
  --bg-1:    #0A0909;
  --bg-2:    #110F0F;
  --bg-3:    #161414;
  --grape:   #684385;
  --grape-d: #4A2D61;
  --grape-l: #8455A8;
  --grape-g: rgba(104,67,133,0.18);
  --green:   #16C098;
  --green-d: #12A882;
  --green-g: rgba(22,192,152,0.12);
  --t1: rgba(255,255,255,0.94);
  --t2: rgba(255,255,255,0.62);
  --t3: rgba(255,255,255,0.46);
  --t4: rgba(255,255,255,0.08);
  --line: rgba(255,255,255,0.07);
  --line-2: rgba(255,255,255,0.12);
  --font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --mono: 'JetBrains Mono', 'Courier New', monospace;
}
[data-theme="light"] {
  --bg:    #F4F2EE;
  --bg-1:  #FFFFFF;
  --bg-2:  #EAE7E1;
  --bg-3:  #DCD8D2;
  --grape-g: rgba(104,67,133,0.10);
  --green:   #0D9678;
  --green-d: #0B7E64;
  --green-g: rgba(22,192,152,0.06);
  --t1: rgba(12,10,10,0.92);
  --t2: rgba(12,10,10,0.66);
  --t3: rgba(12,10,10,0.62);
  --t4: rgba(12,10,10,0.08);
  --line: rgba(12,10,10,0.08);
  --line-2: rgba(12,10,10,0.14);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--t1);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background .35s ease, color .35s ease;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: var(--font); }
img { display: block; max-width: 100%; }
/* ═══════ Reveal & transitions ═══════ */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.rv.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .22s; } .d3 { transition-delay: .34s; } .d4 { transition-delay: .46s; } .d5 { transition-delay: .58s; }
.nav, .footer, .bc, .case, .obj, .impl-cell, .faq-item,
.s-rec, .s-domino, .s-bento, .s-cases, .s-impl, .s-obj,
.s-close, .footer-inner, .mob-menu, .compare-col,
.product-frame, .ticker, .logos-strip, .flow-stage {
  transition: background .35s ease, color .35s ease, border-color .35s ease;
}

/* ═══════ Keyframes ═══════ */
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(22,192,152,.8); } 70% { box-shadow: 0 0 0 11px rgba(22,192,152,0); } 100% { box-shadow: 0 0 0 0 rgba(22,192,152,0); } }
@keyframes shine { 0%,70%,100% { transform: translateX(-100%) skewX(-20deg); opacity: 0; } 35% { transform: translateX(200%) skewX(-20deg); opacity: 1; } }
@keyframes heroIn { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: none; } }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes glowPulse { 0%,100% { filter: drop-shadow(0 0 30px rgba(22,192,152,.25)); } 50% { filter: drop-shadow(0 0 50px rgba(22,192,152,.5)); } }
@keyframes flowParticle { 0% { offset-distance: 0%; opacity: 0; } 20%, 80% { opacity: 1; } 100% { offset-distance: 100%; opacity: 0; } }
@keyframes barFill { from { width: 0; } }
@keyframes scan { 0%, 100% { transform: translateY(0); opacity: 0; } 50% { opacity: 1; } 90% { transform: translateY(100%); opacity: 0; } }

/* ═══════ Grain overlay (global) ═══════ */
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 1000;
  opacity: 0.04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 280px;
}
[data-theme="light"] .grain { opacity: 0.06; mix-blend-mode: multiply; }

/* ═══════ NAV ═══════ */
.nav {
  position: fixed; inset-inline: 0; top: 0; z-index: 200;
  height: 60px; padding: 0 32px;
  display: flex; align-items: center; gap: 36px;
  background: rgba(5,4,4,.55);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--line);
}
[data-theme="light"] .nav { background: rgba(244,242,238,0.78); border-bottom-color: rgba(12,10,10,0.08); }
.logo { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 800; letter-spacing: -.02em; cursor: pointer; }
.logo-mark { width: 30px; height: 24px; display: flex; align-items: center; justify-content: center; }
.logo-mark svg { width: 100%; height: 100%; }
[data-theme="dark"] .logo-mark svg path:first-child { fill: #8455A8; }
[data-theme="light"] .logo { color: rgba(12,10,10,0.92); }
.nav-links { display: flex; gap: 28px; list-style: none; flex: 1; margin-left: 8px; }
.nav-links a { font-size: 12px; font-weight: 500; color: var(--t2); letter-spacing: .04em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover { color: var(--green); }
.nav-cta { background: var(--green); color: #050404; font-size: 12px; font-weight: 700; padding: 9px 22px; border: none; cursor: pointer; letter-spacing: .04em; text-transform: uppercase; position: relative; overflow: hidden; transition: background .2s; }
.nav-cta::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent); transform: translateX(-100%) skewX(-20deg); }
.nav-cta:hover::after { animation: shine .6s ease; }
.nav-login { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--t1); padding: 8px 16px; border: 1px solid var(--line-2); transition: color .2s, border-color .2s; }
.nav-login svg { opacity: .7; transition: opacity .2s; }
.nav-login:hover { color: var(--green); border-color: var(--green); }
.nav-login:hover svg { opacity: 1; }
.theme-toggle { background: transparent; border: 1px solid var(--line); color: var(--t2); width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: color .2s, border-color .2s; }
.theme-toggle:hover { color: var(--t1); border-color: var(--t3); }
.theme-toggle .i-sun { display: block; } .theme-toggle .i-moon { display: none; }
[data-theme="light"] .theme-toggle .i-sun { display: none; } [data-theme="light"] .theme-toggle .i-moon { display: block; }
.nav-burger { display: none; background: none; border: none; color: var(--t1); cursor: pointer; }
.mob-menu { display: none; position: fixed; top: 60px; inset-inline: 0; background: rgba(5,4,4,.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 20px 24px 28px; z-index: 199; }
[data-theme="light"] .mob-menu { background: rgba(244,242,238,0.97); }
.mob-menu.open { display: block; }
.mob-menu a { display: block; font-size: 13px; color: var(--t2); padding: 14px 0; border-bottom: 1px solid var(--line); letter-spacing: .06em; text-transform: uppercase; }
.mob-menu .nav-cta { display: block; text-align: center; margin-top: 18px; padding: 14px; width: 100%; font-size: 13px; }

/* ═══════ HERO ═══════ */
.hero {
  min-height: 100vh; padding: 110px 32px 72px;
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center;
  background: var(--bg);
}
/* Hero claro en light mode: fondo crema, texto oscuro, grape como acento. */
[data-theme="light"] .hero { background: var(--bg); }
[data-theme="light"] .hero h1 { color: rgba(12,10,10,0.92); }
[data-theme="light"] .hero h1 em { color: var(--grape); }
[data-theme="light"] .hero h1 em::after { background: rgba(104,67,133,0.14); }
[data-theme="light"] .hero-sub { color: rgba(12,10,10,0.66); }
[data-theme="light"] .hero-sub em { color: var(--grape); }
[data-theme="light"] .hero-status { color: var(--grape); border-color: rgba(104,67,133,.30); background: rgba(104,67,133,.06); }
[data-theme="light"] .btn-outline { color: rgba(12,10,10,0.78); border-color: rgba(12,10,10,0.22); }
[data-theme="light"] .btn-outline:hover { color: rgba(12,10,10,0.95); border-color: rgba(12,10,10,0.50); }
[data-theme="light"] .hero-illustration { border-color: rgba(12,10,10,0.10); }
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 15% 45%, rgba(104,67,133,.22) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 75%, rgba(22,192,152,.10) 0%, transparent 55%);
}
[data-theme="light"] .hero-mesh {
  background:
    radial-gradient(ellipse 60% 50% at 15% 45%, rgba(104,67,133,.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 75%, rgba(22,192,152,.10) 0%, transparent 55%);
}
.hero-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 60% 80% at 50% 50%, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 80% at 50% 50%, black 0%, transparent 70%);
}
[data-theme="light"] .hero-grid-bg {
  background-image:
    linear-gradient(rgba(12,10,10,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12,10,10,0.045) 1px, transparent 1px);
}
.hero::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 100px; background: var(--bg); clip-path: polygon(0 100%, 100% 0, 100% 100%); }
[data-theme="light"] .hero::after { background: var(--bg); }
.hero-left { position: relative; z-index: 2; }
.hero-status { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 10px; color: var(--green); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 28px; padding: 7px 14px; border: 1px solid rgba(22,192,152,.25); background: rgba(22,192,152,.05); animation: heroIn .6s ease both; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: ping 2s ease infinite; flex-shrink: 0; }
.hero h1 { font-size: clamp(40px, 6.8vw, 92px); font-weight: 800; line-height: .95; letter-spacing: -.045em; color: #fff; margin-bottom: 28px; animation: heroIn .8s .08s cubic-bezier(.16,1,.3,1) both; }
.hero h1 em { font-style: normal; color: var(--green); position: relative; display: inline-block; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4%; height: 14%; background: var(--green-g); z-index: -1; }
.hero-sub { font-size: clamp(15px, 1.5vw, 18px); font-weight: 300; color: rgba(255,255,255,.72); max-width: 520px; line-height: 1.7; margin-bottom: 36px; animation: heroIn .8s .18s cubic-bezier(.16,1,.3,1) both; }
.hero-sub em { font-style: normal; color: var(--green); font-weight: 700; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; animation: heroIn .8s .28s cubic-bezier(.16,1,.3,1) both; }
.btn-primary { background: var(--green); color: #050404; font-size: 12px; font-weight: 700; padding: 14px 30px; border: none; cursor: pointer; letter-spacing: .06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 9px; position: relative; overflow: hidden; transition: background .2s; }
.btn-primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent); transform: translateX(-100%) skewX(-20deg); }
.btn-primary:hover { background: var(--green-d); }
.btn-primary:hover::after { animation: shine .55s ease; }
.btn-outline { background: transparent; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 600; padding: 13px 26px; border: 1px solid rgba(255,255,255,.25); cursor: pointer; letter-spacing: .06em; text-transform: uppercase; transition: border-color .2s, color .2s; }
.btn-outline:hover { border-color: rgba(255,255,255,.55); color: #fff; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); animation: heroIn .8s .42s cubic-bezier(.16,1,.3,1) both; }
.trust-label { font-family: var(--mono); font-size: 10px; color: rgba(255,255,255,.4); letter-spacing: .12em; text-transform: uppercase; }
.trust-logos { display: flex; gap: 24px; align-items: center; font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,.55); font-weight: 700; letter-spacing: .04em; }
.trust-logos span:not(:last-child)::after { content: '·'; margin-left: 24px; color: rgba(255,255,255,.3); }

/* HERO IMAGE PLACEHOLDER */
.hero-illustration {
  position: relative; z-index: 1; aspect-ratio: 1/1; max-height: 600px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(135deg, rgba(104,67,133,0.18), rgba(22,192,152,0.06)),
    var(--bg-1);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  animation: heroIn 1s .35s cubic-bezier(.16,1,.3,1) both, float 9s ease-in-out infinite;
  overflow: hidden;
}
.hero-illustration::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 200px; opacity: 0.08; pointer-events: none; }
.hero-illustration .placeholder { position: relative; z-index: 2; text-align: center; }
.hero-illustration .ph-label { font-family: var(--mono); font-size: 9px; color: var(--green); letter-spacing: .2em; text-transform: uppercase; margin-bottom: 18px; padding: 5px 12px; border: 1px solid rgba(22,192,152,.3); display: inline-block; }
.hero-illustration .ph-title { font-size: 15px; font-weight: 800; color: rgba(255,255,255,.55); letter-spacing: -.01em; margin-bottom: 8px; }
.hero-illustration .ph-desc { font-family: var(--mono); font-size: 10px; color: rgba(255,255,255,.3); letter-spacing: .08em; max-width: 280px; line-height: 1.6; }
.hero-illustration .ph-corner { position: absolute; width: 18px; height: 18px; border-color: var(--green); opacity: .8; }
.ph-corner.tl { top: 14px; left: 14px; border-top: 2px solid; border-left: 2px solid; }
.ph-corner.tr { top: 14px; right: 14px; border-top: 2px solid; border-right: 2px solid; }
.ph-corner.bl { bottom: 14px; left: 14px; border-bottom: 2px solid; border-left: 2px solid; }
.ph-corner.br { bottom: 14px; right: 14px; border-bottom: 2px solid; border-right: 2px solid; }

/* ═══════ LOGOS STRIP ═══════ */
.logos-strip { background: var(--bg-1); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 38px 32px; }
.logos-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; gap: 56px; flex-wrap: wrap; }
.logos-label { font-family: var(--mono); font-size: 10px; color: var(--t3); letter-spacing: .16em; text-transform: uppercase; flex-shrink: 0; max-width: 200px; }
.logos-marquee { flex: 1; min-width: 0; overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.logos-track { display: flex; align-items: center; width: max-content; animation: logoscroll 32s linear infinite; }
.logos-marquee:hover .logos-track { animation-play-state: paused; }
.logo-chip { flex-shrink: 0; height: 58px; margin-right: 18px; padding: 0 22px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 12px; }
[data-theme="light"] .logo-chip { box-shadow: 0 2px 10px rgba(12,10,10,.07); border: 1px solid rgba(12,10,10,.06); }
.logo-chip img { height: 30px; width: auto; max-width: 150px; object-fit: contain; display: block; }
@keyframes logoscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 768px) { .logo-chip { height: 50px; padding: 0 16px; margin-right: 12px; } .logo-chip img { height: 26px; max-width: 120px; } }

/* ═══════ TICKER ═══════ */
.ticker { overflow: hidden; background: var(--bg); padding: 14px 0; border-bottom: 1px solid var(--line); }
.ticker-track { display: flex; white-space: nowrap; animation: tick 35s linear infinite; }
.ticker-track:hover { animation-play-state: paused; }
.tick-item { display: inline-flex; align-items: center; gap: 32px; padding: 0 32px; font-family: var(--mono); font-size: 10px; font-weight: 600; color: var(--t3); letter-spacing: .12em; text-transform: uppercase; }
.tick-sep { color: var(--green); opacity: .6; }

/* ═══════ SECTION BASE ═══════ */
.sec { padding: 110px 32px; position: relative; }
.sec-sm { padding: 80px 32px; }
.wrap { max-width: 1180px; margin: 0 auto; position: relative; }
.wrap-sm { max-width: 820px; margin: 0 auto; }
.label { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 10px; font-weight: 700; color: var(--green); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; }
.label::before { content: '◆'; opacity: .7; font-size: 8px; }
.h2 { font-size: clamp(28px, 3.8vw, 56px); font-weight: 800; letter-spacing: -.03em; line-height: 1.04; color: #fff; }
[data-theme="light"] .h2 { color: rgba(12,10,10,0.92); }
[data-theme="light"] .s-cta .h2 { color: #fff; }
.h2 em { font-style: normal; color: var(--t2); font-weight: 300; }
[data-theme="light"] .s-cta .h2 em { color: rgba(255,255,255,0.55); }

/* ═══════ RECOGNITION ═══════ */
.s-rec { background: var(--bg-1); position: relative; overflow: hidden; }
.s-rec-scanline { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(transparent, rgba(22,192,152,.12), transparent); animation: scan 9s linear infinite; pointer-events: none; }
.rec-grid { display: grid; grid-template-columns: 260px 1fr; gap: 0; align-items: start; }
.rec-meta { padding-right: 56px; border-right: 1px solid var(--line); }
.rec-meta-tag { font-family: var(--mono); font-size: 9px; color: var(--t3); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.rec-meta p { font-size: 14px; font-weight: 300; color: var(--t2); line-height: 1.7; }
.rec-phrases { padding-left: 56px; }
.phrase { display: flex; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: flex-start; transition: background .25s, padding .25s; }
.phrase:last-of-type { border-bottom: none; }
.phrase:hover { background: var(--bg-2); padding-left: 12px; padding-right: 12px; }
.phrase-idx { font-family: var(--mono); font-size: 10px; color: var(--green); margin-top: 5px; letter-spacing: .08em; min-width: 28px; }
.phrase-body { flex: 1; }
.phrase-q { font-size: clamp(17px, 1.9vw, 23px); font-weight: 700; color: #fff; letter-spacing: -.02em; line-height: 1.22; margin-bottom: 7px; }
[data-theme="light"] .phrase-q { color: rgba(12,10,10,0.92); }
.phrase-tag { font-family: var(--mono); font-size: 9px; color: var(--t3); letter-spacing: .14em; text-transform: uppercase; }
.rec-close { margin-top: 40px; font-size: 14px; font-weight: 300; color: var(--t2); font-style: italic; padding-left: 52px; }

/* ═══════ DOMINO ═══════ */
.s-domino { background: var(--bg); min-height: 76vh; display: flex; flex-direction: column; justify-content: center; padding: 80px 32px; position: relative; overflow: hidden; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.s-domino::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(104,67,133,.2) 0%, transparent 70%); pointer-events: none; }
[data-theme="light"] .s-domino::before { background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(104,67,133,.08) 0%, transparent 70%); }
.domino-pre { font-family: var(--mono); font-size: 10px; color: var(--t3); letter-spacing: .2em; text-transform: uppercase; margin-bottom: 36px; position: relative; z-index: 1; }
.domino-eq { font-size: clamp(54px, 14vw, 200px); font-weight: 800; letter-spacing: -.05em; line-height: .92; color: #fff; position: relative; z-index: 1; }
[data-theme="light"] .domino-eq { color: rgba(12,10,10,0.88); }
.domino-eq .neq { color: var(--green); display: inline-block; animation: glowPulse 3.5s ease-in-out infinite; }
[data-theme="light"] .domino-eq .neq { color: var(--grape); }
.domino-post { margin-top: 36px; font-size: 15px; font-weight: 300; color: var(--t2); max-width: 580px; margin-inline: auto; line-height: 1.7; position: relative; z-index: 1; }

/* ═══════ MODELO REACTIVO (lead-in a los 4 pilares) ═══════ */
.s-reactive { background: var(--bg); border-top: 1px solid var(--line); }
.reactive-lead { font-size: clamp(20px, 2.5vw, 30px); font-weight: 800; letter-spacing: -.025em; line-height: 1.3; color: var(--t1); margin-bottom: 28px; }
.reactive-lead em { font-style: normal; color: var(--green); }
.reactive-p { font-size: clamp(15px, 1.5vw, 17px); font-weight: 300; color: var(--t2); line-height: 1.8; margin-bottom: 22px; }
.reactive-p em { font-style: normal; color: var(--t1); font-weight: 700; }
.reactive-bridge { font-size: clamp(18px, 2.1vw, 26px); font-weight: 800; letter-spacing: -.02em; line-height: 1.3; color: var(--t1); margin-top: 6px; }
.reactive-bridge::before { content: ''; display: block; width: 40px; height: 2px; background: var(--green); margin-bottom: 22px; }

/* ═══════ PRODUCT VISUAL ═══════ */
.s-product { background: var(--bg-1); padding: 110px 32px; overflow: hidden; position: relative; }
.product-header { text-align: center; margin-bottom: 64px; }
.product-frame {
  position: relative; aspect-ratio: 16/10; max-width: 1080px; margin: 0 auto;
  border: 1px solid var(--line-2);
  background: linear-gradient(135deg, var(--bg), var(--bg-2));
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6), 0 0 0 1px var(--line);
}
[data-theme="light"] .product-frame { box-shadow: 0 30px 60px rgba(0,0,0,0.12), 0 0 0 1px var(--line); background: linear-gradient(135deg, #FFFFFF, var(--bg-2)); }
.product-frame::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 200px; opacity: 0.06; pointer-events: none; }
.product-frame .placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; }
.product-frame .ph-label { font-family: var(--mono); font-size: 10px; color: var(--green); letter-spacing: .2em; text-transform: uppercase; padding: 6px 14px; border: 1px solid rgba(22,192,152,.3); }
.product-frame .ph-title { font-size: 22px; font-weight: 800; color: var(--t2); letter-spacing: -.01em; }
.product-frame .ph-desc { font-family: var(--mono); font-size: 11px; color: var(--t3); letter-spacing: .08em; max-width: 380px; text-align: center; line-height: 1.6; }
.product-corner { position: absolute; width: 20px; height: 20px; border-color: var(--green); opacity: .7; z-index: 2; }
.product-corner.tl { top: 16px; left: 16px; border-top: 2px solid; border-left: 2px solid; }
.product-corner.tr { top: 16px; right: 16px; border-top: 2px solid; border-right: 2px solid; }
.product-corner.bl { bottom: 16px; left: 16px; border-bottom: 2px solid; border-left: 2px solid; }
.product-corner.br { bottom: 16px; right: 16px; border-bottom: 2px solid; border-right: 2px solid; }
.product-frame.has-img { aspect-ratio: auto; }
.product-frame.has-img img { position: relative; z-index: 1; width: 100%; height: auto; display: block; }
.hero-illustration.has-img { padding: 0; }
.hero-illustration.has-img img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; }
.bat-viz img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 64px; }
.pf-item { padding: 24px 0; border-top: 1px solid var(--line); }
.pf-icon { width: 24px; height: 24px; color: var(--green); margin-bottom: 14px; }
.pf-title { font-size: 16px; font-weight: 700; color: var(--t1); margin-bottom: 6px; letter-spacing: -.01em; }
.pf-desc { font-size: 13px; font-weight: 300; color: var(--t2); line-height: 1.65; }

/* ═══════ BENTO ═══════ */
.s-bento { background: var(--bg); padding: 110px 32px; }
.bento-grid { display: grid; grid-template-columns: 7fr 5fr; grid-template-rows: auto auto auto; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 56px; }
.bc { background: var(--bg-1); padding: 44px; position: relative; transition: background .3s; min-height: 220px; }
.bc:hover { background: var(--bg-2); }
.bc-1 { grid-column: 1; grid-row: 1/3; }
.bc-2 { grid-column: 2; grid-row: 1; }
.bc-3 { grid-column: 2; grid-row: 2; }
.bc-4 { grid-column: 1/3; grid-row: 3; display: grid; grid-template-columns: auto 1fr; gap: 56px; align-items: center; }
.bc-num { font-size: 88px; font-weight: 800; letter-spacing: -.05em; line-height: 1; color: rgba(255,255,255,.06); position: absolute; bottom: 16px; right: 24px; }
[data-theme="light"] .bc-num { color: rgba(12,10,10,0.05); }
.bc-4 .bc-num { position: relative; bottom: auto; right: auto; font-size: 80px; }
.bc-label { font-family: var(--mono); font-size: 10px; color: var(--green); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.bc-title { font-size: clamp(20px, 2.1vw, 28px); font-weight: 800; letter-spacing: -.02em; color: #fff; margin-bottom: 12px; }
[data-theme="light"] .bc-title { color: rgba(12,10,10,0.92); }
.bc-desc { font-size: 14px; font-weight: 300; color: var(--t2); line-height: 1.7; max-width: 380px; }

/* ═══════ PROCESS FLOW ═══════ */
.s-flow { background: var(--bg-1); padding: 110px 32px; position: relative; overflow: hidden; }
.flow-track { position: relative; margin-top: 80px; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.flow-track::before { content: ''; position: absolute; top: 60px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, var(--green) 20%, var(--green) 80%, transparent); opacity: .5; }
.flow-stage { position: relative; padding: 0 16px; text-align: center; }
.flow-node { width: 120px; height: 120px; margin: 0 auto 32px; position: relative; display: flex; align-items: center; justify-content: center; }
.flow-node::before { content: ''; position: absolute; inset: 0; border: 1px solid var(--green); opacity: .4; transform: rotate(45deg); transition: transform .4s, opacity .4s; }
.flow-stage:hover .flow-node::before { transform: rotate(135deg); opacity: .8; }
.flow-node-inner { width: 60px; height: 60px; background: var(--bg-2); border: 1px solid var(--green); display: flex; align-items: center; justify-content: center; transition: background .3s; }
.flow-stage:hover .flow-node-inner { background: var(--green); }
.flow-node svg { width: 24px; height: 24px; color: var(--green); transition: color .3s; }
.flow-stage:hover .flow-node svg { color: #050404; }
.flow-num { font-family: var(--mono); font-size: 10px; color: var(--green); letter-spacing: .14em; margin-bottom: 8px; }
.flow-title { font-size: 17px; font-weight: 800; color: var(--t1); letter-spacing: -.01em; margin-bottom: 7px; }
.flow-desc { font-size: 12px; font-weight: 300; color: var(--t2); line-height: 1.55; max-width: 200px; margin: 0 auto; }

/* ═══════ BATALLAS ═══════ */
.s-bat { background: var(--bg); }
.batallas-header { padding: 110px 32px 56px; }
.batallas-header h2 { max-width: 760px; }
.bat-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.bat-row.r { direction: rtl; } .bat-row.r > * { direction: ltr; }
.bat-viz { aspect-ratio: 1; background: var(--bg-1); position: relative; overflow: hidden; border-right: 1px solid var(--line); }
.bat-row.r .bat-viz { border-right: none; border-left: 1px solid var(--line); }
.bat-viz .placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; padding: 24px; }
.bat-viz .ph-label { font-family: var(--mono); font-size: 9px; color: var(--green); letter-spacing: .2em; text-transform: uppercase; padding: 5px 12px; border: 1px solid rgba(22,192,152,.3); }
.bat-viz .ph-title { font-size: 15px; font-weight: 800; color: var(--t2); letter-spacing: -.01em; }
.bat-viz .ph-desc { font-family: var(--mono); font-size: 10px; color: var(--t3); letter-spacing: .08em; max-width: 260px; text-align: center; line-height: 1.6; }
.bat-corner { position: absolute; width: 16px; height: 16px; opacity: .6; }
.bat-corner.tl { top: 14px; left: 14px; border-top: 1px solid var(--green); border-left: 1px solid var(--green); }
.bat-corner.br { bottom: 14px; right: 14px; border-bottom: 1px solid var(--green); border-right: 1px solid var(--green); }
.bat-content { padding: 56px 60px; display: flex; flex-direction: column; justify-content: center; }
.bat-n { font-size: 130px; font-weight: 800; letter-spacing: -.06em; line-height: 1; color: rgba(255,255,255,.05); margin-bottom: -12px; }
[data-theme="light"] .bat-n { color: rgba(12,10,10,0.04); }
.bat-lbl { font-family: var(--mono); font-size: 10px; color: var(--green); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.bat-title { font-size: clamp(24px, 2.6vw, 36px); font-weight: 800; letter-spacing: -.025em; color: #fff; margin-bottom: 16px; line-height: 1.1; }
[data-theme="light"] .bat-title { color: rgba(12,10,10,0.92); }
.bat-desc { font-size: 15px; font-weight: 300; color: var(--t2); line-height: 1.75; max-width: 420px; }

/* ═══════ CASES ═══════ */
.s-cases { background: var(--bg-1); }
.case-list { margin-top: 64px; }
.case { display: grid; grid-template-columns: 200px 1fr; gap: 0; border-top: 1px solid var(--line); transition: background .25s; }
.case:hover { background: var(--bg-2); }
.case-left { padding: 48px 40px 48px 0; border-right: 1px solid var(--line); }
.case-crop { font-family: var(--mono); font-size: 10px; color: var(--green); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.case-co { font-size: 16px; font-weight: 700; color: var(--t1); margin-bottom: 4px; }
.case-ft { font-family: var(--mono); font-size: 10px; color: var(--t3); letter-spacing: .08em; line-height: 1.6; }
.case-right { padding: 48px 0 48px 44px; }
.case-q { font-size: clamp(17px, 2vw, 24px); font-weight: 300; font-style: italic; color: var(--t1); line-height: 1.5; letter-spacing: -.01em; margin-bottom: 20px; }
.case-who { font-family: var(--mono); font-size: 10px; color: var(--t3); letter-spacing: .1em; text-transform: uppercase; }

/* ═══════ MID CTA ═══════ */
.s-mid { background: var(--green); padding: 40px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.mid-t { font-size: clamp(15px, 2vw, 22px); font-weight: 700; color: #050404; letter-spacing: -.02em; }
.btn-dk { background: #050404; color: var(--green); font-size: 11px; font-weight: 700; padding: 13px 28px; border: none; cursor: pointer; letter-spacing: .08em; text-transform: uppercase; transition: background .2s; white-space: nowrap; }
.btn-dk:hover { background: #1A1818; }

/* ═══════ IMPLEMENTATION ═══════ */
.s-impl { background: var(--bg); }
.impl-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); margin-top: 56px; border: 1px solid var(--line); }
.impl-cell { background: var(--bg); padding: 48px; position: relative; }
.impl-num { font-family: var(--mono); font-size: 10px; color: var(--green); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 22px; }
.impl-title { font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: #fff; margin-bottom: 8px; }
[data-theme="light"] .impl-title { color: rgba(12,10,10,0.92); }
.impl-weeks { font-family: var(--mono); font-size: 10px; color: var(--t3); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.impl-desc { font-size: 14px; font-weight: 300; color: var(--t2); line-height: 1.7; }
.impl-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 44px; }
.chip { font-family: var(--mono); font-size: 10px; color: var(--t2); padding: 7px 16px; border: 1px solid var(--line); letter-spacing: .08em; text-transform: uppercase; }

/* ═══════ COMPARISON ═══════ */
.s-compare { background: var(--bg-1); padding: 110px 32px; }
.compare-header { text-align: center; margin-bottom: 64px; }
.compare-header h2 { max-width: 720px; margin: 0 auto; }
.compare-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; max-width: 1080px; margin: 0 auto; }
.compare-col { padding: 44px; position: relative; }
.compare-col.before { background: var(--bg-2); border: 1px solid var(--line); }
.compare-col.after { background: linear-gradient(135deg, var(--grape) 0%, var(--grape-d) 100%); border: 1px solid var(--grape); position: relative; overflow: hidden; }
.compare-col.after::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(22,192,152,.12) 0%, transparent 60%); pointer-events: none; }
.compare-vs { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 16px; font-family: var(--mono); font-size: 11px; color: var(--t3); letter-spacing: .2em; }
.compare-vs::before, .compare-vs::after { content: ''; width: 1px; flex: 1; background: linear-gradient(transparent, var(--line), transparent); margin: 16px 0; }
.compare-label { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.compare-col.before .compare-label { color: var(--t3); }
.compare-col.after .compare-label { color: rgba(22,192,152,.85); }
.compare-title { font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 28px; line-height: 1.15; }
.compare-col.before .compare-title { color: var(--t2); }
.compare-col.after .compare-title { color: #fff; }
.compare-list { list-style: none; }
.compare-list li { display: flex; gap: 14px; padding: 14px 0; font-size: 14px; font-weight: 300; line-height: 1.55; border-bottom: 1px solid rgba(255,255,255,0.06); align-items: flex-start; }
.compare-list li:last-child { border-bottom: none; }
.compare-col.before .compare-list li { color: var(--t2); }
.compare-col.before .compare-list li::before { content: '×'; color: rgba(255,80,80,0.6); font-weight: 800; font-size: 16px; flex-shrink: 0; line-height: 1.2; }
.compare-col.after .compare-list li { color: rgba(255,255,255,0.85); border-bottom-color: rgba(255,255,255,0.08); }
.compare-col.after .compare-list li::before { content: '✓'; color: var(--green); font-weight: 800; font-size: 14px; flex-shrink: 0; line-height: 1.2; }

/* ═══════ OBJECTIONS ═══════ */
.s-obj { background: var(--bg); padding: 110px 32px; }
.obj-list { margin-top: 56px; }
.obj { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 40px 0; border-top: 1px solid var(--line); align-items: start; }
.obj-q { font-size: clamp(17px,1.7vw, 22px); font-weight: 700; color: #fff; letter-spacing: -.015em; line-height: 1.25; }
[data-theme="light"] .obj-q { color: rgba(12,10,10,0.92); }
.obj-a { font-size: 14px; font-weight: 300; color: var(--t2); line-height: 1.75; }
.obj.featured { background: var(--grape); margin: 0 -32px; padding: 48px 32px; border-top-color: transparent; border-left: 3px solid var(--green); position: relative; overflow: hidden; }
.obj.featured::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 90% 50%, rgba(22,192,152,.1) 0%, transparent 60%); pointer-events: none; }
.obj.featured .obj-q { color: #fff; position: relative; }
.obj.featured .obj-a { color: rgba(255,255,255,.72); position: relative; }

/* ═══════ FAQ ═══════ */
.s-faq { background: var(--bg-1); padding: 110px 32px; }
.faq-list { margin-top: 56px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; padding: 30px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; cursor: pointer; text-align: left; color: var(--t1); font-family: inherit; font-size: clamp(15px, 1.6vw, 19px); font-weight: 700; letter-spacing: -.01em; transition: color .2s; }
.faq-q:hover { color: var(--green); }
.faq-icon { width: 18px; height: 18px; flex-shrink: 0; transition: transform .3s; color: var(--t3); }
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--green); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 30px; }
.faq-a-text { font-size: 14px; font-weight: 300; color: var(--t2); line-height: 1.75; max-width: 720px; }

/* ═══════ CTA MAIN ═══════ */
.s-cta { background: var(--bg); position: relative; overflow: hidden; padding: 110px 32px; }
.s-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 70% at 20% 50%, rgba(104,67,133,.22) 0%, transparent 65%); pointer-events: none; }
[data-theme="light"] .s-cta { background: var(--grape); }
[data-theme="light"] .s-cta::before { background: radial-gradient(ellipse 80% 70% at 20% 50%, rgba(0,0,0,.08) 0%, transparent 65%); }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; position: relative; z-index: 1; }
.cta-left .h2 { margin-bottom: 20px; }
.cta-sub { font-size: 16px; font-weight: 300; color: var(--t2); line-height: 1.7; margin-bottom: 36px; }
[data-theme="light"] .cta-sub { color: rgba(255,255,255,0.7); }
.delivers { list-style: none; margin-bottom: 36px; }
.delivers li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 300; color: rgba(255,255,255,.85); align-items: flex-start; line-height: 1.5; }
[data-theme="light"] .delivers li { color: rgba(255,255,255,0.85); border-bottom-color: rgba(255,255,255,0.12); }
.delivers li:last-child { border-bottom: none; }
.del-ck { font-family: var(--mono); font-size: 10px; color: var(--green); flex-shrink: 0; margin-top: 3px; letter-spacing: .04em; }
.guar { display: flex; gap: 16px; padding-top: 8px; }
.guar-line { width: 2px; background: var(--green); opacity: .6; flex-shrink: 0; border-radius: 1px; }
.guar-txt { font-size: 13px; font-weight: 300; color: var(--t2); line-height: 1.7; }
[data-theme="light"] .guar-txt { color: rgba(255,255,255,0.6); }
.form-shell { border: 1px solid rgba(22,192,152,.22); background: rgba(10,9,9,.78); backdrop-filter: blur(24px); padding: 44px; position: relative; }
.fc { position: absolute; width: 18px; height: 18px; }
.fc.tl { top: -1px; left: -1px; border-top: 2px solid var(--green); border-left: 2px solid var(--green); }
.fc.tr { top: -1px; right: -1px; border-top: 2px solid var(--green); border-right: 2px solid var(--green); }
.fc.bl { bottom: -1px; left: -1px; border-bottom: 2px solid var(--green); border-left: 2px solid var(--green); }
.fc.br { bottom: -1px; right: -1px; border-bottom: 2px solid var(--green); border-right: 2px solid var(--green); }
.form-header { margin-bottom: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-title { font-size: 16px; font-weight: 800; color: #fff; letter-spacing: -.01em; margin-bottom: 6px; }
.form-sub { font-family: var(--mono); font-size: 10px; color: var(--t3); letter-spacing: .1em; text-transform: uppercase; }
[data-theme="light"] .form-sub { color: rgba(255,255,255,0.4); }
.ff { margin-bottom: 22px; }
.ff label { display: block; font-family: var(--mono); font-size: 9px; color: rgba(22,192,152,.75); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.ff input, .ff select, .ff textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-family: var(--font); font-size: 14px; font-weight: 300; padding: 8px 0 10px; outline: none; transition: border-color .2s; -webkit-appearance: none; }
.ff input::placeholder, .ff textarea::placeholder { color: rgba(255,255,255,0.22); font-weight: 300; }
.ff input:focus, .ff select:focus, .ff textarea:focus { border-bottom-color: var(--green); }
.ff select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='rgba(255,255,255,.25)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 2px center; }
.ff select option { background: #1A0E22; }
.ff textarea { resize: none; height: 72px; }
.ff-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-btn { width: 100%; margin-top: 22px; background: var(--green); color: #050404; font-family: var(--font); font-size: 13px; font-weight: 700; padding: 16px; border: none; cursor: pointer; letter-spacing: .08em; text-transform: uppercase; position: relative; overflow: hidden; transition: background .2s; }
.form-btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent); transform: translateX(-100%) skewX(-20deg); }
.form-btn:hover { background: var(--green-d); }
.form-btn:hover::after { animation: shine .55s ease; }
.form-note { font-family: var(--mono); font-size: 9px; color: var(--t3); text-align: center; margin-top: 14px; letter-spacing: .08em; text-transform: uppercase; }
[data-theme="light"] .form-note { color: rgba(255,255,255,0.3); }

/* ═══════ CLOSE ═══════ */
.s-close { background: var(--bg); padding: 130px 32px; border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.s-close::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(104,67,133,.12) 0%, transparent 70%); pointer-events: none; }
[data-theme="light"] .s-close { background: var(--bg-2); }
[data-theme="light"] .s-close::before { background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(104,67,133,.05) 0%, transparent 70%); }
.close-inner { position: relative; z-index: 1; }
.close-t { font-size: clamp(24px, 3.8vw, 56px); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; color: #fff; max-width: 920px; margin-bottom: 48px; }
[data-theme="light"] .close-t { color: rgba(12,10,10,0.92); }
.close-t em { font-style: normal; color: var(--t2); font-weight: 200; }
[data-theme="light"] .close-t em { color: rgba(12,10,10,0.35); }

/* ═══════ FOOTER ═══════ */
.footer { background: var(--bg); border-top: 1px solid var(--line); padding: 60px 32px 32px; }
[data-theme="light"] .footer { background: var(--bg-2); border-top-color: var(--line); }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
.ft-brand .logo { margin-bottom: 16px; }
.ft-tagline { font-family: var(--mono); font-size: 10px; color: var(--t3); letter-spacing: .12em; line-height: 1.7; max-width: 240px; text-transform: uppercase; }
.footer-col h4 { font-family: var(--mono); font-size: 9px; color: var(--t3); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 20px; }
.footer-col a { display: block; font-size: 13px; font-weight: 300; color: var(--t2); margin-bottom: 11px; transition: color .2s; }
.footer-col a:hover { color: var(--green); }
.footer-btm { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-family: var(--mono); font-size: 9px; color: var(--t3); letter-spacing: .12em; text-transform: uppercase; }
.footer-legal { display: flex; gap: 26px; }
.footer-legal a { font-family: var(--mono); font-size: 9px; color: var(--t3); letter-spacing: .08em; transition: color .2s; }
.footer-legal a:hover { color: var(--t1); }

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-illustration { max-width: 600px; margin: 0 auto; }
  .hero::after { display: none; }
  .cta-grid { grid-template-columns: 1fr; gap: 56px; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bc-1 { grid-column: 1; grid-row: 1; }
  .bc-4 { grid-column: 1/3; grid-template-columns: auto 1fr; }
  .flow-track { grid-template-columns: 1fr 1fr; gap: 56px 24px; }
  .flow-track::before { display: none; }
  .product-features { grid-template-columns: 1fr; gap: 16px; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-vs { padding: 24px 0; flex-direction: row; }
  .compare-vs::before, .compare-vs::after { width: 60px; height: 1px; flex: none; margin: 0 16px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  .nav { padding: 0 16px; gap: 6px; }
  .nav-links, .nav-cta, .nav-login { display: none; }
  .theme-toggle { width: 38px; height: 38px; margin-left: auto; flex-shrink: 0; }
  .nav-burger { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex-shrink: 0; padding: 0; }
  /* Menú abierto: ocultar la barra CTA sticky para no tapar el CTA del menú */
  .mob-menu.open ~ .mobile-cta { display: none !important; }
  .sec, .sec-sm, .s-bento, .s-product, .s-flow, .s-cases, .s-impl, .s-obj, .s-faq, .s-cta, .s-compare { padding-left: 18px; padding-right: 18px; padding-top: 80px; padding-bottom: 80px; }
  .s-close { padding: 90px 18px; }
  .footer { padding: 48px 18px 28px; }
  .hero { padding: 100px 18px 60px; }
  .batallas-header { padding: 80px 18px 40px; }
  .rec-grid { grid-template-columns: 1fr; }
  .rec-meta { border-right: none; border-bottom: 1px solid var(--line); padding-right: 0; padding-bottom: 28px; margin-bottom: 28px; }
  .rec-phrases { padding-left: 0; }
  .rec-close { padding-left: 44px; }
  .bat-row, .bat-row.r { grid-template-columns: 1fr; direction: ltr; }
  .bat-viz { aspect-ratio: 4/3; border-right: none !important; border-left: none !important; border-bottom: 1px solid var(--line); }
  .bat-content { padding: 36px 18px; }
  .obj { grid-template-columns: 1fr; gap: 14px; }
  .obj.featured { margin: 0 -18px; padding: 36px 18px; }
  .case { grid-template-columns: 1fr; }
  .case-left { border-right: none; padding-right: 0; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
  .case-right { padding-left: 0; }
  .impl-grid { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr; }
  .bc-1,.bc-2,.bc-3 { grid-column: 1; grid-row: auto; }
  .bc-4 { grid-column: 1; grid-template-columns: 1fr; }
  .bc-4 .bc-num { display: none; }
  .flow-track { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .ff-2 { grid-template-columns: 1fr; gap: 0; }
  .s-mid { padding: 32px 18px; flex-direction: column; align-items: flex-start; }
  .logos-inner { gap: 24px; }
  .logos-row { gap: 28px; }
}

/* ═══════ WHATSAPP FAB ═══════ */
.wa-fab { position: fixed; right: 22px; bottom: 22px; z-index: 1100; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 28px rgba(0,0,0,.35); transition: transform .2s, box-shadow .2s; }
.wa-fab:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 12px 34px rgba(0,0,0,.45); }
.wa-fab:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (max-width: 768px) { .wa-fab { right: 16px; bottom: 16px; width: 52px; height: 52px; } }

/* ═══════ FORM STATES ═══════ */
.ff input.is-invalid, .ff select.is-invalid, .ff textarea.is-invalid { border-bottom-color: #ff6b6b !important; }
.form-error { font-family: var(--mono); font-size: 10px; color: #ff6b6b; letter-spacing: .06em; text-transform: uppercase; margin-top: 14px; text-align: center; }
.form-success { border: 1px solid rgba(22,192,152,.3); background: rgba(22,192,152,.06); padding: 44px; text-align: center; }
.form-success .form-title { color: var(--green); margin-bottom: 10px; }
.form-success p { font-size: 14px; font-weight: 300; color: var(--t2); line-height: 1.6; }

/* ═══════ STICKY CTA MÓVIL ═══════ */
.mobile-cta { display: none; transition: transform .3s ease; }
@media (max-width: 768px) {
  body { padding-bottom: 76px; }
  .wa-fab { display: none; } /* en móvil el WhatsApp vive dentro de la barra */
  .mobile-cta { display: flex; gap: 10px; align-items: stretch; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100; padding: 12px 14px calc(12px + env(safe-area-inset-bottom)); background: rgba(5,4,4,.92); backdrop-filter: blur(16px) saturate(180%); -webkit-backdrop-filter: blur(16px) saturate(180%); border-top: 1px solid var(--line); }
  [data-theme="light"] .mobile-cta { background: rgba(244,242,238,.95); border-top-color: rgba(12,10,10,.08); }
  .mobile-cta.hide { transform: translateY(130%); }
  .mobile-cta-primary { flex: 1; display: flex; align-items: center; justify-content: center; background: var(--green); color: #050404; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-align: center; padding: 14px; }
  .mobile-cta-wa { flex-shrink: 0; width: 50px; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; }
  .mobile-cta-wa:focus-visible, .mobile-cta-primary:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
}

/* ═══════ ACCESIBILIDAD ═══════ */
/* Foco visible en todos los interactivos */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; border-radius: 2px; }
/* Respeta la preferencia de menos movimiento */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
  .rv { opacity: 1 !important; transform: none !important; }
  .ticker-track, .logos-track { animation: none !important; }
  .live-dot, .domino-eq .neq, .hero-illustration { animation: none !important; }
}

/* ═══════ POLÍTICA DE DATOS (modal) ═══════ */
.policy-modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 20px; }
.policy-modal.open { display: flex; }
.policy-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.65); backdrop-filter: blur(4px); }
.policy-card { position: relative; z-index: 1; width: 100%; max-width: 760px; max-height: 86vh; overflow-y: auto; background: var(--bg-1); border: 1px solid var(--line-2); padding: 48px 44px; box-shadow: 0 40px 80px rgba(0,0,0,.5); }
.policy-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--line); color: var(--t2); cursor: pointer; transition: color .2s, border-color .2s; }
.policy-close:hover { color: var(--t1); border-color: var(--t3); }
.policy-card .label { margin-bottom: 16px; }
.policy-card h3 { font-size: clamp(22px,3vw,30px); font-weight: 800; letter-spacing: -.02em; color: var(--t1); line-height: 1.15; margin-bottom: 8px; }
.policy-meta { font-family: var(--mono); font-size: 10px; color: var(--t3); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 26px; }
.policy-card h4 { font-size: 14px; font-weight: 800; color: var(--t1); letter-spacing: -.01em; margin: 24px 0 8px; }
.policy-card p { font-size: 13.5px; font-weight: 300; color: var(--t2); line-height: 1.7; margin-bottom: 10px; }
.policy-card ul { list-style: none; margin: 6px 0 10px; }
.policy-card li { position: relative; padding-left: 18px; margin-bottom: 6px; font-size: 13.5px; font-weight: 300; color: var(--t2); line-height: 1.6; }
.policy-card li::before { content: '◆'; position: absolute; left: 0; top: 2px; color: var(--green); font-size: 7px; }
.policy-card strong { color: var(--t1); font-weight: 700; }
.policy-card a { color: var(--green); }
@media (max-width: 768px) { .policy-card { padding: 36px 20px; max-height: 90vh; } }

/* Consentimiento en el formulario (el form-shell es oscuro en ambos temas) */
.ff-consent { display: flex; gap: 10px; align-items: flex-start; margin: 2px 0 4px; }
.ff-consent input { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; accent-color: var(--green); cursor: pointer; }
.ff-consent label { font-size: 11px; font-weight: 300; color: rgba(255,255,255,.6); line-height: 1.5; cursor: pointer; }
.ff-consent a { color: #16C098; text-decoration: underline; }
