:root {
  --bg: #f6f7f4;
  --surface: #ffffff;
  --line: rgba(34, 51, 43, 0.08);
  --line-strong: rgba(34, 51, 43, 0.12);
  --text: #121a23;
  --muted: #5d6774;
  --blue: #2f7a46;
  --blue-strong: #3e9a5b;
  --green-soft: #eef8ee;
  --red-soft: #fff2f2;
  --shadow: 0 14px 30px rgba(14, 24, 35, 0.07);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-shell { overflow: hidden; }
.section { padding: 68px 0; }

.section-problem,
.section-solution,
.section-what-you-get,
.section-how-it-works,
.section-who-its-for,
.section-outcome,
.section-faq {
  background: white;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  color: white;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg picture,
.hero-bg img,
.problem-image-wrap img,
.section-side-image img,
.section-left-image img,
.outcome-image-block img,
.outcome-side-fade img,
.faq-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.7), rgba(0,0,0,0.16) 56%, rgba(0,0,0,0.28));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 54px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 118px);
}

.section-index {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.section-index::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.64rem;
  content: attr(data-number);
}

.section-index.light { color: rgba(255,255,255,0.92); }
.section-index.dark { color: #0d4dd6; }

.hero-copy {
  padding-top: 94px;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 10ch;
}

.hero-copy h1 span {
  display: block;
  color: var(--blue-strong);
}
.hero-subheadline {
  max-width: 560px;
  font-size: 1.12rem;
  line-height: 1.6;
  color: rgba(245, 248, 252, 0.9);
  margin-bottom: 24px;
}

.mini-points,
.final-support-line {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  color: rgba(245,248,252,0.95);
  font-size: 0.96rem;
}

.final-support-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  text-align: center;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 16px 26px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), var(--blue-strong));
  color: white;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(31, 99, 240, 0.34);
}

.offer-preview-card {
  margin-top: 18px;
  max-width: 540px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  background: rgba(10, 18, 29, 0.82);
  box-shadow: 0 18px 40px rgba(8, 14, 24, 0.28);
  backdrop-filter: blur(10px);
}

.offer-preview-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.96);
  font-size: 0.9rem;
  font-weight: 700;
}

.section-offer-details {
  background: #0f1825;
  padding-top: 24px;
  padding-bottom: 72px;
}

.offer-preview-card-bottom {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
}

.offer-preview-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.15;
  color: #fff;
}

.offer-preview-card p,
.offer-preview-card li {
  color: rgba(245,248,252,0.92);
  line-height: 1.6;
  font-size: 1.08rem;
}

.offer-preview-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 14px;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-weight: 700;
}

.offer-action-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.offer-action-stack .secondary-cta {
  margin-top: 0;
}

.secondary-cta-ghost {
  background: transparent;
}

.telegram-fallback-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
}

.telegram-fallback-box p {
  margin: 0 0 10px;
}

.telegram-message-copy {
  width: 100%;
  min-height: 96px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(8, 14, 24, 0.72);
  color: #fff;
  font: inherit;
  resize: vertical;
}

.problem-section,
.solution-grid,
.what-strip-layout,
.how-grid,
.outcome-grid,
.faq-grid,
.who-two-boxes,
.footer-grid {
  display: grid;
}

.problem-section {
  grid-template-columns: 48% 52%;
  gap: 24px;
  align-items: start;
}

.problem-left-column,
.problem-right-column {
  display: grid;
}

.problem-left-column {
  gap: 16px;
  align-content: start;
}

.problem-right-column {
  gap: 12px;
  align-content: start;
  padding-top: 2px;
}

.problem-copy h2,
.solution-copy h2,
.what-copy h2,
.outcome-text h2,
.faq-center h2,
.final-cta-content h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.problem-copy h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 0.94;
  max-width: 12ch;
}

