/* ========================================
   AH PARTNERS — Design System v3
   Paleta: #0a0a0f · #C9A84C · #f8f7f4 · #fff
   Tipografía: Work Sans (UI) + Libre Baskerville (cuerpo)
======================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:  #12273C;
  --navy:   #0d1e2e;
  --gold:   #305B86;
  --gold2:  #4a7ab5;
  --cream:  #f0f2f5;
  --mist:   #ebebeb;
  --text:   #000000;
  --muted:  #666666;
  --white:  #ffffff;
  --max:    1140px;
  --r:      10px;
  --ease:   cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── Utilities ── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.light { color: var(--white); }
.muted { color: rgba(255,255,255,.55); font-family: 'Lora', Georgia, serif; }
.label {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.label-light { color: var(--gold2); }
.opt { font-weight: 400; opacity: .5; }

/* ── Buttons ── */
.btn-gold {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold); color: var(--black);
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15px;
  padding: 15px 30px; border-radius: 8px;
  text-decoration: none; border: none; cursor: pointer;
  transition: background .2s var(--ease), transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.btn-gold:hover { background: var(--gold2); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(48,91,134,.3); }
.btn-ghost {
  display: inline-flex; align-items: center;
  color: rgba(255,255,255,.7); font-size: 15px; font-weight: 500;
  text-decoration: none; transition: color .2s;
}
.btn-ghost:hover { color: var(--white); }

/* ── Sections ── */
.section { padding: 96px 0; }
.section-dark { background: var(--black); }
.section-cream { background: var(--cream); }
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head h2 {
  font-family: 'Inter', sans-serif; font-weight: 800;
  font-size: clamp(28px, 3.5vw, 46px); line-height: 1.15;
  letter-spacing: -1px; margin-top: 0;
}
.section-head p {
  font-family: 'Lora', Georgia, serif;
  font-size: 17px; line-height: 1.75; color: var(--muted);
  margin-top: 16px;
}
.section-dark .section-head h2 { color: var(--white); }

/* ── Gold bar ── */
.gold-bar { height: 4px; background: var(--gold); width: 100%; position: fixed; top: 0; z-index: 1000; }

/* ── NAV ── */
#nav {
  position: fixed; top: 4px; left: 0; right: 0; z-index: 500;
  padding: 18px 0; transition: background .3s, padding .3s;
}
#nav.solid {
  background: rgba(18,39,60,.94); backdrop-filter: blur(20px);
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; gap: 32px;
}
.nav-logo { display: flex; text-decoration: none; }
.nav-logo img { height: 38px; width: auto; }
.nav-links {
  list-style: none; display: flex; align-items: center; gap: 32px;
  margin: 0; padding: 0; margin-left: auto;
}
.nav-links a {
  color: rgba(255,255,255,.7); text-decoration: none;
  font-size: 14px; font-weight: 500; transition: color .2s;
}
.nav-links a:hover { color: var(--white); }
.nav-cta {
  background: var(--gold) !important; color: var(--black) !important;
  padding: 9px 20px; border-radius: 7px; font-weight: 700 !important;
}
.nav-cta:hover { background: var(--gold2) !important; }
.nav-email {
  color: rgba(255,255,255,.45); text-decoration: none;
  font-size: 13px; white-space: nowrap; transition: color .2s;
}
.nav-email:hover { color: var(--white); }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all .2s; }

