:root {
  --ink: #101211;
  --carbon: #161918;
  --graphite: #232726;
  --paper: #ffffff;
  --soft: #f4f6f5;
  --line: rgba(255, 255, 255, 0.15);
  --text: #f8faf9;
  --muted: #b8c0bd;
  --subtle: #68726f;
  --wine: #7a2943;
  --green: #16a34a;
  --electric: #76f0a3;
  --blue: #2d63e2;
  --amber: #f59e0b;
  --red: #dc2626;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.product-topbar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 52px;
  background: rgba(16, 18, 17, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
.product-nav,
.visual-note,
.flow-pills,
.limit-list,
.footer-row,
.final-action {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
  font-weight: 950;
}

.brand-logo {
  display: block;
}

.brand-logo-full {
  width: 236px;
  height: 48px;
  object-fit: contain;
}

.brand-logo-mark {
  display: none;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.product-nav {
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.product-nav a,
.nav-cta,
.button,
.mobile-buy-bar a {
  text-decoration: none;
}

.product-nav a {
  border-radius: 7px;
  padding: 7px 12px;
  font-weight: 850;
}

.product-nav a:hover,
.product-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--paper);
  outline: none;
}

.nav-cta {
  border: 1px solid rgba(118, 240, 163, 0.22);
  border-radius: 8px;
  padding: 10px 16px;
  background: var(--green);
  color: var(--paper);
  font-weight: 950;
  box-shadow: 0 16px 42px rgba(22, 163, 74, 0.24);
}

.product-hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  grid-template-columns: minmax(620px, 940px) minmax(360px, 392px);
  justify-content: center;
  gap: 38px;
  align-items: center;
  overflow: hidden;
  padding: 106px 56px 70px;
  background: var(--ink);
}

.product-hero-bg,
.product-hero-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-hero-bg {
  object-fit: cover;
  object-position: 58% center;
  opacity: 0.5;
  filter: saturate(0.8) contrast(0.9) blur(0.5px);
  transform: scale(1.03);
  animation: productDrift 20s ease-in-out infinite alternate;
}

.product-hero-veil {
  background:
    linear-gradient(90deg, rgba(16, 18, 17, 0.82) 0%, rgba(16, 18, 17, 0.48) 50%, rgba(16, 18, 17, 0.92) 100%),
    linear-gradient(180deg, rgba(16, 18, 17, 0.16) 0%, rgba(16, 18, 17, 0.86) 100%);
}

.product-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 44px;
  right: 44px;
  bottom: 72px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(118, 240, 163, 0.5), transparent),
    repeating-linear-gradient(90deg, transparent 0, transparent 78px, rgba(255, 255, 255, 0.12) 78px, rgba(255, 255, 255, 0.12) 79px);
  opacity: 0.75;
}

.product-hero-visual,
.hero-buy-panel {
  position: relative;
  z-index: 2;
}

.product-hero-visual {
  width: 100%;
  height: 700px;
  justify-self: end;
  overflow: visible;
  transform: none;
  filter: drop-shadow(0 38px 84px rgba(0, 0, 0, 0.52));
}

.product-hero-visual::before {
  display: none;
}

#product-3d {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.visual-note {
  position: absolute;
  z-index: 3;
  left: 8%;
  bottom: 8%;
  flex-wrap: wrap;
  gap: 10px;
}

.visual-note span,
.limit-list span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 8px 12px;
  background: rgba(16, 18, 17, 0.62);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 950;
}

.hero-buy-panel {
  width: 100%;
  max-width: 392px;
  justify-self: start;
  margin-left: 0;
  border: 1px solid rgba(16, 18, 17, 0.08);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.hero-buy-panel::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--amber));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-buy-panel h1 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.06;
}

.hero-subtitle {
  margin: 16px 0 0;
  color: #48514e;
  font-size: 16px;
}

.hero-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-top: 20px;
  border-top: 1px solid rgba(16, 18, 17, 0.1);
  border-bottom: 1px solid rgba(16, 18, 17, 0.1);
  padding: 15px 0;
}

.hero-price-row span,
.delivery-note,
.hero-included li {
  color: #5f6966;
}

.hero-price-row span {
  font-weight: 850;
}

.hero-price-row strong {
  color: var(--ink);
  font-size: 50px;
  line-height: 0.94;
}

