:root {
  --background: #000201;
  --foreground: #ebf5e9;
  --card: #010602;
  --primary: #4cf500;
  --primary-foreground: #000201;
  --muted: #071009;
  --muted-foreground: #869483;
  --accent: #faea00;
  --border: rgba(20, 39, 15, 0.6);
  --neon: #4cf500;
  --radius: 0.875rem;
  --font-sans: Inter, system-ui, sans-serif;
  --font-heading: Rajdhani, system-ui, sans-serif;
  --font-display: Orbitron, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }

.bg-smoke {
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(76, 245, 0, 0.22), transparent 55%),
    radial-gradient(ellipse at 85% 90%, rgba(76, 245, 0, 0.16), transparent 60%),
    var(--background);
  background-attachment: fixed;
}
.bg-tech-grid {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(76, 245, 0, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 245, 0, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
}
.text-neon {
  color: var(--neon);
  text-shadow: 0 0 12px var(--neon), 0 0 24px var(--neon);
}
.glow-border {
  box-shadow: 0 0 0 1px rgba(76, 245, 0, 0.4), 0 0 20px -2px rgba(76, 245, 0, 0.45), inset 0 0 24px -8px rgba(76, 245, 0, 0.25);
}

/* Header */
.nv-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--border);
  background: rgba(0, 2, 1, 0.7);
  backdrop-filter: blur(20px);
}
.nv-header-inner {
  max-width: 80rem;
  margin: 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
}
.nv-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nv-logo img {
  width: 56px;
  height: 56px;
  filter: drop-shadow(0 0 14px var(--neon));
  animation: leprechaun-pulse 3.2s ease-in-out infinite;
}
.nv-logo span {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}
.nv-track {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(76, 245, 0, 0.4);
  background: rgba(76, 245, 0, 0.05);
  padding: 6px 8px;
}
.nv-track:focus-within { box-shadow: 0 0 0 1px var(--neon), 0 0 16px -2px var(--neon); }
.nv-track label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neon);
}
.nv-track input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 12px;
  font-weight: 600;
}
.nv-track input::placeholder { color: rgba(134, 148, 131, 0.7); }
.nv-track button {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--primary);
  color: #000;
  display: grid;
  place-items: center;
}
.nv-cart {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--border);
  display: none;
  place-items: center;
}

/* Shop profile (mobile first) */
.shop { max-width: 32rem; margin: 0 auto; padding: 0 0 8px; }
.shop-banner {
  position: relative;
  min-height: 206px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: #041206;
}
.shop-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 50% 45%, rgba(76, 245, 0, 0.22), transparent 62%),
    linear-gradient(180deg, #020803 0%, #041206 70%, #071109 100%);
}
.shop-vape {
  position: absolute;
  z-index: 1;
  width: 108px;
  height: auto;
  pointer-events: none;
  background: none;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.45));
}
.shop-vape-l {
  left: -14px;
  bottom: 6px;
  width: 126px;
  transform: rotate(-8deg);
}
.shop-vape-r {
  right: -8px;
  bottom: 8px;
  width: 100px;
  transform: rotate(14deg);
}
.shop-banner-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 12px 72px 88px;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.65);
}
.shop-banner-copy span {
  display: block;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.28em;
  color: var(--accent);
}
.shop-banner-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 7vw, 2rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  margin-top: 6px;
}
.shop-card {
  position: relative;
  margin-top: -28px;
  background: #071109;
  border: 1px solid var(--border);
  border-radius: 22px 22px 0 0;
  padding: 62px 16px 14px;
  text-align: center;
}
.shop-avatar {
  position: absolute;
  left: 50%;
  top: -46px;
  transform: translateX(-50%);
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  background: #000;
  border: 4px solid #071109;
  box-shadow: 0 0 22px rgba(76, 245, 0, 0.55);
  z-index: 4;
}
.shop-avatar img {
  width: 168%;
  max-width: none;
  height: 168%;
  object-fit: cover;
  object-position: 50% 38%;
  margin: -28% 0 0 -34%;
}
.shop-card h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  color: var(--neon);
  text-shadow: 0 0 12px var(--neon);
}
.shop-tag { margin: 4px 0 10px; color: var(--muted-foreground); font-size: 13px; }
.shop-social { display: flex; justify-content: center; gap: 10px; margin-bottom: 12px; }
.shop-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border);
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #000;
}
.shop-social img { width: 22px; height: 22px; }
.shop-meta {
  display: grid;
  gap: 5px;
  font-size: 13px;
  color: #cfe8c8;
  text-align: center;
  justify-items: center;
  margin: 0 4px 10px;
}
.shop-meta .ok { color: var(--neon); }
.shop-meta em {
  font-style: normal;
  background: #3b2200;
  color: #ffb020;
  border-radius: 6px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: 800;
}
.shop-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-bottom: 10px; }
.shop-pills span {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #d7ecd2;
}
.shop-open {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--neon);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.shop-open i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 8px var(--neon);
}
.shop-search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  background: #000;
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--muted-foreground);
}
.shop-search input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
}
.shop-cats {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 2px 6px;
}
.cat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 0;
  font-size: 11px;
  font-weight: 800;
  color: #d7ecd2;
}
.cat-ico {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid rgba(76, 245, 0, 0.35);
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 14px rgba(76, 245, 0, 0.18);
}
.cat-ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cat.on { color: var(--neon); }
.cat.on .cat-ico {
  border-color: var(--neon);
  box-shadow: 0 0 0 2px rgba(76, 245, 0, 0.28), 0 0 18px rgba(76, 245, 0, 0.4);
}

