
/* =========================================================
   MAWARTOTO PREMIUM CARD
   TEMA SAMURAI JEPANG
   Hitam Arang • Merah Darah • Emas • Kabut • Katana
========================================================= */

.Mawartoto-Premium-Card {
    position: relative;
    isolation: isolate;
    max-width: 700px;
    width: 100%;
    padding: 50px 40px;
    overflow: hidden;

    border: 1px solid rgba(220, 177, 76, 0.55);
    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            transparent 0 45%,
            rgba(255, 255, 255, 0.025) 45% 46%,
            transparent 46% 100%
        ),
        radial-gradient(
            circle at 82% 13%,
            rgba(190, 0, 0, 0.65) 0 9%,
            rgba(125, 0, 0, 0.2) 10%,
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #050505 0%,
            #160505 45%,
            #080808 72%,
            #000000 100%
        );

    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.9),
        0 0 35px rgba(190, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        inset 0 0 45px rgba(0, 0, 0, 0.75);

    color: #f7f0df;
    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        Georgia,
        serif;
}

/* Matahari merah Jepang */
.Mawartoto-Premium-Card::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -75px;
    z-index: -2;

    width: 310px;
    height: 310px;
    border-radius: 50%;

    background:
        repeating-conic-gradient(
            from 0deg,
            rgba(205, 0, 0, 0.18) 0deg 7deg,
            transparent 7deg 15deg
        );

    filter: blur(1px);
    opacity: 0.8;
    pointer-events: none;
    animation: samuraiSunRotate 45s linear infinite;
}

/* Kabut dan garis tebasan katana */
.Mawartoto-Premium-Card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            118deg,
            transparent 0 41%,
            rgba(255, 255, 255, 0.05) 41.3%,
            rgba(220, 177, 76, 0.25) 41.7%,
            transparent 42.2%
        ),
        radial-gradient(
            ellipse at 15% 82%,
            rgba(255, 255, 255, 0.05),
            transparent 45%
        ),
        radial-gradient(
            ellipse at 75% 92%,
            rgba(255, 255, 255, 0.035),
            transparent 42%
        );

    opacity: 0.9;
    pointer-events: none;
}

/* =========================================================
   JUDUL UTAMA
========================================================= */

.hero-title {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    text-align: center;
}

.hero-title h1 {
    position: relative;
    margin: 0 0 10px;

    font-size: 34px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #fff7e4;

    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f6e4ad 48%,
        #c8972c 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 3px 6px rgba(0, 0, 0, 0.95),
        0 0 15px rgba(196, 0, 0, 0.2);
}

.hero-title h1::after {
    content: "";
    display: block;

    width: 110px;
    height: 3px;
    margin: 15px auto 0;

    background: linear-gradient(
        90deg,
        transparent,
        #b70000 18%,
        #f0c861 50%,
        #b70000 82%,
        transparent
    );

    box-shadow:
        0 0 8px rgba(215, 0, 0, 0.65),
        0 0 12px rgba(224, 181, 74, 0.3);
}

.hero-title h1 span {
    color: #d60000;
    font-weight: 900;

    background: linear-gradient(
        180deg,
        #ff5c5c,
        #bd0000 72%,
        #710000
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0 12px rgba(225, 0, 0, 0.5),
        0 3px 8px rgba(0, 0, 0, 0.8);
}

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

.brand-header {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    text-align: center;
}

.brand-header h2 {
    margin: 0 0 8px;

    color: #f5e9cf;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;

    text-shadow:
        0 2px 0 #000,
        0 0 12px rgba(207, 0, 0, 0.35);
}

.brand-header .sub {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;

    color: #cdbf9f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.brand-header .sub::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;

    width: 76px;
    height: 3px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #a90000 20%,
            #e2bd5b 50%,
            #a90000 80%,
            transparent
        );

    box-shadow: 0 0 10px rgba(199, 0, 0, 0.45);
}

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

.info-container {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 30px;

    border: 1px solid rgba(215, 177, 76, 0.28);
    border-radius: 6px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.025),
            transparent 40%
        ),
        rgba(4, 4, 4, 0.9);

    box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.55),
        inset 0 0 25px rgba(160, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.025);

    backdrop-filter: blur(8px);
}

.info-head {
    position: relative;
    padding: 17px 20px;

    background:
        linear-gradient(
            90deg,
            rgba(126, 0, 0, 0.75),
            rgba(35, 0, 0, 0.8),
            rgba(126, 0, 0, 0.75)
        );

    border-bottom: 1px solid rgba(224, 181, 74, 0.35);
}

