/* DRAGON222 custom styles - extracted from index.html */

/* --- block 1 --- */
/* KUNCI overflow agar tidak meluber ke kanan */
.preview,
.m-product-preview__glider,
.glide,
.glide__track {
    overflow: hidden !important;
    max-width: 100% !important;
}

/* Biarkan Glide bekerja normal */
.glide__slides {
    display: flex !important; /* jaga-jaga */
    margin: 0 !important;
    /* rollback kalau sebelumnya sempat dipasang: */
    contain: none !important;
}

/* Pastikan gambar terlihat dan tidak “ngecil 0” */
.glide__slide img,
.m-product-preview__glider-img img,
.preview .jsProductMainImage {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Anti scroll horizontal */
html,
body {
    overflow-x: hidden !important;
}

/* --- block 2 --- */
.n-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 700;
}

.n-columns-2 a {
    text-align: center;
    margin: 3px;
}

.login,
.register {
    color: #fff;
    padding: 10px 10px;
}

.login,
.login-button {
    text-shadow: 2px 2px #0c0f12;
    border-radius: 10px 10px;
    border: 1px solid #000000;
    background: linear-gradient(to bottom, rgb(107 63 160) 0, rgb(107 63 160) 0);
    color: #fff;
}

.register,
.register-button {
    text-shadow: 2px 2px #000000;
    border-radius: 10px 10px;
    background: linear-gradient(to bottom, rgb(107 63 160) 0, rgb(107 63 160) 0);
    border: 1px solid #000000;
}

/* --- block 3 --- */
.overflow-hidden {
    overflow-x: hidden;
    background-color: #ffffff;
}

/* --- block 4 --- */
.btn-x {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    padding: 14px 28px;
    margin: 5px;
    background: rgb(107 63 160);
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(212, 175, 55, 0.25);
    cursor: pointer;
}

.btn-x:hover {
    background: #D4AF37;
    color: #fff;
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
}

.right-rail:empty,
.sidebar:empty,
.product__aside:empty {
    display: none !important;
}

.page-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

/* --- block 5 --- */
@keyframes fadeIn {
    from {
    opacity: 0;
    transform: translateY(20px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
    }

    .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .faq-question {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 16px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    text-align: center;
    outline: none;
    transition: 0.3s;
    }

    .faq-question:hover {
    background: rgb(107 63 160);
    }

    .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 18px;
    color: #d0d0d0;
    line-height: 1.6;
    text-align: left;
}

.faq-question.active + .faq-answer,
.active + .faq-answer {
    max-height: 320px;
    padding: 14px 18px;
}

    .grad-text {
    background: linear-gradient(90deg, #c9c8c1, #bebebe);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* fallback */
    font-weight: bold;
    }

/* --- block 6 --- */
@keyframes fadeIn {
    from {
    opacity: 0;
    transform: translateY(20px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
    }

    #mw-info-box {
    font-family: "Segoe UI", Arial, sans-serif;
    }

    /* PAKSA SEMUA TEKS DI DALAM BOX JADI PUTIH + FULL OPACITY */
    #mw-info-box,
    #mw-info-box * {
    color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    text-shadow: none !important;
    }

    /* khusus teks gradient (judul/brand) tetap gradient */
    #mw-info-box .grad-text {
    background: linear-gradient(90deg, #c9c2c2, #cfcfcf) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    font-weight: 800 !important;
    }

    /* hover row (lebih halus) */
    #mw-info-box .table-hover tr:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    transition: 0.25s ease;
    }

    /* garis tabel */
    #mw-info-box td {
    border-color: rgba(255, 255, 255, 0.14) !important;
    }

/* --- block 7 --- */
/* ===== LAYOUT 2 KOLOM ===== */
    .mw-layout {
    display: flex;
    gap: 24px;
    align-items: stretch;
    }
    .mw-left,
    .mw-right {
    flex: 1;
    min-width: 0;
    }
    @media (max-width: 900px) {
    .mw-layout {
    flex-direction: column;
    }
    }

    /* ===== BOX REVIEW ===== */
    @keyframes fadeIn {
    from {
    opacity: 0;
    transform: translateY(20px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
    }
    .mw-review-box {
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.85), rgba(0, 0, 0, 0.85));
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 20px;
    color: #e5e5e5;
    animation: fadeIn 1s ease;
    height: 100%;
    font-family: "Segoe UI", Arial, sans-serif;
    }
    .mw-review-title {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    padding: 14px;
    background: linear-gradient(135deg, rgb(107 63 160), rgb(107 63 160));
    border-radius: 12px;
    margin-bottom: 20px;
    color: #d6d6d6;
    border: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* ===== CARD ===== */
    .review-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 18px;

    display: flex;
    gap: 16px;
    align-items: flex-start;

    transition: 0.35s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    .review-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgb(107 63 160);
    }

    /* ===== AVATAR (FIX BULAT ANTI-KE-TARIK) ===== */
    .review-avatar {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    flex: 0 0 56px !important;

    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: linear-gradient(145deg, rgb(107 63 160), rgb(107 63 160)) !important;
    color: #fff !important;

    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }

    /* ===== TEXT ===== */
    .review-name {
    font-size: 17px;
    font-weight: 800;
    background: linear-gradient(90deg, #c9c8c1, #bebebe);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 6px;
    }
    .review-text {
    font-size: 14px;
    color: #eaeaea;
    line-height: 1.5;
    }
    .mw-footer {
    text-align: center;
    padding-top: 12px;
    margin-top: 6px;
    font-size: 13px;
    color: #ccc;
    }

/* --- block 8 --- */
.generator-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    }

    .machine {
    background: radial-gradient(
    circle at -4% -12.9%,
    rgb(107 63 160) 40%,
    rgb(107 63 160) 90%
    );
    border-radius: 16px;
    width: 380px;
    text-align: center;
    padding: 20px 15px 25px;
    color: rgb(107 63 160);
    position: relative;
    box-shadow: 0 0 25px rgb(107 63 160);
    font-family: "Orbitron", sans-serif;
    }

    .machine h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 0 0 6px #cbcbcb;
    }

    .display {
    background: #0a0a0a;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 8px;
    box-shadow: inset 0 0 10px rgba(139, 92, 246, 0.22);
    }

    .ball {
    width: 60px;
    height: 60px;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(107 63 160),
    rgb(107 63 160)
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    box-shadow:
    0 0 8px #000000,
    inset -3px -3px 6px rgba(255 255 255 / 40%),
    inset 3px 3px 6px rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 4px #ffffff;
    transition: transform 0.3s ease;
    }

    .ball.spin {
    animation: roll 0.4s ease infinite;
    }

    @keyframes roll {
    0% {
    transform: rotateY(0deg) scale(1);
    }
    50% {
    transform: rotateY(180deg) scale(1.1);
    }
    100% {
    transform: rotateY(360deg) scale(1);
    }
    }

    #generate-btn {
    margin-top: 18px;
    background: linear-gradient(to right, #000000, #000000);
    border: none;
    color: #ffffff;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgb(107 63 160);
    font-family: "Orbitron", sans-serif;
    }

    #generate-btn:hover {
    background: linear-gradient(to right, #121010, #211f1f);
    transform: translateY(-2px);
    box-shadow: 0 0 15px #ffffff;
    }

