/* ==========================================================================
   Ancla Revenue — hoja de estilos estática
   Base tomada tal cual del bloque <style> del export original; no se ha
   tocado ningún valor visual, solo se han movido los estilos inline a clases.
   ========================================================================== */

:root{
  --cream:#F4F1EA;
  --card:#FBF9F4;
  --ink:#16394A;
  --ink-2:#1E4A5C;
  --ink-3:#102A38;
  --teal:#2F5B6B;
  --teal-soft:#4A7C8C;
  --rust:#A9552F;
  --rust-dark:#8F4626;
  --terracotta:#C1663F;
  --terracotta-soft:#E08A5F;
  --sand:#D8CFC0;
  --ice:#A8C6D0;
}

/* ---- base (original <style>, sin cambios) ---- */
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:var(--teal);text-decoration:none}
a:hover{color:var(--rust)}
::selection{background:var(--terracotta);color:var(--cream)}
:focus-visible{outline:2px solid var(--rust);outline-offset:3px;border-radius:4px}
input[type=range]{accent-color:var(--rust)}
.nav-burger{display:none}
.mobile-bar{display:none}
@media (max-width: 860px){
  .nav-links{display:none !important}
  .nav-burger{display:inline-flex !important}
  .hide-mobile{display:none !important}
  .stack-card{position:static !important;top:auto !important}
  .px-img{transform:none !important}
  .mobile-bar{display:flex !important}
  .footer-pad{padding-bottom:130px !important}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .hero-sticky{position:relative !important}
  .stack-card{position:static !important}
  .px-img{transform:none !important}
}

/* ---- utilities ---- */
.wrap-820{max-width:820px;margin:0 auto}
.wrap-900{max-width:900px;margin:0 auto}
.wrap-900-center{max-width:900px;margin:0 auto;text-align:center}
.wrap-1000{max-width:1000px;margin:0 auto}
.wrap-1100{max-width:1100px;margin:0 auto}
.bg-ink{background:var(--ink)}
.bg-ink-2{background:var(--ink-2)}
.bg-ink-3{background:var(--ink-3)}
.section-pad-lg{padding:clamp(90px,13vw,160px) clamp(20px,5vw,64px)}
.section-pad-md{padding:clamp(80px,11vw,140px) clamp(20px,5vw,64px)}
.section-cream-bordered{background:var(--card);border-top:1px solid var(--sand);border-bottom:1px solid var(--sand)}
.fw-600{font-weight:600}

/* ---- typography patterns ---- */
.eyebrow{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.2em;color:var(--teal);margin:0 0 20px}
.eyebrow--tight{margin-bottom:18px}
.eyebrow--step{margin-bottom:12px}
.eyebrow--on-dark{color:var(--ice)}

.mono-caption{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.14em;color:var(--ink)}

.h2-display{font-family:Newsreader,serif;font-weight:300;letter-spacing:-0.02em;font-size:clamp(2.4rem,5.6vw,4.6rem);line-height:1.05;color:var(--ink);margin:0}
.h2-display--prueba{margin:0 0 28px;max-width:16ch}
.h2-display--calc{max-width:15ch}
.h2-section{font-family:Newsreader,serif;font-weight:300;letter-spacing:-0.015em;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.12;color:var(--ink);margin:0}
.h2-italic-lg{font-family:Newsreader,serif;font-style:italic;font-weight:300;letter-spacing:-0.01em;font-size:clamp(1.9rem,4.2vw,3.4rem);line-height:1.15;color:var(--cream);margin:0 0 clamp(36px,5vw,60px);max-width:22ch}
.h2-faq-title{font-family:Newsreader,serif;font-weight:300;letter-spacing:-0.015em;font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.1;color:var(--cream);margin:0 0 clamp(36px,5vw,56px)}
.h2-nosotros{font-family:Newsreader,serif;font-weight:300;letter-spacing:-0.015em;font-size:clamp(1.8rem,3.2vw,2.6rem);line-height:1.15;color:var(--cream);margin:0 0 26px}
.h2-contact{font-family:Newsreader,serif;font-weight:300;letter-spacing:-0.015em;font-size:clamp(1.9rem,3.8vw,3rem);line-height:1.1;color:var(--ink);margin:0 0 clamp(32px,5vw,48px)}

.lead-text{font-size:clamp(1.02rem,1.4vw,1.15rem);line-height:1.8;color:var(--teal);margin:0;max-width:62ch}
.lead-text--on-dark{color:rgba(244,241,234,0.87);max-width:52ch}

.body-text{font-size:1.02rem;line-height:1.7;color:var(--teal);margin:0}
.body-text--narrow{max-width:56ch}

.ref-note{font-size:0.9rem;color:var(--teal);margin:16px 0 0}

