:root {
  color-scheme: light;
  --bg: #f6f9f7;
  --soft: #f7faf8;
  --white: #ffffff;
  --text: #14201c;
  --muted: #66736d;
  --line: #dce7e1;
  --green: #006b4f;
  --green-2: #0f8d70;
  --gold: #b9872b;
  --gold-soft: #f4ead6;
  --pink: #ff315e;
  --shadow: 0 24px 60px rgba(20, 32, 28, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--text);
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
}

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

svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr);
  left: 0;
  padding: 14px clamp(18px, 5vw, 72px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.brand,
.header-cta,
.button {
  align-items: center;
  display: inline-flex;
}

.brand {
  gap: 12px;
}

.brand img {
  height: 56px;
  width: auto;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 26px;
}

.nav-links a {
  color: #394640;
  font-size: 14px;
  font-weight: 750;
}

.header-cta {
  background: var(--green);
  border-radius: 8px;
  color: white;
  font-size: 14px;
  font-weight: 850;
  gap: 8px;
  justify-content: center;
  justify-self: end;
  min-height: 42px;
  padding: 0 16px;
}

.hero {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: 530px;
  padding: clamp(34px, 4vw, 52px) 28px 0;
}

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

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

h1 {
  font-size: clamp(38px, 4.4vw, 58px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 26px;
  max-width: 590px;
}

h1 span {
  color: var(--green);
}

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

h3 {
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 10px;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy p {
  font-size: 16px;
  max-width: 470px;
}

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

.button {
  border-radius: 8px;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
}

.button.primary {
  background: var(--green);
  color: white;
}

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

.hero-image {
  align-self: stretch;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  min-height: 450px;
  overflow: hidden;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-benefits {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  max-width: 760px;
}

.hero-benefits div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.hero-benefits svg,
.audience-grid svg,
.steps svg {
  color: var(--green);
  flex: 0 0 auto;
}

.hero-benefits svg {
  height: 28px;
  width: 28px;
}

.hero-benefits span {
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 50px 28px;
}

.split-section {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.82fr 1fr;
}

.split-section > div:first-child {
  position: sticky;
  top: 110px;
}

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

.service-list article,
.steps article,
.plan,
.faq-list details,
.closing-form-panel,
.contract-panel,
.drive-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-list article {
  padding: 24px;
}

.service-list article:nth-child(2n) {
  background: #fbfdfc;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section-heading p {
  max-width: 430px;
}

.center-heading {
  margin: 0 auto 34px;
  max-width: 620px;
  text-align: center;
}

.center-heading h2 {
  font-size: clamp(28px, 3vw, 38px);
  margin-bottom: 10px;
}

.center-heading p {
  margin-bottom: 0;
}

.audience-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: none;
  padding-top: 44px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1020px;
}

.audience-grid article {
  padding: 10px 34px 8px;
  text-align: center;
}

.audience-grid article + article {
  border-left: 1px solid var(--line);
}

.audience-grid svg {
  height: 54px;
  margin: 0 auto 16px;
  width: 54px;
}

.audience-grid h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.audience-grid p {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 0;
}

.method-section {
  border-bottom: 1px solid var(--line);
  max-width: none;
}

.method-section .center-heading {
  margin-bottom: 42px;
}

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

.steps {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}

.steps::before {
  background: var(--line);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 22px;
}

.steps article {
  background: transparent;
  border: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.steps span {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin-bottom: 34px;
  position: relative;
  width: 44px;
  z-index: 1;
}

.steps svg {
  height: 44px;
  margin: 0 auto 14px;
  width: 44px;
}

.steps h3 {
  font-size: 18px;
}

.steps p {
  font-size: 13px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 165px;
}

.plans-section {
  padding-top: 52px;
}

.plans {
  gap: 38px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 990px;
}

.plan {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 420px;
  padding: 26px 28px;
  position: relative;
}

.plan.featured {
  border-color: var(--gold);
  box-shadow: 0 18px 46px rgba(185, 135, 43, 0.13);
  transform: none;
}

.plan.asgard .plan-title,
.plan.asgard strong,
.plan.asgard li::before {
  color: var(--pink);
}

.plan.asgard .button.secondary {
  border-color: var(--pink);
  color: var(--pink);
}

.plan-title {
  align-items: center;
  display: flex;
  gap: 10px;
}

.plan-title img {
  height: 38px;
  width: 38px;
}

.plan-title h3 {
  color: var(--green);
  font-size: 25px;
  margin-bottom: 0;
}

.featured .plan-title h3 {
  color: var(--gold);
}

.plan-ribbon {
  background: var(--gold);
  border-radius: 0 0 4px 4px;
  color: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 7px 14px;
  position: absolute;
  right: 16px;
  text-transform: uppercase;
  top: 0;
}

.plan strong {
  color: var(--text);
  font-size: 38px;
  line-height: 1;
}

.plan strong span {
  color: var(--muted);
  font-size: 15px;
  margin-left: 4px;
}

ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
}

li {
  align-items: baseline;
  display: flex;
  gap: 10px;
  font-size: 13px;
  line-height: 1.3;
}

.plans li::before {
  background: transparent;
  border: 1.8px solid currentColor;
  border-color: var(--green);
  height: 10px;
  width: 10px;
}

.plans .plan {
  color: var(--green);
}

.plans .plan p,
.plans .plan li,
.plans .plan strong span {
  color: var(--muted);
}

.plans .plan strong {
  color: var(--text);
}

.plans .featured,
.plans .featured li::before,
.plans .featured .plan-title {
  color: var(--gold);
}

.plans .featured li::before {
  border-color: var(--gold);
}

.plans .asgard,
.plans .asgard li::before,
.plans .asgard .plan-title {
  color: var(--pink);
}

.plans .asgard li::before {
  border-color: var(--pink);
}

.plans .asgard strong {
  color: var(--pink);
}

.plan .button {
  margin-top: auto;
}

.closing-callout {
  align-items: center;
  background: var(--text);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 42px;
}

.closing-callout h2,
.closing-callout p {
  color: white;
  margin-bottom: 0;
}

.closing-callout p {
  opacity: 0.76;
  max-width: 680px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 880px;
}

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
}

.faq-list p {
  margin: 14px 0 0;
}

.final-cta {
  align-items: center;
  background: linear-gradient(135deg, #007a58, #003c31);
  border-radius: 8px;
  color: white;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto 0;
  max-width: 880px;
  padding: 22px 28px;
}

.final-cta > div {
  align-items: center;
  display: flex;
  gap: 18px;
}

.final-cta svg {
  height: 54px;
  width: 54px;
}

.final-cta h2 {
  color: white;
  font-size: 22px;
  line-height: 1.16;
  margin-bottom: 4px;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.final-cta .button.secondary {
  color: var(--green);
  min-width: 190px;
}

.footer {
  background: linear-gradient(135deg, #004b3d, #002f28);
  color: white;
  display: grid;
  gap: 52px;
  grid-template-columns: 1.5fr 0.75fr 0.75fr 1fr;
  margin: 44px 0 0;
  padding: 40px max(28px, calc((100vw - 1180px) / 2)) 46px;
}

.footer span {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  margin-top: 4px;
}

.footer-brand img {
  height: 58px;
  width: auto;
}

.footer nav,
.footer-contact {
  display: grid;
  gap: 10px;
}

.footer strong {
  color: white;
  font-size: 14px;
  margin-bottom: 8px;
}

.footer a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 650;
}

.closing-page {
  background: #eef4f1;
}

.closing-shell {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  margin: 0 auto;
  max-width: 1250px;
  padding: 32px 28px 70px;
}

.closing-form-panel,
.contract-panel,
.drive-panel {
  padding: 26px;
}

.plan-picker {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin: 22px 0;
}

.plan-picker label {
  background: #f7faf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  font-weight: 850;
  gap: 8px;
  padding: 16px;
}

.plan-picker label:has(input:checked) {
  background: var(--gold-soft);
  border-color: var(--gold);
}

.plan-picker input {
  height: auto;
  width: auto;
}

.plan-picker span {
  color: var(--gold);
}

.data-form,
.drive-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 7px;
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  min-height: 44px;
  padding: 11px 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.contract-panel {
  grid-row: span 2;
  position: sticky;
  top: 96px;
}

.contract-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 14px;
}

#contractPreview {
  background: #fbfcfc;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.62;
  margin: 0;
  max-height: 640px;
  overflow: auto;
  padding: 22px;
  white-space: pre-wrap;
}

.drive-panel {
  grid-column: 1 / 2;
}

.drive-panel .button {
  margin-top: 16px;
}

.status {
  background: #f7faf8;
  border-radius: 8px;
  color: var(--text);
  margin: 14px 0 0;
  padding: 12px;
}

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

  .nav-links {
    overflow-x: auto;
  }

  .header-cta {
    justify-self: start;
  }

  .hero,
  .split-section,
  .closing-shell,
  .steps,
  .plans,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    min-height: 380px;
  }

  .proof-strip,
  .plan-picker,
  .data-form,
  .drive-grid {
    grid-template-columns: 1fr;
  }

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

  .audience-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .steps::before {
    display: none;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
  }

  .split-section > div:first-child,
  .contract-panel {
    position: static;
  }

  .plan.featured {
    transform: none;
  }
}

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

  .hero,
  .section,
  .closing-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 38px;
  }

  .section-heading,
  .closing-callout,
  .footer,
  .final-cta,
  .final-cta > div {
    align-items: stretch;
    flex-direction: column;
  }

  .closing-callout {
    padding: 28px 22px;
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .brand img {
    height: 46px;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media print {
  .site-header,
  .closing-form-panel,
  .drive-panel,
  .contract-actions {
    display: none;
  }

  .closing-shell,
  .contract-panel,
  #contractPreview {
    border: 0;
    box-shadow: none;
    display: block;
    max-height: none;
    padding: 0;
  }
}
