:root {
    --red: #E63946;
    --blue: #1D3557;
    --dark: #1E293B;
    --light: #F8FAFC;
    --gray: #E2E8F0;
    --wa: #25D366;
    --shadow: 0 4px 12px rgba(0,0,0,0.08);
    --radius: 10px;
}

* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Segoe UI', Roboto, sans-serif; line-height:1.6; color:var(--dark); background:#fff; }
a { text-decoration:none; color:inherit; }
img { max-width:100%; height:auto; display:block; }
.container { width:92%; max-width:1200px; margin:0 auto; }

/* Header */
.site-header { position:sticky; top:0; background:#fff; box-shadow:var(--shadow); z-index:99; padding:0.6rem 0; }
.navbar { display:flex; align-items:center; justify-content:space-between; position:relative; }
.brand { font-size:1.4rem; font-weight:700; color:var(--blue); }
.menu-toggle { display:none; font-size:1.8rem; line-height:1; border:none; background:none; cursor:pointer; color:var(--blue); padding:.35rem .5rem; position:relative; z-index:102; -webkit-tap-highlight-color:transparent; }
.nav-links { display:flex; gap:1.6rem; list-style:none; font-weight:500; }
.nav-links a { display:block; }
body.menu-open { overflow:hidden; }
.nav-links a:hover { color:var(--red); }

/* Buttons */
.btn { display:inline-block; padding:0.7rem 1.4rem; border-radius:var(--radius); font-weight:600; border:none; cursor:pointer; transition:0.25s; }
.btn-primary { background:var(--red); color:#fff; }
.btn-primary:hover { background:#c92a36; }
.btn-outline { border:2px solid var(--blue); color:var(--blue); background:transparent; }
.btn-outline:hover { background:var(--blue); color:#fff; }
.btn-wa { background:var(--wa); color:#fff; }
.btn-wa:hover { background:#1fb858; }
.w-100 { width:100%; text-align:center; }

/* Hero */
.hero { color:#fff; text-align:center; }

/* Banner: gambar ditampilkan utuh sesuai file asli -- lebar menyesuaikan
   layar, tinggi mengikuti rasio gambar aslinya. Tidak pernah dipotong
   (object-fit) maupun diulang (dulu dipakai sebagai background-image). */
.hero-banner { width:100%; line-height:0; background:#0f1c2e; }
.hero-banner img { width:100%; height:auto; display:block; }

.hero-text { padding:3.5rem 0; background:linear-gradient(135deg, var(--blue) 0%, #2a4b75 100%); }
.hero h1 { font-size:2.4rem; margin-bottom:1rem; line-height:1.2; }
.hero .lead { font-size:1.15rem; max-width:750px; margin:0 auto 2rem; opacity:0.95; }
.hero-buttons { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }

/* Section */
.section { padding:3.5rem 0; }
.section-title { text-align:center; font-size:1.9rem; margin-bottom:2.5rem; color:var(--blue); position:relative; }
.section-title::after { content:''; display:block; width:70px; height:3px; background:var(--red); margin:0.6rem auto 0; }
.bg-light { background:var(--light); }

/* Grid & Cards */
.grid-3 { display:grid; grid-template-columns:repeat(3, 1fr); gap:1.8rem; }
.grid-4 { display:grid; grid-template-columns:repeat(4, 1fr); gap:1.5rem; }
.card { background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); transition:transform 0.25s; }
.card:hover { transform:translateY(-5px); }
.card img { width:100%; height:200px; object-fit:cover; }
.card-body { padding:1.2rem; }
.card h3 { font-size:1.15rem; margin-bottom:0.5rem; color:var(--blue); }
.price { font-weight:700; color:var(--red); font-size:1.1rem; margin-bottom:0.4rem; }
.promo-card .date { font-size:.85rem; color:#64748b; margin-bottom:.6rem; }
.promo-card .card-body h3 a { color:var(--blue); }

/* About */
.about-section { display:grid; grid-template-columns:1fr 1.2fr; gap:2.5rem; align-items:center; }
.about-img img { border-radius:var(--radius); box-shadow:var(--shadow); }

/* Nama sales diperbesar & ditebalkan agar lebih menonjol di halaman depan */
.sales-name {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .sales-name { font-size: 1.4rem; }
}

/* CTA */
.cta-section { text-align:center; background:linear-gradient(135deg, var(--blue) 0%, #2a4b75 100%); color:#fff; border-radius:var(--radius); margin:2rem; }

/* Footer */
.site-footer { background:var(--dark); color:#cbd5e1; margin-top:3rem; }

.footer-cta-bar { background:linear-gradient(135deg, var(--blue) 0%, #2a4b75 100%); }
.footer-cta { display:flex; align-items:center; justify-content:space-between; gap:1.5rem; flex-wrap:wrap; padding:2rem 0; }
.footer-cta-text h3 { color:#fff; font-size:1.4rem; margin-bottom:.35rem; }
.footer-cta-text p { color:#dbe4f0; margin:0; }
.footer-cta .btn-wa { flex-shrink:0; box-shadow:0 6px 18px rgba(0,0,0,0.2); }

.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1.2fr; gap:3rem; padding:3.25rem 0 2.25rem; }

.footer-brand img { max-height:44px; width:auto; margin-bottom:1rem; }
.footer-brand h3 { color:#fff; margin-bottom:1rem; font-size:1.3rem; }
.footer-about p { font-size:.93rem; color:#94a3b8; line-height:1.75; max-width:34ch; }

.footer-social { display:flex; gap:.6rem; margin-top:1.4rem; }
.footer-social-link { display:flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,0.08); font-size:1.1rem; transition:.2s; }
.footer-social-link:hover { background:var(--red); transform:translateY(-3px); }

.footer-links h4, .footer-contact h4 { color:#fff; font-size:1.05rem; margin-bottom:1.3rem; position:relative; padding-bottom:.65rem; }
.footer-links h4::after, .footer-contact h4::after { content:""; position:absolute; left:0; bottom:0; width:32px; height:3px; background:var(--red); border-radius:2px; }
.footer-links ul, .footer-contact ul { list-style:none; }
.footer-links li, .footer-contact li { margin-bottom:.85rem; font-size:.93rem; }
.footer-links a { color:#cbd5e1; transition:.2s; display:inline-block; }
.footer-links a:hover { color:#fff; padding-left:4px; }

.footer-contact li { display:flex; align-items:center; gap:.7rem; color:#cbd5e1; }
.footer-contact-icon { flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:rgba(255,255,255,0.08); font-size:.85rem; }
.footer-contact a { color:#cbd5e1; transition:.2s; }
.footer-contact a:hover { color:#fff; }

.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:.5rem; flex-wrap:wrap; margin-top:1rem; padding:1.5rem 0; border-top:1px solid #334155; font-size:.85rem; color:#94a3b8; }
.footer-bottom p { margin:0; }

@media (max-width:900px) {
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-about { grid-column:1 / -1; }
}
@media (max-width:600px) {
  .footer-grid { grid-template-columns:1fr; gap:2.25rem; padding:2.5rem 0 1.5rem; }
  .footer-about p { max-width:none; }
  .footer-cta { text-align:center; justify-content:center; padding:1.75rem 0; }
  .footer-bottom { flex-direction:column; text-align:center; }
}

/* Floating WhatsApp */
.floating-wa { position:fixed; bottom:24px; right:24px; width:60px; height:60px; background:var(--wa); color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:28px; box-shadow:0 4px 14px rgba(37,211,102,0.35); z-index:90; }

/* Gallery */
.gallery-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:1rem; }
.gallery-item img { aspect-ratio:1; object-fit:cover; border-radius:6px; }

/* Empty State */
.empty { text-align:center; color:#64748b; padding:2rem; }

/* Responsive */
@media(max-width:992px){
    .grid-3, .about-section, .gallery-grid { grid-template-columns:repeat(2,1fr); }
    .grid-4 { grid-template-columns:repeat(2,1fr); }
}
@media(max-width:768px){
    .menu-toggle { display:block; }
    .nav-links { position:absolute; top:calc(100% + .6rem); left:0; right:0; flex-direction:column; background:#fff; padding:1rem; gap:0; box-shadow:0 12px 28px rgba(0,0,0,0.14); border:1px solid #e2e8f0; border-radius:0 0 12px 12px; display:none; z-index:101; max-height:calc(100vh - 90px); overflow-y:auto; }
    .nav-links.active { display:flex; }
    .nav-links li { width:100%; }
    .nav-links a { padding:.8rem .65rem; border-bottom:1px solid #eef2f7; }
    .nav-links li:last-child a { border-bottom:0; }
    .hero h1 { font-size:1.8rem; }
    .grid-3, .about-section, .gallery-grid { grid-template-columns:1fr; }
    .grid-4 { grid-template-columns:1fr; }
}
@media(max-width:480px){
    .hero-buttons { flex-direction:column; }
    .btn { width:100%; }
}
.section-heading { display:flex; align-items:center; justify-content:space-between; gap:1rem; margin-bottom:2rem; }
.section-heading .section-title { margin:0; flex:1; }
.section-heading .section-title::after { margin-left:0; margin-right:0; }
.section-heading-link { flex:0 0 auto; color:var(--blue); font-weight:700; text-decoration:none; border:1px solid currentColor; padding:.55rem .9rem; border-radius:6px; white-space:nowrap; }
.section-heading-link:hover { text-decoration:none; opacity:.85; }
@media(max-width:600px){ .section-heading { align-items:flex-start; flex-wrap:wrap; } .section-heading .section-title { flex:1 1 100%; } .section-heading-link { margin-left:auto; } }

/* Daftar harga premium */
.price-list { margin: 2rem 0; }
.price-list-head { display:flex; align-items:flex-end; justify-content:space-between; gap:1.5rem; margin-bottom:1rem; }
.price-list-page-head { margin-bottom:1.25rem; }
.price-list-kicker { display:inline-block; font-size:.72rem; letter-spacing:.14em; font-weight:800; color:var(--red); margin-bottom:.3rem; }
.price-list-title { margin:0; font-size:1.65rem; line-height:1.2; color:var(--blue); }
.price-list-subtitle { margin:.35rem 0 0; color:#64748b; font-size:.95rem; }
.price-table-wrap { background:#fff; border:1px solid #e2e8f0; border-radius:16px; overflow:hidden; box-shadow:0 10px 30px rgba(15,23,42,.07); }
.price-list-table { width:100%; border-collapse:separate; border-spacing:0; background:#fff; }
.price-list-table th { padding:1rem 1.15rem; background:linear-gradient(135deg,var(--blue),#294b75); color:#fff; text-align:left; font-size:.84rem; text-transform:uppercase; letter-spacing:.05em; font-weight:800; border:0; }
.price-list-table th:first-child { padding-left:1.35rem; }
.price-list-table td { padding:1.05rem 1.15rem; border:0; border-bottom:1px solid #edf2f7; vertical-align:middle; color:#334155; }
.price-list-table tbody tr:last-child td { border-bottom:0; }
.price-list-table tbody tr:nth-child(even) { background:#f8fafc; }
.price-list-table tbody tr { transition:background .2s ease, transform .2s ease; }
.price-list-table tbody tr:hover { background:#f1f5f9; }
.variant-index { display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; margin-right:.7rem; background:#eef2f7; color:var(--blue); font-size:.75rem; font-weight:800; vertical-align:middle; }
.variant-name { font-weight:700; color:#1e293b; }
.product-price-link { display:inline-flex; align-items:center; gap:.55rem; color:var(--blue); font-weight:800; transition:.2s; }
.product-price-link span { font-size:1.25rem; line-height:1; opacity:.45; transition:.2s; }
.product-price-link:hover { color:var(--red); }
.product-price-link:hover span { transform:translateX(3px); opacity:1; }
.price-value { display:inline-block; color:var(--red); font-size:1.03rem; font-weight:900; white-space:nowrap; }
.price-note-badge { display:inline-block; padding:.38rem .7rem; border-radius:999px; background:#eef6ff; color:#355b82; font-size:.78rem; font-weight:700; line-height:1.3; }
.price-list-footer { display:flex; align-items:flex-start; gap:.65rem; margin-top:.8rem; padding:.75rem .9rem; border-radius:10px; background:#f8fafc; color:#64748b; }
.price-list-footer span { flex:0 0 auto; font-size:1rem; font-weight:800; color:var(--blue); }
.price-list-footer p { margin:0; font-size:.84rem; line-height:1.5; }
.price-list-empty { padding:1rem; border:1px solid #e5e7eb; border-radius:.5rem; color:#6b7280; }
.product-price-list { margin:1.75rem 0 2.25rem; }

@media(max-width:768px){
    .price-list-head { align-items:flex-start; }
    .price-list-title { font-size:1.4rem; }
    .price-table-wrap { border-radius:12px; box-shadow:0 7px 22px rgba(15,23,42,.06); }
    .price-list-table, .price-list-table thead, .price-list-table tbody, .price-list-table tr, .price-list-table th, .price-list-table td { display:block; width:100%; }
    .price-list-table thead { display:none; }
    .price-list-table tbody tr { padding:.9rem 1rem; border-bottom:1px solid #e2e8f0; }
    .price-list-table tbody tr:last-child { border-bottom:0; }
    .price-list-table td { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.42rem 0; border:0; background:transparent !important; text-align:right; }
    .price-list-table td::before { content:attr(data-label); color:#94a3b8; font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.04em; text-align:left; }
    .price-list-table td > * { max-width:65%; }
    .price-list-table td:first-child { padding-top:.1rem; }
    .price-list-table td:first-child::before { display:none; }
    .price-list-table td:first-child > * { max-width:100%; text-align:left; }
    .variant-index { width:26px; height:26px; margin-right:.5rem; }
    .price-list-footer { margin-top:.65rem; }
}