:root {
  --ink: #0f1720;
  --muted: #5f6b75;
  --paper: #f8faf7;
  --surface: #ffffff;
  --line: #dce3df;
  --green: #19b464;
  --green-dark: #0b6b42;
  --mint: #dff7e8;
  --blue: #1d4ed8;
  --amber: #f5b849;
  --shadow: 0 24px 70px rgba(15, 23, 32, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 64px);
  background: rgba(248, 250, 247, 0.9);
  border-bottom: 1px solid rgba(220, 227, 223, 0.75);
  backdrop-filter: blur(18px);
}

.site-header.has-shadow {
  box-shadow: 0 12px 32px rgba(15, 23, 32, 0.08);
}

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

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #ffffff;
  background: var(--ink);
  border-radius: var(--radius);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #23303b;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--green-dark);
}

.nav-cta {
  padding: 10px 16px;
  color: #ffffff;
  background: var(--ink);
  border-radius: var(--radius);
}

.nav-cta:hover {
  color: #ffffff !important;
  background: var(--green-dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.section-pad {
  padding: clamp(64px, 10vw, 120px) clamp(18px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 860px;
  margin: 0;
  font-size: 5.4rem;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.22;
}

.hero-copy {
  max-width: 690px;
  margin: 28px 0 0;
  color: #38444f;
  font-size: 1.22rem;
}

.slogan {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--green-dark);
  font-size: 1.16rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: #ffffff;
  background: var(--green-dark);
  box-shadow: 0 14px 28px rgba(11, 107, 66, 0.2);
}

.button-primary:hover {
  background: #084d31;
}

.button-secondary {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line);
}

.button-secondary:hover {
  border-color: var(--green);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span,
.audience-list span,
.pricing-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: #1d3028;
  background: var(--mint);
  border: 1px solid #c2ecd2;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  width: 100%;
  border: 1px solid rgba(15, 23, 32, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 72px);
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.intro-band div {
  padding: clamp(20px, 4vw, 34px);
  background: var(--surface);
}

.stat {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}

.intro-band p,
.section-heading p,
.feature-card p,
.timeline p,
.why-card p,
.outcome-grid p,
.price-card li,
.contact-section p,
.legal-section p {
  color: var(--muted);
}

.content-section,
.pricing-section {
  background: var(--paper);
}

.section-heading {
  max-width: 790px;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.section-heading p {
  margin: 16px 0 0;
  font-size: 1.04rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card,
.price-card,
.contact-card,
.why-card,
.outcome-grid div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-card {
  min-height: 230px;
  padding: 24px;
}

.feature-card p {
  margin: 12px 0 0;
}

.icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  place-items: center;
  color: #ffffff;
  background: var(--ink);
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 72px);
  background: #102019;
  color: #ffffff;
}

.split-section .eyebrow {
  color: #8df0ba;
}

.timeline {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.timeline span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: #8df0ba;
  border-radius: 50%;
  font-weight: 800;
}

.timeline p {
  margin: 8px 0 0;
  color: #c8d9d0;
}

.audience-section {
  background: var(--surface);
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.why-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: 18px;
}

.why-card {
  padding: clamp(26px, 5vw, 46px);
}

.why-card p {
  margin: 18px 0 0;
  font-size: 1.08rem;
}

.outcome-grid {
  display: grid;
  gap: 14px;
}

.outcome-grid div {
  padding: 22px;
}

.outcome-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.price-card {
  padding: clamp(24px, 5vw, 42px);
}

.price-card.featured {
  color: #ffffff;
  background: var(--ink);
  border-color: var(--ink);
}

.price-label {
  margin: 0 0 16px;
  color: var(--green-dark);
  font-weight: 800;
  text-transform: uppercase;
}

.featured .price-label {
  color: #8df0ba;
}

.price-card h3 {
  font-size: 3.9rem;
  line-height: 0.95;
}

.quote-detail {
  margin: 10px 0 26px;
  color: var(--muted);
  font-weight: 800;
}

.featured .quote-detail,
.featured li {
  color: #d7e6df;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 24px;
}

.price-card li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background: var(--green);
  border-radius: 50%;
  color: var(--green);
  font-weight: 800;
}

.pricing-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.apply-section {
  background: #eaf4ee;
}

.form-shell {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-shell iframe {
  display: block;
  width: 100%;
  height: min(78vh, 820px);
  min-height: 620px;
  border: 0;
}

.form-fallback {
  margin-top: 18px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: stretch;
  background: var(--surface);
}

.contact-card {
  padding: 28px;
}

.contact-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-card a {
  color: var(--green-dark);
  font-size: 1.6rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.legal-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 72px) 64px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.legal-section div {
  padding: clamp(22px, 4vw, 34px);
  background: var(--surface);
}

.legal-section h2 {
  font-size: 1.2rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: #dce8e1;
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #8df0ba;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .hero,
  .split-section,
  .why-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .intro-band,
  .feature-grid,
  .pricing-grid,
  .legal-section {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .price-card h3 {
    font-size: 3.2rem;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    font-size: 0.92rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .section-pad {
    padding: 56px 16px;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .slogan {
    font-size: 1rem;
  }

  .stat {
    font-size: 2.2rem;
  }

  .price-card h3 {
    font-size: 2.55rem;
  }

  .contact-card a {
    font-size: 1.16rem;
  }

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

  .intro-band,
  .legal-section {
    margin-right: 16px;
    margin-left: 16px;
  }

  .feature-card {
    min-height: 0;
  }

  .timeline li {
    grid-template-columns: 1fr;
  }

  .form-shell iframe {
    min-height: 680px;
  }

  .site-footer {
    flex-direction: column;
  }
}
