/* 1. TOKENS (:root variables) */
:root {
  --abismo: #0E1B21;
  --mar-hondo: #15303A;
  --bruma: #C4CFCF;
  --bruma-clara: #E9EDEA;
  --hueso-frio: #F3F5F1;
  --granito: #5A6763;
  --tinta: #13201C;
  --verde-atl: #2C4034;
  --faro: #EBA23C;
  --faro-glow: #F7CE84;
  --fs-eyebrow: .78rem;
  --ls-eyebrow: .22em;
  --maxw: 1180px;
  --readw: 720px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* 2. RESET & BASE */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Spectral', Georgia, serif; color: var(--tinta); background: var(--hueso-frio); line-height: 1.78; font-size: 1.09rem; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.home { background: var(--abismo); line-height: 1.75; font-size: 1.075rem; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.read { max-width: var(--readw); margin: 0 auto; padding-inline: var(--gutter); }

/* 3. TYPOGRAPHY */
h1, h2, h3, .display { font-family: 'Fraunces', Georgia, serif; font-weight: 400; line-height: 1.1; letter-spacing: -.01em; }
.eyebrow { font-family: 'Spectral', serif; text-transform: uppercase; letter-spacing: var(--ls-eyebrow); font-size: var(--fs-eyebrow); font-weight: 500; color: var(--verde-atl); display: inline-block; margin-bottom: 1.1rem; }
body.home h1, body.home h2, body.home h3, body.home .display { line-height: 1.08; }

/* 4. BUTTONS & LINKS */
.btn { display: inline-block; font-family: 'Spectral', serif; font-size: 1rem; letter-spacing: .02em; padding: .95rem 1.9rem; border-radius: 2px; cursor: pointer; border: 1px solid transparent; transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s, color .3s; }
.btn-faro { background: var(--faro); color: var(--tinta); box-shadow: 0 0 0 rgba(235,162,60,0); }
.btn-faro:hover { transform: translateY(-3px); box-shadow: 0 14px 40px -10px rgba(235,162,60,.55); }
.btn-ghost { background: transparent; border-color: currentColor; opacity: .9; }
.btn-ghost:hover { transform: translateY(-3px); opacity: 1; }
.link-arrow { font-family: 'Spectral', serif; color: var(--faro); letter-spacing: .02em; }
.link-arrow .arw { display: inline-block; transition: transform .4s var(--ease); }
.link-arrow:hover .arw { transform: translateX(6px); }

/* 5. NAV & MOBILE MENU */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem var(--gutter); transition: background .5s var(--ease), padding .5s var(--ease), box-shadow .5s; color: var(--bruma); }
nav.scrolled { background: rgba(243,245,241,.94); backdrop-filter: blur(10px); color: var(--tinta); padding-block: .7rem; box-shadow: 0 1px 0 rgba(20,32,29,.08); }
.brand { display: inline-flex; align-items: center; gap: .65rem; }
.brand-mark { width: 24px; height: 30px; flex: 0 0 auto; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.05; }
.brand-txt b { font-family: 'Fraunces', serif; font-weight: 400; font-size: 1.24rem; letter-spacing: .01em; }
.brand-txt small { font-family: 'Spectral', serif; font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; opacity: .7; margin-top: 3px; }
.navlinks { display: flex; gap: 1.9rem; align-items: center; font-size: .92rem; }
.navlinks a { opacity: .82; transition: opacity .3s; }
.navlinks a:hover { opacity: 1; }
.navlinks a[aria-current="page"] { opacity: 1; border-bottom: 1px solid var(--faro); padding-bottom: 2px; }
.navlinks .btn { padding: .6rem 1.3rem; font-size: .9rem; }
.burger { display: none; background: none; border: 0; color: inherit; cursor: pointer; padding: .5rem; margin: -.5rem; line-height: 0; }
.burger svg { width: 26px; height: 26px; display: block; }
@media (max-width: 880px) { .navlinks { display: none; } .burger { display: block; } }
.mobile-menu { position: fixed; inset: 0; z-index: 200; background: linear-gradient(160deg,#12242B,#0A1519); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.5rem; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .45s var(--ease), transform .45s var(--ease), visibility .45s; color: var(--bruma); padding: 2rem; }
.mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu a { font-family: 'Fraunces', serif; font-size: 1.7rem; color: var(--bruma); text-align: center; }
.mobile-menu a.btn { font-family: 'Spectral', serif; font-size: 1.05rem; color: var(--tinta); margin-top: .8rem; }
.mm-close { position: absolute; top: 1.2rem; right: 1.4rem; background: none; border: 0; color: var(--bruma); cursor: pointer; padding: .5rem; line-height: 0; }
.mm-close svg { width: 26px; height: 26px; display: block; }

/* 6. LIGHTHOUSE BEAM & FOG (shared animations) */
.has-beam { position: relative; overflow: hidden; }
.section-beam { position: absolute; top: -45%; right: 26%; width: 120vw; height: 170%; transform-origin: top center; pointer-events: none; mix-blend-mode: screen; background: conic-gradient(from 188deg at 50% 0, transparent 15deg, rgba(247,206,132,.05) 19deg, rgba(247,206,132,.20) 21deg, rgba(247,206,132,.05) 23deg, transparent 30deg); filter: blur(9px); animation: sweep 13s ease-in-out infinite; z-index: 0; }
.section-beam + * { position: relative; z-index: 1; }
@keyframes sweep { 0% { transform: rotate(-11deg); } 50% { transform: rotate(9deg); } 100% { transform: rotate(-11deg); } }
.fog { position: absolute; inset: -20% -20%; pointer-events: none; mix-blend-mode: screen; }
.fog span { position: absolute; border-radius: 50%; filter: blur(66px); opacity: .55; }
.fog .f1 { width: 60vw; height: 40vw; left: -8%; top: 16%; background: radial-gradient(circle, rgba(200,212,212,.6), transparent 70%); animation: drift1 34s var(--ease) infinite alternate; }
.fog .f2 { width: 54vw; height: 38vw; right: -6%; top: 40%; background: radial-gradient(circle, rgba(150,178,178,.55), transparent 70%); animation: drift2 42s var(--ease) infinite alternate; }
.fog .f3 { width: 72vw; height: 32vw; left: 16%; bottom: -12%; background: radial-gradient(circle, rgba(180,198,198,.55), transparent 70%); animation: drift1 46s var(--ease) infinite alternate-reverse; }
@keyframes drift1 { from { transform: translateX(-6%) translateY(0) scale(1); } to { transform: translateX(9%) translateY(-5%) scale(1.14); } }
@keyframes drift2 { from { transform: translateX(6%) scale(1.06); } to { transform: translateX(-8%) scale(1); } }
.beam { position: absolute; top: -30%; right: 12%; width: 140vw; height: 150vh; transform-origin: top center; pointer-events: none; z-index: 1; mix-blend-mode: screen; background: conic-gradient(from 190deg at 50% 0, transparent 0deg, rgba(247,206,132,.00) 14deg, rgba(247,206,132,.16) 19deg, rgba(247,206,132,.28) 20deg, rgba(247,206,132,.10) 22deg, transparent 30deg); filter: blur(6px); animation: sweep 11s ease-in-out infinite; }
.lamp { position: absolute; top: -2%; right: 14%; width: 16px; height: 16px; border-radius: 50%; background: var(--faro-glow); box-shadow: 0 0 24px 10px rgba(247,206,132,.6), 0 0 70px 30px rgba(235,162,60,.25); z-index: 2; animation: pulse 11s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }

/* 7. HERO (home) */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; background: radial-gradient(120% 90% at 74% -10%, #1C3B45 0%, var(--abismo) 55%, #0A151A 100%); overflow: hidden; padding-top: 6rem; padding-bottom: 5rem; }
.hero .fog span { opacity: .6; }
.hero .fog .f1 { width: 62vw; height: 42vw; left: -8%; top: 18%; background: radial-gradient(circle, rgba(200,212,212,.7), transparent 70%); animation: drift1 34s var(--ease) infinite alternate; }
.hero .fog .f2 { width: 56vw; height: 40vw; right: -6%; top: 38%; background: radial-gradient(circle, rgba(150,178,178,.6), transparent 70%); animation: drift2 42s var(--ease) infinite alternate; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 38%; z-index: 1; background: linear-gradient(to top, rgba(6,14,18,.9), transparent); pointer-events: none; }
.hero-inner { position: relative; z-index: 3; color: var(--bruma); max-width: 1120px; }
.hero h1 { color: #EEF2EF; font-size: clamp(2.4rem, 5.2vw, 3.8rem); margin-bottom: 1.4rem; }
.hero h1 .soft { display: block; color: var(--faro-glow); font-style: italic; font-weight: 300; }
.hero p { font-size: clamp(1.08rem, 1.7vw, 1.28rem); color: var(--bruma); max-width: 56ch; margin-bottom: 2.3rem; opacity: .92; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.scrollcue { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 3; color: var(--bruma); opacity: .55; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; text-align: center; }
.scrollcue .dot { display: block; width: 1px; height: 44px; margin: .6rem auto 0; background: linear-gradient(var(--faro), transparent); animation: cue 2.6s ease-in-out infinite; }
@keyframes cue { 0%, 100% { opacity: .2; transform: scaleY(.7); } 50% { opacity: 1; transform: scaleY(1); } }
@media (max-width: 600px) {
  .hero { min-height: auto; padding-top: 7rem; padding-bottom: 3.5rem; }
  .hero-inner { max-width: 100%; }
  .hero p { max-width: 100%; }
  .scrollcue { display: none; }
}

/* 8. PAGE HERO (.phero - inner pages) */
.phero { position: relative; background: radial-gradient(120% 120% at 74% -20%, #1C3B45 0%, var(--abismo) 60%, #0A151A 100%); color: var(--bruma); padding: 8.5rem var(--gutter) clamp(3.5rem, 7vw, 5rem); overflow: hidden; }
.phero.has-beam, .phero:has(.beam) { min-height: 70svh; display: flex; align-items: center; padding-top: 6rem; padding-bottom: 4rem; }
.phero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 34%; z-index: 1; background: linear-gradient(to top, rgba(6,14,18,.85), transparent); pointer-events: none; }
.phero-inner, .phero .inner { position: relative; z-index: 3; color: var(--bruma); max-width: var(--maxw); margin: 0 auto; width: 100%; }
.phero-inner { max-width: 1120px; }
.inner { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.crumb { font-size: .78rem; letter-spacing: .06em; color: var(--bruma); opacity: .6; margin-bottom: 1.4rem; }
.crumb a:hover { opacity: 1; color: var(--faro-glow); }
.phero .eyebrow { color: var(--faro-glow); }
.phero h1 { color: #EEF2EF; font-size: clamp(2.4rem, 5.2vw, 3.4rem); margin-bottom: 1.4rem; }
.phero .lead { font-size: clamp(1.12rem, 1.7vw, 1.32rem); color: var(--bruma); max-width: 60ch; margin-bottom: 2.2rem; opacity: .95; }
.phero .lead b { color: var(--faro-glow); font-weight: 400; }
.phero-cta { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.phero p { max-width: 54ch; color: var(--bruma); opacity: .95; }
@media (max-width: 600px) {
  .phero.has-beam, .phero:has(.beam) { min-height: auto; padding-top: 7.5rem; padding-bottom: 4rem; }
}

/* 9. SECTIONS (sunrise gradient progression) */
section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.s-espejo { background: linear-gradient(to bottom, #0A151A, #20343A); color: var(--bruma); text-align: center; }
.s-jesus { background: linear-gradient(to bottom, #20343A, #5E6E6B); color: #EFF2F0; }
.s-nombre { background: linear-gradient(to bottom, #5E6E6B, var(--bruma-clara)); color: var(--tinta); }
.s-metodo { background: var(--hueso-frio); color: var(--tinta); text-align: center; }
.s-perfiles { background: var(--bruma-clara); color: var(--tinta); }
.s-cita { position: relative; background: linear-gradient(180deg, rgba(44,64,52,.88) 0%, rgba(20,32,26,.95) 100%), url('../archivos-web/imagenes/cta-faro-anochecer.avif') center/cover no-repeat; color: var(--bruma); text-align: center; }
.s-seguridad { background: var(--hueso-frio); color: var(--tinta); }
.s-cta { position: relative; background: linear-gradient(180deg, rgba(12,22,20,.85) 0%, rgba(12,22,20,.94) 100%), url('../archivos-web/imagenes/cta-faro-anochecer.avif') center/cover no-repeat; color: var(--bruma); text-align: center; }

.s-espejo .eyebrow, .s-jesus .eyebrow, .s-cta .eyebrow { color: var(--faro-glow); }

/* ESPEJO */
.s-espejo h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); color: #E7ECEA; max-width: 20ch; margin: 0 auto 2.2rem; }
.s-espejo p { font-size: clamp(1.15rem, 1.9vw, 1.5rem); max-width: 34ch; margin: 0 auto 1.6rem; color: #CBD5D3; line-height: 1.7; }
.s-espejo .cierre { color: var(--faro-glow); font-style: italic; font-size: clamp(1.3rem, 2.4vw, 1.9rem); }

/* JESÚS */
.s-jesus h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 1.6rem; max-width: 16ch; }
.s-jesus p { margin-bottom: 1.3rem; color: #E3E8E6; }
.s-jesus .aparte { border-left: 2px solid var(--faro); padding-left: 1.1rem; color: var(--faro-glow); font-style: italic; }

/* NOMBRE / GROF */
.s-nombre h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 1.4rem; }
.s-nombre p { color: var(--granito); margin-bottom: 1.6rem; }
.s-nombre strong { color: var(--tinta); font-weight: 500; }
.s-nombre .split { direction: rtl; }
.s-nombre .split > * { direction: ltr; }
@media (max-width: 820px) { .s-nombre .split { direction: ltr; } }

/* MÉTODO HOME */
.s-metodo h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-bottom: .7rem; }
.s-metodo .lead { color: var(--granito); max-width: 44ch; margin: 0 auto 3.4rem; }
.tiempos { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); text-align: left; }
@media (max-width: 760px) { .tiempos { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }
.tiempo { padding-top: 1.6rem; border-top: 1px solid rgba(20,32,29,.14); }
.tiempo .ico { width: 46px; height: 46px; color: var(--verde-atl); margin-bottom: 1.1rem; }
.tiempo .num { font-family: 'Spectral', serif; font-size: .8rem; letter-spacing: .2em; color: var(--faro); text-transform: uppercase; }
.tiempo h3 { font-size: 1.5rem; margin: .3rem 0 .7rem; }
.tiempo p { color: var(--granito); font-size: 1rem; }
.metodo-cta { margin-top: 3.4rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* PERFILES */
.s-perfiles { text-align: center; }
.s-perfiles h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-bottom: 2.6rem; }
.reconoce-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; text-align: left; }
@media (max-width: 900px) { .reconoce-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .reconoce-grid { grid-template-columns: 1fr; } }
.reconoce { background: #fff; border: 1px solid rgba(20,32,29,.1); border-radius: 4px; padding: 1.7rem 1.5rem; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; display: flex; flex-direction: column; }
.reconoce:hover { transform: translateY(-4px); border-color: var(--faro); box-shadow: 0 22px 46px -24px rgba(20,32,29,.4); }
.reconoce .ico { width: 30px; height: 30px; color: var(--verde-atl); margin-bottom: 1rem; opacity: .92; }
.reconoce p { font-size: 1.02rem; color: var(--tinta); line-height: 1.55; }
.reconoce .chip { margin-top: auto; padding-top: 1rem; font-size: .85rem; color: var(--faro); letter-spacing: .02em; }
.reconoce .chip .arw { display: inline-block; transition: transform .4s var(--ease); }
.reconoce:hover .chip .arw { transform: translateX(5px); }
.reconoce-cierre { max-width: 26ch; margin: 2.6rem auto 0; font-family: 'Fraunces', serif; font-size: clamp(1.35rem, 2.7vw, 2rem); color: var(--verde-atl); line-height: 1.25; }
.perfiles-cta { margin-top: 2.6rem; }

/* CITA */
.s-cita blockquote { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.18; max-width: 16ch; margin: 0 auto; color: #F0F3F0; font-weight: 300; }
.s-cita blockquote em { color: var(--faro-glow); font-style: italic; }

/* CTA HOME */
.s-cta h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); color: #EEF2EF; margin-bottom: 1.2rem; max-width: 20ch; margin-inline: auto; }
.s-cta p { max-width: 42ch; margin: 0 auto 2.2rem; color: #C7D2CF; }

/* 10. COMPONENTS (cards, grids, splits, etc.) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }
.prose h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 1.2rem; }
.prose h3 { font-size: 1.3rem; margin: 2rem 0 .6rem; }
.prose p { margin-bottom: 1.35rem; color: #26332E; }
.prose p a { color: var(--verde-atl); border-bottom: 1px solid rgba(44,64,52,.35); }
.prose strong { font-weight: 500; }
.prose .aparte { border-left: 2px solid var(--faro); padding-left: 1.1rem; color: var(--verde-atl); font-style: italic; }
.answer { background: var(--bruma-clara); border-left: 3px solid var(--faro); padding: 1.6rem 1.8rem; border-radius: 0 4px 4px 0; margin: 0 auto 1rem; max-width: var(--readw); }
.answer .k { font-family: 'Spectral', serif; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; color: var(--verde-atl); display: block; margin-bottom: .5rem; }
.answer p { font-size: 1.15rem; margin: 0; color: var(--tinta); }
.safe-box { max-width: 720px; margin: 0 auto; text-align: center; border: 1px solid rgba(20,32,29,.14); padding: clamp(2rem, 5vw, 3.2rem); border-radius: 3px; background: #fff; }
.safe-box h2 { font-size: clamp(1.4rem, 2.8vw, 2.1rem); margin-bottom: 1.1rem; }
.safe-box p { color: var(--granito); margin-bottom: 1rem; font-size: 1.02rem; }
.safe-box .crisis { font-weight: 500; color: var(--tinta); }
.safe-box .crisis b { color: var(--verde-atl); }

/* FAQ */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: .8rem; }
.faq-item { background: #fff; border: 1px solid rgba(20,32,29,.1); border-radius: 4px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.2rem 1.4rem; font-family: 'Fraunces', serif; font-size: 1.15rem; color: var(--tinta); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { flex: 0 0 auto; width: 20px; height: 20px; position: relative; transition: transform .3s var(--ease); }
.faq-item summary .plus::before, .faq-item summary .plus::after { content: ""; position: absolute; background: var(--faro); border-radius: 2px; }
.faq-item summary .plus::before { top: 9px; left: 0; width: 20px; height: 2px; }
.faq-item summary .plus::after { left: 9px; top: 0; height: 20px; width: 2px; transition: transform .3s var(--ease); }
.faq-item[open] summary .plus::after { transform: scaleY(0); }
.faq-item .a { padding: 0 1.4rem 1.3rem; color: #26332E; font-size: 1.02rem; }
.faq-item .a b { color: var(--tinta); font-weight: 500; }

/* 11. PILAR PAGE (emergencia-espiritual specific) */
.s-origen { background: var(--bruma-clara); }
.note-dsm { border: 1px solid rgba(20,32,29,.12); background: #fff; padding: 1.2rem 1.4rem; border-radius: 4px; font-size: 1rem; color: var(--granito); margin-top: 1.6rem; }
.note-dsm b { color: var(--tinta); }
.s-deto { background: var(--bruma-clara); }
.deto-list { list-style: none; max-width: var(--readw); margin: 1.4rem auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.6rem; }
@media (max-width: 600px) { .deto-list { grid-template-columns: 1fr; } }
.deto-list li { display: flex; gap: .7rem; align-items: flex-start; font-size: 1.02rem; color: #26332E; }
.deto-list .tick { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 6px; color: var(--faro); }
.s-honest { background: var(--verde-atl); color: var(--bruma); }
.s-honest .eyebrow { color: var(--faro-glow); }
.s-honest h2 { color: #EFF3F0; font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 1.3rem; }
.s-honest p { color: #DCE4E1; margin-bottom: 1.3rem; max-width: var(--readw); }
.s-honest .destacar { color: var(--faro-glow); font-style: italic; }
.s-puente { background: var(--hueso-frio); text-align: center; }
.s-puente h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 1rem; }
.s-puente p { color: var(--granito); max-width: 44ch; margin: 0 auto 2rem; }
.puente-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.s-faq { background: var(--bruma-clara); }
.s-faq h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 2rem; text-align: center; }

/* 12. ACOMPANAMIENTO PAGE */
.s-que { background: var(--hueso-frio); }
.s-modos { background: var(--bruma-clara); text-align: center; }
.s-modos h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: .7rem; }
.s-modos .lead { color: var(--granito); max-width: 46ch; margin: 0 auto 3rem; }
.modos { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; text-align: left; align-items: start; }
@media (max-width: 820px) { .modos { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }
.modo { background: #fff; border: 1px solid rgba(20,32,29,.1); border-radius: 5px; padding: 2rem 1.9rem; display: flex; flex-direction: column; height: 100%; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.modo:hover { transform: translateY(-4px); box-shadow: 0 26px 54px -28px rgba(20,32,29,.4); }
.modo.destacado { border-color: var(--faro); box-shadow: 0 26px 54px -30px rgba(235,162,60,.5); }
.modo .tag { font-family: 'Spectral', serif; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--faro); margin-bottom: .7rem; }
.modo h3 { font-size: 1.55rem; margin-bottom: .6rem; }
.modo .para { color: var(--granito); font-size: .98rem; margin-bottom: 1.3rem; }
.modo ul { list-style: none; display: grid; gap: .7rem; margin-bottom: 1.6rem; }
.modo li { display: flex; gap: .7rem; align-items: flex-start; font-size: 1rem; color: #26332E; }
.modo .tick { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 6px; color: var(--faro); }
.modo .precio { font-family: 'Fraunces', serif; font-size: 1.3rem; color: var(--tinta); margin-bottom: .3rem; }
.modo .precio small { font-family: 'Spectral', serif; font-size: .85rem; color: var(--granito); }
.modo .btn { margin-top: auto; text-align: center; }
.s-pasos { background: var(--hueso-frio); text-align: center; }
.s-pasos h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: 3rem; }
.pasos { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); text-align: left; }
@media (max-width: 760px) { .pasos { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }
.paso { padding-top: 1.4rem; border-top: 1px solid rgba(20,32,29,.14); }
.paso .n { font-family: 'Fraunces', serif; font-size: 2rem; color: var(--faro); line-height: 1; margin-bottom: .7rem; display: block; }
.paso h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.paso p { color: var(--granito); font-size: 1rem; }
.s-quien { background: var(--verde-atl); color: var(--bruma); }
.s-quien .eyebrow { color: var(--faro-glow); }
.s-quien h2 { color: #EFF3F0; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1.2rem; }
.s-quien p { color: #DCE4E1; margin-bottom: 1.3rem; max-width: var(--readw); }

/* 13. METODO PAGE */
.s-intro .prose h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 1.2rem; }
.s-intro .prose p { margin-bottom: 1.3rem; color: #26332E; }
.s-intro .prose .aparte { border-left: 2px solid var(--faro); padding-left: 1.1rem; color: var(--verde-atl); font-style: italic; }
.acto-head { text-align: center; max-width: 640px; margin: 0 auto 2.6rem; }
.acto-head .roman { font-family: 'Spectral', serif; letter-spacing: .28em; text-transform: uppercase; font-size: .74rem; color: var(--faro); display: block; margin-bottom: .7rem; }
.acto-head h2 { font-size: clamp(1.7rem, 3.3vw, 2.4rem); margin-bottom: .6rem; }
.acto-head p { font-size: 1rem; opacity: .9; }
.fases { max-width: 820px; margin: 0 auto; }
.fase { display: grid; grid-template-columns: auto 1fr; gap: clamp(1rem, 3vw, 2.2rem); padding: 1.5rem 0; align-items: start; }
.fase .fnum { font-family: 'Fraunces', serif; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1; color: var(--faro); font-weight: 300; }
.fase h3 { font-size: 1.22rem; margin-bottom: .35rem; }
.fase p { font-size: 1rem; }
.s-acto1 { background: var(--mar-hondo); color: var(--bruma); }
.s-acto1 .acto-head h2 { color: #EFF3F0; } .s-acto1 .acto-head p { color: #B7C3C1; }
.s-acto1 .fase { border-top: 1px solid rgba(196,207,207,.16); }
.s-acto1 .fase h3 { color: #EFF3F0; } .s-acto1 .fase p { color: #C6D0CE; }
.s-acto2 { background: var(--bruma-clara); color: var(--tinta); }
.s-acto2 .fase { border-top: 1px solid rgba(20,32,29,.14); }
.s-acto2 .fase p { color: #26332E; }
.s-acto3 { background: var(--hueso-frio); color: var(--tinta); }
.s-acto3 .fase { border-top: 1px solid rgba(20,32,29,.14); }
.s-acto3 .fase p { color: #26332E; }
.marco-note { max-width: var(--readw); margin: 2.4rem auto 0; font-size: .98rem; color: var(--granito); text-align: center; font-style: italic; }
.s-acto2 .marco-note { color: #3f4b45; }
.s-adapta { background: var(--verde-atl); color: var(--bruma); text-align: center; }
.s-adapta .eyebrow { color: var(--faro-glow); }
.s-adapta h2 { color: #EFF3F0; font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 1rem; }
.s-adapta p { color: #DCE4E1; max-width: 46ch; margin: 0 auto 2rem; }
.adapta-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* 14. SOBRE PAGE */
.about-intro { display: grid; grid-template-columns: minmax(0,44%) 1fr; align-items: stretch; }
.about-intro .foto { position: relative; min-height: 560px; background: linear-gradient(135deg,#26424B,#0E1B21 72%); overflow: hidden; display: flex; align-items: flex-end; }
.about-intro .foto::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 58% 22%,rgba(247,206,132,.22),transparent 60%), radial-gradient(50% 60% at 20% 95%,rgba(196,207,207,.16),transparent 70%); }
.about-intro .txt { padding: clamp(3rem,7vw,6rem) var(--gutter) clamp(3rem,7vw,6rem) clamp(2rem,4vw,4rem); max-width: 660px; }
.about-intro .txt h2 { font-size: clamp(1.7rem,3.2vw,2.4rem); margin-bottom: 1.3rem; }
.about-intro .txt p { margin-bottom: 1.3rem; color: #26332E; }
@media (max-width: 820px) { .about-intro { grid-template-columns: 1fr; } .about-intro .foto { min-height: 400px; order: -1; } .about-intro .txt { padding: clamp(2.5rem,8vw,3.5rem) var(--gutter); } }
.s-camino { background: var(--mar-hondo); color: var(--bruma); }
.s-camino .eyebrow { color: var(--faro-glow); }
.s-camino h2 { color: #EFF3F0; text-align: center; font-size: clamp(1.8rem,3.4vw,2.5rem); margin-bottom: .7rem; }
.s-camino .sub { text-align: center; color: #B7C3C1; max-width: 40ch; margin: 0 auto 3.4rem; }
.timeline { position: relative; max-width: 640px; margin: 0 auto; padding-left: 2.8rem; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(to bottom,#43555d 0%,#6d7f6a 48%,var(--faro) 100%); }
.hito { position: relative; padding-bottom: 2.6rem; }
.hito:last-child { padding-bottom: 0; }
.hito::before { content: ""; position: absolute; left: -2.8rem; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--faro-glow); box-shadow: 0 0 14px 4px rgba(247,206,132,.45); border: 3px solid var(--mar-hondo); }
.hito .et { font-family: 'Spectral', serif; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; color: var(--faro); display: block; margin-bottom: .3rem; }
.hito h3 { font-family: 'Fraunces', serif; font-size: 1.35rem; color: #EFF3F0; margin-bottom: .4rem; }
.hito p { color: #C6D0CE; font-size: 1rem; }
.s-manifiesto { background: var(--hueso-frio); text-align: center; }
.manifiesto { max-width: 860px; margin: 0 auto; }
.manifiesto .mark { font-family: 'Fraunces', serif; font-size: 5rem; line-height: .4; color: var(--faro); display: block; margin-bottom: 1.2rem; opacity: .55; }
.manifiesto blockquote { font-family: 'Fraunces', serif; font-size: clamp(1.6rem,3.6vw,2.7rem); color: var(--tinta); line-height: 1.28; font-weight: 300; }
.s-apoyo { background: var(--bruma-clara); }
.apoyo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: start; }
@media (max-width: 820px) { .apoyo { grid-template-columns: 1fr; gap: 2.4rem; } }
.apoyo .txt h2 { font-size: clamp(1.7rem,3.2vw,2.4rem); margin-bottom: 1.2rem; }
.apoyo .txt p { color: #26332E; }
.apoyo .txt .aparte { margin-top: 1.2rem; border-left: 2px solid var(--faro); padding-left: 1.1rem; color: var(--verde-atl); font-style: italic; }
.apoyo .lista { list-style: none; display: grid; gap: 1.3rem; }
.apoyo .lista li { border-top: 1px solid rgba(20,32,29,.14); padding-top: 1.1rem; }
.apoyo .lista h3 { font-size: 1.18rem; margin-bottom: .35rem; }
.apoyo .lista p { color: var(--granito); font-size: .99rem; }

/* 15. ESTADO PAGES (shared for 3 states) */
.s-sintomas { background: var(--hueso-frio); text-align: center; }
.s-sintomas h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: .7rem; }
.s-sintomas .lead { color: var(--granito); max-width: 48ch; margin: 0 auto 3rem; }
.sint-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; text-align: left; }
@media (max-width: 820px) { .sint-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.sint { background: #fff; border: 1px solid rgba(20,32,29,.1); border-radius: 4px; padding: 1.7rem 1.5rem; }
.sint .ico { width: 34px; height: 34px; color: var(--verde-atl); margin-bottom: .9rem; opacity: .92; }
.sint h3 { font-size: 1.2rem; margin-bottom: .9rem; }
.sint ul { list-style: none; display: grid; gap: .55rem; font-size: .99rem; color: #26332E; }
.sint li { padding-left: 1.1rem; position: relative; }
.sint li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--faro); }
.sint-nota { max-width: var(--readw); margin: 2.6rem auto 0; font-size: 1rem; color: var(--granito); text-align: left; border-top: 1px solid rgba(20,32,29,.12); padding-top: 1.4rem; }
.sint-nota a { color: var(--verde-atl); border-bottom: 1px solid rgba(44,64,52,.35); }
.s-puente .btn-ghost { color: var(--faro-glow); border-color: var(--faro-glow); }

/* 16. CONTACTO PAGE */
.s-contacto { background: var(--hueso-frio); padding-block: clamp(3rem, 6vw, 5rem); }
.contacto-grid { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); display: grid; grid-template-columns: 1.3fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 860px) { .contacto-grid { grid-template-columns: 1fr; } }
.form-card { background: #fff; border: 1px solid rgba(20,32,29,.12); border-radius: 5px; padding: clamp(1.8rem, 4vw, 2.6rem); }
.field { margin-bottom: 1.4rem; }
.field label { display: block; font-family: 'Spectral', serif; font-size: .9rem; letter-spacing: .02em; color: var(--tinta); margin-bottom: .5rem; }
.field input, .field textarea { width: 100%; font-family: 'Spectral', serif; font-size: 1rem; color: var(--tinta); background: var(--hueso-frio); border: 1px solid rgba(20,32,29,.16); border-radius: 3px; padding: .8rem .9rem; transition: border-color .3s, box-shadow .3s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--faro); box-shadow: 0 0 0 3px rgba(235,162,60,.18); }
.field textarea { resize: vertical; min-height: 130px; }
.hint { font-size: .85rem; color: var(--granito); margin-top: .4rem; }
.consent { display: flex; gap: .7rem; align-items: flex-start; margin: 1.2rem 0 1.6rem; font-size: .9rem; color: var(--granito); }
.consent input { margin-top: .35rem; flex: 0 0 auto; width: 18px; height: 18px; accent-color: var(--faro); }
.consent a { color: var(--verde-atl); border-bottom: 1px solid rgba(44,64,52,.35); }
.form-card .btn-faro { width: 100%; text-align: center; }
.noteform { font-size: .82rem; color: var(--granito); margin-top: 1rem; text-align: center; }
.aside h2 { font-size: 1.5rem; margin-bottom: 1rem; }
.aside .step { display: flex; gap: .9rem; margin-bottom: 1.1rem; }
.aside .step .n { font-family: 'Fraunces', serif; color: var(--faro); font-size: 1.3rem; line-height: 1; flex: 0 0 auto; }
.aside .step p { color: #26332E; font-size: .98rem; margin: 0; }
.aside .step p b { color: var(--tinta); font-weight: 500; }
.crisis-mini { margin-top: 2rem; border: 1px solid rgba(20,32,29,.14); border-left: 3px solid var(--faro); border-radius: 0 4px 4px 0; padding: 1.2rem 1.3rem; background: #fff; }
.crisis-mini p { font-size: .92rem; color: var(--granito); margin: 0; }
.crisis-mini b { color: var(--verde-atl); }
.s-descargo { background: var(--bruma-clara); text-align: center; }
.s-descargo .inner { max-width: 720px; margin: 0 auto; }
.s-descargo p { color: var(--granito); font-size: .98rem; }

/* 17. BLOG INDEX */
.s-posts { background: var(--hueso-frio); }
.post-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
@media (max-width: 900px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .post-grid { grid-template-columns: 1fr; } }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(20,32,29,.1); border-radius: 5px; overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s; }
.post-card:hover { transform: translateY(-4px); border-color: var(--faro); box-shadow: 0 22px 46px -26px rgba(20,32,29,.4); }
.post-thumb { aspect-ratio: 16/10; background: linear-gradient(135deg, #26424B, #0E1B21 72%); position: relative; }
.post-thumb::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 70% 25%, rgba(247,206,132,.22), transparent 60%); }
.post-body { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.post-cat { font-family: 'Spectral', serif; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; color: var(--faro); margin-bottom: .7rem; }
.post-card h2 { font-size: 1.28rem; margin-bottom: .6rem; line-height: 1.2; }
.post-card p { color: var(--granito); font-size: .97rem; margin-bottom: 1.1rem; }
.post-meta { margin-top: auto; font-size: .82rem; color: var(--granito); display: flex; gap: .6rem; align-items: center; }
.post-meta .read-link { color: var(--faro); margin-left: auto; }
.blog-note { max-width: 720px; margin: 0 auto 2.6rem; text-align: center; color: var(--granito); font-size: .95rem; font-style: italic; }

/* 18. BLOG ARTICLE (single) */
.art-head { background: radial-gradient(120% 130% at 74% -20%, #1C3B45 0%, var(--abismo) 62%, #0A151A 100%); color: var(--bruma); padding: 9rem var(--gutter) clamp(2.6rem, 6vw, 4rem); }
.art-head .inner { max-width: var(--readw); margin: 0 auto; }
.art-cat { font-family: 'Spectral', serif; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; color: var(--faro-glow); display: block; margin-bottom: 1rem; }
.art-head h1 { color: #EEF2EF; font-size: clamp(2rem, 4.6vw, 3.1rem); margin-bottom: 1.4rem; }
.art-meta { font-size: .85rem; color: var(--bruma); opacity: .8; display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }
.art-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .5; }
.article { padding-block: clamp(2.6rem, 6vw, 4.4rem); }
.article p { margin-bottom: 1.4rem; }
.article h2 { font-size: clamp(1.4rem, 2.8vw, 1.9rem); margin: 2.4rem 0 1rem; }
.article a { color: var(--verde-atl); border-bottom: 1px solid rgba(44,64,52,.35); }
.article strong { font-weight: 500; }
.article ul { margin: 0 0 1.4rem 1.1rem; display: grid; gap: .5rem; }
.article blockquote { margin: 2.2rem 0; padding: .4rem 0 .4rem 1.4rem; border-left: 3px solid var(--faro); font-family: 'Fraunces', serif; font-size: clamp(1.3rem, 2.6vw, 1.7rem); line-height: 1.3; color: var(--verde-atl); }
.art-note { max-width: var(--readw); margin: 2.6rem auto 0; background: var(--bruma-clara); border-radius: 4px; padding: 1.3rem 1.5rem; font-size: .96rem; color: var(--granito); }
.art-note b { color: var(--tinta); }
.art-cta { max-width: var(--readw); margin: 2.6rem auto 0; background: var(--verde-atl); color: var(--bruma); border-radius: 5px; padding: clamp(1.8rem, 4vw, 2.4rem); text-align: center; }
.art-cta h3 { color: #EFF3F0; font-size: 1.5rem; margin-bottom: .7rem; }
.art-cta p { color: #DCE4E1; margin-bottom: 1.4rem; font-size: 1rem; }
.s-rel { background: var(--bruma-clara); }
.s-rel h2 { text-align: center; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 2.2rem; }
.rel-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
@media (max-width: 760px) { .rel-grid { grid-template-columns: 1fr; } }
.rel-card { background: #fff; border: 1px solid rgba(20,32,29,.1); border-radius: 4px; padding: 1.5rem; transition: transform .4s var(--ease), border-color .4s; }
.rel-card:hover { transform: translateY(-4px); border-color: var(--faro); }
.rel-card .c { font-family: 'Spectral', serif; text-transform: uppercase; letter-spacing: .16em; font-size: .66rem; color: var(--faro); display: block; margin-bottom: .5rem; }
.rel-card h3 { font-size: 1.1rem; line-height: 1.25; }

/* 19. FOOTER */
footer { background: var(--abismo); color: var(--bruma); padding-block: 3.5rem; font-size: .9rem; }
.foot-grid { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; opacity: .85; }
.foot-grid h4 { font-family: 'Spectral', serif; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 500; margin-bottom: .9rem; color: var(--faro); }
.foot-grid ul { list-style: none; display: grid; gap: .5rem; }
.foot-grid a:hover { color: #fff; }
.foot-brand { display: inline-flex; align-items: center; gap: .55rem; font-family: 'Fraunces', serif; font-size: 1.35rem; }
.foot-brand .brand-mark { width: 20px; height: 26px; }
.foot-bottom { margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(196,207,207,.15); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; opacity: .6; font-size: .8rem; }

/* 20. REVEAL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }
.reveal.d4 { transition-delay: .4s; }
@media (max-width: 819px) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* 21. REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  html { scroll-behavior: auto; }
  .beam { opacity: .55; transform: rotate(-2deg); }
  .section-beam { opacity: .5; transform: rotate(-2deg); }
  .fog span { opacity: .5; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scrollcue .dot { opacity: .4; }
}

/* 22. IMAGE SLOTS */
.img-slot { position: relative; border-radius: 3px; overflow: hidden; min-height: 320px; max-width: 100%; display: flex; align-items: flex-end; background: linear-gradient(135deg, #26424B, #0E1B21 70%); box-shadow: 0 30px 70px -30px rgba(0,0,0,.6); }
.img-slot.tall { aspect-ratio: 4/5; }
.img-slot.wide { aspect-ratio: 8/5; }
.img-slot::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 70% 20%, rgba(247,206,132,.22), transparent 60%), radial-gradient(50% 60% at 20% 90%, rgba(196,207,207,.18), transparent 70%); }
.img-tag { position: relative; z-index: 2; margin: 1rem; font-family: 'Spectral', serif; font-size: .78rem; letter-spacing: .03em; color: #D9E1DF; background: rgba(10,20,25,.55); backdrop-filter: blur(4px); padding: .55rem .8rem; border-radius: 2px; line-height: 1.5; }
.img-tag b { color: var(--faro-glow); display: block; letter-spacing: .14em; text-transform: uppercase; font-size: .68rem; margin-bottom: .2rem; }
