* {
    box-sizing: border-box;
}

:root {
    --bg: #070707;
    --panel: #111111;
    --panel-soft: #1a1a1a;
    --text: #f5f5f5;
    --muted: #b9b9b9;
    --red: #09e535;
    --red-dark: #008f07;
    --red-soft: rgba(24, 229, 9, 0.16);
    --border: rgba(9, 229, 42, 0.34);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding-bottom: 84px;
    background:
        radial-gradient(circle at top left, rgba(9, 229, 49, 0.16), transparent 30%),
        linear-gradient(180deg, #0a0a0a 0%, #050505 55%, #101010 100%);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

a {
    color: #4fff3b;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.container,
.container-fullwidth,
#maincontentdiv {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
}

#wrapper {
    min-height: 100vh;
}

#headex,
.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(7, 7, 7, 0.94);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
}

#header-wrap .container {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 14px 0;
}

#logo img {
    display: block;
    max-width: 176px;
    max-height: 72px;
    object-fit: contain;
}

#primary-menu {
    flex: 1;
}

#primary-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#primary-menu li ul {
    display: none;
}

#primary-menu a,
.button,
button,
.btn-premium {
    border-radius: 8px;
}

#primary-menu a {
    display: block;
    padding: 9px 12px;
    color: var(--text);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

#primary-menu a:hover,
.button,
button,
.btn-premium {
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: #fff;
}

.button,
button,
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
}

.well,
.product,
#infoPanel,
.akun-content-box,
.akun-card,
.testi-card,
.review-item {
    background: linear-gradient(145deg, rgba(26, 26, 26, 0.96), rgba(10, 10, 10, 0.96));
    border: 1px solid var(--border);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.col-lg-4,
.col-sm-4,
.col-lg-8,
.col-sm-8,
.col-md-12,
.col-lg-6,
.col-md-6,
.col-lg-3,
.col-xs-6,
.col-lg-5,
.col-xs-12,
.col-sm-6,
.col-md-3,
.col_one_third,
.col_two_third {
    float: left;
    padding: 10px;
}

.col-lg-4,
.col-sm-4,
.col_one_third {
    width: 33.333%;
}

.col-lg-8,
.col-sm-8,
.col_two_third {
    width: 66.666%;
}

.col-md-12,
.col-xs-12 {
    width: 100%;
}

.col-lg-6,
.col-md-6,
.col-sm-6 {
    width: 50%;
}

.col-lg-3,
.col-md-3 {
    width: 25%;
}

.col-lg-5 {
    width: 41.666%;
}

.col-lg-4 + .col-lg-8 {
    display: block;
}

.center {
    text-align: center;
}

.tright {
    text-align: right;
}

.fright {
    float: right;
}

.hidden-xs {
    display: block;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
}

.mar-20b {
    margin-bottom: 20px;
}

.mar-30t {
    margin-top: 30px;
}

.fs-12 {
    font-size: 12px;
}

.fs-16 {
    font-size: 16px;
}

.bor-radius,
.three-banner-item,
.testi-card,
.akun-content-box,
.akun-card,
.well {
    border-radius: 8px;
}

.bor-grey {
    border: 1px solid var(--border);
}

#breadcrumb {
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
}

#listingTitle {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.12;
    text-shadow: 0 0 26px rgba(16, 229, 9, 0.45);
}

.fslider,
.flexslider,
.slide {
    width: 100%;
}

.slider-wrap {
    display: grid;
    gap: 14px;
}

.slide {
    position: relative;
}

.slide img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.ribbon-cheaper {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 7px 10px;
    background: var(--red);
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
}

.resp-sharing-button__link {
    display: inline-block;
    margin: 4px;
}

.resp-sharing-button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    background: #1e1e1e;
    border: 1px solid var(--border);
    border-radius: 50%;
}

.resp-sharing-button svg {
    width: 18px;
    fill: #fff;
}

.auth-premium-outer {
    max-width: 420px;
    margin: 15px auto 0;
}

.auth-premium-wrap {
    display: flex;
    gap: 12px;
}

.btn-premium {
    flex: 1;
    padding: 14px 0;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 22px rgba(9, 229, 13, 0.22);
}

.btn-premium:hover {
    transform: translateY(-2px);
}

