:root {
    --blue: #123759;
    --blue-2: #0a2843;
    --blue-3: #1d4b72;
    --red: #e5393f;
    --red-dark: #c6282e;
    --ink: #13202c;
    --muted: #66727d;
    --cream: #f6f3ed;
    --soft: #f2f5f7;
    --white: #ffffff;
    --green: #1fb867;
    --shadow: 0 24px 70px rgba(9, 31, 50, .14);
    --radius: 24px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
    position: fixed;
    left: 16px;
    top: -100px;
    z-index: 9999;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    height: 82px;
    display: flex;
    align-items: center;
    color: #fff;
    transition: .3s ease;
}
.site-header::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(7, 24, 39, .78), transparent);
    transition: .3s ease;
}
.site-header.is-scrolled {
    height: 72px;
    box-shadow: 0 10px 35px rgba(5, 24, 39, .12);
}
.site-header.is-scrolled::after { background: rgba(10, 40, 67, .97); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; width: 100%; }

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 170px; }
.brand-mark {
    width: 12px;
    height: 38px;
    display: inline-block;
    border-radius: 999px;
    background: var(--red);
    box-shadow: 7px 0 0 rgba(255,255,255,.2);
    transform: skew(-8deg);
}
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-size: 1.28rem; letter-spacing: .08em; text-transform: uppercase; }
.brand small { margin-top: 5px; font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; opacity: .82; }

