/* ==========================================================================
   Calculapropiedad — Stylesheet v3
   Verde (#2e865f/#1e7756) + negro · Poppins · fondos con imagen por sección.
   ========================================================================== */
:root {
  --green-900: #16432f; --green-800: #1a5a3f; --green-700: #1e7756; --green-600: #2e865f;
  --green-500: #34a06e; --green-400: #65bc7b; --green-200: #b8e6c8; --green-100: #dcfce7; --green-50: #ecf8f0;
  --ink-900: #111513; --ink-800: #1a1a1a; --ink-700: #2c3530; --ink-600: #45514b; --ink-500: #6b766f; --ink-400: #97a09a;
  --red-500: #e63946; --amber-500: #f59e0b;
  --line: #e6ece8; --line-strong: #d3ddd7;
  --bg: #ffffff; --bg-soft: #f4f8f5; --bg-mint: #ecf8f0; --surface: #ffffff; --surface-2: #f8fbf9;
  --text: var(--ink-800); --text-soft: var(--ink-500); --heading: var(--ink-900);
  --shadow-xs: 0 1px 2px rgba(16,40,28,.06); --shadow-sm: 0 2px 8px rgba(16,40,28,.07);
  --shadow-md: 0 10px 30px -10px rgba(16,40,28,.18); --shadow-lg: 0 30px 60px -20px rgba(16,40,28,.28);
  --shadow-green: 0 16px 40px -14px rgba(30,119,86,.45);
  --radius-sm: 10px; --radius: 16px; --radius-lg: 24px; --radius-xl: 32px;
  --container: 1200px;
  --font-display: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ease-out-quint: cubic-bezier(.23,1,.32,1); --ease-out-cubic: cubic-bezier(.33,1,.68,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
}
[data-theme="dark"] {
  --green-100: #16432f; --green-50: #12301f; --line: #243029; --line-strong: #324339;
  --bg: #0c110e; --bg-soft: #11160f; --bg-mint: #0f1b14; --surface: #141b16; --surface-2: #18211b;
  --text: #e6ede9; --text-soft: #9aa8a0; --heading: #f3f8f5; --ink-700: #c4cfc8; --ink-600: #aab4ad;
  --shadow-md: 0 10px 30px -10px rgba(0,0,0,.55); --shadow-lg: 0 30px 60px -20px rgba(0,0,0,.65);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --green-100: #16432f; --green-50: #12301f; --line: #243029; --line-strong: #324339;
    --bg: #0c110e; --bg-soft: #11160f; --bg-mint: #0f1b14; --surface: #141b16; --surface-2: #18211b;
    --text: #e6ede9; --text-soft: #9aa8a0; --heading: #f3f8f5; --ink-700: #c4cfc8; --ink-600: #aab4ad;
    --shadow-md: 0 10px 30px -10px rgba(0,0,0,.55); --shadow-lg: 0 30px 60px -20px rgba(0,0,0,.65);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: var(--green-700); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--green-600); }
