:root {
    --brand-blue: #0a66d9;
    --brand-green: #00a23a;
    --text-dark: #202124;
    --text-mid: #5f6368;
    --shadow-soft: 0 6px 24px -6px rgba(0, 0, 0, .12);
    --hero-height: 100vh;
    --offer-navy: #0b2f57;
    --offer-yellow: #f3b41c;
    --offer-orange: #b45309;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
    color: var(--text-dark);
    background: #fff;
}

.fw-700 {
    font-weight: 700;
}

.fw-500 {
    font-weight: 500;
}

.navbar {
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .08);
}

.navbar-brand {
    font-size: 1.05rem;
}

.brand-badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f5ff;
    color: var(--brand-blue);
    font-size: 1.1rem;
}

.brand-text {
    letter-spacing: .5px;
}

/* Remove old pseudo flag classes; now using actual SVG */

.btn-light-subtle {
    background-color: #f8f9fb;
}


.hero {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/hero.webp') center center/cover no-repeat;
    filter: saturate(103%) contrast(104%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, .82), rgba(255, 255, 255, .82));
    backdrop-filter: blur(2px);
}

.hero-inner {
    max-width: 920px;
    padding-top: 6.5rem;
    padding-bottom: 4rem;
}

.hero-title {
    font-weight: 800;
    font-size: clamp(2.4rem, 5.2vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: -1px;
}

.hero-title .accent {
    display: inline-block;
    color: var(--brand-blue);
}

.hero-subtitle {
    max-width: 720px;
    font-size: clamp(1.05rem, 1.3vw, 1.3rem);
    color: var(--text-mid);
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1.5rem;
    margin-bottom: 1.75rem;
}

.hero-bullets {
    font-size: .9rem;
    color: #2d2f31;
    font-weight: 500;
}

.hero-bullets i {
    color: var(--brand-blue);
    font-weight: 700;
}

.hero-cta {
    padding: .9rem 2.4rem;
    font-weight: 600;
    font-size: 1.05rem;
    background: var(--brand-green);
    border: none;
    box-shadow: var(--shadow-soft);
}

.hero-cta:hover {
    background: #009132;
}

.hero-cta:active {
    background: #007b29;
}

.section-offer {
    background: var(--offer-navy);
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    overflow: visible;
}

.py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.display-offer-1 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: clamp(2.6rem, 8.5vw, 6rem);
    line-height: 1.02;
}

.display-offer-2 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: clamp(2.4rem, 9vw, 6.2rem);
    line-height: 1.02;
}

.text-offer-yellow {
    color: var(--offer-yellow);
}

.btn-offer {
    background: var(--offer-orange);
    color: #ffffff;
    font-weight: 800;
    padding: 1.1rem 2rem;
    border-radius: 1rem;
    box-shadow: var(--shadow-soft);
    border: none;
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    text-transform: uppercase;
    letter-spacing: .04em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18rem;
    min-height: 5.25rem;
    text-align: center;
}

.btn-offer:hover {
    background: #92400e;
    color: #ffffff;
}

.offer-car {
    width: min(60vw, 980px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .35));
    z-index: 2;
}

.offer-brand {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    opacity: .95;
    font-weight: 800;
    text-align: right;
    letter-spacing: .15rem;
    line-height: 1.1;
    font-size: clamp(1rem, 1.8vw, 1.5rem);
}

@media (min-width: 992px) {
    .section-offer .container-xl {
        position: relative;
    }

    .offer-car {
        position: absolute;
        right: 220px;
        transform: translateX(4%);
    }
}

@media (max-width: 991.98px) {
    .section-offer {
        min-height: auto;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .offer-brand {
        display: none;
    }

    .offer-car {
        position: static;
        width: 100%;
        max-width: 520px;
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .btn-offer {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .hero-inner {
        padding-top: 7.2rem;
    }

    .hero-title {
        font-size: clamp(2.4rem, 7vw, 3.4rem);
    }
}

@media (max-width: 767.98px) {
    .navbar .small {
        font-size: .7rem;
    }

    .hero-inner {
        padding-top: 6.2rem;
        padding-bottom: 3.2rem;
    }

    .hero-bullets {
        display: flex;
        flex-direction: column;
        gap: .35rem;
    }

    .hero-bullets .list-inline-item {
        display: block;
        margin-left: 0 !important;
    }

    .hero-cta {
        width: 100%;
        max-width: 380px;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: clamp(2.1rem, 8.5vw, 2.9rem);
    }

    .hero-subtitle {
        font-size: 1rem;
    }
}

.vr {
    opacity: .25;
}

@media (min-resolution: 2dppx) {
    .hero-overlay {
        background: linear-gradient(rgba(255, 255, 255, .80), rgba(255, 255, 255, .80));
    }
}

.hero a:focus-visible {
    outline: 3px solid var(--brand-blue);
    outline-offset: 2px;
}

.site-footer {
    font-size: .8rem;
}