/* ============================================================
   Manitas — hoja de estilos única del sitio (22-ago-2026)
   Base: prototipo-v2/styles.css (tokens y componentes tal cual)
   + componentes de producción para las páginas interiores.
   Tipografía: pila nativa del sistema, sin solicitudes externas.
   ============================================================ */

:root {
  --ink: #14213d;
  --ink-soft: #40506b;
  --navy: #16284b;
  --navy-deep: #0e1c36;
  --cream: #fbf7f2;
  --cream-dark: #f2e9df;
  --paper: #ffffff;
  --terra: #e35a2b;
  --terra-dark: #a93d18;
  --terra-soft: #fff0ea;
  --green: #25d366;
  --green-dark: #06351b;
  --line: #e5ded6;
  --warning: #fff5d8;
  --warning-line: #e4ba3b;
  --amber: #f5a623;
  --amber-soft: #fff3df;
  --amber-line: #e8bb6a;
  --amber-ink: #6b4708;
  --field-line: #7d8798;
  --focus: #0b6ee8;
  --focus-light: #ffd8c8;
  --shadow: 0 22px 60px rgb(22 40 75 / 0.11);
  --shadow-small: 0 10px 28px rgb(22 40 75 / 0.07);
  --radius-large: 24px;
  --radius: 16px;
  --shell: 1120px;
  --prose: 72ch;
  --font-title: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ---------- Base ---------- */

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

button, input, textarea, select { font: inherit; }
a { color: inherit; }
img, svg { max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--font-title); line-height: 1.12; letter-spacing: -0.02em; font-weight: 700; }
h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(2.35rem, 4.2vw, 3.55rem); font-weight: 800; text-wrap: balance; }
h2 { margin-bottom: 18px; font-size: clamp(1.85rem, 3.2vw, 2.75rem); text-wrap: balance; }
h3 { margin-bottom: 12px; font-size: 1.35rem; letter-spacing: -0.01em; text-wrap: balance; }
h4 { margin-bottom: 10px; font-size: 1.05rem; letter-spacing: 0; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-tight { padding: 68px 0; }
.section-cream { background: var(--cream); }
.section-white { background: var(--paper); }
.section-navy { color: white; background: var(--navy-deep); }
.section-navy p { color: #bdc8d9; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-160%); border-radius: 8px; color: white; background: var(--navy); }
.skip-link:focus { transform: translateY(0); }
main [id] { scroll-margin-top: 94px; }

:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.process-section :focus-visible,
.section-navy :focus-visible,
.proof-strip :focus-visible,
.final-cta :focus-visible,
.site-footer :focus-visible { outline-color: var(--focus-light); }

/* ---------- Header y navegación ---------- */

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgb(22 40 75 / 0.09); background: rgb(255 255 255 / 0.94); backdrop-filter: blur(14px); }
.nav-shell { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: auto; height: auto; }
.brand-logo-header { width: 176px; }
.brand-logo-footer { width: 200px; }
.main-nav { display: flex; align-items: center; gap: 20px; }
.main-nav > a:not(.button) { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 2px; color: var(--ink-soft); font-size: 0.92rem; font-weight: 650; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--terra-dark); }
.main-nav > a[aria-current="page"] { color: var(--terra-dark); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
.menu-toggle span[aria-hidden] { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform 180ms ease, opacity 180ms ease; }

/* ---------- Botones y enlaces ---------- */

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 21px; border: 2px solid var(--terra-dark); border-radius: 12px; color: white; background: var(--terra-dark); box-shadow: 0 9px 20px rgb(169 61 24 / 0.17); font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); background: #8f3011; box-shadow: 0 14px 30px rgb(169 61 24 / 0.22); }
.button:disabled { transform: none; opacity: 0.58; cursor: not-allowed; box-shadow: none; }
.button-small { min-height: 44px; padding: 9px 16px; border-radius: 11px; font-size: 0.88rem; }
.button-full { width: 100%; }
.button-secondary { color: var(--navy); border-color: var(--navy); background: transparent; box-shadow: none; }
.button-secondary:hover { color: white; background: var(--navy); }
.button-light { color: var(--navy); border-color: white; background: white; box-shadow: none; }
.button-light:hover { color: white; border-color: var(--terra-dark); background: var(--terra-dark); }
.button-ghost { min-height: 44px; padding: 10px 16px; border: 2px solid var(--navy); border-radius: 11px; color: var(--navy); background: white; box-shadow: none; font-size: 0.88rem; }
.button-ghost:hover { color: white; background: var(--navy); }
.button-whatsapp { color: #0b141a; border-color: var(--green); background: var(--green); box-shadow: 0 10px 24px rgb(37 211 102 / 0.24); }
.button-whatsapp:hover { color: #07110c; border-color: #1fbd59; background: #1fbd59; box-shadow: 0 14px 30px rgb(37 211 102 / 0.3); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--terra-dark); font-weight: 800; text-underline-offset: 4px; }

/* ---------- Hero de portada ---------- */

.hero { position: relative; overflow: hidden; padding: 76px 0 74px; background: linear-gradient(135deg, var(--cream) 0%, #fff 58%, #f9eee7 100%); }
.hero::before { position: absolute; width: 520px; height: 520px; top: -250px; right: -130px; border: 1px solid rgb(227 90 43 / 0.23); border-radius: 50%; box-shadow: 0 0 0 72px rgb(227 90 43 / 0.05), 0 0 0 145px rgb(227 90 43 / 0.035); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.72fr); align-items: center; gap: clamp(44px, 6vw, 72px); }
.eyebrow { margin-bottom: 18px; color: var(--terra-dark); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow-light { color: #ffd8c8; }
.hero-lead { max-width: 640px; margin-bottom: 26px; color: var(--ink-soft); font-size: clamp(1.04rem, 1.7vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 22px; margin-top: 24px; margin-bottom: 24px; }
.page-hero .hero-actions { margin-bottom: 0; }
.cta-availability { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); font-size: 0.84rem; font-weight: 700; }
.cta-availability::before { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); content: ""; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0; padding: 0; color: var(--ink-soft); font-size: 0.9rem; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list span { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--green-dark); background: #bcf6d0; font-size: 0.78rem; font-weight: 900; }

/* ---------- Cabecera de página interior ---------- */

.page-hero { position: relative; overflow: hidden; padding: 28px 0 54px; background: linear-gradient(150deg, var(--cream) 0%, #fff 62%, #f9eee7 100%); border-bottom: 1px solid var(--line); }
.page-hero .breadcrumbs { position: relative; margin-bottom: 16px; padding-top: 0; }
.page-hero::before { position: absolute; width: 420px; height: 420px; top: -230px; right: -120px; border: 1px solid rgb(227 90 43 / 0.2); border-radius: 50%; box-shadow: 0 0 0 60px rgb(227 90 43 / 0.045), 0 0 0 120px rgb(227 90 43 / 0.03); content: ""; }
.page-hero-inner { position: relative; max-width: 800px; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(2.1rem, 4.4vw, 3.5rem); }
.page-hero .lead { margin-bottom: 0; }
.lead { max-width: var(--prose); color: var(--ink-soft); font-size: clamp(1.05rem, 1.6vw, 1.2rem); }

/* ---------- Migas de pan ---------- */

.breadcrumbs { padding: 16px 0 0; font-size: 0.82rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; margin: 0; padding: 0; color: var(--ink-soft); list-style: none; }
.breadcrumbs li { display: flex; align-items: center; gap: 10px; }
.breadcrumbs li:not(:first-child)::before { color: #8e97a8; content: "/"; }
.breadcrumbs a { color: var(--ink-soft); text-decoration: none; text-underline-offset: 3px; }
.breadcrumbs a:hover { color: var(--terra-dark); text-decoration: underline; }
.breadcrumbs [aria-current="page"] { color: var(--navy); font-weight: 700; }

/* ---------- Sección de contenido (prosa 72ch) ----------
   Los hijos directos del .shell se limitan a 72ch de ancho.
   Para bloques anchos (grids, tarjetas) usar .full-width o los
   componentes de rejilla, que ya vienen liberados.            */

.content-section { padding: 68px 0; }
.content-section > .shell > * { max-width: var(--prose); }
.content-section > .shell > .full-width,
.content-section > .shell > .symptom-grid,
.content-section > .shell > .card-grid,
.content-section > .shell > .service-grid,
.content-section > .shell > .steps,
.content-section > .shell > .split-panel,
.content-section > .shell > .status-list,
.content-section > .shell > .faq-list,
.content-section > .shell > .evidence-list,
.content-section > .shell > .section-heading { max-width: none; }
.content-section h2 { margin-bottom: 16px; font-size: clamp(1.7rem, 2.8vw, 2.25rem); }
.content-section h2:not(:first-child) { margin-top: 44px; }
.content-section h3 { margin-top: 32px; font-size: 1.2rem; }
.content-section p { color: var(--ink-soft); }
.content-section > .shell > p:last-child { margin-bottom: 0; }
.content-section ul, .content-section ol { margin: 0 0 20px; padding-left: 22px; color: var(--ink-soft); }
.content-section li { margin-bottom: 8px; }
.content-section strong { color: var(--ink); }

/* ---------- Bloque de respuesta directa (GEAF) ---------- */

.answer-box { margin: 0 0 32px; padding: 26px 30px; border: 1px solid rgb(227 90 43 / 0.32); border-left: 5px solid var(--terra-dark); border-radius: var(--radius); background: var(--terra-soft); }
.answer-box > *:last-child { margin-bottom: 0; }
.answer-box h2, .answer-box h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.3rem; letter-spacing: -0.01em; }
.answer-box .answer-question { margin-bottom: 8px; color: var(--terra-dark); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.answer-box p { max-width: 68ch; color: #55341f; font-size: 1.02rem; }
.answer-box strong { color: #3f2515; }

/* ---------- Rejilla de síntomas ---------- */

.symptom-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin: 0 0 8px; padding: 0; list-style: none; }
.symptom-grid > li, .symptom-card { display: grid; align-content: start; gap: 6px; padding: 24px 24px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow-small); }
.symptom-grid .symptom-icon { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 8px; border-radius: 12px 12px 12px 3px; color: white; background: var(--terra-dark); font-size: 1.1rem; font-weight: 900; }
.symptom-grid h3 { margin: 0 0 4px; font-size: 1.08rem; }
.symptom-grid p { margin: 0; color: var(--ink-soft); font-size: 0.94rem; }

/* ---------- Tarjetas informativas genéricas ---------- */

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin: 0 0 8px; padding: 0; list-style: none; }
.info-card { display: grid; align-content: start; gap: 6px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-small); }
.info-card h3 { margin-bottom: 6px; font-size: 1.15rem; }
.info-card p:last-child { margin-bottom: 0; }
.info-card p { color: var(--ink-soft); }
.info-card-cream { background: var(--cream); }
.info-card-navy { color: white; border-color: var(--navy); background: var(--navy); }
.info-card-navy p { color: #dbe2ee; }

/* ---------- Avisos ---------- */

.notice-card { display: flex; align-items: flex-start; gap: 18px; margin: 28px 0; padding: 22px 26px; border: 1px solid rgb(227 90 43 / 0.3); border-radius: var(--radius); background: var(--terra-soft); }
.notice-card > div > *:last-child { margin-bottom: 0; }
.notice-card strong { display: block; color: var(--navy); font-family: var(--font-title); font-size: 1.05rem; font-weight: 700; }
.notice-card p { margin: 6px 0 0; color: #55341f; }
.notice-card .note-icon { color: white; background: var(--terra-dark); }
.notice-card-alert { border-color: #e7c765; background: var(--warning); }
.notice-card-alert p { color: #5a4922; }
.notice-card-alert .note-icon { color: #302600; background: #f6ce4f; }

.safety-note { display: flex; align-items: flex-start; gap: 18px; margin-top: 24px; padding: 22px 26px; border: 1px solid #e7c765; border-radius: var(--radius); background: var(--warning); }
.safety-note p { margin: 5px 0 0; color: #5a4922; }
.safety-note strong { display: block; color: var(--navy); font-family: var(--font-title); font-size: 1.05rem; font-weight: 700; }
.note-icon { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #302600; background: #f6ce4f; font-weight: 900; }

/* ---------- Estado de canales ---------- */

.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border: 1px solid var(--amber-line); border-radius: 999px; color: var(--amber-ink); background: var(--amber-soft); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.02em; white-space: nowrap; }
.status-pill::before { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); content: ""; }
.status-pill-light { border-color: rgb(245 166 35 / 0.55); color: #ffdca8; background: rgb(245 166 35 / 0.14); }
.status-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin: 0 0 24px; padding: 0; list-style: none; }
.status-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.status-list .status-name { color: var(--navy); font-weight: 800; }

/* ---------- Listas con marcador ---------- */

.list-check, .list-cross { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; color: var(--ink-soft); list-style: none; }
.list-check li, .list-cross li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; margin: 0; }
.list-check li::before { display: grid; width: 22px; height: 22px; place-items: center; margin-top: 2px; border-radius: 50%; color: var(--green-dark); background: #bcf6d0; font-size: 0.72rem; font-weight: 900; content: "\2713"; }
.list-cross li::before { display: grid; width: 22px; height: 22px; place-items: center; margin-top: 2px; border-radius: 50%; color: #7a1c1c; background: #fbdcdc; font-size: 0.72rem; font-weight: 900; content: "\00d7"; }

/* ---------- Prosa legal ---------- */

.legal-prose { max-width: var(--prose); }
.legal-prose h2 { margin-top: 42px; margin-bottom: 12px; font-size: clamp(1.4rem, 2.4vw, 1.8rem); }
.legal-prose h2:first-of-type { margin-top: 0; }
.legal-prose h3 { margin-top: 26px; font-size: 1.1rem; }
.legal-prose p, .legal-prose li { color: var(--ink-soft); }
.legal-prose ul, .legal-prose ol { margin: 0 0 20px; padding-left: 22px; }
.legal-prose li { margin-bottom: 8px; }
.legal-prose strong { color: var(--ink); }
.legal-meta { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 34px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: var(--cream); font-size: 0.82rem; font-weight: 700; }

/* ---------- Tarjeta de solicitud y formulario ---------- */

.request-card { padding: 26px; border: 1px solid rgb(22 40 75 / 0.11); border-radius: var(--radius-large); background: rgb(255 255 255 / 0.95); box-shadow: var(--shadow); }
.request-card h2 { margin-bottom: 8px; font-size: 1.55rem; }
.request-card > p { margin-bottom: 20px; color: var(--ink-soft); font-size: 0.94rem; }
.card-kicker { margin-bottom: 8px; color: var(--terra-dark); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
fieldset { min-width: 0; margin: 0 0 19px; padding: 0; border: 0; }
legend, label:not(.choice) { display: block; margin-bottom: 7px; color: var(--navy); font-size: 0.88rem; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice { position: relative; display: grid; min-height: 74px; place-items: center; align-content: center; gap: 3px; padding: 7px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink-soft); background: white; font-size: 0.78rem; font-weight: 750; text-align: center; cursor: pointer; }
.choice input { position: absolute; opacity: 0; }
.choice:has(input:checked) { color: var(--terra-dark); border: 2px solid var(--terra-dark); background: var(--terra-soft); }
.choice:has(input:focus-visible) { outline: 3px solid var(--focus); outline-offset: 3px; }
.choice-icon { font-size: 1.25rem; font-weight: 900; }
input[type="text"], textarea { width: 100%; margin-bottom: 17px; padding: 12px 13px; border: 1px solid var(--field-line); border-radius: 11px; color: var(--ink); background: white; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #667188; }
.form-note { margin: 10px 0 0; color: var(--ink-soft); font-size: 0.84rem; line-height: 1.45; text-align: center; }
.request-result { margin-top: 16px; padding: 18px; border: 1px solid #c3d2e6; border-radius: 14px; background: #f3f7fc; font-size: 0.9rem; }
.request-result > *:last-child { margin-bottom: 0; }
.request-result h3 { margin-bottom: 8px; color: var(--navy); font-size: 1.05rem; }
.request-result p { color: var(--ink-soft); }
.request-summary { margin: 0 0 14px; padding: 15px 16px; border: 1px solid #d3dde9; border-radius: 11px; color: var(--ink); background: white; font-family: var(--font-body); font-size: 0.88rem; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.request-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 14px; }
.copy-feedback { color: var(--green-dark); font-size: 0.82rem; font-weight: 700; }

/* ---------- Franja de criterios ---------- */

.proof-strip { padding: 20px 0; color: white; background: var(--navy); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 14px; padding: 7px 22px; border-right: 1px solid rgb(255 255 255 / 0.15); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: #ffad8d; font-size: 0.77rem; }
.proof-grid span { font-size: 0.84rem; line-height: 1.35; }

/* ---------- Servicios ---------- */

.services-section { background: white; }
.section-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 48px; margin-bottom: 42px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading > p { color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { display: grid; grid-template-columns: auto 1fr; gap: 22px; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-large); background: var(--cream); box-shadow: var(--shadow-small); }
.service-card-primary { background: var(--navy); color: white; border-color: var(--navy); }
.service-card.service-card-primary p, .service-card.service-card-primary li { color: #dbe2ee; }
.service-card-primary .card-kicker, .service-card-primary .text-link { color: #ffb293; }
.service-card > div:last-child { align-self: end; }
.service-number { color: var(--terra-dark); font-size: 0.85rem; font-weight: 900; }
.service-card-primary .service-number { color: #ffb293; }
.service-card p { color: var(--ink-soft); }
.service-card ul { display: grid; gap: 7px; margin: 20px 0 24px; padding-left: 20px; color: var(--ink-soft); }

/* ---------- CTA contextual ---------- */

.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 32px; padding: 22px 24px; border: 1px solid #b8ebca; border-left: 5px solid var(--green); border-radius: var(--radius); background: #eefbf3; }
.inline-cta > div > *:last-child { margin-bottom: 0; }
.inline-cta strong { display: block; margin-bottom: 3px; color: var(--navy); font-family: var(--font-title); font-size: 1.05rem; }
.inline-cta p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }

/* ---------- Proceso ---------- */

.process-section { color: white; background: var(--navy-deep); }
.process-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(60px, 10vw, 140px); }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro p:last-child { color: #bdc8d9; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgb(255 255 255 / 0.13); }
.steps li:first-child { padding-top: 0; }
.steps li > span { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgb(255 255 255 / 0.25); border-radius: 15px; color: #ffc0a8; font-weight: 900; }
.steps h3 { margin-bottom: 7px; }
.steps p { margin: 0; color: #bdc8d9; }
.steps-light li { border-bottom-color: var(--line); }
.steps-light li > span { border-color: rgb(169 61 24 / 0.3); color: var(--terra-dark); background: var(--terra-soft); }
.steps-light p { color: var(--ink-soft); }
.steps-light h3 { color: var(--navy); }

/* ---------- Cobertura ---------- */

.coverage-section { background: var(--cream); }
.split-panel { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.split-panel > div:first-child > p:not(.eyebrow) { margin-bottom: 30px; color: var(--ink-soft); }
.map-card { position: relative; display: grid; min-height: 360px; place-items: center; overflow: hidden; border: 1px solid #dfd5ca; border-radius: var(--radius-large); background: #efe5db; }
.map-card::before, .map-card::after { position: absolute; inset: 0; background-image: linear-gradient(30deg, transparent 48%, rgb(22 40 75 / 0.06) 49%, rgb(22 40 75 / 0.06) 51%, transparent 52%); background-size: 80px 80px; content: ""; }
.map-card::after { transform: rotate(60deg); }
.map-ring { position: absolute; border: 1px solid rgb(169 61 24 / 0.28); border-radius: 50%; background: rgb(227 90 43 / 0.03); }
.ring-one { width: 120px; height: 120px; }
.ring-two { width: 250px; height: 250px; }
.ring-three { width: 390px; height: 390px; }
/* El pin gira; la letra queda derecha (la rotación vive en el ::before). */
.map-pin { position: relative; z-index: 2; display: grid; width: 58px; height: 58px; place-items: center; color: white; font-family: var(--font-title); font-weight: 700; }
.map-pin::before { position: absolute; z-index: -1; inset: 0; border: 7px solid white; border-radius: 50% 50% 50% 10px; background: var(--terra-dark); box-shadow: var(--shadow-small); transform: rotate(-45deg); content: ""; }
.map-caption { position: absolute; z-index: 3; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 19px; border: 1px solid rgb(22 40 75 / 0.08); border-radius: 15px; background: rgb(255 255 255 / 0.93); box-shadow: var(--shadow-small); }
.map-caption strong { color: var(--navy); }
.map-caption span { color: var(--ink-soft); font-size: 0.82rem; }

/* ---------- Evidencia ---------- */

.evidence-section { background: white; }
.evidence-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 80px; }
.evidence-list { border-top: 1px solid var(--line); }
.evidence-list article { display: grid; grid-template-columns: 46px 0.45fr 0.85fr; align-items: baseline; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.evidence-list article > span { color: var(--terra-dark); font-size: 0.78rem; font-weight: 900; }
.evidence-list h3 { margin: 0; font-size: 1.15rem; }
.evidence-list p { margin: 0; color: var(--ink-soft); }

/* ---------- Preguntas ---------- */

.faq-section { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid #d7cec4; }
.faq-list details { border-bottom: 1px solid #d7cec4; }
.faq-list summary { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 0; color: var(--navy); font-family: var(--font-title); font-size: 1.05rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border: 1px solid #c7bdb2; border-radius: 50%; color: var(--terra-dark); font-family: var(--font-body); transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 740px; padding-right: 50px; color: var(--ink-soft); }
.faq-list.faq-on-white { border-top-color: var(--line); }
.faq-list.faq-on-white details { border-bottom-color: var(--line); }
.faq-list.faq-on-white summary span { border-color: var(--line); }

/* ---------- CTA final ---------- */

.final-cta { position: relative; overflow: hidden; padding: 58px 0; color: white; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.final-cta::after { position: absolute; width: 260px; height: 260px; right: -90px; bottom: -170px; border: 1px solid rgb(37 211 102 / 0.35); border-radius: 50%; box-shadow: 0 0 0 54px rgb(37 211 102 / 0.05), 0 0 0 108px rgb(37 211 102 / 0.035); content: ""; }
.final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.final-cta p { margin: 10px 0 0; color: #d7e0ec; }
.final-cta .eyebrow { color: #9ff0bd; }
.final-cta-actions { display: grid; justify-items: start; gap: 10px; flex: 0 0 auto; }
.final-cta .cta-availability { color: #d7e0ec; }

/* ---------- Footer de producción ---------- */

.site-footer { padding: 66px 0 28px; color: #c9d2e0; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.55fr 0.8fr 0.8fr 0.8fr; gap: 56px; padding-bottom: 44px; }
.brand-footer { margin-bottom: 20px; color: white; }
.footer-grid > div:first-child p { max-width: 360px; }
.footer-identity { color: #e4eaf4; font-size: 0.92rem; font-weight: 700; }
.footer-grid h2 { margin-bottom: 16px; color: white; font-family: var(--font-title); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.03em; }
.footer-grid ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-grid a { color: #c9d2e0; text-decoration: none; text-underline-offset: 4px; }
.footer-grid a:hover { color: white; text-decoration: underline; }
.footer-channels { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; padding: 20px 24px; margin-bottom: 26px; border: 1px solid rgb(255 255 255 / 0.16); border-radius: var(--radius); background: rgb(255 255 255 / 0.04); }
.footer-channels p { max-width: 68ch; margin: 0; color: #d3dcea; font-size: 0.9rem; }
.footer-channels a { color: #ffd8c8; font-weight: 700; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgb(255 255 255 / 0.12); font-size: 0.8rem; }

/* ---------- Acceso persistente en móvil ---------- */

.whatsapp-float { display: none; }

/* ---------- 404 ---------- */

.error-page { display: grid; place-items: center; padding: 96px 0 110px; background: linear-gradient(150deg, var(--cream) 0%, #fff 60%, #f9eee7 100%); text-align: center; }
.error-page .error-code { margin-bottom: 18px; color: var(--terra-dark); font-family: var(--font-title); font-size: 4rem; font-weight: 800; line-height: 1; letter-spacing: -0.03em; }
.error-page h1 { max-width: 640px; margin-inline: auto; font-size: clamp(2rem, 4.4vw, 3.1rem); }
.error-page .lead { margin-inline: auto; margin-bottom: 30px; }
.error-page .button-row { justify-content: center; }

/* ---------- Responsive ---------- */

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .request-card { width: min(100%, 640px); }
}

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: white; box-shadow: var(--shadow-small); }
  .main-nav.is-open { display: grid; }
  .main-nav > a { padding: 11px 4px; }
  .main-nav .button { margin-top: 6px; }
  .menu-toggle[aria-expanded="true"] span[aria-hidden]:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span[aria-hidden]:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span[aria-hidden]:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 14px 0; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .section-heading, .process-layout, .split-panel, .evidence-grid, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .process-intro { position: static; }
  .map-card { min-height: 350px; }
  .evidence-list article { grid-template-columns: 42px 0.55fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }

  .whatsapp-float { position: fixed; z-index: 90; right: 18px; bottom: calc(16px + env(safe-area-inset-bottom)); display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid var(--green); border-radius: 999px; color: #0b141a; background: var(--green); box-shadow: 0 12px 32px rgb(11 20 26 / 0.24); font-size: 0.92rem; font-weight: 850; text-decoration: none; opacity: 0; transform: translateY(calc(100% + 30px)); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease, background 160ms ease; }
  .whatsapp-float.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .whatsapp-float:hover { background: #1fbd59; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 64px 0; }
  .section-tight, .content-section { padding: 52px 0; }
  .nav-shell { min-height: 64px; }
  .brand-logo-header { width: 160px; }
  .hero { padding: 58px 0 60px; }
  h1 { font-size: clamp(2rem, 8.7vw, 2.65rem); }
  h2 { font-size: clamp(1.65rem, 7vw, 2.15rem); }
  .page-hero { padding: 30px 0 44px; }
  .page-hero h1 { font-size: clamp(1.9rem, 8.4vw, 2.42rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .request-card { padding: 21px; border-radius: 20px; }
  .choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .choice { min-height: 72px; }
  .proof-strip { padding: 18px 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { padding: 9px 3px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 0.12); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 26px; }
  .safety-note, .notice-card { padding: 19px; }
  .answer-box { padding: 22px; }
  .steps li { grid-template-columns: 46px 1fr; gap: 15px; }
  .map-card { min-height: 310px; }
  .map-caption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .evidence-list article { grid-template-columns: 38px 1fr; gap: 9px; }
  .evidence-list article p { grid-column: 2; }
  .faq-list details p { padding-right: 0; }
  .faq-list summary { min-height: 64px; }
  .inline-cta { align-items: stretch; flex-direction: column; padding: 20px; }
  .inline-cta .button { width: 100%; }
  .final-cta-inner, .footer-bottom, .footer-channels { align-items: flex-start; flex-direction: column; }
  .final-cta-actions, .final-cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { padding-bottom: 92px; }
  .status-list li { align-items: flex-start; flex-direction: column; gap: 8px; }

  .whatsapp-float { right: 14px; left: 14px; width: auto; }
}

@media (max-width: 360px) {
  .choice { padding-inline: 4px; font-size: 0.72rem; }
  .choice-icon { font-size: 1.1rem; }
}

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