@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap');

:root {
    --bg-main: #0a0b10;
    --bg-card: #14161f;
    --accent: #ffc107;
    --text-main: #ffffff;
    --text-dim: #a0a0a5;
    --font-primary: 'Plus Jakarta Sans', sans-serif;
}

body {
    background-color: var(--bg-main);
    color: var(--text-main);
    font-family: var(--font-primary);
    overflow-x: hidden;
}

.fw-800 { font-weight: 800; }

/* NAVBAR */
.main-nav {
    background: rgba(10, 11, 16, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.mobile-search-container input {
    background: rgba(255,255,255,0.07) !important;
}

/* HERO */
.hero-full {
    min-height: 90vh;
    background: linear-gradient(rgba(10,11,16,0.7), rgba(10,11,16,0.7)), 
                url('https://images.unsplash.com/photo-1590674852885-93847a6ad23f?q=80&w=2070') center/cover;
}

.badge-hero {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(255, 193, 7, 0.1);
    color: var(--accent);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* CARDS & CATEGORY */
.section-spacing { padding: 100px 0; }

.category-item {
    background: var(--bg-card);
    padding: 40px 20px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.03);
    transition: all 0.4s ease;
}

.category-item:hover {
    background: var(--accent);
    transform: translateY(-10px);
}

.category-item:hover h5, 
.category-item:hover i {
    color: #000 !important;
}

/* BOTTOM NAVIGATION MOBILE */
.bottom-nav-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #111218;
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    z-index: 9999;
}

.bottom-nav-mobile a {
    color: var(--text-dim);
    text-decoration: none;
    font-size: 0.7rem;
    text-align: center;
}

.bottom-nav-mobile a i {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 2px;
}

.bottom-nav-mobile a.active {
    color: var(--accent);
}

@media (max-width: 768px) {
    .section-spacing { padding: 60px 0; }
    main { padding-bottom: 80px; } /* Space for bottom nav */
}
/* About Section Improvements */
.bg-dark-soft { background-color: #0f1118; }

.about-image-wrapper {
    position: relative;
    padding: 20px;
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--accent);
    color: #000;
    padding: 20px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
}

.experience-badge .num {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.experience-badge .txt {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* Category Modern Grid */
.header-line {
    width: 60px;
    height: 4px;
    background: var(--accent);
    margin-top: 15px;
    border-radius: 2px;
}

.category-card-modern {
    background: var(--bg-card);
    padding: 40px 25px;
    border-radius: 24px;
    height: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.category-card-modern:hover {
    background: linear-gradient(145deg, #1c1f2b, #14161f);
    border-color: var(--accent);
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.card-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 193, 7, 0.1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--accent);
    font-size: 2rem;
    transition: 0.3s;
}

.category-card-modern:hover .card-icon {
    background: var(--accent);
    color: #000;
}

.category-card-modern h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.25rem;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .category-card-modern {
        padding: 25px 15px;
        text-align: center;
    }
    .card-icon {
        width: 55px;
        height: 55px;
        font-size: 1.5rem;
        margin: 0 auto 15px;
    }
    .category-card-modern h4 {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .experience-badge {
        padding: 10px 20px;
        right: 10px;
    }
    .experience-badge .num { font-size: 1.5rem; }
}

/* Link Selengkapnya Styling */
.view-all-link {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
}

.view-all-link:hover {
    color: #fff;
    border-bottom: 2px solid var(--accent);
}

/* Product Card Styling */
.product-card {
    transition: transform 0.3s ease;
}

.product-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Rasio 1:1 Modern */
    overflow: hidden;
    border-radius: 16px;
    background-color: var(--bg-card);
}

.product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Gambar tetap proporsional dalam kotak 1:1 */
    transition: transform 0.5s ease;
}

.product-card:hover .product-img-box img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-img-box:hover .product-overlay {
    opacity: 1;
}

.badge-status {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

/* Info Produk */
.product-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Judul tidak berantakan jika panjang */
}

.product-price {
    color: var(--accent);
    font-weight: 600;
    font-size: 0.95rem;
}

/* Mobile Optimasi */
@media (max-width: 768px) {
    .product-title {
        font-size: 0.85rem;
    }
    .product-price {
        font-size: 0.85rem;
    }
    .view-all-link {
        font-size: 0.8rem;
    }
    .product-img-box {
        border-radius: 12px;
    }
}

/* Highlight Item Styling */
.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 15px;
    transition: 0.3s;
}

.highlight-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.icon-wrap {
    font-size: 1.8rem;
    color: var(--accent);
    line-height: 1;
}

/* Stats Box Premium */
.stats-box-premium {
    background: var(--bg-card);
    border-radius: 30px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.stats-card {
    padding: 40px;
    text-align: center;
}

.counter-num {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.tracking-wider {
    letter-spacing: 2px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .counter-num {
        font-size: 2.5rem;
    }
    .stats-card {
        padding: 30px;
    }
    .highlight-item {
        padding: 15px;
    }
}

/* Logo Ticker Container */
.logo-ticker {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.logo-ticker-track {
    display: flex;
    width: calc(250px * 12); /* Lebar item x jumlah total item (termasuk duplikat) */
    animation: scrollTicker 30s linear infinite;
}

.logo-item {
    width: 250px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.logo-item img {
    max-width: 150px;
    max-height: 50px;
 /*   filter: grayscale(1) brightness(0.8);  Membuat logo terlihat elegan monokrom */
    /* opacity: 0.5; */
    transition: 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0) brightness(1); /* Warna muncul saat hover */
    opacity: 1;
}

/* Keyframes untuk Animasi Geser */
@keyframes scrollTicker {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 6)); } /* Geser sejauh setengah total item */
}

/* Gradient Overlay agar logo terlihat menghilang di pinggir (Fade Effect) */
.logo-ticker::before,
.logo-ticker::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}

