:root{--bg:#0b1020;--panel:#121a2b;--panel2:#182238;--text:#f7f9fc;--muted:#9aa7bd;--line:#26324a;--accent:#6d7cff;--good:#35c98b;--bad:#ff6b7d;--shadow:0 18px 40px rgba(0,0,0,.28)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:linear-gradient(180deg,#090d18,#0e1424);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}.wrap{max-width:1100px;margin:auto;padding:24px}.nav{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}.brand{font-weight:800;letter-spacing:.2px}.nav-links{display:flex;gap:10px;flex-wrap:wrap}.btn{border:0;border-radius:12px;padding:11px 15px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.btn.secondary{background:#202b43}.btn.danger{background:#9f2d41}.btn.good{background:#187c57}.input,.select,.file{width:100%;padding:12px 13px;border-radius:11px;border:1px solid var(--line);background:#0f1728;color:var(--text);outline:none}.input:focus,.select:focus{border-color:var(--accent)}label{display:block;margin:12px 0 6px;font-size:13px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.card{background:rgba(18,26,43,.96);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.hero{padding:70px 0 40px}.hero h1{font-size:clamp(34px,7vw,62px);line-height:1.05;margin:0 0 16px}.muted{color:var(--muted)}.small{font-size:13px}.price{font-size:28px;font-weight:800}.stat{min-height:128px}.list{display:grid;gap:10px}.row{display:flex;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#10182a}.pill{display:inline-block;padding:5px 8px;border-radius:999px;background:#202b43;font-size:12px}.pill.good{background:rgba(53,201,139,.14);color:#6be3ac}.pill.bad{background:rgba(255,107,125,.14);color:#ff8797}.msg{margin:12px 0;padding:12px;border-radius:11px;background:#182238;color:#dce4f1}.hidden{display:none!important}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{padding:10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table-wrap{overflow:auto}.section{margin-top:24px}.footer{padding:40px 0;color:var(--muted);font-size:13px}.qr{max-width:280px;width:100%;border-radius:16px;background:#fff;padding:10px}.center{text-align:center}.actions{display:flex;gap:10px;flex-wrap:wrap}.notice{background:#1a2236;border-left:4px solid var(--accent);padding:12px;border-radius:10px}.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.auth{max-width:480px;margin:50px auto}.two{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.dashboard-head{display:flex;align-items:end;justify-content:space-between;gap:12px}.balance-card{background:linear-gradient(135deg,#1b2550,#151b35);border-color:#323f72}.admin-nav{display:flex;gap:8px;overflow:auto;padding-bottom:8px}.admin-nav a{white-space:nowrap}.file{padding:10px}.empty{padding:25px;text-align:center;color:var(--muted)}
@media(max-width:800px){.grid,.grid2,.two{grid-template-columns:1fr}.wrap{padding:16px}.hero{padding:38px 0 24px}.hero h1{font-size:40px}.nav{align-items:flex-start;flex-direction:column}}

.package{display:flex;flex-direction:column;gap:10px}.package .btn{margin-top:auto}.modal{position:fixed;inset:0;background:rgba(0,0,0,.72);display:flex;align-items:center;justify-content:center;padding:16px;z-index:20}.modal.hidden{display:none}.modal-box{width:min(520px,100%);background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}
/* =========================================================
   DANA INVESTASI NUSANTARA
   INVESTMENT PAGE - PREMIUM THEME OVERRIDE
   ========================================================= */

.investment-page {
    --din-bg: #06120f;
    --din-bg-soft: #091914;
    --din-card: #0b1d17;
    --din-card-2: #0e241c;
    --din-border: rgba(255, 255, 255, 0.08);
    --din-green: #16c784;
    --din-green-dark: #0b8f5c;
    --din-gold: #d7b66a;
    --din-text: #f4f7f5;
    --din-muted: #8d9b95;

    min-height: 100vh;
    background:
        radial-gradient(
            circle at 50% -10%,
            rgba(22, 199, 132, 0.14),
            transparent 38%
        ),
        var(--din-bg);
    color: var(--din-text);
    padding-bottom: 100px;
}


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

.investment-header {
    position: sticky;
    top: 0;
    z-index: 50;

    width: 100%;
    min-height: 82px;

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

    padding: 14px 24px;

    background: rgba(5, 17, 13, 0.94);
    border-bottom: 1px solid var(--din-border);

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

.investment-header .back-button {
    width: 46px;
    height: 46px;

    flex: 0 0 46px;

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

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.07);

    color: #ffffff;
    text-decoration: none;

    font-size: 22px;

    transition: 0.25s ease;
}

.investment-header .back-button:hover {
    background: rgba(22, 199, 132, 0.14);
    border-color: rgba(22, 199, 132, 0.3);
}


/* BRAND */

.investment-header .brand {
    display: flex;
    align-items: center;
    gap: 12px;

    min-width: 0;
}

.investment-header .brand-logo {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

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

    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #19ca83,
            #08794d
        );

    color: #ffffff;

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

    box-shadow:
        0 8px 25px rgba(22, 199, 132, 0.18);
}