/* ── HERO ── */
.hero {
  background: var(--black); min-height: 100svh;
  display: flex; align-items: center;
  padding: 120px 0 80px;
}
.hero-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 72px; align-items: center;
}
.hero-text .label { color: rgba(48,91,134,.8); }
.hero-text h1 {
  font-family: 'Inter', sans-serif; font-weight: 800;
  font-size: clamp(32px, 4.5vw, 60px); line-height: 1.08;
  letter-spacing: -2px; color: var(--white); margin: 20px 0 24px;
}
.hero-sub {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(15px, 1.4vw, 18px); color: rgba(255,255,255,.6);
  line-height: 1.75; margin-bottom: 36px; max-width: 560px;
}
.hero-btns { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.hero-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 28px; backdrop-filter: blur(12px);
}
.hc-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.hc-name { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.5); }
.hc-live { background: rgba(48,91,134,.15); color: var(--gold); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px; border: 1px solid rgba(48,91,134,.3); }
.hc-title { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.hc-subtitle { font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 20px; font-family: 'Lora', serif; }
.hc-divider { height: 1px; background: rgba(255,255,255,.08); margin-bottom: 16px; }
.hc-rows { display: flex; flex-direction: column; gap: 10px; }
.hc-row { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.hc-row span { color: rgba(255,255,255,.45); }
.hc-row strong { color: var(--white); font-weight: 600; }

/* ── STATS ── */
.stats-bar { background: var(--black); border-top: 1px solid rgba(255,255,255,.06); }
.stats-inner {
  max-width: var(--max); margin: 0 auto; padding: 36px 32px;
  display: flex; align-items: center; flex-wrap: wrap; gap: 24px 0;
}
.stat { display: flex; flex-direction: column; padding: 0 48px 0 0; }
.stat-n { font-family: 'Inter', sans-serif; font-weight: 800; font-size: clamp(24px, 2.5vw, 34px); color: var(--gold); letter-spacing: -1px; line-height: 1; }
.stat-l { font-size: 13px; color: rgba(255,255,255,.45); margin-top: 6px; max-width: 140px; line-height: 1.4; }
.stat-sep { width: 1px; height: 44px; background: rgba(255,255,255,.1); margin-right: 48px; flex-shrink: 0; }

/* ── PRENSA ── */
.press-bar { background: var(--cream); border-bottom: 1px solid var(--mist); padding: 24px 0; }
.press-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.press-label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.press-logos { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.press-logos span { font-size: 15px; font-weight: 700; color: #bbb; letter-spacing: .5px; }

/* ── BACKED BY ── */
.backed-by { background: var(--white); padding: 40px 0; border-bottom: 1px solid var(--mist); }
.backed-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; gap: 40px; flex-wrap: wrap;
}
.backed-label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.backed-logos { display: flex; gap: 32px; flex-wrap: wrap; align-items: flex-start; }
.backed-item { display: flex; flex-direction: column; gap: 2px; }
.backed-name { font-size: 14px; font-weight: 800; color: #aaa; letter-spacing: .3px; }
.backed-sub { font-size: 11px; color: #ccc; }

/* ── VALUE CARDS ── */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--mist); border-radius: var(--r); overflow: hidden; }
.value-card { background: var(--white); padding: 36px 28px; transition: background .2s; }
.value-card:hover { background: var(--cream); }
.vc-icon { width: 40px; height: 40px; margin-bottom: 20px; }
.value-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; }
.value-card p { font-family: 'Lora', Georgia, serif; font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ── PROCESO ── */
.proceso-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.06); border-radius: var(--r); overflow: hidden; }
.paso { background: rgba(255,255,255,.03); padding: 40px 28px; display: flex; flex-direction: column; gap: 16px; transition: background .2s; }
.paso:hover { background: rgba(255,255,255,.07); }
.paso-n { font-family: 'Inter', sans-serif; font-size: 56px; font-weight: 900; color: rgba(48,91,134,.15); line-height: 1; letter-spacing: -2px; }
.paso h3 { font-size: 18px; font-weight: 700; color: var(--white); }
.paso p { font-family: 'Lora', Georgia, serif; font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.7; flex: 1; }
.paso-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(48,91,134,.3); padding: 5px 12px; border-radius: 100px; align-self: flex-start; }