.info-head::before,
.info-head::after {
    content: "◆";
    position: absolute;
    top: 50%;

    color: #d7ad4d;
    font-size: 10px;

    transform: translateY(-50%);
    text-shadow: 0 0 8px rgba(224, 181, 74, 0.5);
}

.info-head::before {
    left: 18px;
}

.info-head::after {
    right: 18px;
}

.info-head h2,
.info-head h3 {
    margin: 0;
    padding: 0;

    color: #fff3d8;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 0 8px rgba(255, 0, 0, 0.2);
}

.info-list {
    padding: 7px 0;
}

.info-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    padding: 14px 22px;

    border-bottom: 1px solid rgba(224, 181, 74, 0.09);

    transition:
        background 0.25s ease,
        padding-left 0.25s ease;
}

.info-row:last-child {
    border-bottom: none;
}

.info-row:hover {
    padding-left: 27px;

    background:
        linear-gradient(
            90deg,
            rgba(163, 0, 0, 0.15),
            rgba(224, 181, 74, 0.035),
            transparent
        );
}

.info-label {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #d4c8ae;
    font-size: 14px;
}

.info-dot {
    position: relative;
    display: inline-block;
    flex-shrink: 0;

    width: 9px;
    height: 9px;

    border: 1px solid rgba(255, 214, 117, 0.65);
    border-radius: 1px;

    background: linear-gradient(
        135deg,
        #ff3131,
        #a30000 65%,
        #4f0000
    );

    box-shadow:
        0 0 8px rgba(227, 0, 0, 0.8),
        0 0 15px rgba(227, 0, 0, 0.25);

    transform: rotate(45deg);
    animation: samuraiSealPulse 2.4s ease-in-out infinite;
}

.info-text {
    color: #f2ead7;
    font-size: 15px;
    font-weight: 600;
}

.info-number {
    padding: 6px 14px;

    border: 1px solid rgba(232, 194, 94, 0.45);
    border-radius: 3px;

    color: #130d04;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;

    background:
        linear-gradient(
            135deg,
            #9c680e,
            #f1d477 47%,
            #b47a16
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.4),
        0 0 10px rgba(229, 180, 55, 0.12);
}

/* =========================================================
   BONUS SECTION
========================================================= */

.bonus-wrap {
    position: relative;
    z-index: 2;

    margin: 30px 0 35px;
    padding: 24px 20px;

    border: 1px solid rgba(212, 171, 72, 0.25);
    border-radius: 6px;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            rgba(132, 0, 0, 0.12),
            transparent 40%
        ),
        rgba(3, 3, 3, 0.9);

    box-shadow:
        0 15px 28px rgba(0, 0, 0, 0.45),
        inset 0 0 25px rgba(123, 0, 0, 0.07);
}

.bonus-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin-bottom: 20px;
}

.bonus-head .gold-icon {
    width: 10px;
    height: 10px;

    border: 1px solid #f3d580;
    border-radius: 1px;

    background: linear-gradient(
        135deg,
        #e5bf59,
        #8f5a08
    );

    box-shadow:
        0 0 8px rgba(228, 183, 68, 0.65),
        0 0 14px rgba(195, 0, 0, 0.3);

    transform: rotate(45deg);
    animation: samuraiSealPulse 2.2s ease-in-out infinite;
}

.bonus-head h3 {
    margin: 0;

    color: #f4e8ce;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bonus-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bonus-item {
    position: relative;
    overflow: hidden;

    padding: 14px 16px 14px 19px;

    border: 1px solid rgba(210, 170, 72, 0.18);
    border-left: 4px solid #a90000;
    border-radius: 3px;

    text-align: left;

    background:
        linear-gradient(
            100deg,
            rgba(144, 0, 0, 0.2),
            rgba(255, 255, 255, 0.018) 50%,
            transparent
        ),
        rgba(10, 10, 10, 0.88);

    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.3),
        inset 0 0 15px rgba(0, 0, 0, 0.3);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.bonus-item::before {
    content: "";
    position: absolute;
    top: -80%;
    left: -40%;

    width: 35%;
    height: 260%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 235, 185, 0.12),
        transparent
    );

    transform: rotate(24deg);
    transition: left 0.65s ease;
}

.bonus-item:hover::before {
    left: 125%;
}

.bonus-item:hover {
    transform: translateY(-3px);

    border-left-color: #e2bd5b;

    box-shadow:
        0 12px 22px rgba(0, 0, 0, 0.42),
        0 0 14px rgba(167, 0, 0, 0.16);
}

