:root {
  --bg: #f4f6f3;
  --surface: #ffffff;
  --ink: #202621;
  --muted: #65706a;
  --line: #d8dfd8;
  --green: #2d6b55;
  --green-dark: #17382c;
  --gold: #2f6f86;
  --warm: #e7efea;
  --blue-soft: #e8f1f4;
  --white: #ffffff;
  --shadow: 0 14px 34px rgba(32, 37, 32, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

body.lock-scroll {
  overflow: hidden;
}

a {
  color: inherit;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(170px, auto);
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(244, 246, 243, 0.94);
  border-bottom: 1px solid rgba(216, 223, 216, 0.9);
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: var(--green-dark);
  color: var(--surface);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 15px;
}

.nav a,
.phone-link {
  text-decoration: none;
}

.phone-link {
  justify-self: end;
  color: var(--green-dark);
  font-weight: 700;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 86px) 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  min-height: calc(100vh - 72px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-top: clamp(34px, 5vw, 70px);
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

h1,
h2,
h3,
.metric,
.price {
  font-family: Impact, "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.brand strong {
  font-family: Impact, "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.lead {
  max-width: 680px;
  color: #454d45;
  font-size: clamp(19px, 2vw, 24px);
}

.hero-actions,
.hero-actions + .trust-row {
  margin-top: 28px;
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 14px 22px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--green-dark);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(23, 56, 44, 0.18);
}

.button.secondary {
  background: var(--white);
  color: var(--green-dark);
  border: 1px solid var(--line);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  font-size: 14px;
}

.hero-media {
  position: relative;
}

.hero-media img {
  min-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(310px, calc(100% - 44px));
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note span {
  color: var(--muted);
  font-size: 15px;
}

.investor-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.investor-strip div {
  min-height: 150px;
  padding: 28px;
  background: var(--surface);
}

.metric {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 24px;
  font-weight: 850;
}

.investor-strip p {
  margin: 0;
  color: var(--muted);
}

.split,
.case-section,
.form-section,
.final-cta {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(28px, 6vw, 74px);
}

.split p,
.section-heading p,
.case-copy p,
.form-copy p,
.final-cta p {
  color: var(--muted);
}

.proof-list {
  display: grid;
  gap: 14px;
}

.proof-list details {
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  padding: 18px 20px;
  background: var(--surface);
}

.proof-list summary {
  color: var(--ink);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading.compact {
  max-width: 680px;
}

.calc-section {
  padding-top: clamp(34px, 5vw, 64px);
}

.calc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.calc-panel,
.calc-result {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.calc-panel {
  padding: 22px;
}

.calc-label {
  margin-bottom: 14px;
  color: var(--muted);
  font-weight: 800;
}

.calc-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.calc-option {
  min-height: 122px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #f8faf8;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.calc-option.active {
  border-color: var(--green);
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 1px var(--green);
}

.calc-option span,
.calc-option small {
  display: block;
}

.calc-option span {
  margin-bottom: 8px;
  font-weight: 850;
}

.calc-option small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.calc-result {
  display: grid;
  align-content: start;
  padding: 24px;
  background: var(--green-dark);
  color: var(--white);
}

.calc-result .tag {
  width: max-content;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.calc-result p {
  color: #d5e2dc;
}

.calc-result .price {
  color: var(--white);
}

.calc-result .button.primary {
  margin-top: 8px;
  background: var(--white);
  color: var(--green-dark);
}

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

.package-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.package-card.featured {
  border-color: rgba(49, 95, 75, 0.42);
  box-shadow: var(--shadow);
}

.package-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.package-body {
  padding: 22px;
}

.tag {
  display: inline-block;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--warm);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.package-body p {
  color: var(--muted);
}

.package-body details {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.package-body ul,
.case-copy ul {
  margin-bottom: 0;
}

.price {
  display: block;
  margin-top: 18px;
  color: var(--green-dark);
  font-size: 20px;
}

.case-section {
  align-items: stretch;
}

.case-media img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 8px;
}

.case-copy {
  align-self: center;
}

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

.check-list li {
  position: relative;
  padding-left: 24px;
  color: #424b43;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.step {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.step span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--gold);
  font-weight: 850;
}

.step p {
  color: var(--muted);
  font-size: 15px;
}

.form-section {
  border-radius: 8px;
  padding: clamp(32px, 5vw, 56px);
  background: var(--green-dark);
  color: var(--surface);
}

.form-section .eyebrow,
.form-section p {
  color: #d4c7ac;
}

.lead-form {
  display: grid;
  gap: 14px;
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
  color: var(--ink);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: #3f463f;
  font-size: 14px;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}

.file-field span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background: var(--surface);
}

summary {
  cursor: pointer;
  font-weight: 850;
}

details p {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-cta {
  align-items: center;
  border-top: 1px solid var(--line);
}

.final-cta img {
  max-height: 430px;
  object-fit: cover;
  border-radius: 8px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 4vw, 56px);
  background: #18251f;
  color: var(--surface);
}

.footer p {
  margin: 6px 0 0;
  color: #cbbfa9;
  font-size: 14px;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .split,
  .calc-layout,
  .case-section,
  .form-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media img {
    min-height: 420px;
  }

  .investor-strip,
  .calc-options,
  .package-grid,
  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .topbar {
    gap: 10px;
    padding: 12px 16px;
  }

  .brand small {
    display: none;
  }

  .phone-link {
    font-size: 14px;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 42px 0;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-media img {
    min-height: 340px;
  }

  .hero-note {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .investor-strip div,
  .calc-panel,
  .calc-result,
  .package-body,
  .step,
  .lead-form {
    padding: 18px;
  }

  .footer {
    display: grid;
  }
}
