:root {
  /* Chrome Pop — holographic energy, zero forest/sage green */
  --ink: #0c0614;
  --violet: #6d28d9;
  --violet-deep: #4c1d95;
  --electric: #22d3ee;
  --electric-hot: #00f5ff;
  --magenta: #f472b6;
  --pop: #ff0f8f;
  --orchid: #e879f9;
  --sun: #fde047;
  --gold: #fde68a;
  --chrome-mid: #c4b5fd;
  --cream: #faf5ff;
  --cream-dark: #f3e8ff;
  --pearl: #fff7ed;
  --text: #13081f;
  --muted: #6b5a7a;
  --white: #fff;
  --radius-pill: 999px;
  --radius-lg: 22px;
  --shadow: 0 20px 56px rgba(76, 29, 149, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  --shadow-soft: 0 10px 40px rgba(109, 40, 217, 0.12);
  --glow-cyan: 0 0 24px rgba(34, 211, 238, 0.45);
  --glow-pop: 0 0 28px rgba(255, 15, 143, 0.4);
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--text);
  background: var(--cream);
}

@media (prefers-reduced-motion: reduce) {
  .promo-bar,
  .hero h1 .accent,
  .promo-banner,
  .survey-right {
    animation: none;
  }
  .hero::after {
    animation: none;
    opacity: 0.25;
  }
}

@keyframes holo-bar {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@keyframes glimmer-pulse {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.55;
}

::selection {
  background: rgba(244, 114, 182, 0.35);
  color: var(--ink);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--magenta);
  color: var(--white);
  padding: 0.5rem 1rem;
  z-index: 100;
  font-weight: 600;
}
.skip-link:focus {
  left: 0;
}

.promo-bar {
  background: linear-gradient(
    90deg,
    #4c1d95,
    #a855f7,
    #ec4899,
    #22d3ee,
    #e879f9,
    #4c1d95
  );
  background-size: 200% 100%;
  animation: holo-bar 14s ease infinite;
  color: var(--white);
  text-align: center;
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 2px rgba(12, 6, 20, 0.35);
  box-shadow: 0 4px 24px rgba(168, 85, 247, 0.35);
}
.promo-bar p {
  margin: 0;
}
.promo-bar a {
  color: var(--gold);
  font-weight: 800;
  text-shadow: 0 0 12px rgba(253, 230, 138, 0.9);
}

.site-nav {
  background: linear-gradient(180deg, #1a0a2e 0%, var(--ink) 100%);
  color: var(--white);
  padding: 0.75rem 1rem;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: var(--shadow-soft), 0 1px 0 rgba(244, 114, 182, 0.25);
  border-bottom: 1px solid rgba(168, 85, 247, 0.35);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: center;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
}
.nav-links a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}
.nav-links a[aria-current="page"] {
  color: var(--electric-hot);
  text-shadow: var(--glow-cyan);
}

.logo {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}
.logo span {
  background: linear-gradient(135deg, var(--electric-hot), var(--orchid), var(--pop));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.5));
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav-actions a {
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
}

.btn-try {
  background: linear-gradient(135deg, var(--pop) 0%, #fb7185 45%, var(--orchid) 100%);
  color: var(--white) !important;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  box-shadow: var(--glow-pop);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn-try:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 32px rgba(255, 15, 143, 0.55);
}

.hero {
  background: radial-gradient(ellipse 90% 70% at 85% 15%, rgba(232, 121, 249, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 60% at 5% 90%, rgba(34, 211, 238, 0.18), transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(253, 230, 138, 0.15), transparent 45%),
    linear-gradient(165deg, var(--cream) 0%, var(--pearl) 40%, #fdf4ff 100%);
  padding: 3rem 1rem 4rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 120%;
  background: repeating-linear-gradient(
    -12deg,
    transparent,
    transparent 10px,
    rgba(168, 85, 247, 0.06) 10px,
    rgba(168, 85, 247, 0.06) 12px
  );
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.45) 0%, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.35) 0%, transparent 1px),
    radial-gradient(circle at 60% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 1px);
  background-size: 120px 120px, 180px 180px, 200px 200px;
  opacity: 0.35;
  animation: glimmer-pulse 6s ease-in-out infinite;
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
}

