/* ═══════════════════════════════════════════════════════
   CEO Process & Technology — Sitio Web v2 (2025)
   Diseño claro premium · Paleta: navy #0f2545 / blue #2563eb
   ═══════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy:     #0f2545;
  --navy-dk:  #091830;
  --blue:     #2563eb;
  --blue-dk:  #1d4ed8;
  --blue-lt:  #3b82f6;
  --sky:      #eff6ff;
  --ink:      #0f172a;
  --slate:    #475569;
  --muted:    #94a3b8;
  --line:     #e2e8f0;
  --bg:       #ffffff;
  --bg-soft:  #f8fafc;
  --green:    #10b981;
  --amber:    #f59e0b;
  --radius:   18px;
  --shadow-s: 0 1px 3px rgba(15,23,42,.06), 0 4px 12px rgba(15,23,42,.05);
  --shadow-m: 0 8px 30px rgba(15,23,42,.10);
  --shadow-l: 0 24px 70px rgba(15,37,69,.16);
  --trans:    cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Sora', sans-serif; line-height: 1.15; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-soft); }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: var(--blue); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* ══════════ BOTONES ══════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 600; font-size: 14.5px;
  border: none; cursor: pointer; border-radius: 12px;
  padding: 11px 22px; text-decoration: none;
  transition: all .25s var(--trans); letter-spacing: -.01em;
}
.btn svg { width: 17px; height: 17px; }

.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 4px 14px rgba(37,99,235,.30); }
.btn-primary:hover { background: var(--blue-dk); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(37,99,235,.40); }

.btn-ghost { background: transparent; color: var(--slate); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); background: var(--sky); }

.btn-soft { background: var(--sky); color: var(--blue-dk); }
.btn-soft:hover { background: #dbeafe; transform: translateY(-2px); }

.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.25); }

.btn-soft-dark { background: rgba(255,255,255,.10); color: #fff; border: 1px solid rgba(255,255,255,.25); }
.btn-soft-dark:hover { background: rgba(255,255,255,.18); }

.btn-xl { font-size: 15.5px; padding: 15px 30px; border-radius: 14px; }
.btn-block { width: 100%; }

/* ══════════ NAVBAR ══════════ */
.navbar {
  position: fixed; top: 16px; left: 0; right: 0; z-index: 1000;
  padding: 0 20px;
  transition: top .3s var(--trans);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 10px 18px;
  box-shadow: var(--shadow-s);
  transition: box-shadow .3s;
}
.navbar.scrolled .nav-inner { box-shadow: var(--shadow-m); }

.nav-logo img { height: 40px; display: block; }

.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links a {
  color: var(--slate); text-decoration: none;
  font-size: 14px; font-weight: 500;
  padding: 8px 13px; border-radius: 9px; transition: all .2s;
}
.nav-links a:hover { color: var(--blue-dk); background: var(--sky); }

.nav-actions { display: flex; gap: 9px; align-items: center; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .3s; }

/* ══════════ HERO ══════════ */
.hero {
  position: relative;
  padding: 168px 0 96px;
  overflow: hidden;
  background: var(--bg);
}
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(560px 420px at 12% 8%,  rgba(37,99,235,.10), transparent 60%),
    radial-gradient(620px 480px at 88% 18%, rgba(15,37,69,.08),  transparent 60%),
    radial-gradient(480px 420px at 70% 92%, rgba(59,130,246,.07), transparent 60%);
}
.hero-grid-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(900px 520px at 50% 0%, rgba(0,0,0,.5), transparent 75%);
  -webkit-mask-image: radial-gradient(900px 520px at 50% 0%, rgba(0,0,0,.5), transparent 75%);
}

.hero-inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--sky); color: var(--blue-dk);
  font-size: 13px; font-weight: 600;
  border: 1px solid #dbeafe; border-radius: 99px;
  padding: 7px 16px; margin-bottom: 26px;
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue);
  animation: pulse 2s infinite;
}
.pulse-dot-green { background: var(--green); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,99,235,.45); }
  50%       { box-shadow: 0 0 0 6px rgba(37,99,235,0); }
}

