@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@700&display=swap');
@import url('https://unpkg.com/@phosphor-icons/web@2.1.1/src/regular/style.css');
:root{--p:#6961ff;--soft:#efeeff;--ink:#140709;--muted:rgba(20,7,9,.64);--canvas:#f0f2fe;--line:#dcdfeb;--mint:#bafaa2;--gold:#ffce7a;--pink:#fcacf5}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font:15px/1.5 Inter,Arial,sans-serif;letter-spacing:-.25px}.shell{max-width:1280px;margin:auto;padding:0 32px 70px}.nav{height:88px;display:flex;align-items:center;justify-content:space-between}.logo img{display:block;width:130px}.nav a{color:var(--muted);font-weight:600;text-decoration:none}h1,h2,h3{font-family:Poppins,Inter,sans-serif;line-height:1.1;letter-spacing:-2px}.tag{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid var(--line);border-radius:99px;color:var(--muted);font-size:12px;font-weight:700}.tag i{width:7px;height:7px;border-radius:50%;background:var(--p)}.intro{padding:46px 0 65px;text-align:center}.intro h1{max-width:850px;margin:13px auto;font-size:clamp(42px,5vw,64px)}.intro p{max-width:600px;margin:auto;color:var(--muted);font-size:17px}.section{margin-bottom:75px}.head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:21px}.head h2{margin:0;font-size:40px}.head p{max-width:400px;margin:0;color:var(--muted)}.panel{border-radius:23px;background:#fff}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.card{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.card h3{margin:20px 0 8px;font-size:21px;letter-spacing:-.8px}.card p{margin:0;color:var(--muted)}.icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--soft);color:var(--p);font-size:23px}.button{display:inline-flex;align-items:center;gap:9px;margin-top:23px;padding:12px 16px;border:0;border-radius:99px;background:var(--p);color:#fff;font-weight:700;text-decoration:none}.button.dark{background:var(--ink)}.footer{padding-top:20px;border-top:1px solid rgba(20,7,9,.14);color:var(--muted);font-size:12px}.dark{background:var(--ink);color:#fff}.dark p{color:rgba(255,255,255,.68)}.dark .tag{border-color:rgba(255,255,255,.25);color:#fff}.notice{position:fixed;z-index:9;right:20px;bottom:20px;padding:12px 16px;border-radius:12px;background:var(--ink);color:#fff;font-size:13px;opacity:0;transform:translateY(80px);transition:.25s}.notice.show{opacity:1;transform:none}@media(max-width:760px){.shell{padding:0 16px 45px}.nav{height:70px}.grid3,.grid2{grid-template-columns:1fr}.head{align-items:start;flex-direction:column}.section{margin-bottom:55px}}
