*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Arial,Helvetica,sans-serif}:root{--red:#c8102e;--red2:#f04452;--dark:#111827;--muted:#667085;--soft:#fff3f5;--line:#ececec}html{scroll-behavior:smooth}body{background:#fff;color:var(--dark)}.container{width:92%;max-width:1260px;margin:auto}.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(200,16,46,.10);box-shadow:0 10px 30px rgba(16,24,40,.05)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--dark);font-weight:900}.brand img{height:56px;border-radius:12px}.brand span{font-size:13px;color:var(--muted)}.menu{display:flex;gap:8px;background:#fff;border:1px solid var(--line);padding:7px;border-radius:999px;box-shadow:0 8px 20px rgba(16,24,40,.06)}.menu a{padding:11px 18px;color:#222;text-decoration:none;font-weight:800;border-radius:999px;transition:.2s}.menu a:hover{background:var(--soft);color:var(--red)}.nav-btn,.primary,.buy-btn{background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;text-decoration:none;border-radius:999px;padding:14px 24px;font-weight:900;display:inline-block;box-shadow:0 12px 24px rgba(200,16,46,.24)}.outline{background:#fff;color:var(--red);border:2px solid rgba(200,16,46,.25);text-decoration:none;border-radius:999px;padding:12px 22px;font-weight:900;display:inline-block}.hero{padding:86px 0;background:radial-gradient(circle at 85% 10%,#ffdce2 0,#fff 35%,#fff7f8 72%,#c8102e 150%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:34px;align-items:center}.eyebrow{display:inline-block;color:var(--red);font-weight:950;text-transform:uppercase;letter-spacing:.09em;margin-bottom:12px;font-size:13px}.hero h1{font-size:58px;line-height:1.03;margin-bottom:18px;letter-spacing:-1.5px;max-width:760px}.hero p{font-size:20px;line-height:1.65;color:#344054;max-width:700px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.quick-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px;max-width:620px}.quick-stats div,.hero-card{background:rgba(255,255,255,.92);border:1px solid #ffd8df;border-radius:22px;padding:18px;box-shadow:0 18px 38px rgba(16,24,40,.08)}.quick-stats b{display:block;font-size:24px;color:var(--red)}.quick-stats span{font-size:13px;color:var(--muted);font-weight:700}.hero-card{border-radius:32px;padding:34px}.hero-card img{height:92px;margin-bottom:18px}.hero-card h2{font-size:34px;color:var(--red);margin-bottom:10px}.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.hero-badges span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-weight:850}.section{padding:76px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}.section-head h2,.center-title h2{font-size:42px;color:var(--red);letter-spacing:-.5px}.tools{display:flex;gap:12px;flex-wrap:wrap}.tools input,.tools select{padding:15px 17px;border:1px solid #ddd;border-radius:15px;font-size:15px;outline:none;background:#fff;min-width:220px}.category-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.category-pills button{border:1px solid #ffd8df;background:#fff;color:var(--red);font-weight:900;padding:11px 17px;border-radius:999px;cursor:pointer}.category-pills button.active{background:var(--red);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(16,24,40,.08);display:flex;flex-direction:column;transition:.2s}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 52px rgba(16,24,40,.14)}.image-wrap{aspect-ratio:4/3;background:#f7f7f7;overflow:hidden}.image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:.3s}.product-card:hover img{transform:scale(1.04)}.product-content{padding:20px;display:flex;flex-direction:column;flex:1}.topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:8px}.badge,.stock{border-radius:999px;padding:7px 11px;font-weight:950;font-size:12px}.badge{background:var(--soft);color:var(--red)}.badge.pdf{background:#fff0e8;color:#f05a1a}.badge.security{background:#eaf3ff;color:#1264c8}.badge.utility{background:#ecfdf3;color:#087443}.stock{color:#0f9d58;background:#eaf8f0}.product-card h3{font-size:18px;line-height:1.32;margin-bottom:12px}.price{font-size:24px;color:var(--red);font-weight:950;margin-bottom:12px}.product-card ul{list-style:none;line-height:1.75;color:#475467;margin-bottom:18px;flex:1}.product-card li:before{content:"✓ ";color:var(--red);font-weight:950}.buy-btn{text-align:center;margin-top:auto;width:100%}.soft{background:#fafafa}.center-title{text-align:center;margin-bottom:32px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefits div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;text-align:center;font-weight:950;box-shadow:0 10px 24px rgba(16,24,40,.06)}.contact{text-align:center}.contact-card{background:linear-gradient(135deg,#fff,#fff4f6);border:1px solid #ffd7de;border-radius:32px;padding:52px;box-shadow:0 16px 42px rgba(16,24,40,.06)}.contact h2{font-size:40px;color:var(--red);margin-bottom:10px}.contact p{font-size:18px;color:#475467;margin-bottom:24px}.contact-list{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}.contact-list span{background:#fff;border-radius:999px;padding:12px 16px;font-weight:850;border:1px solid var(--line)}footer{background:#b80e28;color:#fff;padding:28px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-inner img{height:48px;background:#fff;border-radius:12px;padding:4px}.float-wa{position:fixed;right:20px;bottom:20px;background:#25D366;color:#fff;text-decoration:none;border-radius:999px;padding:15px 20px;font-weight:950;box-shadow:0 12px 30px rgba(0,0,0,.28);z-index:120}.hide{display:none!important}@media(max-width:1180px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.menu{display:none}.nav{height:76px}.brand img{height:50px}.brand span{display:none}.nav-btn{padding:11px 15px}.hero{padding:58px 0}.hero h1{font-size:36px}.hero p{font-size:17px}.quick-stats{grid-template-columns:1fr}.section-head{display:block}.section-head h2,.center-title h2{font-size:31px}.tools{margin-top:18px}.tools input,.tools select{width:100%}.product-grid{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}.contact h2{font-size:31px}}

/* Premium V2.1 - katalog langsung terlihat */
.header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
}
.nav{
  height:66px;
}
.brand img{
  height:44px;
}
.brand span{
  font-size:12px;
}
.menu{
  padding:5px;
}
.menu a{
  padding:9px 15px;
}
.nav-btn{
  padding:10px 18px;
}