.aisles { display: block; }
.aisle { margin-bottom: 26px; }
.aisle-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 12px;
}
.aisle-head h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.aisle-all {
  border: 1px solid rgba(76, 245, 0, 0.35);
  color: var(--neon);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
}

/* Product grid */
.nv-wrap { max-width: 80rem; margin: 0 auto; padding: 16px 16px 80px; }
.nv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: var(--card);
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(76, 245, 0, 0.7);
  box-shadow: 0 0 0 1px rgba(76, 245, 0, 0.4), 0 0 20px -2px rgba(76, 245, 0, 0.45);
}
.card-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #050805;
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 5%;
}
.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6), transparent 55%);
  pointer-events: none;
}
.card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  flex: 1;
}
.card h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0;
}
.stars { display: flex; gap: 2px; }
.star { width: 14px; height: 14px; color: var(--accent); fill: var(--accent); }
.rev { font-size: 10px; font-weight: 700; color: var(--muted-foreground); }
.save {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: fit-content;
  border-radius: 4px;
  background: #e40014;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.5);
}
.old { font-size: 10px; color: var(--muted-foreground); text-decoration: line-through; }
.now {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  color: var(--neon);
  text-shadow: 0 0 12px var(--neon);
}
.inst { font-size: 10px; font-weight: 700; color: var(--muted-foreground); }
.inst b { color: var(--foreground); }
.inst .sj { color: var(--neon); }
.pay-mini { margin-top: 4px; font-size: 9px; font-weight: 700; color: var(--muted-foreground); }
.buy {
  margin-top: auto;
  padding-top: 10px;
  border-radius: 8px;
  background: linear-gradient(90deg, #00bb7f, #00a544, #00bb7f);
  color: #fff;
  text-align: center;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.45);
}

/* Reviews */
.reviews { margin-top: 40px; border-top: 1px solid rgba(76, 245, 0, 0.2); padding-top: 24px; }
.reviews-inner { max-width: 28rem; margin: 0 auto; }
.reviews h2 {
  margin: 0 0 12px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--neon);
  text-shadow: 0 0 12px var(--neon);
}
.reviews p { text-align: center; font-size: 13px; color: var(--muted-foreground); margin: 0 0 16px; }
.reviews article {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(16, 185, 129, 0.3);
  background: #000;
  box-shadow: 0 0 18px rgba(34, 255, 150, 0.15);
  margin-bottom: 12px;
}
.reviews .shot { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; }
.reviews .shot img {
  position: absolute;
  left: 0;
  width: 100%;
  top: -12%;
  height: 124%;
  object-fit: cover;
}

/* Unlock */
.unlock {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: rgba(0, 2, 1, 0.55);
  backdrop-filter: blur(8px);
  padding: 16px;
}
.unlock[hidden] { display: none; }
.unlock-card {
  position: relative;
  width: min(24rem, 100%);
  border-radius: 1.5rem;
  border: 2px solid rgba(76, 245, 0, 0.7);
  background: rgba(1, 6, 2, 0.95);
  padding: 56px 24px 24px;
  text-align: center;
  box-shadow: 0 0 80px rgba(34, 255, 150, 0.55);
}
.unlock-card img {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 128px;
  filter: drop-shadow(0 0 24px var(--neon));
}
.unlock-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.unlock-card p { color: var(--muted-foreground); font-size: 14px; }
.unlock-btn {
  margin-top: 20px;
  width: 100%;
  border-radius: 1rem;
  background: linear-gradient(90deg, #fe6e00, #e40014, #fe6e00);
  color: #fff;
  padding: 16px;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(239, 68, 68, 0.65);
  animation: wiggle 1.2s ease-in-out infinite;
}
.unlock-note { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-foreground); }