h1,h2,h3,h4 { font-family: var(--font-display); color: var(--heading); line-height: 1.12; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem,5vw,3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem,3.6vw,2.5rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
strong { font-weight: 600; color: var(--heading); }

.container { width: min(var(--container), 100% - 2.4rem); margin-inline: auto; }
.container--wide { width: min(1320px, 100% - 2.4rem); margin-inline: auto; }
.section { padding-block: clamp(54px,7vw,96px); position: relative; }
.section--tight { padding-block: clamp(36px,4.5vw,60px); }
.section--soft { background: var(--bg-soft); }
.section--mint { background: var(--bg-mint); }
.muted { color: var(--text-soft); }
.section-head { max-width: 740px; margin: 0 auto clamp(34px,5vw,54px); text-align: center; }
.section-head h2 { margin: 0 0 .35em; }
.section-head p { color: var(--text-soft); font-size: 1.06rem; margin: 0; }
.section-head--light h2, .section-head--light p { color: #fff; }
.section-head--light p { color: rgba(255,255,255,.85); }

/* ---- Header ---- */
.header { position: sticky; top: 0; z-index: 60; background: color-mix(in srgb, var(--bg) 84%, transparent); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 16px; padding: 11px 0; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 800; font-size: 1.18rem; color: var(--heading); letter-spacing: -.02em; }
.brand:hover { color: var(--heading); }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand b { color: var(--green-700); font-weight: 800; }
[data-theme="dark"] .brand b { color: var(--green-400); }
.nav-spacer { flex: 1; }
.nav-links { display: none; gap: 4px; list-style: none; padding: 0; margin: 0; align-items: center; }
.nav-links a { color: var(--ink-700); font-weight: 500; font-size: .95rem; padding: 8px 14px; border-radius: 10px; position: relative; transition: color .15s ease, background .15s ease; }
.nav-links a:hover { color: var(--green-700); background: var(--green-50); }
.nav-links a.is-active { color: var(--green-700); }
.nav-links a.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2px; background: var(--green-600); border-radius: 2px; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink-700); cursor: pointer; display: inline-grid; place-items: center; transition: transform .15s var(--ease-out-quint), border-color .15s ease, color .15s ease; }
.icon-btn:hover { color: var(--green-700); border-color: var(--green-400); transform: translateY(-1px); }
.icon-btn:active { transform: scale(.95); }
.icon-btn svg { width: 19px; height: 19px; }
.theme-toggle .sun { display: none; }
[data-theme="dark"] .theme-toggle .moon { display: none; }
[data-theme="dark"] .theme-toggle .sun { display: block; }
.lang-toggle { display: inline-flex; align-items: center; gap: 7px; height: 42px; padding: 0 13px; border-radius: 12px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink-700); font-weight: 600; font-size: .85rem; cursor: pointer; font-family: var(--font-body); transition: border-color .15s ease, transform .15s var(--ease-out-quint); }
.lang-toggle:hover { border-color: var(--green-400); transform: translateY(-1px); }
.lang-toggle img { width: 20px; height: 14px; border-radius: 3px; object-fit: cover; box-shadow: var(--shadow-xs); }
.menu-toggle { display: inline-grid; }
@media (min-width: 940px) { .nav-links { display: flex; } .menu-toggle { display: none; } }
.mobile-menu { display: none; overflow: hidden; border-top: 1px solid var(--line); }
.mobile-menu.open { display: block; animation: slideDown .3s var(--ease-out-quint); }
.mobile-menu ul { list-style: none; margin: 0; padding: 10px 0 18px; display: grid; gap: 2px; }
.mobile-menu a { display: block; padding: 13px 10px; color: var(--ink-700); font-weight: 500; border-radius: 10px; }
.mobile-menu a:hover { background: var(--green-50); color: var(--green-700); }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }

/* ---- Buttons (hover always readable) ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 26px; border-radius: 999px; font-family: var(--font-display); font-weight: 600; font-size: .96rem; border: 1.5px solid transparent; cursor: pointer; white-space: nowrap; position: relative; overflow: hidden; transition: transform .18s var(--ease-out-quint), box-shadow .25s var(--ease-out-quint), background .2s ease, color .2s ease, border-color .2s ease; }
.btn svg { width: 18px; height: 18px; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-primary { background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; box-shadow: var(--shadow-green); }
.btn-primary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%); transform: translateX(-120%); transition: transform .6s var(--ease-out-quint); }
.btn-primary:hover { color: #fff; box-shadow: 0 22px 48px -16px rgba(30,119,86,.6); }
.btn-primary:hover::after { transform: translateX(120%); }
/* Ghost fills with green on hover -> white text stays visible in both themes */
.btn-ghost { background: var(--surface); color: var(--heading); border-color: var(--line-strong); }
.btn-ghost:hover { background: var(--green-700); color: #fff; border-color: var(--green-700); }
.btn-light { background: #fff; color: var(--green-800); border-color: #fff; }
.btn-light:hover { background: #fff; color: var(--green-900); border-color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-light:hover { background: #fff; color: var(--green-800); border-color: #fff; }
.btn-lg { padding: 15px 30px; font-size: 1.01rem; }
.btn-block { width: 100%; }

/* ---- HERO (imagen de fondo + intro arriba + calculadora ancha) ---- */
.hero { position: relative; isolation: isolate; padding-block: clamp(40px,6vw,74px) clamp(44px,6vw,80px); overflow: hidden; }
/* Aterrizaje limpio al saltar a la calculadora: la tarjeta queda justo bajo el header
   pegajoso, sin dejar visible una franja del fondo del hero por encima. */
#calculadora { scroll-margin-top: 72px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(9,26,18,.86), rgba(12,32,22,.74) 55%, rgba(9,24,16,.9)); }
.hero-intro { max-width: 880px; margin: 0 auto clamp(28px,3.5vw,44px); text-align: center; }
.hero-intro h1 { color: #fff; margin-bottom: .35em; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero-intro .grad { background: linear-gradient(120deg, #8fe6ac, #45c97f 60%, #b8e6c8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { color: rgba(255,255,255,.9); font-size: 1.12rem; max-width: 60ch; margin: 0 auto; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center; list-style: none; padding: 0; margin: 22px 0 0; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .92rem; font-weight: 500; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); padding: 7px 14px; border-radius: 999px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.hero-points svg { width: 16px; height: 16px; color: #8fe6ac; flex: none; }
.hero-belowcta { display: flex; justify-content: center; gap: 12px; margin-top: clamp(20px,2.5vw,28px); flex-wrap: wrap; }

/* ---- Calculadora (ancha, estilo dashboard) ---- */
.calc { position: relative; width: min(1080px, 100%); margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); overflow: hidden; }
.calc::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--green-700), var(--green-400), var(--green-600)); z-index: 1; }
.calc-head { padding: 22px 26px 4px; display: flex; align-items: center; gap: 13px; }
.calc-head .calc-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; flex: none; background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; box-shadow: var(--shadow-green); }
.calc-head h2 { font-size: 1.2rem; margin: 0; }
.calc-head p { margin: 0; font-size: .85rem; color: var(--text-soft); }
.calc-layout { display: grid; grid-template-columns: 1fr; }
@media (min-width: 900px) { .calc-layout { grid-template-columns: 1.05fr 1fr; } .calc-layout .results { border-left: 1px solid var(--line); } }
.calc-body { padding: 16px 26px 22px; display: grid; gap: 15px; align-content: start; }
.calc-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.calc-grid--full { grid-template-columns: 1fr; }
@media (max-width: 420px) { .calc-grid { grid-template-columns: 1fr; } }