.hero-h1 {
  font-size: clamp(40px, 5.6vw, 64px);
  font-weight: 800; letter-spacing: -.03em;
  color: var(--navy); margin-bottom: 22px;
}
.hero-em {
  font-style: normal;
  background: linear-gradient(100deg, var(--blue) 10%, #7c3aed 90%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-sub { font-size: 17.5px; color: var(--slate); max-width: 520px; margin-bottom: 36px; }

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }

.hero-meta { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-meta-item { display: flex; flex-direction: column; }
.hero-meta-item strong { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.hero-meta-item span:last-child { font-size: 13px; color: var(--muted); }
.hero-meta-sep { width: 1px; height: 36px; background: var(--line); }

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

.panel-window {
  background: var(--navy-dk);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  box-shadow: var(--shadow-l);
  overflow: hidden;
}
.panel-window-light { background: #fff; border: 1px solid var(--line); }

.panel-bar {
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 11px 16px;
}
.panel-window-light .panel-bar { background: var(--bg-soft); border-bottom: 1px solid var(--line); }

.pdot { width: 10px; height: 10px; border-radius: 50%; }
.pdot-r { background: #f87171; } .pdot-y { background: #fbbf24; } .pdot-g { background: #34d399; }
.panel-url { margin-left: 10px; font-size: 12px; color: var(--muted); font-weight: 500; }

.panel-body { padding: 22px; }

.panel-head { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.panel-head-ico {
  width: 42px; height: 42px; border-radius: 12px;
  background: rgba(37,99,235,.18); color: #60a5fa;
  display: flex; align-items: center; justify-content: center;
}
.panel-head-ico svg { width: 22px; height: 22px; }
.panel-title { font-weight: 700; color: #fff; font-size: 15px; }
.panel-sub { font-size: 12px; color: var(--muted); }
.panel-live {
  margin-left: auto; font-size: 10px; font-weight: 700; letter-spacing: .08em;
  color: var(--green); background: rgba(16,185,129,.12);
  border: 1px solid rgba(16,185,129,.3); border-radius: 99px; padding: 4px 10px;
}

.pmetric { display: flex; justify-content: space-between; align-items: baseline; margin: 14px 0 7px; }
.pmetric span { font-size: 13px; color: #94a3b8; }
.pmetric strong { font-size: 14.5px; color: #fff; font-weight: 700; }
.pmetric strong.ok  { color: #34d399; }
.pmetric strong.ok2 { color: #60a5fa; }

.pbar { height: 7px; background: rgba(255,255,255,.08); border-radius: 99px; overflow: hidden; }
.pbar i {
  display: block; height: 100%; border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), #60a5fa);
  animation: fill 1.4s var(--trans) both;
  transform-origin: left;
}
.pbar i.green { background: linear-gradient(90deg, #10b981, #34d399); }
@keyframes fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.panel-foot {
  display: flex; align-items: center; gap: 9px;
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px; color: #cbd5e1;
}
.panel-foot-time { margin-left: auto; font-size: 12px; color: var(--muted); }

/* Chips flotantes */
.chip {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 10px 14px;
  box-shadow: var(--shadow-m);
  animation: floaty 5s ease-in-out infinite;
}
.chip strong { display: block; font-size: 13px; color: var(--ink); }
.chip small  { font-size: 11px; color: var(--muted); }
.chip-ico {
  width: 30px; height: 30px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center; font-size: 14px;
}
.ok-bg    { background: #d1fae5; }
.blue-bg  { background: #dbeafe; }
.amber-bg { background: #fef3c7; }

.chip-1 { top: -22px; right: -10px; animation-delay: 0s; }
.chip-2 { bottom: 70px; left: -34px; animation-delay: -1.8s; }
.chip-3 { bottom: -20px; right: 30px; animation-delay: -3.4s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

/* ══════════ TRUST STRIP ══════════ */
.trust { border-block: 1px solid var(--line); background: var(--bg-soft); }
.trust-inner {
  max-width: 1200px; margin: 0 auto; padding: 26px 28px;
  display: flex; align-items: center; gap: 40px; flex-wrap: wrap;
}
.trust-label { font-size: 12.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.trust-logos { display: flex; align-items: center; gap: 44px; flex-wrap: wrap; }
.trust-logos img { height: 34px; object-fit: contain; filter: grayscale(1) opacity(.55); transition: filter .3s; }
.trust-logos img:hover { filter: grayscale(0) opacity(1); }
.trust-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--slate);
  border: 1px solid var(--line); border-radius: 9px; padding: 6px 14px; background: #fff;
}

/* ══════════ SECCIONES ══════════ */
.section { padding: 104px 0; }
.section-light { background: var(--bg-soft); }
.section-dark  { background: var(--navy-dk); }
.section-navy  { background: linear-gradient(150deg, var(--navy) 0%, #14305c 60%, var(--navy) 100%); }

.sec-head { max-width: 620px; margin: 0 auto 60px; text-align: center; }
.sec-tag {
  display: inline-block;
  font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue-dk); background: var(--sky);
  border: 1px solid #dbeafe; border-radius: 99px;
  padding: 6px 16px; margin-bottom: 18px;
}
.sec-tag-light { color: #93c5fd; background: rgba(37,99,235,.12); border-color: rgba(59,130,246,.25); }

.sec-title { font-size: clamp(30px, 4vw, 42px); font-weight: 800; letter-spacing: -.02em; color: var(--navy); margin-bottom: 16px; }
.sec-title-light { color: #fff; }
.sec-sub { font-size: 16.5px; color: var(--slate); }
.sec-sub-light { color: #94a3b8; }

/* ══════════ BENTO SERVICIOS ══════════ */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bento-wide { grid-column: span 2; }

.bento-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 32px;
  transition: all .3s var(--trans);
  position: relative; overflow: hidden;
}
.bento-card::after {
  content: ''; position: absolute; inset: auto 0 0 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), #7c3aed);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--trans);
}
.bento-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); border-color: #dbeafe; }
.bento-card:hover::after { transform: scaleX(1); }

.bento-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--sky); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.bento-icon svg { width: 26px; height: 26px; }

.bento-card h3 { font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.bento-card p { font-size: 14.5px; color: var(--slate); margin-bottom: 18px; }

.bento-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.bento-list li {
  font-size: 13.5px; color: var(--slate);
  display: flex; align-items: center; gap: 9px;
}
.bento-list li::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue); flex-shrink: 0;
}

/* ══════════ PROCESO ══════════ */
.steps {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 22px; align-items: stretch; margin-bottom: 80px;
}
.step {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius);
  padding: 34px 30px;
  transition: all .3s var(--trans);
}
.step:hover { background: rgba(255,255,255,.07); border-color: rgba(59,130,246,.4); transform: translateY(-4px); }
.step-num {
  font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 800;
  color: var(--blue-lt);
  background: rgba(37,99,235,.14);
  border: 1px solid rgba(59,130,246,.3);
  width: 46px; height: 46px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.step h3 { font-size: 19px; color: #fff; margin-bottom: 10px; }
.step p { font-size: 14px; color: #94a3b8; }
.step-arrow { display: flex; align-items: center; color: rgba(148,163,184,.5); font-size: 22px; }

.stats-band {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 56px;
}
.sband-item { text-align: center; }
.sband-item strong {
  display: block;
  font-family: 'Sora', sans-serif; font-size: clamp(34px, 4vw, 48px); font-weight: 800;
  background: linear-gradient(110deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  letter-spacing: -.02em; margin-bottom: 6px;
}
.sband-item span { font-size: 13.5px; color: #94a3b8; }

/* ══════════ PLATAFORMA SPLIT ══════════ */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.split-copy .sec-title { margin-bottom: 14px; }
.split-copy .sec-sub { margin-bottom: 36px; }

.feat-list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 40px; }
.feat { display: flex; gap: 16px; }
.feat-ico {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 13px;
  background: var(--sky); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
}
.feat-ico svg { width: 22px; height: 22px; }
.feat strong { display: block; font-size: 15.5px; color: var(--navy); margin-bottom: 3px; }
.feat p { font-size: 14px; color: var(--slate); }

.split-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.modules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 20px; }
.module {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: 13px; padding: 18px 8px;
  font-size: 12.5px; font-weight: 600; color: var(--slate);
  transition: all .25s;
}
.module span { font-size: 24px; }
.module:hover { border-color: var(--blue); color: var(--blue-dk); background: var(--sky); transform: translateY(-3px); }

.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0 20px 20px; }
.kpi {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: 13px; padding: 16px 10px; text-align: center;
}
.kpi strong { display: block; font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 800; color: var(--navy); }
.kpi strong.ok   { color: var(--green); }
.kpi strong.blue { color: var(--blue); }
.kpi span { font-size: 11.5px; color: var(--muted); }

/* ══════════ ACCESO ══════════ */
.access { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 920px; margin: 0 auto; }
.access-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 40px 36px;
  backdrop-filter: blur(8px);
  transition: all .3s var(--trans);
}
.access-card:hover { transform: translateY(-6px); border-color: rgba(59,130,246,.5); background: rgba(255,255,255,.08); }
.access-card-alt { background: rgba(37,99,235,.13); border-color: rgba(59,130,246,.35); }

.access-ico { font-size: 38px; margin-bottom: 18px; }
.access-card h3 { font-size: 21px; color: #fff; margin-bottom: 10px; }
.access-card > p { font-size: 14.5px; color: #aebed6; margin-bottom: 22px; }

.access-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 30px; }
.access-list li {
  font-size: 14px; color: #d4ddeb;
  display: flex; align-items: center; gap: 11px;
}
.access-list li::before {
  content: '✓';
  font-weight: 800; font-size: 12px; color: var(--green);
  background: rgba(16,185,129,.15);
  border-radius: 50%; width: 20px; height: 20px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ══════════ TESTIMONIOS ══════════ */
.testis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  display: flex; flex-direction: column;
  transition: all .3s var(--trans);
}
.testi:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); }
.testi img { height: 42px; object-fit: contain; align-self: flex-start; margin-bottom: 22px; filter: grayscale(.25); }
.testi blockquote { font-size: 14.5px; color: var(--slate); font-style: italic; flex: 1; margin-bottom: 20px; }
.testi figcaption { display: flex; justify-content: space-between; align-items: center; }
.testi figcaption strong { font-size: 14.5px; color: var(--navy); }
.testi figcaption span { color: #eab308; font-size: 14px; letter-spacing: 2px; }

/* ══════════ CTA BAND ══════════ */
.cta-band {
  background:
    radial-gradient(700px 320px at 18% 0%, rgba(59,130,246,.25), transparent 65%),
    linear-gradient(135deg, var(--navy) 0%, #16335f 55%, var(--navy-dk) 100%);
  padding: 88px 0; text-align: center;
}
.cta-band h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: #fff; letter-spacing: -.02em; margin-bottom: 14px; }
.cta-band p { font-size: 16px; color: #aebed6; max-width: 480px; margin: 0 auto 38px; }
.cta-band-btns { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

/* ══════════ CONTACTO ══════════ */
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.contact-copy .sec-title { margin-bottom: 14px; }
.contact-copy .sec-sub { margin-bottom: 42px; }

.cinfo { display: flex; flex-direction: column; gap: 26px; }
.cinfo-item { display: flex; gap: 16px; }
.cinfo-ico {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 13px;
  background: var(--sky); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
}
.cinfo-ico svg { width: 21px; height: 21px; }
.cinfo-item strong { display: block; font-size: 15px; color: var(--navy); margin-bottom: 3px; }
.cinfo-item p { font-size: 14px; color: var(--slate); }
.cinfo-item small { font-size: 12.5px; color: var(--muted); }

.cform {
  background: #fff; border: 1px solid var(--line);
  border-radius: 22px; padding: 40px 38px;
  box-shadow: var(--shadow-m);
}
.cform h3 { font-size: 21px; color: var(--navy); margin-bottom: 5px; }
.cform-sub { font-size: 13.5px; color: var(--muted); margin-bottom: 28px; }

.cform form { display: flex; flex-direction: column; gap: 18px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.cform label { display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.cform input, .cform select, .cform textarea {
  font-family: inherit; font-size: 14.5px; color: var(--ink);
  background: var(--bg-soft);
  border: 1.5px solid var(--line); border-radius: 11px;
  padding: 12px 15px;
  transition: all .2s; outline: none;
}
.cform input:focus, .cform select:focus, .cform textarea:focus {
  border-color: var(--blue); background: #fff;
  box-shadow: 0 0 0 4px rgba(37,99,235,.10);
}
.cform textarea { min-height: 110px; resize: vertical; }
.btn-submit { margin-top: 4px; }

/* ══════════ FOOTER ══════════ */
.footer { background: var(--navy-dk); padding: 72px 0 32px; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px; margin-bottom: 52px;
}
.footer-logo { height: 44px; filter: brightness(0) invert(1); margin-bottom: 18px; }
.footer-grid p { font-size: 14px; color: #94a3b8; max-width: 300px; }
.footer h4 { font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #cbd5e1; margin-bottom: 18px; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { font-size: 14px; color: #94a3b8; text-decoration: none; transition: color .2s; }
.footer ul a:hover { color: #60a5fa; }

.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 28px;
  font-size: 13px; color: #64748b;
}

/* ══════════ COOKIES ══════════ */
.cookie-banner {
  position: fixed; bottom: 20px; left: 20px; right: 20px; z-index: 2000;
  display: flex; justify-content: center;
}
.cookie-inner {
  display: flex; align-items: center; gap: 18px;
  max-width: 760px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 18px; padding: 18px 24px;
  box-shadow: var(--shadow-l);
}
.cookie-icon { font-size: 26px; }
.cookie-text strong { font-size: 14px; color: var(--navy); }
.cookie-text p { font-size: 12.5px; color: var(--slate); margin-top: 3px; }
.cookie-actions { display: flex; gap: 9px; flex-shrink: 0; }
.cookie-btn {
  font-family: inherit; font-size: 13px; font-weight: 600;
  border-radius: 9px; padding: 9px 16px; cursor: pointer;
  border: none; transition: all .2s;
}
.cookie-btn-primary { background: var(--blue); color: #fff; }
.cookie-btn-primary:hover { background: var(--blue-dk); }
.cookie-btn-secondary { background: var(--bg-soft); color: var(--slate); border: 1px solid var(--line); }
.cookie-btn-secondary:hover { background: var(--line); }

/* ══════════ ANIMACIONES ══════════ */
.fade-up { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--trans), transform .7s var(--trans); }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ══════════ RESPONSIVE ══════════ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-panel { max-width: 520px; margin: 0 auto; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-wide { grid-column: span 2; }
  .split { grid-template-columns: 1fr; gap: 48px; }
  .contact { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step-arrow { display: none; }
  .stats-band { grid-template-columns: repeat(2, 1fr); gap: 36px; }
}

@media (max-width: 720px) {
  .nav-links, .nav-actions { display: none; }
  .nav-toggle { display: flex; }

  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: fixed; top: 84px; left: 16px; right: 16px;
    background: #fff; border: 1px solid var(--line);
    border-radius: 16px; padding: 14px; gap: 4px;
    box-shadow: var(--shadow-l); z-index: 999;
  }
  .nav-actions.open {
    display: flex; flex-direction: column;
    position: fixed; top: auto; bottom: 16px; left: 16px; right: 16px;
    background: #fff; border: 1px solid var(--line);
    border-radius: 16px; padding: 14px; gap: 9px;
    box-shadow: var(--shadow-l); z-index: 999;
  }

  .hero { padding: 130px 0 70px; }
  .hero-meta { gap: 18px; }
  .hero-meta-sep { display: none; }
  .chip-2 { left: -8px; }
  .chip-3 { right: 4px; }

  .section { padding: 72px 0; }
  .bento { grid-template-columns: 1fr; }
  .bento-wide { grid-column: span 1; }
  .access { grid-template-columns: 1fr; }
  .testis { grid-template-columns: 1fr; }
  .frow { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .stats-band { grid-template-columns: 1fr 1fr; }

  .cookie-inner { flex-direction: column; text-align: center; }
}
