:root {
  --purple: #5a189a;
  --violet: #c77dff;
  --violet-2: #8a2be2;
  --black: #050507;
  --charcoal: #101015;
  --charcoal-2: #181820;
  --graphite: #22222a;
  --white: #ffffff;
  --muted: #b8b6c3;
  --line: rgba(255, 255, 255, 0.14);
  --glass: rgba(12, 12, 18, 0.72);
  --cyan: #7ef9ff;
  --redline: #ff3d6e;
  --green: #59f49a;
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --max: 1180px;
  --header-h: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--white);
  background: var(--black);
  overflow-x: hidden;
  letter-spacing: 0;
}

body.drawer-open,
body.popup-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link,
.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;
}

.skip-link:focus {
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  z-index: 1000;
  background: var(--white);
  color: var(--black);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(5, 5, 7, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(100% - 28px, var(--max));
  min-height: var(--header-h);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand,
.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(199, 125, 255, 0.95), rgba(90, 24, 154, 0.95)),
    #15151b;
  clip-path: polygon(42% 0, 100% 0, 61% 47%, 84% 47%, 33% 100%, 0 100%, 35% 52%, 10% 52%);
}

.nav-links {
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-actions {
  gap: 10px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(199, 125, 255, 0.8);
}

.icon-button {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.icon-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--violet);
  color: #050507;
  font-size: 11px;
  font-weight: 900;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: var(--header-h);
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.98), rgba(5, 5, 7, 0.72) 38%, rgba(5, 5, 7, 0.34) 62%, rgba(5, 5, 7, 0.86)),
    radial-gradient(circle at 75% 42%, rgba(90, 24, 154, 0.62), transparent 38%),
    linear-gradient(180deg, #07070b 0%, #0c0712 58%, #050507 100%);
}

#speedCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.82;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(126, 249, 255, 0.08), transparent 68%),
    repeating-linear-gradient(115deg, transparent 0 18px, rgba(255, 255, 255, 0.035) 18px 19px, transparent 19px 52px);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.hero-car {
  position: absolute;
  right: max(-80px, -6vw);
  bottom: 9vh;
  width: min(70vw, 980px);
  opacity: 0.95;
  animation: carPulse 3s ease-in-out infinite;
}

.hero-car svg {
  width: 100%;
  display: block;
}

.motion-line {
  stroke-dasharray: 70 38;
  animation: dash 1.1s linear infinite;
}

.motion-line-two {
  animation-duration: 1.45s;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 28px, var(--max));
  margin: 0 auto;
  min-height: calc(100svh - var(--header-h));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  align-items: center;
  gap: 34px;
  padding: 60px 0 86px;
}

.hero-copy {
  max-width: 720px;
  min-width: 0;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.62);
}

.hero h1 {
  margin: 0;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.9;
  font-weight: 900;
}

.hero-copy p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.35;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: var(--radius);
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--violet), var(--purple) 55%, #2d064d);
  color: var(--white);
  box-shadow: 0 14px 42px rgba(90, 24, 154, 0.42);
}

.button-primary:hover {
  box-shadow: 0 18px 54px rgba(199, 125, 255, 0.35);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
}

.button-secondary:hover {
  border-color: rgba(199, 125, 255, 0.85);
}

.hero-proof {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof span,
.feature-list span,
.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 800;
}

.hero-buy-panel {
  width: min(100%, 420px);
  justify-self: end;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 18, 24, 0.78), rgba(8, 8, 12, 0.9));
  box-shadow: var(--shadow);
}

.hero-buy-panel > div {
  min-width: 0;
}

.mini-can,
.flavor-can {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 16px 0 24px rgba(255, 255, 255, 0.16), inset -20px 0 26px rgba(0, 0, 0, 0.42), 0 18px 38px rgba(0, 0, 0, 0.38);
}

.mini-can {
  width: 96px;
  height: 156px;
  border-radius: 22px / 34px;
}

