:root {
  --bg: #3a2409;
  --bg-deep: #080401;
  --surface: #150d04;
  --surface-2: #20140a;
  --text: #fff8e4;
  --muted: #d9c49b;

  --gold: #ffb300;
  --gold-hot: #ffd23f;
  --gold-deep: #8a5a00;
  --yellow: #ff9d00;
  --gold-soft: #f6c453;
  --ember: #ff4d17;
  --crust: #c97a12;

  --line: rgba(255, 196, 0, 0.32);
  --glow: 0 0 30px rgba(255, 196, 0, 0.45);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.68);
  --radius: 20px;
  --max: 1180px;

  --rain-speed-near: 0.85s;
  --rain-speed-far: 1.7s;
  --rain-tilt: 9deg;

  --shuriken-size: 38px;
  --shuriken-spin: 0deg;
  --mx: 50vw;
  --my: 50vh;

  --cur-0:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 100 100'%3E%3Cg transform='rotate(0 50 50)'%3E%3Cpath d='M50 3 L61 39 L97 50 L61 61 L50 97 L39 61 L3 50 L39 39 Z' fill='%23ffd23f' stroke='%23140c02' stroke-width='5' stroke-linejoin='round'/%3E%3Ccircle cx='50' cy='50' r='10' fill='%23140c02'/%3E%3Ccircle cx='50' cy='50' r='4' fill='%23ffe000'/%3E%3C/g%3E%3C/svg%3E") 18 18;
  --cur-22: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 100 100'%3E%3Cg transform='rotate(22 50 50)'%3E%3Cpath d='M50 3 L61 39 L97 50 L61 61 L50 97 L39 61 L3 50 L39 39 Z' fill='%23ffd23f' stroke='%23140c02' stroke-width='5' stroke-linejoin='round'/%3E%3Ccircle cx='50' cy='50' r='10' fill='%23140c02'/%3E%3Ccircle cx='50' cy='50' r='4' fill='%23ffe000'/%3E%3C/g%3E%3C/svg%3E") 18 18;
  --cur-45: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 100 100'%3E%3Cg transform='rotate(45 50 50)'%3E%3Cpath d='M50 3 L61 39 L97 50 L61 61 L50 97 L39 61 L3 50 L39 39 Z' fill='%23ffe000' stroke='%23140c02' stroke-width='5' stroke-linejoin='round'/%3E%3Ccircle cx='50' cy='50' r='10' fill='%23140c02'/%3E%3Ccircle cx='50' cy='50' r='4' fill='%23fff3b0'/%3E%3C/g%3E%3C/svg%3E") 18 18;
  --cur-67: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 100 100'%3E%3Cg transform='rotate(67 50 50)'%3E%3Cpath d='M50 3 L61 39 L97 50 L61 61 L50 97 L39 61 L3 50 L39 39 Z' fill='%23ffd23f' stroke='%23140c02' stroke-width='5' stroke-linejoin='round'/%3E%3Ccircle cx='50' cy='50' r='10' fill='%23140c02'/%3E%3Ccircle cx='50' cy='50' r='4' fill='%23ffe000'/%3E%3C/g%3E%3C/svg%3E") 18 18;
  --cur-90: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 100 100'%3E%3Cg transform='rotate(90 50 50)'%3E%3Cpath d='M50 3 L61 39 L97 50 L61 61 L50 97 L39 61 L3 50 L39 39 Z' fill='%23ffb300' stroke='%23140c02' stroke-width='5' stroke-linejoin='round'/%3E%3Ccircle cx='50' cy='50' r='10' fill='%23140c02'/%3E%3Ccircle cx='50' cy='50' r='4' fill='%23ffe000'/%3E%3C/g%3E%3C/svg%3E") 18 18;
  --cur-112: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 100 100'%3E%3Cg transform='rotate(112 50 50)'%3E%3Cpath d='M50 3 L61 39 L97 50 L61 61 L50 97 L39 61 L3 50 L39 39 Z' fill='%23ffd23f' stroke='%23140c02' stroke-width='5' stroke-linejoin='round'/%3E%3Ccircle cx='50' cy='50' r='10' fill='%23140c02'/%3E%3Ccircle cx='50' cy='50' r='4' fill='%23ffe000'/%3E%3C/g%3E%3C/svg%3E") 18 18;
  --cur-hot: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 100 100'%3E%3Cg transform='rotate(30 50 50)'%3E%3Cpath d='M50 3 L61 39 L97 50 L61 61 L50 97 L39 61 L3 50 L39 39 Z' fill='%23ff4d17' stroke='%23ffe000' stroke-width='6' stroke-linejoin='round'/%3E%3Ccircle cx='50' cy='50' r='10' fill='%23140c02'/%3E%3C/g%3E%3C/svg%3E") 21 21;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