.field { display: grid; gap: 7px; }
.field > label { font-size: .82rem; font-weight: 600; color: var(--ink-700); display: flex; justify-content: space-between; gap: 8px; align-items: baseline; }
.field .hint { color: var(--ink-400); font-weight: 500; font-size: .75rem; }
.input-wrap { position: relative; display: flex; align-items: stretch; border: 1.5px solid var(--line-strong); border-radius: 13px; background: var(--bg); transition: border-color .15s ease, box-shadow .15s ease; }
.input-wrap:focus-within { border-color: var(--green-500); box-shadow: 0 0 0 4px var(--green-100); }
.input-wrap .prefix, .input-wrap .suffix { display: inline-flex; align-items: center; padding: 0 12px; color: var(--ink-600); font-size: .88rem; font-weight: 600; background: var(--surface-2); }
.input-wrap .prefix { border-right: 1px solid var(--line); border-radius: 11px 0 0 11px; }
.input-wrap .suffix { border-left: 1px solid var(--line); border-radius: 0 11px 11px 0; }
.input-wrap input { flex: 1; min-width: 0; appearance: none; border: 0; outline: 0; background: transparent; padding: 12px 13px; font-size: 1rem; color: var(--heading); font-family: var(--font-body); font-weight: 500; border-radius: 13px; }

/* Dropdown moneda */
.cur { position: relative; }
.cur-trigger { width: 100%; display: flex; align-items: center; gap: 10px; cursor: pointer; font-family: var(--font-body); border: 1.5px solid var(--line-strong); border-radius: 13px; background: var(--bg); color: var(--heading); padding: 11px 14px; font-size: 1rem; font-weight: 600; transition: border-color .15s ease, box-shadow .15s ease; }
.cur-trigger:focus-visible { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 4px var(--green-100); }
.cur.open .cur-trigger { border-color: var(--green-500); box-shadow: 0 0 0 4px var(--green-100); }
.cur-trigger img { width: 24px; height: 17px; border-radius: 3px; object-fit: cover; box-shadow: var(--shadow-xs); flex: none; }
.cur-trigger .cur-name { color: var(--text-soft); font-weight: 500; font-size: .85rem; margin-left: auto; }
.cur-trigger .chev { width: 18px; height: 18px; color: var(--ink-400); transition: transform .2s var(--ease-out-quint); flex: none; }
.cur.open .cur-trigger .chev { transform: rotate(180deg); }
.cur-list { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 30; max-height: 290px; overflow-y: auto; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 15px; box-shadow: var(--shadow-lg); padding: 6px; display: none; }
.cur.open .cur-list { display: block; animation: popIn .18s var(--ease-out-quint); }
@keyframes popIn { from { opacity: 0; transform: translateY(-6px) scale(.99); } to { opacity: 1; transform: none; } }
.cur-opt { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 10px; cursor: pointer; font-size: .92rem; color: var(--text); transition: background .12s ease; }
.cur-opt:hover, .cur-opt.active { background: var(--green-50); }
.cur-opt.active { color: var(--green-700); font-weight: 600; }
.cur-opt img { width: 24px; height: 17px; border-radius: 3px; object-fit: cover; box-shadow: var(--shadow-xs); flex: none; }
.cur-opt .code { font-weight: 700; min-width: 38px; }
.cur-opt .name { color: var(--text-soft); font-size: .85rem; }

