body{
    background-image:url("/assets/img/background.webp");
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
    background-color:#111;
}

   /* KUNCI overflow agar tidak meluber ke kanan */
   .preview,
   .m-product-preview__glider,
   .glide,
   .glide__track {
    overflow: hidden !important;
    max-width: 100% !important;
   }

   /* Biarkan Glide bekerja normal */
   .glide__slides {
    display: flex !important;
    /* jaga-jaga */
    margin: 0 !important;
    /* rollback kalau sebelumnya sempat dipasang: */
    contain: none !important;
   }

   /* Pastikan gambar terlihat dan tidak “ngecil 0” */
   .glide__slide img,
   .m-product-preview__glider-img img,
   .preview .jsProductMainImage {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
   }

   /* Anti scroll horizontal */
   html,
   body {
    overflow-x: hidden !important;
   }
      .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: #111;
        padding: 16px 10px;
        letter-spacing: 1px;
        font-size: 18px;
        text-transform: uppercase;
    }
    
    /* Efek kilau */
    .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.28) 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);
    }
    
    /* LOGIN */
    .login,
    .login-button {
    
        text-shadow:
          0 1px 1px rgba(255,255,255,0.25);
    
        border-radius: 12px;
    
        border: 2px solid #d4af37;
    
        box-shadow:
            0 4px 0 #8c6b2f,
            0 8px 15px rgba(0,0,0,0.45),
            inset 0 1px 2px rgba(255,255,255,0.35);
    
        background: linear-gradient(180deg,
            #fff4b0 0%,
            #ffd700 25%,
            #d4af37 45%,
            #8c6b2f 65%,
            #d4af37 85%,
            #fff2a6 100%
        );
    
        color: #111;
        position: relative;
    }
    
    /* Highlight 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.18) 50%,
            rgba(255,255,255,0) 100%
        );
    
        border-radius: 10px 10px 0 0;
        pointer-events: none;
    }
    
    .login:hover {
        background: linear-gradient(180deg,
            #000000 0%,
            #1a1a1a 40%,
            #ffd700 80%,
            #fff4b0 100%
        );
    
        border-color: #ffd700;
    
        box-shadow:
            0 6px 0 #8c6b2f,
            0 12px 20px rgba(0,0,0,0.6),
            0 0 20px rgba(255,215,0,0.45),
            inset 0 1px 3px rgba(255,255,255,0.4);
    
        transform: translateY(-2px);
        color: #fff;
    }
    
    .login:active {
        transform: translateY(2px);
    
        box-shadow:
            0 2px 0 #8c6b2f,
            0 5px 12px rgba(0,0,0,0.3);
    }
    
    /* REGISTER */
    .register,
    .register-button {
    
        text-shadow:
          0 1px 1px rgba(255,255,255,0.18);
    
        border-radius: 12px;
    
        border: 2px solid #d4af37;
    
        box-shadow:
            0 4px 0 #8c6b2f,
            0 8px 15px rgba(0,0,0,0.55),
            inset 0 1px 2px rgba(255,255,255,0.15);
    
        background: linear-gradient(180deg,
            #000000 0%,
            #0d0d0d 30%,
            #1a1a1a 65%,
            #8c6b2f 100%
        );
    
        color: #ffd700;
        position: relative;
    }
    
    /* Highlight dark chrome */
    .register::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 5%;
        width: 90%;
        height: 30%;
    
        background: linear-gradient(180deg,
            rgba(255,255,255,0.25) 0%,
            rgba(255,255,255,0.08) 50%,
            rgba(255,255,255,0) 100%
        );
    
        border-radius: 10px 10px 0 0;
        pointer-events: none;
    }
    
    .register:hover {
        background: linear-gradient(180deg,
            #1a1a1a 0%,
            #000000 35%,
            #ffd700 80%,
            #fff4b0 100%
        );
    
        border-color: #ffd700;
    
        box-shadow:
            0 6px 0 #8c6b2f,
            0 12px 20px rgba(0,0,0,0.65),
            0 0 20px rgba(255,215,0,0.45),
            inset 0 1px 3px rgba(255,255,255,0.25);
    
        transform: translateY(-2px);
        color: #fff;
    }
    
    .register:active {
        transform: translateY(2px);
    
        box-shadow:
            0 2px 0 #8c6b2f,
            0 5px 12px rgba(0,0,0,0.3);
    }
    
    /* Hover brightness */
    .login:hover,
    .register:hover {
        opacity: 1;
        filter: brightness(1.08);
    }
    
    /* Arrow anim */
    .login span,
    .register span {
        display: inline-block;
        transition: transform 0.3s ease;
    }
    
    .login:hover span,
    .register:hover span {
        transform: translateX(5px);
    }
    
    /* Mobile */
    @media (max-width: 480px) {
        .n-columns-2 {
            gap: 10px;
        }
    
        .login,
        .register {
            padding: 14px 8px;
            font-size: 16px;
        }
    }
     .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, #FFD700 0%, #FFB700 50%, #FFA500 100%);
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    /* Memberikan sedikit tekstur border agar lebih tegas */
    border: 1px solid #D9A405;
    /* 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, #FFB700 0%, #FFD700 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;
   }
   /* ====================================
   INFO BOX REDESIGN - BLACK GOLD ELEGAN
   Background Putih dengan Aksen Black Gold
===================================== */

