:root {
  color-scheme: light;
  --bg: #f7f4ed; --ink: #1c1a16; --card: #ffffff; --secondary: #efeadf;
  --secondary-hover: #f1ece1; --muted: #6b665c; --border: #e8e3d8;
  --border-strong: #d9d2c4; --critical: #963527; --medium: #8f6a1b; --ok: #55705c;
  --brand: #b85c3f; --radius: 6px;
  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --maxw: 1080px;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.tnum { font-variant-numeric: tabular-nums; }
.sc { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.serif { font-family: var(--serif); font-weight: 400; }
em.accent { color: var(--brand); font-style: italic; }
a { color: inherit; }
h2.big { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.4vw, 2.5rem); line-height: 1.12; letter-spacing: -0.01em; text-wrap: balance; margin: 14px 0 16px; }

header.bar { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: saturate(120%) blur(8px); border-bottom: 1px solid var(--border); }
.bar-in { display: flex; align-items: center; justify-content: space-between; height: 60px; }
.wordmark { font-family: var(--serif); font-size: 22px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
.wordmark .dot { color: var(--brand); }
nav.bar-nav { display: flex; align-items: center; gap: 24px; }
nav.bar-nav a { text-decoration: none; font-size: 13px; color: var(--muted); transition: color .15s; }
nav.bar-nav a:hover { color: var(--ink); }
@media (max-width: 760px) { .nav-hide { display: none; } }

.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 13px; font-weight: 500; padding: 9px 16px; border-radius: var(--radius); text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background .15s, border-color .15s, transform .05s; }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: #2b2822; }
.btn-primary:active { transform: translateY(1px); }
.btn-ghost { border-color: var(--border-strong); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--secondary-hover); }
.btn-lg { padding: 12px 22px; font-size: 14px; }

.hero { padding: 92px 0 60px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.eyebrow .rule { height: 1px; width: 34px; background: var(--brand); }
h1.hero-h { font-family: var(--serif); font-weight: 400; font-size: clamp(2.5rem, 6.2vw, 4.4rem); line-height: 1.04; letter-spacing: -0.015em; text-wrap: balance; margin: 0 0 24px; max-width: 15ch; }
.hero-sub { font-size: clamp(1.02rem, 1.6vw, 1.2rem); color: var(--muted); line-height: 1.55; max-width: 54ch; margin: 0 0 34px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.authority { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.authority .cell { padding: 22px 0; }
.authority .cell + .cell { border-left: 1px solid var(--border); padding-left: 26px; }
.authority .num { font-family: var(--serif); font-size: 26px; line-height: 1; margin-bottom: 8px; }
.authority .lbl { font-size: 12.5px; color: var(--muted); line-height: 1.4; }
@media (max-width: 640px) { .authority { grid-template-columns: 1fr; } .authority .cell + .cell { border-left: 0; padding-left: 0; border-top: 1px solid var(--border); } }

section { padding: 72px 0; }
.sec-head { max-width: 62ch; margin-bottom: 40px; }
.sec-head p { color: var(--muted); font-size: 1.05rem; margin: 0; max-width: 56ch; }

.promise { border-top: 1px solid var(--border); }
.pull { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.15rem); line-height: 1.28; letter-spacing: -0.01em; text-wrap: balance; margin: 0; max-width: 26ch; }
.promise-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.promise-body p { color: var(--muted); margin: 0 0 16px; }
.promise-body p:last-child { margin-bottom: 0; }
@media (max-width: 780px) { .promise-grid { grid-template-columns: 1fr; gap: 30px; } }

/* Recorrido — cómo funciona, paso a paso */
.journey { border-top: 1px solid var(--border); }
.phase { display: grid; grid-template-columns: 74px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--border); align-items: baseline; }
.phase:first-of-type { border-top: 1px solid var(--border); }
.phase .idx { font-family: var(--serif); font-size: 22px; color: var(--brand); }
.phase h3 { font-family: var(--serif); font-weight: 500; font-size: 1.35rem; margin: 0 0 8px; letter-spacing: -0.005em; }
.phase p { margin: 0; color: var(--muted); max-width: 64ch; }
@media (max-width: 560px) { .phase { grid-template-columns: 46px 1fr; gap: 16px; } }

/* Qué incluye — filas de capacidad */
.includes { border-top: 1px solid var(--border); }
.cap { display: grid; grid-template-columns: minmax(180px, 260px) 1fr; gap: 32px; padding: 24px 0; border-bottom: 1px solid var(--border); align-items: baseline; }
.cap:first-of-type { border-top: 1px solid var(--border); }
.cap h4 { font-family: var(--serif); font-weight: 500; font-size: 1.18rem; margin: 0; letter-spacing: -0.005em; }
.cap p { margin: 0; color: var(--muted); max-width: 60ch; }
@media (max-width: 640px) { .cap { grid-template-columns: 1fr; gap: 8px; } }

.areas-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.chip { font-size: 13px; padding: 7px 14px; border: 1px solid var(--border-strong); border-radius: 999px; color: var(--ink); background: var(--card); }

/* Diferenciador */
.diff { background: var(--secondary); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.diff .sc.terr { color: var(--brand); }
.diff h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 3.2vw, 2.4rem); line-height: 1.16; margin: 14px 0 18px; text-wrap: balance; max-width: 20ch; }
.diff p { color: var(--muted); max-width: 58ch; margin: 0; font-size: 1.05rem; }

