:root {
  --lf-ink: #18232c;
  --lf-muted: #596a75;
  --lf-paper: #f4f6f3;
  --lf-white: #ffffff;
  --lf-coral: #ff5a55;
  --lf-coral-dark: #d93e3a;
  --lf-teal: #168d87;
  --lf-yellow: #f0c94e;
  --lf-line: #d7ded9;
  --lf-dark-line: #45525b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--lf-paper); color: var(--lf-ink); letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; letter-spacing: 0; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.lf-site { min-height: 100vh; overflow: hidden; }

.lf-topbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--lf-line);
  display: flex;
  height: 70px;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  position: relative;
  z-index: 10;
}
.lf-brand { align-items: center; display: flex; font-size: 18px; font-weight: 850; gap: 10px; }
.lf-brand img { height: 34px; width: 34px; }
.lf-topbar nav { align-items: center; display: flex; font-size: 14px; font-weight: 680; gap: 28px; }
.lf-topbar nav a:not(.lf-nav-cta):hover { color: var(--lf-teal); }
.lf-nav-cta { background: var(--lf-ink); color: var(--lf-white); padding: 11px 17px; }
.lf-nav-cta:hover { background: #2d3b45; }

.lf-hero {
  background: var(--lf-paper);
  height: min(720px, calc(100svh - 70px));
  min-height: 620px;
  overflow: hidden;
  padding: 64px clamp(24px, 5vw, 76px) 0;
  position: relative;
}
.lf-hero-copy { max-width: 545px; position: relative; z-index: 3; }
.lf-eyebrow, .lf-kicker { color: var(--lf-teal); font-size: 13px; font-weight: 850; margin: 0 0 18px; text-transform: uppercase; }
.lf-hero h1 { font-size: clamp(64px, 8vw, 108px); line-height: 0.9; margin: 0; }
.lf-hero-line { font-size: clamp(23px, 3vw, 37px); font-weight: 760; line-height: 1.13; margin: 25px 0 17px; max-width: 720px; }
.lf-hero-detail { color: var(--lf-muted); font-size: 17px; line-height: 1.58; margin: 0 0 28px; max-width: 510px; }
.lf-primary-action, .lf-text-action { display: inline-block; font-size: 15px; font-weight: 820; }
.lf-primary-action { background: var(--lf-coral); color: var(--lf-white); margin-right: 12px; padding: 14px 20px; }
.lf-primary-action:hover { background: var(--lf-coral-dark); }
.lf-text-action { border-bottom: 2px solid var(--lf-ink); padding: 12px 2px 5px; }
.lf-text-action:hover { border-color: var(--lf-teal); color: var(--lf-teal); }
.lf-platform-note { color: #74828b; font-size: 12px; font-weight: 650; margin: 14px 0 0; }
.lf-product-shot {
  background: #edf0ed;
  border: 1px solid #cbd3cd;
  bottom: -80px;
  box-shadow: 0 28px 72px rgba(23, 33, 42, 0.15);
  height: 520px;
  left: clamp(485px, 40vw, 650px);
  overflow: hidden;
  position: absolute;
  right: -42px;
}
.lf-product-shot img { object-fit: cover; object-position: left top; }

.lf-proof {
  align-items: center;
  background: var(--lf-ink);
  color: var(--lf-white);
  display: grid;
  font-size: 13px;
  font-weight: 730;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  min-height: 104px;
  padding: 24px clamp(24px, 5vw, 76px);
  text-align: center;
}
.lf-proof span + span { border-left: 1px solid var(--lf-dark-line); }

.lf-section { padding: 112px clamp(24px, 7vw, 112px); }
.lf-section-head { max-width: 820px; }
.lf-section-head h2, .lf-local-band h2, .lf-beta h2 { font-size: clamp(36px, 5vw, 66px); line-height: 1.02; margin: 0; }
.lf-section-head > p:last-child { color: var(--lf-muted); font-size: 17px; line-height: 1.55; margin: 22px 0 0; max-width: 700px; }
.lf-steps { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 72px; }
.lf-steps article { border-top: 2px solid var(--lf-ink); min-height: 270px; padding: 22px 42px 20px 0; }
.lf-steps article + article { border-left: 1px solid var(--lf-line); padding-left: 42px; }
.lf-step-number { color: var(--lf-coral); font-size: 13px; font-weight: 900; }
.lf-steps h3 { font-size: 25px; margin: 58px 0 12px; }
.lf-steps p { color: var(--lf-muted); font-size: 15px; line-height: 1.6; margin: 0; max-width: 320px; }

.lf-local-band {
  background: var(--lf-teal);
  color: var(--lf-white);
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.05fr 0.95fr;
  padding: 100px clamp(24px, 7vw, 112px);
}
.lf-local-band .lf-kicker { color: #d2fffa; }
.lf-local-copy > p { font-size: 18px; line-height: 1.65; margin: 40px 0 50px; max-width: 560px; }
.lf-facts { border-top: 1px solid rgba(255,255,255,0.45); display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 22px; }
.lf-facts span { font-size: 12px; line-height: 1.45; padding-right: 16px; }
.lf-facts strong { display: block; font-size: 26px; margin-bottom: 5px; }

.lf-pricing { background: var(--lf-white); }
.lf-plan-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 64px; }
.lf-plan {
  background: var(--lf-paper);
  border: 1px solid var(--lf-line);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding: 28px;
  position: relative;
}
.lf-plan.featured { border: 2px solid var(--lf-coral); padding: 27px; }
.lf-plan-tag { background: var(--lf-coral); color: var(--lf-white); font-size: 11px; font-weight: 850; left: 14px; padding: 7px 10px; position: absolute; top: -15px; }
.lf-plan h3 { font-size: 21px; margin: 8px 0 24px; }
.lf-price { align-items: baseline; display: flex; gap: 9px; margin: 0; }
.lf-price strong { font-size: 48px; }
.lf-price span { color: var(--lf-muted); font-size: 12px; font-weight: 700; }
.lf-plan-copy { color: var(--lf-muted); font-size: 14px; line-height: 1.55; margin: 12px 0 22px; min-height: 44px; }
.lf-plan ul { border-top: 1px solid var(--lf-line); flex: 1; list-style: none; margin: 0; padding: 20px 0; }
.lf-plan li { font-size: 13px; line-height: 1.45; margin: 0 0 13px; padding-left: 18px; position: relative; }
.lf-plan li::before { color: var(--lf-teal); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.lf-plan > a { background: var(--lf-ink); color: var(--lf-white); font-size: 14px; font-weight: 800; padding: 13px; text-align: center; }
.lf-plan.featured > a { background: var(--lf-coral); }
.lf-plan > a:hover { background: var(--lf-teal); }

.lf-rights { background: #eef1ed; display: grid; gap: 8vw; grid-template-columns: 0.9fr 1.1fr; }
.lf-rights-grid { display: grid; gap: 30px; }
.lf-rights-grid div { border-top: 2px solid var(--lf-ink); padding-top: 20px; }
.lf-rights-grid div:last-child { border-color: var(--lf-coral); }
.lf-rights-grid h3 { font-size: 21px; margin: 0 0 10px; }
.lf-rights-grid p { color: var(--lf-muted); line-height: 1.6; margin: 0; }

.lf-faq { display: grid; gap: 9vw; grid-template-columns: 0.8fr 1.2fr; }
.lf-faq-list { border-top: 2px solid var(--lf-ink); }
.lf-faq details { border-bottom: 1px solid var(--lf-line); padding: 0; }
.lf-faq summary { cursor: pointer; font-size: 17px; font-weight: 760; list-style: none; padding: 24px 36px 24px 0; position: relative; }
.lf-faq summary::-webkit-details-marker { display: none; }
.lf-faq summary::after { content: "+"; font-size: 24px; font-weight: 400; position: absolute; right: 4px; top: 19px; }
.lf-faq details[open] summary::after { content: "−"; }
.lf-faq details p { color: var(--lf-muted); line-height: 1.65; margin: -8px 0 24px; max-width: 680px; padding-right: 40px; }

.lf-beta {
  background: var(--lf-yellow);
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 1fr;
  padding: 100px clamp(24px, 7vw, 112px);
}
.lf-beta .lf-kicker { color: #7b5b00; }
.lf-beta > div > p:last-child { font-size: 17px; line-height: 1.55; max-width: 590px; }
.waitlist-form { align-self: center; }
.form-row { display: grid; gap: 8px; grid-template-columns: 1fr auto; }
.form-row input { background: var(--lf-white); border: 2px solid var(--lf-ink); min-width: 0; padding: 15px 16px; }
.form-row input:focus { border-color: var(--lf-teal); outline: 3px solid rgba(22,141,135,0.2); }
.form-row button { background: var(--lf-ink); border: 0; color: var(--lf-white); cursor: pointer; font-weight: 820; padding: 15px 20px; }
.form-row button:hover { background: var(--lf-teal); }
.form-row button:disabled { cursor: wait; opacity: 0.65; }
.consent { align-items: flex-start; display: flex; font-size: 11px; gap: 8px; line-height: 1.45; margin-top: 12px; }
.consent input { height: 16px; margin: 0; width: 16px; }
.honeypot { height: 0; left: -9999px; opacity: 0; position: absolute; width: 0; }
.form-message { font-size: 13px; font-weight: 760; margin: 12px 0 0; }
.form-message.error { color: #9d2828; }
.form-message.success { color: #225f45; }

.lf-footer {
  align-items: center;
  background: var(--lf-ink);
  color: #dce3e6;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  padding: 44px clamp(24px, 5vw, 76px);
}
.lf-footer .lf-brand { color: var(--lf-white); }
.lf-footer p { font-size: 12px; margin: 0; }
.lf-footer > div { display: flex; font-size: 12px; gap: 18px; }
.lf-footer > div a:hover { color: var(--lf-yellow); }
.lf-footer small { color: #89969f; font-size: 10px; grid-column: 1 / -1; }

@media (max-width: 1080px) {
  .lf-plan-grid { grid-template-columns: repeat(2, 1fr); }
  .lf-plan { min-height: 430px; }
  .lf-product-shot { left: 52%; }
}

@media (max-width: 900px) {
  .lf-topbar nav a:not(.lf-nav-cta) { display: none; }
  .lf-hero { height: 760px; min-height: 760px; padding-top: 42px; }
  .lf-hero-copy { max-width: 620px; }
  .lf-hero h1 { font-size: 70px; }
  .lf-hero-line { font-size: 29px; max-width: 600px; }
  .lf-hero-detail { font-size: 15px; max-width: 590px; }
  .lf-product-shot { bottom: -65px; height: 350px; left: 24px; right: -170px; }
  .lf-proof { grid-template-columns: repeat(2, 1fr); }
  .lf-proof span + span { border-left: 0; }
  .lf-section { padding-block: 82px; }
  .lf-local-band, .lf-rights, .lf-faq, .lf-beta { gap: 52px; grid-template-columns: 1fr; }
  .lf-local-band { padding-block: 82px; }
  .lf-local-copy > p { margin-top: 0; }
  .lf-footer { grid-template-columns: 1fr auto; }
  .lf-footer p { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .lf-topbar { height: 62px; padding-inline: 18px; }
  .lf-nav-cta { padding: 9px 12px; }
  .lf-hero { height: 780px; min-height: 780px; padding: 36px 18px 0; }
  .lf-hero h1 { font-size: 58px; }
  .lf-hero-line { font-size: 25px; }
  .lf-primary-action, .lf-text-action { text-align: center; width: 100%; }
  .lf-primary-action { margin: 0 0 7px; }
  .lf-product-shot { bottom: -25px; height: 255px; left: 18px; right: -240px; }
  .lf-proof { font-size: 12px; min-height: 142px; padding-inline: 18px; }
  .lf-section, .lf-local-band, .lf-beta { padding: 70px 18px; }
  .lf-steps { grid-template-columns: 1fr; margin-top: 50px; }
  .lf-steps article, .lf-steps article + article { border-left: 0; min-height: 210px; padding: 20px 0; }
  .lf-steps h3 { margin-top: 34px; }
  .lf-facts { gap: 18px; grid-template-columns: 1fr; }
  .lf-plan-grid { grid-template-columns: 1fr; }
  .lf-plan { min-height: 0; }
  .lf-form-row, .form-row { grid-template-columns: 1fr; }
  .lf-footer { grid-template-columns: 1fr; padding: 38px 18px; }
  .lf-footer > div { flex-wrap: wrap; }
}

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