﻿/*==================================================
 HERO
==================================================*/

.hero-section {
    background: linear-gradient(135deg,#8B0000 0%,#B22222 55%,#C96A00 100%);
    padding: 90px 0;
    color: #fff;
}

.hero-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.25;
}

.hero-description {
    color: #fff;
    opacity: .96;
    font-size: 1.15rem;
    line-height: 1.8;
}

.hero-note {
    color: #FFF8DC;
}

    .hero-note i {
        color: #FFD54F;
    }
.hero-badge {
    background: #FFD54F;
    color: #8B0000;
    font-weight: 700;
    border-radius: 40px;
    padding: 10px 22px;
}
.hero-trust {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 35px;
}

.trust-item {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    color: #fff;
}

    .trust-item i {
        color: #FFD54F;
        font-size: 1.2rem;
        margin-right: 12px;
    }
.hero-actions {
    margin-top: 40px;
}

    .hero-actions .btn {
        min-width: 220px;
    }

    .hero-actions .btn-outline-light {
        border: 2px solid #FFD54F;
        color: #FFD54F;
    }

        .hero-actions .btn-outline-light:hover {
            background: #FFD54F;
            color: #8B0000;
        }
.hero-statistics {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 45px;
}

.hero-stat {
    background: rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 24px;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .hero-stat h3 {
        color: #FFD54F;
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .hero-stat span {
        color: #fff;
    }
@media(max-width:992px) {

    .hero-trust {
        grid-template-columns: 1fr;
    }

    .hero-statistics {
        grid-template-columns: 1fr;
    }

    .hero-actions .btn {
        width: 100%;
        margin-bottom: 15px;
    }
}
/*==================================================
 TRUST SECTION
==================================================*/

.trust-section {
    background: #FFF8F2;
    padding: 90px 0;
}

    .trust-section h2 {
        color: #8B0000;
        font-size: 2.2rem;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .trust-section p {
        color: #6B4A2F;
        font-size: 1.05rem;
        line-height: 1.8;
    }

.trust-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: #FFFFFF;
    transition: .35s;
    height: 100%;
}

    .trust-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0,0,0,.12);
    }

    .trust-card .card-body {
        padding: 35px;
    }

.trust-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg,#B22222,#D97706);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFD54F;
    font-size: 30px;
    margin-bottom: 22px;
}

.trust-card h5 {
    color: #8B0000;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.trust-card p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

.trust-section ul {
    padding-left: 0;
    list-style: none;
}

    .trust-section ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 18px;
        color: #6B4A2F;
        font-size: 1rem;
    }

        .trust-section ul li i {
            color: #D4AF37;
            margin-right: 10px;
            font-size: 1.1rem;
            margin-top: 2px;
        }

.trust-section .btn {
    background: #B22222;
    border: none;
    border-radius: 40px;
    padding: 14px 34px;
    font-weight: 700;
    transition: .3s;
}

    .trust-section .btn:hover {
        background: #8B0000;
        transform: translateY(-2px);
    }
@media(max-width:992px) {

    .trust-section {
        padding: 70px 0;
    }
}

@media(max-width:768px) {

    .trust-card .card-body {
        padding: 28px;
    }

    .trust-section h2 {
        font-size: 1.8rem;
    }

    .trust-icon {
        width: 64px;
        height: 64px;
        font-size: 26px;
    }
}
/*==================================================
 CALCULATOR
==================================================*/

#calculator {
    background: #FFF5EF;
    padding: 90px 0;
}

    /* Card chính */

    #calculator .card {
        border: none;
        border-radius: 22px;
        overflow: hidden;
        box-shadow: 0 20px 45px rgba(0,0,0,.08);
    }

    /* Header */

    #calculator .card-header {
        background: linear-gradient(135deg,#8B0000,#B22222);
        color: #fff;
        border: none;
        padding: 30px 40px;
    }

        #calculator .card-header h2 {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 10px;
        }

        #calculator .card-header p {
            margin: 0;
            color: #FFE9A8;
        }

    #calculator .badge {
        font-size: .95rem;
        padding: 10px 18px;
        border-radius: 30px;
    }
.calculator-progress {
    background: #FFF;
    border-bottom: 1px solid #EEE;
    padding: 30px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DDD;
    color: #555;
    font-weight: 700;
    transition: .3s;
}