.section-closing-quote{font-family:Newsreader,serif;font-style:italic;font-weight:300;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.5;color:var(--ink);max-width:44ch;margin:clamp(48px,7vw,80px) auto 0;text-align:center}

.section-subtitle{font-size:1.02rem;color:var(--teal);margin:0}

.method-closing{font-size:1.02rem;line-height:1.7;color:var(--ink);margin:clamp(32px,5vw,48px) 0 0;max-width:58ch}

/* ---- section header blocks ---- */
.que-hacemos-head{margin-bottom:clamp(40px,6vw,72px)}
.metodo-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:14px 34px;margin-bottom:clamp(36px,5vw,60px)}
.calc-head{margin-bottom:clamp(40px,6vw,64px)}

/* ---- buttons & links ---- */
.btn-pill-mono{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:var(--cream);background:var(--rust);border:1px solid var(--rust);border-radius:999px;padding:9px 16px;white-space:nowrap;display:inline-block}
.btn-pill-mono:hover{background:var(--rust-dark);border-color:var(--rust-dark);color:var(--cream)}

.btn-cta{display:inline-flex;align-items:center;gap:10px;background:var(--rust);color:var(--cream);font-weight:500;border-radius:999px}
.btn-cta:hover{background:var(--rust-dark);color:var(--cream)}
.btn-cta--hero{font-size:15px;padding:15px 28px}
.btn-cta--contact{font-size:15.5px;padding:16px 32px}

.link-underline{font-size:14.5px;font-weight:500;color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.link-underline:hover{color:var(--rust)}

.contact-link{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:14.5px}
.contact-link:hover{color:var(--rust)}

/* ==========================================================================
   Navegación
   ========================================================================== */
.nav{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:100;display:flex;align-items:center;gap:22px;background:rgba(244,241,234,0.82);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--sand);border-radius:999px;padding:10px 12px 10px 22px;box-shadow:0 8px 30px rgba(22,57,74,0.10);max-width:min(94vw,900px)}
.nav-logo{font-family:Newsreader,serif;font-weight:400;font-size:18px;letter-spacing:-0.01em;color:var(--ink);white-space:nowrap}
.nav-logo:hover{color:var(--rust)}
.nav-logo-accent{color:var(--terracotta)}
.nav-links{display:flex;align-items:center;gap:20px;font-size:13.5px;font-weight:500;white-space:nowrap}
.nav-link{color:var(--teal)}
.nav-link:hover{color:var(--rust)}
.nav-burger{align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:1px solid var(--sand);background:transparent;cursor:pointer;color:var(--ink)}
.nav-burger:hover{border-color:var(--rust);color:var(--rust)}

.mobile-menu{position:absolute;top:calc(100% + 10px);left:0;right:0;background:var(--cream);border:1px solid var(--sand);border-radius:22px;box-shadow:0 20px 50px rgba(22,57,74,0.18);padding:14px;display:flex;flex-direction:column;gap:2px}
.mobile-menu[hidden]{display:none}
.mobile-menu-link{padding:11px 14px;border-radius:12px;color:var(--ink);font-weight:500}
.mobile-menu-link:hover{background:#EAE5DA;color:var(--ink)}
.mobile-menu-cta{margin-top:8px;padding:12px 14px;border-radius:14px;background:var(--rust);color:var(--cream);font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.08em;text-transform:uppercase;text-align:center}
.mobile-menu-cta:hover{background:var(--rust-dark);color:var(--cream)}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero{position:sticky;top:0;z-index:0;height:100svh;min-height:640px;overflow:hidden;display:flex;align-items:flex-start}
.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(128deg, rgba(244,241,234,0.95) 0%, rgba(244,241,234,0.84) 38%, rgba(244,241,234,0.5) 60%, rgba(244,241,234,0) 78%)}
.hero-inner{position:relative;max-width:1200px;width:100%;margin:0 auto;padding:clamp(110px,15vh,170px) clamp(20px,5vw,64px) 0}
.hero-title{font-family:Newsreader,serif;font-weight:300;letter-spacing:-0.02em;line-height:1.04;font-size:clamp(2.5rem,6.4vw,5.2rem);margin:0;max-width:14ch}
.hero-title-line{display:block}
.hero-title-line--soft{color:var(--teal-soft)}
.hero-title-line--ink{color:var(--ink)}
.hero-desc{max-width:42ch;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65;color:var(--ink);margin:28px 0 36px}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.hero-caption{margin:32px 0 0}

.content-wrap{position:relative;z-index:2;background:var(--cream);border-radius:32px 32px 0 0;box-shadow:0 -28px 70px rgba(22,57,74,0.28)}

/* ==========================================================================
   #prueba
   ========================================================================== */
