:root {
  --green: #16a34a;
  --teal: #0f766e;
  --blue: #2563eb;
  --yellow: #f6c453;
  --coral: #ff6b4a;
  --ink: #17201d;
  --muted: #64726d;
  --line: #d8e6e2;
  --wash: #f6faf8;
  --surface: #ffffff;
  --deep: #103f39;
  --soft-green: #e9f8ef;
  --soft-blue: #edf4ff;
  --soft-yellow: #fff7df;
  --soft-coral: #fff0ec;
  --shadow: 0 18px 42px rgba(23, 32, 29, 0.13);
  --shadow-soft: 0 12px 28px rgba(23, 32, 29, 0.09);
  color: var(--ink);
  background: var(--wash);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--wash);
}

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

a {
  color: inherit;
}

.wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(216, 230, 226, 0.9);
  background: rgba(246, 250, 248, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--deep);
  color: #ffffff;
  font-size: 0.78rem;
}

.nav {
  display: flex;
  gap: 18px;
  color: #4d5f59;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
}

.hero,
.section {
  padding: 62px 18px;
}

.hero {
  padding-top: 34px;
  background:
    linear-gradient(135deg, rgba(233, 248, 239, 0.95), rgba(237, 244, 255, 0.86) 52%, rgba(255, 247, 223, 0.72)),
    var(--wash);
}

.section-white {
  background: #ffffff;
}

.hero-grid,
.split,
.visual-split,
.offer-grid,
.faq-grid {
  display: grid;
  gap: 34px;
}

.hero-grid,
.visual-split,
.offer-grid {
  align-items: center;
}

.badge,
.eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 0 14px;
  border-radius: 8px;
  color: var(--teal);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.badge {
  padding: 8px 10px;
  border: 1px solid #a8d9c3;
  background: rgba(255, 255, 255, 0.78);
}

.badge-dark {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #eafff5;
}

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

h1,
h2,
h3 {
  font-family: Manrope, Inter, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  margin-bottom: 18px;
  font-size: 3.52rem;
  line-height: 0.98;
}

h2 {
  max-width: 790px;
  margin-bottom: 16px;
  font-size: 2.32rem;
  line-height: 1.08;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.2;
}

.hero-lead,
.copy-stack p,
.section-heading p,
.offer-copy p,
.faq-list p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.58;
}

.hero-lead {
  max-width: 710px;
  margin-bottom: 22px;
}

.hero-points,
.audience-list {
  display: grid;
  gap: 10px;
}

.hero-points span,
.audience-list span {
  position: relative;
  padding: 13px 14px 13px 42px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #28443d;
  font-weight: 850;
  box-shadow: var(--shadow-soft);
}

.hero-points span::before,
.audience-list span::before,
.deliverables li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background: var(--green);
  transform: translateY(-50%);
}

.hero-media {
  display: grid;
  gap: 14px;
}

.hero-product,
.feature-image,
.kit-showcase figure,
.screens-grid figure,
.price-card figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.hero-product {
  padding: 12px;
}

.hero-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: contain;
  background: #ffffff;
}

.kit-showcase {
  margin-bottom: 22px;
}

.kit-showcase figure {
  background:
    linear-gradient(135deg, rgba(233, 248, 239, 0.8), rgba(237, 244, 255, 0.85)),
    #ffffff;
}

.kit-showcase img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

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

.button-primary {
  background: linear-gradient(180deg, #ff7657, var(--coral));
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(255, 107, 74, 0.3);
}

.button-secondary {
  width: max-content;
  border: 1px solid #a8d9c3;
  background: #ffffff;
  color: var(--teal);
  box-shadow: var(--shadow-soft);
}

.button-disabled {
  cursor: not-allowed;
}

.trust-copy,
.security-copy,
.timer-box small,
.stock-box span {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.hero-media .button {
  width: 100%;
}

.copy-stack {
  display: grid;
  gap: 14px;
}

.pain-grid,
.screens-grid,
.benefits-grid,
.testimonials-grid,
.bonus-grid {
  display: grid;
  gap: 14px;
}

.pain-grid {
  margin-top: 30px;
}

.pain-grid article,
.benefits-grid article,
.bonus-grid article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.pain-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.pain-grid span,
.bonus-grid span {
  display: inline-flex;
  width: max-content;
  min-width: 38px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--soft-yellow);
  color: #7c5700;
  font-size: 0.78rem;
  font-weight: 900;
}

.pain-grid strong {
  font-size: 1.05rem;
}

.pain-grid p,
.benefits-grid p,
.bonus-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.steps {
  display: grid;
  gap: 12px;
  margin: 8px 0;
}

.steps article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--deep);
  color: #ffffff;
  font-weight: 900;
}

