:root {
  color-scheme: light;
  --evergreen: #063f30;
  --evergreen-deep: #032c22;
  --cream: #fff8ec;
  --paper: #ffffff;
  --coral: #ff5b47;
  --mint: #bfe9d6;
  --ink: #10241e;
  --muted: #51615b;
  --line: rgba(6, 63, 48, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  min-width: 280px;
}
a { color: var(--evergreen); }
a:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 24px clamp(20px, 5vw, 64px);
}
.brand { align-items: center; color: var(--evergreen-deep); display: flex; font-size: 1.2rem; font-weight: 850; gap: 12px; text-decoration: none; }
.brand img { border-radius: 11px; height: 46px; width: 46px; }
.brand + nav { display: flex; gap: 22px; margin-left: auto; margin-right: 28px; }
.brand + nav a { color: var(--evergreen-deep); font-size: .9rem; font-weight: 760; text-decoration: none; }
.brand + nav a:hover { color: var(--coral); }
.status { border: 1px solid var(--line); border-radius: 999px; color: var(--evergreen); font-size: .78rem; font-weight: 750; letter-spacing: .04em; padding: 8px 12px; text-transform: uppercase; }

main { overflow: hidden; }
.hero {
  align-items: center;
  display: grid;
  gap: clamp(48px, 8vw, 104px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  margin: 0 auto;
  max-width: 1240px;
  min-height: calc(100vh - 96px);
  padding: 56px clamp(20px, 5vw, 64px) 96px;
}
.eyebrow { color: var(--coral); font-size: .78rem; font-weight: 900; letter-spacing: .15em; margin: 0 0 18px; text-transform: uppercase; }
h1 { color: var(--evergreen-deep); font-size: clamp(3.25rem, 7.3vw, 6.9rem); letter-spacing: -.065em; line-height: .9; margin: 0; max-width: 850px; }
h1 em { color: var(--evergreen); font-style: normal; }
.lede { color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.65; margin: 32px 0; max-width: 680px; }
.button { background: var(--evergreen); border-radius: 999px; color: white; display: inline-flex; font-size: 1rem; font-weight: 800; gap: 28px; padding: 15px 21px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--evergreen-deep); transform: translateY(-2px); }
.platform { color: var(--muted); font-size: .9rem; margin: 16px 0 0; }