.investment-header .brand-text {
    display: flex;
    flex-direction: column;

    line-height: 1.05;

    white-space: nowrap;
}

.investment-header .brand-text strong {
    color: #f5f7f6;

    font-family: Georgia, serif;

    font-size: 15px;
    letter-spacing: 0.04em;
}

.investment-header .brand-text span {
    margin-top: 5px;

    color: var(--din-green);

    font-family: Georgia, serif;

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

    letter-spacing: 0.18em;
}

.header-balance {
    margin-left: auto;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    text-align: right;
}

.header-balance span {
    color: var(--din-muted);

    font-size: 12px;
    margin-bottom: 3px;
}

.header-balance strong {
    color: var(--din-green);

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


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

.investment-hero {
    position: relative;

    width: min(100% - 32px, 1120px);

    min-height: 310px;

    margin: 24px auto 0;

    overflow: hidden;

    display: flex;
    align-items: flex-end;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 80% 25%,
            rgba(22, 199, 132, 0.24),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #09251b,
            #06120f 70%
        );

    border: 1px solid rgba(22, 199, 132, 0.18);

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

.investment-hero::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    right: -80px;
    top: -90px;

    border-radius: 50%;

    border: 1px solid rgba(22, 199, 132, 0.15);

    box-shadow:
        0 0 80px rgba(22, 199, 132, 0.08);
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(6, 18, 15, 0.05),
            rgba(6, 18, 15, 0.72)
        );
}

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

    width: 100%;

    padding: 42px 38px 38px;
}

.hero-badge {
    display: inline-flex;

    padding: 7px 13px;

    border-radius: 999px;

    background: rgba(22, 199, 132, 0.1);
    border: 1px solid rgba(22, 199, 132, 0.24);

    color: var(--din-green);

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

    letter-spacing: 0.14em;
}

.hero-content h1 {
    margin: 16px 0 12px;

    max-width: 650px;

    color: #ffffff;

    font-size: clamp(32px, 6vw, 54px);
    line-height: 1.05;

    letter-spacing: -0.03em;
}

.hero-content p {
    max-width: 620px;

    margin: 0;

    color: #aebbb5;

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


/* =========================================================
   SECTION GLOBAL
   ========================================================= */

.benefit-section,
.packages-section,
.investment-info-section,
.my-investment-section {
    width: min(100% - 32px, 1120px);

    margin-left: auto;
    margin-right: auto;
}

.benefit-section {
    padding-top: 55px;
}

.packages-section {
    padding-top: 65px;
}

.investment-info-section {
    padding-top: 45px;
}

.my-investment-section {
    padding-top: 55px;
}

.section-heading {
    max-width: 700px;

    margin-bottom: 26px;
}

.section-eyebrow {
    display: inline-block;

    margin-bottom: 8px;

    color: var(--din-green);

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

    letter-spacing: 0.16em;
}

.section-heading h2 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: clamp(25px, 5vw, 36px);

    line-height: 1.15;

    letter-spacing: -0.02em;
}