.logo-ticker::before {
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.logo-ticker::after {
    right: 0;
    background: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

/* Mobile Optimasi */
@media (max-width: 768px) {
    .logo-item {
        width: 180px;
        padding: 0 20px;
    }
    .logo-item img {
        max-width: 100px;
    }
    @keyframes scrollTicker {
        100% { transform: translateX(calc(-180px * 6)); }
    }
}

/* TESTIMONIAL STYLING */
.testimonial-card {
    background: var(--bg-card);
    padding: 35px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    border-color: var(--accent);
    transform: translateY(-5px);
}

.shadow-accent {
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.05);
}

.user-avatar img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--accent);
}

.rating-stars {
    font-size: 0.9rem;
}

.testimonial-text {
    font-style: italic;
    color: var(--text-dim);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Custom Quote Icon Decorative */
.testimonial-card::before {
    content: "\F52F"; /* Bootstrap Quote Icon */
    font-family: "bootstrap-icons";
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: rgba(255, 193, 7, 0.1);
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 25px;
    }
}

/* CALL TO ACTION STYLING */
.cta-wrapper {
    background: linear-gradient(135deg, #ffc107 0%, #ffca2c 100%);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

/* Dekorasi Ornamen Transparan */
.cta-wrapper::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    pointer-events: none;
}

.cta-wrapper::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.cta-badge {
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.cta-wrapper .display-5 {
    line-height: 1.1;
}

/* Hover Effect pada Button di dalam CTA */
.cta-wrapper .btn-dark {
    transition: all 0.3s ease;
}

.cta-wrapper .btn-dark:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    background-color: #1a1d20;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .cta-wrapper {
        border-radius: 20px;
        margin: 0 10px; /* Jarak dari pinggir layar HP */
    }
    .cta-wrapper .display-5 {
        font-size: 2rem;
    }
    .cta-wrapper p {
        font-size: 1rem;
        margin-bottom: 30px !important;
    }
}
/* FOOTER STYLING */
.footer-section {
    background-color: #050608; /* Sedikit lebih gelap dari bg-main */
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-dim);
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--accent);
    padding-left: 5px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.social-icon:hover {
    background: var(--accent);
    color: #000;
    transform: translateY(-3px);
}

/* Responsivitas Mobile */
@media (max-width: 768px) {
    .footer-section {
        padding-bottom: 80px; /* Jarak agar tidak tertutup Bottom Nav Mobile */
    }
    .footer-links a {
        font-size: 0.85rem;
    }
}

/* FAKE ORDER NOTIF STYLING */
.fake-order-container {
    position: fixed;
    bottom: 85px; /* Di atas Bottom Nav Mobile (65px + 20px) */
    left: 20px;
    z-index: 999;
    background: #1c1f26;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px;
    width: 320px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    display: none; /* Awalnya sembunyi */
    animation: slideUp 0.5s ease forwards;
}

