/* NMX Course – Digitalize-style dark funnel. Top-quality conversion. */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #0a0a0a;
  color: #e5e5e5;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-narrow {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

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

/* Scroll reveal – animated on enter viewport */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal.reveal-delay-1 { transition-delay: 0.1s; }
.reveal.reveal-delay-2 { transition-delay: 0.2s; }
.reveal.reveal-delay-3 { transition-delay: 0.3s; }

/* Header – dark, minimal */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.9);
  border-bottom: 1px solid rgba(39, 39, 42, 0.8);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lang-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 0.6rem;
  padding: 0.4rem 0.65rem;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}

.lang-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.lang-btn.active {
  background: #2563eb;
  border-color: #2563eb;
}

.logo {
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.logo:hover {
  color: #f97316;
}

/* Buttons – blue primary (Digitalize), outline secondary */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.btn-primary {
  background: #2563eb;
  color: #fff;
}

.btn-primary:hover {
  background: #1d4ed8;
  color: #fff;
  transform: translateY(-1px);
}

.btn:active {
  transform: scale(0.98);
}

a.btn {
  -webkit-tap-highlight-color: rgba(37, 99, 235, 0.3);
  touch-action: manipulation;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-secondary:hover {
  border-color: #fff;
  color: #fff;
  transform: translateY(-1px);
}

.btn-lg {
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
}

.btn-xl {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-block {
  width: 100%;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 1.5rem 0;
}

/* Hero – dark, social proof strip, dual CTA, offer */
.hero {
  padding: 6rem 0 4rem;
  background: #0a0a0a;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(37, 99, 235, 0.06), transparent 60%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    min-height: 88vh;
    padding: 2rem 0;
  }
}

/* Social proof – payment-style cards */
.hero-social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.proof-card {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: rgba(24, 24, 27, 0.9);
  border: 1px solid rgba(63, 63, 70, 0.8);
  font-size: 0.875rem;
  color: #a1a1aa;
}

.proof-icon {
  color: #f97316;
  font-size: 0.625rem;
}

.proof-text strong {
  color: #fff;
}

/* Highlight strip */
.hero-strip {
  font-size: 0.9375rem;
  color: #a1a1aa;
  margin: 0 0 0.75rem 0;
  padding: 0.5rem 0;
  border-left: 3px solid rgba(249, 115, 22, 0.6);
  padding-left: 1rem;
}

.hero-results-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  margin-bottom: 2rem;
  padding: 0.5rem 0;
}

.hero-result {
  font-size: 0.875rem;
  font-weight: 600;
  color: #34d399;
}

.hero-result-dot {
  color: #52525b;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .hero-strip { margin-bottom: 0.75rem; }
  .hero-results-strip { margin-bottom: 2.5rem; }
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Hero content */
.hero-content {
  max-width: 36rem;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 1rem 0;
  padding-top: 0.25rem;
}

@media (min-width: 640px) {
  .hero-title { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 3.25rem; }
}

.hero-tagline {
  font-size: 1.125rem;
  color: #a1a1aa;
  margin: 0 0 1.25rem 0;
  line-height: 1.55;
}

/* Limited offer teaser */
.hero-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
}

.hero-offer-label {
  font-size: 0.8125rem;
  color: #71717a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-offer-price {
  font-size: 1.25rem;
  color: #fff;
}

.hero-offer-price s {
  color: #71717a;
  margin-right: 0.35rem;
}

.hero-offer-note {
  font-size: 0.8125rem;
  color: #71717a;
  width: 100%;
}

.hero-image-wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  background: #18181b;
}

.hero-image-wrap--lifestyle {
  max-height: min(88vh, 720px);
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-image-wrap--lifestyle .hero-image {
  width: 100%;
  height: min(88vh, 720px);
  max-height: 720px;
  object-fit: cover;
  object-position: 50% 35%;
}

@media (max-width: 1023px) {
  .hero-image-wrap--lifestyle {
    max-height: none;
  }
  .hero-image-wrap--lifestyle .hero-image {
    height: auto;
    max-height: 70vh;
    min-height: 280px;
  }
}

@media (min-width: 1024px) {
  .hero-image-wrap {
    max-width: min(28rem, 42vw);
    justify-self: end;
  }
  .hero-image-wrap--lifestyle {
    max-width: min(26rem, 38vw);
  }
}

/* Section defaults – dark */
.section {
  padding: 4rem 0;
}

.section-alt {
  background: rgba(24, 24, 27, 0.4);
}

.section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.5rem 0;
}

