:root {
  --red: #d71920;
  --red-dark: #9f0e13;
  --red-soft: #fff0f1;
  --black: #0b0b0d;
  --black-2: #17171a;
  --text: #19191c;
  --muted: #707078;
  --line: #e9e6e6;
  --surface: #ffffff;
  --surface-2: #f7f4f3;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow-sm: 0 8px 24px rgba(18, 18, 20, .08);
  --shadow: 0 22px 60px rgba(18, 18, 20, .14);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 56px 0; }
.section-dark { background: var(--black); color: white; }
.section-soft { background: var(--surface-2); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--red);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 10px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.section-heading.center { display: block; text-align: center; max-width: 760px; margin: 0 auto 42px; }
#kategori .section-heading.center .eyebrow { justify-content: center; }
#kategori .section-heading.center .eyebrow::after { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 10px; }
#kategori .section-heading.center p { margin: 12px auto 0; text-align: center; }
.section-heading h1, .section-heading h2, .section-heading h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.section-heading p { max-width: 580px; margin: 12px 0 0; color: var(--muted); line-height: 1.75; }
.section-dark .section-heading p { color: rgba(255,255,255,.66); }

.btn {
  border: 0;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--red), var(--red-dark)); box-shadow: 0 14px 30px rgba(215,25,32,.28); }
.btn-dark { color: white; background: var(--black); }
.btn-light { color: var(--black); background: white; }
.btn-outline { color: var(--black); background: transparent; border: 1px solid var(--line); }
.btn-danger { color: white; background: #b80012; }
.btn-block { width: 100%; }
.btn:disabled { opacity: .58; cursor: not-allowed; transform: none; }

#siteHeader {
  position: sticky;
  top: 0;
  z-index: 80;
  isolation: isolate;
}
.site-header {
  position: relative;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 84px; height: 48px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: .95rem; }
.brand-copy span { font-size: .7rem; color: var(--muted); margin-top: 5px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 11px 13px; border-radius: 999px; color: #4a4a50; font-size: .9rem; font-weight: 700; }
.main-nav a:hover { color: var(--red); background: var(--red-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--black);
}
.icon-btn svg { width: 21px; height: 21px; }
.cart-count {
  position: absolute;
  top: -5px;
  right: -3px;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  font-size: .68rem;
  font-weight: 900;
  border: 2px solid white;
}
.mobile-toggle { display: none; }

.hero { position: relative; height: clamp(430px, 58vh, 560px); min-height: 430px; background: var(--black); overflow: hidden; }
.hero-track { height: 100%; position: relative; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .75s ease, visibility .75s ease; }
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-slide picture, .hero-slide img { width: 100%; height: 100%; }
.hero-slide img { object-fit: cover; transform: scale(1.04); transition: transform 7s ease; }
.hero-slide.active img { transform: scale(1); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.83) 0%, rgba(0,0,0,.55) 43%, rgba(0,0,0,.18) 73%, rgba(0,0,0,.3) 100%); }
.hero-content { position: absolute; z-index: 2; inset: 0; display: flex; align-items: center; }
.hero-copy { max-width: 760px; color: white; }
.hero-copy .eyebrow { color: #ff6c70; }
.hero-copy h1 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.65rem); line-height: 1; letter-spacing: -.06em; max-width: 820px; }
.hero-copy p { max-width: 650px; margin: 18px 0 24px; color: rgba(255,255,255,.78); line-height: 1.65; font-size: .96rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-controls { position: absolute; z-index: 5; left: 50%; bottom: 30px; transform: translateX(-50%); width: min(calc(100% - 40px), var(--container)); display: flex; align-items: center; justify-content: space-between; }
.hero-dots { display: flex; gap: 8px; }
.hero-dot { width: 34px; height: 4px; border: 0; padding: 0; border-radius: 20px; background: rgba(255,255,255,.35); transition: width .25s, background .25s; }
.hero-dot.active { width: 66px; background: white; }
.hero-arrows { display: flex; gap: 8px; }
.hero-arrow { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); color: white; background: rgba(0,0,0,.24); backdrop-filter: blur(8px); display: grid; place-items: center; }