.range-row { display: grid; gap: 9px; }
.range-head { display: flex; justify-content: space-between; align-items: center; }
.range-head label { font-size: .82rem; font-weight: 600; color: var(--ink-700); }
.range-head strong { font-size: .92rem; color: var(--green-700); font-weight: 700; }
[data-theme="dark"] .range-head strong { color: var(--green-400); }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 7px; border-radius: 999px; outline: 0; background: linear-gradient(90deg, var(--green-600) var(--range-fill,50%), var(--line) var(--range-fill,50%)); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--green-700); border: 4px solid #fff; box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .12s var(--ease-spring); }
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.15); }
input[type="range"]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--green-700); border: 4px solid #fff; box-shadow: var(--shadow-sm); cursor: pointer; }

.results { padding: 16px 26px 24px; display: grid; gap: 13px; align-content: start; background: var(--surface-2); }
.verdict { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 13px; font-size: .9rem; font-weight: 600; transition: background .25s ease, color .25s ease; }
.verdict .vd-icon { width: 22px; height: 22px; flex: none; }
.verdict.good { background: var(--green-100); color: var(--green-800); }
[data-theme="dark"] .verdict.good { color: var(--green-400); }
.verdict.warn { background: color-mix(in srgb, var(--amber-500) 16%, transparent); color: #92600a; }
[data-theme="dark"] .verdict.warn { color: #f0b357; }
.verdict.bad { background: color-mix(in srgb, var(--red-500) 13%, transparent); color: #b71f2b; }
[data-theme="dark"] .verdict.bad { color: #f08a92; }
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.kpi { background: var(--surface); border: 1px solid var(--line); border-radius: 15px; padding: 15px; transition: transform .2s var(--ease-out-quint), box-shadow .2s ease; }
.kpi:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.kpi--hero { grid-column: 1/-1; background: linear-gradient(135deg, var(--green-700), var(--green-900)); border: 0; color: #fff; }
.kpi--hero .kpi-label, .kpi--hero .kpi-sub { color: rgba(255,255,255,.8); }
.kpi--hero .kpi-value, .kpi--hero .kpi-value.positive, .kpi--hero .kpi-value.negative { color: #fff; }
.kpi-label { font-size: .72rem; font-weight: 600; color: var(--text-soft); text-transform: uppercase; letter-spacing: .05em; }
.kpi-value { font-family: var(--font-display); font-size: clamp(1.35rem,2.6vw,1.8rem); font-weight: 800; margin-top: 5px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.kpi-value.positive { color: var(--green-700); } [data-theme="dark"] .kpi-value.positive { color: var(--green-400); }
.kpi-value.negative { color: var(--red-500); }
.kpi-sub { font-size: .78rem; color: var(--text-soft); margin-top: 3px; }
.breakdown { background: var(--surface); border: 1px solid var(--line); border-radius: 15px; padding: 15px; }
.breakdown h4 { margin: 0 0 11px; font-size: .88rem; color: var(--ink-700); font-weight: 600; }
.bar { display: flex; height: 18px; border-radius: 999px; overflow: hidden; background: var(--line); box-shadow: inset 0 1px 2px rgba(0,0,0,.08); }
.bar-seg { transition: width .5s var(--ease-out-quint); }
.bar-seg.utility { background: linear-gradient(90deg, var(--green-500), var(--green-700)); }
.bar-seg.expenses { background: linear-gradient(90deg, #fbbf24, var(--amber-500)); }
.bar-seg.mortgage { background: linear-gradient(90deg, #8a958f, #5c655f); }
.legend { display: flex; flex-wrap: wrap; gap: 9px 16px; margin-top: 12px; font-size: .81rem; color: var(--ink-700); }
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend i { width: 11px; height: 11px; border-radius: 4px; display: inline-block; }
.legend i.utility { background: var(--green-600); } .legend i.expenses { background: var(--amber-500); } .legend i.mortgage { background: #6b746e; }

/* ---- Stats band (fondo imagen rascacielos) ---- */
.stats-band { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(40px,5vw,64px); }
.stats-band .stats-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.stats-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(22,67,47,.95), rgba(30,119,86,.86)); }
.stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4,1fr); } }
.stat { text-align: center; }
.stat .num { font-family: var(--font-display); font-size: clamp(2rem,5vw,3rem); font-weight: 800; color: #fff; letter-spacing: -.03em; line-height: 1; }
.stat .lbl { color: rgba(255,255,255,.85); font-size: .92rem; margin-top: 8px; }

/* ---- Split ---- */
.split { display: grid; grid-template-columns: 1fr; gap: clamp(28px,5vw,60px); align-items: center; }
@media (min-width: 920px) { .split { grid-template-columns: 1fr 1fr; } .split.reverse > :first-child { order: 2; } }
.split-media { position: relative; }
.split-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 16/12; object-fit: cover; }
.split-media .badge { position: absolute; bottom: -18px; left: -18px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 14px 18px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 12px; }
.split-media .badge .b-icon { width: 40px; height: 40px; border-radius: 11px; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; flex: none; }
[data-theme="dark"] .split-media .badge .b-icon { color: var(--green-400); }
.split-media .badge .b-num { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--heading); line-height: 1; }
.split-media .badge .b-lbl { font-size: .78rem; color: var(--text-soft); }
.split-body h2 { margin-bottom: .4em; }
.split-body .check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 13px; }
.split-body .check-list li { display: flex; gap: 12px; align-items: flex-start; }
.split-body .check-list .ck { width: 26px; height: 26px; border-radius: 8px; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; flex: none; margin-top: 1px; }
[data-theme="dark"] .split-body .check-list .ck { color: var(--green-400); }
.split-body .check-list .ck svg { width: 15px; height: 15px; }
.split-body .check-list b { display: block; color: var(--heading); }
.split-body .check-list p { margin: 2px 0 0; color: var(--text-soft); font-size: .94rem; }

/* ---- Steps con imagen de fondo ---- */
.steps { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .steps { grid-template-columns: repeat(4,1fr); } }
.step { position: relative; isolation: isolate; overflow: hidden; border-radius: var(--radius); padding: 26px 22px 24px; min-height: 210px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background-size: cover; background-position: center; box-shadow: var(--shadow-sm); transition: transform .22s var(--ease-out-quint), box-shadow .22s ease; }
.step::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(12,30,21,.35), rgba(11,26,18,.86)); }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.step .step-num { position: absolute; top: 16px; left: 18px; width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: #fff; }
.step h3 { font-size: 1.06rem; margin: 0 0 5px; color: #fff; }
.step p { margin: 0; color: rgba(255,255,255,.86); font-size: .9rem; }

/* ---- Feature grid ---- */
.feature-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; gap: 15px; align-items: flex-start; transition: transform .22s var(--ease-out-quint), box-shadow .22s ease, border-color .22s ease; }
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green-200); }
.feature .icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; flex: none; background: linear-gradient(135deg, var(--green-100), color-mix(in srgb, var(--green-400) 35%, transparent)); color: var(--green-700); }
[data-theme="dark"] .feature .icon { color: var(--green-400); }
.feature .icon svg { width: 22px; height: 22px; }
.feature h3 { margin: 2px 0 5px; font-size: 1.05rem; }
.feature p { margin: 0; color: var(--text-soft); font-size: .92rem; }

/* ---- Gallery 2x2 ---- */
.gallery { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .gallery { grid-template-columns: 1fr 1fr; } }
.gcard { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 16/10; box-shadow: var(--shadow-sm); }
.gcard img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out-quint); }
.gcard:hover img { transform: scale(1.06); }
.gcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(11,26,18,.85)); }
.gcard .gcap { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 1; color: #fff; }
.gcard .gcap b { font-family: var(--font-display); font-size: 1.12rem; display: block; }
.gcard .gcap span { font-size: .88rem; color: rgba(255,255,255,.85); }

/* ---- Testimonials ---- */
.testi-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .testi-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .testi-grid { grid-template-columns: repeat(3,1fr); } }
.testi { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 14px; transition: transform .22s var(--ease-out-quint), box-shadow .22s ease; }
.testi:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testi .stars { display: flex; gap: 2px; color: var(--amber-500); }
.testi .stars svg { width: 17px; height: 17px; }
.testi blockquote { margin: 0; color: var(--ink-700); font-size: .98rem; line-height: 1.6; flex: 1; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--green-200); }
.testi .who b { display: block; color: var(--heading); font-size: .95rem; }
.testi .who span { color: var(--text-soft); font-size: .82rem; }