.section-heading p {
    margin: 0;

    color: var(--din-muted);

    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   BENEFIT CARDS
   ========================================================= */

.benefit-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 14px;
}

.benefit-card {
    min-height: 150px;

    padding: 20px;

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(14, 36, 28, 0.95),
            rgba(8, 24, 18, 0.95)
        );

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

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.18);

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

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

    border-color:
        rgba(22, 199, 132, 0.25);
}

.benefit-icon {
    width: 38px;
    height: 38px;

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

    margin-bottom: 15px;

    border-radius: 12px;

    background:
        rgba(22, 199, 132, 0.1);

    border: 1px solid
        rgba(22, 199, 132, 0.18);

    color: var(--din-green);

    font-weight: 800;
}

.benefit-card h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 15px;
}

.benefit-card p {
    margin: 0;

    color: #84948d;

    font-size: 12px;
    line-height: 1.55;
}


/* =========================================================
   PACKAGE AREA
   ========================================================= */

.investment-packages {
    display: flex;

    flex-direction: column;

    gap: 22px;

    width: 100%;
}


/* PACKAGE CARD */

.investment-packages .card.package {
    width: 100%;

    overflow: hidden;

    padding: 0 !important;

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            #0d241c,
            #081712
        ) !important;

    border: 1px solid
        rgba(255, 255, 255, 0.07) !important;

    box-shadow:
        0 18px 55px
        rgba(0, 0, 0, 0.28);

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

.investment-packages .card.package:hover {
    transform: translateY(-4px);

    border-color:
        rgba(22, 199, 132, 0.3) !important;

    box-shadow:
        0 25px 65px
        rgba(0, 0, 0, 0.38);
}


/* PACKAGE IMAGE */

.package-image-wrap {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 7;

    overflow: hidden;

    background: #07130f;
}

.package-image-wrap::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(4, 15, 11, 0.55)
        );

    pointer-events: none;
}

.package-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    transition:
        transform 0.5s ease;
}

.investment-packages
.card.package:hover
.package-image {
    transform: scale(1.025);
}


/* PACKAGE CONTENT */

.package-content {
    padding: 22px 24px 24px;
}

.investment-packages .kicker {
    margin-bottom: 7px;

    color: var(--din-green);

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

    letter-spacing: 0.15em;
}

.investment-packages .price {
    margin-bottom: 6px;

    color: #ffffff;

    font-size: clamp(25px, 5vw, 34px);

    font-weight: 800;

    line-height: 1.15;
}

.investment-packages .small {
    color: #84948d !important;

    font-size: 13px;

    line-height: 1.5;
}


/* INVEST BUTTON */

.investment-packages .invest-btn {
    width: 100%;

    margin-top: 18px;

    min-height: 48px;

    border: 0;

    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            #19ca83,
            #0a9b63
        );

    color: #ffffff;

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

    cursor: pointer;

    box-shadow:
        0 8px 25px
        rgba(22, 199, 132, 0.16);

    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.investment-packages .invest-btn:hover {
    filter: brightness(1.08);

    transform: translateY(-1px);
}

.investment-packages .invest-btn:active {
    transform: translateY(0);
}


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

.investment-info-section .info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    padding: 23px;

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            #0d241c,
            #081712
        );

    border: 1px solid var(--din-border);
}

.info-icon {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

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

    border-radius: 12px;

    background: rgba(215, 182, 106, 0.1);

    border: 1px solid
        rgba(215, 182, 106, 0.2);

    color: var(--din-gold);

    font-weight: 800;
}

.info-card h2 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 18px;
}