.mini-can::before,
.mini-can::after,
.flavor-can::before,
.flavor-can::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0b0b10, #f3f0ff 48%, #0b0b10);
  opacity: 0.75;
}

.mini-can::before,
.flavor-can::before {
  top: -7px;
}

.mini-can::after,
.flavor-can::after {
  bottom: -7px;
}

.mini-can span,
.flavor-can span,
.can-brand {
  font-size: 8px;
  font-weight: 900;
}

.mini-can strong,
.flavor-can strong,
.can-flavor {
  font-size: 14px;
  font-weight: 900;
}

.mini-can small {
  font-size: 11px;
  font-weight: 900;
  color: var(--cyan);
}

.can-hellfire {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 18%, transparent 75%, rgba(0, 0, 0, 0.44)),
    linear-gradient(150deg, #17061f, #5a189a 42%, #ff3d6e);
}

.can-nitro {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 18%, transparent 75%, rgba(0, 0, 0, 0.44)),
    linear-gradient(150deg, #080b20, #5a189a 45%, #7ef9ff);
}

.can-velocity {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 18%, transparent 75%, rgba(0, 0, 0, 0.44)),
    linear-gradient(150deg, #120714, #5a189a 42%, #59f49a);
}

.panel-label,
.section-kicker,
.cart-upsell p {
  margin: 0 0 10px;
  color: var(--violet);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-buy-panel h2,
.bundle-panel h3,
.drawer-header h2,
.popup-card h2 {
  margin: 0;
}

.hero-buy-panel h2 {
  font-size: 24px;
  line-height: 1;
}

.panel-copy,
.microcopy {
  color: var(--muted);
  line-height: 1.5;
}

.price-row,
.subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price-row {
  margin: 12px 0 16px;
}

.price-row strong,
.cart-total {
  font-size: 22px;
}

.price-row span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.next-section-hint {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100% - 28px, var(--max));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(199, 125, 255, 0.5), transparent);
}

.hero-next-proof {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.section-band {
  background:
    linear-gradient(180deg, #050507, #101015 42%, #050507),
    radial-gradient(circle at 20% 20%, rgba(90, 24, 154, 0.26), transparent 32%);
}

.section-inner {
  width: min(100% - 28px, var(--max));
  margin: 0 auto;
  padding: 92px 0;
}

.proof-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr 0.8fr;
  gap: 28px;
  align-items: center;
}

.stars {
  color: var(--violet);
  font-size: 18px;
  letter-spacing: 2px;
}

.proof-grid h2,
.section-heading h2,
.product-copy h2,
.subscription h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.98;
  font-weight: 900;
}

.proof-grid blockquote {
  margin: 0;
  padding-left: 22px;
  border-left: 2px solid var(--violet);
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
}

.proof-metrics {
  display: grid;
  gap: 10px;
}

.proof-metrics span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.proof-metrics strong {
  color: var(--white);
  font-size: 22px;
}

.product-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 62% 34%, rgba(90, 24, 154, 0.38), transparent 30%),
    linear-gradient(180deg, #050507 0%, #0d0d12 100%);
}

.product-showcase::before,
.flavors::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 72%, transparent);
}

.product-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 0.8fr 0.72fr;
  align-items: center;
  gap: 36px;
}

.product-copy p:not(.section-kicker),
.subscription p,
.final-cta p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.feature-list {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.can-stage {
  min-height: 480px;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.rotating-can {
  position: relative;
  width: min(230px, 56vw);
  height: 420px;
  transform-style: preserve-3d;
  animation: rotateCan 7.5s linear infinite;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.5));
}

.can-body {
  position: absolute;
  inset: 22px 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border-radius: 52px / 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 32px 0 42px rgba(255, 255, 255, 0.18), inset -46px 0 52px rgba(0, 0, 0, 0.48);
}