/* ---- FAQ con fondo ---- */
.faq-section { position: relative; isolation: isolate; overflow: hidden; }
.faq-section .faq-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: .14; }
.faq-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--bg-soft); opacity: .82; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-item[open] { border-color: var(--green-200); box-shadow: var(--shadow-sm); }
.faq-item summary { padding: 18px 20px; font-weight: 600; font-family: var(--font-display); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; color: var(--heading); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .q-icon { width: 26px; height: 26px; border-radius: 8px; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; flex: none; transition: transform .25s var(--ease-out-quint); }
[data-theme="dark"] .faq-item summary .q-icon { color: var(--green-400); }
.faq-item[open] summary .q-icon { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 20px 20px; color: var(--text-soft); }
.faq-item .faq-body p { margin: 0; }

/* ---- CTA con imagen lateral ---- */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--green-800), var(--green-600)); color: #fff; border-radius: var(--radius-xl); display: grid; grid-template-columns: 1fr; }
@media (min-width: 800px) { .cta-band { grid-template-columns: 1.3fr 1fr; } }
.cta-band .cta-text { padding: clamp(30px,4vw,52px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 8px; }
.cta-band h2 { color: #fff; margin: 0; }
.cta-band p { color: rgba(255,255,255,.88); margin: 0 0 8px; max-width: 46ch; }
.cta-band .cta-media { position: relative; min-height: 220px; }
.cta-band .cta-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-band .cta-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--green-700), transparent 40%); }
@media (max-width: 799px) { .cta-band .cta-media { display: none; } }