.info-card p {
    margin: 0 0 8px;

    color: #85958e;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   MY INVESTMENT
   ========================================================= */

.my-investment-list {
    display: flex;

    flex-direction: column;

    gap: 12px;
}

.my-investment-list .row {
    padding: 18px;

    border-radius: 17px;

    background: #0b1d17;

    border: 1px solid var(--din-border);
}

.my-investment-list .row b {
    color: #ffffff;

    font-size: 15px;
}

.my-investment-list .row > div > div {
    color: #8c9a94;

    font-size: 13px;

    line-height: 1.6;
}

.my-investment-list .pill {
    border-radius: 999px;

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


/* =========================================================
   LOADING
   ========================================================= */

.loading-card {
    width: 100%;

    padding: 35px;

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

    border-radius: 20px;

    background: #0b1d17;

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

    color: var(--din-muted);
}

.loading-spinner {
    width: 20px;
    height: 20px;

    border-radius: 50%;

    border: 2px solid
        rgba(255, 255, 255, 0.1);

    border-top-color:
        var(--din-green);

    animation:
        din-spin 0.8s linear infinite;
}

@keyframes din-spin {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   EMPTY / MESSAGE
   ========================================================= */

.investment-page .empty,
.investment-page .msg {
    padding: 20px;

    border-radius: 16px;

    background: #0b1d17;

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

    color: var(--din-muted);

    text-align: center;
}


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

.investment-page ~ .bottom-navigation,
.bottom-navigation {
    background:
        rgba(4, 16, 12, 0.96) !important;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.07) !important;

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


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

@media (max-width: 850px) {

    .benefit-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .investment-hero {
        min-height: 290px;
    }

}


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

@media (max-width: 600px) {

    .investment-page {
        padding-bottom: 92px;
    }

    .investment-header {
        min-height: 72px;

        padding:
            11px 14px;

        gap: 10px;
    }

    .investment-header .back-button {
        width: 42px;
        height: 42px;

        flex-basis: 42px;

        border-radius: 12px;

        font-size: 20px;
    }

    .investment-header .brand {
        gap: 9px;
    }

    .investment-header .brand-logo {
        width: 42px;
        height: 42px;

        flex-basis: 42px;

        border-radius: 12px;

        font-size: 13px;
    }

    .investment-header .brand-text strong {
        font-size: 11px;
    }

    .investment-header .brand-text span {
        font-size: 10px;

        letter-spacing: 0.14em;
    }

    .header-balance span {
        font-size: 10px;
    }

    .header-balance strong {
        font-size: 13px;
    }


    /* HERO */

    .investment-hero {
        width: calc(100% - 24px);

        min-height: 285px;

        margin-top: 12px;

        border-radius: 22px;
    }

    .hero-content {
        padding:
            28px 22px 25px;
    }

    .hero-badge {
        font-size: 9px;

        padding:
            6px 10px;
    }

    .hero-content h1 {
        margin-top: 13px;

        font-size: 31px;
    }

    .hero-content p {
        font-size: 12px;

        line-height: 1.6;
    }


    /* SECTIONS */

    .benefit-section,
    .packages-section,
    .investment-info-section,
    .my-investment-section {
        width: calc(100% - 24px);
    }

    .benefit-section {
        padding-top: 38px;
    }

    .packages-section {
        padding-top: 45px;
    }

    .investment-info-section {
        padding-top: 35px;
    }

    .my-investment-section {
        padding-top: 42px;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    .section-eyebrow {
        font-size: 9px;
    }

    .section-heading h2 {
        font-size: 25px;
    }

    .section-heading p {
        font-size: 12px;
    }


    /* BENEFITS */

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

        gap: 10px;
    }

    .benefit-card {
        min-height: 145px;

        padding: 15px;

        border-radius: 16px;
    }

    .benefit-icon {
        width: 34px;
        height: 34px;

        margin-bottom: 11px;

        border-radius: 10px;
    }

    .benefit-card h3 {
        font-size: 12px;
    }

    .benefit-card p {
        font-size: 10px;
    }


    /* PACKAGES */

    .investment-packages {
        gap: 18px;
    }

    .investment-packages .card.package {
        border-radius: 20px;
    }

    .package-image-wrap {
        aspect-ratio: 16 / 8.5;
    }

    .package-content {
        padding:
            18px 18px 19px;
    }

    .investment-packages .kicker {
        font-size: 10px;

        margin-bottom: 6px;
    }

    .investment-packages .price {
        font-size: 27px;
    }

    .investment-packages .small {
        font-size: 11px;
    }

    .investment-packages .invest-btn {
        min-height: 45px;

        margin-top: 15px;

        border-radius: 12px;

        font-size: 13px;
    }


    /* INFO */

    .investment-info-section .info-card {
        padding: 18px;

        gap: 12px;

        border-radius: 17px;
    }

    .info-icon {
        width: 34px;
        height: 34px;

        flex-basis: 34px;

        border-radius: 10px;
    }

    .info-card h2 {
        font-size: 16px;
    }

    .info-card p {
        font-size: 11px;
    }


    /* MY INVESTMENT */

    .my-investment-list .row {
        padding: 15px;

        border-radius: 15px;
    }

}
/* =========================================
   INVESTASI AKTIF - DASHBOARD
   ========================================= */

.investment-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 14px;
}

.investment-item {
    width: 100%;
    box-sizing: border-box;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(
        145deg,
        #121922 0%,
        #0e141c 100%
    );
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.investment-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.investment-package-name {
    font-size: 18px;
    font-weight: 700;
    color: #f4f7fb;
    line-height: 1.25;
}

.investment-package-amount {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #8fa4c4;
}

.investment-status {
    flex-shrink: 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(36, 201, 151, 0.10);
    border: 1px solid rgba(36, 201, 151, 0.22);
    color: #58d9b0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

/* Detail grid */

.investment-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 15px;
}

.investment-detail {
    min-width: 0;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.045);
}

.investment-detail span {
    display: block;
    margin-bottom: 5px;
    color: #7f8da3;
    font-size: 11px;
    font-weight: 500;
}

.investment-detail strong {
    display: block;
    color: #edf2f8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

/* Periode investasi */

.investment-period {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    color: #8492a8;
    font-size: 11px;
    line-height: 1.5;
}

.investment-period span {
    color: #52647d;
    flex-shrink: 0;
}

/* Empty state */

.investment-list .empty {
    padding: 24px 16px;
    text-align: center;
    border-radius: 16px;
    background: #111821;
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #7f8da3;
    font-size: 14px;
}

/* Mobile */

@media (max-width: 480px) {

    .investment-item {
        padding: 16px;
        border-radius: 16px;
    }

    .investment-package-name {
        font-size: 17px;
    }

    .investment-package-amount {
        font-size: 14px;
    }

    .investment-details {
        gap: 8px;
    }

    .investment-detail {
        padding: 10px;
    }

    .investment-detail strong {
        font-size: 13px;
    }

    .investment-period {
        font-size: 10px;
    }
}

/* =========================================================
   PAYMENT / QRIS - PREMIUM THEME
   ========================================================= */

.payment-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% -10%, rgba(22,199,132,.12), transparent 35%),
        linear-gradient(180deg, #06120f 0%, #081611 45%, #06100d 100%);
    color: #f4f7f5;
    padding: 24px 16px 70px;
}

.payment-container {
    width: min(100%, 680px);
    margin: 0 auto;
}

/* HEADER */

.payment-header {
    margin-bottom: 22px;
}

.payment-header .back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
    color: #8d9b95;
    font-size: 13px;
    transition: .2s ease;
}

.payment-header .back-link:hover {
    color: #16c784;
}

.payment-header h1 {
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(27px, 6vw, 38px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.payment-header p {
    margin: 0;
    color: #8d9b95;
    font-size: 13px;
    line-height: 1.65;
}

/* COUNTDOWN */

.payment-page .countdown {
    margin-bottom: 16px;
    padding: 18px;
    text-align: center;
    border: 1px solid rgba(215,182,106,.18);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(40,31,16,.9),
            rgba(22,20,14,.9)
        );
}

.countdown-label {
    margin-bottom: 7px;
    color: #9d9580;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.countdown-time {
    color: #d7b66a;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: .05em;
}

.payment-page .expired {
    display: none;
    margin-top: 8px;
    color: #ff8797;
    font-size: 12px;
    font-weight: 700;
}

/* CARD */

.payment-card {
    margin-bottom: 16px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            #0d241c,
            #081712
        );
    box-shadow: 0 15px 40px rgba(0,0,0,.22);
}

.payment-card .card-title {
    margin-bottom: 17px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

/* TOTAL PAYMENT */

.amount-box {
    margin-bottom: 17px;
    padding: 20px 16px;
    text-align: center;
    border: 1px solid rgba(22,199,132,.16);
    border-radius: 16px;
    background: rgba(22,199,132,.055);
}

.amount-label {
    margin-bottom: 8px;
    color: #8d9b95;
    font-size: 11px;
}

.amount-value {
    color: #16c784;
    font-size: clamp(27px, 7vw, 38px);
    font-weight: 900;
    line-height: 1.15;
    word-break: break-word;
}

/* DETAIL */

.payment-page .detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.payment-page .detail-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.detail-label {
    color: #7f8d87;
    font-size: 12px;
}

.detail-value {
    color: #edf4f0;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.unique-code {
    color: #d7b66a;
}

/* =========================================================
   QRIS
   ========================================================= */

.qris-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 16px 18px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(255,255,255,.05),
            transparent 45%
        ),
        rgba(4,15,11,.55);
}

