.btn-upgrade-hero {
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 60%, #E5A100 100%) !important;
            color: #000000 !important;
            font-family: 'Outfit', sans-serif;
            font-size: 1.25rem;
            font-weight: 800;
            padding: 15px 42px;
            border-radius: 999px;
            border: 2.5px solid #FFFFFF;
            box-shadow: 0 16px 36px -6px rgba(255, 184, 0, 0.55), 0 0 0 6px rgba(255, 184, 0, 0.18);
            text-decoration: none !important;
            cursor: pointer;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 18px !important;
            margin-left: auto !important;
            margin-right: auto !important;
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
            animation: pulse-btn 2.8s infinite;
            z-index: 100;
            pointer-events: auto !important;
            white-space: nowrap;
        }
        @keyframes pulse-btn {
            0%, 100% { transform: scale(1); box-shadow: 0 16px 36px -6px rgba(255, 184, 0, 0.55), 0 0 0 6px rgba(255, 184, 0, 0.18); }
            50% { transform: scale(1.04); box-shadow: 0 22px 48px -4px rgba(255, 184, 0, 0.7), 0 0 0 10px rgba(255, 184, 0, 0.28); }
        }
        .btn-upgrade-hero:hover {
            transform: scale(1.07) translateY(-2px) !important;
            background: linear-gradient(135deg, #FFF0C2 0%, #FFC933 60%, #FF9A00 100%) !important;
        }

        /* ── FULL-WIDTH UPGRADE STAGE (SPACIOUS & DYNAMIC) ── */
        .upgrade-section-wrap {
            position: relative;
            width: 100%;
            min-height: 110vh;
            padding: 6rem 2rem 8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            box-sizing: border-box;
            background-image: radial-gradient(circle at 50% 50%, #FFF4D0 0%, #FAF6EA 50%, #F4EFE0 100%);
        }

        /* ── LARGE FLOATING ITEMS (HERO SCALE) ── */
        .floating-decor-item {
            position: absolute;
            z-index: 12;
            pointer-events: auto;
            cursor: pointer;
            transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.4s ease;
            animation: decor-drift var(--drift-dur, 7s) ease-in-out infinite alternate;
        }
        @keyframes decor-drift {
            0% { transform: translateY(0px) rotate(var(--rot, 0deg)); }
            100% { transform: translateY(calc(var(--drift-y, 18px) * -1)) rotate(calc(var(--rot, 0deg) + var(--rot-delta, 5deg))); }
        }

        .floating-decor-item:hover {
            transform: scale(1.22) rotate(0deg) !important;
            filter: drop-shadow(0 25px 55px rgba(255, 184, 0, 0.6)) !important;
            z-index: 50;
        }

        .decor-sticker-img {
            display: block;
            width: 100%;
            height: auto;
            filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.14));
        }

        .decor-bubble-card {
            background: #FFFFFF;
            padding: 7px;
            border-radius: 26px;
            box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
            position: relative;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            border: 3px solid rgba(255, 255, 255, 0.95);
        }
        .decor-bubble-main {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
            display: block;
        }
        .decor-bubble-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            padding: 8%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 45%);
            border-radius: 26px;
            pointer-events: none;
        }
        .decor-bubble-avatar {
            width: 30%;
            aspect-ratio: 1 / 1;
            border-radius: 50%;
            border: 2.5px solid #FFFFFF;
            object-fit: cover;
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        }
        .decor-bubble-caption {
            height: 26%;
            width: auto;
            object-fit: contain;
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
        }

        /* ── HERO SCALE POSITIONS ── */
        .u-item-bff {
            left: 10%;
            top: 4%;
            width: clamp(120px, 12.5vmin, 180px);
            --rot: -8deg;
            --rot-delta: 6deg;
            --drift-dur: 6.5s;
            --drift-y: 18px;
        }
        .u-item-photo1 {
            left: 2%;
            top: 15%;
            width: clamp(150px, 16vmin, 230px);
            --rot: 6deg;
            --rot-delta: -5deg;
            --drift-dur: 7.2s;
            --drift-y: 22px;
        }
        .u-item-heart3d {
            left: 11%;
            top: 42%;
            width: clamp(100px, 10vmin, 150px);
            --rot: -7deg;
            --rot-delta: 7deg;
            --drift-dur: 5.8s;
            --drift-y: 16px;
        }
        .u-item-photo2 {
            left: 2%;
            top: 66%;
            width: clamp(150px, 15.5vmin, 225px);
            --rot: -5deg;
            --rot-delta: 6deg;
            --drift-dur: 8.0s;
            --drift-y: 20px;
        }
        .u-item-hearts-duo {
            left: 10%;
            bottom: 4%;
            width: clamp(110px, 11vmin, 165px);
            --rot: 8deg;
            --rot-delta: -6deg;
            --drift-dur: 6.2s;
            --drift-y: 18px;
        }

        .u-item-iheart {
            right: 10%;
            top: 4%;
            width: clamp(120px, 12vmin, 175px);
            --rot: 7deg;
            --rot-delta: -6deg;
            --drift-dur: 6.8s;
            --drift-y: 19px;
        }
        .u-item-photo3 {
            right: 2%;
            top: 15%;
            width: clamp(150px, 16vmin, 230px);
            --rot: -7deg;
            --rot-delta: 6deg;
            --drift-dur: 7.6s;
            --drift-y: 22px;
        }
        .u-item-gold-pill {
            right: 11%;
            top: 42%;
            width: clamp(115px, 11.5vmin, 170px);
            --rot: -6deg;
            --rot-delta: 7deg;
            --drift-dur: 5.5s;
            --drift-y: 16px;
        }
        .u-item-megaphone {
            right: 2%;
            top: 66%;
            width: clamp(110px, 11vmin, 160px);
            --rot: 6deg;
            --rot-delta: -5deg;
            --drift-dur: 6.4s;
            --drift-y: 18px;
        }
        .u-item-tile {
            right: 10%;
            bottom: 4%;
            width: clamp(105px, 10.5vmin, 155px);
            --rot: 12deg;
            --rot-delta: -7deg;
            --drift-dur: 6.9s;
            --drift-y: 17px;
        }

        /* ── CENTER UPGRADE CARD (COMPACT & LUXURY) ── */
        .upgrade-card-main {
            position: relative;
            z-index: 25;
            width: 100%;
            max-width: 860px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(28px);
            -webkit-backdrop-filter: blur(28px);
            border-radius: 38px;
            border: 2px solid rgba(255, 184, 0, 0.35);
            box-shadow: 0 35px 100px -15px rgba(255, 184, 0, 0.28), 0 18px 45px rgba(0, 0, 0, 0.08);
            padding: 3.5rem 2.8rem;
            box-sizing: border-box;
            overflow: hidden;
        }
        .upgrade-card-main::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #FFE091, #FFB800, #FF9A00, #FFE091);
            background-size: 200% 100%;
            animation: gradient-flow 3s linear infinite;
        }
        @keyframes gradient-flow {
            0% { background-position: 0% 50%; }
            100% { background-position: 200% 50%; }
        }

        .upgrade-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 184, 0, 0.16);
            color: #946300;
            padding: 8px 20px;
            border-radius: 999px;
            font-size: 0.88rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            margin-bottom: 1rem;
            border: 1px solid rgba(255, 184, 0, 0.35);
        }
        .upgrade-title {
            font-family: 'Outfit', sans-serif;
            font-size: 2.7rem;
            font-weight: 900;
            letter-spacing: -0.5px;
            color: #1A1200;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .upgrade-subtitle {
            font-size: 1.1rem;
            color: #6A6A6A;
            margin-bottom: 2rem;
            line-height: 1.5;
        }

        /* ── UNLOCK FORM BOX ── */
        .upgrade-form-box {
            background: linear-gradient(180deg, #FFFDF8 0%, #FAF5E8 100%);
            border: 2px solid rgba(255, 184, 0, 0.35);
            border-radius: 24px;
            padding: 2.2rem;
            margin-bottom: 2.2rem;
            box-shadow: 0 10px 30px rgba(255, 184, 0, 0.08);
        }
        .input-row {
            display: flex;
            gap: 14px;
        }
        .username-input-wrap {
            flex: 1;
            position: relative;
        }
        .username-at {
            position: absolute;
            left: 1.3rem;
            top: 50%;
            transform: translateY(-50%);
            color: #FFB800;
            font-weight: 900;
            font-size: 1.35rem;
            pointer-events: none;
        }
        .username-input {
            width: 100%;
            padding: 1.15rem 1.4rem 1.15rem 3rem;
            background: #FFFFFF;
            border: 2px solid rgba(0, 0, 0, 0.1);
            border-radius: 14px;
            font-size: 1.1rem;
            font-family: inherit;
            font-weight: 700;
            color: #000;
            transition: all 0.25s ease;
        }
        .username-input:focus {
            outline: none;
            border-color: #FFB800;
            box-shadow: 0 0 0 5px rgba(255, 184, 0, 0.25);
            background: #FFFFFF;
        }
        .btn-submit-unlock {
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 60%, #FF9A00 100%);
            color: #000;
            border: none;
            border-radius: 14px;
            padding: 0 2.4rem;
            font-family: 'Outfit', sans-serif;
            font-size: 1.15rem;
            font-weight: 900;
            cursor: pointer;
            box-shadow: 0 10px 28px rgba(255, 184, 0, 0.45);
            transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
            white-space: nowrap;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-submit-unlock:hover {
            transform: translateY(-3px) scale(1.03);
            box-shadow: 0 16px 36px rgba(255, 184, 0, 0.6);
        }

        /* ── INLINE ACCOUNT CONFIRMATION CARD ── */
        .inline-confirm-box {
            margin-top: 1.6rem;
            background: #FFFFFF;
            border: 2.5px solid #FFB800;
            border-radius: 24px;
            padding: 1.8rem;
            box-shadow: 0 16px 40px rgba(255, 184, 0, 0.22), 0 4px 12px rgba(0, 0, 0, 0.05);
            animation: inline-slide-in 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
        }
        @keyframes inline-slide-in {
            0% { opacity: 0; transform: translateY(-14px) scale(0.98); }
            100% { opacity: 1; transform: translateY(0) scale(1); }
        }

        .confirm-card-inner {
            display: flex;
            align-items: center;
            gap: 22px;
        }
        .confirm-avatar-wrap {
            position: relative;
            flex-shrink: 0;
        }
        .confirm-avatar-img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            border: 3.5px solid #FFB800;
            box-shadow: 0 8px 24px rgba(255, 184, 0, 0.45);
            background: #FFE8A3;
            display: block;
        }
        .confirm-avatar-badge {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 32px;
            height: 32px;
            background: linear-gradient(135deg, #FFE091, #FFB800);
            border: 2.5px solid #FFFFFF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .confirm-details {
            flex: 1;
            min-width: 0;
        }
        .confirm-badge-tag {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #EAF8EE;
            color: #008744;
            font-size: 0.82rem;
            font-weight: 800;
            padding: 4px 12px;
            border-radius: 999px;
            margin-bottom: 6px;
        }
        .confirm-fullname {
            font-family: 'Outfit', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: #000;
            line-height: 1.2;
            margin-bottom: 4px;
        }
        .confirm-user-row {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 4px;
        }
        .confirm-username-text {
            font-size: 1.15rem;
            font-weight: 800;
            color: #B57F00;
        }
        .confirm-uid-tag {
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.78rem;
            background: rgba(0, 0, 0, 0.06);
            color: #666;
            padding: 3px 8px;
            border-radius: 6px;
            word-break: break-all;
        }

        .confirm-actions-row {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-top: 1.6rem;
            padding-top: 1.4rem;
            border-top: 1.5px dashed rgba(255, 184, 0, 0.4);
        }
        .btn-confirm-unlock-gold {
            flex: 1;
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 60%, #FF9A00 100%);
            color: #000;
            border: 2px solid #FFFFFF;
            border-radius: 16px;
            padding: 14px 28px;
            font-family: 'Outfit', sans-serif;
            font-size: 1.2rem;
            font-weight: 900;
            cursor: pointer;
            box-shadow: 0 10px 28px rgba(255, 184, 0, 0.45);
            transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        .btn-confirm-unlock-gold:hover {
            transform: translateY(-2px) scale(1.02);
            box-shadow: 0 16px 36px rgba(255, 184, 0, 0.6);
        }
        .btn-cancel-account {
            background: rgba(0, 0, 0, 0.05);
            color: #666;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 14px;
            padding: 14px 20px;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.2s;
            white-space: nowrap;
        }
        .btn-cancel-account:hover {
            background: rgba(0, 0, 0, 0.1);
            color: #000;
        }

        /* ── INLINE LIVE PROCESSING STATE (REPLACES THE DARK POPUP!) ── */
        .inline-processing-box {
            margin-top: 1.6rem;
            background: #FFFFFF;
            border: 2.5px solid #FFB800;
            border-radius: 24px;
            padding: 2rem;
            box-shadow: 0 20px 50px rgba(255, 184, 0, 0.28);
            text-align: center;
            animation: inline-slide-in 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
        }
        .process-title-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: 1.1rem;
            font-weight: 800;
            color: #A07200;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .process-status-hero {
            font-family: 'Outfit', sans-serif;
            font-size: 3rem;
            font-weight: 900;
            color: #FFB800;
            margin: 0.6rem 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            animation: pulse-title 1.8s infinite;
        }
        @keyframes pulse-title {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.04); }
        }
        .process-bar-wrap {
            width: 100%;
            height: 10px;
            background: rgba(255, 184, 0, 0.15);
            border-radius: 999px;
            overflow: hidden;
            margin: 1.2rem 0 1.6rem;
            position: relative;
        }
        .process-bar-fill {
            height: 100%;
            background: linear-gradient(90deg, #FFE091, #FFB800, #FF9A00, #FFE091);
            background-size: 200% 100%;
            border-radius: 999px;
            transition: width 0.4s ease;
            animation: gradient-flow 2s linear infinite;
        }
        .process-stats-grid {
            display: flex;
            gap: 12px;
            justify-content: space-around;
        }
        .process-stat-card {
            flex: 1;
            background: #FAF6EA;
            border: 1px solid rgba(255, 184, 0, 0.3);
            border-radius: 16px;
            padding: 12px 10px;
        }
        .process-stat-label {
            font-size: 0.75rem;
            font-weight: 800;
            color: #888;
            text-transform: uppercase;
            margin-bottom: 4px;
        }
        .process-stat-val {
            font-family: 'Outfit', sans-serif;
            font-size: 1.45rem;
            font-weight: 900;
            color: #1A1200;
        }
        .process-subtext {
            margin-top: 1.2rem;
            font-size: 0.95rem;
            font-weight: 600;
            color: #777;
        }

        /* ── INLINE CELEBRATION SUCCESS STATE ── */
        .inline-success-box {
            margin-top: 1.6rem;
            background: linear-gradient(180deg, #FFFFFF 0%, #FCF9EE 100%);
            border: 3px solid #00C853;
            border-radius: 24px;
            padding: 2.2rem;
            box-shadow: 0 20px 60px rgba(0, 200, 83, 0.22);
            text-align: center;
            animation: inline-slide-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
        }
        .success-icon-badge {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #00E676, #00C853);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.2rem;
            color: #FFFFFF;
            font-size: 40px;
            box-shadow: 0 10px 28px rgba(0, 200, 83, 0.4);
            animation: bounce-icon 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        }
        @keyframes bounce-icon {
            0% { transform: scale(0); }
            100% { transform: scale(1); }
        }
        .success-title {
            font-family: 'Outfit', sans-serif;
            font-size: 2.2rem;
            font-weight: 900;
            color: #1A1200;
            margin-bottom: 0.6rem;
        }
        .success-desc {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 1.8rem;
            line-height: 1.5;
        }
        .success-actions-row {
            display: flex;
            gap: 12px;
            justify-content: center;
        }
        .btn-success-dns {
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 100%);
            color: #000;
            font-family: 'Outfit', sans-serif;
            font-size: 1.1rem;
            font-weight: 800;
            padding: 14px 28px;
            border-radius: 14px;
            border: none;
            cursor: pointer;
            box-shadow: 0 8px 24px rgba(255, 184, 0, 0.4);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-success-again {
            background: rgba(0, 0, 0, 0.05);
            color: #555;
            font-weight: 700;
            padding: 14px 22px;
            border-radius: 14px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }

        /* ── LUXURY LOCKET GOLD SWEETALERT THEME (NO DARK POPUP EVER) ── */
        .locket-swal-popup {
            background: rgba(255, 255, 255, 0.98) !important;
            backdrop-filter: blur(30px) !important;
            border: 2.5px solid #FFB800 !important;
            border-radius: 28px !important;
            box-shadow: 0 30px 80px rgba(255, 184, 0, 0.35), 0 10px 30px rgba(0, 0, 0, 0.1) !important;
            color: #1A1200 !important;
            padding: 2rem !important;
        }
        div:where(.swal2-container) h2:where(.swal2-title) {
            color: #1A1200 !important;
            font-family: 'Outfit', sans-serif !important;
            font-weight: 900 !important;
            font-size: 1.8rem !important;
        }
        div:where(.swal2-container) .swal2-html-container {
            color: #555555 !important;
            font-size: 1.05rem !important;
        }
        .locket-swal-confirm {
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 100%) !important;
            color: #000 !important;
            font-family: 'Outfit', sans-serif !important;
            font-weight: 800 !important;
            font-size: 1.05rem !important;
            padding: 12px 30px !important;
            border-radius: 14px !important;
            border: none !important;
            box-shadow: 0 8px 24px rgba(255, 184, 0, 0.4) !important;
            cursor: pointer !important;
        }

        .queue-live-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 14px;
            font-size: 0.92rem;
            color: #555;
            padding: 0 4px;
        }
        .queue-live-bar strong { color: #000; font-weight: 800; }

        .features-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin-top: 1.8rem;
        }
        .feature-box {
            background: linear-gradient(180deg, #FFFDF8 0%, #FAF5E8 100%);
            border-radius: 20px;
            padding: 1.8rem;
            border: 1.5px solid rgba(255, 184, 0, 0.2);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        }
        .feature-box-title {
            font-size: 1.18rem;
            font-weight: 800;
            color: #000;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 1rem;
        }

        .tab-buttons {
            display: flex;
            gap: 6px;
            background: rgba(0, 0, 0, 0.06);
            padding: 4px;
            border-radius: 12px;
            margin-bottom: 1rem;
        }
        .tab-btn {
            flex: 1;
            padding: 9px;
            border-radius: 9px;
            border: none;
            background: transparent;
            font-weight: 800;
            font-size: 0.88rem;
            cursor: pointer;
            color: #666;
            transition: all 0.2s;
        }
        .tab-btn.active {
            background: #FFFFFF;
            color: #000;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
        }

        .steps-ol {
            padding-left: 1.3rem;
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
            font-size: 0.93rem;
            color: #333;
            line-height: 1.5;
        }
        .steps-ol li strong { color: #000; font-weight: 800; }

        .btn-dns-download {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #FFB800;
            color: #000;
            padding: 11px 22px;
            border-radius: 12px;
            font-weight: 800;
            font-size: 0.9rem;
            text-decoration: none;
            margin-top: 1.2rem;
            box-shadow: 0 5px 16px rgba(255, 184, 0, 0.35);
            transition: all 0.2s ease;
        }
        .btn-dns-download:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 22px rgba(255, 184, 0, 0.5);
        }

        .dns-code-box {
            background: #FFFFFF;
            border: 1.5px solid rgba(255, 184, 0, 0.4);
            padding: 10px 14px;
            border-radius: 10px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.95rem;
            font-weight: 800;
            color: #000;
            margin: 10px 0;
            text-align: center;
            user-select: all;
            box-shadow: inset 0 2px 6px rgba(0,0,0,0.04);
        }

        .recent-list-wrap {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .recent-row {
            display: grid;
            grid-template-columns: 36px 1fr auto;
            gap: 12px;
            align-items: center;
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.06);
            border-radius: 12px;
            padding: 8px 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
            transition: transform 0.2s;
        }
        .recent-row:hover { transform: translateX(3px); }
        .recent-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(255, 184, 0, 0.25);
            color: #A07200;
            font-weight: 900;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.92rem;
        }
        .recent-name {
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.9rem;
            font-weight: 800;
            color: #000;
        }
        .recent-tag {
            font-size: 0.72rem;
            font-weight: 800;
            color: #008744;
        }
        .recent-time-ago {
            font-size: 0.75rem;
            color: #888;
            font-weight: 600;
        }

        footer {
            border-top: 1px solid rgba(0, 0, 0, 0.06);
            padding: 4rem 2rem;
            text-align: center;
            color: #888;
            font-size: 0.9rem;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }
        .footer-logo {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 1rem;
            color: #000;
            font-family: 'Outfit', sans-serif;
            font-weight: 800;
            font-size: 1.4rem;
        }

        @media (max-width: 1200px) {
            .u-item-heart3d, .u-item-gold-pill { display: none; }
        }
        @media (max-width: 900px) {
            .features-grid { grid-template-columns: 1fr; }
            .floating-decor-item { opacity: 0.5; transform: scale(0.7); }
            .confirm-card-inner { flex-direction: column; text-align: center; }
            .confirm-user-row { justify-content: center; }
            .process-stats-grid { flex-direction: column; }
        }
        @media (max-width: 600px) {
            .btn-upgrade-hero { font-size: 1.1rem; padding: 15px 30px; }
            .input-row { flex-direction: column; }
            .btn-submit-unlock { padding: 1.1rem; justify-content: center; }
            .upgrade-card-main { padding: 2rem 1.2rem; }
            .upgrade-title { font-size: 2.1rem; }
            .u-item-bff, .u-item-iheart, .u-item-megaphone, .u-item-hearts-duo { display: none; }
            .confirm-actions-row { flex-direction: column; }
            .btn-confirm-unlock-gold { width: 100%; }
            .success-actions-row { flex-direction: column; }
        }
    



        /* ── SEAMLESS THEME & PRECISE SECTION ORDER ── */

        /* ── FIX NAVBAR & HEADER ALIGNMENT & SPACING ── */
        header {
            width: 100% !important;
            position: relative !important;
            z-index: 9999 !important;
            height: auto !important;
        }

        header nav {
            max-width: 1360px !important;
            width: 100% !important;
            margin: 0 auto !important;
            padding: 1.25rem 2.5rem !important;
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            box-sizing: border-box !important;
        }

        /* Nav brand / logo on the left */
        header nav > div:first-child {
            display: flex !important;
            align-items: center !important;
            flex: 1 !important;
        }

        /* Nav links in center */
        header nav ul {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 1.5rem !important;
            list-style: none !important;
            margin: 0 auto !important;
            padding: 0 !important;
            flex: 2 !important;
        }

        header nav ul li {
            list-style: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        header nav ul li a, header nav ul a {
            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
            font-size: 0.95rem !important;
            font-weight: 700 !important;
            color: rgba(26, 18, 0, 0.7) !important;
            text-decoration: none !important;
            padding: 8px 18px !important;
            border-radius: 999px !important;
            transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
            display: inline-block !important;
            white-space: nowrap !important;
        }

        header nav ul li a:hover, header nav ul a:hover {
            color: #1A1200 !important;
            background: rgba(255, 184, 0, 0.18) !important;
            transform: translateY(-1px) !important;
        }

        /* Download button container on the right */
        header nav > div:last-child {
            display: flex !important;
            align-items: center !important;
            justify-content: flex-end !important;
            flex: 1 !important;
        }

        
        
        
        
        
        
        
        /* ── SECTION TITLE COLOR CUSTOMIZATIONS ── */
        
        /* 1. Các Tính Năng Độc Quyền -> MÀU HỒNG (Pink Gradient) */
        .features-pink-title,
        .locketgold-origin-wrap .features-pink-title {
            background: linear-gradient(135deg, #F472B6 0%, #EC4899 50%, #E11D48 100%) !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            color: #EC4899 !important;
            font-family: 'Baloo 2', 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 800 !important;
            font-size: 2.35rem !important;
            letter-spacing: -0.5px !important;
            display: inline-block !important;
            text-align: center !important;
            margin-bottom: 4px !important;
        }

        /* 2. Kho Icon Locket Gold Độc Quyền -> MÀU VÀNG (Luxury Gold Gradient) */
        .icon-gold-title,
        .icon-showcase-title,
        .locketgold-origin-wrap .icon-gold-title {
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 50%, #D97706 100%) !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            color: #FFB800 !important;
            font-family: 'Baloo 2', 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 800 !important;
            font-size: 2.35rem !important;
            letter-spacing: -0.5px !important;
            display: inline-block !important;
            text-align: center !important;
            margin-bottom: 4px !important;
            filter: drop-shadow(0 2px 10px rgba(255, 184, 0, 0.3)) !important;
        }

        /* ── HIGH CONTRAST & CRYSTAL CLEAR TEXT FOR FEATURES & REVIEWS ── */
        
        /* 1. Section Headings & Subtitles */
        .page-title,
        .locketgold-origin-wrap h2,
        .locketgold-origin-wrap .page-title {
            color: #1A1200 !important;
            font-family: 'Baloo 2', 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 800 !important;
            font-size: 2.3rem !important;
            letter-spacing: -0.5px !important;
            opacity: 1 !important;
            text-align: center !important;
            -webkit-text-fill-color: #1A1200 !important;
            background: none !important;
        }

        .hero-sub,
        .locketgold-origin-wrap .hero-sub,
        .locketgold-origin-wrap p.desc {
            color: #4A3B18 !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 600 !important;
            font-size: 1.05rem !important;
            line-height: 1.6 !important;
            opacity: 1 !important;
            text-align: center !important;
        }

        /* 2. Marquee Feature Cards */
        .feature-card {
            background: rgba(255, 255, 255, 0.96) !important;
            border: 1.5px solid rgba(255, 184, 0, 0.35) !important;
            border-radius: 20px !important;
            padding: 14px 22px !important;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
        }

        .feature-card:hover {
            border-color: #FFB800 !important;
            background: #FFFFFF !important;
            box-shadow: 0 10px 28px rgba(255, 184, 0, 0.28) !important;
            transform: translateY(-3px) scale(1.02) !important;
        }

        /* Marquee Feature Card: keep each icon its own unique vivid color */
        .marquee-wrapper .feature-card {
            background: rgba(255, 255, 255, 0.95) !important;
            border: 1.5px solid rgba(255, 184, 0, 0.3) !important;
            border-radius: 20px !important;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05) !important;
        }

        .marquee-wrapper .feature-card:hover {
            border-color: #FFB800 !important;
            background: #FFFFFF !important;
            box-shadow: 0 14px 34px rgba(255, 184, 0, 0.3) !important;
            transform: translateY(-4px) scale(1.02) !important;
        }

        /* Each icon keeps its colorful vivid style with glow */
        .marquee-wrapper .feature-card > div:first-child svg {
            filter: drop-shadow(0 3px 8px currentColor) !important;
        }

        /* Feature Title: bold, high contrast, black-brown and clear */
        .marquee-wrapper .feature-card h3 {
            color: #1A1200 !important;
            font-family: 'Baloo 2', 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 800 !important;
            font-size: 1.08rem !important;
            line-height: 1.35 !important;
            margin-bottom: 6px !important;
            letter-spacing: -0.3px !important;
            opacity: 1 !important;
        }

        /* Feature Description: sharp and easy to read */
        .marquee-wrapper .feature-card p {
            color: #4A3B18 !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 600 !important;
            font-size: 0.88rem !important;
            line-height: 1.55 !important;
            opacity: 1 !important;
        }

        /* 3. Customer Reviews Section */
        .review-card {
            background: rgba(255, 255, 255, 0.96) !important;
            border: 1.5px solid rgba(255, 184, 0, 0.35) !important;
            border-radius: 24px !important;
            padding: 22px 24px !important;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
        }

        .review-card:hover {
            border-color: #FFB800 !important;
            background: #FFFFFF !important;
            box-shadow: 0 14px 36px rgba(255, 184, 0, 0.25) !important;
            transform: translateY(-4px) !important;
        }

        .review-name {
            color: #1A1200 !important;
            font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 800 !important;
            font-size: 1.1rem !important;
            letter-spacing: -0.3px !important;
            opacity: 1 !important;
        }

        .review-text {
            color: #261A00 !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 600 !important;
            font-size: 0.96rem !important;
            line-height: 1.65 !important;
            margin: 12px 0 14px !important;
            opacity: 1 !important;
        }

        .review-time {
            color: #007A3D !important;
            background: rgba(0, 135, 68, 0.09) !important;
            border: 1px solid rgba(0, 135, 68, 0.22) !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 700 !important;
            font-size: 0.8rem !important;
            padding: 4px 10px !important;
            border-radius: 999px !important;
            display: inline-block !important;
            opacity: 1 !important;
        }

        /* ── CHUNKY ROUNDED VIETNAMESE FONT FOR UPGRADE TITLE ── */
        .upgrade-title,
        .upgrade-title span {
            font-family: 'Baloo 2', 'Fredoka', cursive, sans-serif !important;
            font-weight: 800 !important;
            font-size: 2.45rem !important;
            line-height: 1.15 !important;
            letter-spacing: -0.3px !important;
            -webkit-font-smoothing: antialiased !important;
            -moz-osx-font-smoothing: grayscale !important;
            text-rendering: optimizeLegibility !important;
        }

        /* ── FIX VIETNAMESE DIACRITICS TYPOGRAPHY (FLAWLESS RENDERING) ── */
        .upgrade-title,
        .upgrade-title span,
        .confirm-fullname,
        .process-title-row,
        .dns-header-text h3,
        .btn-submit-unlock,
        .btn-confirm-unlock-gold,
        .btn-dns-standalone-download,
        .review-name,
        .unified-brand-name {
            font-family: 'Plus Jakarta Sans', 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, sans-serif !important;
            -webkit-font-smoothing: antialiased !important;
            -moz-osx-font-smoothing: grayscale !important;
            text-rendering: optimizeLegibility !important;
        }

        .upgrade-title {
            font-weight: 800 !important;
            letter-spacing: -0.6px !important;
        }

        
        /* ── MASTERPIECE UNIFIED LUXURY GLASS STAGE ── */
        .upgrade-section-wrap {
            position: relative;
            width: 100%;
            min-height: auto;
            padding: 4.5rem 1.5rem 6.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: visible;
        }

        .upgrade-masterpiece-stage {
            width: 100%;
            max-width: 1060px;
            margin: 0 auto;
            position: relative;
            z-index: 5;
        }

        .masterpiece-glass-card {
            width: 100%;
            background: rgba(255, 255, 255, 0.9) !important;
            backdrop-filter: blur(28px) saturate(190%) !important;
            border: 2.5px solid rgba(255, 184, 0, 0.45) !important;
            border-radius: 40px !important;
            padding: 3.5rem 3.2rem 3rem !important;
            box-shadow: 0 28px 72px -12px rgba(255, 184, 0, 0.18), 0 0 0 1.5px rgba(255, 255, 255, 0.95) inset !important;
            position: relative;
            overflow: hidden;
            transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        }

        .masterpiece-glass-card:hover {
            border-color: #FFB800 !important;
            box-shadow: 0 36px 88px -10px rgba(255, 184, 0, 0.28), 0 0 0 2px rgba(255, 255, 255, 1) inset !important;
        }

        .card-ambient-glow {
            position: absolute;
            top: -120px;
            left: 50%;
            transform: translateX(-50%);
            width: 650px;
            height: 280px;
            background: radial-gradient(ellipse, rgba(255, 184, 0, 0.24) 0%, rgba(255, 224, 145, 0.08) 55%, transparent 80%);
            pointer-events: none;
            filter: blur(40px);
        }

        /* 1. Header */
        .masterpiece-header {
            text-align: center;
            max-width: 780px;
            margin: 0 auto 2.4rem;
        }

        .masterpiece-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 184, 0, 0.15);
            border: 1.5px solid rgba(255, 184, 0, 0.5);
            color: #7A4E00;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.85rem;
            font-weight: 800;
            letter-spacing: 0.8px;
            padding: 6px 18px;
            border-radius: 999px;
            margin-bottom: 1.1rem;
            box-shadow: 0 4px 14px rgba(255, 184, 0, 0.12);
        }

        .masterpiece-title {
            color: #1A1200 !important;
            font-family: 'Baloo 2', 'Plus Jakarta Sans', sans-serif !important;
            font-size: 3.1rem !important;
            font-weight: 800 !important;
            line-height: 1.15 !important;
            letter-spacing: -0.5px !important;
            margin: 0 0 12px 0 !important;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            flex-wrap: wrap;
        }

        .gold-gradient-text {
            background: linear-gradient(135deg, #FFB800 0%, #E59800 100%) !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            display: inline-block;
        }

        .masterpiece-subtitle {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.12rem;
            font-weight: 600;
            color: #554418;
            line-height: 1.6;
            margin: 0 auto;
        }

        /* 2. Mega Action Bar */
        .mega-unlock-container {
            max-width: 820px;
            margin: 0 auto 2.5rem;
            width: 100%;
        }

        .mega-input-bar {
            display: flex;
            align-items: center;
            background: #FFFFFF !important;
            border: 2.5px solid #FFB800 !important;
            border-radius: 999px !important;
            padding: 6px 8px 6px 22px !important;
            box-shadow: 0 14px 36px rgba(255, 184, 0, 0.22), 0 0 0 6px rgba(255, 184, 0, 0.12) !important;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
        }

        .mega-input-bar:focus-within {
            box-shadow: 0 18px 46px rgba(255, 184, 0, 0.35), 0 0 0 8px rgba(255, 184, 0, 0.25) !important;
            transform: translateY(-2px);
        }

        .input-at-box {
            color: #FFB800;
            font-family: 'Outfit', sans-serif;
            font-size: 1.6rem;
            font-weight: 900;
            margin-right: 10px;
            user-select: none;
        }

        .mega-username-input {
            flex: 1;
            border: none !important;
            outline: none !important;
            background: transparent !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-size: 1.15rem !important;
            font-weight: 700 !important;
            color: #1A1200 !important;
            min-width: 180px;
        }

        .mega-username-input::placeholder {
            color: #A08B60;
            font-weight: 500;
        }

        .btn-mega-unlock {
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 55%, #FFA800 100%) !important;
            color: #000000 !important;
            border: 2px solid #FFFFFF !important;
            border-radius: 999px !important;
            padding: 16px 36px !important;
            font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
            font-size: 1.1rem !important;
            font-weight: 800 !important;
            letter-spacing: 0.3px !important;
            box-shadow: 0 8px 24px rgba(255, 184, 0, 0.5) !important;
            cursor: pointer !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 8px !important;
            transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
        }

        .btn-mega-unlock:hover {
            background: linear-gradient(135deg, #FFF0C2 0%, #FFC933 60%, #FF9A00 100%) !important;
            transform: translateY(-2px) scale(1.02) !important;
            box-shadow: 0 14px 34px rgba(255, 184, 0, 0.7) !important;
        }

        .btn-inner-content {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            position: relative;
            z-index: 2;
        }

        .trust-chips-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin-top: 18px;
            flex-wrap: wrap;
        }

        .trust-chip {
            display: inline-flex !important;
            align-items: center !important;
            gap: 8px !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-size: 0.88rem !important;
            font-weight: 700 !important;
            color: #3D2F0E !important;
            background: rgba(255, 255, 255, 0.88) !important;
            padding: 6px 16px 6px 8px !important;
            border-radius: 999px !important;
            border: 1.5px solid rgba(255, 184, 0, 0.3) !important;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
            backdrop-filter: blur(8px) !important;
            transition: all 0.25s ease !important;
        }

        .trust-chip:hover {
            border-color: #FFB800 !important;
            background: #FFFFFF !important;
            transform: translateY(-1px) !important;
            box-shadow: 0 4px 14px rgba(255, 184, 0, 0.15) !important;
        }

        .chip-icon-box {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            position: relative;
        }

        .chip-icon-box.gold {
            background: rgba(255, 184, 0, 0.18);
        }

        .chip-icon-box.green {
            background: rgba(16, 185, 129, 0.15);
        }

        .live-dot-pulse {
            position: absolute;
            top: 2px;
            right: 2px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #10B981;
            box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.4);
            animation: livePulse 1.8s infinite;
        }

        @keyframes livePulse {
            0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
            70% { box-shadow: 0 0 0 5px rgba(16, 185, 129, 0); }
            100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
        }

        /* 3. Integrated DNS Protection Deck */
        .dns-protection-deck {
            background: rgba(250, 246, 234, 0.8) !important;
            border: 1.5px solid rgba(255, 184, 0, 0.35) !important;
            border-radius: 28px !important;
            padding: 1.8rem 2.2rem !important;
            margin-top: 1rem;
        }

        .deck-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 1.4rem;
            border-bottom: 1px solid rgba(255, 184, 0, 0.2);
            padding-bottom: 1rem;
        }

        .deck-title-wrap {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .deck-shield-icon {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: rgba(255, 184, 0, 0.15);
            border: 1.5px solid rgba(255, 184, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .deck-heading {
            font-family: 'Baloo 2', 'Plus Jakarta Sans', sans-serif;
            font-size: 1.25rem;
            font-weight: 800;
            color: #1A1200;
            margin: 0 0 2px 0;
        }

        .deck-sub {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.88rem;
            color: #665228;
            margin: 0;
            font-weight: 500;
        }

        .deck-segmented-control {
            display: inline-flex !important;
            align-items: center !important;
            background: rgba(0, 0, 0, 0.07) !important;
            padding: 5px !important;
            border-radius: 999px !important;
            position: relative !important;
            user-select: none !important;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) inset !important;
            border: 1.5px solid rgba(255, 184, 0, 0.35) !important;
            width: 270px;
        }

        .segmented-active-pill {
            position: absolute;
            top: 5px;
            left: 5px;
            height: calc(100% - 10px);
            width: calc(50% - 5px);
            background: #FFFFFF !important;
            border-radius: 999px !important;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
            transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
            z-index: 1;
            pointer-events: none;
        }

        .deck-segmented-control[data-active="android"] .segmented-active-pill {
            transform: translateX(100%) !important;
        }

        .segmented-btn {
            position: relative !important;
            z-index: 2 !important;
            border: none !important;
            background: transparent !important;
            padding: 9px 18px !important;
            border-radius: 999px !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-size: 0.92rem !important;
            font-weight: 800 !important;
            color: #7A6638 !important;
            cursor: pointer !important;
            transition: color 0.25s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex: 1 !important;
            text-align: center !important;
        }

        .segmented-btn:hover {
            color: #1A1200 !important;
            transform: scale(1.04);
        }

        .segmented-btn:active {
            transform: scale(0.95);
        }

        .segmented-btn.active {
            color: #1A1200 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        @keyframes fadeInTab {
            from {
                opacity: 0;
                transform: translateY(6px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .deck-body-grid {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 20px;
            align-items: center;
        }

        .deck-steps-horizontal {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }

        .step-card {
            display: flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.85);
            padding: 10px 14px;
            border-radius: 14px;
            border: 1px solid rgba(255, 184, 0, 0.2);
        }

        .step-badge {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #FFB800;
            color: #000;
            font-weight: 800;
            font-size: 0.8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .step-desc {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.88rem;
            color: #2D2200;
            font-weight: 600;
            line-height: 1.35;
        }

        .btn-deck-download {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 10px !important;
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 55%, #FFA800 100%) !important;
            color: #000000 !important;
            font-family: 'Outfit', sans-serif !important;
            font-size: 1.02rem !important;
            font-weight: 800 !important;
            padding: 14px 26px !important;
            border-radius: 999px !important;
            border: 2px solid #FFFFFF !important;
            text-decoration: none !important;
            box-shadow: 0 6px 20px rgba(255, 184, 0, 0.4) !important;
            transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
            white-space: nowrap !important;
        }

        .btn-deck-download:hover {
            background: linear-gradient(135deg, #FFF0C2 0%, #FFC933 60%, #FF9A00 100%) !important;
            transform: translateY(-2px) scale(1.02) !important;
            box-shadow: 0 12px 28px rgba(255, 184, 0, 0.6) !important;
        }

        .master-state-box {
            background: #FFFFFF;
            border: 2px solid #FFB800;
            border-radius: 24px;
            padding: 1.8rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 12px 36px rgba(255, 184, 0, 0.15);
        }

        @media (max-width: 900px) {
            .masterpiece-title { font-size: 2.3rem !important; }
            .masterpiece-glass-card { padding: 2.2rem 1.4rem !important; border-radius: 28px !important; }
            .mega-input-bar { flex-direction: column; padding: 12px !important; border-radius: 24px !important; gap: 10px; }
            .btn-mega-unlock { width: 100% !important; }
            .deck-body-grid { grid-template-columns: 1fr; }
            .deck-steps-horizontal { grid-template-columns: 1fr; }
            .btn-deck-download { width: 100% !important; }
        }

        
        
        /* ── ELEGANT COMPACT CONFIRMATION ACTION BAR ── */
        .confirm-actions-row {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            gap: 14px !important;
            flex-wrap: wrap !important;
            margin-top: 14px !important;
            padding-top: 14px !important;
            border-top: 1px dashed rgba(255, 184, 0, 0.35) !important;
        }

        .confirm-plan-price-tag {
            display: inline-flex !important;
            align-items: center !important;
            gap: 12px !important;
            background: linear-gradient(135deg, rgba(255, 243, 204, 0.6) 0%, rgba(255, 224, 145, 0.4) 100%) !important;
            border: 1.5px solid rgba(255, 184, 0, 0.5) !important;
            border-radius: 16px !important;
            padding: 10px 18px !important;
            margin-bottom: 0 !important;
            white-space: nowrap !important;
            flex-shrink: 0 !important;
        }

        .plan-badge {
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 700 !important;
            color: #7A5000 !important;
            font-size: 0.94rem !important;
            letter-spacing: 0.2px !important;
        }

        .plan-price {
            font-family: 'Baloo 2', 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 800 !important;
            font-size: 1.32rem !important;
            color: #B37D00 !important;
            letter-spacing: 0.5px !important;
        }

        .confirm-btns-group {
            display: inline-flex !important;
            align-items: center !important;
            gap: 10px !important;
            flex-wrap: wrap !important;
        }

        .btn-confirm-unlock-gold {
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 55%, #FFA800 100%) !important;
            color: #000000 !important;
            border: 1.5px solid #FFFFFF !important;
            border-radius: 14px !important;
            padding: 10px 22px !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-size: 0.92rem !important;
            font-weight: 800 !important;
            cursor: pointer !important;
            box-shadow: 0 4px 14px rgba(255, 184, 0, 0.35) !important;
            transition: all 0.2s ease !important;
            height: auto !important;
            min-height: auto !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

        .btn-confirm-unlock-gold:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(255, 184, 0, 0.5) !important;
        }

        .btn-cancel-account {
            background: #F3F4F6 !important;
            border: 1px solid rgba(0, 0, 0, 0.1) !important;
            color: #555555 !important;
            border-radius: 14px !important;
            padding: 10px 16px !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-size: 0.88rem !important;
            font-weight: 700 !important;
            cursor: pointer !important;
            height: auto !important;
            min-height: auto !important;
            transition: all 0.2s ease !important;
        }

        .btn-cancel-account:hover {
            background: #E5E7EB !important;
            color: #111111 !important;
        }

        @media (max-width: 768px) {
            .confirm-actions-row {
                flex-direction: column !important;
                align-items: stretch !important;
            }
            .confirm-plan-price-tag {
                justify-content: space-between !important;
            }
            .confirm-btns-group {
                flex-direction: column !important;
            }
            .btn-confirm-unlock-gold, .btn-cancel-account {
                width: 100% !important;
                justify-content: center !important;
            }
        }

        
        /* ── TOP ANNOUNCEMENT MARQUEE BANNER ── */
        .top-announcement-banner {
            position: relative;
            z-index: 9999;
            width: 100%;
            overflow: hidden;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-weight: 700;
            font-size: 0.88rem;
            padding: 9px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .banner-gold {
            background: linear-gradient(90deg, #FFE091 0%, #FFB800 50%, #FFA800 100%);
            color: #261600;
        }

        .banner-fire {
            background: linear-gradient(90deg, #FF4B2B 0%, #FF416C 100%);
            color: #FFFFFF;
        }

        .banner-emerald {
            background: linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
            color: #062615;
        }

        .banner-aurora {
            background: linear-gradient(90deg, #8A2387 0%, #E94057 50%, #F27121 100%);
            color: #FFFFFF;
        }

        .banner-marquee-track {
            display: flex;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

        .banner-marquee-content {
            display: inline-block;
            padding-left: 100%;
            animation: bannerMarquee 25s linear infinite;
        }

        .banner-marquee-content a {
            color: inherit;
            text-decoration: underline;
            font-weight: 800;
        }

        @keyframes bannerMarquee {
            0% { transform: translate(0, 0); }
            100% { transform: translate(-100%, 0); }
        }

        .top-announcement-banner:hover .banner-marquee-content {
            animation-play-state: paused;
        }

        /* ── LUXURY AUTOMATED VIETQR PAYMENT STAGE ── */
        .payment-luxury-box {
            background: rgba(255, 255, 255, 0.96) !important;
            backdrop-filter: blur(20px) !important;
            border: 2.5px solid #FFB800 !important;
            border-radius: 36px !important;
            padding: 2.8rem 2.4rem !important;
            margin-bottom: 1.8rem !important;
            box-shadow: 0 24px 64px rgba(255, 184, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.9) inset !important;
            position: relative;
            overflow: hidden;
            animation: fadeInTab 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .payment-box-header {
            text-align: center;
            margin-bottom: 2.2rem;
        }

        .payment-badge-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(16, 185, 129, 0.12);
            border: 1.5px solid rgba(16, 185, 129, 0.45);
            color: #065F46;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.6px;
            padding: 6px 16px;
            border-radius: 999px;
            margin-bottom: 0.9rem;
        }

        .pulse-beacon {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #10B981;
            box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
            animation: livePulse 1.8s infinite;
        }

        .payment-title {
            font-family: 'Baloo 2', 'Plus Jakarta Sans', sans-serif !important;
            font-size: 2.2rem !important;
            font-weight: 800 !important;
            color: #1A1200 !important;
            margin: 0 0 6px 0 !important;
            line-height: 1.2 !important;
        }

        .payment-sub {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.98rem;
            color: #554418;
            margin: 0;
            font-weight: 600;
        }

        .payment-stage-grid {
            display: grid;
            grid-template-columns: 310px 1fr;
            gap: 28px;
            align-items: stretch;
        }

        /* QR Showcase */
        .payment-qr-col {
            display: flex;
            flex-direction: column;
        }

        .qr-showcase-card {
            background: #FFFFFF;
            border: 2px solid rgba(255, 184, 0, 0.45);
            border-radius: 26px;
            padding: 16px;
            box-shadow: 0 12px 32px rgba(255, 184, 0, 0.15);
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
            justify-content: space-between;
        }

        .qr-frame-wrap {
            position: relative;
            width: 100%;
            aspect-ratio: 1 / 1;
            background: #FAFAFA;
            border-radius: 18px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(0, 0, 0, 0.06);
        }

        .vietqr-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 14px;
        }

        .qr-scan-laser {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, transparent, #FFB800, #FFE091, #FFB800, transparent);
            box-shadow: 0 0 12px #FFB800, 0 0 20px #FFE091;
            animation: laserScan 2.8s ease-in-out infinite;
            z-index: 2;
        }

        @keyframes laserScan {
            0% { top: 4%; opacity: 0; }
            15% { opacity: 1; }
            85% { opacity: 1; }
            100% { top: 96%; opacity: 0; }
        }

        .qr-bank-tag {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.85rem;
            color: #4A3B18;
            margin-top: 12px;
            text-align: center;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .bank-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #FFB800;
        }

        /* Details & Copy Hub */
        .payment-details-col {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .payment-amount-hero {
            background: linear-gradient(135deg, rgba(255, 224, 145, 0.25) 0%, rgba(255, 184, 0, 0.18) 100%);
            border: 1.5px solid rgba(255, 184, 0, 0.5);
            border-radius: 20px;
            padding: 14px 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .amount-label {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            color: #7A5500;
        }

        .amount-val-wrap {
            display: flex;
            align-items: baseline;
            gap: 6px;
        }

        .amount-number {
            font-family: 'Baloo 2', 'Plus Jakarta Sans', sans-serif;
            font-size: 1.85rem;
            font-weight: 800;
            color: #B37D00;
        }

        .amount-currency {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.95rem;
            font-weight: 800;
            color: #B37D00;
        }

        .btn-copy-chip, .btn-copy-mini, .btn-copy-memo {
            background: #FFFFFF !important;
            border: 1px solid rgba(255, 184, 0, 0.5) !important;
            color: #4A3B18 !important;
            padding: 5px 12px !important;
            border-radius: 999px !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-size: 0.82rem !important;
            font-weight: 700 !important;
            cursor: pointer !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 5px !important;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
            transition: all 0.2s ease !important;
            flex-shrink: 0;
        }

        .btn-copy-chip:hover, .btn-copy-mini:hover, .btn-copy-memo:hover {
            background: #FFB800 !important;
            color: #000000 !important;
            border-color: #FFB800 !important;
            transform: scale(1.04);
        }

        .payment-info-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .info-item-row {
            background: rgba(250, 246, 234, 0.9);
            border: 1px solid rgba(255, 184, 0, 0.3);
            border-radius: 16px;
            padding: 10px 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .info-item-left {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }

        .info-label {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.78rem;
            font-weight: 700;
            color: #8A6E30;
            text-transform: uppercase;
            letter-spacing: 0.4px;
        }

        .info-val {
            font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
            font-size: 1.15rem;
            font-weight: 800;
            color: #1A1200;
            word-break: break-all;
        }

        .memo-highlight-row {
            background: linear-gradient(135deg, rgba(255, 243, 204, 0.95) 0%, rgba(255, 232, 163, 0.95) 100%) !important;
            border: 2px solid #FFB800 !important;
            box-shadow: 0 4px 16px rgba(255, 184, 0, 0.25) !important;
        }

        .memo-title-wrap {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }

        .memo-critical-tag {
            background: #EF4444;
            color: #FFFFFF;
            font-size: 0.72rem;
            font-weight: 800;
            padding: 2px 7px;
            border-radius: 6px;
        }

        .memo-code {
            color: #B35E00 !important;
            font-size: 1.45rem !important;
            letter-spacing: 1.5px !important;
        }

        .btn-copy-memo {
            background: #FFB800 !important;
            color: #000000 !important;
            font-weight: 800 !important;
            padding: 8px 16px !important;
            box-shadow: 0 3px 10px rgba(255, 184, 0, 0.4) !important;
        }

        /* Radar Status */
        .payment-radar-bar {
            display: flex;
            align-items: center;
            gap: 12px;
            background: rgba(16, 185, 129, 0.08);
            border: 1px solid rgba(16, 185, 129, 0.3);
            border-radius: 16px;
            padding: 10px 14px;
        }

        .radar-ping-ring {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: rgba(16, 185, 129, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .radar-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #10B981;
            box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
            animation: livePulse 1.8s infinite;
        }

        .radar-status-msg {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.88rem;
            font-weight: 800;
            color: #065F46;
        }

        .radar-subtext {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.78rem;
            color: #047857;
            font-weight: 500;
        }

        .payment-bottom-actions {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            margin-top: 4px;
            flex-wrap: wrap;
        }

        .payment-timer-box {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 0.86rem;
            color: #7A5B18;
            font-weight: 700;
        }

        .payment-btns-row {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .btn-manual-check {
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 55%, #FFA800 100%) !important;
            color: #000000 !important;
            border: 1.5px solid #FFFFFF !important;
            border-radius: 999px !important;
            padding: 10px 20px !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-size: 0.9rem !important;
            font-weight: 800 !important;
            cursor: pointer !important;
            box-shadow: 0 4px 14px rgba(255, 184, 0, 0.4) !important;
            transition: all 0.2s ease !important;
        }

        .btn-manual-check:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 184, 0, 0.6) !important;
        }

        .btn-cancel-pay {
            background: transparent !important;
            border: 1px solid rgba(0, 0, 0, 0.15) !important;
            color: #777 !important;
            padding: 10px 16px !important;
            border-radius: 999px !important;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-size: 0.85rem !important;
            font-weight: 700 !important;
            cursor: pointer !important;
        }

        .confirm-plan-price-tag {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgba(255, 184, 0, 0.12);
            border: 1.5px solid rgba(255, 184, 0, 0.4);
            border-radius: 14px;
            padding: 10px 16px;
            margin-bottom: 14px;
        }

        .plan-badge {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-weight: 800;
            color: #8A5B00;
            font-size: 0.92rem;
        }

        .plan-price {
            font-family: 'Baloo 2', sans-serif;
            font-weight: 800;
            font-size: 1.25rem;
            color: #B37D00;
        }

        @media (max-width: 860px) {
            .payment-stage-grid {
                grid-template-columns: 1fr;
            }
            .payment-luxury-box {
                padding: 1.8rem 1.2rem !important;
            }
            .payment-title {
                font-size: 1.8rem !important;
            }
            .payment-bottom-actions {
                flex-direction: column;
                align-items: stretch;
            }
            .payment-btns-row {
                flex-direction: column;
            }
            .btn-manual-check, .btn-cancel-pay {
                width: 100% !important;
                justify-content: center;
            }
        }

        /* ── REDESIGNED STANDALONE DNS PROFILE CARD ── */
        .dns-standalone-section {
            margin-top: 2.2rem;
            width: 100%;
        }

        .dns-standalone-card {
            background: rgba(255, 255, 255, 0.92) !important;
            backdrop-filter: blur(16px) !important;
            border: 1.5px solid rgba(255, 184, 0, 0.35) !important;
            border-radius: 28px !important;
            padding: 1.8rem 2rem !important;
            box-shadow: 0 12px 36px rgba(255, 184, 0, 0.08) !important;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
        }

        .dns-standalone-card:hover {
            border-color: #FFB800 !important;
            box-shadow: 0 16px 44px rgba(255, 184, 0, 0.18) !important;
        }

        .dns-standalone-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 1.4rem;
        }

        .dns-icon-box {
            width: 48px;
            height: 48px;
            border-radius: 14px;
            background: rgba(255, 184, 0, 0.15);
            border: 1.5px solid rgba(255, 184, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .dns-header-text h3 {
            font-family: 'Outfit', sans-serif;
            font-size: 1.25rem;
            font-weight: 800;
            color: #1A1200;
            margin: 0 0 4px 0;
        }

        .dns-header-text p {
            font-size: 0.9rem;
            color: #666;
            margin: 0;
        }

        .dns-step-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin: 1.2rem 0 1.5rem;
        }

        .dns-step-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.92rem;
            color: #333;
            background: rgba(250, 246, 234, 0.7);
            padding: 10px 16px;
            border-radius: 14px;
            border: 1px solid rgba(255, 184, 0, 0.22);
        }

        .dns-step-item .step-num {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #FFB800;
            color: #000;
            font-weight: 800;
            font-size: 0.8rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .btn-dns-standalone-download {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 10px !important;
            width: 100% !important;
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 55%, #FFA800 100%) !important;
            color: #000000 !important;
            font-family: 'Outfit', sans-serif !important;
            font-size: 1.05rem !important;
            font-weight: 800 !important;
            padding: 15px 28px !important;
            border-radius: 999px !important;
            border: 2px solid #FFFFFF !important;
            text-decoration: none !important;
            box-shadow: 0 8px 24px rgba(255, 184, 0, 0.45), 0 0 0 4px rgba(255, 184, 0, 0.15) !important;
            transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
            cursor: pointer !important;
        }

        .btn-dns-standalone-download:hover {
            background: linear-gradient(135deg, #FFF0C2 0%, #FFC933 60%, #FF9A00 100%) !important;
            color: #000000 !important;
            transform: translateY(-2px) scale(1.01) !important;
            box-shadow: 0 14px 34px rgba(255, 184, 0, 0.65), 0 0 0 6px rgba(255, 184, 0, 0.25) !important;
        }

        .dns-code-box {
            font-family: 'JetBrains Mono', monospace;
            background: #1A1200;
            color: #FFB800;
            padding: 12px;
            border-radius: 12px;
            text-align: center;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin: 10px 0;
        }

        /* ── UNIFIED BRAND LOGO (100% SAME FONT & WEIGHT) ── */
        .custom-brand-logo {
            display: inline-flex !important;
            align-items: center !important;
            gap: 10px !important;
            text-decoration: none !important;
            cursor: pointer !important;
        }

        .brand-heart-box {
            width: 32px !important;
            height: 32px !important;
            border-radius: 8px !important;
            flex-shrink: 0 !important;
        }

        .unified-brand-name {
            font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
            font-size: 1.65rem !important;
            font-weight: 800 !important;
            color: #1A1200 !important;
            letter-spacing: -0.6px !important;
            line-height: 1 !important;
            white-space: nowrap !important;
            text-transform: none !important;
        }

        header nav > div:first-child a > svg:not(.brand-heart-box) {
            display: none !important;
        }

        /* ── LUXURY GOLD DOWNLOAD BUTTON ── */
        header nav > div:last-child .hidden.desktop\:block > div > a,
        header nav > div:last-child a {
            background: linear-gradient(135deg, #FFE091 0%, #FFB800 55%, #FFA800 100%) !important;
            box-shadow: 0 4px 16px rgba(255, 184, 0, 0.45) !important;
            border: 1.5px solid rgba(255, 255, 255, 0.7) !important;
            transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
        }

        header nav > div:last-child a:hover {
            transform: translateY(-2px) scale(1.03) !important;
            box-shadow: 0 8px 24px rgba(255, 184, 0, 0.65) !important;
            background: linear-gradient(135deg, #FFF0B8 0%, #FFC400 55%, #FFB000 100%) !important;
        }

        header nav > div:last-child span {
            color: #1A1200 !important;
            font-weight: 800 !important;
            letter-spacing: 0.2px !important;
        }



        /* ── FLY-IN FROM 2 SIDES EFFECT FOR UPGRADE FLOATING DECOR ITEMS ── */
        .upgrade-section-wrap {
            overflow: hidden;
            position: relative;
        }

        .floating-decor-item {
            position: absolute;
            z-index: 10;
            transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease, filter 0.8s ease;
            will-change: transform, opacity;
            pointer-events: auto;
            cursor: pointer;
        }

        /* Initial off-screen state for left items */
        .floating-decor-item.decor-left {
            transform: translate3d(-240px, 0, 0) scale(0.5) rotate(-20deg);
            opacity: 0;
            filter: blur(10px);
        }

        /* Initial off-screen state for right items */
        .floating-decor-item.decor-right {
            transform: translate3d(240px, 0, 0) scale(0.5) rotate(20deg);
            opacity: 0;
            filter: blur(10px);
        }

        /* Animated IN state when section is active/visible */
        .upgrade-section-wrap.in-view .floating-decor-item.decor-left,
        .upgrade-section-wrap.in-view .floating-decor-item.decor-right {
            transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
            opacity: 1;
            filter: blur(0);
        }

        /* Staggered transition delays for cascading entry */
        .u-item-bff          { transition-delay: 0.05s; }
        .u-item-photo1      { transition-delay: 0.15s; }
        .u-item-heart3d     { transition-delay: 0.25s; }
        .u-item-photo2      { transition-delay: 0.35s; }
        .u-item-hearts-duo  { transition-delay: 0.45s; }

        .u-item-iheart        { transition-delay: 0.08s; }
        .u-item-photo3        { transition-delay: 0.18s; }
        .u-item-tile          { transition-delay: 0.28s; }
        .u-item-photo4        { transition-delay: 0.38s; }
        .u-item-heart-sparkle { transition-delay: 0.48s; }

        /* Continuous gentle floating loops once visible */
        .upgrade-section-wrap.in-view .u-item-bff .decor-sticker-img {
            animation: floatBob1 4.5s ease-in-out infinite alternate;
        }
        .upgrade-section-wrap.in-view .u-item-photo1 .decor-bubble-card {
            animation: floatBob2 5.2s ease-in-out infinite alternate;
        }
        .upgrade-section-wrap.in-view .u-item-heart3d .decor-sticker-img {
            animation: floatBob3 4.8s ease-in-out infinite alternate;
        }
        .upgrade-section-wrap.in-view .u-item-photo2 .decor-bubble-card {
            animation: floatBob1 5.6s ease-in-out infinite alternate;
        }
        .upgrade-section-wrap.in-view .u-item-hearts-duo .decor-sticker-img {
            animation: floatBob2 4.2s ease-in-out infinite alternate;
        }

        .upgrade-section-wrap.in-view .u-item-iheart .decor-sticker-img {
            animation: floatBob3 4.6s ease-in-out infinite alternate;
        }
        .upgrade-section-wrap.in-view .u-item-photo3 .decor-bubble-card {
            animation: floatBob1 5.4s ease-in-out infinite alternate;
        }
        .upgrade-section-wrap.in-view .u-item-tile .decor-sticker-img {
            animation: floatBob2 4.9s ease-in-out infinite alternate;
        }
        .upgrade-section-wrap.in-view .u-item-photo4 .decor-bubble-card {
            animation: floatBob3 5.1s ease-in-out infinite alternate;
        }
        .upgrade-section-wrap.in-view .u-item-heart-sparkle .decor-sticker-img {
            animation: floatBob1 4.4s ease-in-out infinite alternate;
        }

        @keyframes floatBob1 {
            0% { transform: translateY(0px) rotate(0deg); }
            100% { transform: translateY(-14px) rotate(4deg); }
        }
        @keyframes floatBob2 {
            0% { transform: translateY(0px) rotate(0deg); }
            100% { transform: translateY(-18px) rotate(-4deg); }
        }
        @keyframes floatBob3 {
            0% { transform: translateY(0px) rotate(0deg); }
            100% { transform: translateY(-12px) rotate(3deg); }
        }

        /* Hover zoom & spring */
        .floating-decor-item:hover {
            transform: scale(1.15) translateY(-8px) !important;
            z-index: 50 !important;
        }

        :root {
            --bg-0: #FAF6EA !important;
            --bg-1: #FAF6EA !important;
            --bg-surface: #FAF6EA !important;
        }

        body, html {
            background-color: #FAF6EA !important;
            color: #1A1200;
        }

        .locketgold-origin-wrap {
            max-width: 1200px;
            margin: 2rem auto 5rem;
            padding: 0 1rem;
            position: relative;
            z-index: 20;
            background: transparent;
        }

        /* Fix the 2 black edges of marquee */
        .marquee-wrapper::before {
            background: linear-gradient(to right, #FAF6EA 0%, rgba(250, 246, 234, 0) 100%) !important;
        }
        .marquee-wrapper::after {
            background: linear-gradient(to left, #FAF6EA 0%, rgba(250, 246, 234, 0) 100%) !important;
        }

        /* Adjust canvas and cards for warm light mode */
        .icon-map-canvas {
            background: rgba(255, 255, 255, 0.6) !important;
            border: 2px solid rgba(255, 184, 0, 0.25) !important;
            border-radius: 32px !important;
            box-shadow: 0 20px 60px rgba(255, 184, 0, 0.12) !important;
        }
        .icon-map-grid-bg {
            opacity: 0.15 !important;
        }
        .review-card {
            background: rgba(255, 255, 255, 0.95) !important;
            border: 1.5px solid rgba(255, 184, 0, 0.28) !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
        }
        .review-card:hover {
            border-color: #FFB800 !important;
            box-shadow: 0 16px 40px rgba(255, 184, 0, 0.25) !important;
        }
        .marquee-wrapper {
            border-radius: 28px !important;
        }

        /* ── SECTION: 4 SHORTCUT CARDS (Help Center, Parent Center, Partnerships, Careers) ── */
        #shortcuts {
            max-width: 1200px !important;
            margin: 3.5rem auto 1.5rem !important;
            padding: 0 1.5rem !important;
            display: grid !important;
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 1.5rem !important;
            justify-content: center !important;
            align-items: stretch !important;
        }

        #shortcuts > a {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            text-align: center !important;
            justify-content: space-between !important;
            background: rgba(255, 255, 255, 0.88) !important;
            backdrop-filter: blur(15px) !important;
            border: 1.5px solid rgba(255, 184, 0, 0.3) !important;
            border-radius: 32px !important;
            padding: 2.2rem 1.5rem !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
            transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
            text-decoration: none !important;
        }

        #shortcuts > a:hover {
            transform: translateY(-8px) scale(1.02) !important;
            border-color: #FFB800 !important;
            box-shadow: 0 16px 40px rgba(255, 184, 0, 0.25) !important;
        }

        #shortcuts h3 {
            text-align: center !important;
            color: #1A1200 !important;
            font-size: 1.25rem !important;
            font-weight: 800 !important;
            margin-top: 1rem !important;
            margin-bottom: 0.4rem !important;
        }

        #shortcuts p {
            text-align: center !important;
            color: #666666 !important;
            font-size: 0.95rem !important;
            line-height: 1.5 !important;
        }

        @media (max-width: 1024px) {
            #shortcuts { grid-template-columns: repeat(2, 1fr) !important; }
        }
        @media (max-width: 640px) {
            #shortcuts { grid-template-columns: 1fr !important; }
        }

        /* ── SECTION: BEST FRIENDS FIRST WORDMARK BANNER ── */
        .best-friends-wordmark-wrap {
            max-width: 1200px;
            margin: 1.5rem auto 4.5rem;
            padding: 0 1.5rem;
            width: 100%;
        }
        .best-friends-wordmark {
            width: 100%;
            aspect-ratio: 1153 / 84;
            background-image: linear-gradient(to bottom, rgba(255, 184, 0, 0.45), rgba(255, 184, 0, 0.12));
            -webkit-mask-image: url(/cdn/fw/assets/best-friends-first.svg);
            -webkit-mask-size: 100% 100%;
            -webkit-mask-repeat: no-repeat;
            mask-image: url(/cdn/fw/assets/best-friends-first.svg);
            mask-size: 100% 100%;
            mask-repeat: no-repeat;
        }

        /* ── SECTION: OFFICIAL LOCKET FOOTER AT VERY BOTTOM ── */
        #bottom-site-footer, .site-main-footer {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            position: relative !important;
            z-index: 100 !important;
            max-width: 1200px !important;
            margin: 5rem auto 3rem !important;
            padding: 3rem 1.5rem 2rem !important;
            border-top: 1.5px solid rgba(255, 184, 0, 0.25) !important;
            background: transparent !important;
        }
        .footer-inner-grid {
            display: grid;
            grid-template-columns: 1.2fr 2fr;
            gap: 3rem;
            align-items: start;
        }
        .footer-brand-logo {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: 'Outfit', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: #1A1200;
            margin-bottom: 1.2rem;
        }
        .footer-heart-icon {
            width: 32px;
            height: 32px;
            fill: #FFB800;
        }
        .footer-socials {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 1.5rem;
        }
        .footer-socials a {
            color: #888;
            transition: color 0.2s ease, transform 0.2s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .footer-socials a:hover {
            color: #FFB800;
            transform: translateY(-2px);
        }
        .footer-copy {
            font-size: 0.95rem;
            color: #888;
            font-weight: 600;
        }
        .footer-links-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
        .footer-col h4 {
            font-size: 1.1rem;
            font-weight: 800;
            color: #1A1200;
            margin-bottom: 1.2rem;
            font-family: 'Outfit', sans-serif;
        }
        .footer-col a {
            display: block;
            font-size: 0.95rem;
            color: #666;
            margin-bottom: 0.8rem;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.2s ease, transform 0.2s ease;
        }
        .footer-col a:hover {
            color: #FFB800;
            transform: translateX(3px);
        }

        @media (max-width: 768px) {
            .footer-inner-grid { grid-template-columns: 1fr; gap: 2.5rem; }
            .footer-links-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 480px) {
            .footer-links-grid { grid-template-columns: 1fr; }
        }

    



            /* Marquee Layout Rules */

            .marquee-wrapper {

                display: flex;

                flex-direction: column;

                gap: 16px;

                margin-bottom: 20px;

                overflow: hidden;

                width: 100vw;

                margin-left: calc(-50vw + 50%);

                position: relative;

                padding: 10px 0;

            }



            /* Blur mask 2 bên để mượt */

            .marquee-wrapper::before,

            .marquee-wrapper::after {

                content: '';

                position: absolute;

                top: 0;

                bottom: 0;

                width: 120px;

                z-index: 2;

                pointer-events: none;

            }



            .marquee-wrapper::before {

                left: 0;

                background: linear-gradient(to right, var(--bg-0) 0%, transparent 100%);

            }



            .marquee-wrapper::after {

                right: 0;

                background: linear-gradient(to left, var(--bg-0) 0%, transparent 100%);

            }



            .marquee-track {

                display: flex;

                width: max-content;

            }



            .marquee-track.left {

                animation: scroll-left 40s linear infinite;

            }



            .marquee-track.right {

                animation: scroll-right 40s linear infinite;

            }



            .marquee-track:hover {

                animation-play-state: paused;

            }



            @keyframes scroll-left {

                0% {

                    transform: translateX(0);

                }



                100% {

                    transform: translateX(-50%);

                }

            }



            @keyframes scroll-right {

                0% {

                    transform: translateX(-50%);

                }



                100% {

                    transform: translateX(0);

                }

            }



            .marquee-wrapper .feature-card {

                background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);

                border: 1px solid rgba(255, 255, 255, 0.05);

                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);

                transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

                position: relative;

                overflow: hidden;

                z-index: 1;

                width: 280px;

                flex-shrink: 0;

                margin-right: 16px;

                padding: 24px;

                border-radius: var(--radius-md);

                text-align: left;

                animation: none !important;

            }



            .marquee-wrapper .feature-card::before {

                content: \'\';

                position: absolute;

                top: 0;

                left: 0;

                width: 100%;

                height: 100%;

                background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.03), transparent 60%);

                pointer-events: none;

                z-index: -1;

            }



            .marquee-wrapper .feature-card:hover {

                transform: translateY(-8px);

                border-color: rgba(192, 132, 252, 0.5);

                box-shadow: 0 20px 40px rgba(192, 132, 252, 0.15), inset 0 0 0 1px rgba(192, 132, 252, 0.2);

                z-index: 10;

            }



            .marquee-wrapper .feature-card svg {

                filter: drop-shadow(0 0 6px currentColor);

                transition: all 0.3s ease;

            }



            .marquee-wrapper .feature-card:hover svg {

                filter: drop-shadow(0 0 12px currentColor);

                transform: scale(1.1) rotate(-3deg);

            }



            @media (max-width: 900px) {

                .marquee-wrapper .feature-card {

                    width: 200px;

                    padding: 16px;

                    margin-right: 12px;

                }

            }



            @media (max-width: 640px) {

                .marquee-wrapper {

                    gap: 10px;

                }



                .marquee-wrapper .feature-card {

                    width: 145px;

                    padding: 12px;

                    margin-right: 10px;

                    border-radius: 10px;

                }



                .marquee-wrapper .feature-card>div:first-child {

                    margin-bottom: 6px !important;

                }



                .marquee-wrapper .feature-card>div:first-child svg {

                    width: 20px;

                    height: 20px;

                }



                .marquee-wrapper .feature-card h3 {

                    font-size: 12.5px !important;

                    margin-bottom: 4px !important;

                    line-height: 1.3 !important;

                }



                .marquee-wrapper .feature-card p {

                    font-size: 10.5px !important;

                    line-height: 1.4 !important;

                }



                .marquee-wrapper::before,

                .marquee-wrapper::after {

                    width: 40px;

                }

            }



            .marquee-wrapper.compact {

                gap: 12px;

                margin-bottom: 60px;

            }



            .marquee-wrapper.compact .feature-card {

                width: 180px;

                padding: 16px;

                margin-right: 12px;

                border-radius: 16px;

            }



            .marquee-wrapper.compact .feature-card>div:first-child {

                margin-bottom: 10px !important;

            }



            .marquee-wrapper.compact .feature-card>div:first-child svg {

                width: 24px;

                height: 24px;

            }



            .marquee-wrapper.compact .feature-card h3 {

                font-size: 14px !important;

                margin-bottom: 6px !important;

            }



            .marquee-wrapper.compact .feature-card p {

                font-size: 12.5px !important;

                line-height: 1.4 !important;

            }



            @media (max-width: 640px) {

                .marquee-wrapper.compact .feature-card {

                    width: 150px;

                    padding: 12px;

                    margin-right: 10px;

                }



                .marquee-wrapper.compact .feature-card h3 {

                    font-size: 13px !important;

                }



                .marquee-wrapper.compact .feature-card p {

                    font-size: 11px !important;

                }

            }