/* ========================================================================
   CAPA 4 · SECCIONES
   ------------------------------------------------------------------------
   Estilos específicos de cada bloque de la página, en el orden en que
   aparecen. Cada sección está delimitada por su banner. Los breakpoints
   viven aparte en responsive.css.
   ======================================================================== */

/* ============================= NAV ===================================== */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:100; height:var(--nav-h);
  display:flex; align-items:center;
  background:rgba(252,250,246,.82); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid transparent; transition:border-color .25s, box-shadow .25s, background .25s;
}
.nav.scrolled{ border-bottom-color:var(--line); box-shadow:0 4px 24px -16px rgba(21,48,61,.3); }
.nav .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:inline-flex; align-items:center; gap:10px; text-decoration:none; flex:0 0 auto; }
.brand svg{ width:26px; height:28px; display:block; }
.brand .wm{ font-size:20px; font-weight:700; letter-spacing:-.025em; color:var(--navy); white-space:nowrap; }
.nav-links{ display:flex; align-items:center; gap:2px; margin:0 auto; padding:4px; background:rgba(37,75,98,.045); border:1px solid var(--line); border-radius:99px; }
.nav-links a{
  font-size:14px; font-weight:500; color:var(--muted); text-decoration:none;
  padding:8px 15px; border-radius:99px; transition:background .15s, color .15s; white-space:nowrap;
}
.nav-links a:hover{ background:rgba(37,75,98,.07); color:var(--ink); }
.nav-links a.active{ background:var(--navy); color:#fff; font-weight:600; }
.nav-cta{ flex:0 0 auto; display:flex; align-items:center; gap:10px; }
.nav-cta .btn{ height:44px; padding:0 20px; font-size:15px; }
.nav-burger{ display:none; width:44px; height:44px; border:1px solid var(--line); border-radius:11px; background:#fff; color:var(--navy); cursor:pointer; align-items:center; justify-content:center; }

/* menú móvil */
.mobile-menu{
  position:fixed; inset:var(--nav-h) 0 auto 0; z-index:99; background:var(--paper);
  border-bottom:1px solid var(--line); box-shadow:0 18px 40px -24px rgba(21,48,61,.4);
  padding:14px 28px 22px; display:none; flex-direction:column; gap:2px;
}
.mobile-menu.open{ display:flex; }
.mobile-menu a{ font-size:16px; font-weight:500; color:var(--ink); text-decoration:none; padding:13px 8px; border-bottom:1px solid var(--line); }
.mobile-menu a:last-of-type{ border-bottom:none; }
.mobile-menu .btn{ margin-top:14px; }

/* ============================= HERO ==================================== */
.hero{
  position:relative; overflow:hidden; color:var(--ink);
  background:linear-gradient(162deg,#FBF5EA 0%,#F5ECDC 100%);
  padding:calc(var(--nav-h) + 72px) 0 88px;
}
.hero::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(760px 400px at 90% 4%, rgba(221,165,58,.16), transparent 60%);
}
.hero .wrap{ position:relative; z-index:1; display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.hero-kicker{
  display:inline-flex; align-items:center; gap:8px; font-size:12.5px; font-weight:700;
  letter-spacing:.1em; color:var(--amber-text); text-transform:uppercase;
  background:rgba(221,165,58,.14); border-radius:99px; padding:7px 14px; margin-bottom:24px;
}
.hero-kicker .dot{ width:7px; height:7px; border-radius:50%; background:var(--green); }
.hero h1{
  font-size:clamp(30px, 4.4vw, 56px); font-weight:700; letter-spacing:-.04em;
  line-height:1.04; margin:0; color:var(--ink); text-wrap:balance;
}
.hero h1 .nw{ white-space:nowrap; }
.hero h1 .amber{ color:var(--amber-text); }
.hero-sub{ font-size:clamp(17px,1.55vw,20px); line-height:1.5; color:var(--muted); margin:24px 0 0; max-width:44ch; text-wrap:pretty; }
.hero-sub strong{ color:var(--ink); font-weight:600; }
.hero-actions{ display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.hero-master{ margin:24px 0 0; font-size:clamp(16px,1.4vw,19px); line-height:1.5; color:var(--muted); max-width:42ch; text-wrap:pretty; }
.hero-master strong{ color:var(--ink); font-weight:600; }
.hero-beats{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:40px; padding-top:26px; border-top:1px solid var(--line); }
.hero-beat{ display:flex; flex-direction:column; gap:3px; }
.hero-beat .bn{ display:flex; align-items:center; gap:8px; font-size:15px; font-weight:700; color:var(--navy); }
.hero-beat .bn::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--amber); }
.hero-beat .bl{ font-size:13.5px; color:var(--faint); padding-left:16px; }

/* hero figure: foto real del inmueble + chip de renta */
.hero-fig{ position:relative; }
.hero-photo-wrap{ position:relative; }
.hero-photo{
  position:relative; width:100%; aspect-ratio:5/4; border-radius:22px; overflow:hidden;
  box-shadow:0 30px 64px -28px rgba(20,44,57,.4); border:1px solid #F0E7D6;
}
.hero-photo image-slot{ display:block; width:100%; height:100%; }
.rent-chip{
  position:absolute; right:-14px; top:-18px; background:#fff; color:var(--ink);
  border-radius:18px; padding:16px 20px; box-shadow:0 24px 50px -18px rgba(20,44,57,.4);
  display:flex; flex-direction:column; gap:2px; min-width:188px; z-index:5;
}
.rent-chip .rc-l{ font-size:11.5px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--faint); }
.rent-chip .rc-v{ font-size:30px; font-weight:700; letter-spacing:-.02em; color:var(--navy); line-height:1.05; }
.rent-chip .rc-v .pct{ font-size:15px; font-weight:600; color:var(--amber-text); }
.rent-chip .rc-s{ font-size:12px; color:var(--muted); }
@media (prefers-reduced-motion:no-preference){ .rent-chip{ animation:floaty 5s ease-in-out infinite; } }
@keyframes floaty{ 50%{ transform:translateY(-9px); } }

/* ========================= CÓMO FUNCIONA =============================== */
.steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:54px; }
.step{ background:var(--white); border:1px solid var(--line); border-radius:var(--r-card); padding:34px 32px; box-shadow:var(--shadow-card); display:flex; flex-direction:column; }
.step-n{ display:flex; align-items:center; gap:14px; font-size:32px; font-weight:700; letter-spacing:-.02em; color:var(--navy); line-height:1; margin-bottom:20px; }
.step-n::after{ content:""; flex:1; height:1px; background:var(--line); }
.step h3{ font-size:20px; font-weight:600; letter-spacing:-.02em; margin:0 0 9px; color:var(--ink); text-wrap:balance; }
.step p{ font-size:15.5px; line-height:1.55; color:var(--muted); margin:0; text-wrap:pretty; }
.step p .hi{ color:var(--amber-text); font-weight:600; }