/* Confidencialidad — filas, sin caja */
.confid { border-top: 1px solid var(--border); }
.confid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--border); }
.confid-grid .item { padding: 26px 26px 26px 0; border-right: 1px solid var(--border); }
.confid-grid .item:last-child { border-right: 0; }
.confid-grid h4 { font-family: var(--serif); font-weight: 500; font-size: 1.1rem; margin: 0 0 8px; }
.confid-grid p { margin: 0; color: var(--muted); font-size: 0.96rem; }
@media (max-width: 720px) { .confid-grid { grid-template-columns: 1fr; } .confid-grid .item { border-right: 0; border-bottom: 1px solid var(--border); padding: 22px 0; } .confid-grid .item:last-child { border-bottom: 0; } }

/* Precios */
.pricing { border-top: 1px solid var(--border); }
.price-note { color: var(--muted); font-size: 0.98rem; margin: 0 0 30px; max-width: 58ch; }
.plans { border-top: 1px solid var(--border-strong); }
.plan { display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center; padding: 24px 4px; border-bottom: 1px solid var(--border); }
.plan .pname { display: flex; align-items: baseline; gap: 12px; }
.plan .pname .name { font-family: var(--serif); font-size: 1.5rem; }
.plan .pname .tag { font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand); font-weight: 600; }
.plan .window { color: var(--muted); font-size: 0.95rem; justify-self: start; }
.plan .price { font-family: var(--serif); font-size: 1.7rem; justify-self: end; }
.plan .price .cur { font-size: 0.9rem; color: var(--muted); margin-right: 3px; vertical-align: 0.35em; }
@media (max-width: 640px) { .plan { grid-template-columns: 1fr auto; row-gap: 6px; } .plan .window { grid-column: 1 / -1; justify-self: start; order: 3; } }
.anchor { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--border); color: var(--muted); font-size: 1.05rem; line-height: 1.6; max-width: 64ch; }
.anchor strong { color: var(--ink); font-weight: 600; }

/* FAQ */
.faq { border-top: 1px solid var(--border); }
.qa { padding: 24px 0; border-bottom: 1px solid var(--border); }
.qa:first-of-type { border-top: 1px solid var(--border); }
.qa h4 { font-family: var(--serif); font-weight: 500; font-size: 1.2rem; margin: 0 0 8px; }
.qa p { margin: 0; color: var(--muted); max-width: 68ch; }

/* CTA + formulario */
.final { background: var(--ink); color: var(--bg); }
.final .wrap { padding-top: 76px; padding-bottom: 84px; }
.final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 820px) { .final-grid { grid-template-columns: 1fr; gap: 40px; } }
.final h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.12; margin: 14px 0 16px; text-wrap: balance; max-width: 18ch; }
.final .lead-in { color: #cfc7b8; max-width: 44ch; margin: 0; }
.final .sc { color: #a79f90; }
form.lead { display: flex; flex-direction: column; gap: 14px; }
form.lead label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #a79f90; }
form.lead input, form.lead textarea { font-family: var(--sans); font-size: 15px; color: #f7f4ed; background: #26231e; border: 1px solid #3c382f; border-radius: var(--radius); padding: 11px 13px; width: 100%; }
form.lead input:focus, form.lead textarea:focus { outline: none; border-color: var(--brand); }
form.lead textarea { resize: vertical; min-height: 92px; }
form.lead button { margin-top: 4px; background: var(--brand); color: #fff; border: 0; border-radius: var(--radius); font-family: var(--sans); font-size: 14px; font-weight: 500; padding: 13px 20px; cursor: pointer; transition: background .15s; }
form.lead button:hover { background: #a8502f; }
form.lead button:disabled { opacity: .6; cursor: default; }
.form-note { font-size: 12px; color: #8d8577; margin: 2px 0 0; }
.form-done { color: #f7f4ed; }
.form-done h3 { font-family: var(--serif); font-weight: 500; font-size: 1.4rem; margin: 0 0 8px; }
.form-done p { color: #cfc7b8; margin: 0; }
.form-err { color: #e6a08c; font-size: 13px; margin: 2px 0 0; }

footer.foot { border-top: 1px solid var(--border); }
.foot-in { display: flex; align-items: center; justify-content: space-between; padding: 26px 0; flex-wrap: wrap; gap: 12px; }
.foot .wordmark { font-size: 16px; }
.foot small { color: var(--muted); font-size: 12.5px; }

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(10px); animation: rise .7s cubic-bezier(.2,.7,.3,1) forwards; }
  .d1 { animation-delay: .05s; } .d2 { animation-delay: .13s; } .d3 { animation-delay: .21s; } .d4 { animation-delay: .29s; }
  @keyframes rise { to { opacity: 1; transform: none; } }
}
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 3px; }
