:root{--bg:#f6fbff;--card:#ffffff;--ink:#102033;--muted:#627086;--blue:#2f80ed;--blue2:#ddecff;--line:#dbe7f5;--shadow:0 24px 80px rgba(47,128,237,.14);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:linear-gradient(180deg,#eef6ff 0%,#fff 55%,#f8fbff 100%);color:var(--ink)}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:10;background:rgba(246,251,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,231,245,.7)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;gap:10px;align-items:center;font-weight:800;font-size:1.15rem}.brand-logo{width:42px;height:42px;object-fit:contain;display:block;filter:drop-shadow(0 10px 22px rgba(47,128,237,.18))}.brand span{letter-spacing:-.03em}.nav-links{display:flex;align-items:center;gap:26px;color:var(--muted);font-weight:600}.nav-toggle{display:none;background:none;border:0;font-size:1.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--blue);color:#fff;font-weight:800;padding:15px 24px;box-shadow:0 16px 30px rgba(47,128,237,.22)}.btn:hover{transform:translateY(-1px)}.btn-small{padding:11px 17px}.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center;padding:86px 0 68px}.eyebrow{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.hero h1{font-size:clamp(2.6rem,6vw,5.7rem);line-height:.96;margin:12px 0 22px;letter-spacing:-.07em}.hero-text,.section-text{font-size:1.16rem;line-height:1.75;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.microcopy{color:var(--muted);font-weight:600}.phone-card{justify-self:center;width:min(390px,100%);padding:14px;background:#102033;border-radius:46px;box-shadow:var(--shadow)}.phone-top{width:112px;height:26px;background:#0b1623;border-radius:0 0 18px 18px;margin:0 auto -2px}.app-screen{min-height:650px;background:linear-gradient(180deg,#f4f9ff,#fff);border-radius:34px;padding:30px 24px;position:relative;overflow:hidden}.app-greeting{font-weight:800;color:var(--muted);margin-top:8px}.app-screen h2{font-size:2.1rem;margin:56px 0 8px}.app-screen p{color:var(--muted)}.item-row{display:flex;justify-content:space-between;align-items:center;margin:13px 0;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff}.item-row strong{color:var(--blue);font-size:.78rem}.app-screen button{width:100%;margin:16px 0;padding:16px;border:0;border-radius:18px;background:var(--ink);color:#fff;font-weight:800}.goal-ring{margin:25px auto 0;width:142px;height:142px;border-radius:50%;border:16px solid var(--blue);display:grid;place-items:center;text-align:center;background:#fff}.goal-ring span{font-size:2rem;font-weight:900}.goal-ring small{display:block;color:var(--muted);font-weight:700}.strip{border-block:1px solid var(--line);background:#fff}.strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:24px 0}.strip-grid div{display:grid}.strip-grid strong{font-size:1.05rem}.strip-grid span{color:var(--muted)}.section{padding:86px 0}.section-heading{text-align:center;max-width:780px;margin:0 auto 36px}.section-heading h2,.feature-grid h2,.cta h2,.legal h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:-.05em;margin:8px 0 16px}.cards{display:grid;gap:22px}.three{grid-template-columns:repeat(3,1fr)}.card,.legal-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 14px 50px rgba(16,32,51,.06)}.icon{font-size:2rem}.card h3{font-size:1.35rem;margin:18px 0 8px}.card p,.legal p,.legal li{color:var(--muted);line-height:1.75}.feature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:start}.feature-list{display:grid;gap:14px}.feature-list div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;display:grid;gap:6px}.feature-list span{color:var(--muted)}.cta{text-align:center;background:var(--ink);color:#fff;border-radius:40px;padding:58px 24px;margin-bottom:80px}.cta p{color:#c8d7e8}.footer{background:#fff;border-top:1px solid var(--line);padding:38px 0 22px}.footer-grid{display:flex;justify-content:space-between;gap:24px}.footer p,.copyright{color:var(--muted)}.footer-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end;color:var(--muted);font-weight:600}.copyright{text-align:center;margin-top:30px}.legal{padding:70px 0}.legal-card{max-width:900px}.legal h2{margin-top:34px}.contact-box{display:grid;gap:14px}.contact-box a{color:var(--blue);font-weight:800}@media(max-width:820px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.hero,.feature-grid{grid-template-columns:1fr}.hero{padding-top:48px}.phone-card{order:-1}.strip-grid,.three{grid-template-columns:1fr}.footer-grid{display:grid}.footer-links{justify-content:flex-start}.app-screen{min-height:560px}.hero h1{font-size:3rem}}