.step.active .step-number {
    background: #B22222;
    color: #FFD54F;
    box-shadow: 0 0 0 6px rgba(178,34,34,.12);
}

.step div:last-child {
    font-weight: 600;
    color: #555;
}

.step.active div:last-child {
    color: #8B0000;
}
.calculator-card {
    background: #FFF;
    border-radius: 18px;
    border: 1px solid #EFEFEF;
    padding: 25px;
    margin-bottom: 24px;
    transition: .3s;
}

    .calculator-card:hover {
        box-shadow: 0 10px 25px rgba(0,0,0,.05);
    }
.form-label {
    font-weight: 700;
    color: #6B1E1E;
    margin-bottom: 8px;
}

.form-control,
.form-select {
    min-height: 52px;
    border-radius: 12px;
    border: 1px solid #DDD;
    transition: .25s;
}

    .form-control:focus,
    .form-select:focus {
        border-color: #B22222;
        box-shadow: 0 0 0 .2rem rgba(178,34,34,.12);
    }
.btn-calculate {
    background: #B22222;
    color: #FFF;
    border: none;
    border-radius: 50px;
    padding: 16px 46px;
    font-size: 1.05rem;
    font-weight: 700;
    transition: .3s;
}

    .btn-calculate:hover {
        background: #8B0000;
        color: #FFD54F;
        transform: translateY(-2px);
    }
@media(max-width:992px) {

    #calculator .card-header {
        text-align: center;
    }

    .calculator-progress {
        padding: 20px;
    }
}

@media(max-width:768px) {

    .step div:last-child {
        font-size: .85rem;
    }

    #calculator .card-header h2 {
        font-size: 1.5rem;
    }
}
/*==================================================
 RESULT MODAL
==================================================*/

.modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.18);
}

.modal-header {
    background: linear-gradient(135deg,#8B0000,#B22222);
    color: #FFF;
    border: none;
    padding: 24px 30px;
}

    .modal-header .btn-close {
        filter: invert(1);
    }

.modal-title {
    font-weight: 800;
    font-size: 1.4rem;
}

.modal-body {
    padding: 35px;
    background: #FFFDF9;
}

.result-score {
    font-size: 4.5rem;
    font-weight: 800;
    color: #B22222;
    text-align: center;
    margin-bottom: 15px;
}

.result-subtitle {
    text-align: center;
    color: #6B4A2F;
    font-size: 1.05rem;
    margin-bottom: 35px;
}

.result-item {
    background: #FFF;
    border-radius: 16px;
    border: 1px solid #EFEFEF;
    padding: 20px;
    height: 100%;
    transition: .3s;
}

    .result-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(0,0,0,.06);
    }

    .result-item h6 {
        color: #8B0000;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .result-item .value {
        font-size: 1.6rem;
        font-weight: 700;
        color: #D97706;
    }

.result-note {
    margin-top: 30px;
    background: #FFF4E5;
    border-left: 5px solid #D97706;
    border-radius: 12px;
    padding: 18px;
    color: #6B4A2F;
}

.modal-footer {
    background: #FFF;
    border: none;
    padding: 20px 30px;
}

    .modal-footer .btn {
        border-radius: 40px;
        min-width: 180px;
        font-weight: 700;
    }
/*==================================================
 CONSULTATION
==================================================*/