.bonus-item p {
    position: relative;
    z-index: 1;
    margin: 0;

    color: #e8deca;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.highlight-gold,
.bonus-item .highlight-gold {
    color: #efca68;
    font-weight: 900;
    text-shadow: 0 0 8px rgba(229, 183, 66, 0.2);
}

.bonus-item .highlight-black {
    color: #fff5df;
    font-weight: 700;
}

/* =========================================================
   CTA BUTTONS
========================================================= */

.cta-gold-section {
    position: relative;
    z-index: 2;
    margin-top: 25px;
    text-align: center;
}

.cta-buttons-gold {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.btn-gold {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    min-width: 155px;
    padding: 14px 42px;

    border: 1px solid;
    border-radius: 4px;

    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease,
        color 0.22s ease,
        border-color 0.22s ease;

    will-change: transform;
}

.btn-gold::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            115deg,
            transparent 20%,
            rgba(255, 255, 255, 0.28) 48%,
            transparent 76%
        );

    transform: translateX(-120%);
}

.btn-gold::after {
    content: "";
    position: absolute;
    inset: 4px;

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

    pointer-events: none;
}

.btn-gold:hover::before {
    animation: katanaShine 0.9s ease;
}

.btn-gold:hover {
    transform: translateY(-3px);
}

/* Tombol Login */
.btn-login-gold {
    color: #eac55f;

    border-color: rgba(230, 190, 84, 0.65);

    background:
        linear-gradient(
            180deg,
            rgba(54, 42, 17, 0.9),
            rgba(10, 8, 4, 0.95)
        );

    box-shadow:
        inset 0 0 18px rgba(229, 182, 59, 0.05),
        0 8px 18px rgba(0, 0, 0, 0.38),
        0 0 12px rgba(217, 169, 45, 0.1);
}

.btn-login-gold:hover {
    color: #fff1bd;
    border-color: #e7c25f;

    background:
        linear-gradient(
            180deg,
            rgba(100, 72, 15, 0.94),
            rgba(26, 17, 3, 0.97)
        );

    box-shadow:
        0 12px 22px rgba(0, 0, 0, 0.45),
        0 0 20px rgba(227, 181, 61, 0.2);
}

/* Tombol Register */
.btn-register-gold {
    color: #fff5df;

    border-color: rgba(255, 210, 138, 0.32);

    background:
        linear-gradient(
            180deg,
            #cb1919 0%,
            #980000 52%,
            #570000 100%
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 10px 22px rgba(83, 0, 0, 0.55),
        0 0 18px rgba(215, 0, 0, 0.22);
}

.btn-register-gold:hover {
    filter: brightness(1.1);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 14px 26px rgba(83, 0, 0, 0.65),
        0 0 26px rgba(224, 0, 0, 0.32);
}

/* =========================================================
   ANIMASI
========================================================= */

@keyframes samuraiSunRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes samuraiSealPulse {
    0%,
    100% {
        opacity: 0.85;
        filter: brightness(1);
    }

    50% {
        opacity: 1;
        filter: brightness(1.35);
    }
}

@keyframes katanaShine {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(120%);
    }
}

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

@media (max-width: 768px) {
    .Mawartoto-Premium-Card {
        padding: 30px 20px;
        border-radius: 6px;
    }

    .Mawartoto-Premium-Card::before {
        top: -70px;
        right: -100px;
        width: 250px;
        height: 250px;
    }

    .hero-title h1 {
        font-size: 26px;
        letter-spacing: 0.8px;
    }

    .brand-header h2 {
        font-size: 1.55rem;
        letter-spacing: 2px;
    }

    .info-row {
        gap: 10px;
        padding: 13px 14px;
    }

    .info-row:hover {
        padding-left: 17px;
    }

    .info-text,
    .bonus-item p {
        font-size: 14px;
    }

    .info-number {
        padding: 5px 10px;
        font-size: 13px;
    }

    .cta-buttons-gold {
        flex-direction: column;
        align-items: center;
    }

    .btn-gold {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .Mawartoto-Premium-Card {
        padding: 26px 14px;
    }

    .hero-title h1 {
        font-size: 22px;
    }

    .brand-header h2 {
        font-size: 1.35rem;
    }

    .info-row {
        align-items: flex-start;
    }

    .info-label {
        gap: 9px;
    }

    .info-number {
        flex-shrink: 0;
    }

    .bonus-wrap {
        padding: 20px 13px;
    }
}

/* Mengurangi animasi untuk pengguna yang memilih reduced motion */
@media (prefers-reduced-motion: reduce) {
    .Mawartoto-Premium-Card::before,
    .info-dot,
    .bonus-head .gold-icon {
        animation: none;
    }

    .btn-gold,
    .bonus-item,
    .info-row {
        transition: none;
    }
}

