:root {
  --bg: #f7f9f4;
  --surface: #ffffff;
  --surface-soft: #eef4e8;
  --cream: #f9f3e8;
  --text: #1f2a24;
  --muted: #556158;
  --accent: #4f7e41;
  --accent-strong: #3f6735;
  --line: #dce6d7;
  --footer: #19211d;
  --radius: 18px;
  --shadow: 0 12px 36px rgba(31, 42, 36, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Roboto, "Open Sans", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, #fbfdf8, var(--bg) 38%, #f4f8ef);
  line-height: 1.65;
}

a {
  color: var(--accent-strong);
}

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

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--accent-strong);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  z-index: 50;
}

.skip-link:focus {
  left: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 249, 244, 0.93);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(79, 126, 65, 0.14);
}

.nav-wrap {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--text);
  max-width: 220px;
  line-height: 1.2;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nav-links a {
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 10px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--surface-soft);
}

.section {
  padding: 72px 0;
}

.section-alt {
  background: linear-gradient(160deg, #eff5e9, #f7faf2 60%, #f4efe4);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading h2 {
  font-size: clamp(1.6rem, 3.8vw, 2.25rem);
  line-height: 1.25;
  margin: 0 0 8px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

.hero {
  padding-top: 42px;
}

.hero-grid {
  display: grid;
  gap: 22px;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--accent-strong);
  background: #e8f0df;
  border: 1px solid #cedfc2;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.3rem);
  line-height: 1.14;
  text-wrap: balance;
}

.subheadline {
  margin: 14px 0 20px;
  color: var(--muted);
  max-width: 62ch;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
  padding: 13px 20px;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, var(--accent), var(--accent-strong));
  box-shadow: 0 8px 20px rgba(63, 103, 53, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 12px 26px rgba(63, 103, 53, 0.32);
}

.btn-secondary {
  color: var(--accent-strong);
  background: #ffffff;
  border: 1px solid #bfd0b3;
}

.btn-large {
  width: 100%;
  font-size: 1.03rem;
}

.trust-badge {
  margin: 14px 0 0;
  color: #3f6735;
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-media {
  margin: 0;
  border-radius: 20px;
  overflow: clip;
  box-shadow: var(--shadow);
  border: 1px solid #d8e2d2;
}

.split-grid,
.card-grid,
.step-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

.info-card,
.feature-card,
.step-card,
.review-card,
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}

.info-card-solution {
  background: linear-gradient(140deg, #ffffff, #f3f8ed);
}

.icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  background: #edf4e6;
  margin-bottom: 8px;
}

.icon-wrap svg {
  width: 22px;
  height: 22px;
  fill: var(--accent-strong);
}

.info-card h2 {
  margin: 8px 0;
  font-size: 1.4rem;
  line-height: 1.28;
}

.info-card p,
.feature-card p,
.review-card blockquote,
.step-card p,
.faq-item p {
  margin: 0;
  color: var(--muted);
}

.mockup-figure {
  margin: 0 0 22px;
  border: 1px solid #d8e3d2;
  border-radius: 22px;
  overflow: clip;
  box-shadow: var(--shadow);
}

.feature-card h3,
.step-card h3,
.faq-item h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.28;
}

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

.step-card {
  position: relative;
  padding-top: 52px;
}

.step-number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: #dfeeda;
  color: #325b27;
}

.review-card blockquote {
  margin: 10px 0;
  font-size: 1rem;
}

.stars {
  margin: 0;
  letter-spacing: 0.18em;
  color: #d3a03b;
  font-size: 0.95rem;
}

.reviewer {
  margin: 0;
  font-weight: 700;
}