.compact-hero{
  padding:22px 0;
  background:linear-gradient(135deg,#fff,#fff4f6);
  border-bottom:1px solid #ffd8df;
}
.compact-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.compact-top h1{
  font-size:34px;
  line-height:1.1;
  color:var(--red);
  margin-bottom:4px;
}
.compact-top p{
  font-size:16px;
  color:#475467;
  margin:0;
}
.compact-info{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.compact-info span{
  background:#fff;
  border:1px solid #ffd8df;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  color:var(--red);
  box-shadow:0 8px 18px rgba(16,24,40,.06);
}

.section{
  padding:28px 0;
}
.section-head{
  margin-bottom:14px;
}
.section-head h2{
  font-size:30px;
}
.tools input,.tools select{
  padding:11px 14px;
  border-radius:12px;
}
.category-pills{
  margin-bottom:18px;
}
.category-pills button{
  padding:9px 14px;
}
.product-grid{
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.product-card{
  border-radius:18px;
}
.image-wrap{
  aspect-ratio:1.25/1;
}
.product-content{
  padding:15px;
}
.product-card h3{
  font-size:16px;
  margin-bottom:8px;
}
.price{
  font-size:21px;
  margin-bottom:8px;
}
.product-card ul{
  font-size:14px;
  line-height:1.55;
  margin-bottom:12px;
}
.badge,.stock{
  padding:6px 9px;
  font-size:11px;
}
.buy-btn{
  padding:11px 14px;
}
.topline{
  margin-bottom:8px;
}
.soft,.contact,footer{
  margin-top:18px;
}

@media(max-width:1180px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .compact-top{display:block}
  .compact-info{justify-content:flex-start;margin-top:12px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .nav{height:62px}
  .brand img{height:42px}
  .compact-hero{padding:18px 0}
  .compact-top h1{font-size:28px}
  .compact-info span{font-size:12px;padding:8px 11px}
  .section{padding:22px 0}
  .section-head h2{font-size:26px}
  .product-grid{grid-template-columns:1fr}
}