.desktop-nav { display: flex; gap: 26px; margin-left: auto; }
.desktop-nav a { font-size: .9rem; font-weight: 650; opacity: .88; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: .25s ease; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 12px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn i { font-size: 1.1em; }
.btn-lg { min-height: 58px; padding: 16px 24px; border-radius: 15px; font-size: 1rem; }
.btn-primary { color: #fff; background: var(--red); box-shadow: 0 14px 30px rgba(229,57,63,.28); }
.btn-primary:hover { background: var(--red-dark); box-shadow: 0 18px 38px rgba(229,57,63,.34); }
.btn-whatsapp { min-height: 44px; padding: 10px 16px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); }
.btn-whatsapp i { color: #56e595; }
.btn-outline { border: 1.5px solid var(--blue); color: var(--blue); background: transparent; }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-white { background: #fff; color: var(--blue); box-shadow: var(--shadow); }

.menu-toggle { display: none; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 99px; }
.mobile-menu { display: none; }

.hero {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--blue-2);
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://www.dialogo.com.br/estatico/2026/06/10/10/55/0517a475111aa117fc307ce17f5bad108372abb0.jpeg');
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 28, 48, .92) 0%, rgba(7, 28, 48, .78) 42%, rgba(7, 28, 48, .24) 72%, rgba(7, 28, 48, .18) 100%),
        linear-gradient(0deg, rgba(7, 28, 48, .50), transparent 45%);
}
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 90px; align-items: center; padding-top: 90px; }
.hero-copy { max-width: 720px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: #fff; padding: 8px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(10,40,67,.34); backdrop-filter: blur(10px); }
.hero h1 { margin: 22px 0 20px; max-width: 760px; font-size: clamp(2.7rem, 4.8vw, 4.8rem); line-height: 1; letter-spacing: -.05em; }
.hero h1 em { color: #fff; font-style: normal; position: relative; }
.hero h1 em::after { display: none; }
.hero-lead { max-width: 670px; margin: 0; font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 750; color: rgba(255,255,255,.92); }
.hero-trust { display: flex; gap: 20px; margin-top: 22px; flex-wrap: wrap; color: rgba(255,255,255,.72); font-size: .88rem; }
.hero-trust i { color: #69dc9e; }

.hero-card { align-self: end; margin-bottom: 30px; padding: 26px; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: rgba(255,255,255,.11); backdrop-filter: blur(18px); box-shadow: 0 25px 80px rgba(5,20,34,.26); }
.status { display: inline-flex; align-items: center; gap: 8px; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.status span { width: 8px; height: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(229,57,63,.2); }
.hero-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 24px 0; overflow: hidden; border-radius: 14px; background: rgba(255,255,255,.15); }
.hero-card-grid div { padding: 18px 14px; background: rgba(8,31,52,.44); }
.hero-card-grid strong, .hero-card-grid span { display: block; }
.hero-card-grid strong { font-size: 1.3rem; }
.hero-card-grid span { margin-top: 3px; font-size: .78rem; color: rgba(255,255,255,.7); }
.hero-card-foot { display: flex; align-items: center; gap: 14px; }
.hero-card-foot i { font-size: 1.7rem; color: #fff; }
.hero-card-foot p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.35; }
.hero-card-foot strong { color: #fff; }
.hero-caption { position: absolute; right: 18px; bottom: 12px; z-index: 3; font-size: .68rem; color: rgba(255,255,255,.64); }

.quick-facts { position: relative; z-index: 5; margin-top: -1px; background: var(--blue); color: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.quick-item { min-height: 122px; display: flex; align-items: center; gap: 16px; padding: 24px; border-right: 1px solid rgba(255,255,255,.14); }
.quick-item:last-child { border-right: 0; }
.quick-item i { width: 40px; font-size: 1.45rem; color: #ff7074; }
.quick-item strong, .quick-item small { display: block; }
.quick-item strong { font-size: 1rem; }
.quick-item small { color: rgba(255,255,255,.62); }

.section { padding: 110px 0; }
.section-soft { background: var(--soft); }
.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.section-copy h2, .section-heading h2, .location-panel h2, .final-content h2 { margin: 14px 0 20px; color: var(--blue); font-size: clamp(2.1rem, 4vw, 3.55rem); line-height: 1.06; letter-spacing: -.045em; }
.section-copy p, .section-heading p, .location-panel > p { color: var(--muted); font-size: 1.04rem; }
.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading p { max-width: 700px; }
.image-card { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.image-card::before { content: ""; position: absolute; z-index: 2; inset: 16px 16px auto auto; width: 58px; height: 58px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); backdrop-filter: blur(8px); background: rgba(255,255,255,.12); }
.image-card figcaption { position: absolute; left: 18px; bottom: 16px; padding: 7px 11px; border-radius: 8px; font-size: .72rem; color: #fff; background: rgba(8,32,52,.68); backdrop-filter: blur(8px); }
.check-list { list-style: none; padding: 0; margin: 28px 0 32px; }
.check-list li { display: flex; gap: 12px; margin: 11px 0; font-weight: 650; color: #32414d; }
.check-list i { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 23px; margin-top: 1px; color: #fff; background: var(--red); border-radius: 50%; font-size: .68rem; }

.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.plan-card { position: relative; min-height: 245px; padding: 28px; border: 1px solid #dde4e9; border-radius: 20px; background: #fff; overflow: hidden; transition: .25s ease; }
.plan-card::after { content: ""; position: absolute; right: -55px; bottom: -65px; width: 150px; height: 150px; border-radius: 50%; background: #f1f5f7; transition: .25s ease; }
.plan-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(17,54,88,.10); border-color: transparent; }
.plan-card:hover::after { transform: scale(1.18); background: #e9eef2; }
.plan-card.featured { color: #fff; background: var(--blue); border-color: var(--blue); }
.plan-card.featured::after { background: rgba(255,255,255,.06); }
.plan-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 14px; color: var(--red); background: #fff0f1; }
.featured .plan-icon { background: rgba(255,255,255,.12); color: #ff787c; }
.plan-tag { font-size: .74rem; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); font-weight: 900; }
.featured .plan-tag { color: rgba(255,255,255,.65); }
.plan-card h3 { margin: 5px 0 8px; color: var(--blue); font-size: 2rem; letter-spacing: -.04em; }
.featured h3 { color: #fff; }
.plan-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); }
.featured p { color: rgba(255,255,255,.72); }
.center-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; padding: 28px 30px; border-radius: 18px; background: #fff; box-shadow: 0 14px 40px rgba(22,56,84,.08); }
.center-cta strong, .center-cta span { display: block; }
.center-cta strong { color: var(--blue); font-size: 1.2rem; }
.center-cta span { color: var(--muted); }

.gallery-section { color: #fff; background: var(--blue-2); }
.heading-light h2 { color: #fff; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 260px 260px 300px; gap: 16px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; }
.gallery-grid figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,25,42,.74)); pointer-events: none; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-main { grid-row: span 2; }
.gallery-wide { grid-column: 1 / -1; }
.gallery-grid figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.gallery-grid figcaption strong, .gallery-grid figcaption span { display: block; }
.gallery-grid figcaption strong { font-size: 1.08rem; }
.gallery-grid figcaption span { color: rgba(255,255,255,.72); font-size: .82rem; }
.image-disclaimer { margin: 14px 0 0; color: rgba(255,255,255,.48); font-size: .72rem; }

.amenities-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.amenity { min-height: 122px; display: flex; flex-direction: column; justify-content: center; gap: 13px; padding: 20px; border: 1px solid #e5e9ed; border-radius: 16px; background: #fff; transition: .22s ease; }
.amenity:hover { border-color: #d3dde4; box-shadow: 0 14px 32px rgba(16,53,81,.08); transform: translateY(-3px); }
.amenity i { font-size: 1.45rem; color: var(--red); }
.amenity span { color: #344450; font-weight: 750; }
.lifestyle-strip { position: relative; min-height: 370px; margin-top: 30px; overflow: hidden; border-radius: 24px; background: var(--blue); }
.lifestyle-strip::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,35,59,.16) 20%, rgba(9,35,59,.90) 67%); }
.lifestyle-strip img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.lifestyle-copy { position: relative; z-index: 2; width: 46%; margin-left: auto; padding: 64px 58px; color: #fff; }
.lifestyle-copy > span { color: #ff8689; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; font-size: .72rem; }
.lifestyle-copy h3 { margin: 10px 0 25px; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.05; letter-spacing: -.04em; }

.location-section { background: var(--cream); }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: stretch; }
.location-panel { padding: 20px 0; }
.metro-badge, .address-card { display: flex; align-items: center; gap: 16px; margin: 24px 0; padding: 18px 20px; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(20,50,73,.07); }
.metro-badge i, .address-card > i { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; border-radius: 14px; color: #fff; background: var(--blue); }
.address-card > i { background: var(--red); }
.metro-badge strong, .metro-badge span, .address-card small, .address-card strong, .address-card span { display: block; }
.metro-badge strong { color: var(--blue); font-size: 1.12rem; }
.metro-badge span, .address-card span { color: var(--muted); font-size: .86rem; }
.address-card small { color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.address-card strong { color: var(--blue); }
.source-note { display: block; margin: -12px 0 26px; color: #8a939a; }

.location-visual { position: relative; min-height: 550px; overflow: hidden; border-radius: 26px; background: #e9ece8; box-shadow: var(--shadow); }
.location-visual::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(25deg, transparent 45%, #ced5d0 46%, #ced5d0 48%, transparent 49%), linear-gradient(-20deg, transparent 30%, #d2d8d4 31%, #d2d8d4 33%, transparent 34%), linear-gradient(90deg, transparent 54%, #d5dad7 55%, #d5dad7 57%, transparent 58%); background-size: 150px 125px, 220px 190px, 130px 100px; }
.map-lines { position: absolute; inset: 8% 10%; border: 10px solid rgba(255,255,255,.65); border-radius: 42% 15% 35% 18%; transform: rotate(-5deg); }
.map-lines::after { content: ""; position: absolute; width: 150%; height: 12px; left: -25%; top: 50%; background: rgba(255,255,255,.72); transform: rotate(26deg); border-radius: 99px; }
.map-station { position: absolute; left: 12%; bottom: 18%; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 13px; color: #fff; background: var(--blue); border-radius: 10px; box-shadow: 0 10px 22px rgba(11,41,67,.2); font-size: .82rem; font-weight: 800; }
.map-pin { position: absolute; right: 19%; top: 22%; z-index: 3; display: flex; align-items: center; gap: 10px; color: var(--blue); line-height: 1.05; }
.map-pin span { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); box-shadow: 0 12px 26px rgba(197,39,45,.28); }
.map-pin span i { transform: rotate(45deg); font-size: 1.3rem; }
.walk-route { position: absolute; left: 39%; bottom: 38%; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 8px 11px; color: var(--blue); background: #fff; border-radius: 999px; box-shadow: 0 8px 20px rgba(14,43,65,.13); font-size: .8rem; }

.final-cta { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; color: #fff; }
.final-bg { position: absolute; inset: 0; background: url('https://www.dialogo.com.br/estatico/2026/06/10/10/46/fa8324674040e6d74f87b61a8c9f6b08d6424c4a.jpg') center/cover no-repeat; }
.final-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,24,40,.94), rgba(6,24,40,.72)); }
.final-content { position: relative; z-index: 2; max-width: 760px; text-align: center; }
.kicker.light { color: #ff8589; }
.final-content h2 { color: #fff; }
.final-content p { margin: 0 auto 28px; max-width: 600px; color: rgba(255,255,255,.76); font-size: 1.1rem; }

.site-footer { padding: 54px 0 110px; color: #aab5bd; background: #071d2f; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr 2fr; gap: 40px; align-items: start; }
.footer-brand { display: flex; gap: 12px; align-items: center; color: #fff; }
.footer-brand strong, .footer-brand span { display: block; line-height: 1.1; }
.footer-brand strong { text-transform: uppercase; letter-spacing: .08em; }
.footer-brand span { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: #8093a2; }
.site-footer p { margin: 0; font-size: .82rem; }
.site-footer .legal { font-size: .72rem; color: #718493; }

.sticky-cta {
    position: fixed;
    z-index: 950;
    right: 0;
    top: 48%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px 13px 13px;
    color: #fff;
    background: var(--red);
    border-radius: 15px 0 0 15px;
    box-shadow: 0 16px 30px rgba(127,22,27,.25);
    transition: .22s ease;
}
.sticky-cta:hover { padding-right: 22px; background: var(--red-dark); }
.sticky-cta i { font-size: 1.45rem; }
.sticky-cta span, .sticky-cta small { display: block; line-height: 1.13; }
.sticky-cta small { margin-bottom: 2px; font-size: .64rem; font-weight: 700; opacity: .75; }
.sticky-cta span { font-size: .78rem; font-weight: 850; }

.whatsapp-floating {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 980;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--green);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 14px 35px rgba(19,79,49,.3);
    transition: .2s ease;
}
.whatsapp-floating i { font-size: 1.8rem; }
.whatsapp-floating span { position: absolute; right: 67px; padding: 7px 10px; white-space: nowrap; border-radius: 8px; color: #fff; background: #0a2b1d; font-size: .72rem; font-weight: 800; opacity: 0; transform: translateX(8px); pointer-events: none; transition: .2s ease; }
.whatsapp-floating:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-floating:hover span { opacity: 1; transform: none; }

.mobile-sticky-bar { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }

@media (min-width: 1025px) {
    .site-header .header-inner {
        width: min(calc(100% - 40px), var(--container));
    }
}

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

@media (max-width: 1024px) {
    .desktop-nav { display: none; }
    .header-inner > .btn-whatsapp { margin-left: auto; }
    .hero { min-height: 760px; }
    .hero-content { grid-template-columns: 1fr .65fr; gap: 35px; }
    .split-grid, .location-grid { gap: 45px; }
    .amenities-grid { grid-template-columns: repeat(3, 1fr); }
    .sticky-cta { display: none; }
}

@media (max-width: 820px) {
    .site-header { height: 70px; }
    .header-inner > .btn-whatsapp { display: none; }
    .menu-toggle { display: block; margin-left: auto; }
    .mobile-menu { position: fixed; top: 70px; left: 0; right: 0; z-index: 999; display: flex; flex-direction: column; gap: 0; padding: 14px 20px 22px; color: #fff; background: rgba(10,40,67,.98); transform: translateY(-130%); transition: .25s ease; }
    .mobile-menu.is-open { transform: none; }
    .mobile-menu a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.1); font-weight: 700; }

    .hero { min-height: auto; padding: 130px 0 70px; }
    .hero-bg { background-position: 64% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(7,28,48,.93) 0%, rgba(7,28,48,.72) 100%); }
    .hero-content { display: block; padding-top: 0; }
    .hero-copy { max-width: 660px; }
    .hero h1 { max-width: 650px; font-size: clamp(2.7rem, 10vw, 4.8rem); }
    .hero-card { max-width: 560px; margin: 46px 0 0; }
    .hero-caption { display: none; }
    .quick-grid { grid-template-columns: repeat(2,1fr); }
    .quick-item:nth-child(2) { border-right: 0; }
    .quick-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }

    .section { padding: 82px 0; }
    .split-grid, .location-grid { grid-template-columns: 1fr; }
    .split-grid { gap: 38px; }
    .plans-grid { grid-template-columns: repeat(2,1fr); }
    .amenities-grid { grid-template-columns: repeat(2,1fr); }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 220px 260px; }
    .gallery-main { grid-column: 1 / -1; grid-row: auto; }
    .gallery-wide { grid-column: 1 / -1; }
    .lifestyle-strip::after { background: linear-gradient(0deg, rgba(9,35,59,.93) 0%, rgba(9,35,59,.6) 62%, rgba(9,35,59,.08) 100%); }
    .lifestyle-copy { width: 100%; margin: 0; padding: 170px 34px 34px; }
    .location-visual { min-height: 430px; order: -1; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .site-footer { padding-bottom: 100px; }

    .whatsapp-floating { display: none; }
    .mobile-sticky-bar { position: fixed; z-index: 1005; left: 0; right: 0; bottom: 0; display: block; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(7,29,47,.96); box-shadow: 0 -8px 28px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
    .mobile-sticky-bar a { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: var(--red); border-radius: 12px; font-weight: 850; }
    .mobile-sticky-bar i { font-size: 1.35rem; }
}

@media (max-width: 580px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand { min-width: 0; }
    .brand strong { font-size: 1.08rem; }
    .brand small { font-size: .62rem; }
    .brand-mark { height: 32px; }

    .hero { padding-top: 115px; }
    .eyebrow { font-size: .65rem; letter-spacing: .1em; }
    .hero h1 { margin-top: 18px; font-size: 2.7rem; }
    .hero-lead { font-size: 1rem; }
    .hero-actions { display: block; }
    .hero-actions .btn { width: 100%; }
    .text-link { margin-top: 18px; }
    .hero-trust { display: block; }
    .hero-trust span { display: block; margin: 5px 0; }
    .hero-card { padding: 20px; }
    .hero-card-grid strong { font-size: 1.12rem; }
    .quick-item { min-height: 105px; padding: 18px 12px; gap: 10px; }
    .quick-item i { width: 28px; font-size: 1.18rem; }
    .quick-item strong { font-size: .9rem; }
    .quick-item small { font-size: .72rem; }

    .section { padding: 70px 0; }
    .section-copy h2, .section-heading h2, .location-panel h2, .final-content h2 { font-size: 2.25rem; }
    .plans-grid, .amenities-grid { grid-template-columns: 1fr; }
    .plan-card { min-height: 205px; }
    .center-cta { display: block; padding: 24px; }
    .center-cta .btn { width: 100%; margin-top: 20px; }
    .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 300px 220px 220px 250px; }
    .gallery-main, .gallery-wide { grid-column: auto; }
    .gallery-grid figcaption { left: 14px; bottom: 12px; }
    .gallery-grid figcaption span { display: none; }
    .lifestyle-strip { min-height: 430px; }
    .lifestyle-copy { padding: 205px 24px 28px; }
    .lifestyle-copy h3 { font-size: 2rem; }
    .location-visual { min-height: 350px; }
    .map-pin { right: 11%; top: 19%; }
    .map-station { left: 7%; bottom: 14%; }
    .walk-route { left: 38%; bottom: 36%; }
    .final-cta { min-height: 500px; }
    .final-content .btn { width: 100%; }
}