/* ── POR QUÉ AHORA ── */
.ahora-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ahora-card { background: var(--white); border: 1px solid var(--mist); border-radius: 14px; padding: 36px; transition: box-shadow .2s; }
.ahora-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.ahora-n { font-family: 'Inter', sans-serif; font-size: 44px; font-weight: 900; color: var(--mist); letter-spacing: -2px; margin-bottom: 16px; line-height: 1; }
.ahora-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; }
.ahora-card p { font-family: 'Lora', Georgia, serif; font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ── PROYECTO ── */
.proyecto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.proyecto-visual { position: relative; }
.proyecto-map { border-radius: 16px; overflow: hidden; background: var(--black); }
.proyecto-map svg { width: 100%; display: block; }
.proyecto-badge { position: absolute; top: 20px; left: 20px; background: var(--gold); color: var(--black); font-size: 12px; font-weight: 700; padding: 6px 16px; border-radius: 100px; }
.proyecto-loc { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.proyecto-desc { font-family: 'Lora', Georgia, serif; font-size: 16px; color: var(--muted); line-height: 1.75; margin-bottom: 28px; }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.spec { display: flex; flex-direction: column; gap: 3px; }
.sk { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.sv { font-size: 16px; font-weight: 700; color: var(--text); }
.proyecto-nota { display: flex; gap: 10px; align-items: flex-start; background: rgba(48,91,134,.08); border: 1px solid rgba(48,91,134,.2); border-radius: var(--r); padding: 14px 16px; font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 28px; line-height: 1.5; font-family: 'Inter', sans-serif; }
.proyecto-nota svg { flex-shrink: 0; margin-top: 1px; }

/* ── TECNOLOGÍA ── */
.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(255,255,255,.06); border-radius: var(--r); overflow: hidden; }
.tech-card { background: rgba(255,255,255,.03); padding: 36px 28px; border-radius: 0; transition: background .2s; }
.tech-card:hover { background: rgba(255,255,255,.07); }
.tech-num { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; color: var(--gold); letter-spacing: 1px; margin-bottom: 14px; }
.tech-card h3 { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.tech-card p { font-family: 'Lora', Georgia, serif; font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.7; }

/* ── EQUIPO ── */
.equipo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-bottom: 60px; }
.bio-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--black); color: var(--gold); font-size: 20px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.bio-body h3 { font-size: 22px; font-weight: 800; margin-bottom: 4px; }
.bio-role { font-size: 13px; font-weight: 700; color: var(--gold); margin-bottom: 16px; }
.bio-text { font-family: 'Lora', Georgia, serif; font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 20px; }
.bio-track { display: flex; gap: 10px; flex-wrap: wrap; }
.bio-track span { background: var(--cream); padding: 6px 12px; border-radius: 6px; font-size: 12px; font-weight: 700; color: var(--text); }
.equipo-team h3 { font-size: 22px; font-weight: 800; margin-bottom: 14px; }
.equipo-team > p { font-family: 'Lora', Georgia, serif; font-size: 15px; color: var(--muted); margin-bottom: 24px; line-height: 1.7; }
.team-items { display: flex; flex-direction: column; gap: 20px; }
.team-item { display: flex; gap: 14px; align-items: flex-start; }
.team-item svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.team-item div { font-size: 15px; color: var(--text); line-height: 1.5; }
.team-item strong { color: var(--text); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--mist); border-radius: var(--r); overflow: hidden; }
.tl-item { background: var(--white); padding: 28px; }
.tl-yr { font-family: 'Inter', sans-serif; font-size: 28px; font-weight: 900; color: var(--gold); display: block; margin-bottom: 10px; letter-spacing: -1px; }
.tl-text { font-family: 'Lora', Georgia, serif; font-size: 13px; color: var(--muted); line-height: 1.65; }
.tl-text strong { color: var(--text); }

