:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:#20242b;background:#fffaf3}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#fffaf3,#fff 48%)}header{height:72px;background:hsla(0,0%,100%,.92);border-bottom:1px solid #eee4d8;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100% - 1120px)/2));position:-webkit-sticky;position:sticky;top:0;z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{font-weight:900;font-size:22px;color:#20242b;text-decoration:none}.brand-mark{color:#ed7b2f;margin-right:8px}nav{display:flex;gap:22px;align-items:center}nav a{color:#62605c;text-decoration:none;font-weight:600;font-size:14px}nav a:hover{color:#d65c20}main{max-width:1120px;margin:0 auto;padding:28px 20px 80px}.hero{text-align:center;padding:72px 0 58px}.eyebrow{color:#d65c20;font-size:11px;letter-spacing:.16em;font-weight:800;margin:0 0 14px}.hero h1{font-size:clamp(42px,7vw,78px);line-height:.98;margin:0;letter-spacing:-.06em}.hero h1 em{font-style:normal;color:#ed7b2f}.hero-copy{max-width:640px;margin:24px auto;color:#716d66;font-size:18px;line-height:1.7}.search{display:flex;max-width:680px;margin:30px auto 20px;box-shadow:0 12px 30px rgba(103,62,30,.12)}.search input{flex:1 1;padding:17px 18px;border:1px solid #eadfd2;border-radius:13px 0 0 13px;font-size:16px;background:#fff}.button,.search button{padding:0 23px;border:0;border-radius:0 13px 13px 0;background:#ed7b2f;color:#fff;font-weight:800;text-decoration:none;display:inline-flex;align-items:center}.stats{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;color:#777169;font-size:13px}.stats b{color:#20242b;font-size:18px;margin-right:4px}.start{background:#fff;border:1px solid #eee4d8;border-radius:24px;padding:28px;margin-bottom:64px}.about-strip h2,.section-heading h2,.start h2{margin:0 0 8px;font-size:30px;letter-spacing:-.04em}.start-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:24px}.start-card{border:1px solid #eee4d8;border-radius:16px;padding:18px;text-decoration:none;color:#20242b;background:#fffaf3}.card:hover,.start-card:hover{transform:translateY(-2px);border-color:#f1af79}.start-card b{color:#ed7b2f;font-size:12px}.start-card h3{margin:14px 0 6px}.start-card p{margin:0;color:#777169;font-size:14px;line-height:1.5}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-heading>a{color:#d65c20;font-weight:700;text-decoration:none}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:14px;gap:14px}.card{background:#fff;border:1px solid #eee4d8;border-radius:16px;padding:20px;text-decoration:none;color:#20242b;transition:.2s}.card h3{margin:8px 0}.card-kicker{color:#d65c20;font-size:10px;letter-spacing:.12em;font-weight:800}.muted{color:#777169}.about-strip{display:flex;justify-content:space-between;align-items:center;gap:30px;background:#292724;color:#fff;border-radius:22px;padding:30px;margin-top:64px}.about-strip p:not(.eyebrow){color:#d7d0c8;max-width:650px;line-height:1.6}.about-strip .button{border-radius:12px;white-space:nowrap}.page-intro{padding:40px 0 28px}.page-intro h1{font-size:44px;letter-spacing:-.05em;margin:0 0 10px}.steps{background:#fff;border-radius:16px;padding:20px;border:1px solid #eee4d8}.step{padding:13px 0;border-bottom:1px solid #f0eae2}.step:last-child{border:0}.notice{background:#fff3df;border:1px solid #f1d3a6;padding:14px 16px;border-radius:12px;color:#785126}footer{background:#292724;color:#d7d0c8;border-top:1px solid #eee4d8;padding:30px max(20px,calc((100% - 1120px)/2));display:flex;justify-content:space-between;gap:30px}footer p{max-width:580px;line-height:1.6;font-size:13px}footer nav a{color:#d7d0c8}@media(max-width:720px){header{height:auto;min-height:68px;gap:14px;align-items:flex-start;padding-top:18px;padding-bottom:18px;flex-direction:column}nav{gap:14px;flex-wrap:wrap}.hero{padding:48px 0}.hero h1{font-size:48px}.search{flex-direction:column;gap:10px;box-shadow:none}.search button,.search input{border-radius:12px;min-height:52px}.start-grid{grid-template-columns:1fr 1fr}.section-heading{align-items:flex-start;gap:8px}.about-strip,.section-heading,footer{flex-direction:column}.about-strip .button{min-height:48px}}