/* --- block 9 --- */
/* ========================
    WRAPPER
    ======================== */
    .testi-tentoto-wrap {
    max-width: 900px;
    margin: 40px auto;
    border-radius: 20px;
    background: rgba(3, 10, 24, 0.9);
    border: 1px solid rgba(212, 175, 55, 0.4);
    box-shadow:
    0 0 30px rgb(107 63 160),
    inset 0 0 18px rgba(139, 92, 246, 0.22);
    overflow: hidden;
    position: relative;
    font-family: "Orbitron", sans-serif;
    }

    /* Laser Border Animation */
    .testi-tentoto-wrap::before {
    content: "";
    position: absolute;
    inset: -3px;
    background: conic-gradient(
    from 0deg,
    rgba(212, 175, 55, 0.12),
    rgba(212, 175, 55, 0.55),
    rgba(139, 92, 246, 0.4),
    rgba(212, 175, 55, 0.12)
    );
    filter: blur(12px);
    animation: spinBorder 12s linear infinite;
    z-index: -1;
    }

    @keyframes spinBorder {
    to {
    transform: rotate(360deg);
    }
    }

    /* ========================
    TITLE
    ======================== */
    .testi-title {
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 10px;
    color: #FFE9B0;
    text-shadow: 0 0 12px #D4AF37;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    }

    /* ========================
    SCROLL SECTION
    ======================== */
    .testi-scroll {
    max-height: 340px;
    overflow: hidden;
    }

    .testi-inner {
    animation: scrollTesti 14s linear infinite;
    }

    @keyframes scrollTesti {
    0% {
    transform: translateY(0);
    }
    100% {
    transform: translateY(-50%);
    }
    }

    /* ========================
    ITEM
    ======================== */
    .testi-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid rgba(196, 168, 224, 0.2);
    }

    /* Avatar anime glow */
    .testi-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid rgb(107 63 160);
    box-shadow:
    0 0 15px rgb(107 63 160),
    0 0 30px rgba(212, 175, 55, 0.55),
    inset 0 0 14px rgba(212, 175, 55, 0.4);
    }

    /* Text */
    .testi-name {
    font-size: 1rem;
    color: #F0D78C;
    text-shadow: 0 0 6px #D4AF37;
    margin-bottom: 4px;
    }

    .testi-text {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #FCF0D8;
    }

    .star-rating i,
    .star-rating {
    color: rgb(107 63 160);
    text-shadow: 0 0 12px rgb(107 63 160);
    font-size: 1rem;
    margin-bottom: 6px;
    }

/* --- block 10 --- */
/* === FOOTER DRAGON222 PANDUANGAMING TEMA DRAGON222 NEON === */
    .DRAGON222-fixed-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 8px;
        padding: 12px 0;
        background: linear-gradient(180deg, #000000 0%, #000000 100%);
        border-top: 2px solid rgba(0, 0, 0, 0.5);
        box-shadow:
    0 -3px 18px rgb(107 63 160),
    inset 0 0 12px rgb(107 63 160);
        border-radius: 20px 20px 0 0;
        font-family: "Poppins", "Segoe UI", sans-serif;
        color: #FCF0D8;
    }

    /* === Tombol Footer === */
    .DRAGON222-fixed-footer a {
        flex: 1;
        max-width: 90px;
        text-align: center;
        text-decoration: none;
        color: rgb(107 63 160);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-size: 13px;
        font-weight: 600;
        text-shadow:
    0 0 6px rgb(107 63 160),
    0 0 12px rgb(107 63 160);
        transition: all 0.25s ease-in-out;
    }

    /* Hover efek */
    .DRAGON222-fixed-footer a:hover {
        color: #ffffff;
        transform: translateY(-6px) scale(1.1);
        text-shadow:
    0 0 10px rgb(107 63 160),
    0 0 15px rgb(107 63 160),
    0 0 20px rgb(107 63 160);
    }

    /* === Ikon tombol === */
    .DRAGON222-fixed-footer img {
        width: 26px;
        height: 26px;
        filter: drop-shadow(0 0 5px rgb(107 63 160));
        transition:
    transform 0.3s ease,
    filter 0.3s ease;
    }

    .DRAGON222-fixed-footer a:hover img {
        transform: scale(1.25);
        filter: drop-shadow(0 0 10px rgb(107 63 160)) drop-shadow(0 0 10px rgb(107 63 160));
    }

    /* === Tombol Tengah (Spesial: Daftar) === */
    .DRAGON222-fixed-footer .tada {
        background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
        border-radius: 50%;
        padding: 8px;
        transform: scale(1.2);
        animation: neonGlow 2.5s infinite alternate;
    }

    @keyframes neonGlow {
        0% {
    box-shadow:
    0 0 6px rgb(107 63 160),
    0 0 12px rgb(107 63 160);
        }
        25% {
    box-shadow:
    0 0 12px rgb(107 63 160),
    0 0 20px rgb(107 63 160);
        }
        50% {
    box-shadow:
    0 0 14px rgb(107 63 160),
    0 0 25px rgb(107 63 160);
        }
        75% {
    box-shadow:
    0 0 18px rgb(107 63 160),
    0 0 30px rgb(107 63 160);
        }
        100% {
    box-shadow:
    0 0 6px rgb(107 63 160),
    0 0 12px rgb(107 63 160);
        }
    }

    /* Klik efek */
    .DRAGON222-fixed-footer a:active {
        transform: scale(0.95);
        opacity: 0.85;
    }

    /* === Responsif untuk layar kecil === */
    @media (max-width: 500px) {
        .DRAGON222-fixed-footer {
    padding: 8px 0;
    border-radius: 16px 16px 0 0;
        }

        .DRAGON222-fixed-footer a {
    font-size: 11px;
        }

        .DRAGON222-fixed-footer img {
    width: 22px;
    height: 22px;
        }
    }