/* Social */
.social { display: none !important; }

/* PDP */
.back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted-foreground);
  font-size: 14px;
  padding: 8px 16px;
}
.pdp {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 14px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.pdp > * { min-width: 0; max-width: 100%; }
.pdp-media {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: #0a0a0a;
}
.pdp-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0;
}
.pdp-price .now { font-size: 1.875rem; }
.flavor-box {
  margin-top: 16px;
  border: 1px solid var(--border);
  background: #061008;
  border-radius: 18px;
  padding: 14px 12px 12px;
}
.flavor-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.flavor-head h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.flavor-count {
  flex: none;
  border-radius: 999px;
  border: 1px solid rgba(76, 245, 0, 0.45);
  background: rgba(76, 245, 0, 0.12);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  color: var(--neon);
}
.flavor-hint {
  margin: -4px 0 10px;
  font-size: 12px;
  color: var(--muted-foreground);
}
.pods {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 12px;
}
.pod {
  min-width: 0;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #030805;
  padding: 6px 4px 7px;
  text-align: center;
}
.pod.on {
  border-color: var(--neon);
  box-shadow: 0 0 0 1px rgba(76, 245, 0, 0.3), 0 0 14px rgba(76, 245, 0, 0.16);
}
.pod b {
  display: block;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}
