        :root {
            --orange: #ff4d0a;
            --orange-2: #ff7917;
            --yellow: #ffd21c;
            --dark: #181818;
        }

        body {

            background: #fff;
            color: var(--dark);
        }

        /* ================= HEADER ================= */

        .main-header {
            /* height: 70px; */
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            position: sticky;
            top: 0;
            z-index: 1000;
            transition: all 0.3s ease;
        }

        .brand {
            /* width: 100%; */
            display: inline-block;
            transition: transform 0.3s ease;
        }

        .brand:hover {
            transform: scale(1.02);
        }

        .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .main-header .navbar-brand img {
            /* width: 135px;
            height: auto; */
            display: block;
        }

        .logo-icon {
            width: 45px;
            height: 45px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 50%;

            color: #fff;
            font-size: 22px;
            font-weight: 900;

            background: linear-gradient(135deg,
                    #ffb000,
                    #ff4309);
        }

        .logo-name {
            margin-left: 9px;

            font-size: 24px;
            line-height: 1;

            font-weight: 900;
            letter-spacing: -1px;

            color: #0878df;
        }

        .logo-name span {
            color: #ff7b00;
        }

        .logo-sub {
            display: block;

            margin-top: 3px;

            font-size: 9px;
            letter-spacing: .5px;

            color: #ff7200;
        }

        /* NAV */

        .nav-link-custom {
            color: #495057 !important;
            font-size: 15px;
            font-weight: 600;

            padding: 8px 16px !important;

            border-radius: 12px;

            transition: all 0.3s ease;
        }

        .nav-link-custom:hover {
            color: var(--orange) !important;
            background: rgba(255, 77, 10, 0.08);
            transform: translateY(-1px);
        }

        .nav-link-custom i {
            transition: transform 0.3s ease;
        }

        .nav-link-custom:hover i {
            transform: scale(1.2);
        }

        .nav-divider {
            height: 30px;
            width: 1px;
            background: #e9ecef;
            margin: 0 15px;
        }

        .btn-login {
            border: 2px solid #f0e0d6;
            background: #f8f9fa;
            color: #495057;

            font-size: 15px;
            font-weight: 600;

            border-radius: 12px;
            padding: 8px 20px;
            transition: all 0.3s ease;
        }

        .btn-login:hover {
            background: #fff0eb;
            color: var(--orange);
            transform: translateY(-1px);
            border-color: #ff4b0b;
        }

        .btn-register {
            /* animation: 2s ease-in-out 0s infinite normal none running arrowUpDown; */
            border: 0;

            background: linear-gradient(135deg,
                    #ff4b0b,
                    #e83711);

            color: white;

            font-size: 15px;
            font-weight: 600;

            border-radius: 12px;

            padding: 10px 22px;

            box-shadow: 0 4px 15px rgba(255, 75, 11, .2);
            transition: all 0.3s ease;
        }

        .btn-register:hover {
            background: linear-gradient(135deg,
                    #ed3d05,
                    #d92f0c);

            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 75, 11, .3);
        }

        .gift-badge {
            background: rgba(255, 255, 255, .25);
            border-radius: 6px;

            padding: 4px 8px;

            font-size: 11px;
            margin-left: 6px;
            font-weight: bold;
        }



        /* ================= MOBILE ================= */



        @media (max-width: 991px) {
            .main-header {
                height: auto !important;
                padding: 10px 0;
            }

            .brand img {
                width: 100px !important;
            }

            .navbar {
                width: 100%;
            }

            .nav-divider {
                display: none;
            }

            .btn-login,
            .btn-register {
                display: block;
                text-align: center;
                margin-top: 10px;
                margin-left: 0 !important;
            }
        }



        .auth-input.input-error {
            border-color: #ff3333;
        }


        .custom-dropdown-menu {
            min-width: 320px;
            border: 1px solid #f0f0f0;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            padding: 0;
            margin-top: 10px !important;
        }

        /* Tùy chỉnh Dropdown Thông Báo */
        .notification-menu {
            min-width: 360px;
        }

        .icon-gift-box {
            width: 40px;
            height: 40px;
            background-color: #fff5f5;
            color: #e04f4f;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 18px;
            flex-shrink: 0;
        }

        /* Tùy chỉnh Dropdown User */
        .custom-avatar-bg {
            background-color: #0076ce;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 500;
        }

        .custom-dropdown-item {
            padding: 12px 20px;
            color: #333333;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: background 0.2s;
        }

        .custom-dropdown-item i {
            font-size: 18px;
            color: #555555;
        }

        .custom-dropdown-item:hover {
            background-color: #f8f9fa;
            color: #000000;
        }

        .logout-item {
            color: #dc3545 !important;
        }

        .logout-item i {
            color: #dc3545 !important;
        }


        .account-modal .modal-dialog {
            max-width: 560px;
            margin: 1rem auto;
        }

        .account-modal .modal-content {
            border: 0;
            border-radius: 24px;
            overflow: hidden;
            background: #fff;

            box-shadow:
                0 25px 60px rgba(0, 0, 0, .20);
        }


        /* =========================================
   HEADER
========================================= */

        .account-modal-header {
            height: 66px;

            padding: 0 32px;

            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .account-modal-header h5 {
            margin: 0;

            color: #222;
            font-size: 21px;
            font-weight: 700;
        }

        .account-close {
            width: 36px;
            height: 36px;

            border: 0;
            border-radius: 50%;

            background: #faf8f5;

            color: #777;

            display: flex;
            align-items: center;
            justify-content: center;

            font-size: 15px;

            transition: .2s;
        }

        .account-close:hover {
            background: #f0eeeb;
            color: #333;
        }


        /* =========================================
   BODY
========================================= */

        .account-modal .modal-body {
            padding: 0 32px 34px;
        }


        /* =========================================
   PROFILE
========================================= */

        .account-profile {
            text-align: center;
        }


        /* Avatar */

        .account-avatar {
            width: 80px;
            height: 80px;

            margin: 0 auto 16px;

            border-radius: 50%;

            background: #1494d2;

            color: white;

            display: flex;
            align-items: center;
            justify-content: center;

            font-size: 43px;
            font-weight: 400;
        }


        /* Name */

        .account-name {
            color: #242424;

            font-size: 20px;
            font-weight: 700;

            line-height: 1.3;
        }

        .edit-name {
            padding: 0;
            margin-left: 4px;

            border: 0;
            background: transparent;

            color: #777;

            font-size: 12px;

            cursor: pointer;
        }


        /* Email */

        .account-email {
            margin-top: 7px;

            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;

            gap: 5px;

            color: #888;

            font-size: 12px;
        }

        .account-email>i {
            color: #777;
            font-size: 11px;
        }

        .verified {
            display: inline-flex;
            align-items: center;
            gap: 3px;

            padding: 3px 7px;

            border-radius: 10px;

            background: #e5f8ef;

            color: #23ae72;

            font-size: 10px;
            font-weight: 600;
        }

        .verified i {
            font-size: 9px;
        }


        /* =========================================
   STATISTICS
========================================= */

        .account-statistics {
            margin-top: 24px;

            min-height: 76px;

            padding: 13px 10px;

            display: grid;
            grid-template-columns: repeat(3, 1fr);

            border: 1px solid #eadfd8;
            border-radius: 17px;

            background: #fffbf8;
        }

        .account-stat {
            position: relative;

            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .account-stat:not(:last-child)::after {
            content: "";

            position: absolute;

            top: 8px;
            right: 0;

            width: 1px;
            height: 45px;

            background: #eadfd8;
        }

        .stat-title {
            color: #777;

            font-size: 10px;
            font-weight: 700;

            margin-bottom: 5px;
        }

        .stat-value {
            color: #222;

            font-size: 16px;
            font-weight: 700;
        }

        .stat-value.cashback {
            display: flex;
            align-items: center;
            gap: 4px;

            color: #df3c22;
        }

        .stat-value.cashback i {
            color: #e3a526;
            font-size: 14px;
        }


        /* =========================================
   REFERRAL
========================================= */

        .referral-section {
            margin-top: 25px;
        }

        .section-title {
            margin-bottom: 9px;

            color: #777;

            font-size: 11px;
            font-weight: 700;

            letter-spacing: .2px;
        }

        .referral-box {
            min-height: 88px;

            padding: 13px 14px;

            display: flex;
            align-items: center;

            gap: 12px;

            border: 1px solid #f0df8b;
            border-radius: 13px;

            background: #fffbea;
        }


        /* Gift icon */

        .referral-icon {
            width: 32px;
            height: 32px;

            flex: 0 0 32px;

            border-radius: 50%;

            background: #fff;

            color: #d57922;

            display: flex;
            align-items: center;
            justify-content: center;

            font-size: 14px;
        }


        /* Content */

        .referral-content {
            min-width: 0;
            flex: 1;
        }

        .referral-description {
            color: #777;

            font-size: 11px;
            line-height: 1.35;

            margin-bottom: 4px;
        }

        .referral-code {
            color: #b66b2a;

            font-size: 17px;
            font-weight: 800;

            letter-spacing: 1px;
        }


        /* Copy */

        .copy-btn {
            min-width: 74px;
            height: 35px;

            padding: 0 11px;

            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 5px;

            border: 1px solid #e9ce65;
            border-radius: 10px;

            background: #fff;

            color: #a96825;

            font-size: 11px;
            font-weight: 700;

            transition: .2s;

            cursor: pointer;
        }

        .copy-btn:hover {
            background: #fff8dc;
        }

        .copy-btn i {
            font-size: 11px;
        }


        /* =========================================
   ACTION BUTTONS
========================================= */

        .account-actions {
            margin-top: 20px;

            display: grid;
            grid-template-columns: 1fr 1fr;

            gap: 10px;
        }

        .account-btn {
            height: 53px;

            border-radius: 12px;

            font-size: 15px;
            font-weight: 700;

            transition: .2s;
        }


        /* Close */

        .btn-close-account {
            border: 2px solid #b94b32;

            background: #fff;

            color: #c14c34;
        }

        .btn-close-account:hover {
            background: #fff7f5;
        }


        /* Logout */

        .btn-logout {
            border: 2px solid #df3b21;

            background: #df3b21;

            color: #fff;
        }

        .btn-logout:hover {
            background: #ca321c;
            border-color: #ca321c;
        }

        .btn-logout i {
            margin-right: 6px;
        }


        /* =========================================
   DELETE ACCOUNT
========================================= */

        .delete-account {
            margin-top: 17px;

            text-align: center;
        }

        .delete-account button {
            padding: 0;

            border: 0;

            background: transparent;

            color: #aaa;

            text-decoration: underline;

            font-size: 12px;

            cursor: pointer;
        }

        .delete-account button:hover {
            color: #888;
        }


        /* =========================================
   RESPONSIVE
========================================= */

        @media (max-width: 576px) {

            .account-modal .modal-dialog {
                margin: 10px;
            }

            .account-modal .modal-content {
                border-radius: 20px;
            }

            .account-modal-header {
                height: 58px;
                padding: 0 20px;
            }

            .account-modal-header h5 {
                font-size: 18px;
            }

            .account-modal .modal-body {
                padding: 0 20px 25px;
            }

            .account-avatar {
                width: 72px;
                height: 72px;

                font-size: 38px;
            }

            .account-name {
                font-size: 18px;
            }

            .account-statistics {
                margin-top: 20px;
            }

            .stat-title {
                font-size: 9px;
            }

            .stat-value {
                font-size: 14px;
            }

            .referral-box {
                padding: 11px;
                gap: 8px;
            }

            .referral-description {
                font-size: 10px;
            }

            .referral-code {
                font-size: 15px;
            }

            .copy-btn {
                min-width: 62px;
                height: 33px;
            }

            .account-btn {
                height: 48px;
                font-size: 14px;
            }
        }

        /* =====================================================
   OTP LOGIN MODAL
===================================================== */

        .otp-login-modal {
            --otp-red: #df3b20;
            --otp-red-dark: #ca321b;
            --otp-border: #efd9d1;
            --otp-text: #292929;
        }


        /* =====================================================
   BOOTSTRAP MODAL
===================================================== */

        .otp-login-modal .modal-dialog {
            /* width: 100%; */
            max-width: 520px;

            margin: 1rem auto;
        }

        .otp-modal-content {
            position: relative;

            border: 0;

            border-radius: 24px;

            background: #fff;

            overflow: visible;

            box-shadow:
                0 25px 70px rgba(0, 0, 0, .25);
        }


        /* =====================================================
   BODY
===================================================== */

        .otp-modal-body {
            padding: 32px 32px 30px;
        }


        /* =====================================================
   CLOSE BUTTON
===================================================== */

        .otp-close-btn {
            position: absolute;

            z-index: 10;

            top: -18px;
            right: -18px;

            width: 38px;
            height: 38px;

            display: flex;
            align-items: center;
            justify-content: center;

            border: 1px solid #e8dcd7;

            border-radius: 50%;

            background: #fff;

            color: #777;

            box-shadow:
                0 2px 8px rgba(0, 0, 0, .10);

            cursor: pointer;

            transition: .2s;
        }

        .otp-close-btn:hover {
            color: #333;

            background: #fafafa;

            transform: rotate(5deg);
        }

        .otp-close-btn i {
            font-size: 13px;
        }


        /* =====================================================
   TITLE
===================================================== */

        .otp-title {
            display: flex;
            align-items: center;

            gap: 12px;

            margin-bottom: 22px;
        }

        .otp-title h5 {
            margin: 0;

            color: var(--otp-text);

            font-size: 17px;
            font-weight: 700;
        }


        /* =====================================================
   BACK BUTTON
===================================================== */

        .otp-back-btn {
            width: 36px;
            height: 36px;

            flex: 0 0 36px;

            display: flex;
            align-items: center;
            justify-content: center;

            border: 0;

            border-radius: 50%;

            background: #fff7f4;

            color: #777;

            cursor: pointer;

            transition: .2s;
        }

        .otp-back-btn:hover {
            background: #fff0eb;

            color: var(--otp-red);
        }

        .otp-back-btn i {
            font-size: 17px;
        }


        /* =====================================================
   NOTICE
===================================================== */

        .otp-notice {
            display: flex;

            gap: 12px;

            padding: 15px 14px;

            border: 1px solid #ffcfc5;

            border-radius: 12px;

            background: #fff0ec;

            margin-bottom: 20px;
        }


        /* ICON */

        .otp-notice-icon {
            width: 22px;

            flex: 0 0 22px;

            color: var(--otp-red);

            font-size: 20px;

            line-height: 1.2;
        }


        /* TITLE */

        .otp-notice-title {
            color: var(--otp-red);

            font-size: 14px;

            font-weight: 700;

            line-height: 1.3;

            margin-bottom: 4px;
        }


        /* DESCRIPTION */

        .otp-notice-text {
            color: #777;

            font-size: 12px;

            line-height: 1.5;
        }


        /* =====================================================
   EMAIL INPUT
===================================================== */

        .otp-input-wrapper {
            height: 45px;

            display: flex;
            align-items: center;

            padding: 0 14px;

            border: 1px solid var(--otp-border);

            border-radius: 11px;

            background: #fff;

            transition: .2s;
        }

        .otp-input-wrapper>i {
            flex: 0 0 auto;

            margin-right: 11px;

            color: #777;

            font-size: 15px;
        }

        .otp-email-input {
            width: 100%;
            height: 100%;

            padding: 0;

            border: 0 !important;

            outline: 0 !important;

            background: transparent !important;

            box-shadow: none !important;

            color: #333;

            font-size: 13px;
        }

        .otp-email-input::placeholder {
            color: #888;
        }

        .otp-input-wrapper:focus-within {
            border-color: var(--otp-red);

            box-shadow:
                0 0 0 3px rgba(223, 59, 32, .08);
        }


        /* =====================================================
   SUBMIT BUTTON
===================================================== */

        .otp-submit-btn {
            width: 100%;
            height: 56px;

            display: flex;
            align-items: center;
            justify-content: center;

            gap: 8px;

            margin-top: 20px;

            border: 0;

            border-radius: 11px;

            background: var(--otp-red);

            color: #fff;

            font-size: 15px;

            font-weight: 700;

            cursor: pointer;

            box-shadow:
                0 5px 12px rgba(223, 59, 32, .12);

            transition:
                background .2s ease,
                transform .15s ease;
        }

        .otp-submit-btn:hover {
            background: var(--otp-red-dark);
        }

        .otp-submit-btn:active {
            transform: scale(.99);
        }

        .otp-submit-btn i {
            font-size: 17px;
        }


        /* =====================================================
   TERMS
===================================================== */

        .otp-terms {
            margin-top: 24px;

            text-align: center;

            color: #888;

            font-size: 11px;

            line-height: 1.6;
        }

        .otp-terms a {
            color: var(--otp-red);

            font-weight: 700;

            text-decoration: none;
        }

        .otp-terms a:hover {
            text-decoration: underline;
        }


        /* =====================================================
   BACKDROP
===================================================== */

        .otp-login-modal+.modal-backdrop,
        .modal-backdrop.show {
            background: #222;
        }

        .otp-login-modal.modal.fade.show {
            background: rgba(0, 0, 0, .05);
        }


        /* =====================================================
   MOBILE
===================================================== */

        @media (max-width: 576px) {

            .otp-login-modal .modal-dialog {
                margin: 15px;
            }

            .otp-modal-content {
                border-radius: 20px;
            }

            .otp-modal-body {
                padding: 25px 20px 23px;
            }

            .otp-close-btn {
                top: -10px;
                right: -5px;

                width: 34px;
                height: 34px;
            }

            .otp-title {
                margin-bottom: 18px;
            }

            .otp-title h5 {
                font-size: 16px;
            }

            .otp-notice {
                padding: 13px 12px;
            }

            .otp-notice-title {
                font-size: 13px;
            }

            .otp-notice-text {
                font-size: 11px;
            }

            .otp-submit-btn {
                height: 52px;
            }
        }

        .auth-error {
            color: #e53935;
            font-size: 12px;
            margin-top: 5px;
            margin-bottom: 8px;
            display: none;
        }

        .auth-input.has-error {
            border-color: #e53935 !important;
        }

        .auth-input.has-error>i {
            color: #e53935;
        }

        /* =========================================
   MODAL
========================================= */

        .auth-modal {
            position: relative;

            width: 100%;

            max-width: 520px;

            max-height: calc(100vh - 40px);

            /* overflow-y: auto; */

            padding: 32px;

            background: #ffffff;

            border-radius: 22px;

            box-shadow:
                0 25px 70px rgba(0, 0, 0, 0.25);

            animation: authModalShow 0.2s ease;
        }

        @keyframes authModalShow {

            from {
                opacity: 0;
                transform: translateY(15px) scale(0.97);
            }

            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }

        }


        /* =========================================
   CLOSE
========================================= */

        .auth-close {
            position: absolute;

            top: -18px;
            right: -18px;

            width: 38px;
            height: 38px;

            display: flex;

            align-items: center;
            justify-content: center;

            border: 0;

            border-radius: 50%;

            background: #ffffff;

            color: #777;

            font-size: 27px;

            line-height: 1;

            cursor: pointer;

            box-shadow:
                0 3px 12px rgba(0, 0, 0, 0.15);

            transition: 0.2s;
        }

        .auth-close:hover {
            color: #dc391d;

            transform: rotate(90deg);
        }


        /* =========================================
   TABS
========================================= */

        .auth-tabs {
            display: flex;

            gap: 5px;

            width: 100%;

            margin-bottom: 20px;

            padding: 0;
        }

        .auth-tab {
            flex: 1;

            height: 43px;

            border: 0;

            border-radius: 10px;

            background: #eeeeee;

            color: #777;

            font-size: 15px;

            font-weight: 700;

            cursor: pointer;

            transition: 0.2s;
        }

        .auth-tab.active {
            background: #df3b1d;

            color: #ffffff;
        }

        .auth-tab:hover:not(.active) {
            background: #e5e5e5;
        }


        /* =========================================
   CONTENT
========================================= */

        .auth-content {
            width: 100%;
        }


        /* =========================================
   SOCIAL BUTTON
========================================= */

        .auth-social-btn {
            text-decoration: none;
            position: relative;

            width: 100%;

            height: 49px;

            margin-bottom: 10px;

            display: flex;

            align-items: center;
            justify-content: center;

            gap: 12px;

            border: 1px solid #f0d8d0;

            border-radius: 12px;

            background: #ffffff;

            color: #292929;

            font-size: 15px;

            font-weight: 700;

            cursor: pointer;

            transition: 0.2s;
        }

        .auth-social-btn:hover {
            background: #fff8f5;

            border-color: #df3b1d;
        }


        /* Google */

        .google-icon {
            color: #4285f4;

            font-size: 22px;

            font-weight: 800;
        }


        /* Email */

        .email-icon {
            color: #df3b1d;

            font-size: 18px;
        }


        /* =========================================
   DIVIDER
========================================= */

        .auth-divider {
            display: flex;

            align-items: center;

            gap: 10px;

            margin: 17px 0;
        }

        .auth-divider span {
            flex: 1;

            height: 1px;

            background: #ecd9d3;
        }

        .auth-divider strong {
            flex-shrink: 0;

            color: #7b8492;

            font-size: 11px;

            font-weight: 700;

            white-space: nowrap;
        }


        /* =========================================
   INPUT
========================================= */

        .auth-input {
            width: 100%;

            height: 45px;

            margin-bottom: 12px;

            display: flex;

            align-items: center;

            padding: 0 14px;

            border: 1px solid #f0d8d0;

            border-radius: 11px;

            background: #ffffff;

            transition: 0.2s;
        }

        .auth-input:focus-within {
            border-color: #df3b1d;

            box-shadow:
                0 0 0 3px rgba(223, 59, 29, 0.08);
        }

        .auth-input>i {
            width: 20px;

            margin-right: 10px;

            color: #6d7075;

            font-size: 15px;
        }

        .auth-input input {
            flex: 1;

            width: 100%;

            height: 100%;

            padding: 0;

            border: 0;

            outline: 0;

            background: transparent;

            color: #333;

            font-size: 14px;
        }

        .auth-input input::placeholder {
            color: #888;
        }


        /* =========================================
   PASSWORD TOGGLE
========================================= */

        .password-toggle {
            width: 30px;

            height: 30px;

            display: flex;

            align-items: center;
            justify-content: center;

            border: 0;

            background: transparent;

            color: #7b8492;

            cursor: pointer;
        }


        /* =========================================
   FORGOT PASSWORD
========================================= */

        .forgot-password {
            text-align: right;
            margin-top: -2px;
            margin-bottom: 20px;
        }

        .forgot-password button {
            color: #df3b1d;
            font-size: 12px;
            font-weight: 700;
            text-decoration: none;

            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }

        .forgot-password button:hover {
            text-decoration: underline;
        }


        /* =========================================
   SUBMIT
========================================= */

        .auth-submit {
            width: 100%;

            height: 55px;

            display: flex;

            align-items: center;
            justify-content: center;

            gap: 8px;

            border: 0;

            border-radius: 12px;

            background: #df3b1d;

            color: #ffffff;

            font-size: 16px;

            font-weight: 700;

            cursor: pointer;

            box-shadow:
                0 7px 18px rgba(223, 59, 29, 0.18);

            transition: 0.2s;
        }

        .auth-submit:hover {
            background: #c93218;

            transform: translateY(-1px);

            box-shadow:
                0 10px 22px rgba(223, 59, 29, 0.25);
        }


        /* =========================================
   REGISTER TEXT
========================================= */

        .auth-register-text {
            margin-top: 16px;

            text-align: center;

            color: #73777e;

            font-size: 14px;
        }

        .auth-register-text a {
            color: #df3b1d;

            font-weight: 700;

            text-decoration: none;
        }

        .auth-register-text a:hover {
            text-decoration: underline;
        }


        /* =========================================
   TERMS
========================================= */

        .auth-terms {
            margin-top: 25px;

            text-align: center;

            color: #777f8b;

            font-size: 11px;

            line-height: 1.6;
        }

        .auth-terms a {
            color: #df3b1d;

            font-weight: 700;

            text-decoration: none;
        }


        /* =========================================
   REGISTER
========================================= */

        .register-title {
            margin-bottom: 20px;

            text-align: center;

            color: #222;

            font-size: 21px;

            font-weight: 700;
        }

        /* =========================================
   AUTH OVERLAY
========================================= */

        .auth-overlay {
            position: fixed;

            inset: 0;

            z-index: 9999;

            display: flex;

            align-items: center;
            justify-content: center;

            padding: 20px;

            background: rgba(0, 0, 0, 0.48);

            backdrop-filter: blur(7px);
            -webkit-backdrop-filter: blur(7px);
        }




        /* =========================================
   MOBILE
========================================= */

        @media (max-width: 576px) {

            .auth-overlay {
                padding: 15px;
            }

            .auth-modal {
                max-width: 100%;

                padding: 24px 18px;

                border-radius: 18px;
            }

            .auth-close {
                top: -10px;
                right: -5px;
            }

            .auth-divider strong {
                font-size: 9px;
            }

        }

        /* =========================================
   REGISTER GIFT
========================================= */

        .register-gift {
            display: inline-flex;

            align-items: center;

            gap: 8px;

            margin-bottom: 14px;

            padding: 9px 14px;

            border-radius: 8px;

            background: #fff3df;

            color: #c96b00;

            font-size: 13px;

            font-weight: 700;
        }

        .register-gift i {
            color: #e28a00;

            font-size: 15px;
        }


        /* =========================================
   REGISTER INPUT
========================================= */

        #registerContent .auth-input {
            margin-bottom: 12px;
        }


        /* =========================================
   REGISTER BUTTON
========================================= */

        .register-submit {
            margin-top: 7px;
        }


        /* =========================================
   REGISTER TERMS
========================================= */

        #registerContent .auth-terms {
            margin-top: 25px;
        }


        /* =========================================
   MOBILE
========================================= */

        @media (max-width: 576px) {

            .register-gift {
                width: 100%;

                justify-content: center;

                font-size: 12px;

                text-align: center;
            }

        }

        /* ==========================
   NOTIFICATION MOBILE
========================== */

        @media (max-width: 991.98px) {

            .notification-menu {
                position: absolute !important;

                width: min(360px, calc(100vw - 20px)) !important;
                max-width: calc(100vw - 20px) !important;

                right: -5px !important;
                left: auto !important;

                margin-top: 8px !important;

                padding: 0 !important;

                border: 1px solid #eee !important;
                border-radius: 14px !important;

                overflow: hidden;

                box-shadow: 0 8px 25px rgba(0, 0, 0, .12);

                z-index: 99999;
            }

            /* Tiêu đề */
            .notification-menu>div:first-child {
                padding: 14px !important;
            }

            .notification-menu>div:first-child .fs-5 {
                font-size: 16px !important;
            }

            /* Nội dung thông báo */
            .notification-menu>div:nth-child(2) {
                padding: 14px !important;
                gap: 10px !important;
            }

            .notification-menu>div:nth-child(2) p {
                font-size: 13px !important;
                line-height: 1.5 !important;

                margin-bottom: 5px !important;
            }

            .notification-menu>div:nth-child(2) small {
                font-size: 11px !important;
            }

            /* Icon quà */
            .notification-menu .icon-gift-box {
                flex-shrink: 0;
            }

            /* Xem tất cả */
            .notification-menu>a:last-child {
                font-size: 13px !important;
                padding: 10px !important;
            }

        }

        @media (max-width: 991.98px) {

            .mobile-user-nav .notification-menu {
                position: fixed !important;

                top: 73px !important;
                right: 10px !important;
                left: 10px !important;

                width: auto !important;
                max-width: none !important;

                margin: 0 !important;

                border-radius: 14px !important;
            }

        }

        @media (max-width: 991.98px) {

            /* Khối dropdown user */
            .mobile-user-nav .dropdown {
                position: relative !important;
                flex-shrink: 0;
            }

            /* Nút tài khoản */
            .mobile-user-nav #userDropdown {
                width: 38px !important;
                height: 38px !important;

                padding: 0 !important;
                margin: 0 !important;

                display: flex !important;
                align-items: center !important;
                justify-content: center !important;

                gap: 0 !important;

                border-radius: 50% !important;
            }

            /* Avatar */
            .mobile-user-nav #userDropdown>div {
                width: 28px !important;
                height: 28px !important;

                display: flex;
                align-items: center;
                justify-content: center;

                font-size: 12px !important;
                flex-shrink: 0;
            }

            /* Ẩn tên trên mobile */
            /* .mobile-user-nav #userDropdown > span {
        display: none !important;
    } */

            /* Ẩn mũi tên */
            /* .mobile-user-nav #userDropdown > i {
        display: none !important;
    } */


            /* =========================
       USER DROPDOWN
    ========================= */

            .mobile-user-nav #userDropdown+.dropdown-menu {
                position: absolute !important;

                top: calc(100% + 8px) !important;
                right: 0 !important;
                left: auto !important;

                width: 300px !important;
                max-width: calc(100vw - 20px) !important;

                margin: 0 !important;
                padding: 0 !important;

                border: 1px solid #eee !important;
                border-radius: 14px !important;

                overflow: hidden;

                background: #fff;

                box-shadow: 0 10px 30px rgba(0, 0, 0, .12);

                z-index: 99999;
            }


            /* Thông tin user */
            .mobile-user-nav #userDropdown+.dropdown-menu>li:first-child {
                padding: 16px !important;

                display: flex;
                align-items: center;

                gap: 12px !important;
            }

            /* Avatar lớn */
            .mobile-user-nav #userDropdown+.dropdown-menu>li:first-child>div:first-child {
                width: 42px !important;
                height: 42px !important;

                min-width: 42px;

                display: flex;
                align-items: center;
                justify-content: center;

                font-size: 14px !important;
            }

            /* Tên */
            .mobile-user-nav #userDropdown+.dropdown-menu h6 {
                font-size: 15px !important;
            }

            /* Email */
            .mobile-user-nav #userDropdown+.dropdown-menu small {
                font-size: 12px !important;
            }


            /* =========================
       MENU ITEM
    ========================= */

            .mobile-user-nav .custom-dropdown-item {
                display: flex !important;
                align-items: center !important;

                gap: 10px;

                padding: 11px 16px !important;

                font-size: 14px !important;

                white-space: nowrap;
            }

            .mobile-user-nav .custom-dropdown-item i {
                width: 20px;

                font-size: 17px;

                text-align: center;
            }


            /* Đăng xuất */
            .mobile-user-nav .logout-item {
                color: #dc3545 !important;
            }

            .mobile-user-nav .dropdown-divider {
                margin: 0 !important;
            }

        }

        @media (max-width: 991.98px) {

            .mobile-user-nav #userDropdown {
                width: auto !important;
                min-width: 38px;
                padding: 4px 8px !important;
                border-radius: 20px !important;
            }

            .mobile-user-nav #userDropdown>span {
                display: block !important;
                font-size: 12px !important;
                max-width: 60px;

                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .mobile-user-nav #userDropdown>i {
                display: block !important;
                font-size: 9px !important;
            }

        }

        @media (max-width: 767.98px) {
            .mobile-banner-title {
                margin-top: 0 !important;
                padding-left: 0px;
                padding-right: 0px;
            }

            .calculator-link {
                margin-top: 15px !important;
                padding-left: 0px;
                padding-right: 0px;
            }

            .hero-content {
                padding-bottom: 0 !important;
            }

            .hero-description {
                margin-top: 10px !important;
                margin-bottom: 0px !important;
            }

            .all-feature {
                margin-top: 10px !important;
            }
        }

        .mobile-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            z-index: 9999;
        }

        .mobile-menu {
            position: absolute !important;
            border-radius: 14px !important;
            background: #fff;
            padding: 10px 15px;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
        }

        .mobile-menu-item {
            display: flex;
            align-items: center;
            gap: 12px;
            width: 100%;
            padding: 13px 15px;
            color: #333;
            text-decoration: none;
            font-weight: 500;
            border-radius: 10px;
        }

        .mobile-menu-item:hover {
            background: #f5f5f5;
            color: #ff5a1f;
        }

        .mobile-menu-item i {
            font-size: 19px;
            width: 24px;
            text-align: center;
        }

        @media (min-width: 992px) {
            .mobile-dropdown {
                display: none !important;
            }
        }

        /* ================================
   MOBILE HEADER
================================ */

        @media (max-width: 991.98px) {

            .main-header .container {
                position: relative;
            }

            .main-header nav.navbar {
                display: flex !important;
                align-items: center !important;
                flex-wrap: nowrap !important;
                width: 100%;
                position: relative;
                gap: 5px !important;
            }

            /* LOGO */
            .main-header .navbar-brand {
                /* flex-shrink: 0; */
                width: 100%;
                margin-right: auto;
            }

            .main-header .navbar-brand img {
                height: auto;
                display: block;
            }

            /* CỤM ĐĂNG NHẬP / ĐĂNG KÝ */
            .mobile-user-nav {
                display: flex !important;
                flex-direction: row !important;
                align-items: center !important;
                flex-wrap: nowrap !important;

                margin-left: auto !important;
                margin-right: 8px !important;

                gap: 5px !important;
                flex-shrink: 0;
            }

            /* Đăng nhập */
            .mobile-user-nav .btn-login {
                white-space: nowrap;
                padding: 7px 9px !important;
                font-size: 12px !important;
                margin: 0 !important;
            }

            /* Đăng ký */
            .mobile-user-nav .btn-register {
                white-space: nowrap;
                padding: 7px 9px !important;
                font-size: 12px !important;
                margin: 0 !important;
            }

            /* Ẩn badge 20K trên mobile */
            /* .mobile-user-nav .gift-badge {
                display: none;
            } */

            /* HAMBURGER */
            .navbar-toggler {
                display: flex !important;
                align-items: center;
                justify-content: center;

                width: 40px;
                height: 40px;

                padding: 6px !important;
                margin: 0 !important;

                flex-shrink: 0;
            }

            /* ================================
       MOBILE DROPDOWN
    ================================= */

            .mobile-dropdown {
                position: absolute !important;

                top: 100%;
                left: 0;
                right: 0;

                width: 100%;

                z-index: 9999;

                background: #fff;
            }

            .mobile-menu {
                position: absolute !important;
                border-radius: 14px !important;
                width: 100%;
                background: #fff;

                padding: 10px 15px;

                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;

                box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
            }

            .mobile-menu-item {
                display: flex;
                align-items: center;

                width: 100%;

                padding: 13px 15px;

                gap: 12px;

                color: #333;
                text-decoration: none;

                border-radius: 10px;
            }

            .mobile-menu-item:hover {
                background: #f5f5f5;
                color: #ff5a1f;
            }

            .mobile-menu-item i {
                width: 24px;
                font-size: 19px;
                text-align: center;
            }

            /* Ẩn menu desktop */
            #mainNav {
                display: none !important;
            }
        }

        .notif-item {
            background: #fff8f5;
        }

        .notification-bell i {
            animation: bell-shake 3s ease-in-out infinite;
            transform-origin: top center;
        }

        @keyframes bell-shake {

            0%,
            85%,
            100% {
                transform: rotate(0);
            }

            87% {
                transform: rotate(15deg);
            }

            89% {
                transform: rotate(-15deg);
            }

            91% {
                transform: rotate(12deg);
            }

            93% {
                transform: rotate(-12deg);
            }

            95% {
                transform: rotate(6deg);
            }

            97% {
                transform: rotate(-6deg);
            }
        }

        .notif-badge {
            position: absolute;
            top: -2px;
            right: -2px;
            min-width: 18px;
            height: 18px;
            padding: 0 5px;
            background: #d73c1a;
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #ffffff;
            line-height: 1;
        }

        /* ================================
   OTP MODAL
================================ */

        #loginPaneOtpEmail,
        #loginPaneOtpCode {
            padding: 4px 0;
        }

        /* Header */
        #loginPaneOtpEmail .otp-modal-header,
        #loginPaneOtpCode .otp-modal-header {
            margin-bottom: 22px;
        }

        #loginPaneOtpEmail .otp-modal-header h5,
        #loginPaneOtpCode .otp-modal-header h5 {
            margin: 0;
            font-size: 17px;
            font-weight: 700;
            color: #222;
        }

        /* Nút quay lại */
        #loginPaneOtpEmail .otp-back-btn,
        #loginPaneOtpCode .otp-back-btn {
            width: 40px;
            height: 40px;
            padding: 0;

            border: 0;
            border-radius: 50%;

            display: inline-flex;
            align-items: center;
            justify-content: center;

            background: #f5f5f5;
            color: #555;

            transition: .2s ease;
        }

        #loginPaneOtpEmail .otp-back-btn:hover,
        #loginPaneOtpCode .otp-back-btn:hover {
            background: #eeeeee;
            color: #ee3d22;
        }

        /* ================================
   BOX THÔNG BÁO EMAIL
================================ */

        #loginPaneOtpEmail .otp-info-box {
            display: flex;
            align-items: flex-start;
            gap: 12px;

            padding: 15px;

            margin-bottom: 20px;

            background: #fff5f2;

            border: 1px solid #ffc9bf;
            border-radius: 11px;

            color: #333;
        }

        #loginPaneOtpEmail .otp-info-icon {
            width: 38px;
            height: 38px;

            min-width: 38px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 9px;

            background: #fff;
            color: #ee3d22;

            font-size: 17px;
        }

        #loginPaneOtpEmail .otp-info-box .fw-semibold {
            font-size: 14px;
            color: #e83d25;
        }

        #loginPaneOtpEmail .otp-info-box .text-muted {
            margin-top: 3px;

            font-size: 12px;
            line-height: 1.5;

            color: #777 !important;
        }


        /* ================================
   INPUT EMAIL
================================ */

        #loginPaneOtpEmail .otp-input-group {
            height: 48px;
        }

        #loginPaneOtpEmail .otp-input-group .input-group-text {
            width: 45px;

            padding: 0;

            display: flex;
            align-items: center;
            justify-content: center;

            background: #fff;

            border: 1px solid #ddd;
            border-right: 0;

            border-radius: 9px 0 0 9px;

            color: #999;
        }

        #loginPaneOtpEmail .otp-input-group .form-control {
            height: 48px;

            border: 1px solid #ddd;
            border-left: 0;

            border-radius: 0 9px 9px 0;

            font-size: 14px;

            box-shadow: none;
        }

        #loginPaneOtpEmail .otp-input-group:focus-within .input-group-text,
        #loginPaneOtpEmail .otp-input-group:focus-within .form-control {
            border-color: #ee3d22;
        }

        #loginPaneOtpEmail .otp-input-group:focus-within .input-group-text {
            color: #ee3d22;
        }


        /* ================================
   BUTTON OTP
================================ */

        #loginPaneOtpEmail .otp-main-btn,
        #loginPaneOtpCode .otp-main-btn {
            height: 52px;

            border: 0;
            border-radius: 9px;

            background: #ee3d22;

            font-size: 15px;
            font-weight: 600;

            box-shadow: 0 4px 12px rgba(238, 61, 34, .18);

            transition: all .2s ease;
        }

        #loginPaneOtpEmail .otp-main-btn:hover,
        #loginPaneOtpCode .otp-main-btn:hover {
            background: #dc351e;
            transform: translateY(-1px);
        }

        #loginPaneOtpEmail .otp-main-btn:active,
        #loginPaneOtpCode .otp-main-btn:active {
            transform: translateY(0);
        }


        /* ================================
   OTP ICON
================================ */

        #loginPaneOtpCode .otp-security-icon {
            width: 64px;
            height: 64px;

            margin: 0 auto 14px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 50%;

            background: #fff3f0;

            border: 1px solid #ffd2c9;

            color: #ee3d22;

            font-size: 25px;
        }


        /* ================================
   EMAIL HIỂN THỊ
================================ */

        #loginPaneOtpCode .otp-email-display {
            display: inline-block;

            max-width: 100%;

            color: #333;

            font-size: 14px;

            word-break: break-word;
        }


        /* ================================
   6 Ô OTP
================================ */

        #loginPaneOtpCode .otp-inputs {
            display: flex;
            justify-content: center;
            gap: 9px;

            margin-bottom: 20px;
        }

        #loginPaneOtpCode .otp-input {
            width: 46px !important;
            height: 54px !important;

            padding: 0 !important;

            text-align: center;

            border: 1px solid #ddd !important;
            border-radius: 9px !important;

            background: #fff;

            font-size: 21px !important;
            font-weight: 700;

            color: #222;

            box-shadow: none !important;

            transition: .2s ease;
        }

        #loginPaneOtpCode .otp-input:focus {
            border-color: #ee3d22 !important;

            box-shadow: 0 0 0 3px rgba(238, 61, 34, .10) !important;

            outline: none;

            transform: translateY(-1px);
        }


        /* ================================
   COUNTDOWN
================================ */

        #loginPaneOtpCode .otp-countdown-box {
            padding: 8px 13px;

            border-radius: 9px;

            background: #f7f7f7;

            color: #777;

            font-size: 12px;
        }

        #loginPaneOtpCode .otp-countdown-box i {
            color: #ee3d22;
        }

        #loginPaneOtpCode .otp-countdown-box strong {
            color: #ee3d22;
        }


        /* ================================
   ERROR / SUCCESS
================================ */

        #loginPaneOtpCode #loginOtpError,
        #loginPaneOtpCode #loginOtpInfo {
            margin-top: 10px;
            margin-bottom: 10px;

            border-radius: 8px;

            font-size: 12px;
        }


        /* ================================
   FOOTER
================================ */

        #loginPaneOtpEmail .otp-modal-footer,
        #loginPaneOtpCode .otp-help {
            margin-top: 18px;

            color: #999;

            font-size: 11.5px;

            line-height: 1.6;
        }

        #loginPaneOtpEmail .otp-link,
        #loginPaneOtpCode .otp-link {
            color: #ee3d22;

            text-decoration: none;

            font-weight: 500;
        }

        #loginPaneOtpEmail .otp-link:hover {
            text-decoration: underline;
        }


        /* ================================
   MOBILE
================================ */

        @media (max-width: 576px) {

            #loginPaneOtpEmail .otp-info-box {
                padding: 13px;
            }

            #loginPaneOtpEmail .otp-info-box .text-muted {
                font-size: 11.5px;
            }

            #loginPaneOtpCode .otp-inputs {
                gap: 6px;
            }

            #loginPaneOtpCode .otp-input {
                width: 42px !important;
                height: 50px !important;

                font-size: 19px !important;
            }

            #loginPaneOtpEmail .otp-main-btn,
            #loginPaneOtpCode .otp-main-btn {
                height: 50px;
            }
        }

        /* Style tổng thể cho section */
        .how-it-works-section {
            background: #fff8f4;
            position: relative;
        }

        /* Cấu trúc Timeline dọc */
        .steps-timeline {
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .step-item {
            position: relative;
            padding-bottom: 100px;
            cursor: pointer;
            opacity: 0.4;
            /* Mặc định làm mờ các bước chưa active */
            transition: all 0.3s ease;
        }

        /* Bước nào được active sẽ sáng lên */
        .step-item.active {
            opacity: 1;
        }

        /* Vòng tròn số chỉnh theo thiết kế cam */
        .step-number {
            width: 40px;
            height: 40px;
            background-color: #ccc;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 16px;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .step-item.active .step-number {
            background-color: #ff6600;
            /* Màu cam giống thiết kế */
            box-shadow: 0 4px 10px rgba(255, 102, 0, 0.3);
        }

        /* Tiêu đề từng bước */
        .step-content h3 {
            font-size: 18px;
            margin-bottom: 4px;
            font-weight: 600;
            color: #333;
        }

        .step-item.active .step-content h3 {
            color: #ff6600;
            /* Tiêu đề chữ cam khi active */
        }

        .step-content p {
            font-size: 14px;
            color: #666;
            margin-bottom: 0;
        }

        /* Đường thẳng nối giữa các vòng tròn số */
        .step-line {
            position: absolute;
            left: 20px;
            top: 40px;
            bottom: 0;
            width: 2px;
            background-color: #ff6600;
            /* Đường kẻ màu cam */
            z-index: 1;
        }

        /* Hiệu ứng chuyển ảnh mượt */
        #step-image {
            transition: opacity 0.3s ease-in-out;
        }

        .hero {
            position: relative;
            overflow: hidden;

            background:
                radial-gradient(circle at 80% 20%,
                    rgba(255, 255, 255, .13),
                    transparent 25%),
                linear-gradient(115deg,
                    #e9360b,
                    #fa4810 50%,
                    #ffad0c);
        }

        .hero::before {
            content: "";

            position: absolute;

            width: 500px;
            height: 500px;

            border: 70px solid rgba(255, 255, 255, .035);

            border-radius: 50%;

            right: -230px;
            top: -240px;
        }

        .hero-content {
            position: relative;
            z-index: 2;

            padding-top: 35px;
            padding-bottom: 35px;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;

            gap: 7px;

            padding: 7px 13px;

            border: 1px solid rgba(255, 255, 255, .2);
            border-radius: 30px;

            background: rgba(255, 255, 255, .12);

            color: white;

            font-size: 12px;
            font-weight: 700;
        }

        .hero h1 {
            margin-top: 18px;

            font-size: clamp(42px, 5vw, 64px);

            line-height: 1.05;

            letter-spacing: -2px;

            font-weight: 900;

            color: white;
        }

        .hero h1 span {
            color: var(--yellow);
        }

        .hero-description {
            max-width: 560px;

            margin-top: 22px;

            color: rgba(255, 255, 255, .9);

            font-size: 17px;
            line-height: 1.7;
        }

        /* FEATURES */

        .feature {
            padding: 10px 13px;

            border-radius: 10px;

            background: rgba(255, 255, 255, .13);

            color: white;

            font-size: 12px;
            font-weight: 700;
        }

        .feature-icon {
            width: 28px;
            height: 28px;

            display: inline-flex;

            align-items: center;
            justify-content: center;

            margin-right: 6px;

            border-radius: 50%;

            background: white;

            color: var(--orange);
        }

        /* ================= CALCULATOR ================= */

        .calculator {
            position: relative;
            z-index: 3;

            padding: 30px;

            border-radius: 18px;

            background: white;

            box-shadow:
                0 25px 55px rgba(0, 0, 0, .18);
        }

        .calculator h2 {
            font-size: 27px;
            font-weight: 800;
        }

        .calculator-subtitle {
            color: #888;
            font-size: 13px;
        }

        .link-input {
            height: 62px;

            /* border: 2px solid #e5e5e5; */

            /* border-radius: 11px; */

            font-size: 14px;
        }

        .link-input:focus {
            /* border-color: var(--orange); */

            box-shadow:
                0 0 0 .2rem rgba(255, 75, 11, .1);
        }

        .input-group-text {
            background: #fff;
            border: 2px solid #e5e5e5;
            border-right: 0;

            border-radius: 11px 0 0 11px;

            font-size: 20px;
        }

        .input-group .link-input {
            border-left: 0;
            border-radius: 0 11px 11px 0;
        }

        .btn-calculate {
            height: 58px;

            border: 0;

            border-radius: 10px;

            background:
                linear-gradient(135deg,
                    #ff4308,
                    #ff7617);

            color: white;

            font-size: 16px;
            font-weight: 800;

            transition: .2s;
        }

        .btn-calculate:hover {
            color: white;

            transform: translateY(-2px);

            box-shadow:
                0 10px 25px rgba(255, 75, 11, .25);
        }

        .security {
            margin-top: 14px;

            padding: 10px;

            border-radius: 7px;

            background: #fff3ef;

            text-align: center;

            color: #e34b32;

            font-size: 12px;
        }

        #result {
            display: none;

            margin-top: 15px;

            /* padding: 15px; */

            border-radius: 10px;

            /* background: #fff7ed; */

            text-align: center;
            border-color: var(--orange);
        }

        .result-money {
            display: block;

            color: var(--orange);

            font-size: 28px;
            font-weight: 900;
        }

        /* ================= PLATFORM ================= */

        .platform-section {
            padding: 48px 0 65px;
        }

        .section-title {
            font-size: 30px;
            font-weight: 900;
        }

        .section-line {
            width: 50px;
            height: 4px;

            margin: 13px auto 30px;

            border-radius: 20px;

            background: var(--orange);
        }

        .platform-card {
            border: 1px solid #eee;

            border-radius: 12px;

            background: white;

            box-shadow:
                0 5px 18px rgba(0, 0, 0, .035);

            transition: .25s;
        }

        .platform-card:hover {
            transform: translateY(-6px);

            border-color: #ffd0c0;

            box-shadow:
                0 15px 30px rgba(0, 0, 0, .09);
        }

        .platform-logo {
            width: 80px;
            height: 80px;

            margin: auto;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 18px;

            color: white;

            font-weight: 900;
            font-size: 34px;
        }

        .shopee {
            background: #ee4d2d;
        }

        .lazada {
            background:
                linear-gradient(135deg,
                    #2515a5,
                    #ee168a);

            font-size: 22px;
        }

        .tiktok {
            background: #111;

            /* text-shadow:
                3px 2px #25f4ee,
                -2px -2px #fe2c55; */
        }

        .food {
            background: #ff5b26;
        }

        .tiki {
            background: #20a5f5;
            font-size: 19px;
        }

        .commission {
            display: inline-block;

            padding: 5px 10px;

            border-radius: 20px;

            background: #fff0e9;

            color: #d94a20;

            font-size: 11px;
            font-weight: 800;
        }

        /* Mobile - không cho Safari zoom khi bấm input */
        @media (max-width: 768px) {
            .link-input {
                font-size: 16px !important;
                -webkit-text-size-adjust: 100%;
            }

            .feature {
                font-size: 9px !important;
            }
        }

        /* ================= HOW IT WORKS ================= */

        .how-it-works-section {
            background: #fff8f4;
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        /* Fix Bootstrap row bị tràn ngang */
        .how-it-works-row {
            width: 100%;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        /* Không cho nội dung con phá chiều rộng column */
        .how-it-works-row>[class*="col-"] {
            min-width: 0;
        }

        /* Hình ảnh */
        .img-container {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
        }

        .how-it-works-image {
            display: block;
            max-width: 100%;
            width: 100%;
            height: auto;
        }

        /* Timeline */
        .steps-timeline {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: 100%;
        }

        .step-item {
            position: relative;
            padding-bottom: 100px;
            cursor: pointer;
            opacity: 0.4;
            transition: all 0.3s ease;
            min-width: 0;
        }

        .step-item.active {
            opacity: 1;
        }

        /* Số */
        .step-number {
            width: 40px;
            min-width: 40px;
            height: 40px;

            background-color: #ccc;
            color: #fff;

            border-radius: 50%;

            display: flex;
            align-items: center;
            justify-content: center;

            font-weight: bold;
            font-size: 16px;

            flex-shrink: 0;

            transition: all 0.3s ease;
        }

        .step-item.active .step-number {
            background-color: #ff6600;
            box-shadow: 0 4px 10px rgba(255, 102, 0, 0.3);
        }

        /* Nội dung */
        .step-content {
            min-width: 0;
            flex: 1;
        }

        .step-content h3 {
            font-size: 18px;
            margin-bottom: 4px;
            font-weight: 600;
            color: #333;
        }

        .step-item.active .step-content h3 {
            color: #ff6600;
        }

        .step-content p {
            font-size: 14px;
            color: #666;
            margin-bottom: 0;

            overflow-wrap: break-word;
            word-break: break-word;
        }

        /* Đường timeline */
        .step-line {
            position: absolute;

            left: 20px;
            top: 40px;
            bottom: 0;

            width: 2px;

            background-color: #ff6600;

            z-index: 1;
        }

        /* Ảnh chuyển mượt */
        #step-image {
            max-width: 100%;
            height: auto;
            transition: opacity 0.3s ease-in-out;
        }

        /* ================= MOBILE ================= */

        @media (max-width: 991.98px) {

            .how-it-works-section .container {
                width: 100%;
                max-width: 100%;
                padding-left: 15px;
                padding-right: 15px;
            }

            .how-it-works-row {
                --bs-gutter-x: 1.5rem;
                --bs-gutter-y: 2rem;
            }

            .img-container {
                max-width: 420px;
            }

            .step-item {
                padding-bottom: 70px;
            }
        }

        /* ================= MOBILE NHỎ ================= */

        @media (max-width: 575.98px) {

            .how-it-works-section .container {
                padding-left: 12px;
                padding-right: 12px;
            }

            .how-it-works-row {
                --bs-gutter-x: 0;
            }

            .img-container {
                max-width: 100%;
            }

            .step-item {
                padding-bottom: 60px;
            }

            .step-content h3 {
                font-size: 17px;
            }

            .step-content p {
                font-size: 13px;
                line-height: 1.5;
            }

            .step-number {
                width: 36px;
                min-width: 36px;
                height: 36px;
                font-size: 15px;
            }

            .step-line {
                left: 18px;
                top: 36px;
            }
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --navy: #07182f;
            --navy-light: #0d2342;
            --orange: #ff5a0a;
            --orange-dark: #d94700;
            --text: #101828;
            --muted: #6b7280;
            --background: #f5f9fc;
            --white: #ffffff;
            --border: #e5e7eb;
        }

        html {
            scroll-behavior: smooth;
        }

        body {

            background: var(--background);
            color: var(--text);
            min-height: 100vh;
        }

        /* =========================
   NAVBAR
========================= */

        .navbar {
            width: 100%;
            /* max-width: 1180px; */
            margin: 0 auto;
            /* padding: 0 20px; */
        }

        /* Tablet */
        @media (max-width: 992px) {
            .container {
                max-width: 100%;
                padding: 0 18px;
            }
        }

        /* Mobile */
        @media (max-width: 576px) {
            .container {
                padding: 0 15px;
            }
        }

        .navbar {


            /* height: 76px;
    width: 100%; */
            /* background: var(--navy); */
            background: var(--surface);

            display: flex;
            align-items: center;

            /* padding: 0 30px; */

            gap: 55px;

            color: white;
        }

        .brand {
            color: var(--orange);
            text-decoration: none;

            font-size: 24px;
            font-weight: 800;

            white-space: nowrap;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 30px;

            flex: 1;
        }

        .nav-links a {
            color: white;
            text-decoration: none;

            font-size: 14px;
            font-weight: 600;

            transition: 0.2s;
        }

        .nav-links a:hover {
            color: var(--orange);
        }

        .nav-links a.active {
            color: var(--orange);

            border-bottom: 2px solid var(--orange);

            padding-bottom: 7px;
        }

        .nav-actions {
            display: flex;
            align-items: center;

            gap: 18px;
        }

        .icon-btn {
            width: 30px;
            height: 30px;

            border: 0;
            background: transparent;

            color: white;

            font-size: 20px;

            cursor: pointer;
        }

        .login {
            color: white;
            text-decoration: none;

            font-size: 14px;
            font-weight: 600;
        }

        .join-btn {
            display: flex;
            align-items: center;
            justify-content: center;

            height: 38px;

            padding: 0 22px;

            background: var(--orange);

            color: white;
            text-decoration: none;

            border-radius: 8px;

            font-size: 14px;
            font-weight: 700;

            transition: 0.2s;
        }

        .join-btn:hover {
            background: var(--orange-dark);
        }

        /* =========================
   HERO
========================= */

        .hero {
            width: 100%;
            padding: 55px 20px 45px;
            text-align: center;

            background: linear-gradient(135deg,
                    #c92f12 0%,
                    #f4511e 40%,
                    #ff7a45 75%,
                    #ffb300 100%);
        }

        .hero h1 {
            /* font-size: 43px; */
            line-height: 1.2;

            font-weight: 800;

            /* color: #080b10; */

            margin-bottom: 10px;
        }

        .hero>p {
            color: #674f4b;

            font-size: 17px;
            line-height: 1.45;

            margin-bottom: 42px;
        }

        /* =========================
   CALCULATOR
========================= */

        .calculator-card {
            width: min(700px, 100%);

            margin: 0 auto;

            background: white;

            padding: 20px;

            border-radius: 10px;

            box-shadow:
                0 5px 25px rgba(0, 0, 0, 0.07);

            display: flex;

            align-items: center;

            gap: 12px;
        }

        .input-wrap {
            height: 54px;

            flex: 1;

            display: flex;
            align-items: center;

            background: #fafafa;

            border: 2px solid #eadfdc;

            border-radius: 7px;

            padding: 0 14px;

            transition: 0.2s;
        }

        .input-wrap:focus-within {
            border-color: var(--orange);

            box-shadow:
                0 0 0 3px rgba(255, 90, 10, 0.1);
        }

        .link-icon {
            font-size: 19px;

            margin-right: 0px;

            color: #777;
        }

        .input-wrap input {
            width: 100%;

            border: 0;
            outline: 0;

            background: transparent;

            color: #333;

            font-size: 15px;
        }

        .input-wrap input::placeholder {
            color: #999;
        }

        #calculateBtn {
            height: 50px;

            min-width: 130px;

            border: 0;

            border-radius: 14px;

            background: var(--orange);

            color: white;

            font-size: 14px;
            font-weight: 700;

            cursor: pointer;

            transition: 0.2s;
        }

        #calculateBtn:hover {
            background: var(--orange-dark);

            transform: translateY(-1px);
        }

        #calculateBtn:disabled {
            opacity: 0.65;

            cursor: wait;

            transform: none;
        }

        /* =========================
   RESULT
========================= */

        .result-card {
            width: min(700px, 100%);

            margin: 20px auto 0;

            padding: 20px 25px;

            background: white;

            border-radius: 10px;

            box-shadow:
                0 5px 25px rgba(0, 0, 0, 0.07);

            display: flex;

            align-items: center;
            justify-content: space-between;

            text-align: left;
        }

        .result-card strong {
            display: block;

            font-size: 18px;

            margin-bottom: 5px;
        }

        .result-card span {
            color: var(--muted);

            font-size: 14px;
        }

        .result-money {
            color: var(--orange);

            font-size: 25px;

            font-weight: 800;
        }

        .error {
            margin-top: 15px;

            color: #dc2626;

            font-size: 14px;
        }

        /* =========================
   STORES
========================= */

        .stores-section {
            width: 100%;

            padding: 5px 30px 45px;

            text-align: center;
        }

        .stores-section h2 {
            font-size: 25px;

            margin-bottom: 25px;

            color: #101010;
        }

        .store-grid {
            width: 100%;

            max-width: 1160px;

            margin: 0 auto;

            display: grid;

            grid-template-columns:
                repeat(5, 1fr);

            gap: 10px;
        }

        .store-card {
            min-height: 128px;

            background: white;

            border-radius: 5px;

            padding: 13px 10px;

            display: flex;

            flex-direction: column;

            align-items: center;

            justify-content: center;

            box-shadow:
                0 2px 8px rgba(0, 0, 0, 0.04);

            border: 1px solid #f1f1f1;

            transition: 0.2s;
        }

        .store-card:hover {
            transform: translateY(-3px);

            box-shadow:
                0 7px 20px rgba(0, 0, 0, 0.08);
        }

        .store-logo {
            /* width: 58px;
    height: 58px;

    border-radius: 50%;

    background: #f0f3f5; */

            display: flex;

            align-items: center;
            justify-content: center;

            color: #8a8f95;

            font-size: 18px;

            font-weight: 700;

            margin-bottom: 8px;
        }

        .store-name {
            font-size: 14px;

            font-weight: 700;

            color: #202020;

            margin-bottom: 7px;
        }

        .rate {
            display: inline-flex;

            align-items: center;
            justify-content: center;

            padding: 4px 9px;

            border-radius: 20px;

            background: #b93c0a;

            color: white;

            font-size: 11px;

            font-weight: 700;
        }

        /* =========================
   FOOTER
========================= */

        /* .footer {
    width: 100%;

    min-height: 150px;

    background: #e4e9ed;

    border-top: 1px solid #d5dadd;

    padding: 24px 30px;

    display: grid;

    grid-template-columns:
        1.4fr
        1.2fr
        1.2fr
        1.2fr;

    gap: 30px;
}

.footer-brand h3 {
    color: #111;

    font-size: 20px;

    margin-bottom: 12px;
}

.footer-brand p {
    color: #555;

    font-size: 13px;

    line-height: 1.7;
}

.footer-col {
    display: flex;

    flex-direction: column;

    gap: 8px;

    padding-top: 3px;
}

.footer-col a {
    color: #555;

    font-size: 13px;

    font-weight: 600;

    text-decoration: underline;
}

.footer-col a:hover {
    color: var(--orange);
} */
        /* =====================================================
   FOOTER
===================================================== */

        .site-footer {
            width: 100%;

            background: #1f1f1f;

            color: #d5d5d5;

            padding-top: 48px;

        }


        /* =====================================================
   CONTAINER
===================================================== */

        .footer-container {
            width: 100%;

            max-width: 1220px;

            margin: 0 auto;

            padding: 0 20px;

            display: grid;

            grid-template-columns:
                1.35fr .8fr 1.5fr 1.1fr;

            column-gap: 70px;

            min-height: 450px;
        }


        /* =====================================================
   BRAND
===================================================== */

        .footer-brand {
            padding-top: 2px;
        }


        .footer-logo {
            display: inline-flex;

            align-items: center;

            gap: 8px;

            color: #fff;

            text-decoration: none;
        }


        /* Logo giả bằng CSS
   Bạn có thể thay bằng ảnh logo thật */

        .logo-icon {
            width: 42px;

            height: 42px;

            display: flex;

            align-items: center;

            justify-content: center;

            border-radius: 50%;

            background:
                linear-gradient(135deg,
                    #ff9d00,
                    #ff4b13);

            color: #fff;

            font-size: 32px;

            font-weight: 700;

            line-height: 1;
        }


        .logo-text {
            font-size: 25px;

            font-weight: 700;

            letter-spacing: -0.5px;
        }


        .logo-text strong {
            color: #ff650f;
        }


        .footer-description {
            max-width: 290px;

            margin-top: 15px;

            color: #c5c5c5;

            font-size: 14px;

            line-height: 1.6;
        }


        /* =====================================================
   COLUMN
===================================================== */

        .footer-column h3 {
            margin: 2px 0 17px;

            color: #fff;

            font-size: 14px;

            font-weight: 700;
        }


        .footer-column ul {
            list-style: none;

            padding: 0;

            margin: 0;
        }


        .footer-column li {
            margin-bottom: 10px;
        }


        .footer-column a {
            display: inline-flex;

            align-items: center;

            gap: 9px;

            color: #c9c9c9;

            text-decoration: none;

            font-size: 14px;

            line-height: 1.35;

            transition:
                color .2s ease,
                transform .2s ease;
        }


        .footer-column a:hover {
            color: #ff6514;

            transform: translateX(2px);
        }


        /* =====================================================
   ICON
===================================================== */

        .footer-column a i {
            width: 14px;

            color: #df401d;

            font-size: 14px;

            text-align: center;
        }


        /* =====================================================
   GOOGLE PLAY
===================================================== */

        .google-play {
            width: 177px;

            height: 50px;

            margin-top: 15px;

            display: flex !important;

            align-items: center;

            justify-content: center;

            gap: 9px;

            border: 1px solid #fff;

            border-radius: 25px;

            color: #fff !important;

            text-decoration: none;

            transition: .2s;
        }


        .google-play:hover {
            background: #333;

            transform: none !important;
        }


        .play-icon {
            color: #00c853;

            font-size: 22px;

            line-height: 1;
        }


        .play-content {
            display: flex;

            flex-direction: column;

            line-height: 1.05;
        }


        .play-content small {
            font-size: 8px;

            color: #ddd;

            margin-bottom: 2px;
        }


        .play-content strong {
            font-size: 16px;

            color: #fff;
        }


        /* =====================================================
   BOTTOM
===================================================== */

        .footer-bottom {
            max-width: 1220px;

            margin: 0 auto;

            padding: 23px 20px;

            border-top: 1px solid #3a3a3a;

            text-align: center;
        }


        .footer-bottom p {
            margin: 0;

            color: #999;

            font-size: 12px;

            line-height: 1.6;
        }


        /* =====================================================
   TABLET
===================================================== */

        @media (max-width: 992px) {

            .footer-container {
                grid-template-columns:
                    1fr 1fr;

                column-gap: 40px;

                row-gap: 40px;

                min-height: auto;

                padding-bottom: 45px;
            }

            .footer-brand {
                grid-column: 1 / -1;
            }

        }


        /* =====================================================
   MOBILE
===================================================== */

        @media (max-width: 576px) {

            .site-footer {
                padding-top: 35px;
            }


            .footer-container {
                grid-template-columns: 1fr;

                gap: 30px;

                padding-left: 20px;

                padding-right: 20px;
            }


            .footer-brand {
                grid-column: auto;
            }


            .footer-description {
                max-width: 100%;
            }


            .footer-column h3 {
                margin-bottom: 14px;
            }


            .footer-bottom {
                padding:
                    20px 15px;
            }


            .footer-bottom p {
                font-size: 11px;
            }

        }

        /* =========================
   RESPONSIVE
========================= */

        @media (max-width: 900px) {

            .navbar {
                gap: 25px;

                padding: 0 20px;
            }

            .nav-links {
                gap: 18px;
            }

            .store-grid {
                grid-template-columns:
                    repeat(3, 1fr);
            }

        }

        @media (max-width: 700px) {

            .navbar {
                height: auto;

                min-height: 70px;

                padding: 15px;

                flex-wrap: wrap;

                gap: 15px;
            }

            .brand {
                width: 100%;
            }

            .nav-links {
                order: 3;

                width: 100%;

                overflow-x: auto;

                padding-bottom: 5px;
            }

            .nav-actions {
                position: absolute;

                right: 15px;

                top: 15px;
            }

            .login {
                display: none;
            }

            .hero {
                padding-top: 40px;
            }

            .hero h1 {
                font-size: 32px;
            }

            .hero>p {
                font-size: 15px;
            }

            .desktop {
                display: none;
            }

            .calculator-card {
                flex-direction: column;

                padding: 15px;
            }

            .input-wrap {
                width: 100%;
            }

            #calculateBtn {
                width: 100%;
            }

            .result-card {
                flex-direction: column;

                gap: 15px;

                text-align: center;
            }

            .store-grid {
                grid-template-columns:
                    repeat(2, 1fr);

                gap: 10px;
            }

            .stores-section {
                padding-left: 15px;
                padding-right: 15px;
            }

            .footer {
                grid-template-columns: 1fr 1fr;

                padding: 25px 20px;
            }

        }

        @media (max-width: 420px) {

            .nav-actions {
                gap: 5px;
            }

            .join-btn {
                padding: 0 12px;

                font-size: 12px;
            }

            .hero h1 {
                font-size: 28px;
            }

            .store-grid {
                grid-template-columns: 1fr 1fr;
            }

            .footer {
                grid-template-columns: 1fr;
            }



        }

        /* =========================================
   AUTH OVERLAY
========================================= */

        .auth-overlay {
            position: fixed;

            inset: 0;

            z-index: 9999;

            display: flex;

            align-items: center;
            justify-content: center;

            padding: 20px;

            background: rgba(0, 0, 0, 0.48);

            backdrop-filter: blur(7px);
            -webkit-backdrop-filter: blur(7px);
        }




        /* =========================================
   FAQ
========================================= */

        .faq-section {
            position: relative;
            width: 100%;
            overflow: hidden;

            padding: 32px 20px 45px;

            background: #fff8f4;
        }


        /* =========================================
   TIÊU ĐỀ
========================================= */

        .faq-heading {
            position: relative;
            z-index: 2;

            margin-bottom: 44px;
        }

        .faq-heading h3 {
            margin: 0;

            color: #071d35;

            font-size: 30px;
            font-weight: 700;

            line-height: 1.3;
        }

        .faq-heading p {
            margin: 8px 0 0;

            color: #526276;

            font-size: 15px;
        }


        /* =========================================
   DANH SÁCH FAQ
========================================= */

        .faq-list {
            position: relative;
            z-index: 2;

            width: 100%;
            max-width: 692px;

            margin: 0 auto;
        }


        /* =========================================
   CARD
========================================= */

        .faq-item {
            margin-bottom: 14px;

            overflow: hidden;

            background: #ffffff;

            border-radius: 21px;

            box-shadow:
                0 2px 5px rgba(0, 0, 0, 0.025);

            transition:
                box-shadow .25s ease,
                transform .25s ease;
        }

        .faq-item:hover {
            box-shadow:
                0 5px 15px rgba(0, 0, 0, 0.06);
        }


        /* =========================================
   CÂU HỎI
========================================= */

        .faq-question {
            width: 100%;

            min-height: 74px;

            padding: 20px 24px;

            display: flex;

            align-items: center;

            justify-content: space-between;

            gap: 20px;

            border: 0;

            outline: none;

            background: transparent;

            color: #071d35;

            text-align: left;

            cursor: pointer;
        }

        .faq-question:focus {
            outline: none;

            box-shadow: none;
        }


        .faq-question span {
            padding-right: 10px;

            color: #071d35;

            font-size: 16px;

            font-weight: 600;

            line-height: 1.5;
        }


        /* =========================================
   MŨI TÊN
========================================= */

        .faq-icon {
            flex-shrink: 0;

            width: 0;
            height: 0;

            margin: 0;

            border-left: 8px solid transparent;
            border-right: 8px solid transparent;

            border-top: 15px solid #ff6500;

            font-size: 0;

            transition:
                transform .3s ease;
        }


        /* Khi mở */
        .faq-question[aria-expanded="true"] .faq-icon {
            transform: rotate(180deg);
        }


        /* =========================================
   NỘI DUNG CÂU TRẢ LỜI
========================================= */

        .faq-answer {
            padding:
                0 24px 24px;

            color: #596b80;

            font-size: 15px;

            line-height: 1.65;
        }


        /* =========================================
   NÚT BẮT ĐẦU
========================================= */

        .faq-button {
            position: relative;
            z-index: 2;

            margin-top: 42px;
        }


        .btn-start {
            min-width: 170px;

            padding: 15px 28px;

            border: 0;

            border-radius: 14px;

            background: #ff6500;

            color: #ffffff !important;

            font-size: 15px;

            font-weight: 700;

            text-decoration: none;

            box-shadow: none;

            transition:
                background .2s ease,
                transform .2s ease;
        }

        .btn-start:hover {
            background: #ef5900;

            color: #fff !important;

            transform: translateY(-2px);
        }


        /* =========================================
   HIỆU ỨNG HẠT VÀNG
========================================= */

        .faq-section::before,
        .faq-section::after {
            content: "";

            position: absolute;

            inset: 0;

            pointer-events: none;

            z-index: 1;

            background-repeat: no-repeat;
        }


        /* Hạt phía trái + giữa */

        .faq-section::before {
            background-image:
                radial-gradient(ellipse at center,
                    #ffd84d 0,
                    #ffd84d 3px,
                    transparent 4px),
                radial-gradient(ellipse at center,
                    #ffdf61 0,
                    #ffdf61 5px,
                    transparent 6px),
                radial-gradient(ellipse at center,
                    #ffd84d 0,
                    #ffd84d 3px,
                    transparent 4px),
                radial-gradient(ellipse at center,
                    #ffe47a 0,
                    #ffe47a 5px,
                    transparent 6px);

            background-size:
                100px 100px,
                130px 130px,
                180px 180px,
                220px 220px;

            background-position:
                2% 12%,
                25% 18%,
                38% 82%,
                70% 8%;

            opacity: .75;
        }


        /* Hạt phía phải */

        .faq-section::after {
            background-image:
                radial-gradient(ellipse at center,
                    #ffd84d 0,
                    #ffd84d 3px,
                    transparent 4px),
                radial-gradient(ellipse at center,
                    #ffdf61 0,
                    #ffdf61 5px,
                    transparent 6px),
                radial-gradient(ellipse at center,
                    #ffd84d 0,
                    #ffd84d 3px,
                    transparent 4px),
                radial-gradient(ellipse at center,
                    #ffe47a 0,
                    #ffe47a 4px,
                    transparent 5px);

            background-size:
                170px 170px,
                240px 240px,
                120px 120px,
                200px 200px;

            background-position:
                92% 10%,
                88% 55%,
                97% 82%,
                76% 95%;

            opacity: .65;
        }


        /* =========================================
   MOBILE
========================================= */

        @media (max-width: 576px) {

            .faq-section {
                padding:
                    40px 15px 45px 15px;
            }

            .faq-heading {
                margin-bottom: 30px;
            }

            .faq-heading h3 {
                font-size: 26px;
            }

            .faq-heading p {
                font-size: 14px;
            }

            .faq-question {
                min-height: 68px;

                padding: 18px;
            }

            .faq-question span {
                font-size: 15px;
            }

            .faq-answer {
                padding:
                    0 18px 20px;

                font-size: 14px;
            }

            .btn-start {
                min-width: 160px;

                padding: 13px 24px;
            }
        }

        /* product */
        .product-card {
            border: 1px solid #f0e0d6;
            border-radius: 16px;
            background: #FAFAFA;
            max-width: 600px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
        }

        .shopee-badge {
            background-color: #ee4d2d;
            color: white;
            font-size: 12px;
            font-weight: bold;
            padding: 2px 8px;
            border-radius: 4px;
            display: inline-block;
        }

        .store-info {
            color: #757575;
            font-size: 14px;
        }

        .price-text {
            color: #ee4d2d;
            font-weight: bold;
            font-size: 18px;
        }

        /* Mũi tên kết nối giữa 2 block */
        .divider-arrow {
            color: #e64a19;
            font-size: 18px;
            margin: 20px 0;
            display: flex;
            justify-content: center;
            /* animation: arrowUpDown 2s ease-in-out infinite; */
        }

        .divider-arrow::before {
            content: "";
            flex: 1;
            height: 1px;
            background: #e0e0e0;
            /* Màu xám nhạt của đường kẻ */
            margin-right: 15px;
            /* Khoảng cách giữa đường kẻ và icon */
        }

        /* Tạo đường gạch ngang bên phải icon */
        .divider-arrow::after {
            content: "";
            flex: 1;
            height: 1px;
            background: #e0e0e0;
            /* Màu xám nhạt của đường kẻ */
            margin-left: 15px;
            /* Khoảng cách giữa icon và đường kẻ */
        }

        .divider-arrow i {
            color: #e64a19;
            /* Màu cam đỏ giống trong ảnh của bạn */
            font-size: 20px;
            /* Kích thước của icon */
            display: inline-block;
            animation: arrowUpDown 2s ease-in-out infinite;
        }

        .divider-arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            /* Đảm bảo chiếm hết chiều rộng */
            margin: 20px 0;
        }

        /* Đường kẻ bên trái */
        .divider-arrow::before {
            content: "";
            flex-grow: 1;
            /* Ép đường kẻ kéo dài ra tối đa */
            height: 1px;
            background-color: #e64a19;
            /* Màu xám của đường kẻ */
            margin-right: 15px;
        }

        /* Đường kẻ bên phải */
        .divider-arrow::after {
            content: "";
            flex-grow: 1;
            /* Ép đường kẻ kéo dài ra tối đa */
            height: 1px;
            background-color: #e64a19;
            /* Màu xám của đường kẻ */
            margin-left: 15px;
        }

        /* Định dạng riêng cho icon tròn màu cam */
        .divider-arrow i {
            width: 32px;
            /* Chiều rộng vòng tròn */
            height: 32px;
            /* Chiều cao vòng tròn */
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            /* Tạo hình tròn hoàn hảo */
            flex-shrink: 0;
            /* Ngăn không cho icon bị bóp méo */
        }

        /* Hộp hoàn tiền */
        .cashback-box {
            /* border: 2px solid #57de9a; */
            /* background-color: #DCFCE7; */
            /* border-radius: 16px; */
            /* border: 1.5px solid #A7F3C0; */
            max-width: 600px;
            /* padding: 20px; */
        }

        .cashback-box1 {
            border: 2px solid #57de9a;
            background-color: #DCFCE7;
            border-radius: 16px;
            border: 1.5px solid #A7F3C0;
            border-top: 3px solid #57de9a;
        }

        .cashback-title {
            color: #2e7d4b;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        .coin-icon {
            background-color: #ffbe1a;
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 18px;
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
        }

        .cashback-amount {
            color: #27a857;
            font-size: 36px;
            font-weight: 800;
        }

        .cashback-percent {
            color: #1ba453;
            font-weight: 700;
            font-size: 15px;
        }


        .cashback-box {
            max-width: 600px;
            margin: 0 auto;
            padding: 10px 0px 20px;
            text-align: center;
        }

        /* Logo */
        .shop-badges {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 5px;
            margin: 7px 0;
        }

        .shop-badge {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            padding: 4px 9px;
            border-radius: 20px;
            line-height: 1;
        }

        .shopee {
            background: #ee4d2d;
        }

        .shopee-food {
            background: #f4512a;
        }

        .tiktok {
            background: #050505;
        }

        /* Icon mũi tên */
        .upload-icon {
            width: 43px;
            height: 43px;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff2ed;
            color: #ed4d2d;
            border-radius: 13px;
            font-size: 24px;
            font-weight: bold;
        }

        /* Title */
        .cashback-title {
            font-size: 18px;
            font-weight: 700;
            color: #111;
            margin-bottom: 8px;
        }

        .cashback-desc {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 8px;
        }

        /* Divider */
        .divider {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 8px 0 12px;
        }

        .divider::before,
        .divider::after {
            content: "";
            height: 1px;
            background: #f1c9bb;
            flex: 1;
        }

        .divider span {
            color: #777;
            font-size: 12px;
            font-weight: 600;
            white-space: nowrap;
        }

        /* Button */
        .shopee-btn {
            width: 100%;
            border: 0;
            border-radius: 14px;
            background: linear-gradient(90deg, #e93816, #ff6342);
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            padding: 11px 15px;
            box-shadow: 0 5px 12px rgba(238, 77, 45, 0.15);
            transition: all 0.2s ease;
        }

        .shopee-btn:hover {
            color: #fff;
            transform: translateY(-1px);
            box-shadow: 0 7px 16px rgba(238, 77, 45, 0.22);
        }

        .shopee-btn i {
            margin-right: 5px;
        }

        /* Note */
        .cashback-note {
            margin-top: 9px;
            color: #777;
            font-size: 12px;
            line-height: 1.45;
        }

        .cashback-note strong {
            color: #555;
        }

        .tiktok-note {
            margin-top: 2px;
            color: #777;
            font-size: 12px;
            line-height: 1.45;
        }

        .tiktok-note i {
            color: #111;
            font-size: 14px;
        }

        @media (max-width: 576px) {
            .cashback-box {
                padding-left: 15px;
                padding-right: 15px;
            }

            .cashback-title {
                font-size: 17px;
            }

            .cashback-desc {
                font-size: 13px;
            }
        }


        .cashback-form {
            width: 100%;
            margin-top: 15px;
            /* padding: 0px 20px; */
        }

        /* =========================
       INPUT
    ========================= */

        .link-input-wrap {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            height: 50px;

            background: #fff;
            border: 1px solid #dfe3e8;
            border-radius: 14px;

            overflow: hidden;
            transition: all .2s ease;

            border-color: #ff572f;
            box-shadow: 0 0 0 4px rgba(255, 87, 47, .08);
        }

        /* .link-input-wrap:focus-within {
    border-color: #ff572f;
    box-shadow: 0 0 0 4px rgba(255, 87, 47, .08);
} */

        .link-icon {
            width: 52px;
            height: 100%;

            display: flex;
            align-items: center;
            justify-content: center;

            background: #f8f9fa;
            border-right: 1px solid #edf0f2;

            color: #ff542f;
            font-size: 19px;

            flex-shrink: 0;
        }

        .link-input {
            flex: 1;

            height: 100%;
            min-width: 0;

            border: 0;
            outline: 0;

            padding: 0 45px 0 15px;

            color: #222;
            font-size: 15px;

            background: transparent;
        }

        .link-input::placeholder {
            color: #a0a5aa;
        }

        .link-input:focus {
            outline: none;
            box-shadow: none;
        }

        /* =========================
       CLEAR BUTTON
    ========================= */

        .clear-link {
            position: absolute;
            right: 14px;

            width: 30px;
            height: 30px;

            display: none;
            align-items: center;
            justify-content: center;

            border: 0;
            background: transparent;

            color: #adb3b8;
            font-size: 16px;

            cursor: pointer;
        }

        .clear-link:hover {
            color: #ff542f;
        }

        /* =========================
       BUTTON
    ========================= */

        .calculate-btn {
            position: relative;

            width: 100%;
            height: 57px;

            margin-top: 15px;

            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;

            border: 0;
            border-radius: 14px;

            background: linear-gradient(90deg, #e93816, #ff6342);

            color: #fff;

            font-size: 16px;
            font-weight: 600;

            cursor: pointer;

            box-shadow:
                0 7px 18px rgba(255, 84, 30, .18);

            transition:
                transform .2s ease,
                box-shadow .2s ease,
                filter .2s ease;
        }

        .calculate-btn:hover {
            transform: translateY(-1px);

            box-shadow:
                0 10px 22px rgba(255, 84, 30, .25);

            filter: brightness(1.02);
        }

        .calculate-btn:active {
            transform: translateY(1px);
            box-shadow:
                0 4px 10px rgba(255, 84, 30, .15);
        }

        .calculate-btn>i:first-child {
            font-size: 17px;
        }

        .calculate-btn .arrow {
            position: absolute;
            right: 17px;

            font-size: 25px;
            opacity: .85;

            transition: transform .2s ease;
        }

        .calculate-btn:hover .arrow {
            transform: translateX(3px);
        }

        /* =========================
       HINT
    ========================= */

        .link-hint {
            float: left;
            display: flex;
            align-items: center;
            /* justify-content: center; */
            gap: 5px;

            margin: 9px 0px;

            color: #ef4444;
            font-size: 12px;
            line-height: 1.4;
        }

        .link-hint i {
            color: #ff633e;
            font-size: 12px;
        }

        /* =========================
       MOBILE
    ========================= */

        @media (max-width: 576px) {

            .link-input-wrap {
                height: 58px;
            }

            .link-input {
                font-size: 14px;
                padding-left: 12px;
            }

            .link-icon {
                width: 48px;
            }

            .calculate-btn {
                height: 54px;
                font-size: 15px;
            }

            .link-hint {
                font-size: 11px;
            }
        }

        .upload-icon i {
            animation: arrowUpDown 2s ease-in-out infinite;
        }

        .upload-icon {
            animation: arrowUpDown 2s ease-in-out infinite;
        }

        @keyframes arrowUpDown {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-9px);
            }
        }

        .btn-mua-ngay {
            background: linear-gradient(90deg, #e63917, #f15a24);
            color: #ffffff !important;
            border: none;
            font-size: 15px;
            font-weight: 600;
            padding: 14px 28px;
            border-radius: 14px !important;
            /* Đổ bóng nhòe mượt phía dưới nút */
            box-shadow: 0 10px 20px rgba(230, 57, 23, 0.2);
            transition: all 0.2s ease-in-out;
            white-space: nowrap;
        }

        .btn-mua-ngay:hover {
            opacity: 0.95;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 12px 24px rgba(230, 57, 23, 0.25);
        }


        /* Nút Sao chép link viền mảnh màu Cam Đất */
        .btn-sao-chep {
            background: #ffffff;
            color: #b83c1b !important;
            border: 1.5px solid #b83c1b !important;
            font-size: 15px;
            font-weight: 600;
            padding: 14px 28px;
            border-radius: 14px !important;
            transition: all 0.2s ease-in-out;
            white-space: nowrap;
        }

        .btn-sao-chep:hover {
            background: #fff0eb !important;
            border-color: #b83c1b;
            transform: translateY(-1px);
            box-shadow: 0 12px 24px rgba(230, 57, 23, 0.25);
        }

        /* Khối dòng lưu ý màu hồng nhạt bo góc chạy ngang */
        .text-luu-y {
            background-color: #fff0ee;
            color: #e63917;
            font-size: 13px;
            font-weight: 600;
            /* padding: 10px 16px; */
            border-radius: 14px !important;
            width: 100%;
            transition: all 0.2s ease-in-out;
            cursor: pointer;
        }

        /* Hiệu ứng HOVER: Nền hồng đậm hơn khi di chuột vào dòng Lưu ý */
        .text-luu-y:hover {
            background-color: #ffe1dc;
            color: #cd2d0e;
        }

        .text-luu-y i {
            font-size: 12px;
        }

        /* Mặc định trên thiết bị di động: cả 2 nút tràn 100% chiều rộng */
        .w-mua,
        .w-sao-chep {
            width: 100%;
        }

        /* Khi trên màn hình máy tính / máy tính bảng (từ 576px trở lên) */
        @media (min-width: 576px) {
            .w-mua {
                width: 65% !important;
                /* Nút Mua ngay chiếm 65% tổng chiều ngang */
            }

            .w-sao-chep {
                width: 35% !important;
                /* Nút Sao chép chỉ chiếm 35% */
            }
        }

        /* Tùy chỉnh Modal giống thiết kế */
        .custom-modal-content {
            border-radius: 20px;
            border: none;
            padding: 15px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
        }

        /* Nhãn badge "Lưu ý" màu xanh */
        .badge-luu-y {
            background-color: #e8f0fe;
            color: #1a73e8;
            font-size: 13px;
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 20px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .modal-title-custom {
            font-size: 24px;
            font-weight: 700;
            color: #202124;
            margin-top: 15px;
        }

        .modal-sub-title {
            font-size: 14px;
            color: #5f6368;
            line-height: 1.5;
        }

        .modal-sub-title a {
            color: #202124;
            font-weight: 600;
            text-decoration: none;
        }

        /* Các ô hộp nội dung cảnh báo (Grid items) */
        .rule-card {
            background-color: #ffffff;
            border: 1px solid #fff3e0;
            /* Viền vàng cam rất nhạt */
            border-radius: 12px;
            padding: 16px;
            height: 100%;
            display: flex;
            gap: 12px;
            box-shadow: 0 2px 6px rgba(255, 152, 0, 0.03);
        }

        .rule-card i {
            color: #ff9800;
            /* Màu cam của icon tích chọn */
            font-size: 18px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .rule-card span {
            font-size: 12px;
            color: #3c4043;
            line-height: 1.5;
            font-weight: 500;
        }

        /* Hộp cảnh báo màu vàng phía dưới cùng */
        .warning-card {
            background-color: #fff8e1;
            border: 1px solid #ffe082;
            border-radius: 12px;
            padding: 14px 16px;
            display: flex;
            gap: 12px;
            align-items: flex-start;
        }

        .warning-card i {
            color: #ffb300;
            font-size: 18px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .warning-card span {
            font-size: 13px;
            color: #b78103;
            line-height: 1.5;
            font-weight: 500;
        }

        /* Nút Đóng */
        .btn-modal-close {
            background-color: #f1f3f4;
            color: #3c4043;
            border: none;
            font-weight: 600;
            font-size: 15px;
            padding: 12px 28px;
            border-radius: 10px;
            transition: all 0.2s;
        }

        .btn-modal-close:hover {
            background-color: #e8eaed;
        }

        /* Nút Tiếp tục màu cam đậm */
        .btn-modal-submit {
            background: linear-gradient(90deg, #e63917, #f15a24);
            color: #ffffff;
            border: none;
            font-weight: 600;
            font-size: 15px;
            padding: 12px 32px;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(230, 57, 23, 0.2);
            transition: all 0.2s;
        }

        .btn-modal-submit:hover {
            opacity: 0.95;
            color: #ffffff;
            box-shadow: 0 6px 16px rgba(230, 57, 23, 0.3);
        }

        .cashback-section {
            max-width: 675px;
            margin: auto;
            padding: 20px 15px 40px;
            font-family: Arial, sans-serif;
        }

        .cashback-title {
            text-align: center;
            margin-bottom: 28px;
        }

        .cashback-title h2 {
            margin: 0;
            font-size: 20px;
            font-weight: 700;
            color: #20212a;
        }

        .cashback-title p {
            margin: 10px 0 0;
            color: #888;
            font-size: 13px;
        }

        .live {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 3px 9px;
            margin-left: 5px;
            border-radius: 20px;
            background: #fff0e8;
            color: #ff6500;
            font-size: 11px;
        }

        .live span {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #ff6500;
        }


        /* =========================
   SLIDER
========================= */

        .cashback-slider {
            position: relative;

            height: 660px;

            overflow: hidden;

            padding: 3px;
        }


        /* tạo hiệu ứng mờ trên dưới */

        .cashback-slider::before,
        .cashback-slider::after {
            content: "";

            position: absolute;

            left: 0;
            right: 0;

            height: 45px;

            z-index: 5;

            pointer-events: none;
        }

        .cashback-slider::before {
            top: 0;

            background: linear-gradient(to bottom,
                    #fff,
                    transparent);
        }

        .cashback-slider::after {
            bottom: 0;

            background: linear-gradient(to top,
                    #fff,
                    transparent);
        }


        /* TRACK */

        .cashback-track {
            display: flex;

            flex-direction: column;

            gap: 8px;

            animation: slideUp 15s linear infinite;
        }


        /* CARD */

        .cashback-card {
            flex-shrink: 0;

            width: 100%;

            min-height: 118px;

            box-sizing: border-box;

            padding: 16px 19px;

            background: #fff;

            border: 1px solid #ffe0d0;

            border-left: 3px solid #ff6500;

            border-radius: 20px;

            box-shadow:
                0 3px 10px rgba(255, 100, 0, .08);
        }


        /* =========================
   CARD HEADER
========================= */

        .order-header {
            display: flex;

            align-items: center;

            gap: 8px;

            margin-bottom: 12px;
        }

        .order-icon {
            font-size: 20px;
        }

        .order-name {
            color: #777;

            font-size: 10px;

            margin-bottom: 2px;
        }

        .order-code {
            color: #222;

            font-size: 10px;

            font-weight: 700;
        }


        /* =========================
   PRICE
========================= */

        .order-content {
            display: grid;

            grid-template-columns: 1fr 1fr;

            gap: 9px;
        }

        .price-box {
            height: 44px;

            display: flex;

            flex-direction: column;

            justify-content: center;

            padding: 4px 8px;

            border: 1px solid #ffe1d3;

            border-radius: 6px;

            background: linear-gradient(90deg,
                    #fffaf8,
                    #fff);
        }

        .price-box span {
            font-size: 9px;

            color: #777;

            margin-bottom: 2px;
        }

        .price-box strong {
            font-size: 13px;

            color: #222;
        }


        /* HOÀN */

        .price-box.refund {
            background: #fff5ee;

            border-color: #ffb998;
        }

        .price-box.refund span {
            color: #ff6500;

            font-weight: 600;
        }

        .price-box.refund strong {
            color: #ff6500;
        }


        /* =========================
   ANIMATION
========================= */

        @keyframes slideUp {

            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-126px);
            }

        }


        /* BUTTON */

        .cashback-button {
            text-align: center;

            margin-top: 20px;
        }

        .cashback-button a {
            display: inline-flex;

            align-items: center;
            justify-content: center;

            min-width: 250px;

            padding: 13px 25px;

            background: #ff6500;

            color: #fff;

            border-radius: 13px;

            text-decoration: none;

            font-size: 14px;

            font-weight: 700;
        }


        /* MOBILE */

        @media (max-width: 576px) {

            .cashback-section {
                padding-left: 10px;
                padding-right: 10px;
            }

            .cashback-title h2 {
                font-size: 17px;
            }

            .cashback-slider {
                height: 600px;
            }

            .cashback-card {
                padding: 14px 15px;
            }

            .price-box strong {
                font-size: 12px;
            }

        }

        /* Platform đang cập nhật */
        .platform-disabled {
            position: relative;
            overflow: hidden;
            cursor: not-allowed;
            opacity: 0.55;
            filter: grayscale(100%);
        }

        /* Làm tối toàn bộ card */
        .platform-disabled::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.18);
            z-index: 2;
            pointer-events: none;
        }

        /* Làm tối logo */
        .platform-disabled .platform-image img {
            filter: grayscale(100%) brightness(65%);
        }

        /* Nội dung */
        .platform-disabled h6,
        .platform-disabled .commission {
            opacity: 0.65;
        }

        /* Chữ Đang cập nhật */
        .updating-label {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);

            z-index: 3;

            background: rgba(0, 0, 0, 0.75);
            color: #fff;

            padding: 7px 14px;
            border-radius: 20px;

            font-size: 12px;
            font-weight: 600;
            white-space: nowrap;
        }

        .cashback-button button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 250px;
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 700;
            padding: 13px 25px;
            background: rgb(255, 101, 0);
            border-radius: 13px;
            text-decoration: none;
            border: none;
            cursor: pointer;
            font-family: inherit;
        }

        .cashback-button button:hover {
            color: #fff;
            background: #e95d00;
        }

        .section {
            background: #fff;
        }

        .section-head {
            max-width: 800px;
            margin: 0 auto;
        }

        .section-eyebrow {
            font-size: 14px;
            font-weight: 700;
            color: #6f42c1;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .section-title {
            font-size: 36px;
            font-weight: 700;
            color: #212529;
            margin: 0;
        }

        .why-card {
            background: #fff;
            border: 1px solid #e9ecef;
            border-radius: 16px;
            padding: 28px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
        }

        .why-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        }

        .why-icon {
            width: 56px;
            height: 56px;
            border-radius: 14px;

            display: flex;
            align-items: center;
            justify-content: center;

            font-size: 24px;
            margin-bottom: 20px;
        }

        .why-icon.blue {
            background: #e8f1ff;
            color: #0d6efd;
        }

        .why-icon.green {
            background: #e8f8ef;
            color: #198754;
        }

        .why-icon.orange {
            background: #fff3df;
            color: #fd7e14;
        }

        .why-title {
            font-size: 19px;
            font-weight: 700;
            color: #212529;
            margin-bottom: 12px;
        }

        .why-desc {
            font-size: 15px;
            line-height: 1.7;
            color: #6c757d;
            margin-bottom: 0;
        }

        .why-desc strong {
            color: #343a40;
        }

        /* Mobile */
        @media (max-width: 767.98px) {

            .section-title {
                font-size: 28px;
            }

            .section-eyebrow {
                font-size: 12px;
            }

            .why-card {
                padding: 22px;
            }
        }

        @media (max-width: 768px) {

            input,
            textarea,
            select {
                font-size: 16px !important;
            }
            /* .mobile-banner-title{
                display: none;
            } */
        }