*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}
body{background:#fff;color:#0f172a}
nav{display:flex;justify-content:space-between;padding:16px 40px;background:#0f172a;color:white;position:sticky;top:0}
nav a{color:white;text-decoration:none;margin-left:18px;font-size:13px}
.btn-wa{background:#22c55e;padding:8px 14px;border-radius:10px}
.hero{display:flex;justify-content:space-between;align-items:center;padding:70px 40px;background:radial-gradient(at 20% 20%,#1e3a8a,#0f172a 70%);color:white;border-radius:0 0 40px 40px}
.hero h1{font-size:52px;line-height:1.1;margin:14px 0}.hero h1 span{color:#93c5fd}.hero p{color:#cbd5e1}
.badge{background:white;color:#1e40af;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700}
.hero-btn{display:flex;gap:10px;margin-top:18px}
.hero-btn button{padding:12px 20px;border-radius:12px;border:none;font-weight:700;cursor:pointer;background:#fff;color:#1e3a8a}
.hero-btn .outline{background:transparent;border:1px solid white;color:white}
.hero-img img{width:340px;border-radius:24px;transform:rotate(-3deg)}
#produk,#harga{padding:50px 40px;text-align:center}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.card{background:white;border:1px solid #e2e8f0;border-radius:20px;padding:24px;text-align:left;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.card i{font-size:28px;color:#1e40af}.card h4{margin:10px 0}.card ul{margin:12px 0;font-size:13px;color:#475569}
.card button{width:100%;padding:12px;background:#1e3a8a;color:white;border:none;border-radius:12px;font-weight:700;cursor:pointer}
.best{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;position:relative}
.best ul{color:#dbeafe}.best .pop{position:absolute;top:-10px;right:20px;background:white;color:#1e40af;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700}
footer{text-align:center;padding:30px;background:#f8fafc;color:#94a3b8;font-size:12px;margin-top:40px}
@media(max-width:800px){.hero{flex-direction:column;text-align:center}.grid3{grid-template-columns:1fr}.hero-img img{width:90%;margin-top:20px}}