:root {
  color-scheme: light;
  --ink: #101828;
  --muted: #526071;
  --cream: #fff8ef;
  --paper: #ffffff;
  --coral: #ff493d;
  --cyan: #18c4e8;
  --line: #eadfd4;
  --navy: #10182a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); line-height: 1.6; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { padding: 22px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: -0.03em; }
.brand img { width: 42px; height: 42px; border-radius: 13px; }
.brand span { font-size: 20px; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; color: var(--muted); }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }
.hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; min-height: 680px; padding: 56px 0 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--coral); font-weight: 850; letter-spacing: .11em; font-size: 12px; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 5px; background: var(--cyan); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 680px; font-size: clamp(48px, 7vw, 88px); }
h2 { font-size: clamp(32px, 4vw, 50px); }
h3 { font-size: 22px; }
.hero-copy { display: grid; gap: 26px; }
.hero-copy p { max-width: 590px; margin: 0; color: var(--muted); font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 15px; text-decoration: none; font-weight: 800; }
.button-primary { background: var(--coral); color: white; box-shadow: 0 9px 24px #ff493d2b; }
.button-secondary { border-color: var(--line); background: var(--paper); }
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.hero-art { position: relative; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: min(420px, 90%); aspect-ratio: 1; border-radius: 48% 52% 45% 55%; background: #ffd8cc; transform: rotate(-8deg); }
.hero-art img { position: relative; width: min(380px, 85%); border-radius: 40px; box-shadow: 0 26px 60px #10182824; }
.stats { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 14px; font-weight: 700; }
.stats span { padding: 8px 12px; border-radius: 99px; background: #ffffffb3; border: 1px solid var(--line); }
.section { padding: 90px 0; }
.section-dark { background: var(--navy); color: white; }
.section-head { display: grid; gap: 16px; max-width: 700px; margin-bottom: 34px; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }
.section-dark .section-head p { color: #bdc7d8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 230px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); display: grid; align-content: start; gap: 14px; }
.feature p { margin: 0; color: var(--muted); }
.feature-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: #e4f8fc; color: var(--ink); font-weight: 900; }
.legal-shell { padding: 54px 0 100px; }
.legal-card { max-width: 800px; padding: clamp(26px, 5vw, 58px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: 0 18px 50px #1018280d; }
.legal-card > p:first-of-type { color: var(--muted); }
.legal-card h1 { font-size: clamp(40px, 6vw, 68px); margin-bottom: 14px; }
.legal-card h2 { font-size: 28px; margin-top: 40px; margin-bottom: 12px; }
.legal-card h3 { font-size: 20px; margin-top: 28px; margin-bottom: 8px; }
.legal-card p, .legal-card li { color: #384657; }
.legal-card ul { padding-left: 24px; }
.notice { margin-top: 26px; padding: 16px 18px; border-left: 4px solid var(--cyan); border-radius: 12px; background: #e8f9fc; color: #284550; }
.support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.support-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.support-card p { color: var(--muted); }
.site-footer { padding: 34px 0 42px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--ink); }
@media (max-width: 820px) {
  .wrap { width: min(100% - 28px, 680px); }
  .nav-links { gap: 12px; }
  .nav-links a:nth-child(1) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding: 34px 0 70px; }
  .hero-copy p { font-size: 17px; }
  .hero-art { order: -1; }
  .hero-art img { width: min(260px, 70%); border-radius: 28px; }
  .feature-grid, .support-grid { grid-template-columns: 1fr; }
  .section { padding: 66px 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
