:root {
  --lp-ink: #17211c;
  --lp-canopy: #173e2c;
  --lp-canopy-dark: #102e22;
  --lp-canopy-mid: #24573a;
  --lp-paper: #f6f2ea;
  --lp-shell: #efe7da;
  --lp-stone: #d9cfbf;
  --lp-copper: #a56133;
  --lp-gold: #d8aa47;
  --lp-white: #fff;
  --lp-shadow: 0 18px 45px rgb(23 33 28 / 10%);
  --lp-shadow-lift: 0 24px 65px rgb(23 33 28 / 16%);
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--lp-paper); color: var(--lp-ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.lp-main { overflow: hidden; }
.lp-wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.lp-section { padding: 78px 0; }
.lp-section--shell { background: var(--lp-shell); }
.lp-section--dark { background: var(--lp-canopy-dark); color: var(--lp-white); }
.lp-eyebrow { margin: 0 0 12px; color: var(--lp-copper); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.lp-section--dark .lp-eyebrow { color: var(--lp-gold); }
.lp-title { max-width: 760px; margin: 0; font-family: Georgia, ui-serif, serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 600; line-height: 1.05; letter-spacing: -.025em; }
.lp-lede, .lp-copy { color: rgb(23 33 28 / 72%); font-size: 1.05rem; line-height: 1.85; }
.lp-section--dark .lp-copy, .lp-section--dark .lp-lede { color: rgb(255 255 255 / 78%); }
.lp-header { border-bottom: 1px solid rgb(217 207 191 / 80%); background: rgb(246 242 234 / 96%); }
.lp-header__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.lp-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.lp-logo { width: 52px; height: 52px; object-fit: contain; }
.lp-brand__name { font-family: Georgia, ui-serif, serif; color: var(--lp-canopy-dark); font-size: 1.08rem; font-weight: 600; line-height: 1.05; }
.lp-brand__name small { display: block; margin-top: 4px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lp-header__call { color: var(--lp-canopy); font-size: .9rem; font-weight: 800; text-decoration: none; }
.lp-hero { position: relative; background: var(--lp-shell); }
.lp-hero__grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); align-items: center; gap: 60px; padding-block: 58px; }
.lp-hero h1 { max-width: 680px; margin: 0; font-family: Georgia, ui-serif, serif; font-size: clamp(2.8rem, 5.4vw, 5rem); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.lp-hero__subhead { max-width: 650px; margin: 24px 0 0; color: rgb(23 33 28 / 72%); font-size: 1.18rem; line-height: 1.7; }
.lp-hero__support { max-width: 650px; margin: 14px 0 0; color: rgb(23 33 28 / 68%); line-height: 1.7; }
.lp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.lp-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; padding: 14px 21px; background: var(--lp-canopy); color: var(--lp-white); box-shadow: var(--lp-shadow); font: inherit; font-size: .92rem; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; }
.lp-button:hover { background: var(--lp-canopy-mid); }
.lp-button--gold { background: var(--lp-gold); color: var(--lp-ink); }
.lp-button--gold:hover { background: #e3bc64; }
.lp-button--quiet { border: 1px solid var(--lp-stone); background: var(--lp-white); box-shadow: none; color: var(--lp-canopy); }
.lp-button--wide { width: 100%; }
.lp-cta-support { margin: 0; color: rgb(23 33 28 / 58%); font-size: .83rem; font-weight: 700; }
.lp-hero__media { position: relative; }
.lp-hero__image { width: 100%; height: 570px; border-radius: 8px; object-fit: cover; box-shadow: var(--lp-shadow-lift); }
.lp-hero__badge { position: absolute; right: -18px; bottom: 28px; max-width: 230px; padding: 18px 20px; border: 1px solid rgb(255 255 255 / 25%); border-radius: 8px; background: var(--lp-canopy-dark); color: white; box-shadow: var(--lp-shadow-lift); font-family: Georgia, ui-serif, serif; font-size: 1.15rem; line-height: 1.4; }
.lp-trustline { border-block: 1px solid var(--lp-stone); background: var(--lp-paper); }
.lp-trustline__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.lp-trustline__item { padding: 22px 26px; color: var(--lp-canopy); font-size: .86rem; font-weight: 800; text-align: center; }
.lp-trustline__item + .lp-trustline__item { border-left: 1px solid var(--lp-stone); }
.lp-split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.lp-body-stack p { margin: 0 0 18px; }
.lp-checks { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.lp-checks li { position: relative; padding-left: 30px; color: rgb(23 33 28 / 74%); line-height: 1.6; }
.lp-checks li::before { position: absolute; left: 0; top: .1em; content: "\2713"; color: var(--lp-copper); font-weight: 900; }
.lp-planning { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.lp-plan { min-height: 190px; padding: 27px; border: 1px solid var(--lp-stone); border-radius: 8px; background: var(--lp-paper); }
.lp-plan__number { color: var(--lp-copper); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.lp-plan h3 { margin: 28px 0 9px; font-family: Georgia, ui-serif, serif; font-size: 1.45rem; }
.lp-plan p { margin: 0; color: rgb(23 33 28 / 68%); line-height: 1.65; }
.lp-process { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 44px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 8px; overflow: hidden; }
.lp-step { min-height: 250px; padding: 28px 24px; background: rgb(255 255 255 / 4%); }
.lp-step + .lp-step { border-left: 1px solid rgb(255 255 255 / 15%); }
.lp-step__number { color: var(--lp-gold); font-weight: 900; }
.lp-step h3 { margin: 52px 0 10px; color: white; font-family: Georgia, ui-serif, serif; font-size: 1.4rem; }
.lp-step p { margin: 0; color: rgb(255 255 255 / 70%); font-size: .9rem; line-height: 1.65; }
.lp-proof { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.lp-proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.lp-proof-card { min-height: 158px; padding: 22px; border: 1px solid var(--lp-stone); border-radius: 8px; background: white; box-shadow: 0 8px 24px rgb(23 33 28 / 6%); }
.lp-proof-card__mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--lp-canopy); color: white; font-weight: 900; }
.lp-proof-card p { margin: 26px 0 0; color: var(--lp-canopy); font-family: Georgia, ui-serif, serif; font-size: 1.15rem; font-weight: 600; line-height: 1.35; }
.lp-offer { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: center; }
.lp-expectations { padding: 32px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 8px; background: rgb(255 255 255 / 5%); }
.lp-expectations h3 { margin: 0 0 20px; color: white; font-family: Georgia, ui-serif, serif; font-size: 1.35rem; }
.lp-expectations ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.lp-expectations li { padding-left: 26px; position: relative; color: rgb(255 255 255 / 78%); line-height: 1.5; }
.lp-expectations li::before { position: absolute; left: 0; content: "\2713"; color: var(--lp-gold); font-weight: 900; }
.lp-form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.lp-form-card { padding: 34px; border: 1px solid var(--lp-stone); border-radius: 8px; background: white; box-shadow: var(--lp-shadow); }
.lp-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.lp-field--full { grid-column: 1 / -1; }
.lp-field label { display: block; margin-bottom: 7px; color: var(--lp-canopy); font-size: .78rem; font-weight: 800; }
.lp-field input, .lp-field textarea { width: 100%; border: 1px solid var(--lp-stone); border-radius: 8px; background: var(--lp-white); color: var(--lp-ink); font: inherit; padding: 13px 14px; }
.lp-field textarea { min-height: 112px; resize: vertical; }
.lp-field input:focus, .lp-field textarea:focus { border-color: var(--lp-canopy-mid); outline: 4px solid rgb(140 188 153 / 35%); }
.lp-privacy { margin: 12px 0 0; color: rgb(23 33 28 / 55%); font-size: .78rem; text-align: center; }
.lp-faq { max-width: 900px; margin-top: 36px; border-top: 1px solid var(--lp-stone); }
.lp-faq details { border-bottom: 1px solid var(--lp-stone); }
.lp-faq summary { padding: 22px 44px 22px 0; position: relative; color: var(--lp-canopy); cursor: pointer; font-family: Georgia, ui-serif, serif; font-size: 1.18rem; font-weight: 600; list-style: none; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { position: absolute; right: 4px; content: "+"; color: var(--lp-copper); font: 700 1.5rem Inter, sans-serif; }
.lp-faq details[open] summary::after { content: "\2212"; }
.lp-faq details p { max-width: 760px; margin: -4px 0 22px; color: rgb(23 33 28 / 70%); line-height: 1.7; }
.lp-final { text-align: center; }
.lp-final .lp-title, .lp-final .lp-copy { margin-inline: auto; }
.lp-final .lp-copy { max-width: 660px; }
.lp-final .lp-actions { justify-content: center; }
.lp-footer { padding: 30px 0 100px; background: var(--lp-ink); color: rgb(255 255 255 / 65%); }
.lp-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .78rem; }
.lp-mobile-cta { display: none; }
.lp-thank-you { min-height: 100vh; display: grid; place-items: center; padding: 42px 0; background: linear-gradient(135deg, var(--lp-shell), var(--lp-paper)); }
.lp-thank-you__card { width: min(720px, calc(100% - 32px)); padding: clamp(30px, 6vw, 62px); border: 1px solid var(--lp-stone); border-radius: 8px; background: white; box-shadow: var(--lp-shadow-lift); text-align: center; }
.lp-thank-you__logo { width: 76px; height: 76px; margin: 0 auto 28px; object-fit: contain; }
.lp-thank-you__mark { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--lp-canopy); color: white; font-size: 1.5rem; font-weight: 900; }
.lp-thank-you h1 { margin: 0; font-family: Georgia, ui-serif, serif; font-size: clamp(2.2rem, 6vw, 3.7rem); line-height: 1.05; }
.lp-thank-you__steps { display: grid; gap: 10px; margin: 28px 0; padding: 0; text-align: left; list-style: none; }
.lp-thank-you__steps li { padding: 14px 16px; border: 1px solid var(--lp-stone); border-radius: 8px; background: var(--lp-paper); line-height: 1.55; }

@media (max-width: 900px) {
  .lp-hero__grid, .lp-split, .lp-proof, .lp-offer, .lp-form-layout { grid-template-columns: 1fr; gap: 42px; }
  .lp-hero__grid { padding-block: 44px 62px; }
  .lp-hero__media { order: -1; }
  .lp-hero__image { height: min(55vw, 460px); }
  .lp-hero__badge { right: 14px; }
  .lp-process { grid-template-columns: 1fr; }
  .lp-step { min-height: auto; }
  .lp-step + .lp-step { border-top: 1px solid rgb(255 255 255 / 15%); border-left: 0; }
  .lp-step h3 { margin-top: 22px; }
}

@media (max-width: 640px) {
  .lp-wrap { width: min(100% - 24px, 1180px); }
  .lp-section { padding: 58px 0; }
  .lp-brand__name { display: none; }
  .lp-logo { width: 48px; height: 48px; }
  .lp-header__call { font-size: .82rem; }
  .lp-hero h1 { font-size: clamp(2.55rem, 12vw, 3.5rem); }
  .lp-hero__subhead { font-size: 1.04rem; }
  .lp-hero__image { height: 300px; }
  .lp-hero__badge { right: 10px; bottom: -18px; max-width: 210px; font-size: 1rem; }
  .lp-actions { align-items: stretch; flex-direction: column; }
  .lp-actions .lp-button { width: 100%; }
  .lp-cta-support { text-align: center; }
  .lp-trustline__inner { grid-template-columns: 1fr; padding-block: 6px; }
  .lp-trustline__item { padding: 13px 10px; }
  .lp-trustline__item + .lp-trustline__item { border-top: 1px solid var(--lp-stone); border-left: 0; }
  .lp-planning, .lp-proof-grid, .lp-form-grid { grid-template-columns: 1fr; }
  .lp-form-card { padding: 24px 18px; }
  .lp-footer { padding-bottom: 92px; }
  .lp-footer__inner { align-items: flex-start; flex-direction: column; }
  .lp-mobile-cta { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgb(255 255 255 / 15%); background: var(--lp-canopy-dark); box-shadow: 0 -12px 30px rgb(23 33 28 / 18%); }
  .lp-mobile-cta .lp-button { min-height: 48px; padding-inline: 10px; font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
