/* Basic theme overrides */
body {
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.main-content {
    padding-top: 84px;
}

.hero-section .hero-background img {
    max-height: 680px;
    object-fit: cover;
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.05) 100%);
}

.hero-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-actions .btn {
    min-width: 220px;
}

/* Footer */
.site-footer .widget-title {
    letter-spacing: .5px;
}

.float-contact {
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: flex;
    flex-direction: column;
    z-index: 1030;
    gap: 8px;
}

.float-contact .chat-zalo {
    background: #096dd9;

    body {
        font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        scroll-behavior: smooth;
        background: #fff;
    }

    /* Navigation */
    .main-nav-bar {
        transition: background .4s, box-shadow .4s, backdrop-filter .4s;
        padding-top: .35rem;
        padding-bottom: .35rem;
    }

    .main-nav-bar.transparent-nav {
        background: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .25) 60%, rgba(0, 0, 0, 0));
        backdrop-filter: blur(2px);
    }

    .main-nav-bar.navbar-scrolled {
        background: #ffffff;
        box-shadow: 0 4px 14px -6px rgba(0, 0, 0, .18);
    }

    .main-nav-bar .nav-link {
        font-weight: 600;
        letter-spacing: .5px;
        padding: .85rem 1rem;
        position: relative;
    }

    .main-nav-bar.transparent-nav .nav-link {
        color: #fff;
    }

    .main-nav-bar.transparent-nav .nav-link.active,
    .main-nav-bar.transparent-nav .nav-link:hover {
        color: #ffd54a;
    }

    .main-nav-bar.navbar-scrolled .nav-link {
        color: #222;
    }

    .main-nav-bar.navbar-scrolled .nav-link.active {
        color: #0d6efd;
    }

    .hotline-mini {
        font-size: .9rem;
        box-shadow: 0 0 0 2px rgba(255, 193, 7, .4);
    }

    /* Hero */
    .float-contact .hotline {
        background: #dc3545;
        border: none;
    }

    @media (min-width:992px) {
        .main-content {
            padding-top: 0;
        }
    }

    .hero-section {
        min-height: 70vh;
    }

    .hero-section .hero-background {
        position: relative;
    }

    .hero-section .hero-background img.hero-photo {
        max-height: 840px;
        object-fit: cover;
        width: 100%;
        filter: brightness(0.85);
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .4) 45%, rgba(0, 0, 0, .15) 100%);
    }

    .hero-title {
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .hero-actions .btn {
        min-width: 220px;
        box-shadow: 0 8px 18px -6px rgba(0, 0, 0, .4);
    }

    .hero-actions .btn-warning {
        font-weight: 600;
    }

    .scroll-indicator .mouse {
        display: inline-block;
        width: 22px;
        height: 34px;
        border: 2px solid #fff;
        border-radius: 16px;
        position: relative;
    }

    .scroll-indicator .mouse:after {
        content: "";
        position: absolute;
        top: 6px;
        left: 50%;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        transform: translateX(-50%);
        animation: wheel 1.6s linear infinite;
    }

    @keyframes wheel {
        0% {
            opacity: 1;
            transform: translate(-50%, 0);
        }

        100% {
            opacity: 0;
            transform: translate(-50%, 10px);
        }
    }

    left: 0;

    /* Info Bar */
    .info-bar-section {
        background: #191b1d;
        margin-top: -4px;
        position: relative;
        z-index: 5;

        /* Clone static import wrapper */
        .clone-static-wrapper {
            background: #fff;
        }

        .clone-static-wrapper .clone-inner>*:first-child {
            margin-top: 0;
        }

        .clone-static-wrapper img {
            max-width: 100%;
            height: auto;
        }

        .clone-static-wrapper h1,
        .clone-static-wrapper h2,
        .clone-static-wrapper h3 {
            font-weight: 600;
        }
    }

    .info-bar-section:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 15% 35%, rgba(255, 188, 45, .08), transparent 60%), radial-gradient(circle at 85% 70%, rgba(13, 110, 253, .08), transparent 60%);
    }

    .info-tile {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        padding: 22px 24px;
        border-radius: 14px;
        backdrop-filter: blur(3px);
        color: #e5e5e5;
        box-shadow: 0 4px 14px -6px rgba(0, 0, 0, .4);
    }

    .info-tile h3.section-heading {
        font-size: 1.05rem;
        font-weight: 700;
        letter-spacing: .5px;
        color: #ffd54a;
    }

    .project-bullets li {
        margin-bottom: .45rem;
    }

    .featured-news li a,
    .featured-news li {
        color: #fafafa;
        text-decoration: none;
    }

    .featured-news li a:hover {
        color: #ffd54a;
    }

    .info-tile .form-control {
        background: #222B34;
        border: 1px solid #2f3b45;
        color: #fff;
    }

    .info-tile .form-control:focus {
        border-color: #ffd54a;
        box-shadow: 0 0 0 .15rem rgba(255, 213, 74, .25);
    }

    .info-tile button {
        font-weight: 600;
        letter-spacing: .5px;
    }

    /* Footer spacing adjust */
    footer.site-footer {
        margin-top: 40px;
    }

    text-decoration: none;
    font-weight: 600;
}

.hotline-footer .col-4:nth-child(1) a {
    background: #ffc107;
    color: #111;
}

.hotline-footer .col-4:nth-child(2) a {
    background: #dc3545;
}

.hotline-footer .col-4:nth-child(3) a {
    background: #0d6efd;
}

/* Cards */
.card-product img {
    height: 200px;
    object-fit: cover;
}

.card-product .price {
    color: #d63384;
    font-weight: 700;
}

/* Utilities */
.badge-outline {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #444;
}

/* Utility */
.shadow-soft {
    box-shadow: 0 8px 30px -10px rgba(0, 0, 0, .35) !important;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .hero-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .main-nav-bar.transparent-nav .nav-link {
        color: #fff;
    }

    .info-bar-section {
        padding-top: 3rem !important;
    }
}