:root{--yellow:#f3ba2f;--yellow-bright:#ffd84d;--ink:#151515;--muted:#686868;--line:#e7e3d7;--paper:#fffdf6;--white:#fff;--green:#32b96a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.site-header{width:min(1180px,calc(100% - 48px));height:88px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px}.brand strong{font-size:22px;letter-spacing:-.04em}.brand-icon{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border-radius:13px;background:var(--yellow)}.brand-icon img{width:45px;height:45px;object-fit:contain}.site-header nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:650}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--ink);border-radius:11px;padding:14px 19px;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-small{padding:10px 15px;background:var(--ink);color:var(--white)}.button-primary{background:var(--yellow);box-shadow:5px 5px 0 var(--ink)}.button-primary:hover{box-shadow:7px 7px 0 var(--ink)}.button-quiet{border-color:var(--line);background:var(--white)}.hero{width:min(1180px,calc(100% - 48px));min-height:680px;margin:auto;display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center;padding:72px 0 94px}.eyebrow{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px #f3ba2f2e}.hero h1{margin:24px 0;font-size:clamp(62px,7vw,102px);line-height:.88;letter-spacing:-.075em}.hero h1 mark{padding:0 .08em .07em;background:linear-gradient(transparent 52%,var(--yellow) 52%);color:inherit}.hero-copy>p{max-width:630px;margin:0;color:var(--muted);font-size:19px;line-height:1.65}.hero-actions{display:flex;gap:14px;margin-top:34px}.trust-row{display:flex;gap:24px;margin-top:48px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.trust-row span{display:flex;gap:8px}.trust-row b{color:var(--ink)}.mascot-stage{position:relative;min-height:520px;display:grid;place-items:center;isolation:isolate}.mascot-stage:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:var(--yellow);box-shadow:18px 18px 0 var(--ink);z-index:-2}.mascot-card{position:relative;width:340px;height:380px;display:flex;align-items:center;justify-content:center;border:2px solid var(--ink);border-radius:42% 42% 28% 28%;background:#fff;overflow:hidden}.mascot-card img{width:360px;max-width:none;transform:translateY(-3px)}.status{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);display:flex;align-items:center;gap:7px;white-space:nowrap;padding:9px 13px;border:1px solid #dedede;border-radius:999px;background:#fffffff0;font-size:11px;font-weight:750}.status i{width:7px;height:7px;border-radius:50%;background:var(--green)}.orbit{position:absolute;border:1px dashed #18181855;border-radius:50%;z-index:-1}.orbit-one{width:500px;height:500px}.orbit-two{width:570px;height:430px;transform:rotate(35deg)}.code-chip{position:absolute;display:grid;place-items:center;border:2px solid var(--ink);background:var(--white);box-shadow:4px 4px 0 var(--ink);font:800 13px ui-monospace,SFMono-Regular,Menlo,monospace}.chip-html{left:1%;top:17%;width:66px;height:54px;border-radius:14px;transform:rotate(-9deg)}.chip-zip{right:0;top:22%;width:62px;height:62px;border-radius:50%;background:var(--yellow);transform:rotate(8deg)}.chip-live{right:7%;bottom:10%;padding:12px 15px;border-radius:10px;transform:rotate(-5deg)}.steps{padding:100px max(24px,calc((100% - 1180px)/2));background:var(--ink);color:var(--white)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.section-heading .eyebrow{color:var(--yellow)}.section-heading h2{max-width:600px;margin:0;font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-.055em}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:56px}.step-grid article{min-height:260px;padding:28px;border:1px solid #3a3a3a;border-radius:18px;background:#1d1d1d}.step-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--yellow);color:var(--ink);font-weight:900}.step-grid h3{margin:45px 0 12px;font-size:23px}.step-grid p{margin:0;color:#a7a7a7;line-height:1.65}.step-grid code{color:var(--yellow);font-size:12px}footer{width:min(1180px,calc(100% - 48px));min-height:130px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;color:var(--muted);font-size:12px}.footer-brand{color:var(--ink)}.footer-brand .brand-icon{width:34px;height:34px;border-radius:10px}.footer-brand .brand-icon img{width:37px;height:37px}@media(max-width:920px){.hero{grid-template-columns:1fr;padding-top:64px}.mascot-stage{min-height:580px}.step-grid{grid-template-columns:1fr}.step-grid article{min-height:210px}.section-heading{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.site-header{width:min(100% - 28px,1180px)}.site-header nav>a:first-child{display:none}.hero{width:min(100% - 32px,1180px);gap:24px;padding:54px 0 72px}.hero h1{font-size:58px}.hero-copy>p{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column}.trust-row{align-items:flex-start;flex-direction:column;gap:10px}.mascot-stage{min-height:420px;transform:scale(.75);margin:-50px -60px}.section-heading h2{font-size:45px}footer{width:min(100% - 32px,1180px);align-items:flex-start;flex-direction:column;padding:40px 0}footer p{margin:0}}