.can-top,
.can-bottom {
  position: absolute;
  left: 7%;
  width: 86%;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle, #f7f2ff 0 18%, #65606e 38%, #111118 72%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  z-index: 2;
}

.can-top {
  top: 0;
}

.can-bottom {
  bottom: 0;
}

.can-brand {
  font-size: 15px;
}

.can-flavor {
  font-size: 36px;
  line-height: 0.92;
}

.can-spec {
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
}

.can-power {
  color: var(--cyan);
  font-size: 26px;
  font-weight: 900;
}

.bundle-panel {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.bundle-options {
  display: grid;
  gap: 10px;
}

.bundle-card,
.upsell-card {
  width: 100%;
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(5, 5, 7, 0.52);
  color: var(--white);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bundle-card:hover,
.upsell-card:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 125, 255, 0.8);
}

.bundle-card span,
.upsell-card span {
  font-weight: 900;
}

.bundle-card small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-weight: 700;
}

.bundle-card.is-hot {
  border-color: rgba(126, 249, 255, 0.44);
  background: linear-gradient(135deg, rgba(90, 24, 154, 0.3), rgba(126, 249, 255, 0.07));
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.benefit-card,
.flavor-card,
.written-review,
.video-card,
.lifestyle-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.benefit-card {
  padding: 22px;
  min-height: 198px;
}

.benefit-icon {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.benefit-card h3,
.flavor-card h3,
.lifestyle-card h3,
.video-card h3,
.written-review h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}

.benefit-card p,
.flavor-card p,
.lifestyle-card p,
.video-card p,
.written-review p,
.faq p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.lifestyle {
  position: relative;
  background:
    linear-gradient(180deg, #050507, #09090d),
    radial-gradient(circle at 70% 20%, rgba(90, 24, 154, 0.24), transparent 42%);
}

.lifestyle-layout {
  display: grid;
  gap: 12px;
}

.lifestyle-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.lifestyle-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.scene-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%),
    radial-gradient(circle at 50% 36%, rgba(199, 125, 255, 0.22), transparent 34%);
}

.scene-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.72));
}

.lifestyle-card h3,
.lifestyle-card p {
  position: relative;
  z-index: 2;
}

.road {
  position: absolute;
  left: -30%;
  right: -30%;
  bottom: 54px;
  height: 84px;
  transform: skewY(-8deg);
  background: linear-gradient(90deg, transparent, rgba(126, 249, 255, 0.28), transparent);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.scene-car {
  position: absolute;
  left: 16%;
  bottom: 104px;
  width: 66%;
  height: 56px;
  border-radius: 70px 90px 14px 14px;
  background: linear-gradient(135deg, #c77dff, #5a189a 44%, #050507);
  box-shadow: 0 0 50px rgba(199, 125, 255, 0.34);
}

.scene-car::before,
.scene-car::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #040406;
  border: 5px solid rgba(255, 255, 255, 0.16);
}

.scene-car::before {
  left: 18%;
}

.scene-car::after {
  right: 16%;
}

.scene-person,
.lifter,
.chair,
.laptop {
  position: absolute;
  background: rgba(255, 255, 255, 0.84);
}

.scene-person {
  left: 16%;
  bottom: 158px;
  width: 16px;
  height: 64px;
  border-radius: 12px 12px 4px 4px;
}

.plate {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 112px;
  height: 10px;
  background: var(--white);
  box-shadow: 0 0 32px rgba(126, 249, 255, 0.3);
}

.plate::before,
.plate::after {
  content: "";
  position: absolute;
  top: -28px;
  width: 34px;
  height: 66px;
  border: 6px solid var(--violet);
}

.plate::before {
  left: -4px;
}

.plate::after {
  right: -4px;
}

.lifter {
  left: 44%;
  top: 122px;
  width: 24px;
  height: 104px;
  border-radius: 20px 20px 6px 6px;
}

.monitor {
  position: absolute;
  left: 16%;
  right: 16%;
  top: 72px;
  height: 118px;
  border: 2px solid rgba(126, 249, 255, 0.48);
  background: linear-gradient(135deg, rgba(126, 249, 255, 0.16), rgba(90, 24, 154, 0.32));
  box-shadow: 0 0 42px rgba(126, 249, 255, 0.2);
}

.chair {
  left: 40%;
  bottom: 120px;
  width: 52px;
  height: 82px;
  border-radius: 18px 18px 6px 6px;
  background: #15151c;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.keyboard {
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 92px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.desk {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 104px;
  height: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.laptop {
  left: 31%;
  bottom: 122px;
  width: 120px;
  height: 76px;
  background: linear-gradient(135deg, rgba(126, 249, 255, 0.3), rgba(255, 255, 255, 0.8));
  border-radius: 6px;
}

.city {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 62px;
  height: 114px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.2) 8% 16%, transparent 16% 22%, rgba(199, 125, 255, 0.3) 22% 34%, transparent 34% 44%, rgba(126, 249, 255, 0.2) 44% 56%, transparent 56% 62%, rgba(255, 255, 255, 0.16) 62% 77%, transparent 77%);
}

.flavors {
  position: relative;
  overflow: hidden;
}

.flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.flavor-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 24px;
  display: grid;
  align-content: end;
  justify-items: start;
}