.qris-image {
    display: block;
    width: min(100%, 310px);
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 12px;
    border-radius: 18px;
    background: #fff;
    box-shadow:
        0 15px 35px rgba(0,0,0,.35),
        0 0 0 1px rgba(255,255,255,.08);
}

.merchant-name {
    margin-top: 14px;
    color: #dfe8e3;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: center;
}

/* QRIS BUTTONS */

.qris-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 430px;
    margin-top: 17px;
}

.qris-btn {
    min-height: 45px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform .2s ease,
        filter .2s ease,
        border-color .2s ease;
}

.qris-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.qris-btn:active {
    transform: translateY(0);
}

.save-btn {
    background: linear-gradient(135deg, #19ca83, #0a9b63);
    border-color: rgba(22,199,132,.25);
}

.share-btn {
    background: #17271f;
    border-color: rgba(22,199,132,.18);
}

/* =========================================================
   INSTRUCTIONS
   ========================================================= */

.instruction-list {
    margin: 0;
    padding-left: 22px;
    color: #9aa9a2;
    font-size: 13px;
    line-height: 1.7;
}

.instruction-list li {
    padding-left: 5px;
    margin-bottom: 9px;
}

.instruction-list li:last-child {
    margin-bottom: 0;
}

.instruction-list strong {
    color: #edf4f0;
}

/* =========================================================
   UPLOAD BUKTI
   ========================================================= */

.upload-proof-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    border-radius: 13px;
    background: linear-gradient(135deg, #19ca83, #0a9b63);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 8px 25px rgba(22,199,132,.13);
    transition:
        transform .2s ease,
        filter .2s ease;
}

.upload-proof-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.upload-proof-btn:active {
    transform: translateY(0);
}

.upload-note {
    margin-top: 10px;
    color: #71817a;
    font-size: 11px;
    line-height: 1.55;
    text-align: center;
}

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

@media (max-width: 600px) {

    .payment-page {
        padding: 15px 12px 60px;
    }

    .payment-card {
        padding: 16px;
        border-radius: 17px;
    }

    .payment-header {
        margin-bottom: 17px;
    }

    .payment-header h1 {
        font-size: 27px;
    }

    .payment-header p {
        font-size: 12px;
    }

    .countdown-time {
        font-size: 26px;
    }

    .amount-box {
        padding: 17px 12px;
    }

    .amount-value {
        font-size: 29px;
    }

    .qris-wrapper {
        padding: 15px 10px;
    }

    .qris-image {
        width: min(100%, 290px);
        padding: 10px;
        border-radius: 15px;
    }

    .qris-buttons {
        gap: 8px;
    }

    .qris-btn {
        min-height: 43px;
        padding: 10px 8px;
        font-size: 11px;
    }

    .payment-page .detail-row {
        align-items: flex-start;
    }
}

/* SMALL SCREEN */

@media (max-width: 380px) {

    .qris-buttons {
        grid-template-columns: 1fr;
    }

    .qris-btn {
        width: 100%;
    }

    .payment-card {
        padding: 14px;
    }
}