/* ---- Page-head estilo SERVICIO (imagen de fondo, sin breadcrumb) ---- */
.page-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(64px,9vw,128px); text-align: center; }
.page-hero .ph-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(9,26,18,.82), rgba(12,32,22,.8)); }
.page-hero h1 { color: #fff; margin: 0 0 14px; }
.page-hero p { color: rgba(255,255,255,.9); max-width: 64ch; margin: 0 auto; font-size: 1.1rem; }
.page-hero .btn { margin-top: 26px; }

/* Service content blocks (full-width, no blog column) */
.svc { display: grid; gap: clamp(28px,5vw,56px); }
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose p, .prose li { color: var(--ink-700); font-size: 1.04rem; line-height: 1.75; }
.callout { background: linear-gradient(135deg, var(--green-50), var(--surface)); border: 1px solid var(--green-200); border-radius: var(--radius); padding: 22px; margin: 1.6em 0; }
.callout h4 { margin: 0 0 6px; color: var(--green-800); } [data-theme="dark"] .callout h4 { color: var(--green-400); }
.callout p { margin: 0; color: var(--text-soft); }

/* ---- Article / Blog ---- */
.article { max-width: 780px; margin: 0 auto; }
.article-meta { color: var(--text-soft); font-size: .9rem; }
.article-body p, .article-body li { font-size: 1.06rem; line-height: 1.78; color: var(--ink-700); }
.article-body h2 { margin-top: 1.8em; } .article-body h3 { margin-top: 1.5em; }
.article-body img { border-radius: var(--radius); margin: 1.6em 0; box-shadow: var(--shadow-sm); }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .95rem; }
.article-body th, .article-body td { padding: 12px 15px; border-bottom: 1px solid var(--line); text-align: left; }
.article-body th { background: var(--green-50); color: var(--green-800); font-weight: 700; font-size: .9rem; }
.article-body code { background: var(--green-50); padding: 2px 7px; border-radius: 6px; font-size: .9em; color: var(--green-800); }

.blog-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(56px,8vw,110px); text-align: center; }
.blog-hero .bh-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.blog-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(9,26,18,.8), rgba(12,32,22,.82)); }
.blog-hero h1 { color: #fff; margin: 0 0 12px; }
.blog-hero p { color: rgba(255,255,255,.9); max-width: 60ch; margin: 0 auto; }
/* Listado del blog: fondo verde claro (como el home) + imagen sutil (como la zona de preguntas) */
.blog-list { position: relative; isolation: isolate; overflow: hidden; background: var(--bg-mint); }
.blog-list .bl-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: .12; }
.blog-list::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--green-100), var(--bg-mint) 60%); opacity: .82; }
.blog-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 660px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .blog-grid { grid-template-columns: repeat(3,1fr); } }
.post-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .22s var(--ease-out-quint), box-shadow .22s ease, border-color .22s ease; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--green-200); }
.post-card .pc-media { aspect-ratio: 16/9; overflow: hidden; background: var(--green-50); display: block; }
.post-card .pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease-out-quint); }
.post-card:hover .pc-media img { transform: scale(1.05); }
.post-card-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-tag { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--green-700); } [data-theme="dark"] .post-tag { color: var(--green-400); }
.post-card h3 { font-size: 1.1rem; line-height: 1.35; margin: 0; }
.post-card h3 a { color: var(--heading); } .post-card h3 a:hover { color: var(--green-700); }
.post-excerpt { color: var(--text-soft); font-size: .93rem; margin: 0; }
.post-meta { margin-top: auto; font-size: .82rem; color: var(--text-soft); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 44px; }
.pagination a, .pagination span { min-width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 11px; border: 1px solid var(--line-strong); font-weight: 600; color: var(--ink-700); padding: 0 12px; }
.pagination .current { background: var(--green-700); color: #fff; border-color: var(--green-700); }
.pagination .disabled { opacity: .45; pointer-events: none; }
.pagination a:hover { border-color: var(--green-500); color: var(--green-700); }

/* ---- Forms ---- */
.form { display: grid; gap: 16px; }
.form .field input, .form .field textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: 13px; background: var(--bg); color: var(--heading); font: inherit; font-size: 1rem; transition: border-color .15s ease, box-shadow .15s ease; }
.form .field textarea { min-height: 150px; resize: vertical; }
.form .field input:focus, .form .field textarea:focus { outline: 0; border-color: var(--green-500); box-shadow: 0 0 0 4px var(--green-100); }
.form-msg { padding: 14px 16px; border-radius: 13px; font-weight: 600; }
.form-msg.ok { background: var(--green-100); color: var(--green-800); }
.form-msg.err { background: color-mix(in srgb, var(--red-500) 13%, transparent); color: #b71f2b; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: clamp(22px,3vw,34px); }
.contact-aside { display: grid; gap: 16px; align-content: start; }
.contact-aside .ci { display: flex; gap: 13px; align-items: flex-start; }
.contact-aside .ci .ci-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; flex: none; }
[data-theme="dark"] .contact-aside .ci .ci-ic { color: var(--green-400); }
.contact-aside .ci b { display: block; color: var(--heading); }
.contact-aside .ci p { margin: 2px 0 0; color: var(--text-soft); font-size: .92rem; }