.pricing {
  background: linear-gradient(160deg, #eff8e8, #fcfefb 60%, #f9f2e7);
}

.pricing-box {
  background: var(--surface);
  border: 1px solid #cfe0c4;
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(29, 44, 36, 0.12);
  padding: 28px 20px;
}

.pricing-box h2 {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
}

.assessment-box {
  background: linear-gradient(160deg, #fffdfa, #f8faf5 55%, #f7f2e7);
}

.assessment-progress {
  margin-bottom: 16px;
}

.assessment-progress-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #e1ead8;
  overflow: hidden;
}

.assessment-progress-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(145deg, #6a9960, #3f6735);
  transition: width 0.28s ease;
}

.assessment-progress-text {
  margin: 8px 0 0;
  color: #4b5a4f;
  font-size: 0.86rem;
  font-weight: 700;
}

.assessment-stage {
  min-height: 370px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.assessment-stage.is-transitioning {
  opacity: 0;
  transform: translateY(8px);
}

.assessment-screen {
  display: none;
}

.assessment-screen.is-active {
  display: grid;
  gap: 14px;
  align-content: start;
  animation: assessment-fade 0.28s ease both;
}

.assessment-screen h2 {
  margin: 0;
  font-size: clamp(1.45rem, 4vw, 2.25rem);
  line-height: 1.22;
}

.assessment-screen p {
  margin: 0;
  color: var(--muted);
}

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

.assessment-benefits li {
  position: relative;
  padding: 0 0 0 30px;
  font-weight: 600;
}

.assessment-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #cfe2c2;
  border: 2px solid #66935d;
}

.assessment-description {
  font-weight: 600;
}

.assessment-options {
  display: grid;
  gap: 10px;
}

.assessment-option {
  width: 100%;
  border: 1px solid #cadaba;
  border-radius: 14px;
  background: #ffffff;
  color: var(--text);
  text-align: left;
  font: inherit;
  font-weight: 600;
  padding: 12px 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.assessment-option:hover,
.assessment-option:focus-visible {
  border-color: #7ca06d;
  background: #f5faf1;
  transform: translateY(-1px);
}

.assessment-loader {
  justify-items: center;
  text-align: center;
  padding-top: 12px;
}

.assessment-spinner {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 4px solid #d7e5ce;
  border-top-color: #4f7e41;
  animation: assessment-spin 0.9s linear infinite;
}

.assessment-form {
  display: grid;
  gap: 12px;
}

.assessment-form label {
  font-weight: 600;
}

.assessment-form input[type="email"] {
  width: 100%;
  border: 1px solid #bfd2b4;
  border-radius: 12px;
  padding: 12px;
  font: inherit;
  color: var(--text);
  background: #ffffff;
}

.assessment-form input[type="email"]:focus-visible {
  outline: 2px solid #78a268;
  outline-offset: 2px;
}

.assessment-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
  color: var(--muted);
}

.assessment-check input[type="checkbox"] {
  margin-top: 3px;
}

.assessment-micro {
  margin: 0;
  color: #58675a;
  font-size: 0.85rem;
}

.checklist {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  margin: 0;
  padding: 0 0 0 28px;
}

.checklist li + li {
  margin-top: 10px;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #cfdfc6;
  border: 2px solid #6b9760;
}

.price-area {
  border: 1px dashed #c4d7ba;
  border-radius: 14px;
  background: #f7fbf3;
  padding: 14px;
  margin: 0 0 16px;
}

.price-area p {
  margin: 0;
}

.old-price {
  color: #737a74;
  text-decoration: line-through;
}

.today-price {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--accent-strong);
  margin-top: 4px;
}

