/* ===== Extracted style block 1  ===== */
.preview,
   .m-product-preview__glider,
   .glide,
   .glide__track {
    overflow: hidden !important;
    max-width: 100% !important;
   }

  
   .glide__slides {
    display: flex !important;
  
    margin: 0 !important;
    
    contain: none !important;
   }

   
   .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;
   }

   
   html,
   body {
    overflow-x: hidden !important;
   }


/* ===== Extracted style block 2  ===== */
.vc-header-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}
   /* Container tombol */
   .n-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-weight: 700;
    margin: 0 auto;
   }

   .n-columns-2 a {
    text-align: center;
    margin: 0;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
   }

   .login,
   .register {
    color: #ffffff;
    padding: 16px 10px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
   }

   /* Efek kilau untuk kedua tombol */
   .login::after,
   .register::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0) 50%
    );
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    transition: transform 0.6s ease;
    pointer-events: none;
   }

   .login:hover::after,
   .register:hover::after {
    transform: translateX(100%) translateY(100%) rotate(45deg);
   }

   /* Tombol LOGIN - Yellow Chrome Glossy Premium */
   .login,
   .login-button {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 
        0 4px 0 #1e8100,
        0 8px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 2px rgba(255, 255, 255, 0.5);
    background: linear-gradient(180deg, 
        #1e8100 0%,
        #1e8100 30%,
        #1e8100 70%,
        #1e8100 100%);
    color: #fff;
    position: relative;
   }

   /* Efek highlight atas untuk efek chrome */
   .login::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 5%;
    width: 90%;
    height: 30%;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%);
    border-radius: 10px 10px 0 0;
    pointer-events: none;
   }

   .login:hover {
    background: linear-gradient(180deg, 
        #124e00 0%,
        #1e8100 30%,
        #32d600 70%,
        #3cff00 100%);
    border-color: rgb(255, 255, 255);
    box-shadow: 
        0 6px 0 #45cc1c,
        0 12px 20px rgba(0, 0, 0, 0.4),
        inset 0 1px 3px rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
    color: white;
   }

   .login:active {
    transform: translateY(2px);
    box-shadow: 
        0 2px 0 #186600,
        0 5px 12px rgba(0, 0, 0, 0.3);
   }

   /* Tombol REGISTER - Dark Chrome Premium */
   .register,
   .register-button {
    text-shadow: 2px 2px 4px rgb(72, 255, 0);
    border-radius: 12px;
    border: 2px solid rgb(192, 192, 192);
    box-shadow: 
        0 4px 0 #1e8100,
        0 8px 15px rgb(72, 255, 0)),
        inset 0 1px 2px rgba(255, 255, 255, 0.3);
    background: linear-gradient(180deg, 
        #5A5A5A 0%,
        #3A3A3A 30%,
        #1A1A1A 70%,
        #0A0A0A 100%);
    color: #fff;
    position: relative;
   }

   /* Efek highlight atas untuk efek dark chrome */
   .register::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 5%;
    width: 90%;
    height: 30%;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%);
    border-radius: 10px 10px 0 0;
    pointer-events: none;
   }

   .register:hover {
    background: linear-gradient(180deg, 
        #707070 0%,
        #505050 30%,
        #303030 70%,
        #202020 100%);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 6px 0 #1e8100,
        0 12px 20px rgba(0, 0, 0, 0.5),
        inset 0 1px 3px rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    color: rgb(13, 116, 0);
   }

   .register:active {
    transform: translateY(2px);
    box-shadow: 
        0 2px 0 #1e8100,
        0 5px 12px rgba(0, 0, 0, 0.3);
   }

   /* Efek hover untuk interaksi */
   .login:hover, .register:hover {
    opacity: 1;
    filter: brightness(1.1);
   }

   /* Efek ikon panah kecil (opsional) */
   .login span, .register span {
    display: inline-block;
    transition: transform 0.3s ease;
   }

   .login:hover span, .register:hover span {
    transform: translateX(5px);
   }

   /* Responsif untuk mobile */
   @media (max-width: 480px) {
    .n-columns-2 {
        gap: 10px;
    }
    
    .login, .register {
        padding: 14px 8px;
        font-size: 16px;
    }
   }


/* ===== Extracted style block 3  ===== */
.btn-x {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    padding: 14px 28px;
    margin: 5px;
    /* Efek Yellow Chrome dengan gradasi metalik */
    background: linear-gradient(180deg, #196900 0%, #00758a 50%, #004855 100%);
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    /* Memberikan sedikit tekstur border agar lebih tegas */
    border: 1px solid #001a1f;
    /* Bayangan lebih dalam untuk efek timbul */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
   }

   .btn-x:hover {
    /* Hover menjadi chrome yang lebih cerah/menyala */
    background: linear-gradient(180deg, #004b58 0%, #196900 100%);
    box-shadow: 0 6px 20px rgba(255, 183, 0, 0.4);
    transform: translateY(-2px);
    color: #fff;
   }

   .right-rail:empty,
   .sidebar:empty,
   .product__aside:empty {
    display: none !important;
   }

   .page-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
   }


/* ===== Extracted style block 4  ===== */
/* ====================================
   INFO BOX REDESIGN - BLACK GOLD ELEGAN
   Background Putih dengan Aksen Black Gold
===================================== */

/* === VARIABLES === */
:root {
    --gold-primary: #258100;
    --gold-secondary: #258100;
    --gold-light: #f5e7c8;
    --gold-soft: rgba(212, 175, 55, 0.15);
    --black-deep: #0a0a0a;
    --black-medium: #333333;
    --black-soft: #666666;
    --white-pure: #ffffff;
    --white-soft: #fafafa;
    --white-cream: #fffdf7;
    --shadow-elegant: 0 15px 35px rgba(0, 0, 0, 0.1);
    --shadow-gold: 0 5px 20px rgba(212, 175, 55, 0.2);
    --border-radius: 20px;
    --transition-smooth: all 0.3s ease;
}

/* === MAIN CONTAINER === */
.info-box-FULTOTO {
    max-width: 900px;
    margin: 5px auto;
    background: var(--white-pure);
    border-radius: var(--border-radius);
    border: 2px solid #d44537;
    box-shadow: var(--shadow-elegant), var(--shadow-gold);
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* Efek garis dekoratif di pojok */
.info-box-FULTOTO::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at top left, var(--gold-soft), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.info-box-FULTOTO::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at bottom right, var(--gold-soft), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* === HEADER === */
.info-header-FULTOTO {
    background: linear-gradient(145deg, var(--black-deep), var(--black-medium));
    color: #d44537;
    text-align: center;
    padding: 22px 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 3px solid #d44537;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Efek garis emas di header */
.info-header-FULTOTO::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 25%;
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    border-radius: 3px;
}

.info-header-FULTOTO::after {
    content: '✦';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #d44537;
    font-size: 20px;
    opacity: 0.5;
}

/* === ROWS === */
.info-row-FULTOTO {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    position: relative;
    z-index: 1;
    background: var(--white-pure);
    transition: var(--transition-smooth);
}

.info-row-FULTOTO:hover {
    background: var(--white-cream);
    transform: translateX(5px);
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.1);
}

.info-row-FULTOTO:last-child {
    border-bottom: none;
}

/* Hover effect untuk baris terakhir */
.info-row-FULTOTO:last-child:hover {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

/* === LABEL === */
.info-label-FULTOTO {
    font-weight: 600;
    color: var(--black-deep);
    width: 35%;
    font-size: 11px;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 15px;
}

/* Titik emas di depan label */
.info-label-FULTOTO::before {
    content: '●';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    color: #d44537;
    font-size: 10px;
    opacity: 0.7;
}

/* === VALUE === */
.info-value-FULTOTO {
    font-weight: 600;
    color: var(--black-medium);
    width: 65%;
    font-size: 11px;
    line-height: 1.6;
    text-align: right;
    padding-right: 10px;
}

/* Strong dalam value */
.info-value-FULTOTO strong {
    color: #d44537;
    font-weight: 700;
    background: rgba(212, 175, 55, 0.08);
    padding: 2px 8px;
    border-radius: 30px;
    margin-left: 5px;
    font-size: 11px;
}

/* === RATING SPECIAL === */
.rating-FULTOTO {
    color: #d44537 !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    flex-wrap: wrap;
}

.rating-FULTOTO strong {
    background: linear-gradient(145deg, #d44537, var(--gold-secondary));
    color: var(--white-pure) !important;
    padding: 4px 12px !important;
    border-radius: 30px;
    font-size: 13px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

/* Bintang rating */
.rating-FULTOTO::before {
    content: '★★★★★';
    color: #d44537;
    letter-spacing: 3px;
    font-size: 16px;
    margin-right: 8px;
}

/* Sembunyikan bintang asli jika ada */
.rating-FULTOTO span,
.rating-FULTOTO .stars {
    color: #d44537;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .info-header-FULTOTO {
        font-size: 20px;
        padding: 18px 16px;
    }
    
    .info-row-FULTOTO {
        padding: 14px 18px;
    }
    
    .info-label-FULTOTO,
    .info-value-FULTOTO {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .info-row-FULTOTO {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .info-label-FULTOTO {
        width: 100%;
        margin-bottom: 4px;
        padding-left: 0;
    }
    
    .info-label-FULTOTO::before {
        display: none;
    }
    
    .info-value-FULTOTO {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        border-left: 3px solid #d44537;
    }
    
    .rating-FULTOTO {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .info-header-FULTOTO::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .info-box-FULTOTO {
        margin: 20px 15px;
    }
    
    .info-header-FULTOTO {
        font-size: 18px;
        padding: 15px 12px;
    }
    
    .info-row-FULTOTO {
        padding: 12px 15px;
    }
    
    .info-label-FULTOTO,
    .info-value-FULTOTO {
        font-size: 13px;
    }
    
    .rating-FULTOTO::before {
        font-size: 14px;
    }
    
    .rating-FULTOTO strong {
        font-size: 12px;
        padding: 3px 8px;
    }
}


/* ===== Extracted style block 5  ===== */
.section-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1e8100;
}

/* Styling untuk Description Section */
.description-section {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.description-content {
    line-height: 1.8;
    color: #444;
    font-size: 16px;
}

.description-content p {
    margin-bottom: 20px;
}

.description-content strong {
    color: #000000;
    font-weight: 600;
}

.reviews-section {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.review-card {
    background: #f9f9f9;
    padding: 24px;
    border-radius: 8px;
    border-left: 4px solid #1e8100;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(123, 24, 159, 0.1);
}

.reviewer-name {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviewer-name::before {
    content: "⭐️";
    font-size: 16px;
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

.faq-section {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1e8100, #9c27b0, #1e8100);
    background-size: 200% 100%;
    animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.faq-section .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 35px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.faq-section .section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #1e8100;
    border-radius: 2px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.faq-item {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
    border-radius: 10px;
    padding: 28px 30px;
    border: 1px solid #eaeaea;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #1e8100, #9c27b0);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(123, 24, 159, 0.12);
    border-color: #d1c4e9;
}

.faq-item:hover::before {
    opacity: 1;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.faq-question::before {
    content: "Q.";
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.faq-answer {
    position: relative;
    padding-left: 30px;
}

.faq-answer::before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 0;
    color: #4a5568;
    font-weight: 700;
    font-size: 16px;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.faq-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -12.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-section {
        padding: 25px 20px;
        margin: 30px 0;
    }
    
    .faq-section .section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .faq-item {
        padding: 20px;
    }
    
    .faq-question {
        font-size: 16px;
        gap: 10px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
    
    .faq-question::before {
        font-size: 16px;
    }
    
    .faq-answer::before {
        font-size: 15px;
    }
    
    .faq-answer {
        padding-left: 25px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item {
    animation: fadeInUp 0.4s ease-out forwards;
    opacity: 0;
}

.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }


/* ===== Extracted style block 6  ===== */
:root {
    /* Mengubah palet abu-abu menjadi Yellow Chrome */
    --brand: #1a6e00;      /* Gold/Chrome Light */
    --brand-mid: #29af00;  /* Chrome Standard */
    --brand-dark: #29af00; /* Chrome Deep */
    --border: #218f00;
    --bg: #ffffff;
    --shadow: 0 6px 15px rgba(0, 0, 0, .08);
   }

   .app-card {
    max-width: 650px;
    margin: 25px auto;
    background: var(--bg);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    transition: transform .2s, box-shadow .3s;
    font-family: system-ui, Arial, sans-serif;
    font-size: .92rem;
   }

   .app-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 183, 0, .2); /* Shadow sedikit kekuningan */
   }

   .app-header {
    padding: 12px 16px;
    text-align: center;
    /* Efek Gradasi Chrome Glossy */
    background: linear-gradient(135deg, var(--brand), var(--brand-mid), var(--brand-dark));
    color: #000000;
    font-weight: 800;
    font-size: 1.15rem;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); /* Shadow terang agar teks hitam terbaca mewah */
    border-bottom: 2px solid var(--border);
   }

   .app-table {
    width: 100%;
    border-collapse: collapse;
   }

   .app-table th,
   .app-table td {
    padding: 8px 12px;
    vertical-align: middle;
   }

   .app-table th {
    width: 35%;
    background: #FFF9E6; /* Kuning sangat muda untuk kontras kolom */
    color: #000000;
    font-weight: 700;
    letter-spacing: .2px;
    border-bottom: 1px solid var(--border);
    text-transform: uppercase;
    font-size: .85rem;
   }

   .app-table td {
    border-bottom: 1px solid #f0f0f0;
    color: #1f1f1f;
    font-size: .9rem;
   }

   @media(max-width:640px) {
    .app-table,
    .app-table tbody,
    .app-table tr,
    .app-table th,
    .app-table td {
     display: block;
     width: 100%;
    }
    .app-table th { border-bottom: none; background: #FFF4CC; }
   }

   .review-section {
    max-width: 850px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-family: system-ui, Arial, sans-serif;
   }

   .review-card {
    background: #fdfdfd;
    padding: 16px 20px;
    border-radius: 10px;
    /* Aksen garis samping Yellow Chrome */
    border-left: 5px solid #1e8100;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    transition: all .25s ease-in-out;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
   }

   .review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(255, 183, 0, .15);
    background: #fff;
   }

   .review-author {
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
   }

   .review-author::before {
    content: "🤴";
    font-size: 20px;
    filter: sepia(1) saturate(5) hue-rotate(10deg); /* Membuat emoji sedikit kekuningan */
   }

   .review-card p {
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 1.6;
   }

   .review-rating {
    margin-left: auto;
    font-weight: 700;
    color: var(--brand-dark); /* Nilai angka rating jadi warna chrome */
   }

   /* ⭐ STAR SYSTEM - Sekarang Full Yellow Chrome */
   .stars {
    --rating: 5;
    --star-size: 1rem;
    --star-gap: 2px;
    --star-empty: #e0e0e0;
    --star-fill: var(--brand-mid); /* Warna bintang jadi kuning chrome */
    position: relative;
    display: inline-block;
    font-size: var(--star-size);
    line-height: 1;
    letter-spacing: var(--star-gap);
   }

   .stars::before {
    content: "★★★★★";
    color: var(--star-empty);
   }

   .stars::after {
    content: "★★★★★";
    color: var(--star-fill);
    position: absolute;
    left: 0;
    top: 0;
    width: calc((var(--rating)/5)*100%);
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
    /* Efek kilau pada bintang */
    text-shadow: 0 0 2px rgba(255, 165, 0, 0.4);
   }

   .stars.lg {
    --star-size: 1.1rem;
    letter-spacing: 3px
   }

   .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
   }

   .badge small {
    color: #555;
    font-weight: 600
   }


/* ===== Extracted style block 7  ===== */
.footer-floating-LINKSLOT {
                position: fixed;
                bottom: 18px;
                left: 50%;
                transform: translateX(-50%);
                width: 100%;
                max-width: 1500px;
                display: flex;
                gap: 14px;
                padding: 16px 22px;
                background: linear-gradient(to bottom, #36e700 0%, #1e8100 50%, #36e700 100%);
                backdrop-filter: blur(10px);
                border-radius: 20px;
                border: 2px solid rgb(255 255 255 / 50%);
                box-shadow: 0 0 30px rgb(255 255 255 / 60%);
                z-index: 999;
            }

            /* BUTTON BASE (EQUAL SIZE) */
            .footer-btn-LINKSLOT {
                flex: 1;
                min-width: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                padding: 12px 10px;
                font-size: 14px;
                font-weight: bold;
                color: #000000;
                background: #1e8100;
                border-radius: 32px;
                border: 2px solid #ffffff;
                cursor: pointer;
                transition: all 0.3s ease;
                box-shadow: 0 0 14px rgba(255, 255, 255, 0.8);
                animation: floatUpDown 3s ease-in-out infinite;
                text-decoration: none;
                user-select: none;
                white-space: nowrap;
            }
            /* ICON */
            .footer-btn-LINKSLOT img {
                width: 18px;
                height: 18px;
                flex-shrink: 0;
                filter: drop-shadow(0 0 5px rgba(46, 143, 33, 0.8));
            }
            /* FLOAT DELAY */
            .footer-btn-LINKSLOT.login {
                animation-delay: 0.3s;
            }
            .footer-btn-LINKSLOT.daftar {
                animation-delay: 0.6s;
            }
            .footer-btn-LINKSLOT.link {
                animation-delay: 0.9s;
            }
            .footer-btn-LINKSLOT.chat {
                animation-delay: 1.2s;
            }
            /* HOVER GLOW */
            .footer-btn-LINKSLOT:hover {
                background: rgb(2, 255, 36);
                box-shadow:
                    0 0 15px #196900,
                    0 0 30px #196900,
                    0 0 50px #196900;
                transform: translateY(-6px) scale(1.05);
            }
            /* ACTIVE GOLD */
            .footer-btn-LINKSLOT:active {
                background: linear-gradient(135deg, #00226f, #00226f);
                color: #000;
                border-color: #196900;
                box-shadow:
                    0 0 18px #196900,
                    0 0 35px #196900;
            }
            /* FLOAT ANIMATION */
            @keyframes floatUpDown {
                0% {
                    transform: translateY(0);
                }
                50% {
                    transform: translateY(-8px);
                }
                100% {
                    transform: translateY(0);
                }
            }
            /* RESPONSIVE */
            @media (max-width: 1024px) {
                .footer-floating-LINKSLOT {
                    flex-wrap: wrap;
                }
                .footer-btn-LINKSLOT {
                    flex: 1 1 calc(50% - 10px);
                }
            }
            @media (max-width: 600px) {
                .footer-btn-LINKSLOT {
                    flex: 1 1 100%;
                    font-size: 13px;
                    padding: 10px 12px;
                }
                .footer-btn-LINKSLOT img {
                    width: 16px;
                    height: 16px;
                }
            }


/* ===== Extracted style block 8  ===== */
/* === Real Sakura Petal Falling === */
.sakura-wrap {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
}

.sakura {
  position: absolute;
  top: -12vh;
  width: 18px;
  height: 12px;
  background: linear-gradient(145deg,#ffd9e8,#ff8db9);
  border-radius: 70% 30% 70% 30%;
  opacity: .95;

  transform-origin: center;

  animation:
    fall var(--dur,14s) linear var(--delay,0s) infinite,
    sway var(--sway,5s) ease-in-out infinite alternate,
    flutter var(--flutter,3s) ease-in-out infinite;

  box-shadow:
    inset -1px -1px 2px rgba(255,255,255,.6),
    0 0 6px rgba(255,170,210,.5);

  will-change: transform;
}

/* size variations */
.sakura.-sm { width: 12px; height: 8px; opacity:.7 }
.sakura.-lg { width: 26px; height: 18px; }

/* fall path */
@keyframes fall {
  to {
    transform: translate3d(var(--drift,0), 120vh, 0);
  }
}

/* left-right sway */
@keyframes sway {
  from { margin-left: -30px; }
  to   { margin-left: 30px; }
}

/* flutter rotation */
@keyframes flutter {
  0%   { rotate:   0deg; }
  25%  { rotate:  45deg; }
  50%  { rotate: -40deg; }
  75%  { rotate:  35deg; }
  100% { rotate:   0deg; }
}

@media (prefers-reduced-motion: reduce) {
  .sakura { animation: none; }
}

/* ==========================================================
   FULTOTO RED / BLACK PREMIUM OVERRIDE
   Dipasang paling bawah agar menimpa warna lama tanpa
   mengubah struktur HTML.
   ========================================================== */

:root{
  --ft-red:#d51f2a;
  --ft-red-bright:#ff3542;
  --ft-red-dark:#790b12;
  --ft-maroon:#31070b;
  --ft-black:#08090d;
  --ft-black-soft:#14151d;
  --ft-gold:#f2c45b;
  --ft-gold-soft:#ffe29a;
  --ft-white:#ffffff;
  --ft-muted:#d9d9df;
  --ft-border:rgba(242,196,91,.52);
}

/* ===== GLOBAL / MAIN AREA ===== */
html,
body{
  background:#08090d !important;
  color:var(--ft-white);
}

body,
.main-wrapper,
#site,
#content{
  background:
    radial-gradient(circle at 72% 30%, rgba(213,31,42,.10), transparent 28%),
    radial-gradient(circle at 15% 75%, rgba(242,196,91,.05), transparent 26%),
    linear-gradient(180deg,#11121a 0%,#090a0f 48%,#050609 100%) !important;
}

/* ===== HEADER / NAV ===== */
.vc-header,
.vc-header__container,
.m-explore-nav,
.m-tab-nav,
.m-explore-nav__container{
  background:
    linear-gradient(180deg,#171821 0%,#101119 100%) !important;
  border-color:rgba(213,31,42,.35) !important;
}

.vc-header{
  border-bottom:2px solid var(--ft-red) !important;
}

.m-explore-nav{
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

.m-explore-nav__link{
  transition:transform .2s ease, filter .2s ease, color .2s ease !important;
}

.m-explore-nav__link:hover{
  transform:translateY(-2px);
  filter:drop-shadow(0 0 7px rgba(255,53,66,.35));
}

/* ===== SEARCH BAR ===== */
.m-header__search-field-container,
.m-header__search{
  border-radius:14px !important;
}

.m-header__search-field-container{
  border:1px solid rgba(213,31,42,.75) !important;
  box-shadow:
    0 0 0 1px rgba(242,196,91,.10),
    0 7px 18px rgba(0,0,0,.22) !important;
  overflow:hidden;
}

.m-header__search-submit{
  background:linear-gradient(180deg,var(--ft-red-bright),var(--ft-red-dark)) !important;
  border-color:var(--ft-red) !important;
}

/* ===== LOGIN / REGISTER ===== */
.login,
.login-button,
.register,
.register-button{
  border-radius:12px !important;
  color:#fff !important;
  border:1px solid rgba(242,196,91,.65) !important;
  text-shadow:0 1px 2px rgba(0,0,0,.75) !important;
  box-shadow:
    0 4px 0 #65080e,
    0 9px 20px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.24) !important;
}

.login,
.login-button{
  background:
    linear-gradient(180deg,#ff4a55 0%,#db202b 38%,#a50d16 72%,#74070d 100%) !important;
}

.register,
.register-button{
  background:
    linear-gradient(180deg,#33343c 0%,#22232a 35%,#15161c 70%,#090a0e 100%) !important;
}

.login:hover,
.login-button:hover{
  background:
    linear-gradient(180deg,#ff6872 0%,#ec2d38 38%,#bc101b 72%,#840810 100%) !important;
  border-color:var(--ft-gold-soft) !important;
  box-shadow:
    0 5px 0 #65080e,
    0 0 22px rgba(255,53,66,.35),
    inset 0 1px 0 rgba(255,255,255,.35) !important;
}

.register:hover,
.register-button:hover{
  background:
    linear-gradient(180deg,#454650 0%,#292a31 40%,#17181e 75%,#0b0c10 100%) !important;
  color:var(--ft-gold-soft) !important;
  border-color:var(--ft-gold) !important;
  box-shadow:
    0 5px 0 #121318,
    0 0 20px rgba(242,196,91,.22),
    inset 0 1px 0 rgba(255,255,255,.22) !important;
}

/* ===== GENERIC CTA ===== */
.btn-x{
  background:
    linear-gradient(180deg,#f0444f 0%,#c91722 48%,#790b12 100%) !important;
  color:#fff !important;
  border:1px solid rgba(242,196,91,.5) !important;
  box-shadow:
    0 5px 16px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.20) !important;
}

.btn-x:hover{
  background:
    linear-gradient(180deg,#ff5a64 0%,#db202b 52%,#8d0b13 100%) !important;
  box-shadow:
    0 0 22px rgba(255,53,66,.33),
    0 6px 18px rgba(0,0,0,.34) !important;
}

/* ===== INFO BOX ===== */
.info-box-FULTOTO{
  background:#fff !important;
  border:2px solid var(--ft-red) !important;
  box-shadow:
    0 16px 36px rgba(0,0,0,.22),
    0 0 22px rgba(213,31,42,.08) !important;
}

.info-header-FULTOTO{
  background:
    linear-gradient(145deg,#16171d,#24252d) !important;
  color:var(--ft-red-bright) !important;
  border-bottom:3px solid var(--ft-red) !important;
}

.info-header-FULTOTO::after,
.info-label-FULTOTO::before{
  color:var(--ft-red-bright) !important;
}

.info-value-FULTOTO strong,
.rating-FULTOTO,
.rating-FULTOTO::before,
.rating-FULTOTO span,
.rating-FULTOTO .stars{
  color:var(--ft-red) !important;
}

.rating-FULTOTO strong{
  background:
    linear-gradient(145deg,var(--ft-red-bright),var(--ft-red-dark)) !important;
  color:#fff !important;
}

/* ===== CONTENT CARDS ===== */
.section-title{
  border-bottom-color:var(--ft-red) !important;
}

.review-card{
  border-left-color:var(--ft-red) !important;
}

.faq-section::before{
  background:
    linear-gradient(90deg,var(--ft-red-dark),var(--ft-red-bright),var(--ft-gold),var(--ft-red-bright),var(--ft-red-dark)) !important;
  background-size:220% 100% !important;
}

.faq-section .section-title::after{
  background:var(--ft-red) !important;
}

.faq-item::before{
  background:
    linear-gradient(180deg,var(--ft-red-bright),var(--ft-red-dark)) !important;
}

.faq-item:hover{
  border-color:rgba(213,31,42,.28) !important;
  box-shadow:0 8px 25px rgba(213,31,42,.10) !important;
}

/* ===== APP CARD ===== */
.app-card{
  border-color:rgba(213,31,42,.45) !important;
}

.app-header{
  background:
    linear-gradient(135deg,var(--ft-red-dark),var(--ft-red-bright),var(--ft-red-dark)) !important;
  color:#fff !important;
  border-bottom-color:var(--ft-gold) !important;
  text-shadow:0 1px 2px rgba(0,0,0,.65) !important;
}

.app-table th{
  background:#fff4f4 !important;
  border-bottom-color:rgba(213,31,42,.20) !important;
}

.review-rating{
  color:var(--ft-red) !important;
}

.stars{
  --star-fill:var(--ft-gold);
}

/* ===== FLOATING FOOTER ===== */
.footer-floating-LINKSLOT{
  background:
    linear-gradient(
      180deg,
      rgba(41,10,14,.97) 0%,
      rgba(116,7,13,.98) 42%,
      rgba(28,8,11,.98) 100%
    ) !important;
  border:1px solid rgba(242,196,91,.62) !important;
  box-shadow:
    0 0 28px rgba(213,31,42,.24),
    0 10px 35px rgba(0,0,0,.48) !important;
  backdrop-filter:blur(13px);
}

.footer-btn-LINKSLOT{
  color:#fff !important;
  background:
    linear-gradient(180deg,#2d2e35 0%,#17181e 60%,#0d0e12 100%) !important;
  border:1px solid rgba(242,196,91,.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 0 10px rgba(0,0,0,.26) !important;
  animation:ftFooterPulse 3.6s ease-in-out infinite !important;
}

.footer-btn-LINKSLOT:hover{
  color:#fff !important;
  background:
    linear-gradient(180deg,#ff414d 0%,#d51f2a 48%,#850b13 100%) !important;
  border-color:var(--ft-gold-soft) !important;
  box-shadow:
    0 0 13px rgba(255,53,66,.60),
    0 0 27px rgba(213,31,42,.30),
    inset 0 1px 0 rgba(255,255,255,.26) !important;
  transform:translateY(-4px) scale(1.025) !important;
}

.footer-btn-LINKSLOT:active{
  background:
    linear-gradient(135deg,var(--ft-gold),#b77c16) !important;
  color:#17120a !important;
  border-color:#fff0bc !important;
}

.footer-btn-LINKSLOT img{
  filter:
    drop-shadow(0 0 4px rgba(255,53,66,.35))
    drop-shadow(0 0 2px rgba(242,196,91,.32)) !important;
}

@keyframes ftFooterPulse{
  0%,100%{
    transform:translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.14),
      0 0 8px rgba(213,31,42,.10);
  }
  50%{
    transform:translateY(-3px);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.18),
      0 0 15px rgba(213,31,42,.22);
  }
}

/* ==========================================================
   REPLACE SAKURA WITH FULTOTO EMBER / GOLD SPARK EFFECT
   HTML lama tetap bisa memakai .sakura-wrap + .sakura
   ========================================================== */

.sakura-wrap{
  position:fixed !important;
  inset:0 !important;
  pointer-events:none !important;
  overflow:hidden !important;
  z-index:80 !important;
  mix-blend-mode:screen;
}

/* elemen sakura lama dijadikan bara/cahaya */
.sakura{
  position:absolute !important;
  top:-8vh !important;

  width:6px !important;
  height:6px !important;

  border-radius:50% !important;
  opacity:.82 !important;

  background:
    radial-gradient(
      circle,
      #fff8d6 0%,
      #ffd66b 22%,
      #ff6a3d 52%,
      #d51f2a 73%,
      rgba(213,31,42,0) 100%
    ) !important;

  box-shadow:
    0 0 5px rgba(255,214,107,.88),
    0 0 11px rgba(255,76,60,.55),
    0 0 18px rgba(213,31,42,.22) !important;

  transform-origin:center !important;

  animation:
    ftEmberFall var(--dur,12s) linear var(--delay,0s) infinite,
    ftEmberDrift var(--sway,3.8s) ease-in-out infinite alternate,
    ftEmberFlicker var(--flutter,1.6s) ease-in-out infinite !important;

  will-change:transform,opacity,filter !important;
}

/* variasi ukuran lama tetap dipakai */
.sakura.-sm{
  width:3px !important;
  height:3px !important;
  opacity:.55 !important;
}

.sakura.-lg{
  width:9px !important;
  height:9px !important;
  opacity:.92 !important;
}

/* beri sebagian spark bentuk garis tipis */
.sakura:nth-child(3n){
  width:3px !important;
  height:11px !important;
  border-radius:80% !important;
  background:
    linear-gradient(
      180deg,
      rgba(255,245,195,0),
      #ffd66b 32%,
      #ff5546 72%,
      rgba(213,31,42,0)
    ) !important;
  filter:blur(.15px);
}

/* sebagian lebih merah supaya nyambung logo */
.sakura:nth-child(4n){
  background:
    radial-gradient(
      circle,
      #fff 0%,
      #ffb178 18%,
      #ff3542 48%,
      #8f0811 72%,
      transparent 100%
    ) !important;
}

@keyframes ftEmberFall{
  0%{
    transform:translate3d(0,-5vh,0) scale(.65);
    opacity:0;
  }
  8%{
    opacity:.8;
  }
  82%{
    opacity:.7;
  }
  100%{
    transform:
      translate3d(var(--drift,35px),115vh,0)
      scale(.25);
    opacity:0;
  }
}

@keyframes ftEmberDrift{
  from{ margin-left:-18px; }
  to{ margin-left:28px; }
}

@keyframes ftEmberFlicker{
  0%,100%{
    filter:brightness(.85);
    opacity:.42;
  }
  35%{
    filter:brightness(1.65);
    opacity:1;
  }
  70%{
    filter:brightness(1.05);
    opacity:.68;
  }
}

@media (prefers-reduced-motion:reduce){
  .sakura{
    animation:none !important;
  }
}

/* ===== MOBILE CLEANUP ===== */
@media (max-width:768px){
  .footer-floating-LINKSLOT{
    border-radius:16px !important;
    padding:10px 12px !important;
    gap:8px !important;
  }

  .footer-btn-LINKSLOT{
    font-size:12px !important;
  }

  .sakura-wrap{
    opacity:.72;
  }
}