.flavor-can {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 132px;
  height: 244px;
  transform: translateX(-50%);
  border-radius: 30px / 46px;
  transition: transform 240ms ease;
}

.flavor-card:hover .flavor-can {
  transform: translateX(-50%) translateY(-10px) rotate(-5deg);
}

.subscription {
  background:
    linear-gradient(135deg, rgba(90, 24, 154, 0.86), rgba(5, 5, 7, 0.96) 58%),
    radial-gradient(circle at 20% 20%, rgba(126, 249, 255, 0.18), transparent 30%);
}

.subscription-layout {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
}

.subscription-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  min-width: 180px;
}

.subscription-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
}

.subscription-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: var(--green);
  transform: rotate(45deg);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.video-card,
.written-review {
  min-height: 300px;
  padding: 22px;
}

.video-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 68%),
    radial-gradient(circle at 50% 26%, rgba(199, 125, 255, 0.32), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(90, 24, 154, 0.16));
}

.play-testimonial {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid currentColor;
}

.play-testimonial.is-playing {
  background: var(--violet);
  color: var(--black);
}

.faq {
  background: #050507;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 44px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.faq summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: var(--violet);
  font-size: 24px;
}

.faq details[open] summary::after {
  content: "-";
}

.faq p {
  padding: 0 18px 18px;
}