.problem-points,
.callout-card,
.soft-card,
.who-box,
.faq-row {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.problem-points {
  padding: 16px 22px;
}

.problem-points ul,
.who-box ul,
.outcome-text ul {
  margin: 0;
  padding-left: 20px;
}

.problem-points li,
.who-box li,
.outcome-text li {
  margin-bottom: 12px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 1rem;
}

.problem-image-wrap,
.section-side-image,
.section-left-image,
.outcome-image-block,
.outcome-side-fade,
.faq-right-image {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.problem-image-wrap {
  position: relative;
  aspect-ratio: 16 / 6.2;
  width: 100%;
  max-width: 430px;
  box-shadow: none;
  margin-top: 8px;
}

.problem-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0) 64%, rgba(255,255,255,0.58) 82%, #fff 100%);
}

.callout-card {
  padding: 14px 18px;
  text-align: center;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.38;
  color: #22313f;
}

.solution-grid {
  grid-template-columns: 60% 40%;
  align-items: center;
  gap: 36px;
}

.solution-copy,
.what-copy,
.how-copy,
.faq-center {
  text-align: center;
}

.solution-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}

.solution-copy .section-index {
  justify-self: start;
  margin-bottom: 18px;
}

.solution-copy::after {
  content: "";
  position: absolute;
  top: 12%;
  right: -44px;
  width: 130px;
  height: 76%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.section-blurb {
  max-width: 560px;
  margin: 14px auto 0;
  color: var(--muted);
  line-height: 1.66;
}

.three-card-grid,
.five-card-grid,
.step-line-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.three-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.five-card-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.step-line-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.soft-card {
  padding: 24px 18px;
  text-align: center;
  border-radius: 20px;
}

.compact-card { padding-inline: 14px; }

.icon-circle,
.step-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  margin-bottom: 14px;
  background: #edf3ff;
  color: var(--blue);
  font-weight: 900;
}

.soft-card h3,
.step-item h3,
.who-box h3,
.faq-row summary {
  margin: 0 0 10px;
  font-size: 1.06rem;
}

.soft-card p,
.step-item p,
.who-box p,
.faq-row p,
.site-footer p,
.site-footer a {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.section-side-image {
  position: relative;
  aspect-ratio: 16 / 10;
  max-height: 420px;
}

.solution-image-wrap {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.solution-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-side-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 28%);
}

.what-strip-layout {
  grid-template-columns: minmax(0, 0.12fr) minmax(0, 0.88fr);
  align-items: center;
  column-gap: 24px;
}

.what-strip-image {
  position: relative;
  aspect-ratio: 3 / 5.6;
  width: 100%;
  max-width: 120px;
  box-shadow: none;
}

.what-strip-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0) 18%, rgba(255,255,255,0.9) 78%, #fff 100%);
}

.what-copy {
  text-align: center;
}

.what-copy .section-index {
  justify-self: center;
  margin-bottom: 12px;
}

.what-strip-cards {
  margin-top: 18px;
  align-items: stretch;
}

.how-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.42fr);
  align-items: center;
}

.step-item {
  text-align: center;
}

.who-stack { text-align: left; }
.who-two-boxes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.who-box { padding: 26px 28px; }
.who-box-green { background: var(--green-soft); }
.who-box-red { background: var(--red-soft); }

.outcome-grid {
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
  align-items: center;
  column-gap: 36px;
}

.outcome-left-wrap {
  display: grid;
  gap: 18px;
}

.outcome-image-block {
  position: relative;
  aspect-ratio: 16 / 10;
}

.outcome-right-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  min-height: 100%;
}

.outcome-text {
  text-align: left;
  position: relative;
  z-index: 2;
  padding-right: 18%;
}

.outcome-text-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 28px;
}

.outcome-text-block h2 {
  margin-bottom: 8px;
}

.outcome-side-fade {
  position: absolute;
  top: 0;
  right: -10%;
  width: 44%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  z-index: 1;
}