.stat-card{background:var(--ink);border-radius:24px;padding:clamp(30px,5vw,60px);margin-top:clamp(40px,6vw,64px)}
.stat-card-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:18px;font-family:'IBM Plex Mono',monospace}
.stat-num{}
.stat-num--dir{font-size:clamp(2rem,5vw,3.4rem);color:var(--cream)}
.stat-num--ota{font-size:clamp(1.1rem,2.4vw,1.6rem);color:var(--ice)}
.stat-bar{display:flex;height:52px;border-radius:10px;overflow:hidden}
.stat-bar-seg{display:flex;align-items:center;min-width:0}
.stat-bar-seg--dir{background:var(--cream);padding-left:16px}
.stat-bar-seg--ota{background:var(--teal-soft);justify-content:flex-end;padding-right:12px;min-width:56px;overflow:hidden}
.stat-bar-label{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.18em}
.stat-bar-label--dir{color:var(--ink)}
.stat-bar-label--ota{color:var(--cream)}
.stat-caption{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.18em;color:rgba(244,241,234,0.6);margin:16px 0 0}
.stat-quote{font-family:Newsreader,serif;font-weight:300;font-size:clamp(1.25rem,2.2vw,1.7rem);line-height:1.45;color:var(--cream);margin:34px 0 0;max-width:36ch}

/* ==========================================================================
   #problema
   ========================================================================== */
.grid-2-problema{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(28px,5vw,80px);align-items:start;margin-bottom:clamp(40px,6vw,70px)}
.chart-svg{width:100%;height:auto;display:block}
.chart-months{display:flex;justify-content:space-between;margin-top:10px;font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.06em;color:rgba(244,241,234,0.6)}
.chart-legend{display:flex;flex-wrap:wrap;gap:14px 24px;margin-top:20px;font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.14em;color:rgba(244,241,234,0.7)}
.chart-legend-item{display:inline-flex;align-items:center;gap:10px}
.chart-legend-swatch{width:26px}
.chart-legend-swatch--dashed{border-top:2px dashed var(--sand)}
.chart-legend-swatch--solid{border-top:3px solid var(--terracotta)}
.chart-legend-note{color:rgba(244,241,234,0.5)}

/* ==========================================================================
   #que-hacemos
   ========================================================================== */
.cards-cuatro{display:grid;gap:22px}
.card{background:var(--card);border:1px solid var(--sand);border-radius:20px;padding:clamp(28px,4.5vw,52px);box-shadow:0 14px 40px rgba(22,57,74,0.08)}
.cards-cuatro .stack-card:nth-child(1){top:104px}
.cards-cuatro .stack-card:nth-child(2){top:122px}
.cards-cuatro .stack-card:nth-child(3){top:140px}
.cards-cuatro .stack-card:nth-child(4){top:158px}
.card-title{font-family:Newsreader,serif;font-weight:400;font-size:clamp(1.3rem,2vw,1.7rem);color:var(--ink);margin:0 0 12px}

/* ==========================================================================
   #metodo
   ========================================================================== */
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(24px,3.5vw,44px)}
.step{border-top:2px solid var(--terracotta);padding-top:22px}

/* ==========================================================================
   Separador con foto (parallax)
   ========================================================================== */
.photo-break{position:relative;overflow:hidden;height:70vh;min-height:380px}
.photo-break-img{position:absolute;left:0;right:0;top:-20%;width:100%;height:140%;object-fit:cover;will-change:transform}
.photo-break-caption{position:absolute;left:clamp(20px,5vw,64px);bottom:28px;margin:0;font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.18em;line-height:2;color:var(--cream);text-shadow:0 1px 12px rgba(22,57,74,0.6)}

/* ==========================================================================
   #booking
   ========================================================================== */
.faq-list{margin:0}
.faq-item{padding:clamp(24px,3.5vw,36px) 0;border-top:1px solid rgba(244,241,234,0.18)}
.faq-item--last{border-bottom:1px solid rgba(244,241,234,0.18)}
.faq-q{font-family:Newsreader,serif;font-weight:400;font-size:clamp(1.2rem,1.9vw,1.5rem);color:var(--cream);margin:0 0 10px}
.faq-a{margin:0;font-size:1.02rem;line-height:1.7;color:rgba(244,241,234,0.85);max-width:56ch}

/* ==========================================================================
   #calculadora
   ========================================================================== */
