:root{--cloud: #4f7fb9;--cloud-soft: #b2d4ff;--health: #4fb98a;--health-soft: #b2ffe0;--pets: #7a4fb9;--pets-soft: #d9b2ff;--family: #4fb5b9;--family-soft: #b2fff6;--ink: #112032;--text: #4f5d6f;--muted: #728095;--line: rgba(17, 32, 50, .12);--surface: #ffffff;--soft-bg: #f6f9fd;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:radial-gradient(circle at 10% 0%,rgba(178,212,255,.5),transparent 28rem),linear-gradient(180deg,#fff,#f8fbff 42%,#fff)}a{color:inherit}img{max-width:100%}.site-shell{min-height:100vh}.container{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.topbar{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(17,32,50,.08);background:#ffffffe0;backdrop-filter:blur(16px)}.topbar__inner{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand img{width:min(230px,52vw);height:auto}.nav{display:flex;align-items:center;gap:1.15rem;font-size:.94rem;font-weight:700}.nav a{color:#334155;text-decoration:none}.nav a:hover{color:var(--cloud)}.button{display:inline-flex;min-height:2.9rem;align-items:center;justify-content:center;border-radius:.65rem;padding:.78rem 1rem;font-weight:800;text-decoration:none}.button--primary{color:#fff;background:var(--cloud);box-shadow:0 16px 34px #4f7fb93d}.button--secondary{color:var(--ink);border:1px solid var(--line);background:#ffffffc7}.hero{padding:5.5rem 0 4rem}.hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:3rem;align-items:center}.eyebrow{margin:0 0 1rem;color:var(--cloud);font-size:.8rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3{margin:0;color:var(--ink);letter-spacing:-.02em}h1{max-width:12ch;font-size:clamp(3rem,7vw,5.9rem);line-height:.96}h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.04}h3{font-size:1.18rem}.lead{max-width:45rem;margin:1.35rem 0 0;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.hero__visual{border:1px solid rgba(17,32,50,.1);border-radius:1.2rem;background:linear-gradient(135deg,#b2d4ffb8,#ffffffdb),#fff;box-shadow:0 28px 80px #28405f2e;padding:1.25rem}.dashboard{display:grid;gap:.9rem;border-radius:.9rem;background:#0f172a;padding:1rem}.dashboard__top,.dashboard__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dashboard__top{padding-bottom:.4rem}.dashboard__logo{width:170px}.dashboard__badge{border-radius:999px;color:#d8f5ff;background:#4f7fb940;padding:.35rem .65rem;font-size:.78rem;font-weight:800}.dashboard__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.metric{border:1px solid rgba(255,255,255,.08);border-radius:.75rem;background:#ffffff0f;padding:.85rem}.metric strong{display:block;color:#fff;font-size:1.5rem}.metric span{color:#94a3b8;font-size:.78rem}.dashboard__row{border-radius:.75rem;background:#ffffff0f;padding:.75rem .85rem;color:#e2e8f0}.section{padding:4.6rem 0}.section--soft{background:var(--soft-bg)}.section__head{max-width:720px;margin-bottom:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.card{border:1px solid var(--line);border-radius:.9rem;background:var(--surface);padding:1.25rem;box-shadow:0 18px 44px #142d4b0f}.card__logo{display:flex;height:56px;align-items:center;margin-bottom:1rem}.card__logo img{max-height:42px;width:auto}.card p{line-height:1.6}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{border-radius:999px;padding:.35rem .62rem;background:#eef5ff;color:#21476e;font-size:.82rem;font-weight:800}.trust-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.4rem;align-items:start}.check-list{display:grid;gap:.8rem;margin:0;padding:0;list-style:none}.check-list li{border:1px solid var(--line);border-radius:.75rem;background:#fff;padding:.9rem 1rem}.footer{border-top:1px solid var(--line);padding:2rem 0;color:var(--muted)}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer nav{display:flex;gap:1rem}.footer a{text-decoration:none}@media(max-width:900px){.nav{display:none}.hero__grid,.grid-3,.trust-grid{grid-template-columns:1fr}.hero{padding-top:3.5rem}}@media(max-width:560px){.container{width:min(100% - 1rem,1180px)}.dashboard__cards{grid-template-columns:1fr}.footer__inner{align-items:flex-start;flex-direction:column}}
