body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: #f3f4f6;
  font-size: 1.05rem;
}

h2 {
  line-height: 1.35;
}

p {
  line-height: 1.6;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 1.5rem;
}

.site_header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.header_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: 700;
  font-size: 1.2rem;
}

.nav_links a {
  margin-left: 1rem;
  text-decoration: none;
  color: #4b5563;
  font-size: 0.95rem;
}

.hero {
  background: linear-gradient(135deg, #ecfdf5, #f9fafb);
  padding: 2.5rem 0 3rem;
}

.hero_grid {
  display: grid;
  gap: 2rem;
}

.hero_text {
  text-align: left;
}

.hero_text h1 {
  font-size: 2.5rem;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.hero_subtitle {
  max-width: 34rem;
  font-size: 1.02rem;
  color: #4b5563;
}

.hero_roi {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #374151;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: #059669;
  margin-bottom: 0.75rem;
}

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

.btn_primary,
.btn_secondary {
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  font-size: 0.98rem;
}

.btn_primary {
  background: #059669;
  color: #ffffff;
}

.btn_secondary {
  background: #e5e7eb;
  color: #111827;
}

.hero_points {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  color: #4b5563;
  font-size: 0.95rem;
}

.hero_points li {
  margin-bottom: 0.35rem;
}

.hero_visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_image_wrap {
  position: relative;
  max-width: 280px;
}

.hero_image {
  max-width: 420px;
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .hero_image {
    max-width: 480px;
  }
}

.hero_card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 0.9rem 1.1rem;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
}

.hero_card_overlay {
  position: absolute;
  left: 50%;
  bottom: -16%;
  transform: translateX(-50%);
  width: 110%;
}

.hero_card_title {
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.hero_card_body {
  font-size: 0.86rem;
  color: #4b5563;
}

.trust_strip {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #6b7280;
}

.section {
  padding: 3rem 0;
}

.section_alt {
  background: #ffffff;
}

.section h2 {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.steps_grid,
.benefits_grid {
  display: grid;
  gap: 1.75rem;
}

.step_card,
.benefit_card,
.pricing_card,
.affiliate_result,
.testimonial_card,
.guarantee_card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.step_number {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #059669;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.price_row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.price_row .price {
  margin: 0;
}



.price {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.pricing_card ul {
  padding-left: 1.1rem;
  margin-bottom: 1rem;
}

.pricing_card ul li {
  margin-bottom: 0.4rem;
}

.value_list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.value_list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}

.value_list span:first-child {
  color: #374151;
}

.value_amount {
  font-weight: 600;
  color: #059669;
  margin-left: 1rem;
  white-space: nowrap;
}

.value_total {
  font-weight: 600;
  margin-top: 0.75rem;
  color: #111827;
}

.value_price {
  font-weight: 700;
  color: #059669;
  margin-bottom: 0.75rem;
}

.demo_form,
.affiliate_form {
  max-width: 520px;
}

.form_row {
  margin-bottom: 1.25rem;
}

.form_row label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.form_row input,
.form_row textarea {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.6rem;
  border: 1px solid #d1d5db;
  font-size: 0.95rem;
}

.form_row textarea {
  resize: vertical;
}

.demo_form .btn_primary,
.affiliate_form .btn_primary {
  margin-top: 0.75rem;
}

.success_message {
  margin-top: 1rem;
  color: #047857;
  font-size: 0.95rem;
}

.stats_row {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
  background: #f9fafb;
  border-radius: 1rem;
  padding: 1.5rem;
}

.stat_item {
  text-align: left;
}

.stat_value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #059669;
  margin-bottom: 0.25rem;
}

.stat_label {
  font-size: 0.95rem;
  color: #4b5563;
}

.testimonials_grid {
  display: grid;
  gap: 1.25rem;
}

.testimonial_quote {
  font-size: 0.96rem;
  color: #374151;
  margin-bottom: 0.75rem;
}

.testimonial_name {
  font-size: 0.9rem;
  color: #6b7280;
}

.pricing_layout {
  display: grid;
  gap: 2rem;
  align-items: flex-start;
}

.value_stack {
  background: #ecfdf5;
  border-radius: 1rem;
  padding: 1.5rem;
}

.badge_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.badge_item {
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #d1fae5;
  font-size: 0.85rem;
  color: #047857;
}

.guarantee_section {
  background: #ffffff;
  margin-bottom: 2.5rem;
}

.guarantee_card {
  padding: 2rem;
}

.guarantee_intro {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.urgency_section {
  text-align: left;
  background: #f9fafb;
}

.faq_grid {
  display: grid;
  gap: 2rem;
}

.faq_item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.faq_item p {
  font-size: 0.95rem;
  color: #4b5563;
}

#faq {
  border-top: 1px solid #e5e7eb;
  padding-top: 3rem;
}

.site_footer {
  background: #111827;
  color: #d1d5db;
  padding: 2rem 0;
  margin-top: 3rem;
}

.footer_grid {
  display: grid;
  gap: 1rem;
}

.footer_grid a {
  color: #a5b4fc;
  text-decoration: none;
  font-size: 0.95rem;
}

.small_text {
  font-size: 0.85rem;
  color: #6b7280;
}

.affiliate_link_row {
  display: flex;
  gap: 0.5rem;
}

.affiliate_link_row input {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
}

/* Responsive layout */
@media (min-width: 768px) {
  .hero_grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
    align-items: center;
  }

  .steps_grid,
  .benefits_grid,
  .testimonials_grid,
  .faq_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pricing_layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  }

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

/* Fix demo form margins on mobile */
.guarantee_badge {
  padding: 0.4rem 1rem;
  border-radius: 999px;
  border: 1px solid #6ee7b7;
  background: #a7f3d0;
  color: #065f46;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.guarantee_badge:hover {
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.5);
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .header_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.75rem 1rem;
  }

  .nav_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem 0.75rem;
    margin-top: 0.1rem;
    font-size: 0.9rem;
  }

  .nav_links a {
    margin-left: 0;
  }

  .hero_text {
    text-align: center;
  }

  .hero_image_wrap {
    max-width: 80%;
    margin-top: 1.5rem;
  }

  .hero_card_overlay {
    position: static;
    transform: none;
    margin-top: 1rem;
    width: 100%;
  }

  #demo {
    padding: 2.5rem 1rem !important;
  }

  .demo_form {
    margin: 0 auto;
    max-width: 90%;
  }

  .demo_form .form_row {
    margin-bottom: 1.1rem;
  }

  .demo_form .btn_primary {
    width: 100%;
    margin-top: 1rem;
  }

  .success_message {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.95rem;
  }

  .price_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .guarantee_badge {
    white-space: normal;
  }
}
