:root {
    --ink: #142348;
    --ink-2: #203b86;
    --ink-3: #52617e;
    --paper: #f7f9fd;
    --white: #fff;
    --line: #dbe3f0;
    --muted: #667085;
    --pink: #2d78d5;
    --pink-dark: #1d4fa4;
    --orange: #f5823f;
    --orange-dark: #d96528;
    --purple: #284b9b;
    --lime: #b4df58;
    --shadow: 0 24px 70px rgba(25, 28, 29, .17);
    --shell: min(1200px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font-family: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-size: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); max-width: 1200px; margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 24px; padding: 10px 16px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 800; line-height: 1.03; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; color: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; border-bottom: 1px solid rgba(255,255,255,.18); }
.development-brand { display: inline-flex; align-items: center; width: 150px; }
.development-brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; margin-right: 34px; font-size: 12px; font-weight: 700; }
.main-nav a { color: rgba(255,255,255,.75); transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 11px; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--orange), #ffb13b); box-shadow: 0 12px 30px rgba(245,130,63,.28); }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-dark); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.03); }
.button-outline-light:hover, .button-outline-light:focus-visible { border-color: var(--white); background: rgba(255,255,255,.1); }
.button-light { color: var(--ink); background: var(--white); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--pink); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: var(--pink-dark); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: var(--white); background: #101b47; }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 80% 14%, rgba(45,120,213,.25), transparent 22%), radial-gradient(circle at 15% 100%, rgba(245,130,63,.34), transparent 28%), linear-gradient(122deg, #101b47 0%, #172b63 48%, #244786 100%); content: ""; }
.hero::after { position: absolute; right: -15%; bottom: -38%; width: 74%; height: 77%; border: 1px solid rgba(45,120,213,.42); border-radius: 50%; transform: rotate(-18deg); content: ""; pointer-events: none; }
.hero-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(35px); pointer-events: none; }
.hero-glow-orange { bottom: -180px; left: -100px; width: 370px; height: 370px; background: rgba(245,130,63,.23); }
.hero-glow-pink { top: -170px; right: 7%; width: 300px; height: 300px; background: rgba(45,120,213,.19); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .82fr); gap: 76px; align-items: center; min-height: 820px; padding-top: 88px; }
.hero-copy { max-width: 660px; padding: 62px 0 64px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--pink-dark); font-size: 10px; font-weight: 900; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-light { color: #8bd6f5; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px rgba(45,120,213,.13); }
.eyebrow-bar { display: inline-block; width: 32px; height: 2px; background: currentColor; }
.development-logo { width: min(265px, 72%); height: auto; margin: 0 0 28px; }
h1 { max-width: 710px; margin-bottom: 24px; font-size: clamp(45px, 5.3vw, 76px); letter-spacing: -.075em; }
h1 span, h1 em { display: block; }
h1 em { color: #8bd6f5; font-style: normal; }
.hero-tagline { margin: 0 0 11px; font-size: 19px; font-weight: 750; letter-spacing: -.03em; }
.hero-description { max-width: 580px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 900; }
.text-link-light { color: var(--white); }
.text-link-light:hover, .text-link-light:focus-visible { color: #8bd6f5; }
.whatsapp-dot { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #c8f37c; font-size: 12px; }
.futuristic-cta-cluster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: min(100%, 650px); margin-top: 25px; perspective: 900px; }
.futuristic-cta { position: relative; isolation: isolate; display: flex; align-items: center; gap: 12px; min-height: 79px; overflow: hidden; margin: 0; padding: 13px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 19px; color: var(--white); background: #33383a; box-shadow: 0 18px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.19); font: inherit; line-height: 1.2; text-align: left; appearance: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.futuristic-cta::before { position: absolute; z-index: 0; inset: -60%; background: radial-gradient(circle, rgba(255,255,255,.2), transparent 41%); content: ""; opacity: .75; transform: translate3d(-18%, -12%, 0); pointer-events: none; }
.futuristic-cta::after { position: absolute; z-index: 0; inset: 0; background: repeating-linear-gradient(135deg, rgba(255,255,255,.07) 0 1px, transparent 1px 13px); content: ""; opacity: .35; pointer-events: none; }
.futuristic-cta:hover, .futuristic-cta:focus-visible { border-color: rgba(255,255,255,.72); box-shadow: 0 25px 48px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.3); transform: translateY(-5px) rotateX(2deg); }
.futuristic-cta-wa { background: linear-gradient(135deg, #247b5c, #56b35d 70%, #b4df58); }
.futuristic-cta-ai { border-color: rgba(139,214,245,.65); background: linear-gradient(135deg, #172b63, #2459a8 55%, #2f9cc7); cursor: pointer; }
.futuristic-cta-orbit { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; color: var(--white); background: rgba(0,0,0,.18); box-shadow: 0 0 0 5px rgba(255,255,255,.08), inset 0 0 17px rgba(255,255,255,.14); font-size: 17px; }
.futuristic-cta-orbit::after { position: absolute; inset: -7px; border: 1px solid rgba(255,255,255,.35); border-left-color: transparent; border-radius: 50%; content: ""; animation: orbit 7s linear infinite; }
.futuristic-cta-orbit-wa { color: #ecffb9; }
.futuristic-cta-orbit-ai { color: #d8f7ff; border-color: #8bd6f5; }
.futuristic-cta-copy { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; gap: 3px; min-width: 0; }
.futuristic-cta-copy small { color: rgba(255,255,255,.68); font-size: 8px; font-weight: 850; letter-spacing: .11em; line-height: 1.2; }
.futuristic-cta-copy strong { font-size: 13px; letter-spacing: -.02em; }
.futuristic-cta-arrow { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: rgba(255,255,255,.86); font-size: 12px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero-footnote { margin: 28px 0 0; color: rgba(255,255,255,.52); font-size: 10px; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 540px); padding: 28px 25px 44px 0; }
.hero-image-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.46); background: #52617e; box-shadow: 25px 28px 0 rgba(45,120,213,.85), -13px -13px 0 rgba(245,130,63,.85); }
.hero-image-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,25,26,.02) 47%, rgba(23,25,26,.62)); content: ""; pointer-events: none; }
.hero-image-frame img { width: 100%; aspect-ratio: 1.777; object-fit: cover; object-position: center center; }
.hero-image-caption { position: absolute; z-index: 1; right: 22px; bottom: 21px; left: 22px; display: flex; align-items: center; gap: 12px; color: var(--white); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.caption-line { width: 42px; height: 1px; background: #8bd6f5; }
.hero-chip { position: absolute; z-index: 2; top: 24px; right: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.44); border-radius: 999px; color: var(--white); background: rgba(40,42,43,.72); box-shadow: 0 8px 22px rgba(0,0,0,.18); backdrop-filter: blur(6px); }
.hero-chip b { color: var(--lime); font-size: 11px; letter-spacing: .1em; }
.hero-chip small { color: rgba(255,255,255,.72); font-size: 9px; }
.price-sticker { position: absolute; z-index: 3; right: -17px; bottom: 9px; display: flex; flex-direction: column; min-width: 195px; padding: 18px 20px 17px; color: var(--ink); background: var(--white); box-shadow: 0 18px 35px rgba(0,0,0,.22); }
.price-sticker::before { position: absolute; top: 0; left: 0; width: 48px; height: 5px; background: var(--orange); content: ""; }
.price-sticker span, .price-sticker small { color: var(--muted); font-size: 10px; }
.price-sticker strong { margin: 4px 0 1px; font-size: 25px; letter-spacing: -.07em; }
.hero-scroll { position: absolute; z-index: 1; bottom: 27px; left: max(32px, calc((100% - 1200px) / 2)); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll span { display: inline-block; width: 28px; height: 1px; background: currentColor; }

.fact-strip { color: var(--white); background: linear-gradient(90deg, #1d4fa4, #246fbd 58%, #172b63); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.4fr; min-height: 118px; }
.fact { display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.25); }
.fact:first-child { padding-left: 0; }
.fact-value { font-size: 23px; font-weight: 900; letter-spacing: -.06em; }
.fact-label { color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.fact-cta { align-items: flex-end; border: 0; padding-right: 0; }
.fact-cta a { display: inline-flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 900; }
.fact-cta a span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; }

.section { padding: 120px 0; }
.section-intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
h2 { max-width: 720px; margin-bottom: 24px; font-size: clamp(40px, 5vw, 68px); letter-spacing: -.075em; }
.intro-copy { max-width: 500px; padding-top: 40px; color: var(--muted); font-size: 17px; }
.intro-copy p { margin-bottom: 28px; }
.arrow-link { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); font-size: 12px; font-weight: 900; }
.arrow-link span { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; transition: background .2s ease, color .2s ease; }
.arrow-link:hover span, .arrow-link:focus-visible span { color: var(--white); background: var(--pink); }
.project-facts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts article { min-height: 140px; padding: 23px 21px 20px; border-right: 1px solid var(--line); }
.project-facts article:first-child { padding-left: 0; }
.project-facts article:last-child { border-right: 0; }
.fact-icon { display: block; margin-bottom: 23px; color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.project-facts strong { display: block; margin-bottom: 4px; font-size: 17px; letter-spacing: -.04em; }
.project-facts p { margin: 0; color: var(--muted); font-size: 10px; }

.differential-section { position: relative; overflow: hidden; color: var(--white); background: #172b63; }
.differential-section::before { position: absolute; top: -30%; right: -10%; width: 60%; height: 100%; border: 1px solid rgba(45,120,213,.4); border-radius: 50%; transform: rotate(-19deg); content: ""; }
.differential-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 96px; align-items: center; }
.differential-image-wrap { position: relative; width: min(100%, 470px); padding: 0 21px 24px 0; }
.differential-image-wrap::after { position: absolute; z-index: 0; right: 0; bottom: 0; width: 76%; height: 76%; border: 1px solid rgba(180,223,88,.7); content: ""; }
.differential-image-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.777; object-fit: cover; }
.image-stamp { position: absolute; z-index: 2; right: 4px; bottom: 18px; display: flex; flex-direction: column; min-width: 146px; padding: 12px 15px; color: var(--ink); background: var(--white); box-shadow: 0 12px 27px rgba(0,0,0,.22); }
.image-stamp b { color: #2d78d5; font-size: 20px; letter-spacing: .04em; }
.image-stamp small { color: var(--muted); font-size: 9px; }
.differential-copy { max-width: 600px; }
.differential-copy h2 { max-width: 620px; }
.differential-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 16px; }
.location-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 32px; }
.location-pills span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.78); font-size: 10px; }

.typologies-section { background: var(--paper); }
.section-heading { margin-bottom: 48px; }
.heading-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .62fr); gap: 80px; align-items: end; }
.heading-split > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.typology-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; }
.typology-card { position: relative; display: flex; flex-direction: column; min-height: 275px; padding: 23px 18px 18px; overflow: hidden; border: 1px solid #d7d8d8; background: rgba(255,255,255,.54); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.typology-card::before { position: absolute; top: -35px; right: -35px; width: 110px; height: 110px; border: 1px solid rgba(45,120,213,.2); border-radius: 50%; content: ""; }
.typology-card:hover { border-color: var(--pink); box-shadow: 0 18px 35px rgba(40,42,43,.1); transform: translateY(-4px); }
.typology-featured { color: var(--white); border-color: var(--pink); background: linear-gradient(145deg, #203b86, #2d78d5); }
.typology-number { position: relative; z-index: 1; margin-bottom: 37px; color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.typology-featured .typology-number { color: #d8f7ff; }
.typology-card h3 { position: relative; z-index: 1; margin-bottom: 11px; font-size: 20px; letter-spacing: -.055em; }
.typology-card > strong { position: relative; z-index: 1; font-size: 15px; }
.typology-card p { position: relative; z-index: 1; min-height: 73px; margin: 8px 0 16px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.typology-featured p { color: rgba(255,255,255,.76); }
.typology-card > a { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 900; }
.typology-featured > a { border-top-color: rgba(255,255,255,.3); }
.typology-card > a span { color: var(--pink); font-size: 17px; }
.typology-featured > a span { color: var(--lime); }
.plans-heading { max-width: 650px; margin: 90px 0 33px; }
.plans-heading h3 { margin-bottom: 10px; font-size: 30px; letter-spacing: -.06em; }
.plans-heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.plan-card { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.plan-card img { width: 100%; aspect-ratio: 1.415; object-fit: contain; }
.plan-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 850; }
.plan-card figcaption b { color: var(--pink); font-size: 10px; letter-spacing: .1em; }

.comparison-wrap { margin-top: 72px; }
.comparison-heading { margin: 0 0 22px; }
.comparison-heading h3 { margin-bottom: 0; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.property-table { width: 100%; min-width: 690px; border-collapse: collapse; font-size: 12px; }
.property-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.property-table th, .property-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.property-table thead th { color: var(--white); background: var(--purple); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.property-table tbody th { color: var(--ink); font-weight: 850; }
.property-table tbody td { color: var(--muted); }
.property-table tbody tr:last-child th, .property-table tbody tr:last-child td { border-bottom: 0; }
.table-note { margin: 11px 0 0; color: var(--muted); font-size: 10px; }

.amenity-section { position: relative; overflow: hidden; color: var(--white); background: #172b63; }
.amenity-section::after { position: absolute; right: -7%; bottom: -35%; width: 58%; height: 85%; border: 1px solid rgba(180,223,88,.45); border-radius: 50%; content: ""; }
.amenity-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; align-items: center; }
.amenity-copy { max-width: 650px; }
.amenity-copy h2 { max-width: 670px; }
.amenity-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.7); font-size: 16px; }
.amenity-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 31px 0 36px; }
.amenity-list span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.21); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 10px; }
.amenity-highlight { position: relative; max-width: 400px; padding: 35px 31px 32px; border: 1px solid rgba(139,214,245,.6); background: linear-gradient(145deg, rgba(45,120,213,.24), rgba(19,42,92,.82)); box-shadow: 0 24px 50px rgba(0,0,0,.24); }
.orbit-mark { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin-bottom: 30px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); box-shadow: 0 0 0 8px rgba(180,223,88,.08); font-size: 21px; }
.amenity-highlight h3 { margin-bottom: 15px; font-size: 30px; letter-spacing: -.065em; }
.amenity-highlight > p:not(.eyebrow) { color: rgba(255,255,255,.73); font-size: 13px; }
.service-lines { display: grid; gap: 8px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #d8f7ff; font-size: 11px; font-weight: 800; }

.leisure-section { background: var(--paper); }
.leisure-heading { max-width: 760px; }
.leisure-heading > p:last-child { max-width: 530px; margin: 0; color: var(--muted); font-size: 16px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 13px; }
.gallery-item { position: relative; grid-column: span 4; min-height: 245px; margin: 0; overflow: hidden; background: var(--ink-2); }
.gallery-item.gallery-large { grid-column: span 8; grid-row: span 2; min-height: 503px; }
.gallery-item img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(24,26,27,.72)); content: ""; pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; display: flex; align-items: center; justify-content: space-between; color: var(--white); font-size: 12px; font-weight: 850; }
.gallery-item figcaption b { color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .12em; }

.location-section { background: #eef3f9; }
.location-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; }
.location-copy { max-width: 455px; }
.location-copy > p:not(.eyebrow):not(.location-address) { margin-bottom: 28px; color: var(--muted); }
.location-address { margin: 0 0 23px; padding-left: 17px; border-left: 3px solid var(--pink); font-size: 16px; line-height: 1.65; }
.location-list { border-top: 1px solid rgba(40,42,43,.23); }
.location-item { display: grid; grid-template-columns: 72px 1fr 22px; gap: 17px; align-items: center; min-height: 91px; border-bottom: 1px solid rgba(40,42,43,.23); }
.location-item > strong { color: var(--pink-dark); font-size: 23px; letter-spacing: -.07em; }
.location-item h3 { margin: 0 0 2px; font-size: 15px; letter-spacing: -.04em; }
.location-item p { margin: 0; color: var(--muted); font-size: 11px; }
.location-item > span { color: var(--pink-dark); font-size: 19px; }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }

.map-section { color: var(--white); background: #101b47; }
.map-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 86px; align-items: center; }
.map-copy { max-width: 430px; }
.map-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 16px; }
.map-facade { position: relative; min-height: 370px; overflow: hidden; border: 1px solid rgba(255,255,255,.34); background: #203b86; box-shadow: 20px 20px 0 rgba(45,120,213,.55); }
.map-facade img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; }
.map-facade::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,27,71,.06), rgba(16,27,71,.72)); content: ""; pointer-events: none; }
.map-overlay { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.map-pin { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--pink); border-radius: 50%; color: var(--pink); background: rgba(16,27,71,.78); font-size: 16px; }
.map-overlay strong { flex: 1; min-width: 150px; font-size: 15px; }
.map-overlay button, .map-overlay a { display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 10px 14px; color: var(--white); background: rgba(16,27,71,.72); font-size: 11px; font-weight: 900; cursor: pointer; }
.map-overlay button:hover, .map-overlay button:focus-visible, .map-overlay a:hover, .map-overlay a:focus-visible { border-color: var(--pink); background: var(--pink-dark); }