#consultation {
    background: #FFF6EF;
    padding: 90px 0;
}

    #consultation .card {
        border: none;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 45px rgba(0,0,0,.08);
    }

  
    /*==========================
Left
==========================*/

    #consultation h5 {
        color: #8B0000;
        font-weight: 800;
    }

    #consultation .d-flex {
        align-items: flex-start;
    }

    #consultation .bi-check-circle-fill {
        color: #D97706 !important;
        font-size: 1.3rem;
    }

    #consultation strong {
        color: #5B1A1A;
    }

    #consultation .text-muted {
        color: #666 !important;
    }

    /*==========================
Contact
==========================*/

    #consultation .border {
        border-radius: 18px !important;
        border: none !important;
        background: #FFF;
        box-shadow: 0 8px 20px rgba(0,0,0,.05);
    }

    #consultation .btn-success {
        background: #C0392B;
        border: none;
    }

    #consultation .btn-primary {
        background: #8B0000;
        border: none;
    }

    #consultation .btn-dark {
        background: #6B3F1D;
        border: none;
    }

    #consultation .btn {
        border-radius: 12px;
        font-weight: 700;
        padding: 12px;
    }

    /*==========================
Form
==========================*/

    #consultation .form-control {
        min-height: 52px;
        border-radius: 12px;
        border: 1px solid #DDD;
    }

    #consultation textarea.form-control {
        min-height: 140px;
    }

    #consultation .form-control:focus {
        border-color: #B22222;
        box-shadow: 0 0 0 .2rem rgba(178,34,34,.15);
    }

    #consultation .form-label {
        font-weight: 700;
        color: #6B1E1E;
    }

    /*==========================
Button
==========================*/

    #consultation button {
        background: #B22222;
        border: none;
        border-radius: 50px;
        padding: 16px 60px;
        font-weight: 800;
        transition: .3s;
    }

        #consultation button:hover {
            background: #8B0000;
            color: #FFD54F;
            transform: translateY(-2px);
        }

    /*==========================
Footer note
==========================*/

    #consultation small {
        color: #666;
    }

/*==========================
Responsive
==========================*/

@media(max-width:992px) {

    #consultation .card-header {
        text-align: center;
    }
}

@media(max-width:768px) {

    #consultation {
        padding: 60px 0;
    }

        #consultation .card-body {
            padding: 25px;
        }

        #consultation button {
            width: 100%;
        }
}
/*==========================
Logo
==========================*/

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.fth-logo {
    height: 62px;
    width: auto;
}

.brand-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #8B0000;
    line-height: 1.1;
}

.brand-subtitle {
    font-size: .85rem;
    color: #8B5A2B;
    font-weight: 500;
}

/*==========================
Menu
==========================*/

.navbar-nav {
    gap: 18px;
}

    .navbar-nav .nav-link {
        font-size: 1rem;
        font-weight: 700;
        color: #5B1A1A;
        transition: .25s;
        position: relative;
    }

        .navbar-nav .nav-link:hover {
            color: #B22222;
        }

        .navbar-nav .nav-link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 0;
            height: 3px;
            background: #D97706;
            transition: .25s;
            border-radius: 20px;
        }

        .navbar-nav .nav-link:hover::after {
            width: 100%;
        }

/*==========================
Right
==========================*/

.header-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*==========================
Social
==========================*/

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF4E6;
    color: #8B0000;
    transition: .25s;
    text-decoration: none;
}

    .social-icon:hover {
        background: #B22222;
        color: #FFF;
        transform: translateY(-2px);
    }

/*==========================
CTA
==========================*/

.header-contact .btn {
    background: #B22222;
    border: none;
    font-weight: 700;
    padding: 11px 28px;
    transition: .25s;
}

    .header-contact .btn:hover {
        background: #8B0000;
        color: #FFD54F;
    }

/*==========================
Mobile
==========================*/

@media(max-width:992px) {

    .header-contact {
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .navbar-nav {
        margin-top: 20px;
        gap: 8px;
        text-align: center;
    }

    .brand-title {
        font-size: 1.1rem;
    }

    .brand-subtitle {
        display: none;
    }
}
@media(max-width:992px) {

    .fth-topbar {
        display: none;
    }
}

/*======================================
Logo
======================================*/

.navbar-brand {
    text-decoration: none;
}

.brand-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: #7B1E1E;
    line-height: 1.1;
}

.navbar-brand small {
    color: #8C6A3F;
    font-weight: 500;
}

/*======================================
Menu
======================================*/

.navbar-nav {
    gap: 18px;
}

    .navbar-nav .nav-link {
        font-size: 1rem;
        font-weight: 600;
        color: #444;
        padding: 10px 16px;
        border-radius: 30px;
        transition: .25s;
    }

        .navbar-nav .nav-link:hover {
            color: #FFF;
            background: #B22222;
        }

/*======================================
Hotline
======================================*/

.header-phone {
    text-decoration: none;
    color: #B22222;
    font-weight: 700;
    font-size: 1rem;
}

    .header-phone i {
        margin-right: 8px;
    }

/*======================================
Button
======================================*/

.fth-header .btn-danger {
    background: #B22222;
    border: none;
    font-weight: 700;
    transition: .25s;
}

    .fth-header .btn-danger:hover {
        background: #D35400;
        transform: translateY(-2px);
    }
/