/* ==========================================================================
   NOTIFAI — SOLUCIONES — styles.css
   Design tokens + estilos productivos. Fiel a v0.8 aprobada. v1.4
   ========================================================================== */

:root{
  --navy:#06213F;
  --navy-deep:#040f1c;
  --cyan:#08A8EF;
  --cyan-hover:#3FBFF7;
  --white:#F7F8FA;
  --ink:#0B1E33;
  --border-light: rgba(6,33,63,0.1);
  --border-light-strong: rgba(6,33,63,0.12);
  --border-dark: rgba(247,248,250,0.14);
  --radius-lg:16px;
  --radius-md:14px;
  --radius-sm:9px;
  --container:1300px;
  --container-narrow:1180px;
  --font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*{ box-sizing:border-box; }
html,body{ margin:0; background:var(--navy); overflow-x:hidden; max-width:100%; }
body{ font-family:var(--font); color:var(--ink); }
img{ display:block; max-width:100%; }
h1,h2,h3{ margin:0; font-weight:800; letter-spacing:-0.02em; color:var(--ink); }
p{ margin:0; }
a{ color:var(--cyan); text-decoration:none; }
a:hover{ color:var(--cyan-hover); }
ol{ margin:0; padding:0; list-style:none; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline:2px solid var(--cyan);
  outline-offset:3px;
  border-radius:4px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.01ms !important; transition-duration:0.01ms !important; scroll-behavior:auto !important; }
}
html{ scroll-behavior:smooth; }

.skip-link{
  position:absolute; left:-9999px; top:0; background:var(--cyan); color:var(--navy);
  padding:10px 16px; font-weight:700; z-index:100;
}
.skip-link:focus{ left:12px; top:12px; }

.container{ max-width:var(--container); margin:0 auto; padding:0 clamp(20px,4vw,48px); }
.container-narrow{ max-width:var(--container-narrow); }
.text-center{ text-align:center; }

.overline{ color:var(--cyan); font-size:13px; font-weight:700; letter-spacing:0.14em; margin-bottom:16px; }
.overline-sm{ font-size:11.5px; letter-spacing:0.12em; margin-bottom:12px; }
.small-label{ font-size:11px; font-weight:700; letter-spacing:0.12em; color:rgba(11,30,51,0.45); margin-bottom:14px; }
.small-label-dark{ color:rgba(247,248,250,0.55); }
.lead{ font-size:clamp(15px,1.3vw,17px); line-height:1.6; color:rgba(11,30,51,0.72); max-width:66ch; margin:0 auto 16px; }
.lead-strong{ color:var(--ink); font-weight:600; margin-bottom:40px; }
#cadena-evidencia .lead:not(.lead-strong){ color:rgba(11,30,51,0.82); }
#cadena-evidencia .lead-strong{ color:var(--ink); }
section.section-dark .lead{ color:rgba(247,248,250,0.82); }
#experiencia .lead{ color:rgba(247,248,250,0.82); }

.btn{ display:inline-block; text-decoration:none; font-weight:700; letter-spacing:0.02em; font-size:14.5px; padding:15px 28px; border-radius:var(--radius-sm); transition:background-color .18s ease, border-color .18s ease; }
.btn-cyan{ background:var(--cyan); color:var(--navy); border:none; cursor:pointer; }
.btn-cyan:hover{ background:var(--cyan-hover); color:var(--navy); }
.btn-ghost-dark{ background:transparent; color:var(--white); border:1px solid rgba(247,248,250,0.28); }
.btn-ghost-dark:hover{ border-color:rgba(247,248,250,0.55); color:var(--white); }
.btn-block{ width:100%; text-align:center; }