/* ========================= RENTA (protagonista) ======================= */
.renta{ background:var(--navy); color:#fff; }
.renta .wrap{ display:grid; grid-template-columns:1.1fr .9fr; gap:64px; align-items:center; }
.renta h2{ color:#fff; }
.renta h2 em{ color:var(--amber); }
.renta .lede{ color:rgba(255,255,255,.8); }
.renta-proof{ margin-top:30px; display:flex; flex-direction:column; }
.renta-proof .rp{ display:flex; gap:16px; align-items:flex-start; padding:20px 0; border-top:1px solid rgba(255,255,255,.12); }
.renta-proof .rp:first-child{ border-top:none; padding-top:4px; }
.renta-proof .rp-ic{ flex:0 0 auto; width:44px; height:44px; border-radius:12px; background:rgba(221,165,58,.16); border:1px solid rgba(221,165,58,.34); color:var(--amber); display:flex; align-items:center; justify-content:center; }
.renta-proof .rp-t{ font-size:16.5px; font-weight:700; color:#fff; margin:0; letter-spacing:-.01em; }
.renta-proof .rp-d{ font-size:14.5px; line-height:1.5; color:rgba(255,255,255,.7); margin:4px 0 0; text-wrap:pretty; }
.renta-card{
  background:#fff; color:var(--ink); border-radius:22px; padding:36px;
  box-shadow:0 40px 80px -30px rgba(0,0,0,.5);
}
.renta-card .rc-label{ font-size:13px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--faint); margin:0; }
.renta-card .rc-big{ font-size:clamp(48px,6.5vw,72px); font-weight:700; letter-spacing:-.03em; color:var(--navy); line-height:1; margin:10px 0 0; }
.renta-card .rc-big .pct{ font-size:.5em; }
.renta-card .rc-meta{ font-size:14.5px; color:var(--muted); margin:14px 0 0; line-height:1.5; text-wrap:pretty; }
.renta-card .rc-attrs{ display:flex; flex-wrap:wrap; gap:10px 18px; margin-top:24px; padding-top:22px; border-top:1px solid var(--line); }
.renta-card .rc-attr{ display:inline-flex; align-items:center; gap:7px; font-size:13.5px; font-weight:600; color:var(--navy); }
.renta-card .rc-attr svg{ color:var(--green); flex:0 0 auto; }
.renta-card .rc-div{ height:1px; background:var(--line); margin:26px 0 22px; }
.renta-card .rc-split{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.renta-card .rc-split .s-k{ font-size:12.5px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:var(--faint); }
.renta-card .rc-split .s-v{ font-size:15.5px; font-weight:600; color:var(--ink); margin-top:5px; line-height:1.35; }
.renta-card .rc-split .s-v.contratada{ color:var(--green); }

/* ========================= PLUSVALÍA (curva) ========================== */
.plus .wrap{ display:grid; grid-template-columns:.92fr 1.08fr; gap:64px; align-items:center; }
.curve-card{ background:var(--white); border:1px solid var(--line); border-radius:20px; padding:30px 30px 24px; box-shadow:var(--shadow-card); }
.curve-card .cc-head{ display:flex; flex-direction:column; align-items:center; gap:5px; margin-bottom:16px; text-align:center; }
.curve-card .cc-eyebrow{ font-size:11.5px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:var(--amber-text); }
.curve-card .cc-title{ font-size:19px; font-weight:600; letter-spacing:-.02em; color:var(--ink); }
.curve-card .cc-info{ display:inline-flex; align-items:center; justify-content:center; position:relative; margin-left:7px; padding:0; width:20px; height:20px; vertical-align:-3px; border:none; border-radius:50%; background:none; color:var(--muted); cursor:help; transition:color .15s ease; }
.curve-card .cc-info:hover, .curve-card .cc-info:focus-visible{ color:var(--amber-text); outline:none; }
.curve-card .cc-tip{ position:absolute; bottom:calc(100% + 9px); left:50%; transform:translateX(-50%) translateY(4px); width:248px; padding:11px 13px; background:var(--ink); color:#fff; font-size:12.5px; font-weight:400; line-height:1.45; letter-spacing:0; text-transform:none; text-align:left; border-radius:10px; box-shadow:0 8px 24px rgba(20,40,55,.22); opacity:0; visibility:hidden; transition:opacity .16s ease, transform .16s ease; z-index:20; pointer-events:none; }
.curve-card .cc-tip strong{ color:#F3C76B; font-weight:700; }
.curve-card .cc-tip::after{ content:""; position:absolute; top:100%; left:50%; transform:translateX(-50%); border:6px solid transparent; border-top-color:var(--ink); }
.curve-card .cc-info:hover .cc-tip, .curve-card .cc-info:focus-visible .cc-tip{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }
.curve-card .cc-range{ font-size:14px; font-weight:700; color:var(--amber-text); }
.curve-wrap{ position:relative; }
.curve-svg{ width:100%; height:auto; display:block; }
.curve-foot{ display:flex; justify-content:space-between; margin-top:6px; font-size:12.5px; color:var(--faint); }
/* readout elegante bajo la curva */
.curve-readout{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; flex-wrap:wrap; margin-top:14px; padding-top:20px; border-top:1px solid var(--line); }
.curve-readout .cr-main{ display:flex; flex-direction:column; gap:3px; }
.curve-readout .cr-k{ font-size:11.5px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--faint); }
.curve-readout .cr-v{ font-size:36px; font-weight:700; letter-spacing:-.025em; line-height:1; color:var(--amber-text); }
.curve-readout .cr-v small{ font-size:14px; font-weight:600; color:var(--muted); margin-left:7px; letter-spacing:0; }
.curve-readout .cr-desc{ display:flex; flex-direction:column; align-items:flex-end; gap:3px; text-align:right; }
.curve-readout .cr-phase{ font-size:15px; font-weight:600; color:var(--ink); text-wrap:balance; }
.curve-readout .cr-sub{ font-size:12px; color:var(--faint); }
.plus .whisper{ font-size:14px; color:var(--faint); font-style:italic; margin:24px 0 0; max-width:50ch; text-wrap:pretty; }
.plus-drivers{ margin-top:30px; padding-top:26px; border-top:1px solid var(--line); }
.plus-drivers .pd-label{ font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--faint); margin:0 0 16px; }
.plus-drivers .pd{ display:flex; gap:12px; align-items:flex-start; margin-top:13px; font-size:14.5px; line-height:1.5; color:var(--muted); text-wrap:pretty; }
.plus-drivers .pd:first-of-type{ margin-top:0; }
.plus-drivers .pd-ic{ flex:0 0 auto; width:30px; height:30px; border-radius:8px; background:var(--amber-soft); color:var(--amber-text); display:flex; align-items:center; justify-content:center; }
.plus-drivers .pd strong{ color:var(--ink); font-weight:600; }
/* término con tooltip (valor de referencia) */
.term{ position:relative; cursor:help; }
.term strong{ border-bottom:1px dotted var(--amber-text); padding-bottom:1px; }
/* CTA hacia la calculadora */
.plus-link{ display:inline-flex; align-items:center; gap:8px; margin-top:26px; font-size:15px; font-weight:600; color:var(--amber-text); text-decoration:none; transition:gap .15s; }
.plus-link svg{ transition:transform .15s; }
.plus-link:hover{ gap:11px; }
.plus-link:hover svg{ transform:translateX(2px); }
/* plusvalía interactiva: selector de plazo + cifras */
.plus-toggle{ display:flex; width:fit-content; gap:4px; padding:4px; background:var(--info-bg); border:1px solid var(--line); border-radius:99px; margin:2px auto 10px; }
.plus-toggle button{ font-family:inherit; font-size:14px; font-weight:600; color:var(--muted); background:none; border:none; cursor:pointer; padding:8px 18px; border-radius:99px; transition:background .15s, color .15s; }
.plus-toggle button:hover{ color:var(--ink); }
.plus-toggle button.on{ background:var(--navy); color:#fff; }
#plusGuide, #plusDot{ transition:transform .45s cubic-bezier(.4,0,.2,1); }
.plus-figs{ display:grid; grid-template-columns:1fr; gap:14px; margin-top:18px; }
.plus-figs .pf{ background:var(--info-bg); border:1px solid var(--info-border); border-radius:12px; padding:14px 16px; }
.plus-figs .pf-accent{ background:var(--amber-soft); border-color:rgba(221,165,58,.4); }
.plus-figs .pf-k{ display:block; font-size:11.5px; font-weight:600; letter-spacing:.03em; text-transform:uppercase; color:var(--faint); line-height:1.3; }
.plus-figs .pf-v{ display:block; font-size:26px; font-weight:700; letter-spacing:-.02em; color:var(--navy); margin-top:5px; }
.plus-figs .pf-v small{ font-size:13px; font-weight:600; color:var(--muted); }
.plus-figs .pf-accent .pf-v, .plus-figs .pf-accent .pf-v small{ color:var(--amber-text); }
.plus-note{ font-size:12.5px; color:var(--faint); margin:18px 0 0; line-height:1.5; text-wrap:pretty; }

/* ============================= PLANES ================================= */
.planes{ background:var(--info-bg); }
.planes-msg{
  display:flex; align-items:center; gap:13px; justify-content:center; text-align:center;
  background:var(--white); border:1px solid var(--info-border); border-radius:14px;
  padding:18px 24px; margin:40px auto 0; max-width:760px; font-size:16px; font-weight:500;
  color:var(--navy-ink); line-height:1.45; text-wrap:pretty;
}
.planes-msg strong{ color:var(--navy); font-weight:700; }
.planes-msg .pm-ic{ flex:0 0 auto; width:34px; height:34px; border-radius:9px; background:var(--amber-soft); color:var(--amber-text); display:flex; align-items:center; justify-content:center; }
.planes-realize{ margin-top:24px; }
.plan-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:36px; align-items:stretch; }
.plan{ position:relative; background:#fff; border:1px solid var(--line); border-radius:18px; padding:30px; display:flex; flex-direction:column; box-shadow:var(--shadow-card); cursor:pointer; transition:transform .2s, box-shadow .2s, border-color .18s; }
.plan.feat{ border-color:var(--navy); box-shadow:0 24px 56px -26px rgba(37,75,98,.5); }
/* botón seleccionar + estado elegido */
.plan-select{ margin-top:20px; width:100%; height:48px; border-radius:var(--r-btn); border:1px solid var(--line-strong); background:transparent; color:var(--navy); font-family:inherit; font-size:15px; font-weight:600; letter-spacing:-.01em; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; transition:background .15s, border-color .15s, color .15s; }
.plan-select:hover{ background:var(--info-bg); border-color:var(--navy); }
.plan.selected{ border-color:var(--navy); box-shadow:0 0 0 2px var(--navy) inset, var(--shadow-lift); transform:translateY(-2px); }
.plan.selected .plan-select{ background:var(--navy); color:#fff; border-color:var(--navy); }
.plan.selected .plan-select:hover{ background:#1E3F53; }
.plan-flag{ position:absolute; top:-13px; left:50%; transform:translateX(-50%); white-space:nowrap; background:var(--navy); color:#fff; font-size:12px; font-weight:600; letter-spacing:.04em; padding:6px 16px; border-radius:99px; }
/* etiqueta que solo aparece al seleccionar el plan (3 y 5 años) */
.plan-flag-sel{ display:none; }
.plan.selected .plan-flag-sel{ display:inline-block; }
.plan-yr{ display:flex; align-items:baseline; gap:8px; }
.plan-yr .n{ font-size:46px; font-weight:700; letter-spacing:-.03em; color:var(--navy); line-height:1; }
.plan-yr .u{ font-size:17px; font-weight:600; color:var(--muted); }
.plan-tag{ font-size:15px; font-weight:600; color:var(--amber-text); margin:14px 0 0; }
.plan ul{ list-style:none; padding:22px 0 0; margin:22px 0 0; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:14px; flex:1; }
.plan ul li{ display:flex; gap:11px; align-items:flex-start; font-size:14.5px; line-height:1.45; color:var(--ink); text-wrap:pretty; }
.plan ul li .ic{ flex:0 0 auto; width:22px; height:22px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:1px; }
.plan ul li .ic.yes{ background:var(--info-bg); color:var(--navy); }
.plan ul li .ic svg{ width:12px; height:12px; stroke-width:2.8; }
.plan ul li .ic.soft{ background:var(--amber-soft); color:var(--amber-text); }
.plan ul li .k{ color:var(--muted); }
.plan ul li b{ color:var(--ink); font-weight:600; }
.plan-exit{ margin-top:22px; padding-top:18px; border-top:1px solid var(--line); display:flex; align-items:baseline; justify-content:space-between; gap:10px; }
.plan-exit .pe-k{ font-size:13px; color:var(--muted); }
.plan-exit .pe-v{ font-size:20px; font-weight:700; color:var(--navy); }
.planes-foot{ font-size:14px; color:var(--faint); text-align:center; margin:30px auto 0; max-width:64ch; line-height:1.6; text-wrap:pretty; }

/* --- Cómo crece: dos motores (renta + plusvalía) --------------------- */
.grow-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-top:52px; align-items:stretch; }
.motor{ position:relative; background:#fff; border:1px solid rgba(37,75,98,.06); border-radius:24px; padding:40px 38px; display:flex; flex-direction:column; box-shadow:0 1px 2px rgba(34,48,58,.03); }
.motor-top{ display:flex; align-items:center; gap:15px; }
.motor-ic{ flex:0 0 auto; width:40px; height:40px; border-radius:11px; display:flex; align-items:center; justify-content:center; }
.motor-ic svg{ width:20px; height:20px; stroke-width:1.8; }
.motor.rent .motor-ic{ background:var(--info-bg); color:var(--navy); }
.motor.plus .motor-ic{ background:var(--amber-soft); color:var(--amber-text); }
.motor-kicker{ display:block; font-size:11px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:var(--faint); }
.motor h3{ font-size:23px; font-weight:600; letter-spacing:-.02em; color:var(--ink); margin:2px 0 0; line-height:1.1; }
.motor-viz{ margin:36px 0 32px; }
.motor-viz svg{ display:block; width:100%; height:auto; }
.motor p{ font-size:15.5px; line-height:1.62; color:var(--muted); margin:0; text-wrap:pretty; }
.motor p b{ color:var(--ink); font-weight:600; }
.motor-foot{ margin-top:auto; padding-top:20px; border-top:1px solid var(--line); display:flex; align-items:center; gap:9px; font-size:12px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; }
.motor .motor-foot{ margin-top:28px; }
.motor.rent .motor-foot{ color:var(--navy); }
.motor.plus .motor-foot{ color:var(--amber-text); }
.motor-foot .mf-dot{ width:6px; height:6px; border-radius:50%; background:currentColor; flex:0 0 auto; opacity:.7; }

/* =========================== INMUEBLES ================================ */
/* carrusel: 3 visibles, scroll-snap + flechas + swipe */
.props-carousel{ position:relative; margin-top:50px; }
.props-track{ display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:6px; margin:-6px; scrollbar-width:none; -ms-overflow-style:none; }
.props-track::-webkit-scrollbar{ display:none; }
.props-track .prop{ flex:0 0 calc((100% - 44px) / 3); scroll-snap-align:start; }
.pc-arrow{ position:absolute; top:115px; transform:translateY(-50%); z-index:5; width:46px; height:46px; border-radius:50%; border:1px solid var(--line-strong); background:var(--white); color:var(--navy); display:flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:var(--shadow-lift); transition:background .15s, border-color .15s, opacity .2s; }
.pc-arrow:hover{ background:var(--info-bg); border-color:var(--navy); }
.pc-prev{ left:-22px; }
.pc-next{ right:-22px; }
.pc-arrow:disabled{ opacity:.32; cursor:default; pointer-events:none; }
.prop{ background:#fff; border:1px solid var(--line); border-radius:18px; overflow:hidden; box-shadow:var(--shadow-card); transition:transform .25s, box-shadow .25s, border-color .25s; }
.prop:hover{ transform:translateY(-5px); box-shadow:var(--shadow-lift); border-color:var(--line-strong); }
.prop-img{ position:relative; height:230px; overflow:hidden; }
.prop-img img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.prop:hover .prop-img img{ transform:scale(1.06); }
.prop-shade{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(15,30,40,0) 38%, rgba(13,24,30,.82)); }
.prop-occ{ position:absolute; top:14px; right:14px; display:inline-flex; align-items:center; gap:7px; background:rgba(21,40,52,.66); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,.2); border-radius:99px; padding:6px 13px; font-size:12.5px; font-weight:600; color:#fff; }
.prop-occ .gdot{ width:7px; height:7px; border-radius:50%; background:var(--amber); }
.prop-cap{ position:absolute; left:18px; right:18px; bottom:16px; }
.prop-cap .prop-type{ display:inline-block; font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--amber-soft); margin-bottom:6px; }
.prop-cap .nm{ font-size:19px; font-weight:600; letter-spacing:-.015em; color:#fff; margin:0; text-wrap:balance; }
.prop-foot{ display:flex; align-items:center; justify-content:space-between; gap:10px; padding:15px 20px; }
.prop-foot .loc{ display:flex; align-items:center; gap:6px; font-size:13.5px; color:var(--muted); margin:0; }
.prop-foot a.loc{ text-decoration:none; transition:color .15s ease; }
.prop-foot a.loc:hover{ color:var(--navy); }
.prop-foot a.loc .loc-ext{ opacity:0; margin-left:-2px; transition:opacity .15s ease; }
.prop-foot a.loc:hover .loc-ext{ opacity:.65; }
.prop-foot .prop-status{ display:inline-flex; align-items:center; gap:6px; font-size:12.5px; font-weight:600; color:var(--navy); }
.prop-foot .prop-status svg{ color:var(--amber-text); flex:0 0 auto; }

/* ============================ LIQUIDEZ (moat) ========================= */
.liq{ background:var(--navy); color:#fff; overflow:hidden; }
.liq::before{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(900px 480px at 85% -10%, rgba(221,165,58,.14), transparent 60%); }
.liq .wrap{ position:relative; z-index:1; }
.liq-head{ max-width:960px; }
.liq h2{ font-size:clamp(30px,4.2vw,50px); font-weight:600; letter-spacing:-.03em; line-height:1.04; margin:0; color:#fff; text-wrap:balance; }
.liq h2 em{ font-style:normal; color:var(--amber); }
.liq .lede{ font-size:clamp(17px,1.5vw,20px); line-height:1.55; color:rgba(255,255,255,.8); margin:20px 0 0; max-width:74ch; text-wrap:pretty; }
.liq-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:48px; }
.liq-card{ display:flex; flex-direction:column; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); border-radius:18px; padding:28px; transition:background .2s, border-color .2s; }
.liq-card:hover{ background:rgba(255,255,255,.08); border-color:rgba(221,165,58,.4); }
.liq-card .lc-ic{ width:48px; height:48px; border-radius:13px; background:rgba(221,165,58,.16); border:1px solid rgba(221,165,58,.34); color:var(--amber); display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.liq-card .lc-stat{ font-size:32px; font-weight:700; letter-spacing:-.02em; color:#fff; line-height:1; }
.liq-card .lc-t{ font-size:16px; font-weight:600; color:#fff; margin-top:12px; }
.liq-card .lc-d{ font-size:14px; line-height:1.55; color:rgba(255,255,255,.66); margin-top:8px; text-wrap:pretty; }

/* ============================ RESGUARDO (confianza) =================== */
.conf-divider{ margin-top:64px; }
.resguardo{ margin-top:24px; display:grid; grid-template-columns:repeat(3,1fr); background:var(--white); border:1px solid var(--line); border-radius:var(--r-card); box-shadow:var(--shadow-card); overflow:hidden; }
.resguardo .rg{ display:flex; gap:14px; align-items:flex-start; padding:26px; }
.resguardo .rg + .rg{ border-left:1px solid var(--line); }
.resguardo .rg-ic{ flex:0 0 auto; width:42px; height:42px; border-radius:11px; background:var(--info-bg); color:var(--navy); display:flex; align-items:center; justify-content:center; }
.resguardo .rg h4{ font-size:15.5px; font-weight:700; color:var(--ink); margin:0 0 5px; letter-spacing:-.01em; }
.resguardo .rg p{ font-size:13.5px; line-height:1.5; color:var(--muted); margin:0; text-wrap:pretty; }

/* =============================== FAQ ================================== */
.faq-wrap{ max-width:820px; margin:50px auto 0; }
.faq{ border-bottom:1px solid var(--line); }
.faq-q{
  display:flex; align-items:center; justify-content:space-between; gap:18px; width:100%;
  padding:24px 4px; border:none; background:none; font-family:inherit; text-align:left; cursor:pointer;
  font-size:clamp(17px,1.6vw,19px); font-weight:600; color:var(--ink); letter-spacing:-.01em;
}
.faq-chev{ flex:0 0 auto; width:30px; height:30px; border-radius:50%; background:var(--info-bg); color:var(--navy); display:flex; align-items:center; justify-content:center; transition:transform .25s ease; }
.faq.open .faq-chev{ transform:rotate(45deg); }
.faq-a{ overflow:hidden; max-height:0; transition:max-height .3s ease; }
.faq-a .faq-a-in{ padding:0 4px 24px; font-size:16px; line-height:1.6; color:var(--muted); max-width:70ch; text-wrap:pretty; }
.faq-a .faq-a-in strong{ color:var(--ink); font-weight:600; }

/* ============================ CTA FINAL ============================== */
.cta{ background:var(--navy-deep); color:#fff; overflow:hidden; }
.cta::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(900px 460px at 50% -20%, rgba(221,165,58,.16), transparent 62%);
}
.cta .wrap{ position:relative; z-index:1; text-align:center; max-width:760px; }
.cta h2{ font-size:clamp(30px,4.4vw,52px); font-weight:600; letter-spacing:-.03em; line-height:1.05; margin:0; color:#fff; text-wrap:balance; }
.cta h2 .amber{ color:var(--amber); }
.cta p{ font-size:clamp(17px,1.5vw,20px); color:rgba(255,255,255,.82); margin:22px auto 0; max-width:50ch; text-wrap:pretty; }
.cta-actions{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; margin-top:38px; }
.cta-fine{ font-size:13px; color:rgba(255,255,255,.66); margin-top:26px; line-height:1.6; }

/* ============================ ESTIMADOR ============================= */
.est .sec-head{ margin-bottom:56px; }
.est .sec-head h2{ line-height:1.14; }
.est .sec-head .lede{ line-height:1.62; margin-top:18px; }
.est-card{ background:var(--navy-deep); color:#fff; border:1px solid var(--navy-deep); border-radius:22px; box-shadow:var(--shadow-lift); padding:44px 42px; max-width:600px; margin:0 auto; }
.est-inputs{ display:flex; flex-direction:column; gap:30px; padding-bottom:32px; border-bottom:1px solid rgba(255,255,255,.12); }
.est-field{ display:flex; flex-direction:column; gap:16px; }
.est-field-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
.est-field-top label, .est-field-label{ display:flex; align-items:center; gap:10px; font-size:15px; font-weight:600; color:#fff; }
.est-step{ flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px; border-radius:50%; background:var(--amber); color:#3A2A06; font-size:12px; font-weight:700; }
.est-amount{ font-size:32px; font-weight:700; letter-spacing:-.02em; color:#fff; line-height:1; }
.est-range{ -webkit-appearance:none; appearance:none; width:100%; height:6px; border-radius:999px; background:linear-gradient(to right,var(--amber) 0%,var(--amber) 50%,var(--line) 50%,var(--line) 100%); outline:none; cursor:pointer; }
.est-range::-webkit-slider-thumb{ -webkit-appearance:none; appearance:none; width:24px; height:24px; border-radius:50%; background:var(--navy); border:3px solid #fff; box-shadow:0 2px 6px rgba(21,48,61,.3); cursor:pointer; }
.est-range::-moz-range-thumb{ width:24px; height:24px; border-radius:50%; background:var(--navy); border:3px solid #fff; box-shadow:0 2px 6px rgba(21,48,61,.3); cursor:pointer; }
.est-ends{ display:flex; justify-content:space-between; font-size:12px; color:rgba(255,255,255,.55); }
.est-toggle{ display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.est-toggle button{ height:54px; border:1px solid var(--line-strong); border-radius:12px; background:#fff; font-family:inherit; font-size:15px; font-weight:600; color:var(--muted); cursor:pointer; transition:all .15s ease; }
.est-toggle button:hover{ border-color:var(--navy); color:var(--navy); }
.est-toggle button.on{ background:var(--navy); border-color:var(--navy); color:#fff; }
.est-notes{ list-style:none; margin:4px 0 0; padding:18px 20px; background:rgba(37,75,98,.05); border:1px solid var(--line); border-radius:14px; display:flex; flex-direction:column; gap:13px; }
.est-notes li{ display:flex; align-items:flex-start; gap:11px; font-size:14px; color:var(--muted); line-height:1.5; }
.est-notes .en-ic{ flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px; border-radius:50%; background:rgba(221,165,58,.16); color:var(--amber-text); margin-top:1px; }
.est-result{ color:#fff; padding:32px 0 0; display:flex; flex-direction:column; }
.est-result .er-k{ font-size:13.5px; color:rgba(255,255,255,.6); }
.est-result .er-k em{ font-style:normal; color:var(--amber); font-weight:600; }
.est-result .er-big{ font-size:clamp(40px,5vw,56px); font-weight:700; letter-spacing:-.03em; line-height:1; margin:8px 0 7px; color:#fff; }
.er-cap{ font-size:13px; color:rgba(255,255,255,.55); margin:0 0 22px; }
.er-cap strong{ color:rgba(255,255,255,.78); font-weight:600; }
/* desglose: cómo se compone el patrimonio */
.er-ledger{ display:flex; flex-direction:column; gap:15px; padding:22px 0; margin-top:4px; border-top:1px solid rgba(255,255,255,.12); }
.er-line{ display:grid; grid-template-columns:18px 1fr auto; align-items:baseline; gap:14px; }
.er-line-op{ font-size:18px; font-weight:600; color:var(--amber); line-height:1; }
.er-line-k{ display:flex; flex-direction:column; gap:2px; font-size:14.5px; font-weight:600; color:rgba(255,255,255,.92); }
.er-line-k small{ font-size:12px; font-weight:400; color:rgba(255,255,255,.5); line-height:1.35; }
.er-line-v{ font-size:22px; font-weight:700; letter-spacing:-.02em; color:#fff; white-space:nowrap; }
.er-line-v.amber{ color:var(--amber); }
.er-line-sum{ padding-top:15px; border-top:1px dashed rgba(255,255,255,.18); }
.er-line-sum .er-line-k{ color:#fff; }
.er-line-sum .er-line-v{ font-size:25px; }
/* renta en el camino (aparte del patrimonio) */
.er-aside{ padding:16px 18px; border-radius:13px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); }
.er-aside-top{ display:flex; align-items:baseline; justify-content:space-between; gap:12px; }
.er-aside-k{ font-size:14.5px; font-weight:600; color:rgba(255,255,255,.92); }
.er-aside-v{ font-size:24px; font-weight:700; letter-spacing:-.02em; color:#fff; white-space:nowrap; }
.er-aside-d{ font-size:12.5px; color:rgba(255,255,255,.58); margin:8px 0 0; line-height:1.5; text-wrap:pretty; }
.er-aside-d strong{ color:rgba(255,255,255,.85); font-weight:600; }
.er-gains{ display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:20px 0; border-top:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); }
.erg{ display:flex; flex-direction:column; gap:6px; }
.erg-k{ font-size:13px; color:rgba(255,255,255,.62); }
.erg-v{ font-size:25px; font-weight:700; letter-spacing:-.02em; line-height:1.05; color:#fff; }
.er-generated{ display:flex; align-items:center; gap:13px; margin-top:16px; padding:16px 18px; border-radius:13px; background:rgba(221,165,58,.12); border:1px solid rgba(221,165,58,.3); }
.er-generated:first-child{ margin-top:0; margin-bottom:22px; }
.er-gen-ic{ flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:11px; background:rgba(221,165,58,.2); color:var(--amber); }
.er-gen-txt{ display:flex; flex-direction:column; gap:3px; }
.er-gen-k{ display:flex; flex-direction:column; gap:1px; font-size:13.5px; font-weight:600; color:rgba(255,255,255,.82); }
.er-gen-k small{ font-size:12px; font-weight:400; color:rgba(255,255,255,.5); }
.er-gen-v{ font-size:28px; font-weight:700; letter-spacing:-.02em; line-height:1.05; color:var(--amber); margin-top:3px; }
.er-cta{ display:flex; flex-wrap:wrap; gap:11px; margin-top:26px; }
.er-cta .btn{ flex:1 1 auto; height:50px; }
.er-fine{ font-size:12.5px; color:rgba(255,255,255,.58); line-height:1.6; margin:18px 0 0; text-wrap:pretty; }

/* ============================= FOOTER ================================ */
.footer{ background:var(--navy-deep); color:rgba(255,255,255,.7); border-top:1px solid rgba(255,255,255,.1); padding:56px 0 40px; }
.footer .wrap{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; }
.footer .f-brand .brand .wm{ color:#fff; }
.footer .f-tag{ font-size:14px; line-height:1.6; color:rgba(255,255,255,.62); margin:16px 0 0; max-width:38ch; text-wrap:pretty; }
.footer .f-holding{ display:inline-flex; flex-direction:column; gap:3px; margin-top:22px; padding:13px 16px; border:1px solid rgba(255,255,255,.14); border-radius:12px; text-decoration:none; transition:border-color .15s ease, background .15s ease; }
.footer .f-holding:hover{ border-color:rgba(221,165,58,.55); background:rgba(255,255,255,.03); }
.footer .f-holding .fh-k{ font-size:10.5px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.45); }
.footer .f-holding .fh-brand{ display:inline-flex; align-items:center; gap:5px; font-size:18px; font-weight:700; letter-spacing:.02em; color:#fff; }
.footer .f-holding .fh-ext{ color:var(--amber); opacity:.7; transition:opacity .15s ease; }
.footer .f-holding:hover .fh-ext{ opacity:1; }
.footer .f-holding .fh-d{ font-size:12px; color:rgba(255,255,255,.5); }
.inm-backed{ margin:22px auto 0; max-width:62ch; text-align:center; font-size:14.5px; line-height:1.6; color:var(--muted); text-wrap:pretty; }
.inm-backed strong{ color:var(--ink); font-weight:700; }
.inm-backed a{ display:inline-flex; align-items:center; gap:4px; color:var(--amber-text); font-weight:600; text-decoration:none; border-bottom:1px solid transparent; transition:border-color .15s ease; white-space:nowrap; }
.inm-backed a:hover{ border-bottom-color:currentColor; }
.inm-stats{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:48px; padding:30px 20px; background:var(--white); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow-card); }
.inm-stats .is-item{ display:flex; flex-direction:column; align-items:center; gap:5px; text-align:center; position:relative; }
.inm-stats .is-item + .is-item::before{ content:""; position:absolute; left:-9px; top:50%; transform:translateY(-50%); width:1px; height:38px; background:var(--line); }
.inm-stats .is-n{ font-size:clamp(28px,3.2vw,38px); font-weight:700; letter-spacing:-.03em; color:var(--navy); line-height:1; }
.inm-stats .is-u{ font-size:.5em; font-weight:600; color:var(--amber-text); margin-left:3px; letter-spacing:0; }
.inm-stats .is-l{ font-size:13px; font-weight:500; color:var(--muted); }
/* ---- Franja de prueba social bajo el hero ---- */
.trustbar{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--paper); }
.trustbar .wrap{ display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:16px 40px; padding:22px 24px; }
.tb-lead{ margin:0; font-size:14px; color:var(--muted); text-align:center; }
.tb-lead strong{ color:var(--ink); font-weight:700; }
.tb-stats{ display:flex; align-items:center; gap:26px; flex-wrap:wrap; justify-content:center; }
.tb-item{ display:flex; flex-direction:column; align-items:center; gap:2px; text-align:center; }
.tb-n{ font-size:22px; font-weight:700; letter-spacing:-.02em; color:var(--navy); line-height:1; }
.tb-u{ font-size:.55em; font-weight:600; color:var(--amber-text); margin-left:3px; letter-spacing:0; }
.tb-l{ font-size:12px; font-weight:500; color:var(--muted); }
.tb-sep{ width:1px; height:28px; background:var(--line); }
@media (max-width:640px){
  .trustbar .wrap{ padding:18px 20px; gap:14px; }
  .tb-stats{ gap:14px 18px; }
  .tb-sep{ display:none; }
  .tb-item{ flex:1 0 40%; }
}
.cta-trust{ display:inline-flex; align-items:center; gap:9px; margin:24px auto 0; padding:9px 16px; background:rgba(221,165,58,.12); border:1px solid rgba(221,165,58,.32); border-radius:999px; font-size:14.5px; color:rgba(255,255,255,.9); }
.cta-trust svg{ color:var(--amber); flex:0 0 auto; }
.cta-trust strong{ color:var(--amber); font-weight:700; }
.footer h4{ font-size:12px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.5); margin:0 0 16px; }
.footer ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:11px; }
.footer ul a{ font-size:14.5px; color:rgba(255,255,255,.74); text-decoration:none; transition:color .12s; }
.footer ul a:hover{ color:#fff; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); margin-top:44px; padding-top:24px; display:flex; flex-wrap:wrap; gap:14px 28px; align-items:center; justify-content:space-between; }
.footer-bottom .fb-legal{ font-size:12.5px; color:rgba(255,255,255,.62); line-height:1.6; max-width:80ch; text-wrap:pretty; }
.footer-bottom .fb-note{ font-size:12px; color:rgba(255,255,255,.4); }
