*{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth}body{margin:0;background:#fff7ea;color:#292331;font:18px/1.65 system-ui,-apple-system,sans-serif}a{color:#365c89;text-underline-offset:4px}a:focus-visible{outline:3px solid #7954ad;outline-offset:5px}header,main,footer{width:min(100% - 40px,1020px);margin:auto}header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 0;flex-wrap:wrap}header a{text-decoration:none}nav{display:flex;gap:24px;flex-wrap:wrap;font-size:16px}.brand{font-weight:800;font-size:24px;color:#292331;display:flex;align-items:center;gap:12px}.brand img{width:44px;height:44px;border-radius:12px}main{padding:50px 0 72px}h1{font-size:clamp(36px,6vw,68px);letter-spacing:-.045em;line-height:1.08;margin:0 0 24px}h2{font-size:26px;line-height:1.3;letter-spacing:-.025em;margin:42px 0 14px}p{margin:0 0 20px}.hero{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center;min-height:480px}.hero img{width:100%;max-width:300px;border-radius:26%;box-shadow:0 25px 65px #4e35651b;justify-self:center}.eyebrow{color:#655773;font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.intro{font-size:22px;color:#625769}.actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}.button{display:inline-block;background:#40314d;color:white;padding:12px 22px;border-radius:14px;text-decoration:none;font-weight:650}.button.secondary{background:#eee3f5;color:#40314d}.features{border-top:1px solid #dfd2c6;padding-top:36px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.features h2{margin-top:0;font-size:23px}.features p{font-size:17px}.document{max-width:740px}.document h1{font-size:clamp(34px,5vw,50px)}footer{border-top:1px solid #dfd2c6;padding:24px 0 38px;font-size:14px;color:#6c6372;display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px}@media(max-width:650px){.hero{grid-template-columns:1fr;gap:36px;padding-bottom:48px}.hero img{width:170px;grid-row:1;justify-self:start}.features{grid-template-columns:1fr;gap:12px}main{padding-top:28px}header nav{gap:18px}h1{max-width:12ch}.document h1{max-width:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}