body {
    font-family: var(--font-body, sans-serif);
    background: var(--page-bg);
    color: var(--ink);
}

.site-navbar {
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}

.site-navbar .navbar-toggler {
    border-color: rgba(15, 23, 42, .12);
    padding: .55rem .7rem;
    border-radius: 14px;
    box-shadow: none;
}

.site-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 .18rem rgba(15, 23, 42, .08);
}

.site-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: .9rem;
    min-width: 0;
}

.site-navbar .navbar-brand strong,
.section-head h2,
.hero-title {
    font-family: var(--font-heading, var(--font-body, sans-serif));
}

.site-navbar .navbar-brand strong {
    font-size: 1.02rem;
    color: var(--ink);
    letter-spacing: -.01em;
}

.site-navbar .navbar-brand small {
    color: var(--muted);
    display: block;
    line-height: 1.1;
}

.site-logo {
    width: var(--logo-width, 112px);
    max-height: var(--logo-height, 58px);
    object-fit: contain;
    flex-shrink: 0;
}

.site-nav-link {
    color: #32465f;
    font-weight: 700;
    font-size: .92rem;
    padding: .7rem .9rem !important;
}

.site-nav-link:hover,
.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
    color: var(--brand);
}

.site-navbar .dropdown-menu {
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(15, 23, 42, .08);
    padding: .65rem;
    min-width: 250px;
}

.site-navbar .dropdown-item {
    color: var(--ink);
    border-radius: 12px;
    padding: .7rem .85rem;
    white-space: normal;
}

.site-navbar .dropdown-item strong {
    display: block;
    font-size: .92rem;
}

.site-navbar .dropdown-item span {
    display: block;
    font-size: .8rem;
    color: var(--muted);
    margin-top: .15rem;
    line-height: 1.45;
}

.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
}

.btn-brand:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
}

.btn-brand-soft {
    background: #fff;
    border-color: rgba(15, 23, 42, .12);
    color: var(--ink);
}

.btn-brand-soft:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(115deg, rgba(10, 22, 38, .86) 0%, rgba(10, 22, 38, .62) 48%, rgba(10, 22, 38, .25) 100%),
        var(--hero-image) center/cover no-repeat;
}

.hero-card {
    max-width: 760px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .22);
    padding: 2.2rem;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border-radius: 999px;
    padding: .48rem .9rem;
    background: rgba(16, 32, 51, .06);
    color: var(--brand-dark);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hero-title {
    font-size: clamp(2.3rem, 5vw, 4.7rem);
    line-height: .98;
    letter-spacing: -.04em;
    margin: 1rem 0 .95rem;
    color: var(--ink);
}

.hero-copy {
    font-size: 1.08rem;
    line-height: 1.75;
    color: #445971;
    margin-bottom: 1.45rem;
}

.hero-actions,
.quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.hero-badges {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.hero-badge {
    border-radius: 16px;
    padding: .95rem 1rem;
    background: #fff;
    border: 1px solid var(--line);
}

.hero-badge small {
    display: block;
    color: #6a7d94;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .72rem;
    margin-bottom: .3rem;
}

.hero-badge strong {
    display: block;
    color: var(--ink);
    font-size: 1rem;
}

.section-block {
    padding: 4.5rem 0;
}

.section-head {
    max-width: 760px;
    margin-bottom: 2rem;
}

.section-head h2 {
    letter-spacing: -.03em;
    margin-bottom: .7rem;
}

.section-head p {
    color: var(--muted);
    margin-bottom: 0;
    line-height: 1.75;
}

.quick-panel {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .07);
    padding: 1.5rem;
}

.quick-card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    background: #222;
    padding: 1.35rem;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.quick-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,.16);
    box-shadow: 0 20px 38px rgba(15, 23, 42, .18);
    background: #1a1a1a;
    color: #fff;
}

.quick-card-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: .95rem;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
}

.quick-card h3 {
    font-size: 1rem;
    margin-bottom: .45rem;
    color: #fff;
}

.quick-card p {
    color: rgba(255,255,255,.78);
    line-height: 1.7;
    margin-bottom: 0;
    font-size: .94rem;
}

.selling-card {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    padding: 1.4rem;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
}

.selling-card h3 {
    font-size: 1.08rem;
    margin-bottom: .55rem;
}

.selling-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.contact-card,
.map-card {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 42px rgba(15, 23, 42, .07);
    overflow: hidden;
    height: 100%;
}

.contact-card-body {
    padding: 1.5rem;
}

.contact-line {
    padding: .9rem 0;
    border-bottom: 1px solid var(--line);
}

.contact-line:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-line small {
    display: block;
    color: #6a7d94;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .2rem;
}

.contact-line strong,
.contact-line a {
    color: var(--ink);
    text-decoration: none;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.1rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .48rem .78rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, .1);
    background: #f8fbff;
    color: #30445e;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 700;
}

.social-link:hover {
    border-color: rgba(15, 23, 42, .16);
    color: var(--brand);
}

.map-card {
    min-height: 100%;
}

.map-embed {
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
    display: block;
}

.map-empty {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    color: var(--muted);
    background: linear-gradient(180deg, #f9fbfd 0%, #eef4fb 100%);
}

.footer-mini {
    padding: 1.5rem 0;
    color: #6a7d94;
    font-size: .9rem;
    border-top: 1px solid var(--line);
    background: #fff;
}

@media (max-width: 991px) {
    .site-navbar .navbar-collapse {
        margin-top: .95rem;
        padding-top: .95rem;
        border-top: 1px solid rgba(15, 23, 42, .08);
    }

    .site-navbar .navbar-nav {
        gap: .2rem;
    }

    .site-navbar .nav-item.ms-lg-2 {
        margin-top: .5rem;
    }

    .site-navbar .nav-item.ms-lg-2 .btn {
        width: 100%;
    }

    .hero {
        min-height: auto;
        padding: 5rem 0 4rem;
        background-position: 70% center;
    }

    .hero-card {
        padding: 1.4rem;
    }

    .hero-badges {
        grid-template-columns: 1fr;
    }

    .map-embed,
    .map-empty {
        min-height: 420px;
    }
}