.home-offers { padding: 0 0 92px; background: var(--surface); }
.home-offers-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.home-offer-card { min-width: 0; padding: 22px 24px; border-radius: var(--radius); display: grid; grid-template-columns: 48px minmax(0,1fr) 36px; align-items: center; gap: 16px; color: white; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.home-offer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bonus-offer { background: linear-gradient(135deg,var(--red),var(--red-dark)); }
.agent-offer { background: linear-gradient(135deg,var(--black),var(--black-2)); }
.home-offer-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); font-size: 1.25rem; font-weight: 900; }
.home-offer-copy { min-width: 0; display: grid; gap: 4px; }
.home-offer-copy small { color: rgba(255,255,255,.65); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-offer-copy strong { font-size: 1.04rem; line-height: 1.35; }
.home-offer-copy > span { color: rgba(255,255,255,.72); font-size: .76rem; line-height: 1.5; }
.home-offer-arrow { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); font-weight: 900; }

.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.category-card {
  position: relative;
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow-sm);
  text-align: left;
}
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.83)); }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.06); }
.category-copy { position: relative; z-index: 2; color: white; }
.category-copy h3 { margin: 0 0 6px; font-size: 1.55rem; }
.category-copy p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.5; font-size: .88rem; }
.category-badge { position: absolute; z-index: 3; top: 18px; right: 18px; width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: white; display: grid; place-items: center; }

.package-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.package-card { background: #151517; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.package-card:hover { transform: translateY(-7px); border-color: rgba(215,25,32,.75); }
.package-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.package-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.package-card:hover img { transform: scale(1.05); }
.package-tag { position: absolute; left: 16px; top: 16px; padding: 7px 11px; border-radius: 999px; background: var(--red); color: white; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.package-body { padding: 22px; }
.package-body h3 { margin: 0 0 8px; font-size: 1.26rem; }
.package-body p { min-height: 48px; margin: 0 0 20px; color: rgba(255,255,255,.6); line-height: 1.6; font-size: .9rem; }
.package-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.price { display: flex; flex-direction: column; }
.price strong { font-size: 1.2rem; }
.price del { color: var(--muted); font-size: .78rem; margin-bottom: 3px; }
.small-add { width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: var(--red); display: grid; place-items: center; }

.catalog-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-tab { min-height: 42px; padding: 0 15px; border-radius: 999px; border: 1px solid var(--line); background: white; font-weight: 800; color: #55555c; }
.filter-tab.active { color: white; border-color: var(--black); background: var(--black); }
.search-box { position: relative; min-width: 280px; }
.search-box input { width: 100%; min-height: 46px; padding: 0 46px 0 16px; border: 1px solid var(--line); border-radius: 999px; outline: none; }
.search-box input:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(215,25,32,.1); }
.search-box svg { position: absolute; right: 16px; top: 50%; width: 19px; transform: translateY(-50%); color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.product-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; box-shadow: 0 10px 36px rgba(20,20,20,.06); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #f5f5f5; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.045); }
.product-type { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(11,11,13,.85); color: white; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.product-body { padding: 19px; }
.product-category { color: var(--red); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.product-body h3 { min-height: 46px; margin: 7px 0 8px; font-size: 1.08rem; line-height: 1.35; }
.product-body p { min-height: 61px; margin: 0 0 18px; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-bottom .price strong { font-size: 1.03rem; }
.product-add { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--black); color: white; display: grid; place-items: center; transition: background .2s, transform .2s; }
.product-add:hover { background: var(--red); transform: scale(1.06); }
.empty-state { padding: 48px 24px; border: 1px dashed #d3d0d0; border-radius: var(--radius); text-align: center; color: var(--muted); grid-column: 1 / -1; }

.promo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.promo-card { position: relative; width: 100%; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius); background: var(--black); }
.promo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.promo-card:hover img { transform: scale(1.06); }
.promo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.88)); }
.promo-card h3 { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; margin: 0; color: white; font-size: 1.12rem; line-height: 1.35; }

.site-footer { position: relative; color: white; background-position: center; background-size: cover; }
.site-footer::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.88); }
.footer-inner { position: relative; z-index: 2; padding: 82px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 56px; }
.footer-brand img { width: 160px; height: 80px; object-fit: contain; object-position: left center; background: white; border-radius: 15px; padding: 8px; }
.footer-brand p { max-width: 470px; color: rgba(255,255,255,.66); line-height: 1.75; }
.footer-title { margin: 0 0 18px; font-size: .85rem; text-transform: uppercase; letter-spacing: .14em; color: #ff7b80; }
.footer-links { display: grid; gap: 12px; color: rgba(255,255,255,.72); font-size: .92rem; }
.footer-links a:hover { color: white; }
.footer-contact { display: grid; gap: 13px; color: rgba(255,255,255,.72); font-size: .92rem; line-height: 1.55; }
.footer-bottom { margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); font-size: .78rem; }

