body { font-family: sans-serif; margin: 0; color: #333; background-color: #f8f9fa; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.page-content { padding: 40px 20px; }
.main-nav { background: #ffffff; padding: 15px 0; }
.main-nav .container { display: flex; justify-content: space-between; align-items: center; }
.main-nav .logo { display: flex; align-items: center; }
.main-nav .logo img { height: 45px; width: auto; }
.main-nav .nav-links { flex-grow: 1; text-align: center; list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; }
.main-nav ul li a { padding: 10px 15px; text-decoration: none; color: #505050; transition: color 0.3s; }
.main-nav ul li a:hover { color: #000000; }
.hero-header { position: relative; height: 60vh; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: white; }
.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0); }
.hero-content { position: relative; z-index: 2; }
.hero-content h1 { font-size: 3em; margin: 0; }
.hero-content p { font-size: 1.2em; margin-top: 10px; }
.btn-primary { display: inline-block; margin-top: 20px; padding: 12px 25px; background: #92400f; color: rgb(255, 255, 255); text-decoration: none; border-radius: 5px; transition: background 0.3s; }
.btn-primary:hover { background: #fd914a; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 30px; padding-top: 20px; }
.product-card { background: #fff; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; text-align: center; transition: box-shadow 0.2s; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.product-card img { max-width: 100%; height: auto; }
.product-card h3 { font-size: 1.1rem; margin: 0 0 10px 0; color: #333; }
.product-card p { padding: 0 15px; font-size: 0.9em; color: #666; }
.product-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.product-card .price { font-weight: bold; margin: 15px 0; color: #92400f; }
.main-footer { background-color: #fd914a; color: #fff; padding-top: 40px; margin-top: 40px; border-top: none; }
.footer-content { display: grid; grid-template-columns: 1fr 2fr 1.5fr; gap: 30px; padding-bottom: 40px; }
.footer-column h4 { font-size: 1.2rem; margin-top: 0; margin-bottom: 20px; font-weight: bold; color: #fff; }
.footer-column p { color: #f1f1f1; line-height: 1.6; margin: 0; }
.footer-logos { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.footer-logo-img { height: 90px; width: auto; margin-bottom: 20px; }
.footer-logos img { height: 70px; width: auto; }
.footer-logos img[src*="logo ubsi.png"],
.footer-logos img[src*="unggul.png"],
.footer-logos img[src*="bipemas.png"] {
    height: 140px;
}
.footer-contact p { margin-bottom: 15px; }
.whatsapp-icon img { height: 40px; width: auto; }
.facebook-icon img { height: 40px; width: auto; }
.tiktok-icon img { height: 40px; width: auto; }
.instagram-icon img { height: 40px; width: auto; }
.tokopedia-icon img { height: 40px; width: auto; }
.shopee-icon img { height: 40px; width: auto; }
.footer-contact .social-icons a, .footer-contact .social-icons a img { border: none !important;  text-decoration: none !important; outline: none !important;  box-shadow: none !important; }
.footer-contact .social-icons { display: flex; gap: 15px; align-items: center; margin-top: 15px; }
.footer-copyright { background-color: #fd914a; text-align: center; padding: 15px 0; }
.footer-copyright p { margin: 0; color: #ccc; font-size: 0.9rem; }
@media (max-width: 768px) { .footer-content { grid-template-columns: 1fr; text-align: center; } .footer-logos { justify-content: center; } }
.admin-panel-container { display: flex; min-height: 100vh; }
.admin-sidebar { width: 250px; background-color: #fff; border-right: 1px solid #dee2e6; display: flex; flex-direction: column; padding: 20px; }
.admin-sidebar h3 { margin: 0 0 30px 0; font-size: 1.5rem; color: #333; }
.admin-sidebar ul { list-style: none; padding: 0; margin: 0; flex-grow: 1; }
.admin-sidebar ul li a { display: flex; align-items: center; padding: 12px 15px; text-decoration: none; color: #495057; border-radius: 6px; margin-bottom: 5px; font-weight: 500; }
.admin-sidebar ul li a:hover { background-color: #f1f3f5; }
.admin-sidebar ul li.active a { background-color: #fd914a; color: #fff; }
.admin-sidebar ul li.logout-item a { background-color: #dc3545; color: #fff; font-weight: bold; justify-content: center; }
.admin-sidebar ul li.logout-item a:hover { background-color: #c82333; color: #fff; }
.admin-main-content { flex-grow: 1; padding: 30px; }
.admin-main-content .card form select { padding: 12px 15px; font-size: 1.1rem; min-width: 200px; border: 1px solid #ced4da; border-radius: 5px; box-sizing: border-box; }
.admin-header { display: flex; justify-content: space-between; align-items: center; }
.admin-header h1 { margin: 0; font-size: 2rem; color: #212529; }
.card { background: #fff; border-radius: 8px; padding: 25px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); margin-bottom: 25px; }
.card h3 { margin: 0 0 20px 0; font-size: 1.2rem; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.btn { padding: 10px 20px; border-radius: 5px; border: none; cursor: pointer; font-weight: bold; text-decoration: none; display: inline-block; transition: background-color 0.2s, border-color 0.2s; }
.btn-add { background-color: #92400f; color: white; }
.btn-add:hover { background-color: #fd914a; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: 15px; text-align: left; border-bottom: 1px solid #f1f3f5; }
.data-table th { font-size: 0.9rem; color: #6c757d; text-transform: uppercase; }
.data-table tbody tr:hover { background-color: #f8f9fa; }
.action-cell { text-align: right; }
.btn-action { display: inline-block; padding: 5px 10px; text-decoration: none; border-radius: 5px; margin-left: 5px; }
.btn-edit { background-color: #e9ecef; color: #343a40; }
.btn-delete { background-color: #f8d7da; color: #721c24; }
.btn-delete-item { display: inline-block; padding: 5px 10px; background-color: #dc3545; color: white; border: none; border-radius: 4px; text-decoration: none; font-size: 0.85rem; cursor: pointer; transition: background-color 0.2s ease; margin-left: 10px; }
.btn-delete-item:hover { background-color: #c82333; }
.btn-view-store { background-color: #f8f9fa; color: #343a40; border: 1px solid #dee2e6; font-weight: 500; }
.btn-view-store:hover { background-color: #e9ecef; border-color: #ced4da; }
.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 5px; }
.alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; }
.alert-error { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: bold; margin-bottom: 8px; color: #495057; }
.form-group input[type="text"], .form-group input[type="number"], .form-group select, .form-group textarea, .form-group input[type="file"] { width: 100%; padding: 10px 15px; border: 1px solid #ced4da; border-radius: 5px; font-size: 1rem; box-sizing: border-box; }
.form-group textarea { min-height: 120px; resize: vertical; }
.current-image-preview { max-width: 300px; border-radius: 5px; margin-top: 10px; border: 1px solid #eee; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; margin-bottom: 25px; }
.stat-card { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); border: 1px solid #f0f0f0; }
.stat-title { color: #6c757d; font-size: 0.9rem; margin-bottom: 8px; }
.stat-value { font-size: 1.8rem; font-weight: bold; color: #343a40; }
.card-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
.card-header h3 { margin: 0; padding: 0; border: none; }
.view-all-link { text-decoration: none; color: #5d4037; font-weight: 500; font-size: 0.9rem; }
.recent-orders-list { list-style: none; padding: 0; margin: 0; }
.order-item { display: flex; justify-content: space-between; align-items: center; padding: 15px 5px; border-bottom: 1px solid #f1f3f5; }
.order-item:last-child { border-bottom: none; }
.order-details .order-id { font-weight: bold; display: block; margin-bottom: 3px; }
.order-details .order-customer { color: #6c757d; font-size: 0.9rem; }
.order-meta { text-align: right; }
.order-meta .order-total { font-weight: bold; display: block; margin-bottom: 3px; }
.order-meta .order-date { color: #6c757d; font-size: 0.9rem; }
.order-item-empty { padding: 20px 0; text-align: center; color: #6c757d; }
.admin-sidebar ul li a .notification-badge { background-color: #dc3545; color: white; border-radius: 50%; padding: 2px 6px; font-size: 0.7rem; font-weight: bold; margin-left: auto; }
.header-buttons { display: flex; gap: 10px; align-items: center; }
.btn-login { background-color: transparent; color: #92400f; border: 1px solid #92400f; }
.btn-login:hover { background-color: #fd914a; color: #ffffff; }
.btn-register { background-color: #92400f; color: #ffffff; border: 1px solid #92400f; }
.btn-register:hover { background-color: #fd914a; color: #ffffff; }
.content-wrapper { padding-top: 0; }
.about-section, .featured-products-section { text-align: center; padding: 40px 0; }
.about-section { background-color: #fffbeb; }
.about-content-display h3 { font-size: 2rem; color: #92400f; margin-bottom: 15px; }
.about-content-display p { max-width: 700px; margin: 0 auto 25px auto; color: #666; line-height: 1.6; }
.section-title { font-size: 2rem; color: #92400f; margin-bottom: 15px; }
.section-subtitle { max-width: 700px; margin: 0 auto 25px auto; color: #666; line-height: 1.6; }
.btn-secondary { background-color: #fff; color: #000000; border: 1px solid #5d4037; font-weight: bold; }
.btn-secondary:hover { background-color: #404040; color: #fff; }
.featured-product-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; }
.featured-product-card { background-color: #fff; border-radius: 8px; overflow: hidden; width: 250px; }
.product-image-frame { width: 100%; height: 200px; overflow: hidden; border-bottom: 1px solid #eee; display: flex; align-items: center; justify-content: center; background-color: #f8f8f8; }
.product-image-frame img { max-width: 100%; max-height: 100%; object-fit: cover; }
.product-info { padding: 20px; }
.product-info-wrapper { padding: 15px; text-align: left; flex-grow: 1; }
.product-name { font-size: 1.2rem; margin: 0 0 10px 0; }
.product-price { font-size: 1.1rem; font-weight: bold; color: #92400f; margin-bottom: 5px; }
.product-stock { font-size: 0.9rem; color: #6c757d; }
.auth-form-container { max-width: 450px; margin: 60px auto; background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; }
.auth-form-container h2 { text-align: center; margin-bottom: 10px; color: #333; }
.auth-form-container p { text-align: center; color: #6c757d; margin-bottom: 30px; }
.auth-form { display: flex; flex-direction: column; gap: 20px; text-align: left; }
.form-group label { display: block; margin-bottom: 8px; font-weight: bold; color: #555; }
.form-group input[type="email"], .form-group input[type="password"] { width: 100%; padding: 12px 15px; border: 1px solid #92400f; border-radius: 5px; font-size: 1rem; box-sizing: border-box; }
.auth-form button.btn-register { background-color: #92400f; color: white; padding: 12px 20px; font-size: 1rem; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s; width: 100%; margin-top: 10px; }
.auth-form button.btn-register:hover { background-color: #fd914a; }
.auth-switch { margin-top: 25px; font-size: 0.9rem; color: #555; }
.auth-switch a { color: #92400f; text-decoration: none; font-weight: bold; }
.auth-switch a:hover { text-decoration: underline; }
.forgot-password-link { text-align: right; margin-top: 20px; font-size: 0.85rem; }
.btn-back { display: inline-block; margin-top: 20px; padding: 12px 25px; background: #ff0800; color: white; text-decoration: none; border-radius: 5px; transition: background 0.3s; }
.btn-back:hover { background: #f54b4b; }
.product-detail-container { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.product-detail-image img { width: 100%; border-radius: 8px; }
.product-detail-info h1 { margin-top: 0; font-size: 2.5rem; }
.product-stock-detail { color: #6c757d; margin-bottom: 10px; }
.product-price-detail { font-size: 2rem; font-weight: bold; color: #92400f; margin-bottom: 20px; }
.product-description h3 { border-bottom: 1px solid #eee; padding-bottom: 5px; }
.description-teaser { font-size: 0.9rem; color: #666; margin-bottom: 10px; }
.quantity-selector { display: flex; align-items: center; margin-bottom: 20px; }
.qty-btn { width: 40px; height: 40px; border: 1px solid #ddd; background: #fff; cursor: pointer; font-size: 1.5rem; }
.qty-input { width: 60px; height: 40px; text-align: center; border: 1px solid #ddd; border-left: none; border-right: none; font-size: 1rem; }
.btn-add-to-cart { background: #92400f; color: #fff; width: 100%; }
.btn-add-to-cart:hover { background: #fd914a; }
.cart-container { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; }
.cart-item { display: flex; gap: 15px; padding: 20px 0; border-bottom: 1px solid #eee; }
.cart-item-image { width: 80px; height: 80px; object-fit: cover; border-radius: 5px; }
.cart-item-details { flex-grow: 1; }
.cart-item-name { font-weight: bold; }
.cart-item-price { color: #6c757d; font-size: 0.9rem; }
.cart-item-actions { margin-top: 10px; }
.cart-item-delete { text-decoration: none; color: #dc3545; }
.cart-item-subtotal { font-weight: bold; }
.cart-summary { background: #f8f9fa; padding: 20px; border-radius: 8px; height: fit-content; }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 10px; }
.summary-row.total { font-weight: bold; font-size: 1.2rem; border-top: 1px solid #ddd; padding-top: 10px; }
.btn-whatsapp-checkout { background: #25D366; color: white; text-align: center; display: block; width: 100%; }
.btn-whatsapp-checkout:hover { background: #1EBE57; }
.cart-icon { position: relative; margin-right: 15px; color: #fff; text-decoration: none; font-size: 1.7rem; }
.cart-badge { position: absolute; top: 0px; right: -12px; background: #dc3545; color: white; border-radius: 50%; font-size: 0.7rem; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; }
.user-greeting { margin-right: 15px; color: #fff; }
.product-link { text-decoration: none; color: inherit; }
.about-page-container { padding-top: 0; }
.about-header { position: relative; height: 40vh; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: white; }
.about-header-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); }
.about-header-content { position: relative; z-index: 2; }
.about-header h1 { font-size: 2.8rem; margin-bottom: 10px; }
.about-header p { font-size: 1.1rem; max-width: 600px; margin: 0 auto; }
.story-section { padding: 60px 20px; text-align: center; }
.story-section h2 { margin-bottom: 30px; }
.story-section p { max-width: 800px; margin: 0 auto 20px auto; line-height: 1.7; color: #555; }
.values-section { background-color: #f9f6f2; padding: 60px 0; text-align: center; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 40px; }
.value-card { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07); }
.value-icon { font-size: 2.5rem; margin-bottom: 15px; color: #5d4037; }
.value-card h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.3rem; color: #333; }
.value-card p { color: #666; line-height: 1.6; font-size: 0.95rem; }
.contact-page-container { padding-top: 0; }
.contact-header { position: relative; height: 40vh; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: white; }
.contact-header-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); }
.contact-header-content { position: relative; z-index: 2; }
.contact-header h1 { font-size: 2.8rem; margin-bottom: 10px; }
.contact-header p { font-size: 1.1rem; max-width: 600px; margin: 0 auto; }
.contact-info-section { padding: 60px 20px; }
.contact-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.contact-column .section-title { text-align: left; margin-bottom: 30px; }
.info-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 20px; }
.info-icon-img { width: 24px; height: 24px; flex-shrink: 0; margin-top: 5px; }
.info-text strong { display: block; margin-bottom: 5px; }
.info-text p { margin: 0; color: #555; line-height: 1.6; }
.hours-item { display: flex; justify-content: space-between; margin-bottom: 10px; color: #000000; font-weight: bold;}
.location-section { padding: 0 20px 60px 20px; text-align: center; }
.location-section .section-title { margin-bottom: 30px; }
.map-container iframe { border-radius: 8px; }
.gallery-page-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.gallery-page-item { border: 1px solid #eee; border-radius: 8px; overflow: hidden; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.gallery-page-item img { width: 100%; height: 200px; object-fit: cover; display: block; }
.gallery-caption { padding: 10px 15px; text-align: center; font-size: 0.9rem; color: #555; margin: 0; }
.history-table th, .history-table td { padding: 10px 15px; white-space: nowrap; } 
.status-badge { padding: 4px 8px; border-radius: 4px; font-size: 0.8rem; font-weight: bold; color: #fff; text-align: center; }
.status-badge.lunas, .status-badge.dikirim, .status-badge.diterima, .status-badge.selesai { background-color: #28a745; }
.status-badge.menunggu, .status-badge.baru, .status-badge.belum-bayar { background-color: #ffc107; color: #333; }
.status-badge.dibatalkan { background-color: #dc3545; }
.status-badge.diproses { background-color: #17a2b8; }
.filter-form { display: flex; align-items: center; gap: 10px; margin-bottom: 20px;}
.filter-form label { font-weight: bold;}
.filter-form select { padding: 8px 10px; border-radius: 5px; border: 1px solid #ced4da; min-width: 150px;}
.order-details-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; }
.order-items-table img { width: 50px; height: 50px; object-fit: cover; border-radius: 4px; margin-right: 10px; }
.order-items-table td { vertical-align: middle; }
.status-update-form select, .status-update-form input { margin-bottom: 10px; }
.disabled-section { opacity: 0.6; pointer-events: none; }
.header-buttons > a:not(.btn) { color: #92400f; text-decoration: none; padding: 10px 0; font-weight: 500; transition: color 0.2s; }
.header-buttons > a:not(.btn):hover { color: #fd914a; }
.pelatihan-section { padding: 40px 20px; text-align: center; }
.pelatihan-section p { max-width: 800px; margin: 0 auto 20px auto; line-height: 1.7; color: #555; font-size: 1.5rem; }
@media (max-width: 768px) {.contact-header { height: 30vh; }.contact-header h1 { font-size: 2rem; }.contact-columns { grid-template-columns: 1fr; }}
@media (max-width: 992px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .values-grid { grid-template-columns: 1fr; } .about-header { height: 30vh; } .about-header h1 { font-size: 2rem; } }