.outcome-side-fade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.18) 42%, rgba(255,255,255,0) 100%);
}

.final-cta-band {
  background: linear-gradient(180deg, #0a121d, #0b1624);
  color: white;
  text-align: center;
}

.final-cta-content {
  max-width: 860px;
  margin: 0 auto;
}

.center-cta { margin: 22px auto 20px; }
.final-support-line {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: rgba(245,248,252,0.88);
}

.faq-grid {
  grid-template-columns: 56px minmax(0, 1fr) 200px;
  align-items: start;
  gap: 18px;
}

.faq-left-accent {
  min-height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #f2f7f2, #f6f8f5);
}

.faq-list { display: grid; gap: 10px; }
.faq-row { padding: 18px 20px; }
.faq-row summary { list-style: none; cursor: pointer; }
.faq-row summary::-webkit-details-marker { display: none; }
.faq-row p { margin-top: 10px; }

.faq-right-image {
  aspect-ratio: 3 / 4;
  max-height: 320px;
}

.site-footer {
  background: #0a121d;
  color: rgba(245,248,252,0.9);
  padding: 22px 0;
}

.footer-grid {
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  align-items: start;
  gap: 18px;
}

.site-footer strong {
  display: block;
  margin-bottom: 10px;
  color: white;
}

.site-footer a { display: block; margin-bottom: 8px; }

@media (max-width: 1100px) {
  .hero-grid,
  .problem-section,
  .solution-grid,
  .what-strip-layout,
  .how-grid,
  .outcome-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .three-card-grid { grid-template-columns: 1fr; }
  .five-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-line-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .who-two-boxes { grid-template-columns: 1fr; }

  .solution-copy::after,
  .section-side-image::before,
  .what-strip-image::after,
  .problem-image-wrap::after,
  .outcome-side-fade,
  .outcome-side-fade::after {
    display: none;
  }

  .solution-copy .section-index,
  .what-copy .section-index {
    justify-self: center;
  }

  .outcome-text {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .outcome-text-block {
    padding: 28px 32px;
  }
}

@media (max-width: 767px) {
  .offer-preview-card h3 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
  }

  .offer-preview-card p,
  .offer-preview-card li {
    font-size: 1.12rem;
  }

  .container { width: min(100%, calc(100% - 22px)); }
  .hero-section { min-height: 100svh; }
  .section { padding: 58px 0; }
  .hero-content { padding-bottom: 52px; }
  .hero-copy { padding-top: 44px; }

  .hero-bg picture,
  .hero-bg img {
    object-position: center center;
  }

  .hero-scrim {
    background: linear-gradient(180deg, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.52) 52%, rgba(0,0,0,0.72) 100%);
  }

  .hero-copy h1 { font-size: clamp(2.35rem, 10vw, 3.5rem); max-width: none; }
  .problem-copy h2,
  .solution-copy h2,
  .what-copy h2,
  .outcome-text h2,
  .faq-center h2,
  .final-cta-content h2 { font-size: clamp(1.9rem, 8vw, 2.4rem); max-width: none; }

  .mini-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .mini-points span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    background: rgba(8, 14, 24, 0.42);
    color: rgba(255,255,255,0.96);
    font-size: 0.98rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
  }

  .final-support-line {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .final-support-line span {
    width: auto;
    max-width: 100%;
  }

  .primary-cta { width: 100%; }
  .five-card-grid,
  .step-line-grid,
  .footer-grid { grid-template-columns: 1fr; }

  .what-strip-layout {
    display: flex;
    flex-direction: column;
  }

  .outcome-text-block {
    padding: 20px 16px;
  }

  .what-copy {
    order: 1;
  }

  .what-strip-image {
    order: 2;
    margin-top: 18px;
    max-width: none;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .section-left-image,
  .faq-right-image,
  .outcome-image-block,
  .section-side-image,
  .problem-image-wrap { aspect-ratio: 16 / 9; max-width: none; }
}