/* --- popup overlay --- */
.DRAGON222-popup-overlay {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #00000088;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    overflow-y: auto;
}

.DRAGON222-popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.DRAGON222-popup-banner {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 12px rgb(250, 250, 250);
    margin-bottom: 16px;
}

.DRAGON222-popup-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin-bottom: 16px;
}

.DRAGON222-popup-btn {
    flex: 1;
    background: linear-gradient(to right, #6B3FA0, #6B3FA0);
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 6px;
    font-family: "Segoe UI", sans-serif;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.DRAGON222-popup-title {
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 16px 0;
}

.DRAGON222-popup-footer {
    margin-top: 16px;
    font-size: 12px;
    color: #f8f7f7;
}

.DRAGON222-popup-footer span {
    color: #faf9f9;
}

/* ============================================================
   Layout polish — tampilan rapi tanpa ubah konten
   ============================================================ */

.u-hidden {
    display: none !important;
}

body {
    padding-bottom: 110px;
}

/* Footer gelap + aksen ungu malam + emas */
.m-footer-sitemap,
.m-footer__legal-bar {
    background: #120c22 !important;
}

.m-footer__guarantee-headline {
    color: #d4af37 !important;
    font-size: 1.6rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em;
}

.m-footer__guarantee-subtext,
.m-footer__guarantee-link .link__content {
    color: #ffffff !important;
}

.m-footer__legal-bar-header-copyright {
    color: #ffffff !important;
}

/* Section profil + review */
.m-design-product-info {
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.05) 0, transparent 30%),
        linear-gradient(180deg, #2a1848 0%, #160e24 55%, #120c22 100%) !important;
    padding: 36px 16px 48px !important;
    margin-top: 12px;
    border-radius: 0;
}

.m-design-product-info h4,
.m-design-product-info p {
    color: #ffffff !important;
}

.m-design-product-info h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 0 14px var(--dragon-blood-glow);
    font-size: 1.35rem !important;
    margin-bottom: 12px;
}

