:root {
  --ink: #222222;
  --muted: #666666;
  --paper: #f4f4f4;
  --surface: #ffffff;
  --line: #dfe5df;
  --forest: #222222;
  --forest-dark: #222222;
  --gold: #ffbf00;
  --goldSoft: #fffacd;
  --mint: #fffacd;
  --coral: #e5ebf3;
  --shadow: 0 18px 50px rgba(24, 32, 31, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(247,246,241,.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,229,223,.8);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; }
.brand-mark img { width: 34px; height: 34px; object-fit: contain; }
.brand-wordmark { width: 146px; height: 34px; display: grid; place-items: center start; }
.brand-wordmark img { width: 146px; height: 34px; object-fit: contain; object-position: left center; }
  .brand-name { display: none; }
.nav-links { display: flex; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--forest); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 8px; background: var(--gold); color: var(--ink); text-decoration: none; font-weight: 750; box-shadow: 0 8px 18px rgba(34,34,34,.12); }
.button:hover, .button:focus-visible { background: #e6ac00; }
.button.secondary { background: transparent; border: 1px solid var(--ink); color: var(--ink); box-shadow: none; }
.button.small { min-height: 40px; padding: 0 15px; border-radius: 11px; font-size: 14px; }
.hero { padding: 84px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 4px; border-radius: 9px; background: var(--gold); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 660px; margin-top: 20px; font-size: clamp(46px, 7vw, 78px); }
h2 { font-size: clamp(32px, 4vw, 48px); }
h3 { font-size: 21px; }
.lead { max-width: 590px; margin: 24px 0 0; color: var(--muted); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { margin-top: 18px; color: var(--muted); font-size: 14px; }
.hero-art { position: relative; min-height: 410px; border: 1px solid var(--line); border-radius: 16px; background: var(--mint); box-shadow: var(--shadow); overflow: hidden; }
.hero-art::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: var(--gold); top: -105px; right: -70px; }
.hero-art::after { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; background: var(--coral); bottom: -100px; left: -55px; }
.art-card { position: absolute; z-index: 1; left: 54px; right: 54px; top: 62px; padding: 24px; border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
.art-card .mini-label { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.art-card h3 { margin-top: 10px; font-size: 29px; }
.person-row { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.person-row:last-child { border-bottom: 0; padding-bottom: 0; }
.avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest); font-weight: 800; }
.person-copy { flex: 1; }
.person-copy strong { display: block; font-size: 15px; }
.person-copy span { color: var(--muted); font-size: 13px; }
.check { color: var(--forest); font-size: 20px; font-weight: 800; }
.section { padding: 92px 0; }
.section.alt { background: var(--surface); }
.section-intro { max-width: 650px; }
.section-intro p { margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.card-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 8px; background: var(--goldSoft); color: var(--ink); font-size: 21px; font-weight: 900; }
.card p { margin: 12px 0 0; color: var(--muted); }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: start; }
.steps { display: grid; gap: 14px; margin-top: 32px; }
.step { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--gold); color: var(--ink); font-weight: 800; }
.step p { margin: 4px 0 0; color: var(--muted); }
.quote { padding: 34px; border-radius: 16px; background: var(--mint); }
.quote p { margin: 0; font-size: 26px; line-height: 1.3; letter-spacing: -.03em; }
.quote small { display: block; margin-top: 18px; color: var(--muted); }
.cta { padding: 72px 0; background: var(--ink); color: white; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta p { max-width: 540px; margin: 12px 0 0; color: rgba(255,255,255,.72); }
.cta .button { background: var(--gold); color: var(--forest-dark); box-shadow: none; }
.site-footer { padding: 34px 0; background: var(--ink); color: rgba(255,255,255,.68); border-top: 1px solid rgba(255,255,255,.12); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 14px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: white; }
.legal-page { padding: 76px 0 96px; }
.legal-head { max-width: 760px; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.legal-head h1 { font-size: clamp(42px, 6vw, 66px); }
.legal-head p { margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.legal-content { max-width: 780px; padding-top: 40px; }
.legal-content h2 { margin: 38px 0 12px; font-size: 28px; }
.legal-content h3 { margin: 24px 0 8px; font-size: 19px; }
.legal-content p, .legal-content li { color: #485854; }
.legal-content ul { padding-left: 22px; }
.notice { padding: 18px 20px; border-left: 4px solid var(--gold); border-radius: 8px; background: #fff8e7; color: #67532b; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 36px; }
.support-card { padding: 26px; border-radius: 22px; border: 1px solid var(--line); background: white; }
.support-card p { color: var(--muted); }
.support-card a { color: var(--forest); font-weight: 750; }
.download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 34px; }
.download-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.download-card p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.download-badge { display: inline-flex; align-items: center; min-height: 40px; padding: 0 13px; border-radius: 8px; background: var(--ink); color: white; font-size: 12px; font-weight: 750; white-space: nowrap; }
@media (max-width: 820px) {
  .nav-links { display: none; }
  .hero { padding: 58px 0; }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 42px; }
  .hero-art { min-height: 360px; }
  .cards { grid-template-columns: 1fr; }
  .cta-row, .footer-row { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 500px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .button { width: 100%; }
  .hero-actions { display: grid; }
  .art-card { left: 22px; right: 22px; top: 38px; }
  .support-grid { grid-template-columns: 1fr; }
  .download-grid { grid-template-columns: 1fr; }
  .download-card { align-items: flex-start; flex-direction: column; }
}