@media (min-width: 640px) {
  .section-title { font-size: 2.25rem; }
}

.badge {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f97316;
  margin: 0 0 0.5rem 0;
}

/* Pain section */
.section-pain {
  padding: 3rem 0;
}

.section-pain .section-title {
  margin-bottom: 1rem;
}

.pain-lead {
  font-size: 1.125rem;
  color: #a1a1aa;
  margin: 0 0 1rem 0;
  line-height: 1.65;
}

.pain-pivot {
  font-size: 1.0625rem;
  color: #e5e5e5;
  margin: 0;
}

/* Wrong path / Right path – funnel */
.section-paths {
  background: rgba(24, 24, 27, 0.5);
  border-top: 1px solid #27272a;
}

.paths-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .paths-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

.path-card {
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #27272a;
}

.path-wrong {
  background: rgba(24, 24, 27, 0.6);
  border-color: rgba(239, 68, 68, 0.2);
}

.path-right {
  background: rgba(37, 99, 235, 0.06);
  border-color: rgba(37, 99, 235, 0.4);
}

.path-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.path-wrong .path-title { color: #f87171; }
.path-right .path-title { color: #60a5fa; }

.path-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.path-list li {
  padding: 0.5rem 0;
  padding-left: 1.25rem;
  position: relative;
  color: #a1a1aa;
  font-size: 0.9375rem;
}

.path-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
}

.path-wrong .path-list li::before { background: #f87171; }
.path-right .path-list li::before { background: #60a5fa; }

.path-cta {
  margin-top: 0.5rem;
}

/* Solution */
.solution-lead {
  font-size: 1.125rem;
  color: #a1a1aa;
  margin: 0 auto 2rem;
  max-width: 36rem;
  line-height: 1.65;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  color: #d4d4d8;
  font-size: 1rem;
}

.benefit-icon {
  color: #2563eb;
  font-weight: 700;
  flex-shrink: 0;
}

/* What you get */
.what-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .what-grid { grid-template-columns: 1fr 1fr; }
}

.what-card {
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #27272a;
  background: rgba(24, 24, 27, 0.6);
}

.what-card-featured {
  border-color: rgba(37, 99, 235, 0.4);
  background: rgba(37, 99, 235, 0.06);
}

.what-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem 0;
}

.what-card-sub {
  font-size: 0.9375rem;
  color: #a1a1aa;
  margin: 0 0 0.75rem 0;
}

.what-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.what-list li {
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
  color: #a1a1aa;
  font-size: 0.9375rem;
}

.what-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 700;
}

/* Aspiration section */
.section-aspiration {
  background: #0a0a0a;
  color: #d4d4d8;
  border-top: 1px solid #27272a;
}

.section-aspiration .section-title {
  color: #fff;
}

