/* ============ SPIDEY MASKS — styles ============ */
:root {
  --bg: #08080b;
  --bg-2: #0f0f14;
  --card: #15151c;
  --card-2: #1b1b24;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);
  --text: #f5f5f7;
  --muted: #a3a3ad;
  --muted-2: #6f6f7a;
  --red: #e5202f;
  --red-2: #ff3547;
  --red-deep: #9c1220;
  --blue: #2b4bb5;
  --blue-2: #4d6fe6;
  --ok: #2fbf71;
  --radius: 18px;
  --radius-s: 12px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  --display: "Bebas Neue", "Impact", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, .display { font-family: var(--display); font-weight: 400; letter-spacing: 0.02em; line-height: 0.95; margin: 0; }
.container { width: min(1180px, 92vw); margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red-2);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red); }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; font-size: 15px; letter-spacing: 0.01em; transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: linear-gradient(180deg, var(--red-2), var(--red)); color: #fff; box-shadow: 0 10px 30px rgba(229, 32, 47, 0.35); }
.btn-primary:hover { box-shadow: 0 14px 40px rgba(229, 32, 47, 0.5); transform: translateY(-1px); }
.btn-ghost { background: rgba(255, 255, 255, 0.04); border-color: var(--line-2); color: var(--text); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.btn-dark { background: #fff; color: #0a0a0d; }
.btn-dark:hover { background: #ececf1; }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

/* ---------- Top bar ---------- */
.topbar {
  background: linear-gradient(90deg, var(--red-deep), var(--red) 50%, var(--red-deep));
  color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-align: center; padding: 9px 12px;
}
.topbar strong { font-weight: 800; }
.topbar .sep { opacity: .55; margin: 0 10px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8, 8, 11, 0.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 38px; height: 38px; color: var(--red-2); filter: drop-shadow(0 0 12px rgba(255, 53, 71, 0.45)); }
.brand-name { font-family: var(--display); font-size: 30px; letter-spacing: 0.06em; line-height: 1; }
.brand-name span { color: var(--red-2); }
.nav-links { display: flex; gap: 28px; font-size: 14px; font-weight: 600; color: var(--muted); }
.nav-links a:hover { color: var(--text); }
.cart-btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--line-2); background: rgba(255, 255, 255, 0.04); color: var(--text); font-weight: 700; font-size: 14px;
}
.cart-btn:hover { background: rgba(255, 255, 255, 0.08); }
.cart-btn svg { width: 18px; height: 18px; }
.cart-count {
  min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--red); color: #fff;
  font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center;
}
.cart-count[data-n="0"] { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 72px 0 60px; overflow: hidden; }
.hero-web {
  position: absolute; inset: -20% -10% auto -10%; height: 140%; z-index: 0; opacity: 0.12; pointer-events: none;
  mask-image: radial-gradient(ellipse at 30% 30%, #000 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 30% 30%, #000 20%, transparent 70%);
}
.hero-glow {
  position: absolute; z-index: 0; pointer-events: none; width: 720px; height: 720px; border-radius: 50%;
  right: -180px; top: -140px; background: radial-gradient(circle, rgba(229, 32, 47, 0.30), transparent 62%); filter: blur(10px);
}
.hero-glow.blue { left: -260px; bottom: -320px; top: auto; right: auto; background: radial-gradient(circle, rgba(43, 75, 181, 0.28), transparent 62%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(56px, 8.4vw, 116px); margin: 18px 0 14px; }
.hero h1 em { font-style: normal; color: var(--red-2); text-shadow: 0 0 40px rgba(255, 53, 71, 0.35); }
.hero p.lead { font-size: 18px; color: var(--muted); max-width: 540px; margin: 0 0 26px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.price-line { display: flex; align-items: baseline; gap: 12px; margin: 22px 0 6px; }
.price-line .now { font-family: var(--display); font-size: 52px; line-height: 1; }
.price-line .was { font-size: 18px; color: var(--muted-2); text-decoration: line-through; }
.price-line .save { font-size: 12px; font-weight: 800; letter-spacing: .08em; padding: 5px 10px; border-radius: 999px; background: rgba(47, 191, 113, 0.14); color: #5fe09a; }
.trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; font-size: 13px; color: var(--muted); }
.trust span { display: inline-flex; align-items: center; gap: 8px; }
.trust svg { width: 16px; height: 16px; color: var(--red-2); }

.hero-visual { position: relative; }
.hero-card {
  position: relative; border-radius: 28px; overflow: hidden; background: var(--card); border: 1px solid var(--line-2);
  box-shadow: var(--shadow); aspect-ratio: 1 / 1;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8, 8, 11, 0.55)); pointer-events: none; }
.chip {
  position: absolute; z-index: 2; display: flex; flex-direction: column; gap: 2px; padding: 12px 16px; border-radius: 16px;
  background: rgba(15, 15, 20, 0.85); border: 1px solid var(--line-2); backdrop-filter: blur(8px); box-shadow: 0 16px 40px rgba(0,0,0,.4);
}
.chip.price { left: -18px; bottom: 34px; }
.chip.price .big { font-family: var(--display); font-size: 40px; line-height: 1; }
.chip.price .big s { color: var(--muted-2); font-size: 20px; margin-left: 8px; }
.chip.price small { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.chip.stock { right: -14px; top: 26px; flex-direction: row; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.chip.stock i { width: 9px; height: 9px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 4px rgba(47, 191, 113, 0.18); }
.ribbon {
  position: absolute; z-index: 2; top: 22px; left: -46px; transform: rotate(-35deg); background: var(--red); color: #fff;
  font-family: var(--display); font-size: 20px; letter-spacing: .1em; padding: 6px 60px; box-shadow: 0 6px 20px rgba(0,0,0,.4);
}

/* ---------- Sections ---------- */
section { padding: 84px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.section-head h2 { font-size: clamp(40px, 5.6vw, 68px); margin-top: 12px; }
.section-head p { max-width: 520px; color: var(--muted); margin: 0; }

/* ---------- Products ---------- */
.products { background: linear-gradient(180deg, var(--bg), var(--bg-2)); border-top: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.product {
  position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.product:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 1 / 1; background: #0d0d12; overflow: hidden; cursor: pointer; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: opacity .4s, transform .6s; }
.product-media img.alt { position: absolute; inset: 0; opacity: 0; }
.product-media:hover img.alt { opacity: 1; }
.product-media:hover img { transform: scale(1.04); }
.product-badge {
  position: absolute; top: 16px; left: 16px; z-index: 2; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; background: var(--red); color: #fff;
}
.product-badge.off { left: auto; right: 16px; background: #fff; color: #0a0a0d; }
.product-body { padding: 22px 22px 24px; }
.product-title { display: flex; align-items: center; gap: 10px; }
.product-title .swatch { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); }
.product h3 { font-size: 36px; }
.product .sub { color: var(--muted); font-size: 14px; margin: 4px 0 10px; }
.product .short { color: var(--muted); font-size: 14px; margin: 0 0 16px; }
.product-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 18px; }
.product-price .now { font-family: var(--display); font-size: 38px; line-height: 1; }
.product-price .was { color: var(--muted-2); text-decoration: line-through; }
.product-actions { display: flex; gap: 10px; }
.product-actions .btn { flex: 1; }
.product .link { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 700; color: var(--muted); border-bottom: 1px solid var(--line-2); }
.product .link:hover { color: var(--text); }

/* ---------- Features ---------- */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.feature .icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: rgba(229, 32, 47, 0.12); color: var(--red-2); margin-bottom: 18px; }
.feature .icon svg { width: 22px; height: 22px; }
.feature h3 { font-size: 26px; margin-bottom: 8px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }

/* ---------- Details / split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split .img { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); aspect-ratio: 4 / 5; }
.split .img img { width: 100%; height: 100%; object-fit: cover; }
.split h2 { font-size: clamp(40px, 5vw, 64px); margin: 12px 0 18px; }
.checklist { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.checklist li::before { content: "✓"; color: var(--ok); font-weight: 900; flex: 0 0 auto; }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin-top: 24px; font-size: 14px; }
.specs div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.specs dt { color: var(--muted); }
.specs dd { margin: 0; font-weight: 600; text-align: right; }

/* ---------- Gallery ---------- */
.gallery { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 180px; gap: 12px; }
.gallery-grid a { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--card); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-grid a:hover img { transform: scale(1.06); }
.gallery-grid a:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-grid a:nth-child(2) { grid-column: span 2; }
.gallery-grid a:nth-child(4) { grid-row: span 2; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 10px; }
.faq { background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--red-2); transition: transform .2s; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 22px 20px; color: var(--muted); font-size: 15px; }

/* ---------- CTA band ---------- */
.band { background: linear-gradient(120deg, var(--red-deep), var(--red) 60%, #ff6a3d); color: #fff; padding: 64px 0; text-align: center; }
.band h2 { font-size: clamp(44px, 6vw, 80px); }
.band p { opacity: .9; margin: 10px 0 26px; }
.band .btn-dark { box-shadow: 0 14px 40px rgba(0,0,0,.25); }

/* ---------- Footer ---------- */
footer { padding: 56px 0 28px; border-top: 1px solid var(--line); background: var(--bg); color: var(--muted); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer-grid h4 { color: var(--text); margin: 0 0 14px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--text); }
.footer-grid button { background: none; border: 0; padding: 0; color: inherit; font: inherit; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12px; color: var(--muted-2); }
.pay-icons { display: flex; gap: 8px; }
.pay-icons span { padding: 4px 9px; border-radius: 6px; border: 1px solid var(--line-2); font-size: 11px; font-weight: 800; letter-spacing: .04em; color: var(--muted); }

/* ---------- Cart drawer ---------- */
.overlay { position: fixed; inset: 0; z-index: 90; background: rgba(0, 0, 0, 0.6); opacity: 0; pointer-events: none; transition: opacity .25s; }
.overlay.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 100; width: min(440px, 100vw); background: var(--bg-2); border-left: 1px solid var(--line-2);
  transform: translateX(100%); transition: transform .3s cubic-bezier(.2, .8, .2, 1); display: flex; flex-direction: column;
}
.drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-size: 30px; }
.icon-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-2); background: transparent; color: var(--text); display: grid; place-items: center; }
.icon-btn:hover { background: rgba(255,255,255,.08); }
.icon-btn svg { width: 16px; height: 16px; }
.drawer-body { flex: 1; overflow: auto; padding: 16px 22px; }
.cart-empty { text-align: center; color: var(--muted); padding: 60px 10px; }
.cart-empty svg { width: 54px; height: 54px; margin: 0 auto 14px; opacity: .5; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-item img { width: 76px; height: 76px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.cart-item .name { font-weight: 700; }
.cart-item .sub { font-size: 12px; color: var(--muted); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: 999px; margin-top: 8px; }
.qty button { width: 30px; height: 30px; background: none; border: 0; color: var(--text); font-size: 16px; }
.qty span { min-width: 26px; text-align: center; font-weight: 700; font-size: 14px; }
.cart-item .price { font-weight: 800; text-align: right; }
.cart-item .remove { display: block; margin-top: 8px; margin-left: auto; font-size: 12px; color: var(--muted); background: none; border: 0; text-decoration: underline; }
.drawer-foot { padding: 18px 22px 22px; border-top: 1px solid var(--line); background: var(--bg-2); }
.row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 14px; color: var(--muted); }
.row.total { color: var(--text); font-weight: 800; font-size: 18px; margin: 10px 0 16px; }
.row .free { color: #5fe09a; font-weight: 700; }
.drawer-foot .note { text-align: center; font-size: 12px; color: var(--muted-2); margin-top: 10px; }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 110; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-card {
  position: relative; width: min(980px, 100%); max-height: 92vh; overflow: auto; background: var(--bg-2); border: 1px solid var(--line-2);
  border-radius: 24px; box-shadow: var(--shadow);
}
.modal-card .icon-btn { position: absolute; top: 14px; right: 14px; z-index: 3; background: var(--bg-2); }
.qv { display: grid; grid-template-columns: 1.05fr 1fr; gap: 0; }
.qv-media { padding: 22px; background: #0d0d12; }
.qv-main { aspect-ratio: 1 / 1; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.qv-main img { width: 100%; height: 100%; object-fit: cover; }
.qv-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }
.qv-thumbs img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; border: 2px solid transparent; cursor: pointer; opacity: .7; }
.qv-thumbs img.on { border-color: var(--red-2); opacity: 1; }
.qv-body { padding: 30px 30px 26px; }
.qv-body h3 { font-size: 46px; }
.qv-body .sub { color: var(--muted); margin: 6px 0 16px; }
.qv-body p { color: var(--muted); font-size: 15px; }
.qv-body .product-price { margin: 14px 0 18px; }
.qv-body .product-price .now { font-size: 42px; }
.qv-ship { margin-top: 18px; font-size: 13px; color: var(--muted); display: grid; gap: 6px; }
.qv-ship span { display: flex; align-items: center; gap: 8px; }
.qv-ship svg { width: 15px; height: 15px; color: var(--red-2); }
.policy { padding: 34px 36px 36px; max-width: 760px; }
.policy h3 { font-size: 40px; margin-bottom: 14px; }
.policy p, .policy li { color: var(--muted); font-size: 15px; }
.lightbox { display: none; position: fixed; inset: 0; z-index: 120; background: rgba(0,0,0,.9); align-items: center; justify-content: center; padding: 30px; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 14px; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 26px; z-index: 130; transform: translate(-50%, 20px); opacity: 0; pointer-events: none;
  background: #fff; color: #0a0a0d; padding: 12px 18px; border-radius: 999px; font-weight: 700; font-size: 14px; box-shadow: 0 16px 40px rgba(0,0,0,.4);
  transition: transform .25s, opacity .25s; display: flex; align-items: center; gap: 10px;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast i { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); }

/* ---------- Countdown ---------- */
.countdown { display: inline-flex; gap: 6px; margin-left: 10px; font-variant-numeric: tabular-nums; }
.countdown b { background: rgba(0,0,0,.28); padding: 2px 7px; border-radius: 6px; }

/* ---------- Checkout ---------- */
.checkout { padding: 44px 0 80px; }
.checkout-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: start; }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.panel h2 { font-size: 34px; margin-bottom: 18px; }
.panel h2 small { font-family: var(--body); font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-left: 10px; vertical-align: middle; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
label.field { display: grid; gap: 6px; font-size: 13px; font-weight: 600; color: var(--muted); }
.field input, .field select {
  width: 100%; padding: 13px 14px; border-radius: 12px; border: 1px solid var(--line-2); background: #0e0e13; color: var(--text); font: inherit; font-size: 15px; outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus { border-color: var(--red-2); box-shadow: 0 0 0 3px rgba(229, 32, 47, 0.18); }
.field input.invalid, .field select.invalid { border-color: var(--red-2); }
.field select option { background: #0e0e13; }
.form-error { display: none; color: var(--red-2); font-size: 13px; margin-top: 12px; font-weight: 600; }
.form-error.show { display: block; }
.summary-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.summary-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; }
.summary-item .name { font-weight: 700; font-size: 14px; }
.summary-item .sub { font-size: 12px; color: var(--muted); }
.summary-item .price { font-weight: 800; }
.paypal-wrap { margin-top: 20px; }
#paypal-buttons { min-height: 150px; }
.pay-note { text-align: center; font-size: 12px; color: var(--muted-2); margin-top: 8px; }
.alt-pay { margin-top: 14px; display: grid; gap: 8px; }
.sandbox-note { background: rgba(255, 209, 102, 0.1); border: 1px solid rgba(255, 209, 102, 0.35); color: #ffd166; font-size: 12px; padding: 10px 12px; border-radius: 10px; margin-bottom: 14px; display: none; }
.sandbox-note.show { display: block; }
.secure { display: flex; gap: 14px; align-items: center; justify-content: center; margin-top: 16px; font-size: 12px; color: var(--muted-2); }
.secure svg { width: 14px; height: 14px; }
.steps { display: flex; gap: 10px; align-items: center; font-size: 13px; color: var(--muted-2); margin-bottom: 28px; flex-wrap: wrap; }
.steps b { color: var(--text); }
.steps .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--muted-2); }

/* ---------- Thank you ---------- */
.thanks { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
.thanks .check { width: 84px; height: 84px; border-radius: 50%; background: rgba(47, 191, 113, 0.14); color: #5fe09a; display: grid; place-items: center; margin: 0 auto 22px; }
.thanks .check svg { width: 40px; height: 40px; }
.thanks h1 { font-size: clamp(56px, 8vw, 96px); }
.thanks p { color: var(--muted); max-width: 560px; margin: 12px auto; }
.thanks .order-box { margin: 26px auto; max-width: 520px; text-align: left; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero { padding: 48px 0 40px; }
  .chip.price { left: 12px; bottom: 16px; }
  .chip.stock { right: 12px; top: 14px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 160px; }
  .gallery-grid a:nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .gallery-grid a:nth-child(2) { grid-column: span 1; }
  .gallery-grid a:nth-child(4) { grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .checkout-grid { grid-template-columns: 1fr; }
  .qv { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .brand-name { font-size: 24px; }
  .cart-btn .label { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .specs { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  section { padding: 60px 0; }
  .topbar { font-size: 12px; }
  .topbar .sep { display: block; height: 0; overflow: hidden; }
  .ribbon { font-size: 16px; left: -52px; top: 16px; }
}