.button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 950;
  white-space: nowrap;
}

.button.primary {
  background: var(--green);
  color: var(--paper);
  box-shadow: 0 18px 50px rgba(22, 163, 74, 0.26);
}

.button.full {
  width: 100%;
  margin-top: 22px;
}

.hero-included {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hero-included li {
  position: relative;
  padding-left: 26px;
  font-weight: 820;
}

.hero-included li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--green);
  border-radius: 4px;
}

.delivery-note {
  margin: 16px 0 0;
  font-size: 13px;
}

.product-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.product-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(122, 41, 67, 0.18), transparent 42%, rgba(45, 99, 226, 0.1));
}

.product-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.flow-section {
  background:
    linear-gradient(90deg, rgba(122, 41, 67, 0.42), rgba(16, 18, 17, 0.98) 44%, rgba(22, 163, 74, 0.12)),
    var(--carbon);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.flow-layout {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(560px, 1.12fr);
  gap: 50px;
  align-items: center;
  padding: 82px 0;
}

.flow-copy,
.limits-copy {
  max-width: 520px;
}

h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.12;
}

h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.16;
}

.flow-copy p,
.section-heading p,
.content-grid p,
.limits-copy p,
.final-buy-shell p,
details p {
  color: var(--muted);
  font-size: 17px;
}

.flow-board {
  position: relative;
  min-height: 354px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(16, 18, 17, 0.48);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.26);
}

.source-card,
.decision-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28);
}

.source-card {
  top: 28px;
  left: 28px;
  width: 250px;
  min-height: 236px;
  padding: 18px;
}

.mini-logo {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--electric);
  font-size: 13px;
  font-weight: 950;
}

.source-card strong,
.source-card small {
  display: block;
}

.source-card strong {
  margin-top: 14px;
  font-size: 18px;
}

.source-card small {
  margin: 2px 0 16px;
  color: var(--subtle);
  font-weight: 750;
}

.mini-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  border: 1px solid #e3e7e6;
  border-radius: 8px;
  padding: 8px;
  color: #3e4643;
  font-size: 12px;
  font-weight: 850;
}

.mini-line i {
  width: 12px;
  height: 12px;
  border: 2px solid var(--green);
  border-radius: 4px;
}

.flow-pills {
  position: absolute;
  top: 32px;
  left: 320px;
  right: 26px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 18px;
}

.flow-pills span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 850;
  animation: pillFloat 5.8s ease-in-out infinite;
}

.flow-pills span:nth-child(2),
.flow-pills span:nth-child(5) {
  animation-delay: 0.7s;
}

.flow-pills span:nth-child(3),
.flow-pills span:nth-child(6) {
  animation-delay: 1.3s;
}

.flow-connector {
  position: absolute;
  left: 276px;
  top: 142px;
  width: 250px;
  height: 118px;
  border-left: 2px dashed rgba(255, 255, 255, 0.24);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.24);
  border-radius: 0 0 0 8px;
}

.flow-connector::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: var(--electric);
  box-shadow: 0 0 28px rgba(118, 240, 163, 0.48);
  animation: pulsePoint 2.7s ease-in-out infinite;
}

.decision-card {
  right: 28px;
  bottom: 28px;
  width: 430px;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 10px;
  align-items: center;
  padding: 18px;
}

.decision-card strong {
  font-size: 16px;
}

.decision-card span {
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 950;
}

.decision-card span:nth-child(2) {
  background: var(--green);
}

.decision-card span:nth-child(3) {
  background: var(--amber);
}

.decision-card span:nth-child(4) {
  background: var(--red);
}

.content-section,
.limits-section {
  background: var(--ink);
}

.content-section .product-inner,
.limits-section .product-inner,
.final-buy .product-inner {
  padding: 82px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
}