/* Tombol daftar/login lebih rounded seperti contoh */
.btn-x {
    border-radius: 999px !important;
    background: linear-gradient(180deg, #d4af37 0%, #6b3fa0 100%) !important;
    border: 1px solid rgba(255, 220, 220, 0.3);
    box-shadow: 0 0 14px var(--dragon-blood-glow);
}

/* Header search strip aksen emas */
.m-header__search-field {
    border-color: rgba(212, 175, 55, 0.45) !important;
}

.vc-header {
    border-bottom: 1px solid rgba(107, 63, 160, 0.4);
}

/* Konten artikel */
.m-design-details__description-text {
    line-height: 1.75;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.m-design-details h2 {
    margin: 1.5rem 0 0.75rem;
    font-size: 1.35rem;
    line-height: 1.4;
}

/* FAQ box */
.dragon-faq-box {
    max-width: 850px;
    margin: 40px auto;
    background: linear-gradient(145deg, rgba(17, 17, 17, 0.85), rgba(0, 0, 0, 0.8));
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #e5e5e5;
    animation: fadeIn 1s ease;
}

.dragon-faq-box__header {
    text-align: center;
    padding: 18px;
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(135deg, rgb(107 63 160), rgb(107 63 160));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #E8D5FF;
}

.dragon-faq-box__content {
    padding: 10px 0;
}

.dragon-faq-box__footer {
    text-align: center;
    padding: 14px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 13px;
    color: #ccc;
}

/* Info box */
#mw-info-box {
    max-width: 850px;
    margin: 40px auto 0;
    background: linear-gradient(145deg, #1A1028, #0e0a1a);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.7);
    animation: fadeIn 1s ease;
}

.mw-info-box__header {
    padding: 16px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(135deg, rgb(107 63 160), rgb(107 63 160));
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mw-info-table {
    width: 100%;
    border-collapse: collapse;
}

.mw-info-table td {
    padding: 14px 18px;
    vertical-align: middle;
}

.mw-info-table td:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    font-weight: 600;
    width: 42%;
}

.mw-info-box__footer {
    text-align: center;
    padding: 12px;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #1A0202, #1A1028);
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-guarantee-img {
    width: 50%;
    height: auto;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.tray-logo-img {
    max-width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Generator responsif */
@media (max-width: 480px) {
    .machine {
        width: 100%;
        max-width: 380px;
    }

    .ball {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    #generate-btn {
        font-size: 13px;
        padding: 10px 16px;
    }

    .dragon-faq-box__header,
    .mw-info-box__header {
        font-size: 18px;
        padding: 14px;
    }

    .faq-question {
        font-size: 15px;
        padding: 14px 12px;
    }
}

@media (max-width: 768px) {
    .btn-x {
        min-width: 140px;
        padding: 12px 16px;
        font-size: 14px;
    }
}

/* ============================================================
   DRAGON222 — tema ungu royal + emas (layout contoh)
   ============================================================ */

:root {
    /* Palette matched to banner-dragon222fyi.webp — royal night + gold */
    --dragon-blood: #6b3fa0;
    --dragon-blood-mid: #8b5cf6;
    --dragon-blood-bright: #d4af37;
    --dragon-blood-glow: rgba(212, 175, 55, 0.55);
    --dragon-blood-bg: #3d2466;
    --dragon-blood-deep: #1a1028;
    --dragon-ink: #0e0a1a;
    --dragon-night: #120c22;
    --dragon-plum: #2a1848;
    --dragon-lavender: #c4a8e0;
    --dragon-gold: #d4af37;
    --dragon-gold-deep: #a67c00;
    --dragon-gold-soft: #f0d78c;
    --dragon-cream: #fcf0d8;
}

.main-wrapper.overflow-hidden,
.section-2-container,
#site,
.m-design.jsPdpDesign {
    background: #0e0a1a !important;
}

.m-design.jsPdpDesign {
    padding-top: 12px;
}

.m-design-details__title .h__h1--sm,
.m-design__price {
    color: #ffffff;
}

/* ============================================================
   Hero OLXTOTO-style: background stage + sidebar + centered modal
   ============================================================ */
.m-design.jsPdpDesign {
    padding-top: 0 !important;
}

.m-design.jsPdpDesign > .contain.contain--wide-3 {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.m-design__content {
    display: block !important;
    width: 100% !important;
}

.m-design__product.dragon-hero-layout {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    float: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
}

.dragon-hero-stage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: clamp(520px, 72vh, 760px);
    padding: 28px 16px 36px;
    box-sizing: border-box;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(14, 10, 26, 0.42) 0%,
            rgba(26, 16, 40, 0.58) 45%,
            rgba(14, 10, 26, 0.88) 100%
        ),
        url("../../assets/banner-dragon222fyi.webp") center center / cover no-repeat;
}

.dragon-hero-stage::before,
.dragon-hero-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.dragon-hero-stage::before {
    background:
        radial-gradient(circle at 50% 18%, rgba(252, 240, 216, 0.16) 0, transparent 26%),
        radial-gradient(circle at 18% 42%, rgba(139, 92, 246, 0.32) 0, transparent 30%),
        radial-gradient(circle at 86% 38%, rgba(212, 175, 55, 0.18) 0, transparent 28%);
}

.dragon-side-features {
    position: absolute;
    left: max(12px, calc((100% - 1100px) / 2 - 8px));
    top: 50%;
    transform: translateY(-55%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 168px;
}

.dragon-side-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
    background: linear-gradient(180deg, #160e24 0%, #0e0a1a 100%);
    border: 1px solid rgba(255, 196, 80, 0.75);
    border-radius: 12px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.02em;
    box-shadow: 0 0 14px rgba(212, 175, 55, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dragon-side-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 18px rgba(232, 197, 71, 0.55);
}

.dragon-side-card img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.dragon-hero-modal {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(280px, 400px);
    gap: 22px;
    width: min(920px, calc(100% - 24px));
    margin: 0 auto;
    padding: 22px;
    box-sizing: border-box;
    background: rgba(18, 12, 34, 0.88);
    border: 1px solid rgba(255, 200, 120, 0.35);
    border-radius: 22px;
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.dragon-hero-details {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.m-design__product.dragon-hero-layout .m-design__preview,
.m-design__product.dragon-hero-layout .m-design-details__title,
.m-design__product.dragon-hero-layout .m-design__options,
.m-design__product.dragon-hero-layout .dragon-side-features,
.m-design__product.dragon-hero-layout .dragon-center-section {
    float: none !important;
    position: relative !important;
    grid-area: auto !important;
}

.m-design__product.dragon-hero-layout .m-design__preview {
    width: 100%;
    max-width: none;
    margin: 0;
}

.m-design__product.dragon-hero-layout .m-design-details__title {
    text-align: left;
    margin: 0 0 10px;
    width: 100%;
    max-width: none;
}

.m-design__product.dragon-hero-layout .m-design__options {
    width: 100%;
    max-width: none;
    margin: 0;
}

.m-design__product.dragon-hero-layout .h__h1--sm {
    color: #ffffff !important;
    font-size: clamp(1rem, 1.8vw, 1.28rem) !important;
    line-height: 1.35 !important;
    text-align: left !important;
}

.m-design__product.dragon-hero-layout .m-design__prices {
    justify-content: flex-start;
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.m-design__product.dragon-hero-layout .m-design__price--regular {
    color: #ffffff !important;
    font-size: 1.35rem !important;
    font-weight: 900 !important;
}

.m-design__product.dragon-hero-layout .m-design__price--sale {
    display: none !important;
}

.dragon-color-label {
    margin: 6px 0 12px !important;
    color: #d7d7d7 !important;
    font-size: 13px !important;
}

.dragon-option-label {
    margin: 0 0 8px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.m-design__product.dragon-hero-layout .m-design__admin-tools,
.m-design__product.dragon-hero-layout .m-cart-config__color-label {
    display: none !important;
}

.m-design__product.dragon-hero-layout .m-product-preview__thumbs {
    display: flex !important;
    gap: 8px;
    margin-top: 10px;
}

.m-design__product.dragon-hero-layout .m-product-preview__thumb {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.m-design__product.dragon-hero-layout .m-product-preview__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-design__product.dragon-hero-layout .m-product-preview__gallery,
.m-design__product.dragon-hero-layout .m-product-preview__glider,
.m-design__product.dragon-hero-layout .glide__slides,
.m-design__product.dragon-hero-layout .m-product-preview__glider-slide {
    border-radius: 16px;
    overflow: hidden;
}

.m-design__product.dragon-hero-layout .jsProductMainImage {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 0 24px rgba(212, 175, 55, 0.4);
}

.m-design__product.dragon-hero-layout .glide__arrows {
    display: block !important;
}

.m-design__product.dragon-hero-layout .radio-selector.dragon-cta-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 14px !important;
}

.m-design__product.dragon-hero-layout .dragon-cta-row .btn-x {
    min-width: 0 !important;
    width: 100%;
    flex: none !important;
    margin: 0 !important;
    text-align: center;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #d4a017 0%, #a67c00 55%, #8b6914 100%) !important;
    color: #1a1000 !important;
    border: 1px solid rgba(255, 236, 170, 0.55) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35) !important;
    font-weight: 900 !important;
}

.m-design__product.dragon-hero-layout .dragon-cta-row .btn-x:hover {
    filter: brightness(1.08);
}

.dragon-style-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 0 14px;
}

.dragon-style-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
}

.dragon-style-grid a:hover {
    background: #6b3fa0;
    border-color: rgba(255, 200, 120, 0.6);
}

.dragon-size-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0 0 14px;
}

.dragon-size-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
}

.dragon-qty-block {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: #121212;
}

.dragon-qty-btn {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 6px;
    background: #2a2a2a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.dragon-qty-value {
    min-width: 18px;
    text-align: center;
    color: #fff;
    font-weight: 800;
}

.dragon-live-result {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #d4a017 0%, #a67c00 55%, #8b6914 100%) !important;
    color: #1a1000 !important;
    border: 1px solid rgba(255, 236, 170, 0.55) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35) !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.dragon-live-result:hover {
    filter: brightness(1.08);
}

@media (max-width: 1100px) {
    .dragon-side-features {
        left: 10px;
        width: 150px;
    }

    .dragon-hero-modal {
        margin-left: 170px;
        width: min(860px, calc(100% - 190px));
    }
}

@media (max-width: 991px) {
    .dragon-hero-stage {
        min-height: auto;
        padding: 18px 12px 24px;
        flex-direction: column;
        align-items: center;
    }

    .dragon-side-features {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 520px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 14px;
        order: 2;
    }

    .dragon-hero-modal {
        order: 1;
        margin: 0 auto;
        width: min(520px, 100%);
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }

    .m-design__product.dragon-hero-layout .h__h1--sm,
    .m-design__product.dragon-hero-layout .m-design-details__title {
        text-align: center !important;
    }

    .m-design__product.dragon-hero-layout .m-design__prices {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .dragon-style-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dragon-size-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .m-design__product.dragon-hero-layout .radio-selector.dragon-cta-row {
        grid-template-columns: 1fr;
    }
}

.dragon-center-section {
    grid-area: auto;
    grid-column: auto !important;
    width: calc(100% - 32px);
    max-width: 1100px !important;
    margin: 28px auto 0;
    padding: 40px 16px 56px;
    background:
        radial-gradient(circle at 12% 10%, rgba(252, 240, 216, 0.1) 0, transparent 28%),
        radial-gradient(circle at 88% 20%, rgba(139, 92, 246, 0.22) 0, transparent 32%),
        linear-gradient(180deg, #3d2466 0%, #2a1848 48%, #160e24 100%);
    border-radius: 20px;
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.32),
        0 0 28px var(--dragon-blood-glow);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.dragon-center-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1.5px);
    background-size: 52px 52px;
    opacity: 0.3;
    pointer-events: none;
}

.dragon-center-section__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dragon-center-section__inner > * {
    width: 100%;
    max-width: 860px;
}

.dragon-center-section .m-design-details__description-text,
.dragon-center-section .m-design-details__description-text a,
.dragon-center-section h2,
.dragon-center-section strong {
    color: #ffffff !important;
    text-align: center !important;
}

.dragon-center-section .m-design-details__description-text {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 820px;
    line-height: 1.8;
    font-size: 16px;
}

.dragon-center-section .m-design-details__description-text a,
.dragon-center-section strong {
    color: #f0d78c !important;
    font-weight: 800;
}

.dragon-center-section h2:not(.dragon-hero-heading) {
    text-align: center !important;
    font-size: clamp(1.15rem, 2.4vw, 1.55rem) !important;
    font-weight: 800;
    margin: 1.4rem auto 1rem !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.dragon-hero-heading {
    text-align: center !important;
    color: #ffffff !important;
    font-size: clamp(1.25rem, 2.8vw, 1.85rem) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    margin: 0 auto 22px !important;
    padding: 10px 8px;
    max-width: 820px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

/* Area tombol produk tetap di kolom options */
.m-design__options {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

.m-design__options::before {
    display: none !important;
}

.m-design__options .btn-x {
    background: linear-gradient(180deg, #d4af37 0%, #6b3fa0 100%);
    border: 1px solid rgba(255, 220, 220, 0.35);
    border-radius: 999px;
    box-shadow: 0 0 16px var(--dragon-blood-glow);
}

.m-design__product.dragon-hero-layout .dragon-cta-row .btn-x,
.m-design__product.dragon-hero-layout .dragon-live-result {
    background: linear-gradient(180deg, #d4a017 0%, #a67c00 55%, #8b6914 100%) !important;
    color: #1a1000 !important;
    border: 1px solid rgba(255, 236, 170, 0.55) !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35) !important;
}

/* FAQ — kotak glow + bar putih seperti contoh */
.dragon-faq-box {
    max-width: 820px !important;
    width: 100% !important;
    margin: 36px auto 0 !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 42%),
        linear-gradient(145deg, #160e24 0%, #0e0a1a 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    border-radius: 22px !important;
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.35),
        0 0 32px var(--dragon-blood-glow),
        inset 0 0 40px rgba(107, 63, 160, 0.25) !important;
    overflow: hidden;
    text-align: left;
}

.dragon-faq-box__header {
    background: transparent !important;
    border-bottom: none !important;
    color: #ffffff !important;
    font-size: clamp(1.2rem, 2.5vw, 1.7rem) !important;
    font-weight: 900 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-shadow: 0 0 18px var(--dragon-blood-glow);
    padding: 22px 18px 8px !important;
    text-align: center !important;
}

.dragon-faq-box__header .grad-text {
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
    text-shadow: 0 0 16px rgba(212, 175, 55, 0.75);
}

.dragon-faq-box__content {
    padding: 12px 18px 22px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

.dragon-faq-box .faq-item {
    border-bottom: none !important;
    width: 100%;
}

.dragon-faq-box .faq-question {
    background: #ffffff !important;
    color: #6b3fa0 !important;
    border-radius: 14px !important;
    text-align: left !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 16px 18px 16px 42px !important;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.dragon-faq-box .faq-question::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #6b3fa0;
}

.dragon-faq-box .faq-question:hover,
.dragon-faq-box .faq-question.active {
    background: #f7f0ff !important;
    color: #4a2a78 !important;
}

.dragon-faq-box .faq-answer {
    color: #ebe0ff !important;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0 0 12px 12px;
    margin-top: -6px;
    text-align: left !important;
}

.dragon-faq-box__footer {
    background: rgba(107, 63, 160, 0.25) !important;
    color: #ffe9b0 !important;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    text-align: center !important;
}

/* Info box di tengah */
#mw-info-box {
    max-width: 820px !important;
    width: 100% !important;
    margin: 36px auto 0 !important;
    background: linear-gradient(145deg, #1a1028, #0e0a1a) !important;
    border: 1px solid rgba(196, 168, 224, 0.35) !important;
    box-shadow: 0 0 28px var(--dragon-blood-glow) !important;
}

.mw-info-box__header {
    background: linear-gradient(135deg, #d4af37, #6b3fa0) !important;
}

.mw-info-box__footer {
    background: linear-gradient(135deg, #160e24, #1a1028) !important;
}

/* Review — kartu putih berborder ungu-emas */
.mw-review-box {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, transparent 40%),
        linear-gradient(145deg, #140c20, #0a0614) !important;
    border: 1px solid rgba(196, 168, 224, 0.4) !important;
    box-shadow: 0 0 28px var(--dragon-blood-glow) !important;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.mw-review-title {
    background: transparent !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 0 16px var(--dragon-blood-glow);
    border: none !important;
    font-size: clamp(1.15rem, 2.2vw, 1.55rem) !important;
    text-align: center !important;
}

.mw-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 700px) {
    .mw-reviews-grid {
        grid-template-columns: 1fr;
    }
}

.mw-review-box .review-card {
    background: #ffffff !important;
    border: 1px solid rgba(107, 63, 160, 0.55) !important;
    border-radius: 16px !important;
    color: #222;
    flex-direction: column;
    position: relative;
    padding-top: 28px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.mw-review-box .review-card::before {
    content: "\201C";
    position: absolute;
    top: 4px;
    left: 14px;
    font-size: 48px;
    line-height: 1;
    color: rgba(107, 63, 160, 0.25);
    font-family: Georgia, serif;
}

.mw-review-box .review-avatar {
    display: none !important;
}

.mw-review-box .review-name {
    background: none !important;
    -webkit-text-fill-color: #6b3fa0 !important;
    color: #6b3fa0 !important;
    text-align: right;
    font-size: 13px !important;
    margin-top: 12px;
}

.mw-review-box .review-text {
    color: #222 !important;
    font-size: 15px !important;
}

.mw-review-box .review-card:hover {
    box-shadow: 0 10px 28px var(--dragon-blood-glow) !important;
}

/* Generator undian */
.machine {
    background: radial-gradient(circle at -4% -12.9%, #d4af37 20%, #6b3fa0 90%) !important;
    box-shadow: 0 0 28px var(--dragon-blood-glow) !important;
    margin-left: auto;
    margin-right: auto;
}

.ball {
    color: #ffffff !important;
}

/* Sticky nav — kapsul gelap + tombol emas */
.DRAGON222-fixed-footer {
    left: 50% !important;
    right: auto !important;
    bottom: 12px !important;
    transform: translateX(-50%);
    width: min(960px, calc(100% - 16px));
    background: linear-gradient(180deg, #120c22 0%, #050508 100%) !important;
    border: 1px solid rgba(196, 168, 224, 0.4) !important;
    border-radius: 999px !important;
    box-shadow:
        0 0 0 1px rgba(107, 63, 160, 0.4),
        0 0 24px var(--dragon-blood-glow),
        0 8px 24px rgba(0, 0, 0, 0.55) !important;
    padding: 10px 14px !important;
    gap: 8px !important;
    justify-content: center !important;
}

.DRAGON222-fixed-footer a {
    max-width: none !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 8px !important;
    background: linear-gradient(180deg, #d4af37 0%, #6b3fa0 100%) !important;
    color: #ffffff !important;
    text-shadow: none !important;
    border-radius: 999px;
    padding: 10px 12px;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em;
    border: 1px solid rgba(255, 220, 220, 0.25);
    box-shadow: 0 2px 10px rgba(107, 63, 160, 0.45);
}

.DRAGON222-fixed-footer a:hover {
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.03) !important;
    box-shadow: 0 0 18px var(--dragon-blood-glow) !important;
    text-shadow: none !important;
}

.DRAGON222-fixed-footer img {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    filter: none !important;
}

.DRAGON222-fixed-footer .tada {
    background: linear-gradient(180deg, #e8c547 0%, #6b3fa0 100%) !important;
    border-radius: 999px !important;
    padding: 10px 12px !important;
    transform: none !important;
    animation: dragonPulse 2.2s ease-in-out infinite;
}

@keyframes dragonPulse {
    0%,
    100% {
        box-shadow: 0 0 8px var(--dragon-blood-glow);
    }
    50% {
        box-shadow: 0 0 22px rgba(232, 197, 71, 0.85);
    }
}

@media (max-width: 640px) {
    .DRAGON222-fixed-footer {
        border-radius: 22px !important;
        flex-wrap: wrap;
        bottom: 8px !important;
    }

    .DRAGON222-fixed-footer a {
        flex: 1 1 30%;
        font-size: 10px !important;
        padding: 8px 6px !important;
    }

    .dragon-center-section {
        padding: 28px 12px 40px;
        margin-top: 18px;
        border-radius: 16px;
    }
}

/* Trending tags glow box */
.m-design__additional-info-container {
    background: linear-gradient(180deg, #2a1848 0%, #1a1028 100%);
    border-radius: 20px;
    padding: 28px 18px 20px;
    margin: 24px auto;
    max-width: 1100px;
    border: 1px solid rgba(196, 168, 224, 0.35);
    box-shadow: 0 0 28px var(--dragon-blood-glow);
    text-align: center;
}

.m-design__additional-info-container .m-design__h2,
.m-design__additional-info-container .m-design__subtitles,
.m-design__additional-info-container h2,
.m-design__additional-info-container h4 {
    color: #ffffff !important;
    text-align: center !important;
}

.m-design__additional-info-container .m-search__related-results,
.m-design__additional-info-container .m-design__additional-info-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px;
}

.m-design__additional-info-container .vc-pill {
    background: #ffffff !important;
    border-radius: 999px !important;
    border: 1px solid rgba(107, 63, 160, 0.4);
}

.m-design__additional-info-container .vc-pill .link__content {
    color: #6b3fa0 !important;
    font-weight: 700;
}

/* Popup tombol */
.DRAGON222-popup-btn {
    background: linear-gradient(to right, #d4af37, #6b3fa0) !important;
}

.DRAGON222-popup-overlay {
    background: rgba(14, 10, 26, 0.82) !important;
}

/* Header / register strip */
.login,
.register {
    background: linear-gradient(180deg, #d4af37, #6b3fa0) !important;
    border-radius: 10px;
}

/* Footer brand accent */
.m-footer-sitemap a:hover,
.m-footer__guarantee-headline {
    color: #d4af37;
}

/* Section profil + review di tengah */
.m-design-product-info {
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.05) 0, transparent 30%),
        linear-gradient(180deg, #2a1848 0%, #160e24 55%, #120c22 100%) !important;
    padding: 36px 16px 48px !important;
    margin-top: 12px;
}

.m-design-product-info .contain {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.m-design-product-info h4,
.m-design-product-info p {
    color: #ffffff !important;
    text-align: center !important;
}

.m-design-product-info h4 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 0 14px var(--dragon-blood-glow);
    font-size: 1.35rem !important;
    margin-bottom: 12px;
}

.mw-layout {
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
}

.generator-container {
    justify-content: center !important;
}

/* Tombol daftar/login lebih rounded seperti contoh */
.btn-x {
    border-radius: 999px !important;
    background: linear-gradient(180deg, #d4af37 0%, #6b3fa0 100%) !important;
    border: 1px solid rgba(255, 220, 220, 0.3);
    box-shadow: 0 0 14px var(--dragon-blood-glow);
}

/* Header search strip aksen emas */
.m-header__search-field {
    border-color: rgba(212, 175, 55, 0.45) !important;
}

.vc-header {
    border-bottom: 1px solid rgba(107, 63, 160, 0.4);
}


/* ============================================================
   FIX UTAMA: container full width, hero card di tengah
   ============================================================ */
html,
body,
#teepublic {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #0e0a1a !important;
    overflow-x: hidden !important;
}

body.no-user,
#teepublic.no-user {
    background: #0e0a1a !important;
}

.section-2-container,
.section-container,
.main-wrapper,
.main-wrapper.overflow-hidden,
#site,
#content,
.m-design,
.m-design.jsPdpDesign,
.m-design__content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    left: auto !important;
    right: auto !important;
    background: #0e0a1a !important;
    box-sizing: border-box !important;
}

#content {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.m-design.jsPdpDesign > .contain,
.m-design.jsPdpDesign > .contain.contain--wide-3,
.contain.contain--wide-3 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

.m-design-product-info > .contain,
.m-design__additional-info-container {
    width: 100% !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
}

.m-design__content {
    display: block !important;
    width: 100% !important;
}

/* Pastikan hero tetap block + modal di tengah */
.m-design__product.dragon-hero-layout {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    max-width: 100% !important;
}

.dragon-center-section {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.m-design__product .m-design__preview,
.m-design__product .m-design__options,
.m-design__product .m-design-details__title {
    float: none !important;
}

.cqd-banner.m-design__cqd-banner {
    width: 100% !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.m-design-product-info,
.m-design__additional-info-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.DRAGON222-fixed-footer {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 auto !important;
}

/* ============================================================
   Falling money + gold coins (background atmosphere)
   ============================================================ */
.dragon-money-rain {
    position: fixed;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    user-select: none;
}

.dragon-money-rain--hero {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.vc-header,
#content,
.main-wrapper {
    position: relative;
    z-index: 2;
}

.DRAGON222-fixed-footer {
    z-index: 99 !important;
}

.dragon-money-rain__item {
    position: absolute;
    top: -12%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    will-change: transform, opacity;
    animation-name: dragonMoneyFall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
}

.dragon-money-rain__item--bill {
    font-size: clamp(16px, 2.2vw, 28px);
    opacity: 0.55;
    text-shadow: 0 0 10px rgba(34, 139, 34, 0.35);
}

.dragon-money-rain__item--coin-emoji {
    font-size: clamp(14px, 1.9vw, 24px);
    opacity: 0.7;
    filter: drop-shadow(0 0 6px rgba(255, 196, 80, 0.55));
}

.dragon-money-rain__item--coin {
    width: 1.05em;
    height: 1.05em;
    font-size: clamp(12px, 1.6vw, 20px);
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 28%, #fff6c8 0%, #ffd76a 28%, #e6a818 62%, #a8740a 100%);
    box-shadow:
        0 0 10px rgba(255, 196, 80, 0.55),
        inset 0 -2px 3px rgba(90, 50, 0, 0.35),
        inset 0 2px 3px rgba(255, 255, 220, 0.55);
    opacity: 0.78;
    animation-name: dragonMoneyFall, dragonCoinSpin;
    animation-timing-function: linear, linear;
    animation-iteration-count: infinite, infinite;
}

.dragon-money-rain__item--coin::after {
    content: "";
    width: 58%;
    height: 58%;
    border-radius: 50%;
    border: 1.5px solid rgba(166, 110, 10, 0.55);
    box-shadow: inset 0 0 0 1px rgba(255, 236, 170, 0.35);
}

.dragon-money-rain--page .dragon-money-rain__item {
    opacity: 0.38;
}

.dragon-money-rain--page .dragon-money-rain__item--bill {
    opacity: 0.32;
}

.dragon-money-rain--hero .dragon-money-rain__item--bill {
    opacity: 0.62;
}

.dragon-money-rain--hero .dragon-money-rain__item--coin,
.dragon-money-rain--hero .dragon-money-rain__item--coin-emoji {
    opacity: 0.85;
}

@keyframes dragonMoneyFall {
    0% {
        transform: translate3d(0, -12vh, 0) rotate(0deg);
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translate3d(var(--drift, 18px), 112vh, 0) rotate(var(--spin, 360deg));
        opacity: 0;
    }
}

@keyframes dragonCoinSpin {
    0% {
        filter: brightness(1.05);
    }
    50% {
        filter: brightness(1.25);
    }
    100% {
        filter: brightness(1.05);
    }
}

@media (max-width: 640px) {
    .dragon-money-rain--page .dragon-money-rain__item {
        opacity: 0.28;
    }

    .dragon-money-rain__item--bill {
        font-size: 15px;
    }

    .dragon-money-rain__item--coin-emoji {
        font-size: 14px;
    }

    .dragon-money-rain__item--coin {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dragon-money-rain {
        display: none !important;
    }
}

/* ============================================================
   Banner-matched polish — gold CTA on royal night purple
   ============================================================ */
.btn-x,
.m-design__options .btn-x,
.login,
.register,
.login-button,
.register-button,
.DRAGON222-popup-btn,
.DRAGON222-fixed-footer a,
.DRAGON222-fixed-footer .tada {
    background: linear-gradient(180deg, #f0d78c 0%, #d4af37 42%, #a67c00 100%) !important;
    color: #1a1000 !important;
    border: 1px solid rgba(255, 236, 170, 0.55) !important;
    text-shadow: none !important;
    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.35),
        0 0 18px rgba(212, 175, 55, 0.35) !important;
}

.btn-x:hover,
.DRAGON222-fixed-footer a:hover,
.DRAGON222-popup-btn:hover {
    filter: brightness(1.08);
    color: #1a1000 !important;
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.4),
        0 0 24px rgba(232, 197, 71, 0.55) !important;
}

.dragon-faq-box .faq-question {
    color: #4a2a78 !important;
}

.dragon-faq-box .faq-question::before {
    border-left-color: #d4af37 !important;
}

.dragon-faq-box .faq-question:hover,
.dragon-faq-box .faq-question.active {
    color: #2a1848 !important;
    background: #fcf0d8 !important;
}

.mw-info-box__header,
.machine {
    background: linear-gradient(135deg, #6b3fa0 0%, #3d2466 55%, #1a1028 100%) !important;
    box-shadow: 0 0 28px rgba(139, 92, 246, 0.35) !important;
}

.m-design-product-info,
.m-design__additional-info-container {
    background:
        radial-gradient(circle at 18% 8%, rgba(252, 240, 216, 0.08) 0, transparent 28%),
        radial-gradient(circle at 82% 12%, rgba(139, 92, 246, 0.18) 0, transparent 30%),
        linear-gradient(180deg, #2a1848 0%, #160e24 55%, #0e0a1a 100%) !important;
    border-color: rgba(212, 175, 55, 0.28) !important;
}

.m-footer-sitemap,
.m-footer__legal-bar {
    background: linear-gradient(180deg, #120c22 0%, #0e0a1a 100%) !important;
}

.m-footer__guarantee-headline {
    color: #d4af37 !important;
    text-shadow: 0 0 14px rgba(212, 175, 55, 0.45);
}

.vc-header {
    background: rgba(14, 10, 26, 0.92) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.28) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.m-header__search-field {
    border-color: rgba(212, 175, 55, 0.4) !important;
    background: rgba(26, 16, 40, 0.65) !important;
    color: #fcf0d8 !important;
}

.dragon-style-grid a:hover {
    background: linear-gradient(180deg, #6b3fa0, #3d2466) !important;
    border-color: rgba(212, 175, 55, 0.65) !important;
}

.mw-review-box .review-name {
    -webkit-text-fill-color: #6b3fa0 !important;
    color: #6b3fa0 !important;
}

.m-design__additional-info-container .vc-pill .link__content {
    color: #4a2a78 !important;
}

.m-design__product.dragon-hero-layout .jsProductMainImage {
    box-shadow: 0 0 28px rgba(212, 175, 55, 0.35) !important;
}

@keyframes dragonPulse {
    0%,
    100% {
        box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
    }
    50% {
        box-shadow: 0 0 22px rgba(232, 197, 71, 0.75);
    }
}