html, body { cursor: var(--cur-0), auto; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(ellipse at 80% -12%, rgba(255, 224, 0, 0.22), transparent 52%),
    radial-gradient(ellipse at 6% 108%, rgba(255, 77, 23, 0.16), transparent 58%),
    repeating-linear-gradient(58deg, rgba(255, 179, 0, 0.05) 0 3px, transparent 3px 9px),
    linear-gradient(180deg, var(--bg) 0%, #170d03 46%, var(--bg-deep) 100%);
  background-attachment: fixed;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ============ LAPISAN 1: percikan minyak panas + remah crispy ============ */
html::before {
  content: "";
  position: fixed;
  inset: -30vh -30vw;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255, 224, 0, 0.55) 0 1.5px, transparent 2px),
    radial-gradient(circle at 47% 62%, rgba(255, 179, 0, 0.45) 0 2px, transparent 2.5px),
    radial-gradient(circle at 78% 33%, rgba(255, 210, 63, 0.5) 0 1.5px, transparent 2px),
    radial-gradient(circle at 90% 82%, rgba(255, 77, 23, 0.4) 0 2px, transparent 2.5px),
    radial-gradient(circle at 30% 88%, rgba(255, 224, 0, 0.35) 0 1.5px, transparent 2px);
  background-size: 190px 190px, 260px 260px, 220px 220px, 300px 300px, 170px 170px;
  opacity: 0.55;
  filter: drop-shadow(0 0 6px rgba(255, 196, 0, 0.6));
  animation: oil-sizzle var(--rain-speed-far) linear infinite;
  --rain-shift: 190px;
}

/* ============ LAPISAN 2: shuriken pengikut (aktif kalau JS mengisi --mx/--my) ============ */
html::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: var(--shuriken-size);
  height: var(--shuriken-size);
  margin: calc(var(--shuriken-size) / -2) 0 0 calc(var(--shuriken-size) / -2);
  pointer-events: none;
  opacity: var(--shuriken-on, 0);
  background: var(--cur-0) center / contain no-repeat;
  filter: drop-shadow(0 0 12px rgba(255, 224, 0, 0.85)) drop-shadow(0 0 26px rgba(255, 77, 23, 0.5));
  transform: translate3d(var(--mx), var(--my), 0) rotate(var(--shuriken-spin));
  transition: transform 60ms linear;
  will-change: transform;
}

@keyframes oil-sizzle {
  from { transform: rotate(var(--rain-tilt)) translate3d(0, 0, 0) scale(1); }
  to   { transform: rotate(var(--rain-tilt)) translate3d(0, var(--rain-shift), 0) scale(1); }
}

/* ============ Kilatan api penggorengan ============ */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 168, 40, 0.10);
  background-image:
    radial-gradient(ellipse at 50% 118%, rgba(255, 77, 23, 0.85), transparent 58%),
    radial-gradient(ellipse at 22% 112%, rgba(255, 224, 0, 0.6), transparent 50%),
    radial-gradient(ellipse at 80% 116%, rgba(255, 179, 0, 0.55), transparent 52%);
  filter: blur(2px);
  animation: flame-flare 6.5s ease-in-out infinite;
}