/* ---------- Estado Lumínico NotifAI ---------- */
.lumen{ border:1px solid transparent; transition: border-color .22s ease, box-shadow .22s ease; }
.lumen:hover, .lumen:focus-within{ border-color: var(--cyan); }
.notifai-core.lumen:hover, .notifai-core.lumen:focus-within{ border-color: rgba(8,168,239,0.55); box-shadow: 0 14px 36px rgba(6,33,63,0.24), 0 0 28px rgba(8,168,239,0.28); }
.comms-panel.lumen:hover, .comms-panel.lumen:focus-within{ box-shadow: 0 0 26px rgba(8,168,239,0.2); }
.evidence-card.lumen:hover, .evidence-card.lumen:focus-within{ box-shadow: 0 10px 30px rgba(6,33,63,0.08), 0 0 22px rgba(8,168,239,0.16); }
.demo-panel.lumen:hover, .demo-panel.lumen:focus-within{ box-shadow: 0 0 26px rgba(8,168,239,0.2); }
.solution-card.lumen:hover, .solution-card.lumen:focus-within{ box-shadow: 0 0 20px rgba(8,168,239,0.15); }
.solution-card.lumen:active{ box-shadow: 0 0 28px rgba(8,168,239,0.3); border-color: var(--cyan); }
.solution-card-dark.lumen:hover, .solution-card-dark.lumen:focus-within{ box-shadow: 0 0 26px rgba(8,168,239,0.22); }
.solution-card-dark.lumen:active{ box-shadow: 0 0 34px rgba(8,168,239,0.35); }

/* ==================== HEADER ==================== */
.site-header{ position:sticky; top:0; z-index:50; background:rgba(6,33,63,0.92); backdrop-filter:blur(10px); border-bottom:1px solid rgba(247,248,250,0.1); }
.header-inner{ max-width:1400px; margin:0 auto; padding:0 clamp(20px,4vw,48px); height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.logo-link{ display:flex; align-items:center; gap:10px; flex-shrink:0; min-width:0; }
.wordmark{ font-size:19px; font-weight:700; letter-spacing:-0.01em; white-space:nowrap; }
.wordmark-notif{ color:var(--white); }
.wordmark-ai{ color:var(--cyan); }
.nav-desktop{ display:flex; gap:30px; align-items:center; flex-shrink:0; }
.nav-desktop a{ color:rgba(247,248,250,0.82); font-size:14.5px; font-weight:500; letter-spacing:0.01em; white-space:nowrap; }
.nav-desktop a:hover{ color:var(--white); }
.header-right{ display:flex; align-items:center; gap:16px; flex-shrink:0; min-width:0; }
.link-ingresar{ color:rgba(247,248,250,0.85); font-size:14px; font-weight:600; letter-spacing:0.01em; white-space:nowrap; }
.header-right .btn{ font-size:13.5px; padding:11px 20px; border-radius:8px; white-space:nowrap; }

.hamburger{ display:none; flex-direction:column; justify-content:center; align-items:center; gap:6px; width:46px; height:46px; background:rgba(247,248,250,0.08); border:1px solid rgba(247,248,250,0.35); border-radius:9px; cursor:pointer; flex-shrink:0; margin-left:4px; }
.hamburger span{ width:20px; height:2.5px; border-radius:2px; background:var(--white); transition: transform .25s ease, opacity .25s ease; }
.hamburger.open span:nth-child(1){ transform: translateY(8px) rotate(45deg); }
.hamburger.open span:nth-child(2){ opacity:0; }
.hamburger.open span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }

.mobile-menu{ display:flex; flex-direction:column; padding:4px 20px 20px; border-top:1px solid rgba(247,248,250,0.1); background:var(--navy); }
.mobile-menu a{ color:var(--white); font-size:15px; font-weight:600; padding:10px 0; }
.mobile-menu .mobile-ingresar{ color:rgba(247,248,250,0.75); font-size:14px; padding-top:16px; border-top:1px solid rgba(247,248,250,0.12); margin-top:6px; }
.mobile-menu[hidden]{ display:none; }

@media (max-width:1080px){
  .nav-desktop, .link-ingresar{ display:none; }
  .hamburger{ display:flex; }
}
@media (max-width:380px){
  .header-inner{ padding:0 14px; gap:10px; }
  .wordmark{ font-size:16px; }
  .header-right{ gap:8px; }
  .header-right .btn{ font-size:11.5px; padding:9px 12px; }
  .hamburger{ width:42px; height:42px; }
}