.calc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(28px,4vw,56px);align-items:start}
.calc-inputs{display:grid;gap:26px}
.field-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}
.field-label{font-size:14.5px;font-weight:500;color:var(--ink)}
.field-number{width:84px;padding:8px 10px;border:1px solid var(--sand);border-radius:10px;background:var(--card);font-family:'IBM Plex Mono',monospace;font-size:15px;color:var(--ink);text-align:right}
.field-range{width:100%}
.calc-results{background:var(--card);border:1px solid var(--sand);border-radius:24px;padding:clamp(28px,4vw,48px)}
.result-label{font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:0.16em;color:var(--teal);margin:0 0 8px}
.result-label--tall{line-height:1.8}
.result-value{font-family:'IBM Plex Mono',monospace;letter-spacing:-0.01em;margin:0 0 30px}
.result-value--pagas{font-size:clamp(1.7rem,3.4vw,2.6rem);color:var(--ink)}
.result-value--recuperas{font-size:clamp(2.5rem,5.5vw,4.2rem);color:var(--rust);letter-spacing:-0.02em;margin:0 0 30px}
.result-mathline{font-family:'IBM Plex Mono',monospace;font-size:11.5px;line-height:1.9;letter-spacing:0.04em;color:var(--teal);margin:30px 0 0;border-top:1px solid var(--sand);padding-top:18px}
.result-mathline + .result-mathline{border-top:none;margin-top:10px;padding-top:0}
.result-disclaimer{font-size:0.85rem;line-height:1.6;color:var(--teal);margin:14px 0 0}

/* ==========================================================================
   #nosotros
   ========================================================================== */
.nosotros-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(32px,5vw,72px);align-items:start}
.nosotros-photo-col{max-width:380px}
.nosotros-photo-frame{width:100%;aspect-ratio:4/5;border-radius:20px;overflow:hidden}
.nosotros-photo-img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}
.nosotros-name{font-family:Newsreader,serif;font-weight:400;font-size:1.4rem;color:var(--cream);margin:20px 0 2px}
.nosotros-role{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.16em;color:var(--ice);margin:0}
.nosotros-copy{font-size:clamp(1.02rem,1.4vw,1.15rem);line-height:1.85;color:rgba(244,241,234,0.87)}
.nosotros-copy p{margin:0 0 20px}
.nosotros-copy p:last-child{margin:0}

/* ==========================================================================
   #contacto
   ========================================================================== */
.conditions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:clamp(40px,6vw,60px)}
.condition-card{border:1px solid var(--sand);border-radius:16px;padding:24px 20px;background:var(--card)}
.condition-card p{line-height:1.9;margin:0}
.contact-links{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(20px,4vw,44px);margin-top:36px}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer{padding:clamp(50px,7vw,80px) clamp(20px,5vw,64px)}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:28px}
.footer-tagline{margin:0;color:rgba(244,241,234,0.85);font-size:14.5px;line-height:1.7}
.footer-brand{font-family:Newsreader,serif;font-size:17px;color:var(--cream)}
.footer-nav{display:flex;flex-wrap:wrap;gap:8px 26px;font-size:13.5px}
.footer-link{color:rgba(244,241,234,0.7)}
.footer-link:hover{color:var(--terracotta-soft)}
.footer-meta{display:flex;flex-wrap:wrap;gap:8px 26px;font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.08em}
.footer-meta-link{color:rgba(244,241,234,0.6)}
.footer-meta-link:hover{color:var(--terracotta-soft)}

/* ==========================================================================
   Barra móvil fija
   ========================================================================== */
.mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;gap:10px;padding:12px 14px calc(12px + env(safe-area-inset-bottom));background:rgba(244,241,234,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--sand)}
.mobile-bar-primary{flex:1.4;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--rust);color:var(--cream);font-weight:500;font-size:14.5px;padding:13px 10px;border-radius:999px}
.mobile-bar-primary:hover{background:var(--rust-dark);color:var(--cream)}
.mobile-bar-secondary{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ink);color:var(--ink);font-weight:500;font-size:14.5px;padding:13px 10px;border-radius:999px}
.mobile-bar-secondary:hover{border-color:var(--rust);color:var(--rust)}

/* ==========================================================================
   Páginas legales (aviso-legal.html, privacidad.html)
   ========================================================================== */
.legal-main{max-width:720px;margin:0 auto;padding:clamp(60px,10vw,110px) clamp(20px,5vw,40px) 90px}
.legal-back{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:0.14em;text-decoration:none;color:var(--teal)}
.legal-title{font-family:Newsreader,serif;font-weight:300;letter-spacing:-0.015em;font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin:28px 0 32px}
.legal-body{font-size:1rem;line-height:1.8;color:var(--teal)}
.legal-body h2{font-family:Newsreader,serif;font-weight:400;font-size:1.35rem;color:var(--ink);margin:36px 0 12px}
.legal-body p{margin:0 0 14px}
.legal-body a{text-decoration:underline;text-underline-offset:3px}
.legal-body p:last-child{margin:0}