.stars-line {
  font-size: 0.85rem;
  color: var(--violet-deep);
  font-weight: 600;
  margin: 0 0 1rem;
}
.stars {
  color: transparent;
  background: linear-gradient(90deg, var(--gold), var(--sun), var(--orchid));
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 6px rgba(253, 224, 71, 0.6));
  letter-spacing: 0.05em;
  margin-right: 0.35rem;
}

.hero h1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.hero h1 .accent {
  background: linear-gradient(100deg, var(--pop), var(--orchid), var(--electric-hot), var(--chrome-mid));
  background-size: 150% 100%;
  animation: holo-bar 10s ease infinite;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(232, 121, 249, 0.35));
}

.lede {
  font-size: 1.1rem;
  color: var(--muted);
  margin: 0 0 1.5rem;
  max-width: 38ch;
}

.btn-primary {
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  background: linear-gradient(145deg, #581c87 0%, var(--violet) 35%, #c026d3 70%, var(--electric) 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.95rem 1.75rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  box-shadow: var(--shadow), var(--glow-cyan);
}
.btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: var(--shadow), 0 0 36px rgba(34, 211, 238, 0.55);
}
.btn-primary.wide {
  width: 100%;
  margin-top: 1rem;
}

.guarantee {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--violet-deep);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.check {
  color: var(--electric-hot);
  font-weight: 700;
  filter: drop-shadow(0 0 6px rgba(0, 245, 255, 0.7));
}

.info-wrap {
  position: relative;
  display: inline-flex;
}
.info-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0.25rem;
  color: var(--violet);
  font-size: 1rem;
  line-height: 1;
}
.info-pop {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.35rem;
  background: var(--white);
  border: 1px solid #ddd;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-size: 0.8rem;
  max-width: 240px;
  box-shadow: var(--shadow-soft);
  z-index: 10;
}

.hero-visual-wrap {
  display: flex;
  justify-content: center;
}