.hero-visual { background: var(--evergreen); border-radius: 34px 34px 120px 34px; min-height: 570px; padding: clamp(28px, 5vw, 56px); position: relative; transform: rotate(1.5deg); }
.hero-visual::before { border: 1px solid rgba(255,255,255,.22); border-radius: inherit; content: ""; inset: 14px; pointer-events: none; position: absolute; }
.app-icon { border-radius: 25%; box-shadow: 0 26px 80px rgba(0,0,0,.28); display: block; margin-left: auto; max-width: 260px; position: relative; transform: rotate(-4deg); width: 58%; }
.price-card { align-items: flex-end; background: var(--paper); border-radius: 20px; box-shadow: 0 22px 70px rgba(0,0,0,.22); display: flex; justify-content: space-between; margin-top: -8px; padding: 24px; position: relative; transform: rotate(-3deg); }
.card-label { color: var(--muted); display: block; font-size: .83rem; font-weight: 750; margin-bottom: 5px; }
.price-card strong { color: var(--evergreen-deep); font-size: 2.35rem; letter-spacing: -.05em; }
.match { background: #ddf6e9; border-radius: 999px; color: #0a6746; font-size: .78rem; font-weight: 850; padding: 8px 11px; }
.evidence-row { color: var(--cream); display: grid; font-size: .82rem; font-weight: 750; gap: 8px; grid-template-columns: repeat(3, 1fr); margin-top: 34px; position: relative; }
.evidence-row span { border-top: 1px solid rgba(255,255,255,.4); padding-top: 10px; }

.proof { background: var(--evergreen-deep); color: white; display: grid; gap: 0; grid-template-columns: repeat(2, 1fr); }
.proof p { margin: 0; padding: clamp(32px, 6vw, 64px); }
.proof p + p { border-left: 1px solid rgba(255,255,255,.18); }
.proof strong { display: block; font-size: clamp(1.35rem, 2.4vw, 2rem); letter-spacing: -.035em; margin-bottom: 12px; }
.proof span { color: var(--mint); display: block; font-size: 1rem; line-height: 1.6; max-width: 540px; }

.steps { display: grid; gap: clamp(44px, 8vw, 120px); grid-template-columns: .8fr 1.2fr; margin: 0 auto; max-width: 1160px; padding: 128px clamp(20px, 5vw, 64px); }
h2 { color: var(--evergreen-deep); font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.055em; line-height: .98; margin: 0; }
.steps ol { list-style: none; margin: 0; padding: 0; }
.steps li { border-top: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 54px 1fr; padding: 28px 0; }
.steps li > span { color: var(--coral); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
h3 { color: var(--evergreen-deep); font-size: 1.42rem; letter-spacing: -.025em; margin: 0 0 8px; }
.steps li p { color: var(--muted); font-size: 1rem; line-height: 1.65; margin: 0; }

.closing { background: var(--coral); color: var(--evergreen-deep); padding: 110px max(20px, calc((100vw - 1080px) / 2)); }
.closing .eyebrow { color: var(--evergreen-deep); }
.closing h2 { max-width: 850px; }
.closing p:not(.eyebrow) { font-size: 1.16rem; line-height: 1.7; max-width: 690px; }
.coming-soon { border: 2px solid var(--evergreen-deep); border-radius: 999px; display: inline-block; font-weight: 850; margin-top: 16px; padding: 12px 17px; }

footer { align-items: flex-start; background: var(--evergreen-deep); color: var(--mint); display: flex; justify-content: space-between; padding: 44px clamp(20px, 5vw, 64px); }
footer strong, footer span { display: block; }
footer strong { color: white; font-size: 1.08rem; margin-bottom: 6px; }
footer span, footer p { font-size: .88rem; line-height: 1.55; margin: 0; }
footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
footer nav a { color: var(--mint); font-size: .9rem; font-weight: 760; text-decoration: none; }
footer nav a:hover { color: white; }

.page-shell { margin: 0 auto; max-width: 980px; padding: 64px clamp(20px, 5vw, 64px) 110px; }
.page-intro { border-bottom: 1px solid var(--line); margin-bottom: 44px; padding-bottom: 34px; }
.page-intro h1 { font-size: clamp(2.8rem, 8vw, 5.8rem); }
.page-intro p:last-child { color: var(--muted); font-size: 1.12rem; line-height: 1.7; max-width: 760px; }
.draft-notice { background: #fff1cf; border: 1px solid #e7c779; border-radius: 16px; color: #5f4611; font-weight: 680; line-height: 1.55; margin: 28px 0 0; padding: 16px 18px; }
.document-section { max-width: 800px; }
.document-section h2 { font-size: clamp(1.55rem, 4vw, 2.15rem); letter-spacing: -.035em; margin: 48px 0 12px; }
.document-section h3 { font-size: 1.18rem; margin: 30px 0 8px; }
.document-section p, .document-section li { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.document-section strong { color: var(--ink); }
.document-section ul { padding-left: 22px; }
.support-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); margin-top: 38px; }
.support-card { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 26px; }
.support-card h2 { font-size: 1.35rem; margin: 0 0 10px; }
.support-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.support-alert { background: var(--evergreen); border-radius: 20px; color: white; margin-top: 28px; padding: 24px 26px; }
.support-alert strong { display: block; font-size: 1.18rem; margin-bottom: 6px; }
.support-alert p { color: var(--mint); line-height: 1.6; margin: 0; }
.back-home { align-items: center; display: inline-flex; font-weight: 800; gap: 8px; margin-top: 44px; text-decoration: none; }

@media (max-width: 840px) {
  header { flex-wrap: wrap; }
  .brand + nav { order: 3; width: 100%; margin: 18px 0 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 510px; }
  .steps { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  header { align-items: flex-start; gap: 14px; }
  .brand + nav { gap: 14px 18px; }
  .brand + nav a { font-size: .84rem; }
  .status { font-size: .66rem; text-align: center; }
  .hero { padding-top: 34px; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-visual { border-radius: 26px 26px 80px 26px; min-height: 425px; padding: 32px 24px; }
  .app-icon { width: 62%; }
  .price-card { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 5px; }
  .proof { grid-template-columns: 1fr; }
  .proof p + p { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .support-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; gap: 24px; }
}

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