@keyframes flame-flare {
  0%   { opacity: 0.18; transform: scaleY(1); }
  22%  { opacity: 0.42; transform: scaleY(1.06); }
  38%  { opacity: 0.14; transform: scaleY(0.97); }
  55%  { opacity: 0.5;  transform: scaleY(1.09); }
  74%  { opacity: 0.2;  transform: scaleY(1); }
  100% { opacity: 0.18; transform: scaleY(1); }
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 38%, transparent 38%, rgba(0, 0, 0, 0.72) 100%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.14) 0 1px, transparent 1px 3px);
}

main, section, footer, .noscript-note, .hero, .container { position: relative; z-index: 1; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; cursor: var(--cur-45), pointer; }
button, input { font: inherit; }

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.section-pad { padding: 76px 0; cursor: var(--cur-22), auto; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--yellow), var(--gold));
  color: #170e00;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 0 0 2px #170e00, 0 0 24px rgba(255, 224, 0, 0.7);
}
.skip-link:focus { transform: translateY(0); }

/* ============ HEADER ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  cursor: var(--cur-90), auto;
  border-bottom: 2px solid rgba(255, 196, 0, 0.35);
  background:
    linear-gradient(180deg, rgba(255, 179, 0, 0.10), transparent 70%),
    rgba(9, 5, 1, 0.88);
  backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: 0 2px 0 rgba(255, 224, 0, 0.25), 0 20px 46px rgba(0, 0, 0, 0.6);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.toko img {
  width: 118px;
  filter: drop-shadow(0 0 14px rgba(255, 196, 0, 0.6)) saturate(1.25);
  transition: filter .25s ease, transform .25s ease;
}
.toko img:hover { transform: scale(1.04) rotate(-1.5deg); filter: drop-shadow(0 0 22px rgba(255, 224, 0, 0.9)); }
.header-actions { display: flex; gap: 8px; }

/* ============ TOMBOL ============ */
.btn {
  position: relative;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: var(--cur-hot), pointer;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transition: transform .55s ease;
}
.btn:hover::before { transform: translateX(120%) skewX(-20deg); }
.btn:hover { transform: translateY(-3px) scale(1.02); }
.btn:active { transform: translateY(0) scale(.98); }
.btn:focus-visible, input:focus-visible, a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.btn-primary {
  color: #1a0f00;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--gold) 48%, var(--crust) 78%, var(--gold-deep) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 0 0 2px rgba(255, 224, 0, 0.45),
    0 16px 38px rgba(255, 179, 0, 0.35);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}
.btn-primary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 0 0 2px var(--yellow),
    0 0 40px rgba(255, 224, 0, 0.7),
    0 18px 44px rgba(255, 77, 23, 0.35);
}

.btn-secondary {
  color: var(--gold-hot);
  border-color: rgba(255, 196, 0, 0.65);
  background: linear-gradient(180deg, rgba(255, 196, 0, 0.14), rgba(255, 77, 23, 0.06));
}
.btn-secondary:hover {
  border-color: var(--yellow);
  color: #fff6c9;
  background: linear-gradient(180deg, rgba(255, 196, 0, 0.26), rgba(255, 77, 23, 0.12));
  box-shadow: var(--glow);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}
.btn-ghost:hover { border-color: var(--yellow); color: var(--gold-hot); background: rgba(255, 224, 0, 0.08); }

.btn-sm { min-height: 42px; padding-inline: 16px; font-size: .8rem; }
.btn-block { width: 100%; }

