:root {
  --ink: #10272c;
  --muted: #66777b;
  --deep: #052b33;
  --deep-2: #031d23;
  --teal: #0ba3b8;
  --teal-bright: #13bed0;
  --gold: #d7b473;
  --sand: #f4f0e8;
  --white: #fff;
  --line: rgba(14, 52, 59, .14);
  --shadow: 0 24px 70px rgba(4, 38, 44, .14);
  --radius: 28px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Manrope, Arial, sans-serif; background: #fff; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 84px 0; }
.skip-link { position: fixed; z-index: 10000; left: 12px; top: -60px; background: #fff; padding: 12px 18px; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .3s, box-shadow .3s, padding .3s; }
.site-header.scrolled { background: rgba(3, 29, 35, .96); box-shadow: 0 10px 40px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand-monte img { width: 152px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #fff; font-size: .88rem; font-weight: 600; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--teal-bright); transition: .25s; }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--teal); box-shadow: 0 10px 25px rgba(11,163,184,.3); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { width: 28px; height: 2px; display: block; background: #fff; margin: 6px 0; }

.hero { min-height: 100svh; position: relative; color: #fff; display: grid; align-items: center; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; animation: slowZoom 18s ease-in-out infinite alternate; }
.hero-shade { background: linear-gradient(90deg, rgba(1,18,23,.92) 0%, rgba(2,29,35,.75) 45%, rgba(2,20,25,.2) 76%), linear-gradient(0deg, rgba(1,20,25,.75), transparent 45%); }
.hero-grid { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 70px; display: grid; grid-template-columns: 1fr; align-items: center; }
.hero-copy { max-width: 780px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .74rem; color: var(--teal); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #9eeaf2; }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 600; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.1rem, 6vw, 6.7rem); max-width: 850px; }
h2 { font-size: clamp(2.3rem, 4.2vw, 4.6rem); }
h3 { line-height: 1.25; }
.hero-copy > p { max-width: 680px; font-size: 1.2rem; color: rgba(255,255,255,.82); margin: 26px 0 32px; }
.hero-copy > p em { color: var(--gold); font-style: italic; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { border: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border-radius: 999px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--teal); box-shadow: 0 14px 30px rgba(11,163,184,.25); }
.btn-primary:hover { background: #087f90; box-shadow: 0 16px 35px rgba(11,163,184,.38); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.btn-light { background: #fff; color: var(--deep); }
.btn-block { width: 100%; }
.btn-small { min-height: 44px; padding: 0 18px; }
.btn-ghost-dark { background: transparent; border: 1px solid rgba(255,255,255,.25); color: #fff; }
.hero-payment { display: inline-flex; flex-direction: column; gap: 4px; margin-top: 30px; padding: 24px 30px; border-radius: 22px; background: rgba(7,40,47,.72); border: 1px solid rgba(19,190,208,.4); backdrop-filter: blur(16px); text-decoration: none; transition: transform .25s, border-color .25s; }
.hero-payment:hover { transform: translateY(-3px); border-color: var(--teal-bright); }
.hero-payment-label { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; color: var(--gold); }
.hero-payment-value { font-size: 3rem; font-weight: 800; color: #fff; line-height: 1.1; }
.hero-payment-value small { font-size: 1.2rem; color: #9eeaf2; font-weight: 800; }
.hero-payment-note { font-size: .8rem; color: rgba(255,255,255,.6); font-weight: 700; }

.hero-trust { display: flex; gap: 38px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 1.2rem; }
.hero-trust span { color: rgba(255,255,255,.6); font-size: .78rem; }
.hero-card { justify-self: end; width: min(100%, 380px); border: 1px solid rgba(255,255,255,.18); background: rgba(7, 40, 47, .7); backdrop-filter: blur(18px); padding: 32px; border-radius: var(--radius); box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.card-kicker { color: #9eeaf2; font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.price-line { padding: 18px 0 20px; display: flex; flex-direction: column; }
.price-line small { color: rgba(255,255,255,.65); }
.price-line strong { font-size: 2.25rem; line-height: 1.15; }
.hero-card ul { padding: 0; margin: 0 0 24px; list-style: none; }
.hero-card li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); }
.hero-card li span { color: #fff; font-weight: 800; }
.legal-mini { display: block; text-align: center; margin-top: 14px; color: rgba(255,255,255,.45); font-size: .68rem; }
.scroll-cue { position: absolute; z-index: 3; bottom: 22px; left: 50%; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 20px; }
.scroll-cue span { position: absolute; width: 4px; height: 8px; background: #fff; border-radius: 4px; top: 9px; left: 11px; animation: scrollCue 1.8s infinite; }

.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.intro-image { position: relative; padding-left: 42px; }
.intro-image::before { content: ""; position: absolute; width: 65%; height: 82%; background: var(--sand); left: 0; bottom: -28px; border-radius: 28px; }
.intro-image img { position: relative; width: 100%; height: 680px; object-fit: cover; object-position: center 34%; border-radius: 32px; box-shadow: var(--shadow); }
.floating-stat { position: absolute; right: -28px; bottom: 45px; width: 150px; aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--deep); color: #fff; border: 8px solid #fff; }
.floating-stat strong { font-size: 2rem; }
.floating-stat span { font-size: .72rem; max-width: 90px; line-height: 1.2; }
.section-copy > p, .section-heading p { color: var(--muted); font-size: 1.05rem; max-width: 670px; margin: 24px 0 32px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-grid article { border: 1px solid var(--line); border-radius: 20px; padding: 20px; background: #fff; }
.feature-grid h3 { font-size: .95rem; margin: 12px 0 5px; }
.feature-grid p { color: var(--muted); font-size: .82rem; margin: 0; }
.feature-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-content: center; background: #e5f7f9; color: var(--teal); font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; color: var(--teal); font-weight: 800; }

.dark-section { background: var(--deep-2); color: #fff; }
.section-heading { margin-bottom: 48px; }
.section-heading.centered { text-align: center; display: flex; flex-direction: column; align-items: center; }
.dark-section .section-heading p { color: rgba(255,255,255,.58); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 285px; gap: 18px; }
.gallery-card { position: relative; border: 0; padding: 0; overflow: hidden; border-radius: 24px; background: #142e34; text-align: left; color: #fff; }
.gallery-card.gallery-large { grid-column: span 2; grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.85)); }
.gallery-card span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; flex-direction: column; }
.gallery-card strong { font-size: 1.05rem; }
.gallery-card small { color: rgba(255,255,255,.65); }
.amenities { margin-top: 34px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.amenities span { border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 9px 14px; color: rgba(255,255,255,.72); font-size: .82rem; }

.video-section { background: #fff; }
.video-section .section-heading p { margin-inline: auto; }
.video-frame { position: relative; overflow: hidden; border-radius: 30px; background: var(--deep-2); box-shadow: var(--shadow); aspect-ratio: 16 / 9; }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: cover; background: #000; }
.video-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn-outline-dark { color: var(--deep); border: 1px solid var(--line); background: #fff; }
.btn-outline-dark:hover { background: var(--sand); }

.apartments { background: #faf9f6; }
.unit-tabs { display: inline-flex; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px; margin-bottom: 28px; }
.unit-tabs button { border: 0; background: transparent; padding: 12px 25px; border-radius: 999px; color: var(--muted); font-weight: 800; }
.unit-tabs button[aria-selected="true"] { background: var(--deep); color: #fff; }
.unit-panel { display: grid; grid-template-columns: 1.15fr .85fr; background: #fff; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.unit-visual { min-height: 560px; }
.unit-visual img { width: 100%; height: 100%; object-fit: cover; }
.unit-info { padding: 55px; display: flex; flex-direction: column; justify-content: center; }
.unit-label { color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.unit-info h3 { font-family: "Playfair Display", Georgia, serif; font-size: 2.3rem; margin: 14px 0; }
.unit-info > p { color: var(--muted); }
.unit-info dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 28px 0; }
.unit-info dl div { padding: 16px; border-radius: 16px; background: #f4f7f6; }
.unit-info dt { color: var(--muted); font-size: .72rem; }
.unit-info dd { margin: 3px 0 0; font-weight: 800; }
.plans-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 45px; }
.plan-card { border: 0; padding: 0; text-align: left; background: #fff; overflow: hidden; border-radius: 24px; box-shadow: 0 15px 45px rgba(4,38,44,.08); }
.plan-card img { width: 100%; height: 330px; object-fit: cover; transition: .4s; }
.plan-card:hover img { transform: scale(1.02); }
.plan-card span { display: flex; flex-direction: column; padding: 20px 24px; }
.plan-card small { color: var(--muted); }

.location { position: relative; color: #fff; min-height: 760px; display: grid; align-items: center; overflow: hidden; }
.location-bg { position: absolute; inset: 0; }
.location-bg img { width: 100%; height: 100%; object-fit: cover; }
.location-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,29,35,.96) 0%, rgba(3,29,35,.85) 52%, rgba(3,29,35,.2)); }
.location-grid { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 85px; align-items: center; }
.location-copy > p { color: rgba(255,255,255,.7); max-width: 610px; font-size: 1.05rem; }
.location-points { margin: 28px 0; display: grid; gap: 16px; }
.location-points div { display: flex; align-items: center; gap: 16px; }
.location-points span { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); display: grid; place-content: center; color: #9eeaf2; font-size: .74rem; }
.location-points p { margin: 0; color: rgba(255,255,255,.68); }
.location-points strong { color: #fff; }
.location-card { background: rgba(255,255,255,.08); padding: 12px; border-radius: 28px; border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(14px); }
.location-card img { border-radius: 19px; aspect-ratio: 1.2; object-fit: cover; }
.location-card div { padding: 18px 12px 10px; display: flex; flex-direction: column; }
.location-card span { color: rgba(255,255,255,.58); font-size: .82rem; }

.proposal { background: var(--sand); }
.proposal-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.proposal-copy > p { color: var(--muted); font-size: 1.05rem; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: center; font-weight: 700; }
.check-list li::before { content: "✓"; width: 26px; height: 26px; border-radius: 50%; background: #d9f2f4; color: var(--teal); display: grid; place-content: center; }
.proposal-copy small { color: var(--muted); }
.calculator { background: #fff; border-radius: 30px; padding: 35px; box-shadow: var(--shadow); }
.calculator label { display: block; font-size: .78rem; font-weight: 800; margin: 0 0 8px; }
.calculator select, .currency-input { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: #fff; min-height: 54px; margin-bottom: 20px; }
.calculator select { padding: 0 16px; }
.currency-input { display: flex; align-items: center; padding: 0 16px; }
.currency-input span { color: var(--muted); }
.currency-input input { border: 0; outline: 0; flex: 1; min-width: 0; padding: 0 10px; font-weight: 800; }
.calc-results { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 8px 0 24px; }
.result { padding: 17px; border-radius: 16px; background: #f3f6f5; display: flex; flex-direction: column; }
.result.featured { background: var(--deep); color: #fff; }
.result span { font-size: .72rem; color: var(--muted); }
.result.featured span { color: rgba(255,255,255,.65); }
.result strong { font-size: 1.2rem; }
.result small { color: var(--muted); }

.unit-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.plans-download { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

.location-extras { position: relative; z-index: 2; margin-top: 60px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: stretch; }
.map-embed { border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); min-height: 380px; background: #0a2b32; }
.map-embed iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }
.distances { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 26px; padding: 28px; backdrop-filter: blur(14px); }
.distances h3 { margin: 0 0 16px; font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; }
.distances ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.distances li { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.distances li:last-child { border-bottom: 0; }
.distances span { color: #9eeaf2; font-weight: 700; white-space: nowrap; }
.distances small { display: block; margin-top: 12px; color: rgba(255,255,255,.5); font-size: .7rem; }

.bairro { background: #fff; }
.bairro-video-wrap { position: relative; margin-bottom: 44px; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.bairro-video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #0a2b32; }
.bairro-video-caption { position: absolute; left: 26px; bottom: 22px; background: rgba(3,29,35,.82); backdrop-filter: blur(10px); color: #fff; border-radius: 16px; padding: 14px 20px; display: flex; flex-direction: column; }
.bairro-video-caption span { color: rgba(255,255,255,.66); font-size: .8rem; }
.bairro-sound { position: absolute; right: 26px; bottom: 22px; border: 1px solid rgba(255,255,255,.35); background: rgba(3,29,35,.82); backdrop-filter: blur(10px); color: #fff; border-radius: 999px; padding: 13px 22px; font-weight: 800; font-size: .85rem; cursor: pointer; transition: background .25s, transform .25s; }
.bairro-sound:hover { background: var(--teal); transform: translateY(-2px); }
.bairro-highlights { margin: 30px 0 6px; display: grid; gap: 14px; }
.bairro-highlights div { display: flex; flex-direction: column; padding: 16px 20px; border-left: 3px solid var(--teal); background: #f4f7f6; border-radius: 0 16px 16px 0; }
.bairro-highlights strong { font-size: .98rem; }
.bairro-highlights span { color: var(--muted); font-size: .84rem; }
.bairro-image { position: relative; }
.bairro-image img { width: 100%; height: 640px; object-fit: cover; border-radius: 32px; box-shadow: var(--shadow); }
.bairro-tag { position: absolute; left: 22px; bottom: 22px; right: 22px; background: rgba(3,29,35,.88); backdrop-filter: blur(10px); color: #fff; border-radius: 18px; padding: 18px 22px; display: flex; flex-direction: column; }
.bairro-tag span { color: rgba(255,255,255,.62); font-size: .8rem; }

.invest { background: #faf9f6; }
.invest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.invest-grid article { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 30px 26px; }
.invest-num { display: inline-grid; place-content: center; width: 44px; height: 44px; border-radius: 50%; background: #e5f7f9; color: var(--teal); font-weight: 800; font-size: .82rem; }
.invest-grid h3 { font-size: 1.08rem; margin: 16px 0 8px; }
.invest-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.masterplan { margin-top: 46px; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 40px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.masterplan-copy h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; margin: 14px 0 14px; line-height: 1.25; }
.masterplan-copy p { color: var(--muted); margin: 0 0 14px; font-size: .95rem; }
.masterplan-projects { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.masterplan-projects figure { margin: 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: #faf9f6; display: flex; flex-direction: column; }
.masterplan-projects img { width: 100%; height: 170px; object-fit: cover; display: block; }
.masterplan-projects figcaption { padding: 14px 16px; display: flex; flex-direction: column; gap: 3px; }
.masterplan-projects figcaption strong { font-size: .92rem; }
.masterplan-projects figcaption span { color: var(--muted); font-size: .8rem; }
.masterplan-text-card { justify-content: center; background: var(--deep) !important; }
.masterplan-text-card figcaption strong { color: var(--gold); }
.masterplan-text-card figcaption span { color: rgba(255,255,255,.65); }

.invest-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 42px; }

.journey-steps { list-style: none; counter-reset: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.journey-steps li { position: relative; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13); border-radius: 24px; padding: 28px 26px; }
.journey-steps span { display: inline-grid; place-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 800; font-size: 1.05rem; box-shadow: 0 10px 25px rgba(11,163,184,.35); }
.journey-steps h3 { font-size: 1.05rem; margin: 16px 0 8px; }
.journey-steps p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.hero-abroad { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 12px 20px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(10px); color: #fff; font-size: .86rem; font-weight: 700; text-decoration: none; transition: background .25s; }
.hero-abroad:hover { background: rgba(11,163,184,.35); }
.hero-abroad strong { color: #9eeaf2; }

.eyebrow.gold { color: var(--gold); }
.londres-lead { font-size: 1.35rem !important; color: rgba(255,255,255,.85) !important; }
.londres-lead em { color: var(--gold); font-style: italic; }
.londres-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: stretch; }
.londres-compare { display: grid; gap: 18px; }
.compare-card { border-radius: 24px; padding: 32px 30px; display: flex; flex-direction: column; }
.compare-card span { font-size: .72rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 10px; }
.compare-card strong { font-family: Manrope, Arial, sans-serif; font-size: 3.2rem; font-weight: 800; line-height: 1; margin-bottom: 12px; }
.compare-card p { margin: 0; font-size: .95rem; }
.compare-uk { background: #1c2126; }
.compare-uk span { color: #969ba0; }
.compare-uk strong { color: #ced2d6; }
.compare-uk p { color: #aab0b6; }
.compare-br { background: rgba(11,163,184,.16); border: 1px solid rgba(19,190,208,.4); }
.compare-br span { color: var(--gold); }
.compare-br strong { color: #fff; }
.compare-br p { color: #9eeaf2; }
.londres-steps { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13); border-radius: 26px; padding: 36px; }
.londres-steps h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.6rem; margin: 0 0 22px; }
.londres-steps ol { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 18px; counter-reset: lstep; }
.londres-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 4px 16px; align-items: start; counter-increment: lstep; }
.londres-steps li::before { content: counter(lstep); grid-column: 1; grid-row: 1 / span 2; display: grid; place-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 800; }
.londres-steps li strong { grid-column: 2; display: block; font-size: 1rem; line-height: 44px; }
.londres-steps li span { grid-column: 2; color: rgba(255,255,255,.62); font-size: .88rem; }
.londres-cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.londres-cta small { color: rgba(255,255,255,.5); font-size: .76rem; }

.trust { background: #fff; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.trust-card { border: 1px solid var(--line); border-radius: 28px; padding: 40px 36px; background: #faf9f6; }
.trust-badge { display: inline-block; padding: 8px 16px; border-radius: 999px; background: var(--deep); color: var(--gold); font-weight: 800; font-size: .85rem; letter-spacing: .06em; }
.trust-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.7rem; margin: 18px 0 12px; }
.trust-card p { color: var(--muted); margin: 0 0 14px; }
.trust-note { font-size: .8rem; border-left: 3px solid var(--gold); padding-left: 14px; }
.trust-card blockquote { margin: 22px 0 0; padding: 22px 24px; background: #fff; border-radius: 18px; border: 1px solid var(--line); font-family: "Playfair Display", Georgia, serif; font-size: 1.12rem; line-height: 1.45; color: var(--ink); }
.trust-card cite { display: block; margin-top: 12px; font-family: Manrope, Arial, sans-serif; font-style: normal; font-size: .76rem; color: var(--muted); font-weight: 700; }

.faq { background: var(--sand); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-copy { position: sticky; top: 120px; }
.faq-copy > p { color: var(--muted); margin: 22px 0 26px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 20px 54px 20px 24px; font-weight: 800; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; background: #e5f7f9; color: var(--teal); display: grid; place-content: center; font-weight: 800; transition: transform .25s, background .25s; }
.faq-item[open] summary::after { content: "−"; background: var(--teal); color: #fff; }
.faq-item p { margin: 0; padding: 0 24px 20px; color: var(--muted); }

.calc-custom-cta { margin: 4px 0 18px; font-size: .85rem; color: var(--muted); font-weight: 700; }
.calc-custom-cta a { color: var(--teal); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.calc-controls-title { margin: 0 0 10px; font-size: .78rem; font-weight: 800; }
.calc-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.calc-controls label { font-size: .68rem; font-weight: 800; color: var(--muted); margin: 0; }
.calc-controls input { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; margin-top: 5px; font-weight: 800; background: #fff; }
.calc-warning { margin: 0 0 14px; padding: 12px 16px; border-radius: 12px; background: #fdeaea; color: #a13030; font-size: .8rem; font-weight: 700; }
.calc-options { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 16px; padding: 14px 16px; background: #f4f7f6; border-radius: 14px; }
.calc-check { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 800; color: var(--ink); margin: 0; cursor: pointer; }
.calc-check input { width: 17px; height: 17px; accent-color: var(--teal); margin: 0; }
.calc-select { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 800; margin: 0; }
.calc-select select { min-height: 40px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; background: #fff; }
.calc-radio-group { display: inline-flex; gap: 14px; margin-left: auto; }
.result small { display: block; }
.result #entry-split-note { color: var(--teal); font-weight: 800; font-size: .74rem; margin-top: 4px; }

.portal { background: #fff; }
.portal-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }
.portal-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.portal-copy { padding: 55px; }
.portal-logo { width: 175px; margin-bottom: 25px; }
.portal-copy > p { color: var(--muted); }
.lead-form { margin-top: 25px; display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { font-size: .75rem; font-weight: 800; }
.lead-form input:not([type="checkbox"]), .lead-form select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; margin-top: 6px; background: #fff; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 500 !important; line-height: 1.4; }
.consent input { margin-top: 4px; }
.consent a { color: var(--teal); text-decoration: underline; }
.contact-direct { text-align: center; padding-top: 18px; color: var(--muted); font-size: .8rem; }
.contact-direct a { display: block; color: var(--ink); font-size: 1.2rem; font-weight: 800; }

.site-footer { background: var(--deep-2); color: #fff; padding: 65px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-grid img { width: 160px; }
.footer-grid strong { color: #9eeaf2; }
.footer-grid p { color: rgba(255,255,255,.58); }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.42); font-size: .7rem; }
.footer-bottom p:last-child { max-width: 680px; text-align: right; }
.link-button { color: inherit; background: none; border: 0; padding: 0; }

.floating-whatsapp { position: fixed; z-index: 800; right: 22px; bottom: 22px; height: 58px; padding: 0 13px 0 20px; border-radius: 999px; display: flex; align-items: center; gap: 10px; background: #20b75a; color: #fff; font-weight: 800; box-shadow: 0 14px 35px rgba(10,120,55,.35); }
.floating-whatsapp svg { width: 34px; fill: currentColor; }
.lightbox { width: min(92vw, 1200px); max-height: 92vh; border: 0; background: transparent; padding: 0; overflow: visible; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(5px); }
.lightbox img { max-height: 90vh; width: 100%; object-fit: contain; border-radius: 18px; }
.lightbox-close { position: absolute; right: -12px; top: -45px; background: none; border: 0; color: #fff; font-size: 2.5rem; }
.cookie-banner { position: fixed; z-index: 1100; left: 20px; right: 20px; bottom: 20px; max-width: 900px; margin: auto; display: none; align-items: center; justify-content: space-between; gap: 25px; padding: 20px; background: #082d34; color: #fff; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 3px 0 0; color: rgba(255,255,255,.64); font-size: .78rem; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
@keyframes slowZoom { from { transform: scale(1.01); } to { transform: scale(1.07); } }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(16px); opacity: 0; } }

@media (max-width: 1050px) {
  .main-nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 390px); background: var(--deep-2); flex-direction: column; align-items: flex-start; padding: 120px 35px 35px; transform: translateX(105%); transition: .3s; box-shadow: -20px 0 60px rgba(0,0,0,.25); }
  .main-nav.open { transform: none; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-card { justify-self: start; width: 100%; max-width: 600px; }
  .split-grid, .proposal-grid { gap: 50px; }
  .gallery-grid { grid-auto-rows: 240px; }
}
@media (max-width: 820px) {
  .section { padding: 60px 0; }
  .nav-wrap { height: 78px; }
  .brand-monte img { width: 125px; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 140px; padding-bottom: 85px; }
  .hero-shade { background: linear-gradient(0deg, rgba(1,18,23,.95) 0%, rgba(2,29,35,.7) 70%, rgba(2,20,25,.35)); }
  .hero-media img { object-position: 52% center; }
  .hero-trust { gap: 18px; justify-content: space-between; }
  .split-grid, .location-grid, .proposal-grid, .portal-grid, .unit-panel { grid-template-columns: 1fr; }
  .intro-image { padding-left: 0; }
  .intro-image img { height: 560px; }
  .floating-stat { right: 10px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card.gallery-large { grid-column: span 2; grid-row: span 1; }
  .location { min-height: auto; }
  .location-card { max-width: 600px; }
  .location-extras { grid-template-columns: 1fr; }
  .invest-grid, .journey-steps { grid-template-columns: 1fr 1fr; }
  .trust-grid, .faq-grid, .londres-grid { grid-template-columns: 1fr; }
  .masterplan { grid-template-columns: 1fr; padding: 30px; }
  .faq-copy { position: static; }
  .unit-visual { min-height: 450px; }
  .portal-photo { max-height: 460px; }
  .portal-photo img { height: 460px; }
  .plans-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .hero-copy > p { font-size: .98rem; }
  .hero-actions .btn, .video-actions .btn { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hero-trust strong { font-size: .92rem; }
  .hero-trust span { font-size: .64rem; }
  .hero-card { padding: 25px; }
  .price-line strong { font-size: 1.9rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .intro-image img { height: 480px; }
  .bairro-image img { height: 440px; }
  .bairro-video-wrap { margin-bottom: 40px; border-radius: 20px; }
  .bairro-video-caption { left: 14px; bottom: 12px; padding: 10px 14px; }
  .bairro-sound { right: 14px; bottom: 12px; padding: 11px 16px; font-size: .78rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-card.gallery-large { grid-column: auto; }
  .unit-tabs { width: 100%; }
  .unit-tabs button { flex: 1; padding: 10px 8px; font-size: .78rem; }
  .unit-info { padding: 30px 24px; }
  .unit-info h3 { font-size: 1.9rem; }
  .unit-info dl { grid-template-columns: 1fr; }
  .plan-card img { height: 240px; }
  .calculator { padding: 24px; }
  .calc-results { grid-template-columns: 1fr; }
  .calc-controls { grid-template-columns: 1fr 1fr; }
  .calc-options { flex-direction: column; align-items: flex-start; }
  .calc-radio-group { margin-left: 0; }
  .invest-grid, .journey-steps { grid-template-columns: 1fr; }
  .invest-cta .btn, .plans-download .btn, .unit-actions .btn { width: 100%; }
  .trust-card { padding: 30px 24px; }
  .map-embed, .map-embed iframe { min-height: 300px; }
  .masterplan-projects { grid-template-columns: 1fr; }
  .londres-steps { padding: 26px 20px; }
  .compare-card strong { font-size: 2.5rem; }
  .hero-abroad { font-size: .78rem; padding: 11px 16px; }
  .masterplan { padding: 24px; }
  .portal-copy { padding: 36px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 58px; padding: 0; justify-content: center; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