.steps strong {
  display: block;
  margin-bottom: 4px;
}

.steps p {
  margin: 0;
  font-size: 0.95rem;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.screens-grid figure {
  display: grid;
  align-content: start;
}

.screens-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #f8fbff;
}

.screens-grid figcaption {
  min-height: 70px;
  padding: 13px 14px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

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

.benefits-grid article {
  padding: 20px;
}

.benefits-grid span {
  display: block;
  width: 38px;
  height: 6px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--coral);
}

.testimonials-grid article {
  display: grid;
  min-height: 265px;
  align-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fcfa);
  box-shadow: var(--shadow-soft);
}

.stars {
  color: #d99509;
  font-size: 1.03rem;
  letter-spacing: 0;
}

.testimonials-grid blockquote {
  margin: 0;
  color: #243b35;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.55;
}

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

.testimonials-grid strong {
  color: var(--deep);
  font-size: 1rem;
}

.testimonials-grid span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.bonus-grid article {
  display: grid;
  gap: 10px;
  min-height: 186px;
  padding: 18px;
}

.bonus-grid article:nth-child(3n + 1) {
  background: var(--soft-green);
}

.bonus-grid article:nth-child(3n + 2) {
  background: var(--soft-blue);
}

.bonus-grid article:nth-child(3n) {
  background: var(--soft-yellow);
}

.bonus-grid h3 {
  color: #123e38;
}

.audience-section {
  background: linear-gradient(180deg, #f6faf8, #eef8f3);
}

.offer-grid {
  align-items: stretch;
  padding: 22px;
  border-radius: 8px;
  background: var(--deep);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.offer-copy {
  padding: 6px;
}

.offer-copy h2 {
  color: #ffffff;
}

.offer-copy p {
  color: #d5eee7;
}

.deliverables {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.deliverables li {
  position: relative;
  padding-left: 30px;
  color: #f3fffb;
  line-height: 1.42;
}

.deliverables li::before {
  top: 0.72em;
  background: var(--yellow);
}

.price-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
}

.timer-box,
.stock-box {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 8px;
  background: var(--soft-coral);
}

.timer-box > span {
  color: #7f3325;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timer-box strong {
  color: var(--coral);
  font-size: 2.15rem;
  line-height: 1;
}

.stock-box div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.stock-box strong {
  color: var(--teal);
  font-size: 1.55rem;
}

.progress {
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #dfeae7;
}

.progress span {
  display: block;
  width: 71%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.price-card figure {
  box-shadow: none;
}

.price-card figure img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.launch {
  margin: 0;
  color: var(--deep);
  font-weight: 950;
  text-align: center;
}

.price-row {
  display: grid;
  justify-items: center;
  gap: 4px;
}

.price-row span {
  color: var(--muted);
  font-weight: 900;
  text-decoration: line-through;
}

.price-row strong {
  color: var(--deep);
  font-family: Manrope, Inter, Arial, Helvetica, sans-serif;
  font-size: 4.2rem;
  line-height: 0.95;
}

.faq-grid {
  align-items: start;
}

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

.faq-list details {
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px;
  color: var(--ink);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
}

.site-footer {
  padding: 26px 18px;
  background: #11241f;
  color: #d6eee6;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner span {
  max-width: 680px;
  color: #a7c6bd;
  font-size: 0.92rem;
  line-height: 1.42;
}

@media (min-width: 760px) {
  .hero-grid,
  .visual-split,
  .offer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  }

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

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

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

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

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

  .screens-grid .wide {
    grid-column: span 3;
  }
}

@media (max-width: 759px) {
  .nav {
    display: none;
  }

  .hero,
  .section {
    padding: 44px 16px;
  }

  .hero {
    padding-top: 22px;
    padding-bottom: 36px;
  }

  .hero-grid,
  .visual-split,
  .split,
  .offer-grid,
  .faq-grid {
    gap: 24px;
  }

  h1 {
    font-size: 2.24rem;
    line-height: 1.02;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero-lead,
  .copy-stack p,
  .section-heading p,
  .offer-copy p,
  .faq-list p {
    font-size: 1rem;
  }

  .hero-points {
    display: none;
  }

  .hero-product img {
    max-height: 258px;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    font-size: 0.94rem;
  }

  .screens-grid,
  .pain-grid,
  .benefits-grid,
  .testimonials-grid,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    padding: 16px;
  }

  .price-row strong {
    font-size: 3.55rem;
  }

  .footer-inner {
    display: grid;
  }
}
