:root {
  color-scheme: light;
  --ink: #172321;
  --muted: #63706d;
  --line: #dbe3de;
  --paper: #f4f6f2;
  --panel: #ffffff;
  --teal: #164e4a;
  --teal-dark: #103d39;
  --teal-soft: #e4f0eb;
  --lime: #d9ef9f;
  --sand: #eee4d1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid rgba(22, 78, 74, .32); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 9px 13px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 72px; padding: 0 clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-weight: 800; text-decoration: none; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px 11px 11px 3px; color: white; background: var(--teal); font-family: Georgia, serif; font-size: 20px; font-style: italic; }
nav { display: flex; gap: 26px; }
nav a { color: #51605d; font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--teal); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border: 1px solid var(--teal); border-radius: 8px; color: white; background: var(--teal); box-shadow: 0 8px 20px rgba(22,78,74,.14); font-size: 14px; font-weight: 780; text-decoration: none; }
.button:hover { background: var(--teal-dark); }
.button--small { justify-self: end; min-height: 40px; padding: 0 15px; font-size: 13px; box-shadow: none; }

.hero { min-height: 710px; padding: 92px clamp(20px, 6vw, 92px) 96px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: clamp(60px, 8vw, 120px); align-items: center; background: radial-gradient(circle at 82% 30%, #e8f0dc 0, rgba(232,240,220,0) 33%), linear-gradient(180deg, #fbfcf9 0%, var(--paper) 100%); }
.eyebrow { margin: 0 0 15px; color: var(--teal); font-size: 12px; font-weight: 830; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 850px; font-size: clamp(50px, 6.8vw, 88px); line-height: .98; }
h2 { font-size: clamp(38px, 5vw, 62px); line-height: 1.03; }
h3 { margin: 18px 0 8px; font-size: 20px; }
.hero-intro { max-width: 680px; margin: 26px 0 0; color: #465451; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-link { color: var(--teal); font-size: 14px; font-weight: 780; text-underline-offset: 4px; }
.trust-line { margin: 22px 0 0; color: var(--muted); font-size: 12px; }

.product-preview { position: relative; padding: 22px; border: 1px solid #cedbd4; border-radius: 22px; background: rgba(255,255,255,.95); box-shadow: 0 30px 80px rgba(23,55,49,.13); transform: rotate(1.2deg); }
.product-preview::before { content: ""; position: absolute; width: 100px; height: 100px; right: -32px; bottom: -30px; z-index: -1; border-radius: 30px; background: var(--lime); transform: rotate(18deg); }
.preview-head { display: flex; justify-content: space-between; padding: 2px 2px 17px; border-bottom: 1px solid #e3e9e5; color: #5b6865; font-size: 12px; font-weight: 750; }
.status-dot { color: #226948; }
.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #55a76e; }
.opening-card, .match-row, .result-card { display: flex; align-items: center; gap: 13px; }
.opening-card { padding: 21px 0; }
.opening-card div:last-child, .match-row div, .result-card div { display: grid; gap: 2px; }
.opening-card span, .match-row span:not(.avatar):not(.sent), .result-card span { color: #687572; font-size: 12px; }
.date-tile { width: 55px; height: 58px; display: grid; place-items: center; align-content: center; border-radius: 10px; color: white; background: var(--teal); line-height: 1; }
.date-tile strong { font-size: 22px; }
.date-tile span { margin-top: 5px; color: #d6e6e0; font-size: 9px; letter-spacing: .1em; }
.match-row { padding: 16px; border: 1px solid #dce5df; border-radius: 13px; background: #fafcf9; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--teal); background: var(--teal-soft); font-size: 11px; font-weight: 800; }
.sent { margin-left: auto; padding: 5px 8px; border-radius: 99px; color: #326848; background: #e4f3e7; font-size: 10px; font-weight: 750; }
.flow-line { height: 53px; display: flex; align-items: center; gap: 10px; color: #7a8582; font-size: 10px; }
.flow-line span { width: 1px; height: 100%; margin-left: 34px; background: #c7d4cd; }
.flow-line em { font-style: normal; }
.result-card { padding: 16px; border-radius: 13px; color: white; background: var(--teal); }
.result-card span { color: #dcebe5; }
.check { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--teal) !important; background: var(--lime); font-size: 18px !important; font-weight: 900; }

.proof-strip { padding: 30px clamp(20px, 6vw, 92px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; color: white; background: var(--teal); }
.proof-strip div { display: grid; gap: 3px; }
.proof-strip strong { font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.proof-strip span { color: #c7dcd5; font-size: 12px; }
.section { padding: 112px clamp(20px, 7vw, 110px); }
.section-heading { max-width: 820px; }
.section-heading > p:last-child { max-width: 690px; margin: 22px 0 0; color: #53615e; font-size: 18px; }
.steps { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps article { min-height: 275px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.steps article:nth-child(2) { background: var(--teal-soft); }
.steps p { margin: 0; color: #5b6865; font-size: 14px; }
.step-number { color: var(--teal); font-family: Georgia, serif; font-size: 36px; }
.difference { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(50px, 10vw, 150px); background: var(--sand); }
.difference-copy { padding-top: 8px; }
.difference-copy > p { margin: 0 0 28px; color: #45524f; font-size: 19px; }
.difference ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.difference li { position: relative; padding-left: 28px; }
.difference li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.pricing-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pricing-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.pricing-grid .featured { border-color: var(--teal); box-shadow: inset 0 5px 0 var(--teal); }
.plan { margin: 0; color: var(--teal); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.price { margin: 15px 0 10px; font-family: Georgia, serif; font-size: 42px; line-height: 1; }
.price span { color: var(--muted); font-family: Inter, sans-serif; font-size: 12px; }
.pricing-grid article > p:last-child, .pricing-note { color: var(--muted); font-size: 13px; }
.pricing-note { margin: 18px 0 0; }
.faq { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 130px); background: white; }
details { padding: 20px 0; border-bottom: 1px solid var(--line); }
summary { cursor: pointer; color: var(--ink); font-weight: 760; }
details p { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.final-cta { padding: 100px 24px; text-align: center; color: white; background: var(--teal); }
.final-cta .eyebrow { color: var(--lime); }
.final-cta p:not(.eyebrow) { margin: 20px auto 27px; color: #caddd6; }
.button--light { border-color: var(--lime); color: var(--teal-dark); background: var(--lime); }
.button--light:hover { background: white; }
footer { min-height: 110px; padding: 28px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; color: #c9d8d3; background: #102f2c; font-size: 12px; }
footer > div:first-child { display: grid; }
footer strong { color: white; font-size: 15px; }
.footer-links { display: flex; gap: 22px; }
footer > span { justify-self: end; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .product-preview { width: min(100%, 560px); }
  .difference, .faq { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer > span { justify-self: start; }
}

@media (max-width: 680px) {
  .site-header { min-height: 64px; padding: 0 16px; }
  .button--small { min-height: 38px; padding: 0 11px; }
  .hero { min-height: auto; padding: 58px 18px 65px; gap: 50px; }
  h1 { font-size: clamp(46px, 15vw, 66px); }
  .product-preview { padding: 16px; transform: none; }
  .sent { display: none; }
  .proof-strip, .steps, .pricing-grid { grid-template-columns: 1fr; }
  .proof-strip { padding: 30px 20px; }
  .section { padding: 78px 20px; }
  .steps { margin-top: 38px; }
  .steps article { min-height: auto; }
  .footer-links { flex-wrap: wrap; }
}

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