.hero-card {
  position: relative;
  background: linear-gradient(145deg, #1e0b3a 0%, var(--violet-deep) 40%, #7c3aed 100%);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  max-width: 420px;
  box-shadow: var(--shadow), 0 0 40px rgba(168, 85, 247, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), transparent 40%, rgba(34, 211, 238, 0.5));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero-card > * {
  position: relative;
  z-index: 1;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-fallback {
  display: none;
  min-height: 280px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  padding: 1rem;
  border-radius: 14px;
  border: 2px dashed rgba(255, 255, 255, 0.35);
}

.hero-card.image-missing .hero-img {
  display: none !important;
}
.hero-card.image-missing .hero-fallback {
  display: flex;
}

.badge-exclusive {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 3;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.72rem;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fdf2f8), linear-gradient(135deg, var(--pop), var(--electric-hot));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: var(--shadow-soft), var(--glow-pop);
}

.section {
  padding: 3.5rem 1rem;
}
.section.alt {
  background: var(--white);
}
.section.tint {
  background: linear-gradient(180deg, #fdf4ff 0%, #fff7ed 55%, var(--cream) 100%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container.narrow {
  max-width: 720px;
}

.section-title {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  color: var(--ink);
  margin: 0 0 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-sub {
  color: #4a3d5c;
  margin: 0 0 2rem;
}
.section-sub.center {
  text-align: center;
  margin-top: 2.5rem;
}

.quotes {
  background: var(--white);
  border-block: 1px solid rgba(61, 42, 92, 0.1);
  overflow-x: auto;
}
.quotes-track {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  min-width: min-content;
}
.quotes blockquote {
  margin: 0;
  flex: 0 0 280px;
  font-family: "Syne", sans-serif;
  font-style: normal;
  font-size: 1.05rem;
  color: var(--violet-deep);
  font-weight: 600;
  line-height: 1.4;
}
.quotes cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  font-family: "Outfit", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #7a6b8c;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

.product-card {
  position: relative;
  text-align: center;
}
.product-card h3 {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  font-weight: 700;
}
.product-card p {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #5c4f6e;
}
.product-thumb {
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(61, 42, 92, 0.12);
}
.grad-voltage {
  background: linear-gradient(145deg, #22d3ee 0%, #a855f7 55%, #e879f9 100%);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.35);
}
.grad-velvet {
  background: linear-gradient(145deg, #f472b6 0%, #be185d 45%, #581c87 100%);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.2);
}
.grad-desert {
  background: linear-gradient(145deg, #fde047 0%, #fb923c 45%, #f97316 70%, #db2777 100%);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
}
.grad-neon {
  background: linear-gradient(145deg, #f0abfc 0%, #d946ef 35%, #22d3ee 70%, #ff0f8f 100%);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.4);
}
.grad-midnight {
  background: linear-gradient(145deg, #0f172a 0%, #4c1d95 50%, #2563eb 100%);
  box-shadow: inset 0 0 18px rgba(96, 165, 250, 0.35);
}
.new-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: linear-gradient(135deg, #1e1b4b, var(--violet-deep));
  color: var(--electric-hot);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.25rem 0.55rem;
  border-radius: var(--radius-pill);
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: var(--glow-cyan);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.benefit {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(61, 42, 92, 0.06);
}
.benefit h3 {
  margin: 0.5rem 0;
  font-size: 1.05rem;
  color: var(--ink);
  font-family: "Syne", sans-serif;
}
.benefit p {
  margin: 0;
  font-size: 0.9rem;
  color: #4a3d5c;
}
.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(232, 121, 249, 0.35), rgba(34, 211, 238, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 16px rgba(168, 85, 247, 0.25);
  color: var(--violet-deep);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}
.benefit-icon--fast::before {
  content: "\26A1";
}
.benefit-icon--pocket::before {
  content: "\25C6";
}
.benefit-icon--clean::before {
  content: "\2713";
}
.benefit-icon--flavor::before {
  content: "\2605";
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .stat-grid {
    grid-template-columns: 1fr;
  }
}
.stat {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(61, 42, 92, 0.1);
}
.stat-num {
  font-family: "Syne", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--magenta);
  display: block;
  line-height: 1;
}
.stat p {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
}
.sources {
  font-size: 0.8rem;
  color: #7a6b8c;
  margin-top: 1rem;
}

.outcomes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 800px) {
  .outcomes {
    grid-template-columns: repeat(2, 1fr);
  }
}
.outcome {
  background: var(--white);
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  font-size: 0.9rem;
  border: 1px solid rgba(61, 42, 92, 0.08);
}
.outcome span {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--violet);
  line-height: 1.1;
}
.fineprint {
  font-size: 0.75rem;
  color: #7a6b8c;
  margin-top: 1.5rem;
}

.pdp {
  background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
}
.pdp-grid {
  max-width: 640px;
}
.mini-pill {
  display: inline-block;
  background: linear-gradient(90deg, rgba(232, 121, 249, 0.35), rgba(34, 211, 238, 0.3));
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.78rem;
  margin: 0 0 0.75rem;
  color: var(--violet-deep);
  border: 1px solid rgba(168, 85, 247, 0.35);
  box-shadow: 0 0 14px rgba(232, 121, 249, 0.2);
}
.offer-headline {
  font-family: "Syne", sans-serif;
  color: var(--ink);
  font-size: 1.45rem;
  margin: 0 0 0.5rem;
  font-weight: 800;
}
.rating {
  color: var(--violet);
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 1rem;
}
.product-name {
  margin: 0;
  font-size: 1.3rem;
  color: var(--ink);
  font-family: "Syne", sans-serif;
  font-weight: 800;
}
.product-desc {
  color: #4a3d5c;
  margin: 0.5rem 0 1rem;
}
.checklist {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
  color: var(--violet);
}
.checklist li {
  margin-bottom: 0.35rem;
}

.offer-box {
  border: 2px solid rgba(61, 42, 92, 0.12);
  border-radius: var(--radius-lg);
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  background: var(--white);
}
.offer-box.featured {
  border-color: var(--orchid);
  background: linear-gradient(180deg, #fdf4ff 0%, var(--white) 100%);
  box-shadow: 0 0 0 1px rgba(232, 121, 249, 0.35), 0 8px 32px rgba(109, 40, 217, 0.08);
}
.offer-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.95rem;
}
.offer-label input {
  margin-top: 0.2rem;
}
.price {
  margin: 0.5rem 0 1.5rem;
  font-size: 0.95rem;
}
.price .now {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--ink);
}
.price del {
  color: #888;
}
.mini-list {
  margin: 0.75rem 0 0 1.5rem;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
}
.mini-list li::before {
  content: "\2713 ";
  color: var(--electric-hot);
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 245, 255, 0.6);
}

.promo-banner {
  text-align: center;
  background: linear-gradient(90deg, #fef3c7, #fce7f3, #e0f2fe);
  background-size: 200% 100%;
  animation: holo-bar 12s ease infinite;
  padding: 0.65rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 1rem 0;
  color: var(--violet-deep);
  border: 1px solid rgba(168, 85, 247, 0.25);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #4a3d5c;
  justify-content: center;
}
.trust-row span::before {
  content: "● ";
  color: var(--magenta);
}

.faq details {
  border: 1px solid rgba(61, 42, 92, 0.12);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  background: var(--white);
}
.faq summary {
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
  font-family: "Syne", sans-serif;
}
.faq p {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: #4a3d5c;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.88);
  padding: 3rem 1rem 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.footer-brand {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--white);
  margin: 0 0 1rem;
  text-transform: lowercase;
}
.footer-brand span {
  color: var(--electric);
}
.disclaimer {
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.85;
  margin: 0;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}
.copyright {
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.65;
  margin: 2rem 0 0;
}

.fab-promo {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 40;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--white);
  background: linear-gradient(135deg, var(--pop) 0%, #fb7185 40%, #a855f7 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.65rem 1.1rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  box-shadow: var(--glow-pop), 0 8px 28px rgba(76, 29, 149, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
}
a.fab-promo:hover {
  color: var(--white);
  filter: brightness(1.08);
  box-shadow: 0 0 36px rgba(255, 15, 143, 0.55), 0 8px 28px rgba(76, 29, 149, 0.4);
}
.fab-x {
  opacity: 0.9;
  font-weight: 400;
}

/* Survey modal */
.survey-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 16, 40, 0.65);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(6px);
}
.survey-overlay[hidden] {
  display: none !important;
}

.survey-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  width: 100%;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
  position: relative;
}
@media (max-width: 768px) {
  .survey-panel {
    grid-template-columns: 1fr;
  }
  .survey-right {
    min-height: 160px;
  }
}

.survey-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
}

.survey-left {
  padding: 2.5rem 2rem;
  background: linear-gradient(165deg, #f5f0ff 0%, #fff5f8 100%);
}
.survey-eyebrow {
  margin: 0;
  font-weight: 800;
  color: var(--magenta);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.survey-title {
  font-family: "Syne", sans-serif;
  font-size: 1.35rem;
  color: var(--ink);
  margin: 0.5rem 0;
  font-weight: 800;
}
.survey-unlock {
  font-family: "Syne", sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 1rem;
  line-height: 1.2;
}
.survey-prompt {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--violet-deep);
}
.survey-hint {
  font-size: 0.8rem;
  color: #5c4f6e;
  margin: 0 0 1rem;
}
.survey-hint kbd {
  background: var(--white);
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 0.75rem;
}

.survey-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.survey-option {
  font-family: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: left;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #7c3aed 0%, var(--pop) 100%);
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.35);
}
.survey-option:hover,
.survey-option:focus {
  filter: brightness(1.08);
  outline: none;
}
.survey-option:focus-visible {
  box-shadow: 0 0 0 3px var(--electric-hot);
}
.survey-option[aria-checked="true"] {
  border-color: var(--electric-hot);
  box-shadow: 0 0 0 2px var(--electric-hot), var(--glow-cyan);
}

.link-muted {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.8rem;
  color: var(--violet);
  text-decoration: underline;
  cursor: pointer;
  font-family: inherit;
}

.survey-right {
  background: linear-gradient(135deg, #22d3ee 0%, #e879f9 35%, #ff0f8f 65%, #a855f7 100%);
  background-size: 200% 200%;
  animation: holo-bar 18s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.survey-visual {
  text-align: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  padding: 2rem;
  border-radius: var(--radius-lg);
  max-width: 280px;
}
.survey-visual code {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  word-break: break-all;
}
.survey-visual-label {
  margin: 0;
  font-weight: 700;
  font-size: 0.9rem;
}

/* Inner pages */
.page-hero {
  padding: 2.5rem 1rem 2rem;
  background: linear-gradient(180deg, #fff7ed 0%, var(--cream) 45%, #fae8ff 100%);
  border-bottom: 1px solid rgba(168, 85, 247, 0.15);
  box-shadow: 0 12px 40px rgba(109, 40, 217, 0.06);
}
.page-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}
.page-hero h1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  margin: 0 0 0.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.page-hero p {
  margin: 0;
  font-size: 1.1rem;
  color: #4a3d5c;
  max-width: 52ch;
}

.flavor-detail-grid {
  display: grid;
  gap: 2rem;
}
.flavor-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.5rem;
  align-items: start;
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(61, 42, 92, 0.1);
  box-shadow: var(--shadow-soft);
}
@media (max-width: 600px) {
  .flavor-card {
    grid-template-columns: 1fr;
  }
}
.flavor-swatch {
  aspect-ratio: 1;
  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, 0.06);
}
.flavor-card h2 {
  margin: 0 0 0.5rem;
  font-family: "Syne", sans-serif;
  font-size: 1.35rem;
}
.flavor-card .tagline {
  color: var(--magenta);
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
}
.flavor-card p {
  margin: 0;
  color: #4a3d5c;
  font-size: 0.95rem;
}

.prose {
  max-width: 720px;
}
.prose h2 {
  font-family: "Syne", sans-serif;
  margin-top: 2rem;
  font-size: 1.35rem;
}
.prose p {
  color: #4a3d5c;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) {
  .review-grid {
    grid-template-columns: 1fr;
  }
}
.review-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(61, 42, 92, 0.08);
}
.review-card .stars {
  color: var(--sun);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
.review-card p {
  margin: 0.75rem 0;
  font-size: 0.95rem;
  color: #4a3d5c;
}
.review-card cite {
  font-style: normal;
  font-weight: 700;
  color: var(--ink);
  font-size: 0.9rem;
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 700px) {
  .support-grid {
    grid-template-columns: 1fr;
  }
}
.support-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(61, 42, 92, 0.1);
}
.support-card h2 {
  margin: 0 0 0.75rem;
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
}