.section-heading.center {
  text-align: center;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.content-grid article,
details {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
}

.content-grid article {
  min-height: 228px;
  padding: 22px;
}

.content-grid svg {
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  color: var(--electric);
}

.content-grid path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-table-wrap {
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.product-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.product-table th,
.product-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: top;
}

.product-table th {
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-table td {
  color: var(--muted);
}

.product-table td:first-child,
.product-table td:nth-child(3) {
  color: var(--paper);
  font-weight: 950;
}

.product-table tr:last-child td {
  border-bottom: 0;
}

.limits-section {
  background:
    linear-gradient(135deg, rgba(122, 41, 67, 0.26), rgba(16, 18, 17, 0.98) 48%, rgba(45, 99, 226, 0.1)),
    var(--carbon);
  border-top: 1px solid var(--line);
}

.limits-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 50px;
  align-items: start;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

details {
  padding: 22px;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
}

.final-buy {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(122, 41, 67, 0.28), rgba(16, 18, 17, 0.98) 48%, rgba(45, 99, 226, 0.14)),
    var(--ink);
  border-top: 1px solid var(--line);
}

.final-buy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.08) 50%, transparent 100%),
    repeating-linear-gradient(90deg, transparent 0, transparent 128px, rgba(255, 255, 255, 0.035) 128px, rgba(255, 255, 255, 0.035) 129px);
  opacity: 0.62;
  pointer-events: none;
}

.final-buy-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) minmax(260px, 0.46fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(16, 18, 17, 0.68);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.final-buy-shell::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--amber));
}

.final-copy,
.final-manifest,
.final-action {
  position: relative;
  z-index: 2;
  min-height: 246px;
  padding: 30px;
}

.final-copy {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.final-copy h2 {
  font-size: 29px;
}

.final-copy p {
  margin-bottom: 0;
}

.final-manifest {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.final-manifest div {
  display: grid;
  grid-template-columns: 42px minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
}

.final-manifest div:last-child {
  border-bottom: 0;
}

.final-manifest span {
  color: var(--electric);
  font-size: 13px;
  font-weight: 950;
}

.final-manifest strong {
  color: var(--paper);
  font-size: 18px;
}

.final-manifest p {
  margin: 0;
}

.final-action {
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 242, 238, 0.94));
  color: var(--ink);
  box-shadow:
    -18px 0 50px rgba(0, 0, 0, 0.18),
    inset 1px 0 0 rgba(255, 255, 255, 0.82);
}

.final-action span {
  color: var(--subtle);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.final-action strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 54px;
  line-height: 1;
}

.final-action .button {
  width: 100%;
  margin-top: 20px;
}

.final-action small {
  display: block;
  margin-top: 14px;
  color: var(--subtle);
  font-size: 13px;
}

.product-footer {
  background: #0c0e0d;
  color: var(--muted);
}

.product-footer > .product-inner.footer-row {
  display: none;
}

.footer-shell {
  padding: 34px 0 30px;
  font-size: 14px;
}

.footer-grid,
.footer-links,
.footer-contact,
.footer-bottom {
  display: grid;
}