/* ── VIDEO ── */
.video-section { background: var(--black); overflow: hidden; }
.video-header { text-align: center; padding: 72px 32px 40px; max-width: 800px; margin: 0 auto; }
.video-header h2 { color: var(--white); }
.video-wrap { position: relative; max-height: 560px; overflow: hidden; }
.video-wrap video { width: 100%; max-height: 560px; object-fit: cover; display: block; opacity: .5; }
.video-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(to bottom, rgba(18,39,60,.3), rgba(18,39,60,.1) 50%, rgba(18,39,60,.5)); padding: 32px; }
.video-overlay blockquote { font-family: 'Lora', Georgia, serif; font-size: clamp(17px, 2vw, 26px); font-style: italic; color: var(--white); text-align: center; max-width: 760px; line-height: 1.55; border-left: 3px solid var(--gold); padding-left: 24px; text-align: left; }
.video-stats { display: flex; background: var(--gold); }
.vstat { flex: 1; padding: 28px 32px; border-right: 1px solid rgba(18,39,60,.15); text-align: center; }
.vstat:last-child { border-right: none; }
.vn { display: block; font-family: 'Inter', sans-serif; font-size: clamp(24px, 2.5vw, 34px); font-weight: 900; color: var(--black); letter-spacing: -1px; margin-bottom: 6px; }
.vl { font-size: 13px; font-weight: 600; color: rgba(18,39,60,.6); line-height: 1.4; }

/* ── TESTIMONIOS ── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: var(--cream); border-radius: 14px; padding: 32px; display: flex; flex-direction: column; gap: 20px; transition: box-shadow .2s; }
.testi-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.testi-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; }
.testi-text { font-family: 'Lora', Georgia, serif; font-size: 15px; color: var(--muted); line-height: 1.75; flex: 1; }
.testi-author { display: flex; gap: 12px; align-items: center; }
.testi-av { width: 44px; height: 44px; border-radius: 50%; background: var(--black); color: var(--gold); font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testi-name { font-size: 15px; font-weight: 700; }
.testi-role { font-size: 13px; color: var(--muted); }

/* ── FORM ── */
.form-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.form-left h2 { color: var(--white); margin-bottom: 20px; }
.form-left > p { font-family: 'Lora', Georgia, serif; color: rgba(255,255,255,.55); font-size: 16px; line-height: 1.75; margin-bottom: 32px; }
.form-trust { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.ft-item { display: flex; gap: 12px; align-items: center; font-size: 15px; font-weight: 600; color: rgba(255,255,255,.75); }
.ft-item svg { width: 20px; height: 20px; flex-shrink: 0; }
.form-contact-direct p { font-size: 13px; color: rgba(255,255,255,.4); margin-bottom: 6px; }
.form-contact-direct a { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 16px; }
.form-box { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); }
.field input, .field select, .field textarea {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px; padding: 13px 16px; font-size: 15px;
  font-family: 'Inter', sans-serif; color: var(--white); outline: none;
  transition: border-color .2s; -webkit-appearance: none;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.25); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; }