.legal-prose {
  max-width: 720px;
  margin: 0 auto;
}
.legal-prose h2 {
  font-family: "Syne", sans-serif;
  font-size: 1.15rem;
  margin-top: 2rem;
}
.legal-prose p,
.legal-prose li {
  color: #4a3d5c;
  font-size: 0.95rem;
}

/* —— Cart, checkout & shop —— */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--white);
  text-decoration: none;
  padding: 0.35rem 0.6rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}
.nav-cart:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}
.nav-cart-icon {
  display: block;
  opacity: 0.95;
}
.nav-cart-count {
  font-size: 0.8rem;
  font-weight: 800;
  min-width: 1.25rem;
  text-align: center;
  color: var(--electric-hot);
  text-shadow: var(--glow-cyan);
}
.nav-cart-count[data-empty="true"] {
  opacity: 0.5;
}

.product-thumb--photo {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(168, 85, 247, 0.25);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.15);
}
.product-thumb--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
}

.product-price {
  margin: 0.5rem 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--violet-deep);
}
.product-price del {
  color: #9ca3af;
  font-weight: 600;
  margin-left: 0.35rem;
}

.product-card-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.75rem;
}

.btn-add {
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.45rem 0.75rem;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, var(--pop), #fb7185);
  color: var(--white);
  box-shadow: var(--glow-pop);
}
.btn-add--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ink);
  border: 2px solid rgba(109, 40, 217, 0.35);
  box-shadow: none;
}
.btn-add:hover {
  filter: brightness(1.06);
}
.btn-add.added-flash {
  animation: btn-pop 0.45s ease;
}
@keyframes btn-pop {
  50% {
    transform: scale(1.04);
    filter: brightness(1.15);
  }
}