/* ---- Footer (sin logo, wordmark bold, sin hueco) ---- */
.footer { background: var(--green-900); color: #cfe3d7; padding: 56px 0 26px; margin-top: 0; }
.footer h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.footer a { color: #cfe3d7; } .footer a:hover { color: #fff; }
.footer-grid { display: grid; gap: 30px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } }
.footer-brand { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: #fff; letter-spacing: -.02em; }
.footer-brand b { color: #8fe6ac; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-base { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; font-size: .85rem; color: #9fbcab; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }

/* ---- Scroll reveal / anim ---- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease-out-quint), transform .7s var(--ease-out-quint); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; } .reveal-d2 { transition-delay: .16s; } .reveal-d3 { transition-delay: .24s; } .reveal-d4 { transition-delay: .32s; }
.hero-anim { opacity: 0; transform: translateY(20px); animation: heroUp .85s var(--ease-out-quint) forwards; }
.hero-anim.d1 { animation-delay: .08s; } .hero-anim.d2 { animation-delay: .18s; } .hero-anim.d3 { animation-delay: .3s; } .hero-anim.d4 { animation-delay: .42s; }
@keyframes heroUp { to { opacity: 1; transform: none; } }

.text-center { text-align: center; }
[hidden] { display: none !important; }
::selection { background: var(--green-200); color: var(--green-900); }
:focus-visible { outline: 2px solid var(--green-500); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } .reveal,.hero-anim { opacity: 1 !important; transform: none !important; } }
/* Fallback sin JavaScript: mostrar todo el contenido */
@media (scripting: none) { .reveal, .hero-anim, .calc-intro { opacity: 1 !important; transform: none !important; } }

/* ==========================================================================
   v4 — carruseles, tabs, layout de artículo, efectos
   ========================================================================== */

/* Ken Burns sutil en el hero */
.hero-bg { animation: kenburns 26s ease-in-out infinite alternate; transform-origin: 60% 40%; }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1.16) translate(-1.5%, -1%); } }

/* Hero: dos CTAs debajo de la calculadora */
.hero-belowcta { display: flex; justify-content: center; gap: 12px; margin-top: clamp(20px,2.5vw,28px); flex-wrap: wrap; }

/* Carrusel (testimonios) */
.carousel { position: relative; }
.carousel-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: 4px; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track > * { flex: 0 0 100%; scroll-snap-align: center; }
@media (min-width: 720px) { .carousel-track > * { flex-basis: calc(50% - 10px); } }
@media (min-width: 1020px) { .carousel-track > * { flex-basis: calc(33.333% - 14px); } }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 26px; }
.carousel-btn { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line-strong); background: var(--surface); color: var(--ink-700); cursor: pointer; display: grid; place-items: center; transition: transform .18s var(--ease-out-quint), background .2s, color .2s, border-color .2s; }
.carousel-btn:hover { background: var(--green-700); color: #fff; border-color: var(--green-700); transform: translateY(-2px); }
.carousel-btn svg { width: 20px; height: 20px; }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: var(--line-strong); cursor: pointer; padding: 0; transition: background .2s, width .2s; }
.carousel-dots button.active { background: var(--green-600); width: 26px; border-radius: 999px; }

