:root{--blue:#1473ff;--ink:#07111f;--muted:#64748b;--line:#dbe5f0;--wash:#f4f8ff;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter",sans-serif;line-height:1.55}.wrap{width:min(920px,calc(100% - 40px));margin:auto}.nav{display:flex;align-items:center;justify-content:space-between;padding:22px 0}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-size:20px;font-weight:760}.brand img{width:38px;height:38px;border-radius:10px}.navlinks{display:flex;gap:20px}.navlinks a,.footer a{color:var(--muted);text-decoration:none}.navlinks a:hover,.footer a:hover{color:var(--blue)}.hero{padding:88px 0 78px;text-align:center}.eyebrow{color:var(--blue);font-weight:750;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.hero h1{font-size:clamp(52px,9vw,92px);line-height:.95;letter-spacing:-.065em;margin:20px auto;max-width:820px}.hero p{font-size:clamp(19px,3vw,26px);line-height:1.35;color:#35455c;max-width:700px;margin:0 auto 30px}.pills{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.pill{background:var(--wash);border:1px solid #d9e8ff;color:#25528d;border-radius:99px;padding:8px 14px;font-weight:650}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0 0 88px}.card{background:var(--wash);border:1px solid #dfebfb;border-radius:24px;padding:30px;min-height:210px}.card .num{display:inline-grid;place-items:center;width:35px;height:35px;background:var(--blue);color:white;border-radius:11px;font-weight:800}.card h2{font-size:25px;letter-spacing:-.03em;margin:22px 0 8px}.card p{margin:0;color:#465a73}.statement{background:var(--blue);color:#fff;border-radius:32px;padding:55px;margin-bottom:82px}.statement h2{font-size:clamp(34px,6vw,58px);letter-spacing:-.045em;line-height:1.02;margin:0 0 16px}.statement p{font-size:20px;max-width:690px;margin:0;color:#e9f2ff}.pagehead{padding:64px 0 30px}.pagehead h1{font-size:clamp(42px,7vw,68px);letter-spacing:-.05em;line-height:1;margin:16px 0}.pagehead p{color:var(--muted);font-size:18px}.content{max-width:760px;padding-bottom:90px}.content h2{font-size:25px;letter-spacing:-.025em;margin:42px 0 10px}.content p,.content li{font-size:17px;color:#314159}.content ul{padding-left:22px}.short{font-size:21px!important;color:var(--ink)!important;background:var(--wash);border-radius:22px;padding:24px}.faq{border-top:1px solid var(--line);padding:25px 0}.faq h2{margin:0 0 8px}.faq p{margin:0}.footer{border-top:1px solid var(--line);padding:25px 0 40px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:14px}.footer div{display:flex;gap:16px}@media(max-width:720px){.grid{grid-template-columns:1fr}.hero{padding-top:58px}.navlinks{gap:12px;font-size:14px}.statement{padding:34px 26px}.footer{flex-direction:column}}.landing{min-height:100svh;background:#fff;display:flex;flex-direction:column}.landing-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px 20px}.landing-icon{width:min(38vw,190px);aspect-ratio:1;border-radius:24%;box-shadow:0 24px 70px rgba(20,115,255,.2);margin-bottom:30px}.landing h1{font-size:clamp(44px,8vw,70px);letter-spacing:-.055em;line-height:1;margin:0 0 12px}.landing-line{font-size:clamp(22px,4vw,31px);font-weight:700;letter-spacing:-.025em;margin:0;color:#1473ff}.landing-sub{font-size:17px;color:#64748b;margin:12px 0 24px}.coming-soon{border:1px solid #dbe5f0;background:#f8fafc;color:#334155;border-radius:99px;padding:11px 17px;font-size:14px;font-weight:650}.landing-footer{display:flex;justify-content:center;gap:24px;padding:24px 20px 34px}.landing-footer a{color:#64748b;text-decoration:none;font-size:14px}.landing-footer a:hover{color:#1473ff}