:root{--ink:#090909;--text:#202124;--muted:#5f6368;--line:#e9e9e7;--soft:#f6f6f4;--teal:#e8f7f3;--teal-ink:#15776d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,"Noto Sans SC",sans-serif;background:#fff}.container{width:min(1040px,calc(100% - 40px));margin:auto}.topbar{height:74px;border-bottom:1px solid var(--line)}.nav,.footer{height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:17px;font-weight:800;letter-spacing:-.4px;text-decoration:none}.logo span{display:grid;place-items:center;width:35px;height:35px;border-radius:8px;background:#080808;color:#fff;font-size:9px;letter-spacing:-2px}.nav nav,.footer nav{display:flex;align-items:center;gap:30px}.nav a,.footer a{color:#262626;text-decoration:none;font-size:14px}.nav button,.footer button{border:0;border-radius:999px;background:#080808;color:#fff;padding:12px 18px;font:600 14px Inter,"Noto Sans SC",sans-serif;cursor:pointer}.hero{padding:56px 0 24px}.kicker{display:inline-block;margin:0 0 15px;padding:5px 11px;border-radius:999px;background:#e8f7f3;color:#1b786e;font-size:14px;font-weight:600}.hero h1{margin:0;font-size:44px;line-height:1.16;letter-spacing:-1.7px;color:#080808}.subtitle{margin:13px 0 37px;color:#616161;font-size:18px;line-height:1.65}.notice{border:1px solid #e2e2df;border-radius:14px;background:#f7f7f5;padding:22px 24px;display:grid;gap:7px;font-size:14px}.notice strong{font-size:16px}.notice span{color:#363636}.plans{display:grid;gap:21px;padding:1px 0 53px}.plan{border:1px solid #e8e8e6;border-radius:18px;padding:28px 31px 25px}.plan.featured{border-color:#bce8de;box-shadow:0 0 0 3px #edf9f6}.plan-top{display:flex;justify-content:space-between;gap:25px}.plan h2{margin:0 0 12px;color:#070707;font-size:31px;letter-spacing:-1.2px}.plan-top p{max-width:700px;margin:0;color:#393939;font-size:16px;line-height:1.65}.badge,.tier{align-self:start;flex:none;padding:6px 11px;border-radius:999px;background:#f4f4f2;font-size:12px;font-weight:600;white-space:nowrap}.teal{background:var(--teal);color:var(--teal-ink)}.price-row{margin:60px 0 19px;padding:17px 0;border-top:1px solid #dededb;border-bottom:1px solid #dededb;display:flex;justify-content:space-between;align-items:end}.price-row small{color:#717171;font-size:13px}.price-row p{margin:7px 0 0;color:#060606;font-size:42px;font-weight:800;letter-spacing:-1.5px;line-height:1}.price-row i{font-style:normal;font-size:18px;margin-right:5px;vertical-align:9px}.price-row em{font-style:normal;font-size:15px;font-weight:500;letter-spacing:0;margin-left:5px}.tier{margin-bottom:2px}.contact-button{width:100%;border:0;border-radius:999px;background:#080808;color:#fff;padding:14px;font:700 15px Inter,"Noto Sans SC",sans-serif;cursor:pointer}.contact-button i{font-style:normal;font-size:24px;vertical-align:-2px;margin-left:8px;line-height:0}.included h3{margin:21px 0 15px;padding-bottom:16px;border-bottom:1px solid #e4e4e1;font-size:15px}.included ul{display:grid;gap:13px;list-style:none;margin:0;padding:0}.included li{font-size:14px}.included li:before{content:"✓";margin-right:16px;font-weight:600}.intro{border-top:1px solid var(--line);padding:47px 0 62px}.intro h2{margin:0 0 12px;font-size:25px;color:#090909}.intro>p{max-width:800px;margin:0;color:#555;font-size:14px;line-height:1.8}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:30px}.steps article{display:flex;gap:13px}.steps b{display:grid;place-items:center;flex:none;width:28px;height:28px;border-radius:50%;background:#f2f2f0;font-size:13px}.steps strong,.steps span{display:block}.steps strong{font-size:14px;margin:3px 0 6px}.steps span{color:#686868;font-size:12px;line-height:1.7}footer{border-top:1px solid var(--line);height:85px}.footer p{margin:auto;color:#777;font-size:12px}.footer button{padding:0;background:transparent;color:#262626;font-weight:400}dialog{width:min(360px,calc(100% - 32px));border:1px solid #e2e2df;border-radius:18px;padding:30px;text-align:center;box-shadow:0 20px 50px #0002}dialog::backdrop{background:#0005}dialog h2{margin:0;font-size:22px}dialog p{margin:10px 0 20px;color:#666;font-size:13px;line-height:1.7}.close{position:absolute;right:13px;top:10px;border:0;background:transparent;font-size:25px;cursor:pointer}.qr{width:160px;height:160px;margin:0 auto 14px;display:grid;place-items:center;background:repeating-linear-gradient(90deg,#111 0 5px,#fff 5px 10px),repeating-linear-gradient(#111 0 4px,#fff 4px 9px);padding:24px}.qr div{width:100%;height:100%;display:grid;place-items:center;background:#fff;color:#111;font-size:13px;font-weight:800;line-height:1.5}.qr+small{color:#777;font-size:11px}@media(max-width:650px){.container{width:min(100% - 32px,1040px)}.topbar{height:65px}.nav nav a{display:none}.nav nav{gap:0}.hero{padding-top:41px}.hero h1{font-size:34px}.subtitle{font-size:15px;margin-bottom:26px}.kicker{font-size:12px}.notice{padding:18px;font-size:13px}.plan{padding:24px 22px}.plan h2{font-size:28px}.plan-top p{font-size:14px}.price-row{margin-top:42px}.price-row p{font-size:38px}.steps{grid-template-columns:1fr;gap:18px}.footer{height:auto;min-height:90px;padding:16px 0;flex-wrap:wrap;gap:12px}.footer p{order:3;width:100%;margin:0}.footer nav{gap:16px}.footer nav a,.footer nav button{font-size:12px}}