/* ==================== HERO ==================== */
.hero{ position:relative; overflow:hidden; padding:clamp(48px,7vw,88px) clamp(20px,4vw,48px) clamp(56px,6vw,80px); background:var(--navy); }
.hero-glow{ position:absolute; border-radius:50%; pointer-events:none; }
.hero-glow-top{ top:-220px; right:-160px; width:640px; height:640px; background:radial-gradient(circle, rgba(8,168,239,0.16), transparent 70%); }
.hero-glow-bottom{ bottom:-260px; left:-200px; width:560px; height:560px; background:radial-gradient(circle, rgba(8,168,239,0.08), transparent 70%); }
.hero-inner{ position:relative; max-width:1400px; margin:0 auto; display:flex; flex-wrap:wrap; align-items:center; gap:clamp(40px,6vw,72px); }
.hero-copy{ flex:1 1 460px; min-width:0; }
.hero-copy .overline{ margin-bottom:20px; }
.hero-copy h1{ margin:0 0 22px; font-size:clamp(36px,4.6vw,58px); line-height:1.06; color:var(--white); }
.hero-lead{ font-size:clamp(17px,1.6vw,20px); line-height:1.55; color:rgba(247,248,250,0.88); max-width:52ch; margin-bottom:18px; }
.hero-support{ font-size:15.5px; line-height:1.65; color:rgba(247,248,250,0.7); max-width:54ch; margin-bottom:36px; }
.hero-ctas{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:48px; }
.hero-ctas.justify-center{ justify-content:center; margin-bottom:0; }
.hero-capabilities{ display:flex; flex-wrap:wrap; border-top:1px solid rgba(247,248,250,0.12); }
.hero-capabilities > div{ flex:1 1 150px; padding:18px 20px 0 0; }
.cap-title{ font-size:12px; font-weight:700; letter-spacing:0.08em; color:rgba(247,248,250,0.88); margin-bottom:4px; }
.cap-sub{ font-size:12.5px; color:rgba(247,248,250,0.62); }

.hero-visual{ flex:1 1 400px; min-width:0; display:flex; justify-content:center; }
.hero-visual-inner{ width:100%; max-width:480px; }
.hero-diagram{ position:relative; width:100%; aspect-ratio:1/1; margin:0 auto; }
.hero-lines{ position:absolute; inset:0; width:100%; height:100%; }
.hero-lines line{ stroke:rgba(247,248,250,0.55); stroke-opacity:0.22; stroke-width:0.5; vector-effect:non-scaling-stroke; transition: stroke .5s ease, stroke-opacity .5s ease; }
.hero-lines line.active{ stroke:var(--cyan); stroke-opacity:0.9; }

.node{ position:absolute; transform:translate(-50%,-50%); width:30%; min-width:92px; background:rgba(247,248,250,0.04); border:1px solid rgba(247,248,250,0.16); border-radius:10px; padding:10px 12px; text-align:left; color:rgba(247,248,250,0.72); transition: all .6s ease; }
.node.active{ background:rgba(8,168,239,0.14); border-color:var(--cyan); color:var(--white); box-shadow:0 0 22px rgba(8,168,239,0.35); }
.node-pos-1{ top:5%; left:50%; }
.node-pos-2{ top:23%; left:89%; }
.node-pos-3{ top:67%; left:89%; }
.node-pos-4{ top:89%; left:50%; }
.node-pos-5{ top:67%; left:11%; }
.node-pos-6{ top:23%; left:11%; }
.node-title{ font-size:10.5px; font-weight:700; letter-spacing:0.06em; }
.node-sub{ font-size:9.5px; margin-top:3px; opacity:0.9; }
.node-status{ font-size:8px; font-weight:700; letter-spacing:0.05em; color:var(--cyan); max-height:0; opacity:0; overflow:hidden; margin-top:0; transition: all .5s ease; }
.node.active .node-status{ max-height:14px; opacity:1; margin-top:5px; }

.node-central{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:40%; min-width:124px; background:rgba(6,33,63,0.9); border:1px solid rgba(8,168,239,0.5); border-radius:12px; padding:14px 16px; text-align:center; box-shadow:0 0 18px rgba(8,168,239,0.18); transition: all .6s ease; z-index:2; }
.node-central.active{ border-color:var(--cyan); box-shadow:0 0 32px rgba(8,168,239,0.5); }
.node-central-label{ font-size:9px; font-weight:700; letter-spacing:0.1em; color:rgba(247,248,250,0.72); margin-bottom:4px; }
.node-central-id{ font-size:14px; font-weight:700; color:var(--white); letter-spacing:0.02em; margin-bottom:5px; }
.node-central-time{ font-size:8.5px; color:rgba(8,168,239,0.95); font-weight:600; letter-spacing:0.03em; }