.investment-section { background: var(--white); }
.investment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.investment-copy { max-width: 560px; padding-top: 12px; color: var(--muted); font-size: 16px; }
.investment-copy p { margin-bottom: 22px; }

.lead-section { color: var(--white); background: #101b47; }
.lead-grid { display: grid; grid-template-columns: .89fr 1.11fr; gap: 100px; align-items: start; }
.lead-copy { max-width: 540px; padding-top: 29px; }
.lead-copy h2 { font-size: clamp(42px, 5vw, 70px); }
.lead-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 16px; }
.lead-promises { display: grid; gap: 13px; margin: 34px 0; }
.lead-promises > div { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.84); font-size: 12px; }
.promise-icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--lime); font-size: 11px; font-weight: 900; }
.wa-callout { display: flex; align-items: center; gap: 13px; max-width: 350px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.25); color: var(--white); transition: background .2s ease, border-color .2s ease; }
.wa-callout:hover, .wa-callout:focus-visible { border-color: var(--lime); background: rgba(255,255,255,.08); }
.wa-symbol { display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 31px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); }
.wa-callout > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.wa-callout small { color: rgba(255,255,255,.55); font-size: 10px; }
.wa-callout strong { font-size: 13px; }
.lead-card { padding: 35px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 27px; }
.form-step { color: var(--pink-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h3 { margin: 7px 0 3px; font-size: 30px; letter-spacing: -.06em; }
.form-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 13px; }
.field { display: flex; flex-direction: column; gap: 7px; color: var(--ink); font-size: 11px; font-weight: 900; }
.field span { color: var(--muted); font-weight: 500; }
.field-full { grid-column: 1 / -1; }
.field input, .field select { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #c9cbcb; border-radius: 0; outline: 0; color: var(--ink); background: #fafafa; font-size: 13px; font-weight: 500; }
.field input::placeholder { color: #8b9293; }
.field input:focus, .field select:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(45,120,213,.13); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 19px 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--pink); }
.form-privacy { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-alert { margin-bottom: 20px; padding: 12px 14px; border-left: 3px solid var(--pink); color: #7d2456; background: #f8d8e8; font-size: 12px; }
.form-success { text-align: center; }
.success-check { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin: 8px auto 22px; border-radius: 50%; color: var(--white); background: var(--pink); font-size: 27px; }
.form-success h3 { margin-bottom: 12px; font-size: 32px; letter-spacing: -.06em; }
.form-success p { margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 100px; }
.faq-heading { max-width: 420px; }
.faq-heading > p:not(.eyebrow) { margin-bottom: 27px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 850; letter-spacing: -.025em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--pink-dark); font-size: 20px; font-weight: 400; line-height: 1; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq-item[open] summary > span { color: var(--white); background: var(--pink); transform: rotate(45deg); }
.faq-answer { max-width: 700px; padding: 0 52px 23px 0; color: var(--muted); font-size: 14px; }
.faq-answer p { margin: 0; }

.legal-section { background: #e3e0df; }
.legal-inner { display: flex; gap: 16px; padding: 31px 0; color: #626a6b; font-size: 10px; line-height: 1.6; }
.legal-inner strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 11px; }
.legal-inner p { max-width: 1040px; margin: 0; }
.legal-symbol { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex: 0 0 auto; border: 1px solid #8d9393; border-radius: 50%; font-size: 13px; font-weight: 800; }
.site-footer { color: rgba(255,255,255,.68); background: #0d1538; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.25fr auto; gap: 30px; align-items: center; padding: 50px 0 42px; }
.development-brand-footer { width: 188px; }
.footer-grid p { margin: 0; font-size: 12px; }
.footer-grid > a:last-child { color: #8bd6f5; font-size: 12px; font-weight: 850; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 10px; }
.mobile-sticky-cta { display: none; }

.floating-wa { position: fixed; z-index: 20; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px 9px 9px; border: 1px solid rgba(200,243,124,.62); border-radius: 999px; color: var(--white); background: linear-gradient(135deg, #217e61, #50a55d); box-shadow: 0 12px 30px rgba(0,0,0,.25), 0 0 0 5px rgba(180,223,88,.12); font-size: 12px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.floating-wa:hover, .floating-wa:focus-visible { background: #268b68; transform: translateY(-3px); }
.floating-wa-icon { display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; color: var(--lime); }
.assistant-trigger { position: fixed; z-index: 19; right: 20px; bottom: 76px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(139,214,245,.82); border-radius: 999px; padding: 8px 12px 8px 9px; color: var(--white); background: linear-gradient(135deg, #172b63, #246fbd); box-shadow: 0 12px 30px rgba(0,0,0,.25), 0 0 0 4px rgba(45,120,213,.1); font-size: 11px; font-weight: 900; text-align: left; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.assistant-trigger:hover, .assistant-trigger:focus-visible { background: #2f80ca; transform: translateY(-2px); }
.assistant-trigger-mark { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid #8bd6f5; border-radius: 50%; color: #8bd6f5; background: rgba(45,120,213,.1); box-shadow: 0 0 0 3px rgba(45,120,213,.09); font-size: 15px; }
.assistant-trigger small { display: block; margin-top: 2px; color: rgba(255,255,255,.63); font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.assistant-panel { position: fixed; z-index: 30; right: 20px; bottom: 76px; display: flex; flex-direction: column; width: min(390px, calc(100vw - 32px)); max-height: min(700px, calc(100vh - 105px)); overflow: hidden; border: 1px solid rgba(40,42,43,.18); border-radius: 18px; background: var(--paper); box-shadow: 0 24px 70px rgba(22,24,25,.35); animation: panel-in .18s ease-out; }
.assistant-panel[hidden] { display: none !important; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.assistant-head { display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; padding: 15px 17px; color: var(--white); background: #172b63; }
.assistant-head strong, .assistant-head span { display: block; }
.assistant-head strong { font-size: 14px; }
.assistant-head span { margin-top: 2px; color: rgba(255,255,255,.68); font-size: 10px; }
.assistant-head button { width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--white); background: transparent; font-size: 23px; line-height: 1; cursor: pointer; }
.assistant-messages { display: flex; flex-direction: column; gap: 8px; max-height: 255px; overflow-y: auto; padding: 14px; }
.assistant-bubble { max-width: 92%; margin: 0; padding: 10px 12px; border-radius: 12px; font-size: 12px; line-height: 1.5; white-space: pre-line; }
.assistant-bubble-bot { align-self: flex-start; color: var(--ink); background: #ece8ee; }
.assistant-bubble-user { align-self: flex-end; color: var(--white); background: var(--pink); }
.assistant-bubble-pending { align-self: flex-start; color: var(--muted); background: #eef0eb; font-style: italic; }
.assistant-bubble-error { align-self: flex-start; color: #7d2456; background: #f8d8e8; }
.assistant-choices { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 14px 12px; }
.assistant-choices button { border: 1px solid rgba(40,42,43,.22); border-radius: 999px; padding: 8px 10px; color: var(--ink); background: transparent; font-size: 11px; cursor: pointer; }
.assistant-choices button:hover, .assistant-choices button:focus-visible { border-color: var(--pink); color: var(--pink-dark); }
.assistant-choices button:disabled { opacity: .55; cursor: wait; }
.assistant-form { padding: 0 14px 10px; }
.assistant-form textarea { display: block; width: 100%; min-height: 63px; resize: vertical; padding: 10px 11px; border: 1px solid #c9cbcb; border-radius: 10px; outline: 0; color: var(--ink); background: var(--white); font-size: 12px; line-height: 1.45; }
.assistant-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(45,120,213,.12); }
.assistant-form-actions { display: flex; align-items: center; gap: 9px; margin-top: 8px; }
.assistant-submit { border: 0; border-radius: 999px; padding: 10px 14px; color: var(--white); background: var(--pink); font-size: 11px; font-weight: 900; }
.assistant-submit:hover, .assistant-submit:focus-visible { background: var(--pink-dark); }
.assistant-submit:disabled { opacity: .65; cursor: wait; }
.assistant-lead-link { color: var(--pink-dark); font-size: 11px; font-weight: 900; }
.assistant-status { min-height: 15px; margin: 7px 0 0; color: var(--muted); font-size: 10px; }
.assistant-privacy { margin: 3px 0 0; color: #727b77; font-size: 9px; line-height: 1.4; }
.assistant-cta { display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; margin: 0 14px 14px; border-radius: 999px; padding: 11px 14px; color: var(--white); background: #268b68; font-size: 12px; font-weight: 900; }

@media (max-width: 1100px) {
    :root { --shell: min(900px, calc(100% - 44px)); }
    .main-nav { gap: 17px; margin-right: 19px; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(315px, .76fr); gap: 37px; }
    .project-facts { grid-template-columns: repeat(3, 1fr); }
    .project-facts article:nth-child(3) { border-right: 0; }
    .project-facts article:nth-child(n+4) { border-top: 1px solid var(--line); }
    .typology-grid { grid-template-columns: repeat(3, 1fr); }
    .typology-card:nth-child(4), .typology-card:nth-child(5) { min-height: 245px; }
    .differential-grid, .amenity-grid, .location-grid, .investment-grid, .lead-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 760px) {
    :root { --shell: calc(100% - 36px); }
    .site-header .header-inner { min-height: 74px; }
    .development-brand { width: 132px; }
    .main-nav { display: none; }
    .button-small { min-height: 38px; padding: 8px 12px; font-size: 10px; }
    .hero, .hero-grid { min-height: auto; }
    .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 16px; padding-top: 98px; padding-bottom: 66px; }
    .hero-copy { padding: 36px 0 0; }
    .development-logo { width: min(275px, 82%); margin-bottom: 22px; }
    h1 { max-width: 100%; font-size: clamp(41px, 11vw, 57px); line-height: .98; }
    .hero-tagline { font-size: 17px; }
    .hero-description { font-size: 15px; }
    .futuristic-cta-cluster { grid-template-columns: 1fr; gap: 10px; margin-top: 18px; }
    .futuristic-cta { min-height: 70px; }
    .hero-visual { align-self: center; width: min(100%, 430px); padding: 18px 18px 35px 0; }
    .hero-image-frame img { aspect-ratio: 1.777; }
    .price-sticker { right: -4px; bottom: 0; min-width: 168px; padding: 14px 16px; }
    .price-sticker strong { font-size: 22px; }
    .hero-scroll { display: none; }
    .fact-grid { grid-template-columns: repeat(2, 1fr); min-height: 0; }
    .fact { min-height: 94px; padding: 15px 13px; border-bottom: 1px solid rgba(255,255,255,.25); }
    .fact:first-child { padding-left: 13px; }
    .fact:nth-child(2), .fact:nth-child(4) { border-right: 0; }
    .fact-value { font-size: 19px; }
    .fact-cta { grid-column: 1 / -1; align-items: flex-start; min-height: 72px; padding: 17px 13px; border-bottom: 0; }
    .section { padding: 78px 0; }
    .intro-grid, .differential-grid, .heading-split, .amenity-grid, .location-grid, .investment-grid, .lead-grid, .faq-grid { grid-template-columns: 1fr; gap: 36px; }
    .intro-copy { padding-top: 0; font-size: 16px; }
    h2 { font-size: clamp(39px, 12vw, 58px); }
    .project-facts { grid-template-columns: repeat(2, 1fr); margin-top: 54px; }
    .project-facts article, .project-facts article:nth-child(n+4) { min-height: 128px; padding: 18px 13px; border-top: 0; border-right: 1px solid var(--line); }
    .project-facts article:first-child { padding-left: 13px; }
    .project-facts article:nth-child(2n) { border-right: 0; }
    .project-facts article:nth-child(n+3) { border-top: 1px solid var(--line); }
    .fact-icon { margin-bottom: 16px; }
    .project-facts strong { font-size: 15px; }
    .differential-image-wrap { order: 2; width: min(100%, 430px); }
    .differential-copy { order: 1; }
    .differential-copy > p:not(.eyebrow) { font-size: 15px; }
    .heading-split { gap: 10px; }
    .heading-split > p { font-size: 15px; }
    .typology-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .typology-card { min-height: 248px; padding: 18px 14px 15px; }
    .typology-number { margin-bottom: 22px; }
    .typology-card h3 { font-size: 18px; }
    .typology-card p { min-height: 69px; font-size: 10px; }
    .plans-heading { margin-top: 62px; }
    .plans-grid { grid-template-columns: 1fr; gap: 12px; }
    .amenity-copy > p:not(.eyebrow) { font-size: 15px; }
    .amenity-highlight { padding: 28px 22px; }
    .amenity-highlight h3 { font-size: 27px; }
    .gallery-grid { gap: 10px; }
    .gallery-item, .gallery-item.gallery-large { grid-column: span 6; grid-row: auto; min-height: 170px; }
    .gallery-item.gallery-large { grid-column: span 12; min-height: 265px; }
    .gallery-item figcaption { right: 11px; bottom: 10px; left: 11px; font-size: 10px; }
    .location-copy > p:not(.eyebrow):not(.location-address) { font-size: 15px; }
    .location-item { grid-template-columns: 62px 1fr 18px; gap: 10px; min-height: 100px; }
    .location-item > strong { font-size: 21px; }
    .location-item h3 { font-size: 14px; }
    .investment-copy { padding-top: 0; font-size: 15px; }
    .map-grid { grid-template-columns: 1fr; gap: 35px; }
    .map-copy { max-width: none; }
    .map-facade { min-height: 255px; box-shadow: 12px 12px 0 rgba(45,120,213,.55); }
    .map-facade img { min-height: 255px; }
    .map-overlay { right: 15px; bottom: 15px; left: 15px; }
    .map-overlay strong { min-width: 120px; font-size: 13px; }
    .location-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
    .lead-copy { padding-top: 0; }
    .lead-copy > p:not(.eyebrow) { font-size: 15px; }
    .lead-card { padding: 23px 18px; }
    .field-grid { grid-template-columns: 1fr; gap: 16px; }
    .field-full { grid-column: auto; }
    .faq-heading { max-width: none; }
    .faq-item summary { padding: 18px 0; font-size: 14px; }
    .faq-answer { padding-right: 0; font-size: 13px; }
    .legal-inner { padding: 25px 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 16px; padding: 37px 0 27px; }
    .footer-bottom { flex-direction: column; gap: 7px; }
    body { padding-bottom: 70px; }
    .mobile-sticky-cta { position: fixed; z-index: 25; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); color: var(--white); background: rgba(13,21,56,.97); box-shadow: 0 -10px 30px rgba(20,35,72,.2); }
    .mobile-sticky-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; gap: 7px; border-radius: 999px; font-size: 10px; font-weight: 900; }
    .mobile-sticky-form { color: var(--white); background: var(--pink); }
    .mobile-sticky-wa { color: var(--white); background: #268b68; }
    .floating-wa { display: none; }
    .assistant-trigger { right: 12px; bottom: 77px; z-index: 28; }
    .assistant-panel { right: 12px; bottom: 77px; z-index: 35; max-height: calc(100vh - 95px); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