.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 75; display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 18px; border-radius: 999px; color: white; background: #20b858; box-shadow: 0 14px 34px rgba(18,140,72,.34); font-weight: 900; }
.wa-float svg { width: 25px; height: 25px; }
.wa-float::before { content: ""; position: absolute; inset: -6px; border: 1px solid rgba(32,184,88,.4); border-radius: inherit; animation: pulse-ring 2s infinite; }
@keyframes pulse-ring { 0% { transform: scale(.92); opacity: .8; } 100% { transform: scale(1.12); opacity: 0; } }

.drawer-backdrop { position: fixed; inset: 0; z-index: 110; background: rgba(0,0,0,.56); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 120; right: 0; top: 0; width: min(460px, 100%); height: 100dvh; background: white; box-shadow: -20px 0 60px rgba(0,0,0,.18); transform: translateX(102%); transition: transform .3s ease; display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { min-height: 78px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 1.25rem; }
.drawer-close { border: 0; background: #f3f1f1; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; }
.drawer-body { flex: 1; overflow: auto; padding: 20px 22px; }
.cart-empty { padding: 70px 20px; text-align: center; color: var(--muted); }
.cart-empty svg { width: 54px; margin: 0 auto 18px; opacity: .4; }
.cart-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 78px; height: 78px; object-fit: cover; border-radius: 14px; background: #f3f3f3; }
.cart-item h3 { margin: 2px 0 7px; font-size: .92rem; line-height: 1.35; }
.cart-item-price { color: var(--red); font-size: .82rem; font-weight: 800; }

.cart-bonus-banner { display: flex; gap: 11px; align-items: flex-start; margin: 0 0 10px; padding: 13px; border: 1px dashed rgba(215,25,32,.3); border-radius: 14px; background: var(--red-soft); }
.cart-bonus-banner.active { border-style: solid; border-color: rgba(215,25,32,.48); background: linear-gradient(135deg,var(--red-soft),#fff); }
.cart-bonus-banner .bonus-gift { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-weight: 900; }
.cart-bonus-banner strong { display: block; margin: 1px 0 3px; font-size: .82rem; }
.cart-bonus-banner p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.cart-bonus-item { margin-top: 8px; padding: 13px; border: 1px solid rgba(215,25,32,.25); border-radius: 15px; background: linear-gradient(135deg,#fff,var(--red-soft)); }
.cart-bonus-item img { object-fit: contain; background: white; }
.cart-bonus-item p { margin: 5px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.4; }
.bonus-label { display: inline-flex; margin-bottom: 5px; padding: 4px 7px; border-radius: 999px; background: var(--red); color: white; font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.bonus-check { width: 30px; height: 30px; display: grid; place-items: center; align-self: center; border-radius: 50%; background: var(--black); color: white; }
.bonus-check svg { width: 16px; height: 16px; }
.cart-note { width: 100%; margin-top: 9px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; font-size: .75rem; outline: none; }
.cart-note:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215,25,32,.08); }
.qty-control { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; margin-top: 10px; overflow: hidden; }
.qty-control button { width: 31px; height: 31px; border: 0; background: white; font-weight: 900; }
.qty-control span { min-width: 28px; text-align: center; font-size: .82rem; font-weight: 800; }
.cart-remove { align-self: start; width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--red-soft); color: var(--red); }
.drawer-foot { padding: 18px 22px 22px; border-top: 1px solid var(--line); background: white; }
.cart-total-row { display: flex; justify-content: space-between; margin-bottom: 15px; }
.cart-total-row strong { font-size: 1.25rem; }

.toast-stack { position: fixed; z-index: 200; top: 128px; right: 22px; display: grid; gap: 10px; }
.toast { max-width: 350px; padding: 14px 16px; border-radius: 14px; background: var(--black); color: white; box-shadow: var(--shadow); font-size: .88rem; line-height: 1.5; animation: toast-in .25s ease both; }
.toast.error { background: #a80d16; }
@keyframes toast-in { from { opacity: 0; transform: translateY(-10px); } }

.cart-flyer {
  position: fixed;
  z-index: 240;
  width: 66px;
  height: 66px;
  border: 3px solid white;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
  opacity: 1;
  transform: translate3d(0,0,0) scale(1) rotate(0deg);
  transition: transform .72s cubic-bezier(.2,.8,.25,1), opacity .72s ease;
}
.cart-flyer.fly {
  transform: translate3d(var(--fly-x),var(--fly-y),0) scale(.16) rotate(540deg);
  opacity: .18;
}
.icon-btn.cart-pop { animation: cart-pop .68s cubic-bezier(.2,.9,.3,1); }
.product-card.adding, .package-card.adding { animation: add-card-pulse .58s ease; }
.product-add.added, .small-add.added { animation: add-button-success .65s ease; }
@keyframes cart-pop {
  0%,100% { transform: scale(1); }
  32% { transform: scale(1.28) rotate(-10deg); box-shadow: 0 0 0 10px rgba(215,25,32,.12); }
  62% { transform: scale(.92) rotate(7deg); }
}
@keyframes add-card-pulse {
  0%,100% { box-shadow: inherit; }
  45% { box-shadow: 0 0 0 4px rgba(215,25,32,.16), 0 20px 45px rgba(215,25,32,.2); }
}
@keyframes add-button-success {
  0% { transform: scale(1); }
  35% { transform: scale(1.22) rotate(12deg); background: var(--red); }
  100% { transform: scale(1); }
}

.page-hero { padding: 72px 0 42px; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; font-size: clamp(2.3rem,5vw,4rem); letter-spacing: -.05em; }
.page-hero p { max-width: 700px; color: var(--muted); line-height: 1.7; }
.steps { display: flex; align-items: center; gap: 10px; margin-top: 28px; }
.step { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.step span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: white; border: 1px solid var(--line); }
.step.active { color: var(--black); }
.step.active span, .step.done span { color: white; background: var(--red); border-color: var(--red); }
.step-line { width: 36px; height: 1px; background: var(--line); }

.checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 34px; align-items: start; }
.form-card, .summary-card { border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.form-card { padding: 28px; }
.form-card h2, .summary-card h2 { margin: 0 0 24px; font-size: 1.3rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: white; padding: 13px 14px; outline: none; color: var(--text); }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(215,25,32,.09); }
.schedule-note { grid-column: 1 / -1; margin: -3px 0 0; padding: 11px 13px; border-radius: 12px; background: var(--surface-2); color: var(--muted); font-size: .78rem; line-height: 1.5; }
.schedule-note.cutoff-active { background: var(--red-soft); color: var(--red-dark); font-weight: 700; }
.delivery-choice { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.delivery-option { position: relative; }
.delivery-option input { position: absolute; opacity: 0; }
.delivery-option label { min-height: 72px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; gap: 11px; cursor: pointer; }
.delivery-option input:checked + label { border-color: var(--red); background: var(--red-soft); }
.summary-card { position: sticky; top: 128px; overflow: hidden; }
.summary-head { padding: 24px 24px 18px; border-bottom: 1px solid var(--line); }
.summary-items { max-height: 430px; overflow: auto; padding: 8px 24px; }
.summary-item { display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); align-items: center; }
.summary-item img { width: 58px; height: 58px; border-radius: 12px; object-fit: cover; }
.summary-item h3 { margin: 0 0 4px; font-size: .84rem; }
.summary-item p { margin: 0; color: var(--muted); font-size: .76rem; }
.summary-item strong { font-size: .82rem; }

.checkout-bonus-notice { margin: 8px 0 3px; padding: 11px 12px; border-radius: 12px; background: var(--surface-2); display: grid; gap: 3px; }
.checkout-bonus-notice.active { background: var(--red-soft); border: 1px solid rgba(215,25,32,.2); }
.checkout-bonus-notice strong { font-size: .76rem; }
.checkout-bonus-notice span { color: var(--muted); font-size: .7rem; line-height: 1.4; }
.summary-bonus-item { margin-top: 4px; padding-left: 8px; padding-right: 8px; border: 1px solid rgba(215,25,32,.2); border-radius: 13px; background: var(--red-soft); }
.summary-bonus-item img { object-fit: contain; background: white; }
.review-bonus-item { border-color: rgba(215,25,32,.28); background: linear-gradient(135deg,#fff,var(--red-soft)); }
.review-bonus-item img { object-fit: contain; background: white; }
.review-bonus-item .review-item-price strong { color: var(--red); }
.summary-totals { padding: 18px 24px 24px; display: grid; gap: 11px; }
.total-line { display: flex; justify-content: space-between; color: var(--muted); font-size: .88rem; }
.total-line.grand { margin-top: 7px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--black); font-size: 1.05rem; font-weight: 900; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }

.review-intro { padding: 25px; margin-bottom: 24px; border-radius: var(--radius); color: white; background: linear-gradient(135deg,var(--black),#27272c); }
.review-intro p { margin: 0; font-size: clamp(1.15rem,2.4vw,1.65rem); line-height: 1.45; font-weight: 700; }
.review-list { display: grid; gap: 14px; }
.review-item { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 17px; padding: 13px; background: white; }
.review-item img { width: 110px; height: 90px; border-radius: 13px; object-fit: cover; }
.review-item h3 { margin: 0 0 7px; }
.review-item p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.review-item-price { text-align: right; }
.review-item-price strong { display: block; }
.customer-review { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.info-box { padding: 17px; border: 1px solid var(--line); border-radius: 14px; }
.info-box span { display: block; color: var(--muted); font-size: .72rem; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.info-box strong { font-size: .9rem; line-height: 1.5; }

.payment-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 32px; align-items: start; }
.checkout-order-notice { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 13px; padding: 17px 19px; border: 1px solid rgba(215,25,32,.18); border-radius: 16px; background: var(--red-soft); color: var(--text); }
.checkout-order-notice-dot { position: relative; flex: 0 0 auto; width: 11px; height: 11px; margin-top: 5px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(215,25,32,.55); animation: checkoutNoticePulse 1.7s ease-out infinite; }
.checkout-order-notice-dot::after { content: ""; position: absolute; inset: 3px; border-radius: inherit; background: white; }
.checkout-order-notice strong { display: block; margin-bottom: 4px; font-size: .86rem; }
.checkout-order-notice p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
@keyframes checkoutNoticePulse { 0% { box-shadow: 0 0 0 0 rgba(215,25,32,.6); } 70% { box-shadow: 0 0 0 9px rgba(215,25,32,0); } 100% { box-shadow: 0 0 0 0 rgba(215,25,32,0); } }
.payment-notice { padding: 24px; border-radius: var(--radius); color: white; background: linear-gradient(135deg,var(--red-dark),var(--red)); margin-bottom: 22px; }
.payment-notice h2 { margin: 0 0 9px; }
.payment-notice p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.6; }
.payment-methods { display: grid; gap: 15px; }
.payment-card { border: 1px solid var(--line); border-radius: 17px; background: white; padding: 21px; }
.payment-card-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.payment-card h3 { margin: 0 0 5px; }
.payment-card p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.account-number { margin: 16px 0; padding: 14px; border-radius: 12px; background: var(--surface-2); display: flex; align-items: center; justify-content: space-between; gap: 12px; font-weight: 900; letter-spacing: .04em; }
.copy-btn { border: 0; background: var(--black); color: white; border-radius: 999px; padding: 9px 13px; font-size: .75rem; font-weight: 800; }
.qris-image { width: min(100%, 380px); aspect-ratio: 1/1; object-fit: contain; background: white; border: 1px solid var(--line); border-radius: 15px; margin: 17px auto 0; }
.order-status-card { position: sticky; top: 128px; border-radius: var(--radius); background: var(--black); color: white; padding: 25px; }
.order-number { display: inline-block; margin: 7px 0 20px; padding: 10px 13px; border-radius: 10px; background: rgba(255,255,255,.09); font-weight: 900; letter-spacing: .04em; }
.order-status-card .total-line { color: rgba(255,255,255,.62); }
.order-status-card .total-line.grand { color: white; border-top-color: rgba(255,255,255,.14); }

.payment-order-items { display: grid; gap: 8px; margin: 0 0 19px; padding: 14px 0 16px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.payment-order-item { display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.72); font-size: .74rem; line-height: 1.45; }
.payment-order-item span { min-width: 0; }
.payment-order-item strong { flex: 0 0 auto; color: white; font-size: .72rem; }
.status-pill { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.1); color: #ffb8bb; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }

.loading-box { min-height: 300px; display: grid; place-items: center; color: var(--muted); }
.spinner { width: 34px; height: 34px; border: 3px solid #e5e1e1; border-top-color: var(--red); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .mobile-toggle { display: grid; }
  .main-nav.open { display: grid; position: absolute; top: 78px; left: 20px; right: 20px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .header-actions { margin-left: auto; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .promo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .checkout-layout, .payment-layout { grid-template-columns: minmax(0,1fr) 330px; }
}

@media (max-width: 800px) {
  .checkout-order-notice { order: -2; }
  .home-offers { padding-bottom: 70px; }
  .home-offers-grid { grid-template-columns: 1fr; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .section-heading { display: block; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 210px; }
  .package-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .promo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .checkout-layout, .payment-layout { grid-template-columns: 1fr; }
  .summary-card, .order-status-card { position: static; }
  .summary-card { order: -1; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
}

@media (max-width: 560px) {
  #kategori .section-heading.center .eyebrow::before, #kategori .section-heading.center .eyebrow::after { width: 18px; }
  .home-offers { padding-bottom: 58px; }
  .home-offer-card { grid-template-columns: 40px minmax(0,1fr) 30px; gap: 11px; padding: 16px; border-radius: 16px; }
  .home-offer-icon { width: 40px; height: 40px; font-size: 1rem; }
  .home-offer-copy strong { font-size: .88rem; }
  .home-offer-copy > span { font-size: .68rem; }
  .home-offer-arrow { width: 30px; height: 30px; }
  .checkout-order-notice { gap: 10px; padding: 14px; }
  .checkout-order-notice strong { font-size: .78rem; }
  .checkout-order-notice p { font-size: .69rem; line-height: 1.5; }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand img { width: 66px; height: 42px; }
  .brand-copy { display: none; }
  .header-actions .btn { display: none; }
  .icon-btn { width: 42px; height: 42px; }
  .main-nav.open { top: 70px; }
  .hero { height: clamp(250px, 68vw, 340px); min-height: 0; }
  .hero-slide::after { background: linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.54) 72%,rgba(0,0,0,.34)); }
  .hero-content { align-items: center; padding: 12px 0 38px; }
  .hero-copy { max-width: 94%; }
  .hero-copy .eyebrow { margin-bottom: 6px; font-size: .55rem; letter-spacing: .11em; }
  .hero-copy .eyebrow::before { width: 18px; }
  .hero-copy h1 { max-width: 94%; font-size: clamp(1.45rem,7vw,2.2rem); line-height: 1.04; letter-spacing: -.045em; }
  .hero-copy p { max-width: 90%; margin: 8px 0 11px; font-size: .7rem; line-height: 1.42; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .hero-actions { display: grid; grid-template-columns: max-content max-content; gap: 6px; }
  .hero-actions .btn { min-height: 32px; padding: 0 10px; font-size: .62rem; white-space: nowrap; box-shadow: none; }
  .hero-controls { bottom: 10px; }
  .hero-dot { width: 22px; height: 3px; }
  .hero-dot.active { width: 38px; }
  .hero-arrows { display: none; }
  .package-grid, .product-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: 125px 1fr; }
  .product-media { aspect-ratio: auto; height: 100%; min-height: 190px; }
  .product-body { padding: 15px; }
  .product-body h3 { min-height: auto; }
  .product-body p { min-height: auto; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .catalog-toolbar { align-items: stretch; }
  .search-box { min-width: 100%; }
  .filter-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .filter-tab { flex: 0 0 auto; }
  .promo-grid { gap: 10px; }
  .promo-card h3 { left: 13px; right: 13px; bottom: 13px; font-size: .92rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; line-height: 1.7; }
  .wa-float { width: 54px; padding: 0; justify-content: center; }
  .wa-float span { display: none; }
  .page-hero { padding: 50px 0 30px; }
  .steps { gap: 6px; overflow-x: auto; }
  .step { flex: 0 0 auto; }
  .step-line { width: 20px; }
  .form-card { padding: 20px; }
  .delivery-choice { grid-template-columns: 1fr; }
  .review-item { grid-template-columns: 82px 1fr; }
  .review-item img { width: 82px; height: 82px; }
  .review-item-price { grid-column: 2; text-align: left; }
  .customer-review { grid-template-columns: 1fr; }
  .form-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .toast-stack { left: 14px; right: 14px; }
  .toast { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .cart-flyer { display: none; }
  .icon-btn.cart-pop, .product-card.adding, .package-card.adding, .product-add.added, .small-add.added { animation: none; }
}

.delivery-fields { grid-column: 1 / -1; }
.checkout-location-grid { margin: 0; }
.checkout-location-grid .field { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) { .checkout-order-notice-dot { animation: none; } }
