:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #233128;
  background: #f7f6f1;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.62; }
a { color: #176b58; text-underline-offset: 3px; }
a:hover { color: #0d4d3e; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #d46d40; outline-offset: 3px; }
.site-header { background: #183f35; color: #fff; }
.header-inner { max-width: 860px; margin: auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { color: #fff; text-decoration: none; font-size: 1.3rem; font-weight: 800; letter-spacing: -.04em; }
.site-nav { display: flex; gap: 20px; }
.site-nav a { color: #eaf4ed; font-size: .95rem; }
main { max-width: 860px; margin: 0 auto; padding: 56px 24px 72px; }
article { max-width: 710px; }
.home-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: 0 18px; align-items: center; padding: 14px 0 34px; border-bottom: 1px solid #dce6dc; }
.home-hero .eyebrow, .home-hero h1, .home-hero .lead, .home-hero .hero-note { grid-column: 1; }
.home-hero h1 { max-width: 700px; font-size: clamp(2.7rem, 7vw, 4.2rem); }
.home-hero .lead { max-width: 690px; font-size: clamp(1.1rem, 2.5vw, 1.35rem); line-height: 1.5; }
.hero-note { max-width: 670px; font-size: .95rem; }
.hero-art { display: block; grid-column: 2; grid-row: 1 / span 4; width: 100%; height: auto; margin: 0; }
.steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; list-style: none; counter-reset: step; padding: 0; margin: 22px 0 36px; }
.steps li { position: relative; counter-increment: step; background: #fff; border: 1px solid #dce6dc; border-radius: 16px; padding: 22px 22px 22px 60px; }
.steps li::before { content: counter(step); position: absolute; top: 21px; left: 19px; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: #e2eee5; color: #183f35; font-weight: 800; }
.steps strong { color: #233128; }
.account-help { border-top: 1px solid #dce6dc; padding-top: 28px; margin-top: 42px; }
.account-help .card { max-width: 650px; }
.eyebrow { color: #a4522f; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); letter-spacing: -.055em; line-height: 1.12; margin: 8px 0 18px; }
h2 { font-size: 1.25rem; letter-spacing: -.02em; margin: 32px 0 8px; }
p, li { color: #405146; }
ul { padding-left: 22px; }
.lead { font-size: 1.09rem; }
.card { background: #fff; border: 1px solid #dce6dc; border-radius: 18px; box-shadow: 0 12px 36px rgba(19,48,36,.05); padding: 26px; margin: 28px 0; }
.card h2:first-child { margin-top: 0; }
.draft { border-left: 4px solid #d46d40; background: #fff4e9; padding: 15px 18px; border-radius: 0 10px 10px 0; }
.draft p { margin: 0; }
.review-field { background: #fff4e9; border-radius: 4px; padding: 0 4px; font-weight: 650; }
label { display: block; font-weight: 700; margin: 18px 0 6px; }
input { font: inherit; width: 100%; max-width: 420px; border: 1px solid #9daf9e; border-radius: 9px; padding: 12px 14px; background: #fff; color: #233128; }
button { display: inline-block; margin-top: 20px; padding: 12px 20px; border: 0; border-radius: 10px; background: #176b58; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
button:hover { background: #105240; }
button:disabled { opacity: .65; cursor: progress; }
[hidden] { display: none !important; }
.status { min-height: 1.6em; font-weight: 600; }
.site-footer { max-width: 860px; margin: 0 auto; padding: 22px 24px 36px; border-top: 1px solid #dce6dc; color: #607367; font-size: .88rem; }
@media (max-width: 700px) {
  .home-hero { display: block; }
  .hero-art { width: min(100%, 560px); margin: 26px auto 0; }
}
@media (max-width: 480px) {
  .header-inner { align-items: flex-start; flex-direction: column; gap: 8px; }
  main { padding-top: 36px; }
  .steps { grid-template-columns: 1fr; }
  .card { padding: 20px; }
}