.aspiration-inner {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.aspiration-inner--solo {
  grid-template-columns: 1fr;
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

.aspiration-inner--solo .aspiration-content {
  max-width: none;
}

@media (min-width: 1024px) {
  .aspiration-inner:not(.aspiration-inner--solo) {
    grid-template-columns: 0.9fr 1fr;
    gap: 3rem;
  }
  .aspiration-inner--solo {
    grid-template-columns: 1fr;
  }
}

.aspiration-image-wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.aspiration-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.aspiration-content p {
  margin: 0 0 1.5rem 0;
  color: #a1a1aa;
  line-height: 1.65;
}

.aspiration-content .btn {
  margin-top: 0.5rem;
}

/* Testimonials */
.section-testimonials {
  background: rgba(24, 24, 27, 0.5);
  border-top: 1px solid #27272a;
}

.testimonials-intro {
  font-size: 1.0625rem;
  color: #a1a1aa;
  max-width: 32rem;
  margin: 0 auto 2.5rem;
  line-height: 1.55;
}

.testimonials-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Results gallery — Telegram / MT5 screenshots */
.results-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .results-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.result-shot {
  margin: 0;
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #27272a;
  background: rgba(24, 24, 27, 0.85);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.result-shot img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  max-height: 520px;
  object-fit: contain;
  object-position: top center;
  background: #0a0a0a;
}

.result-shot figcaption {
  font-size: 0.8125rem;
  color: #71717a;
  padding: 0.75rem 1rem 1rem;
  line-height: 1.45;
  border-top: 1px solid #27272a;
}

.testimonial-card {
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #27272a;
  background: rgba(24, 24, 27, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonial-image-wrap {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 1.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #27272a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.testimonial-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.testimonial-quote {
  font-size: 0.9375rem;
  color: #d4d4d8;
  font-style: normal;
  margin: 0 0 1rem 0;
  line-height: 1.55;
}

.testimonial-quote::before,
.testimonial-quote::after {
  content: none;
}

.testimonial-meta {
  font-size: 0.8125rem;
  color: #71717a;
  margin: 0;
  margin-top: auto;
}

.testimonial-video-card {
  grid-column: 1 / -1;
}

@media (min-width: 1024px) {
  .testimonial-video-card { grid-column: span 1; }
}

.testimonial-video-wrap {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #18181b;
  border: 1px solid #27272a;
}

.testimonial-video {
  width: 100%;
  height: auto;
  display: block;
  max-height: 360px;
  object-fit: cover;
}

.testimonial-video-caption {
  font-size: 0.75rem;
  color: #52525b;
  margin: 1rem 0 0 0;
}

.testimonial-video-caption code {
  background: rgba(255,255,255,0.08);
  padding: 0.15em 0.4em;
  border-radius: 0.25rem;
  font-size: 0.7rem;
}

/* How it works – steps */
.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}

.steps-list li {
  padding: 1rem 0 1rem 3.5rem;
  position: relative;
  counter-increment: step;
  color: #a1a1aa;
  border-bottom: 1px solid #27272a;
}

.steps-list li:last-child {
  border-bottom: 0;
}

.steps-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pricing */
.section-pricing {
  background: rgba(24, 24, 27, 0.4);
}

.pricing-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 36rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .pricing-grid { grid-template-columns: 1fr 1fr; max-width: none; }
}

.pricing-card {
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #27272a;
  background: rgba(24, 24, 27, 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-card-featured {
  border-color: rgba(37, 99, 235, 0.5);
  background: rgba(37, 99, 235, 0.08);
  box-shadow: 0 4px 24px rgba(37, 99, 235, 0.15);
}

.pricing-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f97316;
  margin: 0 0 0.5rem 0;
}

.pricing-amount {
  font-size: 2.25rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1.25rem 0;
  letter-spacing: -0.02em;
}

.currency {
  font-size: 1.25rem;
  font-weight: 600;
  color: #71717a;
}

.pricing-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem 0;
  text-align: left;
  width: 100%;
  max-width: 18rem;
}

.pricing-includes li {
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
  color: #a1a1aa;
  font-size: 0.9375rem;
}

.pricing-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 700;
}

.pricing-card .btn {
  margin-top: auto;
}

/* FAQ */
.faq-list {
  margin: 0;
  padding: 0;
}

.faq-item {
  border-bottom: 1px solid #27272a;
  padding: 1.25rem 0;
}

.faq-item:first-child {
  padding-top: 0;
}

.faq-q {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.5rem 0;
}

.faq-a {
  font-size: 0.9375rem;
  color: #a1a1aa;
  margin: 0;
  line-height: 1.55;
}

/* Final CTA block */
.section-cta {
  padding: 4rem 0;
  background: rgba(24, 24, 27, 0.5);
  border-top: 1px solid #27272a;
}

.cta-title {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem 0;
}

.cta-sub {
  font-size: 1.125rem;
  color: #a1a1aa;
  margin: 0 0 1.5rem 0;
}

/* Footer */
.section-footer {
  padding: 3rem 0;
  background: #0a0a0a;
  color: #71717a;
  border-top: 1px solid #27272a;
}

.footer-contact {
  font-size: 0.9375rem;
  margin: 0 0 1rem 0;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  color: #a1a1aa;
}

.footer-link {
  color: #60a5fa;
  text-decoration: none;
  font-weight: 500;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-disclaimer {
  font-size: 0.8125rem;
  color: #71717a;
  margin: 0 0 0.5rem 0;
}

.footer-brand {
  font-size: 0.875rem;
  font-weight: 600;
  color: #71717a;
  margin: 0;
}

/* Mobile – center stacked hero content */
@media (max-width: 1023px) {
  .hero-left {
    align-items: center;
    text-align: center;
  }

  .hero-content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-social-proof {
    justify-content: center;
  }

  .hero-strip {
    border-left: none;
    padding-left: 0;
    text-align: center;
  }

  .hero-results-strip {
    justify-content: center;
  }

  .hero-offer {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 639px) {
  .header-inner {
    height: 3.5rem;
  }

  .logo {
    font-size: 1.125rem;
  }

  .hero {
    padding-top: 4.5rem;
  }

  .hero-inner {
    gap: 1.5rem;
  }

  .hero-social-proof {
    width: 100%;
    gap: 0.5rem;
  }

  .proof-card {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero-tagline {
    font-size: 1rem;
  }

  .hero-image-wrap {
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    max-width: 100%;
  }

  .btn, .btn-lg, .btn-xl {
    min-height: 2.75rem;
    padding: 0.75rem 1.5rem;
  }

  .hero-cta .btn {
    min-height: 3rem;
    width: 100%;
    padding: 0.875rem 1.5rem;
  }

  .section {
    padding: 3rem 0;
  }

  .section-title {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .hero-cta {
    flex-direction: column;
    gap: 0.75rem;
  }

  .path-card,
  .what-card,
  .pricing-card {
    padding: 1.25rem;
  }

  .pricing-card .btn,
  .path-cta {
    width: 100%;
  }

  .results-grid {
    gap: 1rem;
  }

  .result-shot img {
    max-height: none;
  }

  .faq-item {
    padding: 1rem 0;
  }

  .cta-title {
    font-size: 1.75rem;
  }

  .cta-sub {
    font-size: 1rem;
  }

  .header .btn {
    min-height: 2.5rem;
    padding: 0.5rem 0.9rem;
    font-size: 0.875rem;
  }
}

/* Very small phones – avoid cramped hero title */
@media (max-width: 380px) {
  .hero-title {
    font-size: 1.875rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .proof-card {
    padding: 0.4rem 0.75rem;
    font-size: 0.8125rem;
  }
}

/* iPhone polish (390px class devices) */
@media (max-width: 430px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .badge {
    font-size: 0.7rem;
    letter-spacing: 0.07em;
  }

  .hero {
    padding-top: 4.25rem;
  }

  .hero-title {
    font-size: 1.9rem;
    line-height: 1.18;
    margin-bottom: 0.75rem;
  }

  .hero-tagline {
    font-size: 0.975rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .hero-offer {
    gap: 0.35rem 0.75rem;
    margin-top: 0.75rem;
  }

  .hero-offer-price {
    font-size: 1.125rem;
  }

  .section-title {
    font-size: 1.65rem;
  }

  .pain-lead,
  .solution-lead,
  .testimonials-intro {
    font-size: 0.97rem;
    line-height: 1.55;
  }

  .path-card,
  .what-card,
  .pricing-card {
    padding: 1.1rem;
    border-radius: 0.85rem;
  }

  .path-title,
  .what-card-title {
    font-size: 1.1rem;
  }

  .path-list li,
  .what-list li,
  .pricing-includes li {
    font-size: 0.9rem;
  }

  .pricing-amount {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .results-grid {
    gap: 0.85rem;
  }

  .result-shot {
    border-radius: 0.85rem;
  }

  .result-shot figcaption {
    font-size: 0.78rem;
    padding: 0.65rem 0.8rem 0.8rem;
  }

  .faq-q {
    font-size: 0.96rem;
  }

  .faq-a {
    font-size: 0.9rem;
  }

  .cta-title {
    font-size: 1.6rem;
  }

  .cta-sub {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }

  .footer-contact,
  .footer-disclaimer {
    font-size: 0.82rem;
    line-height: 1.5;
  }
}
