:root {
    --bg: #f6f8fb;
    --surface: #ffffff;
    --surface-2: #f1f5f9;
    --ink: #0f172a;
    --muted: #556274;
    --line: #d8e0ea;
    --blue: #1346d8;
    --blue-2: #0d3277;
    --green: #0e7a58;
    --gold: #c58c19;
    --shadow: 0 20px 50px rgba(15,23,42,.08);
    --radius: 22px;
    --max: 1180px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: linear-gradient(180deg,#f8fbff 0,#f6f8fb 220px,#f6f8fb 100%)
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

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

.topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(14px);
    background: rgba(248,251,255,.78);
    border-bottom: 1px solid rgba(216,224,234,.85)
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 20px
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: -.03em;
    font-size: 22px
}

.logo-badge {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg,var(--blue),#4d8bff);
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 24px rgba(19,70,216,.2)
}

.nav {
    display: flex;
    gap: 22px;
    align-items: center;
    color: #334155;
    font-size: 15px
}

.nav a:hover {
    color: var(--blue)
}

.actions {
    display: flex;
    gap: 12px;
    align-items: center
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 18px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid transparent;
    transition: .18s ease;
    cursor: pointer
}

.btn:hover {
    transform: translateY(-1px)
}

.btn-primary {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 12px 24px rgba(19,70,216,.18)
}

.btn-secondary {
    background: #fff;
    border-color: var(--line);
    color: var(--ink)
}

.btn-ghost {
    background: transparent;
    border-color: rgba(255,255,255,.22);
    color: #fff
}

.page-hero {
    padding: 72px 0 40px
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 34px;
    align-items: start
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #e9f0ff;
    color: var(--blue);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .02em;
    text-transform: uppercase
}

h1 {
    font-size: clamp(44px,6vw,68px);
    line-height: .98;
    letter-spacing: -.055em;
    margin: 16px 0 16px;
    max-width: 11ch
}

.lead {
    font-size: 19px;
    line-height: 1.62;
    color: #415166;
    max-width: 780px
}

.search-card,.panel,.feature,.surface,.mini-card,.stats-card,.cta-band,.story-card,.form-card,.list-card,.tower-card,.market-card,.faq-card,.brief-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.search-card {
    padding: 18px
}

.search-row {
    display: grid;
    grid-template-columns: 1.1fr .9fr .7fr auto;
    gap: 12px;
    align-items: end
}

.field {
    background: var(--surface-2);
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    padding: 12px 14px;
    min-height: 70px
}

.field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #607085;
    margin-bottom: 9px
}

.field span {
    font-weight: 600;
    color: #0f172a
}

.hero-side {
    display: grid;
    gap: 18px
}

.panel {
    padding: 22px
}

.panel h3,.feature h3,.surface h3,.tower-card h3,.market-card h3,.faq-card h3,.list-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    letter-spacing: -.03em
}

.panel p,.feature p,.surface p,.meta,.muted,.list-card p,.faq-card p {
    color: #5b697c;
    line-height: 1.62
}

.map-stage {
    background: linear-gradient(180deg,#0c2546,#13305e);
    color: #fff;
    border-radius: 22px;
    min-height: 360px;
    padding: 22px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(8,27,54,.24)
}

.map-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
    background-size: 54px 54px;
    opacity: .35
}

.map-water {
    position: absolute;
    left: -60px;
    bottom: -50px;
    width: 260px;
    height: 240px;
    background: radial-gradient(circle at 40% 40%,rgba(111,184,255,.7),rgba(24,60,115,0));
    filter: blur(8px)
}

.map-chip {
    position: absolute;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.13);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.14);
    min-width: 120px
}

.map-chip strong {
    display: block;
    font-size: 13px
}

.map-chip span {
    font-size: 12px;
    color: #d7e6ff
}

.c1 {
    top: 86px;
    left: 120px
}

.c2 {
    top: 126px;
    right: 60px
}

.c3 {
    bottom: 78px;
    left: 210px
}

.c4 {
    bottom: 42px;
    right: 130px
}

.legend {
    position: absolute;
    left: 22px;
    bottom: 22px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: #eef3f8;
    color: #4e5f75;
    font-size: 12px;
    font-weight: 700
}

.pill.dark {
    background: rgba(255,255,255,.13);
    color: #fff
}

.section {
    padding: 22px 0 70px
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 22px
}

.section-head h2 {
    margin: 0;
    font-size: 38px;
    letter-spacing: -.05em
}

.section-head p {
    max-width: 760px;
    color: #5b697c;
    line-height: 1.65
}