.final-cta {
  background:
    radial-gradient(circle at 50% 30%, rgba(199, 125, 255, 0.26), transparent 30%),
    linear-gradient(135deg, #1d0430, #5a189a 42%, #050507);
}

.final-cta-inner {
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  align-content: center;
}

.final-cta p {
  max-width: 570px;
}

.cart-drawer,
.capture-popup {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.cart-drawer.is-open,
.capture-popup.is-open {
  pointer-events: auto;
  opacity: 1;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 430px);
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 18px;
  padding: 20px;
  background: #0b0b10;
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 260ms ease;
}

.cart-drawer.is-open .drawer-panel {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 10px;
  overflow: auto;
}

.empty-cart {
  color: var(--muted);
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.cart-line strong {
  font-size: 15px;
}

.cart-line span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.cart-upsell {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.drawer-footer {
  display: grid;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.capture-popup {
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.68);
}

.popup-card {
  position: relative;
  width: min(100%, 480px);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(18, 18, 24, 0.98), rgba(8, 8, 12, 0.98)),
    radial-gradient(circle at 85% 0%, rgba(199, 125, 255, 0.24), transparent 38%);
  box-shadow: var(--shadow);
  transform: translateY(20px);
  transition: transform 260ms ease;
}

.capture-popup.is-open .popup-card {
  transform: translateY(0);
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.popup-card p {
  color: var(--muted);
  line-height: 1.55;
}

.capture-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.capture-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.capture-form input {
  min-height: 50px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  outline: none;
}

.capture-form input:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(199, 125, 255, 0.18);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 300;
  min-height: 44px;
  max-width: min(92vw, 460px);
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(199, 125, 255, 0.5);
  border-radius: var(--radius);
  background: rgba(8, 8, 12, 0.94);
  color: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  font-weight: 800;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

@keyframes dash {
  to {
    stroke-dashoffset: -108;
  }
}

@keyframes carPulse {
  0%,
  100% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(-10px) translateY(-4px);
  }
}

@keyframes rotateCan {
  0% {
    transform: rotateY(-18deg) rotateX(2deg);
  }
  50% {
    transform: rotateY(18deg) rotateX(2deg);
  }
  100% {
    transform: rotateY(-18deg) rotateX(2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: var(--header-h);
    left: 14px;
    right: 14px;
    display: none;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(10, 10, 14, 0.96);
  }

  .nav-links.is-open {
    display: grid;
    gap: 4px;
  }

  .nav-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 8px;
  }

  .nav-cta {
    display: none;
  }

  .hero-content,
  .product-grid,
  .proof-grid,
  .subscription-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: end;
    padding-top: 44px;
  }

  .hero-car {
    right: -190px;
    bottom: 34vh;
    width: 900px;
    max-width: none;
    opacity: 0.64;
  }

  .hero-buy-panel {
    justify-self: start;
  }

  .product-grid {
    gap: 8px;
  }

  .bundle-panel {
    max-width: 560px;
  }

  .lifestyle-gallery,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  :root {
    --header-h: 66px;
  }

  .nav-shell {
    width: min(100% - 20px, var(--max));
  }

  .brand {
    font-size: 14px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-content {
    width: calc(100vw - 22px);
    max-width: calc(100vw - 22px);
    min-height: calc(100svh - var(--header-h));
    padding: 36px 0 34px;
  }

  .hero h1 {
    font-size: clamp(48px, 18vw, 76px);
  }

  .hero-copy p {
    font-size: 16px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-car {
    right: -360px;
    top: 230px;
    bottom: auto;
    width: 720px;
    opacity: 0.38;
  }

  .hero-buy-panel {
    width: calc(100vw - 22px);
    max-width: calc(100vw - 22px);
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    background: rgba(8, 8, 12, 0.9);
    overflow: hidden;
  }

  .hero-buy-panel h2 {
    font-size: 18px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .panel-copy {
    font-size: 14px;
  }

  .price-row {
    flex-wrap: wrap;
  }

  .hero-proof span {
    max-width: 100%;
  }

  .hero-proof {
    display: grid;
    justify-items: start;
  }

  #speedCanvas {
    opacity: 0.52;
  }

  .mini-can {
    width: 74px;
    height: 122px;
  }

  .section-inner {
    width: min(100% - 22px, var(--max));
    padding: 66px 0;
  }

  .hero-next-proof {
    margin-top: 14px;
    display: grid;
  }

  .proof-grid h2,
  .section-heading h2,
  .product-copy h2,
  .subscription h2,
  .final-cta h2 {
    font-size: clamp(34px, 12vw, 50px);
  }

  .proof-grid blockquote {
    padding-left: 14px;
    font-size: 17px;
  }

  .can-stage {
    min-height: 390px;
  }

  .rotating-can {
    height: 350px;
    width: 192px;
  }

  .can-flavor {
    font-size: 29px;
  }

  .benefit-grid,
  .lifestyle-gallery,
  .flavor-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: auto;
  }

  .lifestyle-card {
    min-height: 330px;
  }

  .subscription-layout {
    gap: 20px;
  }

  .drawer-panel {
    width: 100%;
  }

  .popup-card {
    padding: 22px;
  }
}