/* Carrusel móvil para secciones largas (pasos, etc.) */
.swipe-hint { display: none; }
@media (max-width: 720px) {
  .swipe { display: flex !important; grid-template-columns: none !important; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; margin-inline: -1.2rem; padding: 4px 1.2rem 12px; scrollbar-width: none; }
  .swipe::-webkit-scrollbar { display: none; }
  .swipe > * { flex: 0 0 80%; scroll-snap-align: center; }
  .swipe-hint { display: block; text-align: center; font-size: .8rem; color: var(--text-soft); margin-top: 6px; }
}

/* Tabs (tipos de inmueble) */
.tabs-nav { display: flex; flex-wrap: nowrap; gap: 10px; justify-content: center; margin-bottom: 30px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; padding: 8px 4px 10px; }
.tabs-nav::-webkit-scrollbar { display: none; }
.tab-btn { white-space: nowrap; padding: 11px 22px; border-radius: 999px; border: 1.5px solid var(--line-strong); background: var(--surface); color: var(--ink-700); font-family: var(--font-display); font-weight: 600; font-size: .95rem; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .15s var(--ease-out-quint); }
.tab-btn:hover { border-color: var(--green-400); color: var(--green-700); transform: translateY(-1px); }
.tab-btn.active { background: var(--green-700); border-color: var(--green-700); color: #fff; box-shadow: var(--shadow-green); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeUp .45s var(--ease-out-quint); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
/* En tabs la imagen es más pequeña y el texto tiene más peso */
.tab-panel .split { grid-template-columns: 1fr; gap: clamp(20px,3vw,40px); align-items: center; }
@media (min-width: 920px) { .tab-panel .split { grid-template-columns: 0.82fr 1.18fr; } }
.tab-panel .split-media img { aspect-ratio: 4 / 3; max-height: 320px; width: 100%; object-fit: cover; }
.tab-panel .split-body h3 { font-size: 1.4rem; }
.tab-panel .split-body p { font-size: 1.02rem; }

/* Layout de artículo: contenido ancho + aside con CTA (menos hueco lateral) */
.article-wrap { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 980px) { .article-wrap { grid-template-columns: minmax(0,1fr) 310px; align-items: start; } }
.article-wrap .article { max-width: none; margin: 0; }
.article-aside { display: grid; gap: 18px; }
@media (min-width: 980px) { .article-aside { position: sticky; top: 86px; } }
.aside-card { background: linear-gradient(135deg, var(--green-700), var(--green-900)); color: #fff; border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-md); }
.aside-card h3 { color: #fff; font-size: 1.15rem; margin: 0 0 8px; }
.aside-card p { color: rgba(255,255,255,.85); font-size: .92rem; margin: 0 0 16px; }
.aside-card .btn { width: 100%; }
.aside-card .btn + .btn { margin-top: 10px; }
.aside-related { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.aside-related h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .07em; color: var(--text-soft); margin: 0 0 6px; }
.aside-related a { display: block; padding: 10px 0; border-top: 1px solid var(--line); color: var(--ink-700); font-size: .92rem; font-weight: 500; line-height: 1.4; }
.aside-related a:first-of-type { border-top: 0; }
.aside-related a:hover { color: var(--green-700); }

/* Article hero (cabecera de artículo con menos hueco) */
.article-head { margin-bottom: 8px; }
.article-head .post-tag { font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--green-700); }
[data-theme="dark"] .article-head .post-tag { color: var(--green-400); }
.article-crumb { font-size: .82rem; color: var(--text-soft); margin-bottom: 10px; }
.article-crumb a { color: var(--text-soft); } .article-crumb a:hover { color: var(--green-700); }
.article-lede img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 16/8; object-fit: cover; margin: 18px 0 8px; }

/* Contacto simplificado */
.contact-note { display: flex; gap: 13px; align-items: flex-start; background: var(--green-50); border: 1px solid var(--green-200); border-radius: var(--radius); padding: 18px 20px; }
.contact-note .ci-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--green-700); color: #fff; display: grid; place-items: center; flex: none; }
.contact-note p { margin: 0; color: var(--ink-700); }
[data-theme="dark"] .contact-note { background: var(--green-50); }

/* Imágenes más contenidas en móvil */
@media (max-width: 720px) {
  .split-media img { aspect-ratio: 16 / 10; max-height: 260px; object-fit: cover; }
  .tab-panel .split-media img { aspect-ratio: 16 / 10; max-height: 230px; }
  .split-media .badge { left: 12px; bottom: -14px; padding: 11px 14px; }
  .article-lede img { aspect-ratio: 16 / 9; max-height: 230px; }
  .feature { padding: 18px; }
}