.product-grid--shop {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.flavor-swatch--photo {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(168, 85, 247, 0.2);
  box-shadow: var(--shadow-soft);
  width: 140px;
  flex-shrink: 0;
}
.flavor-swatch--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  display: block;
}

.flavor-buy {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.flavor-price {
  font-weight: 800;
  color: var(--violet-deep);
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
}

.cart-layout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .cart-layout {
    grid-template-columns: 1fr 340px;
    align-items: start;
  }
}

.cart-empty {
  text-align: center;
  padding: 3rem 1rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(168, 85, 247, 0.35);
}
.cart-empty-lead {
  font-size: 1.15rem;
  margin: 0 0 1.5rem;
  color: var(--muted);
}

.cart-lines {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 1rem;
  align-items: start;
  background: var(--white);
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(109, 40, 217, 0.12);
  box-shadow: var(--shadow-soft);
}
@media (max-width: 600px) {
  .cart-line {
    grid-template-columns: 72px 1fr;
  }
  .cart-line-price {
    grid-column: 1 / -1;
  }
}

.cart-line-media img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.cart-line-body h2 {
  margin: 0 0 0.35rem;
  font-family: "Syne", sans-serif;
  font-size: 1.1rem;
}
.cart-line-meta {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}
.cart-line-mode {
  color: var(--pop);
  font-weight: 700;
}