/* ============ HERO ============ */
.hero { padding-top: 56px; overflow: hidden; }
.hero::after {
  content: "";
  position: absolute;
  top: -14%;
  right: -12%;
  z-index: -1;
  width: min(62vw, 640px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: .1;
  background: var(--cur-0) center / contain no-repeat;
  animation: shuriken-orbit 14s linear infinite;
}
@keyframes shuriken-orbit {
  to { transform: rotate(360deg); }
}

.hero-grid { display: grid; gap: 38px; align-items: center; }

.sihoki {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 224, 0, 0.5);
  border-radius: 999px;
  color: #000000;
  background: rgba(255, 224, 0, 0.45);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(255, 224, 0, 0.45);
}

h1, h2, h3 { margin-top: 0; line-height: 1.02; }

h1 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 12vw, 6rem);
  font-weight: 900;
  letter-spacing: -.05em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff8d4 0%, var(--gold-hot) 42%, var(--gold) 62%, var(--crust) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 3px 0 rgba(20, 12, 2, 0.9)) drop-shadow(0 0 34px rgba(255, 196, 0, 0.55));
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 7.5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -.04em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff, var(--gold-hot) 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 0 rgba(20, 12, 2, 0.8));
}
h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: .01em;
  color: var(--gold-hot);
  text-transform: uppercase;
}

.hero-subtitle, .section-heading p, .card p, .footer-toko p, .kenikmatan-hoki { color: var(--muted); }
.hero-subtitle { max-width: 660px; margin: 0; font-size: 1.06rem; }
.hero-cta { display: grid; gap: 12px; margin-top: 28px; }
.kenikmatan-hoki {
  margin: 20px 0 0;
  padding-left: 14px;
  border-left: 3px solid rgba(255, 196, 0, 0.5);
  font-size: .84rem;
}

.hero-menu {
  position: relative;
  margin: 0;
  overflow: hidden;
  cursor: var(--cur-67), auto;
  border: 2px solid var(--line);
  border-radius: 26px;
  background:
    repeating-conic-gradient(from 0deg at 50% 50%, rgba(255, 179, 0, 0.07) 0 12deg, transparent 12deg 24deg),
    linear-gradient(160deg, #241505, #0c0702);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 224, 0, 0.18), inset 0 0 60px rgba(255, 77, 23, 0.12);
}
.hero-menu::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 110px rgba(255, 196, 0, 0.28);
  background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.10) 50%, transparent 58%);
}

/* ============ SECTION & CARD ============ */
.section-heading { max-width: 780px; margin-bottom: 34px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading > p:last-child { margin-bottom: 0; }

.category-grid, .benefit-grid { display: grid; gap: 16px; }

.card, .form-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 0, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 179, 0, 0.10), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(32, 20, 10, 0.92), rgba(12, 7, 2, 0.92));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 224, 0, 0.15);
}
.card {
  padding: 24px;
  cursor: var(--cur-112), auto;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 130px;
  height: 130px;
  opacity: .06;
  background: var(--cur-45) center / contain no-repeat;
  transition: opacity .25s ease, transform .5s ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 224, 0, 0.6);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.6), var(--glow);
}
.card:hover::after { opacity: .16; transform: rotate(140deg); }

.category-placeholder {
  border-style: dashed;
  border-color: rgba(255, 196, 0, 0.45);
  background: repeating-linear-gradient(45deg, rgba(255, 179, 0, 0.05) 0 10px, transparent 10px 20px);
}