.evidence-badge{ margin-top:20px; text-align:center; font-size:12px; font-weight:700; letter-spacing:0.1em; padding:10px 18px; border-radius:999px; border:1px solid rgba(247,248,250,0.3); color:rgba(247,248,250,0.62); opacity:0.85; width:100%; box-sizing:border-box; transition: all .7s ease; }
.evidence-badge.active{ background:rgba(8,168,239,0.16); border-color:var(--cyan); color:var(--white); box-shadow:0 0 24px rgba(8,168,239,0.3); opacity:1; }

/* ==================== SECTIONS GENERIC ==================== */
.section{ padding:clamp(56px,7vw,96px) clamp(20px,4vw,48px); }
.section-light{ background:var(--white); color:var(--ink); }
.section-dark{ background:var(--navy); color:var(--white); }
.section h2{ margin:0 0 18px; font-size:clamp(26px,3.2vw,40px); line-height:1.16; max-width:22ch; }
.section h2.text-center, .text-center h2{ margin-left:auto; margin-right:auto; }
.section-dark h2{ color:var(--white); }

/* ==================== CADENA DE EVIDENCIA ==================== */
#cadena-evidencia{ padding:clamp(48px,6vw,80px) clamp(20px,4vw,48px); }
#cadena-evidencia h2{ font-size:clamp(28px,3.4vw,42px); max-width:18ch; margin:0 auto 18px; }
.partial-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px; max-width:1000px; margin:0 auto 20px; }
.partial-card{ flex:1 1 160px; max-width:190px; background:transparent; border:1.5px dashed rgba(6,33,63,0.3); border-radius:10px; padding:12px 13px; text-align:left; }
.partial-title{ font-size:11.5px; font-weight:700; letter-spacing:0.03em; color:var(--navy); margin-bottom:4px; }
.partial-text{ font-size:11px; color:rgba(11,30,51,0.6); line-height:1.35; }
.arrow-down{ font-size:20px; color:var(--cyan); line-height:1; margin-bottom:16px; }
.notifai-core{ display:inline-flex; flex-direction:column; align-items:center; gap:10px; background:var(--navy); color:var(--white); border-radius:16px; padding:22px 36px; box-shadow:0 14px 36px rgba(6,33,63,0.24); margin-bottom:16px; max-width:100%; }
.notifai-core-top{ display:flex; align-items:center; gap:14px; }
.notifai-core-text{ text-align:left; }
.notifai-core-title{ font-size:15px; font-weight:800; letter-spacing:0.02em; }
.notifai-core-sub{ font-size:11px; color:rgba(247,248,250,0.75); letter-spacing:0.06em; }
.notifai-core-divider{ width:100%; height:1px; background:rgba(247,248,250,0.16); }
.notifai-core-quote{ font-size:14px; font-weight:600; color:rgba(247,248,250,0.88); line-height:1.4; text-align:center; }
.result-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:8px; max-width:1050px; margin:0 auto; }
.result-chip{ background:#FFFFFF; border:1px solid var(--border-light-strong); border-radius:8px; padding:9px 14px; font-size:12px; text-align:left; box-shadow:0 1px 2px rgba(6,33,63,0.04); color:rgba(11,30,51,0.6); }
.result-chip strong{ color:var(--navy); }

/* ==================== OPERACIÓN E INTEGRACIÓN ==================== */
.capabilities-band{ display:flex; flex-wrap:wrap; justify-content:center; border-top:1px solid rgba(247,248,250,0.14); border-bottom:1px solid rgba(247,248,250,0.14); margin-bottom:48px; }
.capabilities-band > div{ flex:1 1 200px; padding:18px 16px; text-align:center; border-right:1px solid rgba(247,248,250,0.1); }
.capabilities-band > div:last-child{ border-right:none; }
.cb-title{ font-size:12.5px; font-weight:700; letter-spacing:0.06em; color:var(--white); margin-bottom:5px; }
.cb-text{ font-size:12px; color:rgba(247,248,250,0.62); line-height:1.4; }
.flow-grid{ display:flex; flex-wrap:wrap; gap:clamp(32px,5vw,56px); align-items:flex-start; margin-bottom:52px; }
.flow-steps{ flex:1 1 340px; min-width:0; }
.steps-list{ display:flex; flex-direction:column; gap:18px; margin:16px 0 24px; }
.steps-list li{ display:flex; gap:14px; }
.step-num{ font-size:12px; font-weight:800; color:var(--cyan); flex-shrink:0; width:22px; }
.step-title{ font-size:13.5px; font-weight:700; color:var(--white); margin-bottom:3px; }
.step-text{ font-size:12.5px; color:rgba(247,248,250,0.65); line-height:1.45; }
.flow-chain{ display:flex; flex-wrap:wrap; align-items:center; gap:8px; font-size:11.5px; font-weight:700; letter-spacing:0.05em; color:rgba(247,248,250,0.85); }
.flow-chain span{ color:var(--cyan); }
.chain-highlight{ color:var(--cyan) !important; }
.comms-panel{ flex:1 1 320px; max-width:420px; margin:0 auto; background:rgba(247,248,250,0.04); border:1px solid var(--border-dark); border-radius:14px; padding:20px; backdrop-filter:blur(6px); }
.comms-header{ display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; font-size:11px; font-weight:700; letter-spacing:0.1em; color:rgba(247,248,250,0.6); }
.dot{ width:6px; height:6px; border-radius:50%; background:var(--cyan); display:inline-block; }
.comms-list{ display:flex; flex-direction:column; gap:10px; margin-bottom:16px; }
.comms-item{ border:1px solid rgba(247,248,250,0.12); border-radius:9px; padding:10px 12px; }
.comms-row{ display:flex; justify-content:space-between; font-size:11.5px; font-weight:700; color:var(--white); margin-bottom:3px; }
.comms-state{ color:var(--cyan); font-size:9.5px; }
.comms-desc{ font-size:11px; color:rgba(247,248,250,0.6); }
.comms-tags{ display:flex; flex-wrap:wrap; gap:8px; border-top:1px solid rgba(247,248,250,0.1); padding-top:14px; }
.comms-tags span{ font-size:9.5px; font-weight:700; letter-spacing:0.04em; color:rgba(247,248,250,0.55); background:rgba(247,248,250,0.06); border:1px solid rgba(247,248,250,0.12); border-radius:999px; padding:5px 10px; }

/* ==================== SOLUCIONES ==================== */
#soluciones h2{ margin:0 auto 16px; }
.solutions-layout{ display:flex; flex-wrap:wrap; gap:16px; align-items:stretch; margin-top:24px; }
.solutions-col-main{ flex:1.5 1 400px; min-width:300px; display:flex; flex-direction:column; gap:16px; }
.solutions-col-side{ flex:1 1 280px; min-width:240px; display:flex; flex-direction:column; gap:16px; }
.solutions-col-side .solution-card{ flex:1; }
.solutions-col-main .solution-card-row{ flex:1; }
@media (max-width:900px){
  .solutions-col-main .solution-card-row{ flex:none; }
}
.solution-card{ border-radius:var(--radius-md); }
.solution-card-dark{ background:var(--navy); color:var(--white); border-radius:16px; padding:clamp(22px,2.4vw,28px); display:flex; flex-direction:column; gap:14px; }
.solution-card-light{ background:#FFFFFF; border:1px solid var(--border-light); box-shadow:0 1px 2px rgba(6,33,63,0.04); padding:22px; display:flex; flex-direction:column; flex:1; }
.solution-card-row{ flex-direction:row; flex-wrap:wrap; align-items:center; gap:20px; padding:20px 24px; }
.solution-title{ font-size:19px; font-weight:800; letter-spacing:-0.01em; margin-bottom:10px; color:var(--white); }
.solution-title-sm{ font-size:16px; font-weight:800; letter-spacing:-0.01em; color:var(--navy); margin-bottom:8px; }
.solution-text{ font-size:14px; line-height:1.5; color:rgba(247,248,250,0.78); margin-bottom:12px; max-width:52ch; }
.solution-text-sm{ font-size:13px; line-height:1.55; color:rgba(11,30,51,0.68); margin-bottom:12px; }
.solution-row-text{ flex:1 1 200px; min-width:180px; }
.solution-row-text .solution-text-sm{ margin-bottom:0; }
.chip-row{ display:flex; flex-wrap:wrap; gap:8px; }
.chip-row-outline{ margin-bottom:12px; }
.chip-row-outline span{ font-size:10.5px; font-weight:700; letter-spacing:0.04em; color:var(--cyan); border:1px solid rgba(8,168,239,0.4); border-radius:999px; padding:5px 12px; }
.chip-row-fill span{ font-size:12px; color:rgba(247,248,250,0.85); background:rgba(247,248,250,0.06); border:1px solid var(--border-dark); border-radius:8px; padding:7px 12px; }
.chip-row-tint{ margin-bottom:14px; flex:none; align-content:flex-start; }
.chip-row-tint-inline{ flex:1 1 220px; }
.chip-row-tint span{ font-size:10.5px; font-weight:600; color:var(--navy); background:rgba(8,168,239,0.08); border-radius:6px; padding:4px 9px; }
.solution-ctas{ display:flex; flex-wrap:wrap; gap:20px; align-items:center; }
.cta-link{ color:var(--cyan); text-decoration:none; font-size:12px; font-weight:700; flex-shrink:0; }
.cta-link-strong{ font-size:13.5px; letter-spacing:0.01em; }
.cta-link-muted{ color:rgba(247,248,250,0.6); font-size:12.5px; font-weight:600; }
.cta-link-bottom{ margin-top:auto; }

/* ==================== EVIDENCIA + EXPERIENCIA ==================== */
.evidencia-grid{ display:flex; flex-wrap:wrap; gap:clamp(32px,5vw,56px); align-items:center; }
.evidencia-copy{ flex:1 1 380px; min-width:0; }
.evidencia-copy h2{ font-size:clamp(26px,3vw,38px); line-height:1.18; max-width:20ch; margin:0 0 18px; text-align:left; }
.evidencia-copy .lead{ margin:0; text-align:left; }
.evidencia-card-wrap{ flex:1 1 320px; min-width:0; max-width:400px; margin:0 auto; }
.evidence-card{ background:#FFFFFF; border:1px solid rgba(6,33,63,0.1); border-radius:16px; padding:24px; box-shadow:0 10px 30px rgba(6,33,63,0.08); }
.js .evidence-card{ opacity:0; transform:translateY(16px); transition: opacity .7s ease, transform .7s ease, border-color .22s ease, box-shadow .22s ease; }
.js .evidence-card.revealed{ opacity:1; transform:translateY(0); }
.evidence-card-label{ font-size:9px; font-weight:700; letter-spacing:0.1em; color:rgba(11,30,51,0.4); margin-bottom:10px; }
.evidence-card-header{ display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; padding-bottom:14px; border-bottom:1px solid var(--border-light); }
.evidence-card-sub{ font-size:10px; font-weight:700; letter-spacing:0.08em; color:rgba(11,30,51,0.5); }
.evidence-card-id{ font-size:15px; font-weight:800; color:var(--navy); }
.evidence-card-badge{ font-size:10px; font-weight:700; letter-spacing:0.05em; border-radius:999px; padding:5px 10px; color:var(--cyan); border:1px solid rgba(8,168,239,0.4); transition: all .5s ease; }
.evidence-card-badge.active{ color:var(--navy); background:var(--cyan); border-color:var(--cyan); }
.evidence-card-body{ display:flex; flex-direction:column; gap:12px; font-size:12px; }
.ec-label{ font-weight:700; color:var(--navy); letter-spacing:0.04em; margin-bottom:3px; }
.ec-text{ color:rgba(11,30,51,0.62); line-height:1.4; }
.ec-split{ display:flex; gap:18px; }

.demo-panel{ max-width:340px; margin:0 auto 28px; background:rgba(247,248,250,0.04); border:1px solid var(--border-dark); border-radius:14px; padding:18px 20px; text-align:left; }
.demo-panel-header{ display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; }
.demo-panel-id{ font-size:13px; font-weight:800; color:var(--white); }
.demo-panel .evidence-card-sub{ color:rgba(247,248,250,0.65); }
.demo-chain{ display:flex; flex-wrap:wrap; gap:8px; font-size:10.5px; font-weight:700; letter-spacing:0.04em; margin-bottom:14px; }
.demo-chain span:not(.chain-arrow):not(.chain-highlight-pill){ border:1px solid rgba(247,248,250,0.25); border-radius:999px; padding:6px 12px; color:var(--white); }
.chain-arrow{ color:var(--cyan); }
.chain-highlight-pill{ border:1px solid var(--cyan) !important; background:rgba(8,168,239,0.12); border-radius:999px; padding:6px 12px; color:var(--white); }
.demo-footnote{ font-size:11px; color:rgba(247,248,250,0.5); border-top:1px solid rgba(247,248,250,0.1); padding-top:12px; }

/* ==================== CONFIANZA ==================== */
.pillars-band{ display:flex; flex-wrap:wrap; justify-content:center; border-top:1px solid var(--border-light-strong); border-bottom:1px solid var(--border-light-strong); margin-bottom:48px; }
.pillars-band > div{ flex:1 1 170px; padding:18px 14px; text-align:center; border-right:1px solid var(--border-light); }
.pillars-band > div:last-child{ border-right:none; }
.pillar-title{ font-size:12.5px; font-weight:700; letter-spacing:0.05em; color:var(--navy); margin-bottom:5px; }
.pillar-text{ font-size:11.5px; color:rgba(11,30,51,0.62); line-height:1.4; }

.proof-block{ background:#FFFFFF; border:1px solid var(--border-light); border-radius:16px; padding:clamp(26px,3vw,36px); margin-bottom:32px; }
.proof-grid{ display:flex; flex-wrap:wrap; gap:32px; }
.proof-copy{ flex:1.6 1 380px; min-width:280px; }
.proof-copy h3{ margin:0 0 12px; font-size:clamp(19px,2vw,23px); line-height:1.32; color:var(--navy); max-width:26ch; }
.proof-copy p{ font-size:14px; line-height:1.65; color:rgba(11,30,51,0.7); max-width:60ch; }
.proof-dims{ flex:1 1 240px; min-width:220px; display:flex; flex-direction:column; gap:14px; }
.proof-dim{ border-left:2px solid rgba(8,168,239,0.4); padding-left:14px; }
.proof-dim-title{ font-size:11px; font-weight:700; letter-spacing:0.06em; color:var(--navy); margin-bottom:4px; }
.proof-dim-text{ font-size:12px; line-height:1.45; color:rgba(11,30,51,0.62); }
.proof-remate{ margin-top:24px; padding-top:20px; border-top:1px solid var(--border-light); font-size:clamp(16px,1.6vw,19px); font-weight:700; color:var(--navy); letter-spacing:-0.005em; }

.compliance-block{ background:var(--navy); color:var(--white); border-radius:16px; padding:clamp(28px,3.5vw,40px); margin-bottom:48px; }
.compliance-block h3{ margin:0 0 12px; font-size:clamp(19px,2vw,24px); line-height:1.3; color:var(--white); max-width:32ch; }
.compliance-text{ font-size:14px; line-height:1.6; color:rgba(247,248,250,0.72); max-width:60ch; margin-bottom:26px; }
.compliance-grid{ display:flex; flex-wrap:wrap; gap:24px; margin-bottom:20px; }
.compliance-grid > div{ flex:1 1 200px; }
.compliance-footnote{ font-size:11.5px; color:rgba(247,248,250,0.45); border-top:1px solid rgba(247,248,250,0.1); padding-top:16px; }

.faq-wrap{ max-width:760px; margin:0 auto; }
.faq-item{ border-bottom:1px solid var(--border-light-strong); }
.faq-btn{ width:100%; display:flex; justify-content:space-between; align-items:center; gap:12px; background:none; border:none; padding:16px 4px; text-align:left; cursor:pointer; font-size:14.5px; font-weight:700; color:var(--navy); font-family:inherit; }
.faq-icon{ display:inline-block; font-size:18px; color:var(--cyan); font-weight:400; flex-shrink:0; transition: transform .25s ease; }
.faq-btn[aria-expanded="true"] .faq-icon{ transform:rotate(45deg); }
.faq-panel{ padding-bottom:16px; }
.faq-panel[hidden]{ display:none; }
.faq-panel p{ margin:0; font-size:13.5px; line-height:1.6; color:rgba(11,30,51,0.68); }

/* ==================== CONTACTO ==================== */
.contact-grid{ display:flex; flex-wrap:wrap; gap:clamp(32px,5vw,56px); }
.contact-copy{ flex:1 1 380px; min-width:0; }
.contact-copy h2{ font-size:clamp(26px,3vw,38px); line-height:1.18; max-width:18ch; margin:0 0 18px; color:var(--white); text-align:left; }
.contact-copy .lead{ margin:0 0 32px; text-align:left; max-width:48ch; }
.contact-channels{ display:flex; flex-direction:column; gap:14px; margin-bottom:32px; }
.contact-channels a{ display:flex; align-items:baseline; gap:10px; color:var(--white); font-size:14px; font-weight:600; }
.channel-label{ font-size:11px; font-weight:700; letter-spacing:0.08em; color:rgba(247,248,250,0.5); width:80px; flex-shrink:0; }
.contact-extra-links{ display:flex; flex-wrap:wrap; gap:20px; border-top:1px solid rgba(247,248,250,0.12); padding-top:20px; }
.contact-extra-links a{ color:rgba(247,248,250,0.75); font-size:13px; font-weight:600; }

.contact-form-wrap{ flex:1 1 380px; min-width:0; max-width:480px; }
.contact-form{ background:rgba(247,248,250,0.05); border:1px solid var(--border-dark); border-radius:16px; padding:clamp(24px,3vw,32px); display:flex; flex-direction:column; gap:16px; }
.field label{ display:block; font-size:12px; font-weight:700; letter-spacing:0.03em; color:rgba(247,248,250,0.75); margin-bottom:6px; }
.field input, .field select, .field textarea{
  width:100%; box-sizing:border-box; padding:11px 14px; border-radius:8px; border:1px solid rgba(247,248,250,0.2);
  background:rgba(6,33,63,0.4); color:var(--white); font-size:14px; font-family:inherit;
}
.field textarea{ resize:vertical; }
.field input:focus, .field select:focus, .field textarea:focus{ border-color:var(--cyan); outline:none; }
.form-status{ min-height:0; font-size:13.5px; }
.form-status .status-title{ font-weight:700; margin-bottom:4px; }
.form-status.success .status-title{ color:var(--cyan); }
.form-status.error .status-title{ color:#FF9B9B; }
.form-status p{ font-size:12.5px; color:rgba(247,248,250,0.7); margin:0; }
.form-status a{ color:var(--cyan); }
.form-microcopy{ font-size:11px; line-height:1.5; color:rgba(247,248,250,0.5); }

/* ==================== FOOTER ==================== */
.site-footer{ background:var(--navy-deep); color:var(--white); padding:clamp(40px,5vw,64px) clamp(20px,4vw,48px) 28px; }
.footer-grid{ display:flex; flex-wrap:wrap; gap:40px; margin-bottom:40px; }
.footer-brand{ flex:1.4 1 260px; min-width:200px; }
.footer-logo{ display:flex; align-items:center; gap:8px; margin-bottom:12px; }
.footer-logo .wordmark{ font-size:16px; }
.footer-tagline{ font-size:12.5px; color:rgba(247,248,250,0.6); line-height:1.5; margin-bottom:8px; }
.footer-legal-line{ font-size:12px; color:rgba(247,248,250,0.45); line-height:1.5; }
.footer-col{ flex:1 1 200px; min-width:170px; display:flex; flex-direction:column; gap:10px; }
.footer-col-title{ font-size:11.5px; font-weight:700; letter-spacing:0.08em; color:rgba(247,248,250,0.5); margin-bottom:4px; }
.footer-col a{ color:rgba(247,248,250,0.75); font-size:13px; }
.footer-bottom{ max-width:var(--container); margin:0 auto; border-top:1px solid rgba(247,248,250,0.1); padding-top:20px; font-size:12px; color:rgba(247,248,250,0.45); text-align:center; }

/* ==================== RESPONSIVE: SOLUCIONES / EVIDENCIA STACK ==================== */
@media (max-width:900px){
  .solutions-layout{ display:grid; grid-template-columns:1fr; align-items:start; }
  .solutions-col-main, .solutions-col-side{ display:contents; height:auto; }
  .solutions-col-side .solution-card{ flex:none; }
  .solution-card-dark{ order:1; }
  .solutions-col-side .solution-card:nth-of-type(1){ order:2; }
  .solutions-col-side .solution-card:nth-of-type(2){ order:3; }
  .solution-card-row{ order:4; }
}

/* ==================== NO-JS FALLBACK ==================== */
.nojs-nav{ display:none; }
.no-js .mobile-menu{ display:none; }
.no-js .hamburger{ display:none !important; }
@media (max-width:1080px){
  .no-js .nav-desktop, .no-js .link-ingresar{ display:none !important; }
  .no-js .nojs-nav{
    display:flex; flex-direction:column; padding:4px 20px 16px;
    border-top:1px solid rgba(247,248,250,0.1); background:var(--navy);
  }
  .no-js .nojs-nav a{ color:var(--white); font-size:15px; font-weight:600; padding:10px 0; }
  .no-js .nojs-nav .nojs-ingresar{ color:rgba(247,248,250,0.75); font-size:14px; padding-top:16px; border-top:1px solid rgba(247,248,250,0.12); margin-top:6px; }
}
