:root{--ink:#10241d;--muted:#5e6e68;--green:#147f4c;--pale:#edf5f1;--line:#d7e2dc;--paper:#fbfcfb}*{box-sizing:border-box}html{color-scheme:light}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.site-header,main,footer{width:min(1120px,calc(100% - 40px));margin:auto}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-weight:800;font-size:20px}.brand img{width:42px;height:42px}.site-header nav{display:flex;gap:28px}.site-header nav a,footer a,.text-link{color:var(--ink);text-decoration:none}.site-header nav a:hover,footer a:hover,.text-link:hover{text-decoration:underline}.hero{padding:110px 0 96px;max-width:900px}.eyebrow{color:var(--green);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:13px}.hero h1{font-size:clamp(46px,7vw,82px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 26px}.hero p{max-width:720px;color:var(--muted);font-size:21px}.actions{display:flex;align-items:center;gap:24px;margin-top:38px}.button{display:inline-block;padding:13px 20px;background:var(--green);color:white;text-decoration:none;border-radius:10px;font-weight:750}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden}.features article{background:white;padding:34px}.features span{color:var(--green);font-weight:800}.features h2{font-size:21px;margin:14px 0 8px}.features p{color:var(--muted);margin:0}.notice{margin:72px 0;padding:42px;background:var(--pale);border-radius:16px}.notice h2{margin:0 0 8px}.notice p{margin:0;color:var(--muted)}.legal{max-width:800px;padding:72px 0 110px}.legal h1{font-size:clamp(38px,6vw,62px);line-height:1.08;letter-spacing:-.04em;margin:10px 0 12px}.updated{color:var(--muted);margin-bottom:48px}.legal h2{font-size:23px;margin:38px 0 8px}.legal h3{font-size:18px;margin:26px 0 6px}.legal p,.legal li{color:#33453e}.legal a{color:var(--green)}.legal code{background:var(--pale);padding:2px 5px;border-radius:4px}.contact-card{border:1px solid var(--line);background:white;border-radius:14px;padding:28px;margin-top:28px}footer{display:flex;justify-content:space-between;gap:20px;padding:30px 0 44px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}@media(max-width:760px){.site-header{height:auto;padding:20px 0;align-items:flex-start}.site-header nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.hero{padding:72px 0}.hero h1{font-size:48px}.features{grid-template-columns:1fr}.actions{align-items:flex-start;flex-direction:column}.notice{margin:48px 0;padding:28px}.legal{padding:52px 0 80px}footer{flex-direction:column}}
