:root{--ink:#163f38;--paper:#fffdf4;--sun:#ffbd4a;--mint:#8ee2b1;--sky:#72d7e8;--coral:#ff816b;--line:#dce9d9}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Trebuchet MS",Avenir,sans-serif;line-height:1.6}.sky{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:-1}.sky span{position:absolute;border-radius:50%;filter:blur(4px);opacity:.2}.sky span:nth-child(1){width:35rem;height:35rem;background:var(--sky);top:-18rem;left:-10rem}.sky span:nth-child(2){width:30rem;height:30rem;background:var(--sun);top:-15rem;right:-7rem}.sky span:nth-child(3){width:25rem;height:25rem;background:var(--mint);bottom:-14rem;right:20%}header,main,footer{width:min(1160px,calc(100% - 40px));margin:auto}header{height:96px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-size:1.45rem;font-weight:900}.mark{width:48px;height:48px;display:grid;place-items:center;border-radius:17px;background:var(--sun);box-shadow:0 8px 0 #e99e2e}nav{display:flex;gap:28px}nav a,footer a{color:var(--ink);font-weight:800;text-decoration:none}.hero{min-height:580px;border-radius:48px;padding:64px;display:grid;grid-template-columns:1.4fr .8fr;align-items:center;background:linear-gradient(135deg,#fff2b9,#bcefc8 55%,#a8e9f2);box-shadow:0 22px 70px rgba(22,63,56,.12)}h1{font-size:clamp(2.7rem,5vw,5.4rem);line-height:1.02;margin:.2em 0}.lead,.intro{font-size:1.25rem;max-width:750px}.eyebrow{font-weight:900;letter-spacing:.14em;color:#a95635}.trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.trust span{background:#fff;border:2px solid rgba(22,63,56,.12);padding:9px 16px;border-radius:999px;font-weight:800}.fox{position:relative;width:270px;height:320px;margin:auto;background:#ff8b25;border-radius:48% 48% 42% 42%;box-shadow:inset 0 -45px 0 #fff0d2,0 24px 0 rgba(22,63,56,.08);display:grid;place-items:center;text-align:center}.ears{position:absolute;top:-65px;color:#e56511;font-size:5rem}.face{font-size:2.6rem;line-height:1.1}.face b{font-size:3rem}.tail{position:absolute;width:145px;height:85px;background:#ff8b25;border-radius:90% 10% 90% 10%;right:-90px;bottom:35px;transform:rotate(-20deg)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:32px 0}.features article,.legal-callout,.document{background:rgba(255,255,255,.9);border:2px solid var(--line);border-radius:32px;padding:32px}.features b{color:var(--coral);font-size:2rem}.features h2{margin:.3em 0}.legal-callout{margin:32px 0;padding:44px}.legal-callout div{display:flex;flex-wrap:wrap;gap:12px}.legal-callout a,.email{display:inline-block;text-decoration:none;color:var(--ink);font-weight:900;border-radius:16px;padding:12px 18px;background:#dcf6e4}.document{max-width:900px;margin:36px auto 80px;padding:clamp(28px,6vw,72px)}.document h1{font-size:clamp(2.5rem,5vw,4.4rem)}.document h2{font-size:1.35rem;margin-top:2em}.document a{color:#087c65}.email{font-size:1.25rem;margin:12px 0 28px}.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.support-grid section{border-top:4px solid var(--mint)}footer{min-height:100px;display:flex;align-items:center;justify-content:space-between;border-top:2px solid var(--line)}@media(max-width:760px){header{height:auto;padding:24px 0;align-items:flex-start}nav{display:none}.hero{padding:36px 26px;grid-template-columns:1fr;min-height:0}.fox{width:180px;height:210px;margin-top:80px}.ears{font-size:3.8rem;top:-53px}.tail{width:90px;right:-50px}.features,.support-grid{grid-template-columns:1fr}.document{margin-top:15px}footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}}