:root{--blue:#1769e0;--blue-2:#0b4fbd;--navy:#071a35;--ink:#142033;--muted:#69788f;--line:#dfe7f2;--soft:#f3f7fc;--card:#fff;--gold:#f4b942;--danger:#d73845;--success:#169c65;--radius:20px;--shadow:0 18px 50px rgba(20,53,95,.1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7faff;color:var(--ink);line-height:1.6}a{color:var(--blue);text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,231,242,.8)}.site-nav{height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;color:var(--navy);font-weight:800;font-size:21px;margin-right:auto}.brand img{width:38px;height:38px}.site-links{display:flex;gap:24px;align-items:center}.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:750;display:inline-flex;gap:8px;align-items:center;justify-content:center;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:white;box-shadow:0 10px 22px rgba(23,105,224,.22)}.btn-secondary{background:#eaf2ff;color:var(--blue-2)}.btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.hero{padding:92px 0 72px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.eyebrow{display:inline-flex;border:1px solid #cfe0fa;background:#edf5ff;color:var(--blue-2);border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800;letter-spacing:.03em}.hero h1{font-size:clamp(44px,6vw,76px);line-height:1.02;letter-spacing:-.045em;margin:18px 0;color:var(--navy)}.hero p{font-size:19px;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.phone-stage{position:relative;min-height:560px;display:grid;place-items:center}.phone-stage:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:linear-gradient(145deg,#d7e8ff,#f4eaff);filter:blur(2px)}.phone{position:relative;width:310px;background:var(--navy);border:8px solid var(--navy);border-radius:44px;box-shadow:0 34px 80px rgba(7,26,53,.3);overflow:hidden;transform:rotate(3deg)}.phone-top{height:22px;background:var(--navy)}.phone-screen{background:#f7faff;padding:16px;min-height:510px}.mini-head{display:flex;align-items:center;justify-content:space-between;font-weight:800;margin-bottom:14px}.story-row{display:flex;gap:11px}.story{width:47px;height:47px;border:3px solid #3f8cff;border-radius:50%;background:linear-gradient(135deg,#b9d6ff,#ece5ff)}.chat-card{display:flex;gap:11px;background:white;padding:12px;border-radius:16px;margin-top:10px;box-shadow:0 6px 20px rgba(20,53,95,.06)}.avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#1769e0,#8f74e8);flex:0 0 auto}.chat-lines{flex:1}.chat-lines b{font-size:13px}.line{height:7px;background:#dfe7f2;border-radius:9px;margin-top:7px}.line.short{width:56%}.section{padding:82px 0}.section.alt{background:white}.section-head{text-align:center;max-width:700px;margin:0 auto 44px}.section h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.035em;line-height:1.1;margin:0 0 14px;color:var(--navy)}.section-head p,.copy{color:var(--muted)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:25px;box-shadow:0 8px 28px rgba(17,61,114,.05)}.feature-icon{width:45px;height:45px;border-radius:14px;background:#e9f2ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.feature h3{margin:16px 0 8px}.cta{background:linear-gradient(135deg,#082653,#1769e0);color:white;border-radius:32px;padding:54px;display:flex;align-items:center;gap:30px}.cta div{margin-right:auto}.cta h2{color:white}.cta p{color:#d4e4fa;margin:0}.site-footer{background:var(--navy);color:#b7c7dc;padding:46px 0}.footer-grid{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.footer-grid .brand{color:white}.footer-links{margin-left:auto;display:flex;gap:20px;flex-wrap:wrap}.footer-links a{color:#d7e3f2}.legal{max-width:860px;padding:70px 0}.legal h1{font-size:44px;line-height:1.1;color:var(--navy)}.legal h2{margin-top:38px;color:var(--navy)}.legal .meta{color:var(--muted)}.status-card{background:white;border:1px solid var(--line);border-radius:20px;padding:28px;display:flex;align-items:center;gap:14px}.status-dot{width:12px;height:12px;background:var(--success);border-radius:50%;box-shadow:0 0 0 6px rgba(22,156,101,.12)}
@media(max-width:800px){.site-links a:not(.btn){display:none}.hero{padding-top:55px}.hero-grid{grid-template-columns:1fr;gap:30px}.phone-stage{min-height:490px}.phone{width:275px}.features{grid-template-columns:1fr}.cta{padding:34px;display:block}.cta .btn{margin-top:24px}.footer-links{margin-left:0;width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