.grid-3,.grid-4,.grid-2 {
    display: grid;
    gap: 18px
}

.grid-3 {
    grid-template-columns: repeat(3,1fr)
}

.grid-4 {
    grid-template-columns: repeat(4,1fr)
}

.grid-2 {
    grid-template-columns: repeat(2,1fr)
}

.feature,.surface,.mini-card,.stats-card,.story-card,.form-card,.list-card,.tower-card,.market-card,.faq-card,.brief-card {
    padding: 22px
}

.feature .num {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #e8f0ff;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-weight: 800;
    margin-bottom: 14px
}

.stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px
}

.stats-card strong {
    display: block;
    font-size: 28px;
    letter-spacing: -.05em;
    margin-bottom: 8px
}

.split-band {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 18px;
    align-items: stretch
}

.cta-band {
    padding: 28px;
    background: linear-gradient(135deg,#0d3277,#1346d8);
    color: #fff;
    border: none
}

.cta-band p {
    color: #d9e6ff;
    max-width: 640px
}

.list {
    display: grid;
    gap: 13px;
    margin-top: 18px
}

.li {
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.tick {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.16);
    flex: 0 0 28px
}

.meta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px
}

.city-link,.building-link {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding: 16px 0;
    border-top: 1px solid var(--line)
}

.city-link:first-child,.building-link:first-child {
    border-top: none;
    padding-top: 0
}

.city-link:last-child,.building-link:last-child {
    padding-bottom: 0
}

.city-link h4,.building-link h4 {
    margin: 0 0 6px;
    font-size: 18px
}

.arrow {
    font-weight: 800;
    color: var(--blue)
}

.hero-subnav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 22px
}

.subtle {
    color: #698099
}

.tower {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px
}

.badge {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: #ecfdf5;
    color: var(--green);
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.metric-list {
    display: grid;
    gap: 12px;
    margin-top: 14px
}

.metric {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-top: 1px solid var(--line)
}

.metric:first-child {
    border-top: none;
    padding-top: 0
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px
}

.form-grid .field {
    min-height: auto
}

.field textarea {
    width: 100%;
    border: none;
    background: transparent;
    resize: none;
    font: inherit;
    color: inherit;
    min-height: 110px;
    outline: none
}

.field input,.field select {
    width: 100%;
    border: none;
    background: transparent;
    font: inherit;
    color: inherit;
    outline: none
}

.footer {
    margin-top: 30px;
    padding: 36px 0 60px;
    background: #0b1730;
    color: #dbe8ff
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr .7fr .8fr;
    gap: 24px
}

.footer a {
    display: block;
    color: #d7e3f5;
    margin: 10px 0
}

.footer h4 {
    margin: 0 0 12px;
    color: #fff
}

.note {
    font-size: 13px;
    color: #70839a
}

.table-like {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden
}

.row {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr .8fr;
    gap: 0
}

.row>div {
    padding: 14px 16px;
    border-top: 1px solid var(--line)
}

.row.head {
    background: #eef4fb;
    font-weight: 800;
    color: #18324b
}

.row.head>div {
    border-top: none
}

.sidebar-layout {
    display: grid;
    grid-template-columns: .95fr 2.05fr;
    gap: 22px
}

.sticky {
    position: sticky;
    top: 86px
}

.nav-card a {
    display: block;
    padding: 11px 0;
    border-top: 1px solid var(--line);
    color: #42556b
}

.nav-card a:first-child {
    border-top: none;
    padding-top: 0
}

.quote {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -.04em;
    color: #16314c
}

.callout {
    padding: 18px;
    border-radius: 18px;
    background: #eff6ff;
    border: 1px solid #d7e6ff
}

.mini-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px
}

.kicker {
    font-size: 14px;
    color: #6b7f95;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em
}

.timeline {
    display: grid;
    gap: 14px
}

.timeline .item {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--line)
}

.timeline .item:first-child {
    padding-top: 0;
    border-top: none
}

.year {
    font-weight: 800;
    color: var(--blue)
}

@media (max-width: 1040px) {
    .hero-grid,.split-band,.tower,.sidebar-layout,.footer-grid,.grid-4,.grid-3,.grid-2,.stats {
        grid-template-columns:1fr
    }

    .search-row,.row {
        grid-template-columns: 1fr
    }

    .nav {
        display: none
    }

    .section-head {
        align-items: start;
        flex-direction: column
    }

    .sticky {
        position: static
    }

    .hero-side {
        order: -1
    }

    h1 {
        max-width: none
    }
}