.footer-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.8fr) minmax(200px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.footer-brand-block strong {
  display: block;
  color: var(--paper);
  font-size: 18px;
}

.footer-brand-block p,
.footer-contact p,
.footer-bottom p {
  margin: 0;
}

.footer-brand-block p:last-child {
  margin-top: 12px;
}

.footer-kicker {
  margin: 0 0 8px;
  color: var(--electric);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-links {
  gap: 10px;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 850;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--paper);
  outline: none;
}

.footer-contact {
  gap: 10px;
}

.footer-bottom {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-row {
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  font-size: 14px;
}

.footer-row p {
  margin: 0;
}

.mobile-buy-bar {
  display: none;
}

[data-reveal] {
  transform: translateY(22px);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

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

@keyframes productDrift {
  from {
    transform: scale(1.02) translateX(0);
  }

  to {
    transform: scale(1.055) translateX(-12px);
  }
}

@keyframes pillFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes pulsePoint {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.75;
  }

  50% {
    transform: scale(1.32);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .product-topbar {
    padding: 12px 28px;
  }

  .product-hero,
  .flow-layout,
  .limits-layout {
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding: 104px 28px 66px;
    gap: 24px;
  }

  .product-hero-visual {
    justify-self: start;
    width: 100%;
    height: 460px;
    transform: none;
  }

  .hero-buy-panel {
    max-width: 720px;
    justify-self: start;
    margin-left: 0;
  }

  h2 {
    font-size: 29px;
  }

  .flow-layout {
    min-height: auto;
  }

  .flow-copy,
  .limits-copy {
    max-width: 760px;
  }

  .content-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .product-topbar {
    position: absolute;
    padding: 12px 18px;
  }

  .product-nav {
    display: none;
  }

  .nav-cta {
    padding: 8px 10px;
  }

  .brand-logo-full {
    display: none;
  }

  .brand-logo-mark {
    display: block;
  }

  .product-hero {
    min-height: 90svh;
    padding: 84px 18px 48px;
    gap: 24px;
  }

  .product-hero::after {
    left: 18px;
    right: 18px;
    bottom: 34px;
  }

  .product-hero-bg {
    object-position: 68% center;
    opacity: 0.42;
    filter: saturate(0.8) contrast(0.9) blur(0.8px);
  }

  .product-hero-veil {
    background:
      linear-gradient(90deg, rgba(16, 18, 17, 0.96) 0%, rgba(16, 18, 17, 0.82) 68%, rgba(16, 18, 17, 0.72) 100%),
      linear-gradient(180deg, rgba(16, 18, 17, 0.24) 0%, rgba(16, 18, 17, 0.82) 100%);
  }

  .product-hero-visual {
    width: 100%;
    height: 300px;
    order: 2;
  }

  .product-hero-visual::before {
    display: none;
  }

  .visual-note {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .hero-buy-panel {
    padding: 22px;
    order: 1;
  }

  .hero-buy-panel h1 {
    font-size: 29px;
  }

  .hero-subtitle,
  .flow-copy p,
  .section-heading p,
  .content-grid p,
  .limits-copy p,
  .final-buy-shell p,
  details p {
    font-size: 16px;
  }

  .hero-price-row strong {
    font-size: 48px;
  }

  .product-inner {
    width: calc(100% - 36px);
  }

  .flow-layout,
  .content-section .product-inner,
  .limits-section .product-inner,
  .final-buy .product-inner {
    padding: 66px 0;
  }

  .flow-board {
    min-height: auto;
    padding: 18px;
  }

  .source-card,
  .decision-card,
  .flow-pills,
  .flow-connector {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .flow-pills {
    margin: 18px 0;
  }

  .flow-connector {
    width: 100%;
    height: 42px;
    border-left: 2px dashed rgba(255, 255, 255, 0.22);
    border-bottom: 0;
    margin-left: 50%;
  }

  .flow-connector::after {
    left: -7px;
    right: auto;
    bottom: -2px;
  }

  .decision-card {
    grid-template-columns: 1fr;
  }

  .decision-card span {
    text-align: center;
  }

  .content-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .content-grid article {
    min-height: auto;
  }

  .final-buy-shell {
    grid-template-columns: 1fr;
  }

  .final-copy,
  .final-manifest,
  .final-action {
    min-height: auto;
    padding: 24px;
    border-right: 0;
  }

  .final-copy,
  .final-manifest {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .final-manifest div {
    grid-template-columns: 36px 1fr;
  }

  .final-manifest p {
    grid-column: 2;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    padding-bottom: 92px;
  }

  .mobile-buy-bar {
    position: fixed;
    z-index: 60;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 10px;
    background: rgba(16, 18, 17, 0.92);
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .mobile-buy-bar.is-hidden {
    transform: translateY(calc(100% + 28px));
    opacity: 0;
    pointer-events: none;
  }

  .mobile-buy-bar span {
    padding: 0 8px;
    color: var(--paper);
    font-weight: 950;
  }

  .mobile-buy-bar a {
    border-radius: 8px;
    padding: 11px 14px;
    background: var(--green);
    color: var(--paper);
    font-weight: 950;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .product-hero-bg,
  .flow-pills span,
  .flow-connector::after,
  [data-reveal] {
    animation: none;
    transition: none;
  }

  [data-reveal] {
    transform: none;
    opacity: 1;
  }
}

body {
  --scroll-progress: 0;
}

body.is-loading,
body.nav-open {
  overflow: hidden;
}

.loading-screen {
  position: fixed;
  z-index: 130;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(122, 41, 67, 0.22), transparent 36%, rgba(45, 99, 226, 0.18) 100%),
    rgba(16, 18, 17, 0.98);
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

body.is-ready .loading-screen {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-screen__inner {
  width: min(420px, 100%);
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
}

.loading-screen__logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(22, 163, 74, 0.22));
}

.loading-screen__copy {
  display: grid;
  gap: 6px;
}

.loading-screen__copy span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.loading-screen__copy strong {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.loading-screen__bar {
  width: min(240px, 100%);
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.loading-screen__bar i {
  display: block;
  width: 48%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--amber));
  animation: loaderSweep 1.15s ease-in-out infinite;
}

.scroll-progress {
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform-origin: 0 50%;
  transform: scaleX(var(--scroll-progress));
  background: linear-gradient(90deg, var(--green), var(--blue), var(--amber));
  box-shadow: 0 0 24px rgba(118, 240, 163, 0.34);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-toggle {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.04);
  color: var(--paper);
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.nav-toggle span + span {
  margin-top: 3px;
}

.product-topbar,
.product-nav a,
.nav-cta,
.button,
.content-grid article,
.product-table-wrap,
.flow-board,
.hero-buy-panel,
.final-buy-shell,
details {
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    color 0.28s ease;
}

.product-topbar.is-compact {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(16, 18, 17, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.product-nav a.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(118, 240, 163, 0.22);
}

[data-parallax] {
  --parallax-y: 0px;
  will-change: transform;
}

.product-hero-bg {
  transform: translate3d(0, var(--parallax-y), 0) scale(1.05);
  animation: none;
  transition: transform 0.18s linear, filter 0.3s ease, opacity 0.3s ease;
}

.product-hero-visual {
  transform: translate3d(0, var(--parallax-y), 0);
  transition: transform 0.18s linear, filter 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .product-nav a:hover,
  .nav-cta:hover,
  .button:hover,
  .content-grid article:hover,
  .product-table-wrap:hover,
  .flow-board:hover,
  .hero-buy-panel:hover,
  .final-buy-shell:hover,
  details:hover {
    transform: translateY(-4px) scale(1.015);
  }

  .product-hero-visual:hover {
    filter: drop-shadow(0 46px 98px rgba(0, 0, 0, 0.58));
  }
}

@media (max-width: 760px) {
  .product-topbar {
    position: fixed;
  }

  .topbar-actions {
    margin-left: auto;
  }

  .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: grid;
  }

  .product-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 18px;
    right: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 18px;
    padding: 14px;
    background: rgba(16, 18, 17, 0.94);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
  }

  body.nav-open .product-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .product-nav a {
    padding: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loading-screen__bar i,
  .scroll-progress,
  .product-hero-bg,
  .product-hero-visual,
  .product-nav,
  .nav-toggle span {
    animation: none;
    transition: none;
  }
}

@keyframes loaderSweep {
  0% {
    transform: translateX(-90%);
  }

  100% {
    transform: translateX(210%);
  }
}

.product-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 20%, rgba(45, 99, 226, 0.1), transparent 24%),
    radial-gradient(circle at 66% 82%, rgba(245, 158, 11, 0.06), transparent 18%);
  opacity: 0.66;
}

.product-hero-veil {
  background:
    radial-gradient(circle at 70% 24%, rgba(255, 255, 255, 0.1), transparent 24%),
    linear-gradient(90deg, rgba(16, 18, 17, 0.92) 0%, rgba(16, 18, 17, 0.54) 48%, rgba(16, 18, 17, 0.94) 100%),
    linear-gradient(180deg, rgba(16, 18, 17, 0.08) 0%, rgba(16, 18, 17, 0.9) 100%);
}

.product-hero::after {
  display: none;
}

.product-hero-visual::after {
  display: none;
}

.hero-buy-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 249, 0.95)),
    rgba(255, 255, 255, 0.96);
}

.product-section::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(122, 41, 67, 0.12), transparent 24%),
    radial-gradient(circle at 84% 24%, rgba(45, 99, 226, 0.08), transparent 20%),
    linear-gradient(90deg, rgba(122, 41, 67, 0.18), transparent 42%, rgba(45, 99, 226, 0.1));
}

.product-section::after {
  display: none;
}

.flow-section,
.content-section,
.limits-section,
.final-buy {
  overflow: hidden;
}

.hero-buy-panel h1,
.flow-copy h2,
.section-heading h2,
.limits-copy h2,
.final-copy h2 {
  text-wrap: balance;
}

@media (max-width: 760px) {
  .product-hero::after {
    display: none;
  }
}