.billing-note,
.guarantee,
.fine-print,
.copyright {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-item {
  background: linear-gradient(145deg, #ffffff, #f8fbf5);
}

.site-footer {
  background: linear-gradient(160deg, #111a15, var(--footer));
  color: #dde9dc;
  padding: 34px 0 38px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: #e9f2e8;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
}

.business-info {
  margin-top: 18px;
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.7;
}

.business-info a {
  color: #d9f1d1;
}

.site-footer .fine-print,
.site-footer .copyright {
  color: #c2cec1;
}

.cookie-banner {
  position: fixed;
  right: 12px;
  left: 12px;
  bottom: 12px;
  background: rgba(24, 35, 29, 0.96);
  color: #edf5ec;
  border: 1px solid rgba(202, 221, 194, 0.4);
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  padding: 14px;
  z-index: 40;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.92rem;
}

.cookie-actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions .btn {
  padding: 10px 14px;
  font-size: 0.92rem;
}

.legal-main {
  padding: 40px 0 72px;
}

.legal-article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}

.legal-article h1 {
  font-size: clamp(1.7rem, 5vw, 2.55rem);
  margin-bottom: 8px;
}

.legal-article h2 {
  margin: 22px 0 8px;
  font-size: 1.2rem;
}

.legal-article p,
.legal-article li {
  color: var(--muted);
}

.legal-article ul {
  margin: 0;
  padding-left: 20px;
}

.back-home {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
  font-weight: 600;
}

.checkout-card {
  max-width: 760px;
  margin-inline: auto;
}

.checkout-subtitle {
  margin: 0 0 12px;
}

.checkout-form {
  display: grid;
  gap: 12px;
}

.checkout-form label {
  font-weight: 600;
}

.checkout-form input[type="email"],
.checkout-form input[type="text"] {
  width: 100%;
  border: 1px solid #bfd2b4;
  border-radius: 12px;
  padding: 12px;
  font: inherit;
  color: var(--text);
  background: #ffffff;
}

.checkout-form input[type="email"]:focus-visible,
.checkout-form input[type="text"]:focus-visible {
  outline: 2px solid #78a268;
  outline-offset: 2px;
}

.stripe-grid {
  display: grid;
  gap: 12px;
}

.stripe-field-wrap {
  display: grid;
  gap: 7px;
}

.stripe-element {
  border: 1px solid #bfd2b4;
  border-radius: 12px;
  background: #ffffff;
  min-height: 46px;
  padding: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.stripe-element.is-focus {
  border-color: #78a268;
  box-shadow: 0 0 0 2px rgba(120, 162, 104, 0.18);
}

.stripe-element.is-invalid {
  border-color: #bb4b4b;
  background: #fff8f8;
}

.form-feedback {
  margin: 0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.92rem;
}

.form-feedback-error {
  color: #7f2f2f;
  background: #fcebeb;
  border: 1px solid #e5baba;
}

.form-feedback-success {
  color: #2f5c3c;
  background: #eaf7ed;
  border: 1px solid #b9debf;
}

#payNowButton:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.secure-line {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4d5b51;
  font-size: 0.92rem;
  font-weight: 600;
}

.secure-icon {
  width: 16px;
  height: 16px;
  fill: #3f6735;
  flex: 0 0 auto;
}

@keyframes assessment-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes assessment-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 720px) {
  .hero {
    padding-top: 56px;
  }

  .section {
    padding: 86px 0;
  }

  .split-grid,
  .two-col,
  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-banner {
    left: auto;
    width: min(470px, 92vw);
  }

  .pricing-box {
    padding: 34px;
  }

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

  .assessment-stage {
    min-height: 340px;
  }

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

  .stripe-field-full {
    grid-column: 1 / -1;
  }

}

@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: center;
  }

  .hero-copy {
    padding-right: 12px;
  }

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

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .hero-media,
  .feature-card,
  .review-card,
  .step-card,
  .pricing-box {
    animation: rise-in 0.6s ease both;
  }

  .hero-media,
  .feature-card:nth-child(2),
  .review-card:nth-child(2),
  .step-card:nth-child(2) {
    animation-delay: 0.08s;
  }

  .feature-card:nth-child(3),
  .step-card:nth-child(3) {
    animation-delay: 0.15s;
  }

  @keyframes rise-in {
    from {
      opacity: 0;
      transform: translateY(12px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