.order-content {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.order-img img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.order-text p {
    margin: 0;
    font-size: 11px;
}

.order-title { color: #fff; }
.order-subtitle { font-size: 12px !important; margin: 2px 0 !important; }
.order-time { color: var(--text-dim); }

.order-close {
    position: absolute;
    top: -5px;
    right: 0;
    background: none;
    border: none;
    color: var(--text-dim);
    font-size: 18px;
    cursor: pointer;
}

/* Animasi Muncul */
@keyframes slideUp {
    from { transform: translateY(100px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideDown {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(100px); opacity: 0; }
}

@media (max-width: 768px) {
    .fake-order-container {
        width: calc(100% - 40px); /* Melebar sesuai layar HP */
        bottom: 80px;
        left: 20px;
    }
}

/* NEWS TICKER STYLING (WARNA KUNING) */
.news-ticker-bar {
    background: var(--accent); /* Menggunakan warna kuning #ffc107 */
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
    z-index: 1050;
    position: relative;
    /* Memberikan sedikit bayangan halus agar tidak terlihat "flat" */
    box-shadow: inset 0 -2px 5px rgba(0,0,0,0.05); 
}

.ticker-wrapper {
    display: flex;
    width: max-content;
}

.ticker-content {
    display: flex;
    animation: tickerLoop 35s linear infinite;
}

.ticker-content span {
    color: #000; /* Teks Hitam agar terbaca jelas di background Kuning */
    font-size: 0.75rem;
    font-weight: 700; /* Dibuat lebih tebal agar tegas */
    padding: 0 40px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Icon disesuaikan menjadi Hitam agar senada dengan teks */
.ticker-content span i {
    color: #000;
    opacity: 0.8;
}

/* Keyframes tetap sama */
@keyframes tickerLoop {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* MODAL CHAT DARK CONCEPT */
.modal-chat-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    display: none; /* Awalnya sembunyi */
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding: 20px;
}

.modal-chat-content {
    background: #14161f; /* Senada dengan bg-card Anda */
    width: 100%;
    max-width: 400px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.modal-chat-header {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.btn-close-chat {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.modal-chat-body {
    padding: 25px;
}

.chat-option-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    text-decoration: none;
    margin-bottom: 12px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.chat-option-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--accent);
}

.chat-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.chat-info {
    flex: 1;
}

.chat-info span { font-size: 0.95rem; }
.chat-info small { font-size: 0.8rem; }

/* Animation */
.animate-pop {
    animation: modalPop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes modalPop {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
/* FLOATING WA DESKTOP */
.wa-float-desktop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wa-float-icon {
    width: 60px;
    height: 60px;
    background: #25d366; /* Warna asli WA agar mudah dikenali */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wa-float-text {
    background: #1c1f26;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Hover Effect */
.wa-float-desktop:hover .wa-float-text {
    opacity: 1;
    transform: translateX(0);
}

.wa-float-desktop:hover .wa-float-icon {
    transform: rotate(15deg) scale(1.1);
    background: #20ba5a;
}

/* Pastikan Modal Chat memiliki Z-Index lebih tinggi dari segalanya */
.modal-chat-overlay {
    z-index: 10001; /* Lebih tinggi dari navbar dan floating button */
}

/* SMART FILTER STYLING */
.filter-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto; /* Agar bisa di-slide di HP */
    padding-bottom: 10px;
    scrollbar-width: none; /* Sembunyikan scrollbar */
}

.filter-tabs::-webkit-scrollbar { display: none; }

.filter-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-dim);
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: 0.3s;
}

.filter-btn.active, .filter-btn:hover {
    background: var(--accent);
    color: #000;
    border-color: var(--accent);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

/* Animasi untuk transisi filter */
.product-item {
    transition: all 0.4s ease;
}

.product-item.hide {
    display: none;
}

.product-item.show {
    animation: fadeIn 0.4s ease;
}
/* Container Utama */
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* --- GRID SYSTEM --- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Mobile: 2 Kolom */
    gap: 12px;
}

@media (min-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr); /* Desktop: 4 Kolom */
        gap: 24px;
    }
}

/* --- CARD STYLE --- */
.p-card {
    background: #14161f;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.p-card:hover {
    transform: translateY(-5px);
    border-color: #ffc107;
}

.p-img-box {
    width: 100%;
    aspect-ratio: 1/1;
    background: #1c1f26;
    position: relative;
}

.p-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-info {
    padding: 12px;
    flex-grow: 1;
}

.p-info h6 {
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.8em;
}

.p-price {
    color: #ffc107;
    font-weight: 700;
    font-size: 1rem;
}

/* --- FILTER BAR --- */
.filter-wrapper {
    background: #14161f;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.search-control {
    background: rgba(0,0,0,0.2) !important;
    border: 1px solid #333 !important;
    color: white !important;
    border-radius: 10px;
}

/* --- DETAIL PAGE (MOBILE OPTIMIZED) --- */
.gallery-main {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.thumb-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.thumb-scroll::-webkit-scrollbar { display: none; }

.thumb-card {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
}

.thumb-card.active { border-color: #ffc107; }

/* Sticky Mobile Button */
@media (max-width: 768px) {
    .mobile-actions {
        position: fixed;
        bottom: 70px; /* Di atas Bottom Nav */
        left: 0;
        right: 0;
        padding: 10px 15px;
        background: rgba(10, 11, 16, 0.9);
        backdrop-filter: blur(10px);
        z-index: 99;
        display: flex;
        gap: 10px;
    }
}

:root { --accent: #ffc107; --bg-dark: #0a0b10; --card-bg: #14161f; }

.main-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* Product Card Grid */
.p-card-modern { 
    background: var(--card-bg); border-radius: 20px; overflow: hidden; 
    display: block; text-decoration: none; transition: 0.3s; border: 1px solid rgba(255,255,255,0.05);
}
.p-card-modern:hover { transform: translateY(-8px); border-color: var(--accent); }
.p-img { aspect-ratio: 1/1; overflow: hidden; }
.p-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.p-card-modern:hover img { transform: scale(1.1); }
.p-body { padding: 15px; }
.p-body h6 { color: #fff; font-size: 0.9rem; margin-bottom: 5px; height: 2.4em; overflow: hidden; }

/* Filter Bar */
.filter-pro-bar { background: var(--card-bg); padding: 20px; border-radius: 15px; border: 1px solid rgba(255,255,255,0.05); }
.search-box { position: relative; }
.search-box i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #666; }
.search-box input { padding-left: 45px; background: rgba(0,0,0,0.2); border: 1px solid #333; color: #fff; }
.select-dark { background: rgba(0,0,0,0.2); border: 1px solid #333; color: #fff; }

/* Detail Page */
.breadcrumb-modern { font-size: 13px; color: #666; }
.breadcrumb-modern a { color: var(--accent); text-decoration: none; }
.thumb-item { width: 70px; height: 70px; object-fit: cover; border-radius: 10px; cursor: pointer; border: 2px solid transparent; opacity: 0.6; }
.thumb-item:hover { opacity: 1; border-color: var(--accent); }
.nav-tabs-dark { display: flex; gap: 30px; list-style: none; padding: 0; border-bottom: 1px solid #333; }
.nav-tabs-dark li { padding: 10px 0; color: #666; cursor: pointer; font-weight: 600; }
.nav-tabs-dark li.active { color: var(--accent); border-bottom: 2px solid var(--accent); }

@media (max-width: 768px) {
    .p-body h6 { font-size: 0.8rem; }
    .display-6 { font-size: 1.8rem; }
}/* --- SEARCH PREMIUM --- */
.search-premium {
    position: relative;
    display: flex;
    align-items: center;
    background: #11141b;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 5px 8px;
    transition: 0.3s;
}

.search-premium:focus-within {
    border-color: var(--accent);
    box-shadow: 0 0 15px var(--accent-glow);
}

.search-premium i {
    padding-left: 15px;
    color: var(--accent);
    font-size: 1.1rem;
}

.search-premium input {
    background: transparent;
    border: none;
    color: white;
    padding: 10px 15px;
    width: 100%;
    outline: none;
    font-size: 0.95rem;
}

.search-premium button {
    background: var(--accent);
    border: none;
    color: #000;
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.85rem;
    transition: 0.3s;
}

.search-premium button:hover {
    background: #fff;
    transform: scale(1.05);
}

/* --- CATEGORY PILLS (Horizontal Scroll) --- */
.category-pills {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px 0;
    scrollbar-width: none; /* Firefox */
}

.category-pills::-webkit-scrollbar { display: none; }

.pill-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #a0a0a0;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: 0.3s;
}

.pill-item:hover, .pill-item.active {
    background: rgba(255, 193, 7, 0.1);
    color: var(--accent);
    border-color: var(--accent);
}

.pill-item.filter-trigger {
    background: #fff;
    color: #000;
    margin-left: auto; /* Push to right on desktop */
}

/* --- MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .category-pills {
        padding-left: 0;
    }
    .pill-item.filter-trigger {
        position: sticky;
        right: 0;
        margin-left: 10px;
        box-shadow: -10px 0 20px rgba(0,0,0,0.5);
    }
}
.section-spacing { padding: 80px 0; }
.bg-dark-soft { background-color: #0b0e11; }
.fw-800 { font-weight: 800; }

/* Styling untuk konten artikel dari Quill Editor */
.article-body p { margin-bottom: 1.5rem; text-align:justify;}
.article-body img { 
    max-width: 100%; 
    height: auto; 
    border-radius: 12px;
    margin: 2rem 0;
}
.article-body h2, .article-body h3 { 
    color: #212529; 
    font-weight: 700; 
    margin-top: 2.5rem; 
    margin-bottom: 1.5rem; 
}
.article-body blockquote {
    border-left: 5px solid #ffc107;
    padding: 1rem 2rem;
    background: #f8f9fa;
    font-style: italic;
}

/* Stats Card Decoration */
.stats-box-premium {
    transition: transform 0.3s ease;
}
.stats-box-premium:hover {
    transform: translateY(-5px);
}