:root {
  --bg: #080b10;
  --panel: #111722;
  --panel-2: #171f2c;
  --paper: #f7f2e7;
  --paper-2: #eee5d3;
  --text: #f8f4eb;
  --ink: #161514;
  --muted: #b9b2a6;
  --muted-dark: #655f56;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(22, 21, 20, 0.12);
  --gold: #f5bd45;
  --gold-2: #ffdb7b;
  --blue: #1a9bd7;
  --red: #dc514b;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

button {
  font: inherit;
}

.container {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 0 auto;
}

.narrow {
  max-width: 880px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(20px, 4vw, 54px);
  background: rgba(8, 11, 16, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  object-fit: cover;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
}

.brand-main {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-sub {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav a:hover,
.text-link:hover {
  color: var(--gold);
}

.topbar .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 0 24px;
  cursor: pointer;
  color: #17120a;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  box-shadow: 0 16px 34px rgba(245, 189, 69, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow: 0 20px 42px rgba(245, 189, 69, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.94rem;
}

.button-wide {
  width: 100%;
}

.section-button {
  margin-top: 28px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(820px, calc(100vh - 74px));
  padding: clamp(42px, 5vw, 68px) 0 clamp(44px, 6vw, 74px);
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.98) 0%, rgba(8, 11, 16, 0.82) 45%, rgba(8, 11, 16, 0.62) 100%),
    radial-gradient(circle at 72% 32%, rgba(245, 189, 69, 0.28), transparent 28%),
    radial-gradient(circle at 88% 70%, rgba(220, 81, 75, 0.22), transparent 32%),
    radial-gradient(circle at 12% 18%, rgba(26, 155, 215, 0.22), transparent 28%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(8, 11, 16, 0), var(--bg));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(390px, 0.83fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.hero-grid > *,
.split > *,
.offer-box > * {
  min-width: 0;
}

.tag,
.section-label {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 4.5vw, 4.55rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.94;
}

h1 .headline-line {
  display: block;
}

h1 .mobile-break {
  display: inline;
}

.highlight-word {
  color: var(--gold);
  text-shadow: 0 0 24px rgba(245, 189, 69, 0.38);
}

.highlight-word.alt {
  color: #74d7ff;
  text-shadow: 0 0 26px rgba(26, 155, 215, 0.46);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
  line-height: 1.14;
}

.lead {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.text-link {
  color: var(--muted);
  font-weight: 850;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 13px;
  color: #ded6c8;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-product {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: clamp(16px, 2.4vw, 26px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(26, 155, 215, 0.16), rgba(220, 81, 75, 0.14));
  box-shadow: var(--shadow);
}

.hero-product {
  max-width: 560px;
  width: 100%;
  justify-self: end;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 18% 10% 4%;
  border-radius: 50%;
  background: rgba(245, 189, 69, 0.18);
  filter: blur(50px);
}

.hero-product img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.42);
}

.price-chip {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(247, 242, 231, 0.94);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.price-chip span {
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.price-chip strong {
  font-size: 1.32rem;
  line-height: 1;
}

.product-strip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(8, 11, 16, 0.72);
}

.product-strip strong {
  color: var(--gold);
  white-space: nowrap;
}

.product-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section-pad {
  padding: clamp(62px, 8vw, 112px) 0;
}

.problem,
.kit,
.bonus,
.steps-section {
  color: var(--text);
  background:
    radial-gradient(circle at 14% 18%, rgba(245, 189, 69, 0.13), transparent 26%),
    radial-gradient(circle at 88% 48%, rgba(26, 155, 215, 0.12), transparent 30%),
    linear-gradient(180deg, #080b10, #101622);
}

.problem .section-label,
.kit .section-label,
.bonus .section-label,
.steps-section .section-label {
  color: var(--gold);
}

.problem p,
.kit p,
.bonus p,
.steps-section p {
  color: var(--muted);
}

.narrow > p {
  font-size: 1.12rem;
}

.problem-box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.problem-copy p {
  max-width: 620px;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.pain-grid article {
  min-height: 176px;
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  padding: 22px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  font-weight: 950;
}

.pain-grid article span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  background: rgba(220, 81, 75, 0.88);
  font-weight: 950;
}

.pain-grid article p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.solution,
.spreadsheet,
.audience {
  background: linear-gradient(180deg, #080b10, #101622);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.split p {
  color: var(--muted);
  font-size: 1.08rem;
}

.clean-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 30px;
  color: inherit;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36em;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: var(--gold);
}

.kit-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.kit-list article {
  grid-column: span 3;
  min-height: 210px;
  border: 1px solid rgba(245, 189, 69, 0.35);
  border-radius: 16px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(245, 189, 69, 0.14), rgba(255, 255, 255, 0.04)),
    var(--panel-2);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.kit-list span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gold);
  font-weight: 950;
}

.kit-list h3 {
  color: var(--text);
}

.kit-list article:nth-child(n + 5) {
  grid-column: span 4;
}

.bonus-box {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.bonus-copy p {
  max-width: 590px;
  font-size: 1.08rem;
}

.bonus-stack {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.bonus-stack article {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px;
  background: rgba(8, 11, 16, 0.58);
}

.bonus-stack h3,
.bonus-stack p {
  margin: 0;
}

.bonus-stack p {
  color: var(--muted);
}

.bonus-stack p strong {
  color: var(--text);
  text-decoration: line-through;
}

.bonus-stack b {
  border-radius: 999px;
  padding: 8px 12px;
  color: #17120a;
  background: var(--gold);
  font-size: 0.9rem;
}

.status {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #0d1912;
  background: #6ce49d;
  font-weight: 950;
}

.bonus-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  border-radius: 16px;
  padding: 18px;
  color: var(--text);
  background: linear-gradient(135deg, rgba(245, 189, 69, 0.2), rgba(26, 155, 215, 0.08));
  font-weight: 900;
}

.zero-price {
  color: var(--gold);
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.spreadsheet-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.spreadsheet-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.sheet-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 26px 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.sheet-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: sheet-marquee 34s linear infinite;
}

.sheet-card {
  flex: 0 0 clamp(300px, 44vw, 620px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(8, 11, 16, 0.74);
  opacity: 0.45;
  transform: scale(0.92);
}

.sheet-card img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  object-position: top left;
}

.sheet-card figcaption {
  padding: 13px 16px;
  color: var(--gold);
  font-weight: 950;
}

@keyframes sheet-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--panel);
}

.audience-card.bad {
  background: #17151a;
}

.audience-card.bad .clean-list li::before {
  background: var(--red);
}

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

.steps article {
  min-height: 138px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  padding: 20px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.065);
  font-weight: 850;
}

.steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 10px;
  color: #17120a;
  background: var(--gold);
  font-weight: 950;
}

.testimonials {
  overflow: hidden;
  background:
    linear-gradient(180deg, #080b10, #101722 52%, #080b10);
}

.testimonials .section-head {
  max-width: 760px;
}

.feedback-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 8px 0;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.feedback-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: feedback-marquee 42s linear infinite;
}

.feedback-card {
  display: flex;
  flex: 0 0 clamp(290px, 31vw, 410px);
  min-height: 252px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(245, 189, 69, 0.28);
  border-radius: 16px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(245, 189, 69, 0.12), rgba(255, 255, 255, 0.035)),
    var(--panel-2);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.feedback-card p {
  margin-bottom: 22px;
  color: #e7dfd1;
  font-size: 1rem;
  line-height: 1.58;
}

.feedback-card footer {
  display: grid;
  gap: 3px;
}

.feedback-card strong {
  color: var(--gold);
  font-size: 1rem;
}

.feedback-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

@keyframes feedback-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.notice {
  padding: 26px 0;
  color: var(--ink);
  background: var(--gold);
}

.notice-box {
  display: flex;
  gap: 12px;
  align-items: center;
}

.notice strong {
  white-space: nowrap;
  font-weight: 950;
}

.offer {
  background:
    radial-gradient(circle at 20% 20%, rgba(245, 189, 69, 0.18), transparent 28%),
    linear-gradient(180deg, #080b10, #111722);
}

.offer-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(24px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.offer-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.offer-timer {
  display: flex;
  min-height: 42px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1 1 190px;
  gap: 10px;
  border: 1px solid rgba(245, 189, 69, 0.9);
  border-radius: 999px;
  padding: 8px 14px;
  color: #1f1707;
  background: linear-gradient(135deg, #fff8dc 0%, #f5bd45 58%, #ffc94d 100%);
  box-shadow: 0 14px 28px rgba(245, 189, 69, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  font-weight: 950;
}

.offer-timer span {
  white-space: nowrap;
}

.offer-timer strong {
  color: #8f2f0c;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

.guarantee-inline {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
}

.checkout-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 28px;
  color: var(--ink);
  background: var(--paper);
}

.checkout-offer-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.discount-badge {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, #c93531, #ff7a35);
  box-shadow: 0 14px 30px rgba(220, 81, 75, 0.28);
  font-size: 1.04rem;
  font-weight: 950;
  text-transform: uppercase;
  animation: pulse-discount 1.35s ease-in-out infinite;
}

.value-stack {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  border: 1px solid rgba(22, 21, 20, 0.12);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--muted-dark);
  font-size: 0.94rem;
  font-weight: 800;
}

.value-stack strong {
  color: var(--ink);
  font-size: 1.02rem;
}

@keyframes pulse-discount {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.07);
  }
}

.old-price {
  margin-bottom: 4px;
  color: var(--muted-dark);
  font-weight: 850;
  text-decoration: line-through;
}

.price {
  margin-bottom: 20px;
  color: #161514;
  font-size: clamp(3.9rem, 8vw, 5.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
}

.savings-line {
  margin: -6px 0 10px;
  color: #146c33;
  font-weight: 950;
}

.recent-buyers {
  margin-bottom: 18px;
  border: 1px solid rgba(20, 108, 51, 0.22);
  border-radius: 12px;
  padding: 10px 12px;
  color: #114f28;
  background: rgba(20, 108, 51, 0.08);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.35;
}

.checkout-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted-dark);
  text-align: center;
  font-weight: 700;
}