.icon-badge, .feature-mark {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 2px solid rgba(255, 224, 0, 0.9);
  border-radius: 14px;
  color: #170e00;
  background: linear-gradient(140deg, var(--yellow), var(--gold) 55%, var(--crust));
  box-shadow: 0 0 24px rgba(255, 196, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  font-weight: 900;
  transition: transform .35s ease, box-shadow .35s ease;
}
.card:hover .icon-badge,
.card:hover .feature-mark {
  transform: rotate(-10deg) scale(1.08);
  box-shadow: 0 0 34px rgba(255, 224, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.feature-mark { font-size: .78rem; letter-spacing: .04em; }
.card p { margin: 0; }

/* ============ FORM / AKUN ============ */
.account {
  border-top: 2px solid rgba(255, 196, 0, 0.25);
  background:
    linear-gradient(180deg, rgba(255, 179, 0, 0.09), transparent 62%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 77, 23, 0.12), transparent 60%);
}
.form-grid { display: grid; gap: 20px; max-width: 980px; margin: 0 auto; }
.form-card { padding: 24px; cursor: var(--cur-22), auto; }
.form-heading { margin-bottom: 22px; }
.form-kicker {
  display: inline-block;
  color: var(--gold-hot);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(255, 196, 0, 0.6);
}
.form-card form { display: grid; gap: 10px; }
.form-card label {
  margin-top: 6px;
  color: #ffeec2;
  font-weight: 800;
  font-size: .88rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.form-card input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  cursor: var(--cur-0), text;
  border: 1px solid rgba(255, 196, 0, 0.3);
  border-radius: 12px;
  background: linear-gradient(180deg, #0d0803, #140c04);
  color: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.form-card input:focus {
  border-color: var(--yellow);
  background: #100a03;
  box-shadow: 0 0 0 3px rgba(255, 224, 0, 0.22), 0 0 26px rgba(255, 196, 0, 0.3);
}
.form-card input::placeholder { color: #8b7c5c; }
.form-error {
  margin: -2px 0 2px;
  padding-left: 10px;
  border-left: 3px solid var(--ember);
  color: #ffb9a2;
  font-size: .85rem;
  font-weight: 700;
}

/* ============ FOOTER ============ */
.site-footer {
  position: relative;
  overflow: hidden;
  cursor: var(--cur-112), auto;
  border-top: 2px solid rgba(255, 196, 0, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 179, 0, 0.06), transparent 40%),
    rgba(6, 3, 1, 0.94);
  padding: 48px 0 26px;
}
.site-footer::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  pointer-events: none;
  opacity: .07;
  background: var(--cur-0) center / contain no-repeat;
  animation: shuriken-orbit 22s linear infinite reverse;
}
.footer-grid { display: grid; gap: 30px; }
.footer-toko img { width: 126px; margin-bottom: 16px; filter: drop-shadow(0 0 14px rgba(255, 196, 0, 0.45)); }
.footer-toko p { max-width: 590px; margin: 0; font-size: .9rem; }
.footer-links { display: grid; gap: 10px; }
.footer-links a {
  color: #e6d7b6;
  text-decoration: none;
  font-weight: 700;
  transition: color .18s ease, transform .18s ease;
}
.footer-links a:hover {
  color: var(--gold-hot);
  transform: translateX(4px);
  text-shadow: 0 0 16px rgba(255, 196, 0, 0.7);
}
.footer-bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 224, 0, 0.14);
  color: #9c8e6e;
  font-size: .82rem;
}
.footer-bottom p { margin: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 620px) {
  .container { width: min(100% - 48px, var(--max)); }
  .toko img { width: 148px; }
  .hero-cta { display: flex; flex-wrap: wrap; }
  .category-grid, .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-card { padding: 30px; }
}

@media (min-width: 900px) {
  .section-pad { padding: 104px 0; }
  .hero { padding-top: 78px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 60px; }
  .hero-copy { padding-block: 26px; }
  .benefit-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .benefit-grid .card { padding: 20px; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr .6fr; align-items: start; }
}

/* Efek dikurangi di layar kecil & perangkat sentuh: hemat baterai, cursor tidak relevan */
@media (max-width: 619px) {
  html::before { opacity: 0.32; }
  h1 { letter-spacing: -.035em; }
}

@media (hover: none) {
  html, body, a, .btn, .card, .form-card, .form-card input,
  .site-header, .site-footer, .hero-menu, .section-pad { cursor: auto; }
  html::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html::before { opacity: 0.16; }
  body::before { opacity: 0.12; }
  .hero::after, .site-footer::after { opacity: .05; }
}