.payForm {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-price ins {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 900;
}

.sm-form-control {
    min-height: 38px;
    padding: 8px 10px;
    background: #090909;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 6px;
}

.three-banner-section {
    width: 100%;
    text-align: center;
    padding: 28px 0;
}

.three-banner-title,
.akun-main-title,
.testimoni-title {
    margin: 0 auto 22px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.three-banner-title {
    font-size: clamp(22px, 3vw, 34px);
}

.three-banner-slider,
.testimoni-marquee,
.review-slider {
    width: 100%;
    overflow: hidden;
}

.three-banner-track,
.testimoni-track,
.review-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation: banner-scroll 28s linear infinite;
}

.three-banner-track:hover,
.testimoni-track:hover,
.review-track:hover {
    animation-play-state: paused;
}

.three-banner-item {
    width: 360px;
    min-width: 360px;
    overflow: hidden;
    background: #000;
    border: 1px solid var(--border);
}

.three-banner-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes banner-scroll {
    to {
        transform: translateX(-50%);
    }
}

#infoPanel {
    margin: 24px 0;
    padding: 18px;
}

.iconlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iconlist li {
    margin: 7px 0;
    color: var(--muted);
}

.line {
    height: 1px;
    background: var(--border);
}

.akun-mega-wrap {
    margin: 38px auto;
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(9, 229, 31, 0.16), transparent 34%),
        #090909;
    border: 1px solid var(--border);
    border-radius: 8px;
}

.akun-main-title {
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1.12;
}

.akun-content-box,
.akun-card {
    padding: 24px;
    margin-top: 18px;
}

.akun-content-title,
.akun-section-title {
    color: #fff;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 900;
    margin-bottom: 14px;
}

.akun-content-box p,
.faq-item p {
    color: var(--muted);
    margin: 0 0 14px;
}

.faq-item {
    margin: 12px 0;
    padding: 16px;
    background: #0b0b0b;
    border: 1px solid var(--border);
    border-radius: 8px;
}

.faq-item summary {
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.testimoni-wrap {
    width: 100%;
    overflow: hidden;
    padding: 45px 0;
    margin: 40px 0;
    background: linear-gradient(145deg, #050505, #1a0003, #080808);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.testi-card,
.review-item {
    width: 320px;
    min-width: 320px;
    padding: 20px;
}

.testi-live,
.testi-badge,
.review-role {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 8px;
    background: var(--red-soft);
    color: #6bff7a;
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.testi-stars {
    color: #52ff3b;
    margin-bottom: 8px;
}

.testi-text,
.review-text {
    color: var(--muted);
    font-size: 14px;
}

.testi-name {
    color: #fff;
    font-weight: 800;
    margin-top: 12px;
}

#footer {
    background: #050505;
    border-top: 1px solid var(--border);
    padding-top: 36px;
}

#footer h4,
#footer h5 {
    color: #fff;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer li {
    margin: 6px 0;
}

#copyrights {
    margin-top: 24px;
    padding: 18px 0;
    color: var(--muted);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shura-gacor-fixed-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: rgba(5, 5, 5, 0.96);
    border-top: 1px solid var(--border);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.45);
}

.shura-gacor-fixed-footer a {
    width: min(18vw, 110px);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 800;
}

.shura-gacor-fixed-footer img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(9, 229, 31, 0.75));
}

.shura-gacor-fixed-footer .tada {
    transform: translateY(-4px);
}

#gotoTop {
    position: fixed;
    right: 18px;
    bottom: 92px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: var(--red);
    color: #fff;
    border-radius: 50%;
}

@media (max-width: 900px) {
    #header-wrap .container,
    .payForm {
        flex-direction: column;
        align-items: stretch;
    }

    #primary-menu ul {
        justify-content: flex-start;
    }

    .col-lg-4,
    .col-sm-4,
    .col-lg-8,
    .col-sm-8,
    .col-md-12,
    .col-lg-6,
    .col-md-6,
    .col-lg-3,
    .col-xs-6,
    .col-lg-5,
    .col-xs-12,
    .col-sm-6,
    .col-md-3,
    .col_one_third,
    .col_two_third {
        float: none;
        width: 100%;
    }

    .three-banner-item,
    .testi-card,
    .review-item {
        width: 280px;
        min-width: 280px;
    }

    .akun-mega-wrap {
        padding: 20px;
    }
}

@media (max-width: 560px) {
    body {
        padding-bottom: 76px;
    }

    #logo img {
        max-width: 142px;
    }

    #primary-menu a {
        padding: 7px 8px;
        font-size: 11px;
    }

    .shura-gacor-fixed-footer {
        gap: 4px;
        padding: 8px 4px;
    }

    .shura-gacor-fixed-footer a {
        font-size: 10px;
    }
}