.cart-line-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(109, 40, 217, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.cart-qty-btn {
  width: 2rem;
  height: 2rem;
  border: none;
  background: var(--cream);
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}
.cart-qty input {
  width: 2.5rem;
  border: none;
  text-align: center;
  font-weight: 700;
  font-family: inherit;
}

.cart-line-price {
  text-align: right;
}
.cart-line-price strong {
  display: block;
  font-size: 1.15rem;
  font-family: "Syne", sans-serif;
}
.cart-unit {
  font-size: 0.75rem;
  color: var(--muted);
}

.link-like {
  background: none;
  border: none;
  color: var(--pop);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  font-family: inherit;
  font-size: 0.85rem;
  padding: 0;
}

.cart-summary {
  position: sticky;
  top: 5.5rem;
  background: linear-gradient(180deg, #fdf4ff, var(--white));
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(168, 85, 247, 0.25);
  box-shadow: var(--shadow-soft);
}
.cart-summary-title {
  margin: 0 0 1rem;
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
}
.cart-summary-rows {
  margin: 0;
}
.cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.95rem;
}
.cart-summary-row dt {
  margin: 0;
  color: var(--muted);
}
.cart-summary-row dd {
  margin: 0;
  font-weight: 700;
}
.cart-summary-total {
  border-bottom: none;
  font-size: 1.15rem;
  padding-top: 0.75rem;
}
.cart-summary-total dt {
  color: var(--ink);
  font-weight: 800;
}
.cart-ship-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 1rem 0;
  line-height: 1.4;
}
.cart-fineprint {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 1rem 0 0;
  line-height: 1.4;
}
.cart-checkout-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 0.5rem;
}

.checkout-title {
  font-family: "Syne", sans-serif;
  margin: 0 0 0.5rem;
}
.checkout-lede {
  margin: 0 0 1.5rem;
  color: var(--muted);
}
.checkout-form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.checkout-form input {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(109, 40, 217, 0.2);
  font-family: inherit;
  font-size: 1rem;
}
.checkout-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0.75rem;
}
@media (max-width: 600px) {
  .checkout-row {
    grid-template-columns: 1fr;
  }
}
.checkout-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.checkout-fieldset legend {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
}
.checkout-demo-note {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0 0 1rem;
}
.checkout-done {
  padding: 2rem 0;
}
.checkout-order {
  font-size: 1.1rem;
}
.checkout-redirect {
  text-align: center;
  padding: 2rem;
}

.survey-panel-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}
.survey-visual-photo {
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.survey-visual-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}