.pod-ico {
  display: grid;
  place-items: center;
  height: 26px;
  margin: 3px 0 2px;
}
.pod em {
  display: block;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fico { width: 22px; height: 22px; display: block; }
.opt .fico { width: 26px; height: 26px; flex: none; }
.flavor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.opt {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #0a140c;
  color: #dcecdc;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.opt.picked {
  border-color: rgba(76, 245, 0, 0.35);
}
.opt.selected {
  border-color: var(--neon);
  background: rgba(76, 245, 0, 0.1);
  color: #fff;
  box-shadow: 0 0 16px rgba(76, 245, 0, 0.18);
}
.unit-box, .unit-n { display: none; }
.buy-now {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 1rem;
  background: linear-gradient(90deg, #00bb7f, #00a544, #00bb7f);
  color: #fff;
  padding: 12px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 0 25px rgba(16, 185, 129, 0.55);
}
.error { color: #ff3434; font-size: 13px; font-weight: 700; }

/* Checkout funnel */
.funnel {
  width: min(720px, calc(100% - 28px));
  margin: 0 auto;
  padding: 16px 0 48px;
  display: grid;
  gap: 14px;
}
.funnel-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.funnel-steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5c6b5e;
}
.funnel-steps li span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  background: #030805;
}
.funnel-steps li.on { color: var(--neon); }
.funnel-steps li.on span,
.funnel-steps li.done span {
  background: var(--neon);
  color: #031204;
  border-color: var(--neon);
}
.ck-card {
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: 1rem;
  padding: 16px;
}
.ck-card h2 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.funnel label, .ck label { display: block; font-size: 12px; font-weight: 800; margin: 10px 0 4px; }
.funnel input, .funnel select, .ck input {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.06);
  padding: 8px 10px;
}
.check-line {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-top: 14px !important;
}
.check-line input { width: 18px; min-height: 18px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.funnel-nav { display: grid; grid-template-columns: 1fr 1.6fr; gap: 8px; margin-top: 8px; }
.btn-back {
  min-height: 48px;
  border-radius: 1rem;
  border: 1px solid var(--border);
  color: #dcecdc;
  font-weight: 800;
}
.ship-list, .pay-list { display: grid; gap: 8px; }
.ship-card, .pay-card {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  background: #030805;
}
.ship-card.on, .pay-card.on {
  border-color: var(--neon);
  box-shadow: 0 0 0 1px rgba(76, 245, 0, 0.25);
}
.ship-card input, .pay-card input { width: 18px; min-height: 18px; }
.ship-card div, .pay-card div { flex: 1; }
.ship-card strong, .pay-card strong { display: block; }
.ship-card span, .pay-card span { font-size: 12px; color: var(--muted-foreground); }
.pay-card.pix-only { cursor: default; }
.pix-logo {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
}
.pix-box { text-align: center; margin: 14px 0; }
.pix-box img {
  width: 240px;
  height: 240px;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
}
.pix-box textarea {
  width: 100%;
  min-height: 72px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.06);
  color: inherit;
  padding: 8px 10px;
  font-size: 12px;
}
#pix-status { color: var(--neon); font-weight: 800; }
.status-card { padding: 22px 16px 18px !important; }
.track-code {
  margin: 4px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(76,245,0,.4);
  border-radius: 16px;
  text-align: center;
  background: rgba(0,0,0,.28);
}
.track-code span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #869483;
  margin-bottom: 4px;
  font-weight: 700;
}
.track-code b {
  color: var(--neon);
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  font-family: var(--font-display);
}
.lead-box {
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 6px 14px;
}
.lead-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 13px;
}
.lead-row:last-child { border-bottom: 0; }
.lead-row span { color: #869483; flex-shrink: 0; }
.lead-row b { text-align: right; font-weight: 700; color: #ebf5e9; line-height: 1.35; }
.ok-hero { text-align: center; padding: 4px 8px 10px; }
.ok-check {
  width: 68px; height: 68px; margin: 0 auto 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(76,245,0,.28), rgba(76,245,0,.08));
  border: 2px solid var(--neon);
  color: var(--neon);
  display: grid; place-items: center;
  font-size: 30px; font-weight: 900; line-height: 1;
  box-shadow: 0 0 28px rgba(76,245,0,.4);
}
.cancel-hero { text-align: center; padding: 4px 10px 12px; }
.cancel-x {
  width: 68px; height: 68px; margin: 0 auto 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(255,70,70,.28), rgba(255,70,70,.08));
  border: 2px solid #ff4d4d;
  color: #ff5c5c;
  display: grid; place-items: center;
  box-shadow: 0 0 28px rgba(255,52,52,.38);
}
.cancel-hero h2 {
  color: #ff6b6b;
  text-transform: none;
  letter-spacing: -0.02em;
  font-size: 1.45rem;
  margin: 0 0 6px;
}
.cancel-hero p {
  margin: 0 auto;
  max-width: 16rem;
  color: #a8b8a6;
  font-size: 14px;
  line-height: 1.4;
}
.refund-note {
  margin: 4px 0 14px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(76,245,0,.5);
  background: linear-gradient(165deg, rgba(76,245,0,.2), rgba(76,245,0,.06) 70%);
  color: #d9f5d0;
  box-shadow: 0 0 28px rgba(76,245,0,.18);
}
.refund-note.refund-top { margin-top: 2px; }
.refund-note strong {
  display: block;
  margin-bottom: 8px;
  color: #4cf500;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.refund-note p { margin: 0; font-size: 13.5px; line-height: 1.45; }
.refund-note b { color: #fff; }
.ship-card b { color: var(--neon); }
.ship-card.free strong { color: var(--neon); }
.sum-prod { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.sum-prod img { width: 64px; height: 64px; object-fit: contain; background: #111; border-radius: 10px; flex-shrink: 0; }
.sum-prod strong {
  display: block;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}
.sum-prod p { margin: 4px 0 0; font-size: 12px; color: var(--muted-foreground); }
.sum-line { display: flex; justify-content: space-between; margin: 6px 0; font-size: 14px; }
.sum-line.pix-off { color: var(--neon); font-weight: 800; }
.sum-total {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
  font-weight: 800;
  font-size: 1.1rem;
}

@keyframes leprechaun-pulse {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-4px) rotate(2deg); }
}
@keyframes wiggle {
  0%, 100% { transform: rotate(-1deg); }
  50% { transform: rotate(1deg); }
}

.site-foot {
  margin-top: 40px;
  padding: 28px 16px 36px;
  border-top: 1px solid var(--border);
  text-align: center;
  color: #869483;
  font-size: 12px;
  line-height: 1.55;
}
.site-foot strong {
  display: block;
  color: var(--neon);
  font-size: 14px;
  margin-bottom: 8px;
}
.site-foot p { margin: 2px 0; }
.foot-links a { color: #d7ecd2; }
.legal {
  width: min(40rem, calc(100% - 32px));
  margin: 16px auto 24px;
  padding: 8px 0 24px;
}
.legal h1 { font-family: var(--font-heading); font-size: 1.6rem; }
.legal h2 { font-size: 1.05rem; margin: 18px 0 6px; color: var(--neon); text-transform: none; }
.legal p { color: #cfe8c8; font-size: 14px; line-height: 1.55; }

.hidden { display: none !important; }

@media (min-width: 768px) {
  .shop { max-width: 36rem; }
  .nv-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nv-logo span, .nv-track label, .nv-cart { display: inline; }
  .nv-cart { display: grid; }
}
@media (min-width: 1024px) {
  .nv-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pdp {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    max-width: 72rem;
  }
  .pdp-media { max-width: 520px; }
  .funnel {
    width: min(980px, calc(100% - 40px));
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: start;
  }
  .funnel-steps { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .nv-logo span, .nv-track label, .nv-cart { display: none; }
  .nv-logo img { width: 48px; height: 48px; }
}