.faq {
  color: var(--ink);
  background: var(--paper);
}

.faq .section-label {
  color: #9a6516;
}

.faq p {
  color: var(--muted-dark);
}

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

details {
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: #fffaf0;
}

summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

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

summary::after {
  content: "+";
  color: #a66b14;
  font-size: 1.35rem;
}

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

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.final-cta {
  padding: clamp(56px, 7vw, 90px) 0;
  text-align: center;
  background: #080b10;
}

.final-box {
  max-width: 780px;
}

.final-box p {
  color: var(--muted);
  font-size: 1.12rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 26px 20px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    #080b10;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero-grid,
  .split,
  .spreadsheet-grid,
  .offer-box,
  .problem-box,
  .bonus-box {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-product {
    max-width: 720px;
    margin: 0 auto;
    justify-self: center;
  }

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

  .kit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kit-list article,
  .kit-list article:nth-child(n + 5) {
    grid-column: auto;
  }

  .kit-list article:last-child {
    grid-column: 1 / -1;
  }

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

@media (max-width: 680px) {
  .container,
  .narrow {
    width: calc(100% - 28px);
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .topbar {
    display: flex;
    justify-content: flex-start;
    padding: 12px 14px;
  }

  .brand {
    text-align: left;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-sub {
    display: none;
  }

  .topbar .button {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 44px;
    text-align: center;
  }

  .hero-copy,
  .hero-product,
  .lead,
  .hero-actions,
  .trust-row {
    width: 100%;
    max-width: 356px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-product {
    max-width: 330px;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    justify-self: center;
  }

  .hero-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  h1 {
    max-width: 356px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    font-size: clamp(3rem, 13.4vw, 3.75rem);
    line-height: 0.88;
  }

  h1 .mobile-break,
  h1 .headline-line {
    display: block;
  }

  h1 .highlight-word.alt {
    display: block;
  }

  .tag,
  .section-label {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .tag {
    max-width: 300px;
    margin-bottom: 12px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero .lead {
    max-width: 310px;
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.55;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-actions {
    align-items: stretch;
    justify-content: center;
    gap: 14px;
  }

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

  .hero-actions .button {
    width: min(100%, 330px);
    max-width: 330px;
    min-height: 54px;
    padding: 10px 14px;
    font-size: 0.98rem;
    white-space: normal;
    line-height: 1.15;
  }

  .text-link {
    display: inline-flex;
    justify-content: center;
    font-size: 0.94rem;
  }

  .price-chip {
    position: static;
    width: fit-content;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
  }

  .trust-row {
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .trust-row span {
    width: fit-content;
    max-width: 100%;
  }

  .product-strip,
  .notice-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-strip strong,
  .notice strong {
    white-space: normal;
  }

  .kit-list,
  .audience-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .kit-list article:last-child {
    grid-column: auto;
  }

  .pain-grid,
  .bonus-stack article {
    grid-template-columns: 1fr;
  }

  .problem,
  .solution,
  .kit,
  .bonus,
  .testimonials,
  .spreadsheet,
  .audience,
  .steps-section,
  .offer,
  .faq,
  .final-cta {
    text-align: center;
  }

  .clean-list li {
    text-align: left;
  }

  .pain-grid article,
  .bonus-stack article {
    justify-items: center;
    text-align: center;
  }

  .offer-timer,
  .guarantee-inline {
    margin-right: auto;
    margin-left: auto;
  }

  .kit-list article,
  .steps article,
  .pain-grid article {
    min-height: auto;
  }

  .sheet-carousel {
    width: 100%;
    margin-top: 18px;
    padding: 18px 0;
  }

  .sheet-card {
    flex-basis: 300px;
  }

  .sheet-card img {
    aspect-ratio: 16 / 10;
  }

  .checkout-card {
    padding: 22px;
  }

  .feedback-carousel {
    width: 100%;
    margin-top: 18px;
    padding: 4px 0;
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  }

  .feedback-card {
    flex-basis: 286px;
    min-height: 292px;
    padding: 20px;
    text-align: left;
  }
}

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

  .button {
    transition: none;
  }

  .sheet-track,
  .feedback-track,
  .discount-badge {
    animation: none;
  }
}
