
:root{--primary:#0B2545;--accent:#C49B32;--text:#0f172a;--section:#F9FAFB}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:#fff}
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
.sticky-nav{backdrop-filter:saturate(180%) blur(10px); background:rgba(11,37,69,.9); color:#fff}
.hero-split{background:linear-gradient(120deg,var(--primary) 0%, #123760 50%, var(--primary) 100%); color:#fff}
.btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:.8rem;padding:.85rem 1.1rem;font-weight:700}
.btn-primary{background:var(--accent);color:#111827;box-shadow:0 8px 24px rgba(196,155,50,.25)}
.btn-outline{border:1px solid #e5e7eb;color:#fff}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 12px 30px rgba(2,6,23,.06)}
.badge{background:#f7f7f7;border:1px solid #e5e7eb;border-radius:.5rem;padding:.25rem .5rem}
.footer{background:var(--primary);color:#e2e8f0}
.footer a{color:#e2e8f0;opacity:.9}.footer a:hover{opacity:1}
section.section{padding:4rem 0}

/* Hero reserved height (prevents layout shift) */
.hero-media{position:relative;aspect-ratio:8/5;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.2)}
.hero-media svg{position:absolute;inset:0;width:100%;height:100%}
.hero-stat{position:absolute;right:16px;top:16px;background:rgba(11,37,69,.92);color:#E5E7EB;border-radius:.5rem;padding:.5rem .8rem;font-weight:700;font-size:.9rem}
.hero-stat b{color:#C49B32}

/* Section variants */
.section-muted{background:var(--section); border-top:4px solid var(--accent)}
.section-muted .card{border-color:#e6e6ea}

/* Featured comps / transactions card accents */
.comp-card .price{color:#111827;font-weight:800}
.comp-card .cap{color:#C49B32;font-weight:700}
.tx-card .status{font-weight:700;color:#0f172a}
.tx-card .status[data-status="Closed"]{color:#16a34a}
.tx-card .status[data-status="Under LOI"]{color:#ea580c}
.tx-card .status[data-status="Active"]{color:#1d4ed8}