.field select option { background: #1a1a2e; color: var(--white); }
.field textarea { resize: vertical; min-height: 88px; }
.check-field { flex-direction: row !important; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.check-field input[type=checkbox] { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; accent-color: var(--gold); }
.check-field label { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.5; font-weight: 400; cursor: pointer; }
.check-field a { color: var(--gold); }
.submit-btn { width: 100%; font-size: 16px; padding: 17px; }
.form-note { font-size: 12px; color: rgba(255,255,255,.3); text-align: center; margin-top: 12px; }
.form-success { text-align: center; padding: 60px 20px; }
.success-check { width: 64px; height: 64px; border-radius: 50%; background: rgba(48,91,134,.15); border: 2px solid var(--gold); color: var(--gold); font-size: 28px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.form-success h3 { color: var(--white); font-size: 24px; margin-bottom: 12px; }
.form-success p { color: rgba(255,255,255,.5); font-family: 'Lora', serif; }

/* ── FOOTER ── */
footer { background: #13161D; padding: 60px 0 0; }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-brand img { margin-bottom: 16px; }
.footer-brand p { font-family: 'Lora', Georgia, serif; font-size: 14px; color: rgba(255,255,255,.4); line-height: 1.7; margin-bottom: 10px; }
.footer-brand a { color: var(--gold); text-decoration: none; }
.footer-brand strong { color: rgba(255,255,255,.6); }
.footer-col h4 { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: rgba(255,255,255,.4); text-decoration: none; font-size: 14px; transition: color .2s; }
.footer-col a:hover { color: var(--white); }
.footer-disclaimer { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-disclaimer p { font-family: 'Lora', Georgia, serif; font-size: 12px; color: rgba(255,255,255,.25); line-height: 1.7; max-width: 900px; }
.footer-bottom { padding: 20px 0; display: flex; justify-content: center; }
.footer-bottom span { font-size: 12px; color: rgba(255,255,255,.2); }

/* ── ANIMATIONS ── */
[data-anim] { opacity: 0; transform: translateY(20px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
[data-anim].visible { opacity: 1; transform: none; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-card-wrap { max-width: 480px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .proceso-grid { grid-template-columns: repeat(2, 1fr); }
  .equipo-grid { grid-template-columns: 1fr; gap: 48px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: 0; right: 0; bottom: 0; width: min(300px, 85vw); background: rgba(18,39,60,.98); padding: 80px 32px 32px; gap: 24px; transform: translateX(100%); transition: transform .3s var(--ease); border-left: 1px solid rgba(255,255,255,.08); z-index: 300; }
  .nav-links.open { display: flex; transform: translateX(0); }
  .nav-links a { font-size: 18px; color: var(--white) !important; }
  .nav-cta { width: 100%; justify-content: center !important; padding: 14px 20px !important; }
  .nav-email { display: none; }
  .nav-burger { display: flex; }
  .hero-inner { padding: 0 20px; }
  .stats-inner { gap: 20px; }
  .stat-sep { display: none; }
  .stat { padding: 0; min-width: 45%; }
  .ahora-grid { grid-template-columns: 1fr; }
  .proyecto-grid { grid-template-columns: 1fr; gap: 40px; }
  .tech-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .form-layout { grid-template-columns: 1fr; gap: 48px; }
  .form-row { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .video-stats { flex-direction: column; }
  .vstat { border-right: none; border-bottom: 1px solid rgba(18,39,60,.15); }
  .vstat:last-child { border-bottom: none; }
}
@media (max-width: 480px) {
  .value-grid { grid-template-columns: 1fr; }
  .proceso-grid { grid-template-columns: 1fr; }
  .specs { grid-template-columns: 1fr; }
  .backed-logos { gap: 20px; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .btn-gold, .btn-ghost { width: 100%; justify-content: center; }
  .form-box { padding: 24px 16px; }
}

/* ══════════════════════════════
   INVERSIONES (estilo Simplifika)
══════════════════════════════ */
.inv-filters {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px;
}
.inv-filter {
  background: none; border: 1px solid var(--mist);
  border-radius: 100px; padding: 8px 20px;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600;
  color: var(--muted); cursor: pointer; transition: all .2s;
}
.inv-filter:hover { border-color: var(--gold); color: var(--text); }
.inv-filter.active { background: var(--gold); border-color: var(--gold); color: var(--black); }
.inv-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.inv-card {
  border: 1px solid var(--mist); border-radius: 14px; padding: 28px;
  display: flex; flex-direction: column; gap: 20px;
  transition: box-shadow .2s, transform .2s;
}
.inv-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-2px); }
.inv-card.hidden { display: none; }
.inv-card-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 8px; }
.inv-status { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; }
.inv-status.captando { background: rgba(48,91,134,.15); color: var(--gold); border: 1px solid rgba(48,91,134,.3); }
.inv-status.desarrollo { background: rgba(100,100,200,.1); color: #6666cc; border: 1px solid rgba(100,100,200,.2); }
.inv-status.operacion { background: rgba(50,180,100,.1); color: #2a9d5c; border: 1px solid rgba(50,180,100,.2); }
.inv-city { font-size: 12px; color: var(--muted); font-weight: 600; }
.inv-card-title { font-size: 20px; font-weight: 800; }
.inv-card-meta { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.inv-meta-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--mist); font-size: 14px; }
.inv-meta-row:last-child { border-bottom: none; }
.imk { color: var(--muted); }
.imv { font-weight: 700; text-align: right; }
.gold-text { color: var(--gold); }
.inv-card-coming p { font-family: 'Lora', Georgia, serif; font-size: 15px; color: var(--muted); line-height: 1.7; flex: 1; }
.inv-card-btn {
  display: inline-flex; align-items: center;
  color: var(--gold); font-size: 14px; font-weight: 700;
  text-decoration: none; transition: gap .2s;
}
.inv-card-btn:hover { gap: 4px; }

/* ══════════════════════════════
   FAQs
══════════════════════════════ */
.faq-grid { display: flex; flex-direction: column; gap: 0; max-width: 860px; }
.faq-item { border-bottom: 1px solid var(--mist); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; gap: 16px;
  font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 700;
  color: var(--text); text-align: left; transition: color .2s;
}
.faq-q:hover { color: var(--gold); }
.faq-arrow { width: 20px; height: 20px; flex-shrink: 0; color: var(--gold); transition: transform .3s; }
.faq-q[aria-expanded="true"] .faq-arrow { transform: rotate(180deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .35s ease, padding .35s ease; }
.faq-a.open { max-height: 400px; padding-bottom: 20px; }
.faq-a p { font-family: 'Lora', Georgia, serif; font-size: 15px; color: var(--muted); line-height: 1.75; }
.faq-a strong { color: var(--text); }

@media (max-width: 768px) {
  .inv-grid { grid-template-columns: 1fr; }
  .faq-q { font-size: 15px; }
}

/* ══════════════════════════════
   VÍDEO EMOCIONAL
══════════════════════════════ */
.emo-section { background: var(--black); overflow: hidden; }
.emo-text {
  text-align: center; padding: 72px 32px 40px;
  max-width: 700px; margin: 0 auto;
}
.emo-text h2 {
  font-family: 'Inter', sans-serif; font-weight: 900;
  font-size: clamp(36px, 5vw, 62px); line-height: 1.05;
  letter-spacing: -2px; color: var(--white); margin: 16px 0 20px;
}
.emo-text p {
  font-family: 'Lora', Georgia, serif;
  font-size: 17px; color: rgba(255,255,255,.55); line-height: 1.75;
}
.emo-video-wrap { position: relative; max-height: 600px; overflow: hidden; }
.emo-video-wrap video {
  width: 100%; max-height: 600px; object-fit: cover;
  display: block; opacity: .55;
}
.emo-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: flex-start;
  padding: 48px 10%;
  background: linear-gradient(to right, rgba(18,39,60,.75) 0%, rgba(18,39,60,.2) 60%, transparent 100%);
}
.emo-overlay blockquote {
  font-family: 'Lora', Georgia, serif;
  font-style: italic; font-size: clamp(18px, 2.2vw, 28px);
  color: var(--white); line-height: 1.5; max-width: 560px;
  border-left: 4px solid var(--gold); padding-left: 24px;
}
.emo-stats {
  display: flex; background: var(--gold);
}
.estat {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 28px 20px; text-align: center;
  border-right: 1px solid rgba(18,39,60,.15);
}
.estat:last-child { border-right: none; }
.en {
  font-family: 'Inter', sans-serif; font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900; color: var(--black); letter-spacing: -1px;
  line-height: 1; margin-bottom: 8px;
}
.el { font-size: 13px; font-weight: 600; color: rgba(18,39,60,.6); line-height: 1.4; max-width: 160px; }

@media (max-width: 640px) {
  .emo-stats { flex-direction: column; }
  .estat { border-right: none; border-bottom: 1px solid rgba(18,39,60,.15); }
  .estat:last-child { border-bottom: none; }
  .emo-video-wrap { max-height: 380px; }
  .emo-video-wrap video { max-height: 380px; }
}

/* ══════════════════════════════
   PORTFOLIO / INVERSIONES v2
══════════════════════════════ */
.sh-sub {
  font-family: 'Lora', Georgia, serif;
  color: var(--muted); font-size: 16px; line-height: 1.75; margin-top: 12px;
}
.pf-filters {
  display: flex; gap: 32px; flex-wrap: wrap; margin-bottom: 16px;
  padding-bottom: 24px; border-bottom: 1px solid var(--mist);
}
.pf-filter-group { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.pf-filter-label {
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--muted); white-space: nowrap;
}
.pf-filter-btns { display: flex; gap: 6px; flex-wrap: wrap; }
.pf-btn {
  background: none; border: 1px solid var(--mist); border-radius: 100px;
  padding: 6px 16px; font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer;
  transition: all .2s;
}
.pf-btn:hover { border-color: var(--gold); color: var(--text); }
.pf-btn.active { background: var(--gold); border-color: var(--gold); color: var(--black); }
.pf-tagline {
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--muted);
  text-align: right; margin-bottom: 32px;
}
.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pf-card {
  border: 1px solid var(--mist); border-radius: 14px; overflow: hidden;
  transition: box-shadow .25s, transform .25s;
  display: flex; flex-direction: column;
}
.pf-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,.12); transform: translateY(-3px); }
.pf-card.hidden { display: none; }
.pf-card-img { position: relative; overflow: hidden; }
.pf-card-img svg { width: 100%; display: block; }
.pf-status-badge {
  position: absolute; top: 14px; left: 14px;
  font-size: 11px; font-weight: 700; letter-spacing: .8px;
  text-transform: uppercase; padding: 5px 12px; border-radius: 100px;
}
.pf-status-badge.captando { background: rgba(48,91,134,.9); color: #000; }
.pf-status-badge.desarrollo { background: rgba(20,20,40,.85); color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.15); }
.pf-status-badge.operacion { background: rgba(30,160,80,.85); color: #fff; }
.pf-status-badge.desinvertido { background: rgba(100,100,120,.85); color: #fff; }
.pf-card-body { padding: 24px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.pf-card-top { display: flex; flex-direction: column; gap: 4px; }
.pf-card-top h3 { font-size: 19px; font-weight: 800; color: var(--text); }
.pf-city { font-size: 12px; font-weight: 600; color: var(--muted); letter-spacing: .5px; }
.pf-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; flex: 1; }
.pf-spec {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px 0; border-bottom: 1px solid var(--mist);
}
.pf-spec:nth-child(odd) { padding-right: 12px; }
.pf-spec:nth-last-child(-n+2) { border-bottom: none; }
.psk { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }
.psv { font-size: 14px; font-weight: 700; color: var(--text); }
.psgold { color: var(--gold); }
.pf-card-link {
  display: inline-flex; align-items: center; color: var(--gold);
  font-size: 14px; font-weight: 700; text-decoration: none;
  margin-top: auto; transition: letter-spacing .2s;
}
.pf-card-link:hover { letter-spacing: .5px; }

@media (max-width: 900px) { .pf-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .pf-grid { grid-template-columns: 1fr; }
  .pf-filters { flex-direction: column; gap: 16px; }
}

/* ══════════════════════════════
   TEAM GRID 4 COLS
══════════════════════════════ */
.equipo-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.equipo-grid-4 .equipo-bio {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border-radius: var(--r);
  padding: 28px 24px;
  border: 1px solid var(--mist);
  transition: box-shadow .2s, transform .2s;
}
.equipo-grid-4 .equipo-bio:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,.09);
  transform: translateY(-3px);
}
.equipo-grid-4 .bio-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  flex-shrink: 0;
}
.equipo-grid-4 .bio-body h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
}
.equipo-grid-4 .bio-role {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.equipo-grid-4 .bio-text {
  font-family: 'Lora', Georgia, serif;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}
.equipo-grid-4 .bio-track {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.equipo-grid-4 .bio-track span {
  background: var(--white);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  border: 1px solid var(--mist);
}
@media (max-width: 1024px) {
  .equipo-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .equipo-grid-4 { grid-template-columns: 1fr; }
}

/* ══════════════════════════════
   TESTIMONIAL PHOTOS
══════════════════════════════ */
.testi-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--mist);
}

/* ══════════════════════════════
   DOS FORMAS DE INVERTIR
══════════════════════════════ */
.inv-mode-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.inv-mode-card {
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid var(--mist);
  transition: box-shadow .2s, transform .2s;
}
.inv-mode-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,.1);
  transform: translateY(-3px);
}
.inv-mode-equity { background: var(--cream); }
.inv-mode-deuda  { background: var(--black); }
.inv-mode-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.inv-mode-icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: rgba(48,91,134,.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.inv-mode-icon-deuda {
  background: rgba(255,255,255,.08);
  color: #6aabff;
}
.inv-mode-tag {
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
.inv-mode-tag-deuda { color: #6aabff; }
.inv-mode-card h3 {
  font-size: 19px; font-weight: 800;
  letter-spacing: -.02em;
  font-family: 'Inter', sans-serif;
  color: var(--black);
  line-height: 1.25;
}
.inv-mode-deuda h3 { color: var(--white); }
.inv-mode-desc {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px; line-height: 1.75;
  color: var(--muted);
}
.inv-mode-deuda .inv-mode-desc { color: rgba(255,255,255,.5); }
.inv-mode-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  background: rgba(0,0,0,.04);
  border-radius: 10px;
  padding: 16px;
}
.inv-mode-deuda .inv-mode-stats { background: rgba(255,255,255,.05); }
.inv-mode-stat {
  display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 4px;
}
.ims-val {
  font-size: 20px; font-weight: 900;
  letter-spacing: -.04em;
  color: var(--gold);
  font-family: 'Inter', sans-serif;
  line-height: 1;
}
.ims-val-deuda { color: #6aabff; }
.ims-label {
  font-size: 11px; color: var(--muted);
  line-height: 1.35; font-weight: 500;
}
.inv-mode-deuda .ims-label { color: rgba(255,255,255,.35); }
.inv-mode-pros {
  display: flex; flex-direction: column; gap: 8px;
}
.inv-mode-pro {
  font-size: 13px; font-weight: 600;
  color: var(--text);
}
.inv-mode-deuda .inv-mode-pro { color: rgba(255,255,255,.65); }

@media (max-width: 768px) {
  .inv-mode-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════
   YOUTUBE VIDEO WRAPPER
══════════════════════════════ */
.video-wrap-yt {
  position: relative;
  padding-bottom: 42%;
  height: 0;
  overflow: hidden;
}
.video-wrap-yt iframe {
  position: absolute;
  top: -10%; left: -5%;
  width: 110%; height: 120%;
  pointer-events: none;
}
.video-wrap-yt .video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* ── Language switcher ── */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 8px;
}
.lang-btn {
  background: none;
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.5);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s;
}
.lang-btn:hover { color: var(--white); border-color: rgba(255,255,255,.5); }
.lang-btn.lang-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
#nav.solid .lang-btn { color: var(--muted); border-color: var(--mist); }
#nav.solid .lang-btn:hover { color: var(--text); border-color: var(--gold); }
#nav.solid .lang-btn.lang-active { background: var(--gold); border-color: var(--gold); color: var(--white); }
.lang-sep { color: rgba(255,255,255,.2); font-size: 11px; padding: 0 1px; }
#nav.solid .lang-sep { color: var(--mist); }