/* === VARIABLES === */
:root {
    --gold-primary: #d4af37;
    --gold-secondary: #b49450;
    --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-Teratai888 {
    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-Teratai888::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-Teratai888::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-Teratai888 {
    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-Teratai888::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-Teratai888::after {
    content: '✦';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #d44537;
    font-size: 20px;
    opacity: 0.5;
}

/* === ROWS === */
.info-row-Teratai888 {
    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-Teratai888:hover {
    background: var(--white-cream);
    transform: translateX(5px);
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.1);
}

.info-row-Teratai888:last-child {
    border-bottom: none;
}

/* Hover effect untuk baris terakhir */
.info-row-Teratai888:last-child:hover {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

/* === LABEL === */
.info-label-Teratai888 {
    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-Teratai888::before {
    content: '●';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    color: #d44537;
    font-size: 10px;
    opacity: 0.7;
}

/* === VALUE === */
.info-value-Teratai888 {
    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-Teratai888 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-Teratai888 {
    color: #d44537 !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    flex-wrap: wrap;
}

.rating-Teratai888 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-Teratai888::before {
    content: '★★★★★';
    color: #d44537;
    letter-spacing: 3px;
    font-size: 16px;
    margin-right: 8px;
}

/* Sembunyikan bintang asli jika ada */
.rating-Teratai888 span,
.rating-Teratai888 .stars {
    color: #d44537;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .info-header-Teratai888 {
        font-size: 20px;
        padding: 18px 16px;
    }
    
    .info-row-Teratai888 {
        padding: 14px 18px;
    }
    
    .info-label-Teratai888,
    .info-value-Teratai888 {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .info-row-Teratai888 {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .info-label-Teratai888 {
        width: 100%;
        margin-bottom: 4px;
        padding-left: 0;
    }
    
    .info-label-Teratai888::before {
        display: none;
    }
    
    .info-value-Teratai888 {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        border-left: 3px solid #d44537;
    }
    
    .rating-Teratai888 {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .info-header-Teratai888::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .info-box-Teratai888 {
        margin: 20px 15px;
    }
    
    .info-header-Teratai888 {
        font-size: 18px;
        padding: 15px 12px;
    }
    
    .info-row-Teratai888 {
        padding: 12px 15px;
    }
    
    .info-label-Teratai888,
    .info-value-Teratai888 {
        font-size: 13px;
    }
    
    .rating-Teratai888::before {
        font-size: 14px;
    }
    
    .rating-Teratai888 strong {
        font-size: 12px;
        padding: 3px 8px;
    }
}
.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 #000000;
}

/* 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 #000000;
    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, #000000, #9c27b0, #000000);
    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: #000000;
    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, #000000, #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; }

   :root {
    /* Mengubah palet abu-abu menjadi Yellow Chrome */
    --brand: #FFD700;      /* Gold/Chrome Light */
    --brand-mid: #FFB700;  /* Chrome Standard */
    --brand-dark: #FFA500; /* Chrome Deep */
    --border: #E6B800;
    --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 #000000;
    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
   }