@import "https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700;800&display=swap";:root{--bg:#f8fafc;--surface:#fff;--surface-soft:#f3f6fb;--text:#101828;--muted:#667085;--line:#e4e7ec;--primary:#1d4ed8;--primary-soft:#dbeafe;--deep:#0f172a;--shadow:0 14px 40px #0f172a14;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:linear-gradient(#f8fafc 0%,#eef4fb 100%);margin:0;font-family:Heebo,sans-serif}a{color:inherit;text-decoration:none}.site-wrapper{overflow-x:hidden}.hero{background:radial-gradient(circle at 0 0,#2563eb14,#0000 24%),radial-gradient(circle at 100% 0,#0ea5e914,#0000 20%),linear-gradient(#fff 0%,#f6f9fe 100%);border-bottom:1px solid #1018280f;padding:22px 24px 84px}.navbar{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto 54px;display:flex}.nav-left{align-items:center;display:flex}.brand-logo{width:220px;max-width:100%;height:auto;display:block}.nav-right{color:#344054;align-items:center;gap:26px;font-size:1rem;font-weight:500;display:flex}.nav-right a:hover{color:var(--primary)}.hero-content{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:grid}.badge,.section-tag{background:var(--primary-soft);color:var(--primary);border-radius:999px;align-items:center;padding:8px 14px;font-size:.9rem;font-weight:700;display:inline-flex}.hero-text h1{color:#0f172a;letter-spacing:-.02em;margin:18px 0;font-size:clamp(2.2rem,5vw,4.1rem);font-weight:800;line-height:1.05}.hero-text p{max-width:680px;color:var(--muted);margin:0;font-size:1.08rem;line-height:1.95}.hero-actions{flex-wrap:wrap;gap:14px;margin:28px 0 30px;display:flex}.btn{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-weight:700;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#0f3fb8 0%,#1d6ff2 100%);box-shadow:0 10px 25px #1d6ff238}.btn-secondary{color:#0f172a;border:1px solid var(--line);background:#fff}.btn-light{color:#0f172a;background:#fff}.hero-stats{flex-wrap:wrap;gap:14px;display:flex}.stat-card{background:#ffffffe0;border:1px solid #1018280f;border-radius:18px;min-width:150px;padding:16px 18px;box-shadow:0 10px 30px #0f172a0f}.stat-card strong{color:#0f172a;margin-bottom:6px;display:block}.stat-card span{color:var(--muted)}.hero-visual{justify-content:center;display:flex}.dashboard-card{background:#fffffff0;border:1px solid #1018280f;border-radius:28px;width:100%;max-width:470px;padding:22px;box-shadow:0 18px 50px #0f172a14}.dashboard-header{gap:8px;margin-bottom:20px;display:flex}.dot{background:#cbd5e1;border-radius:50%;width:10px;height:10px}.conversation{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.bubble{border-radius:18px;max-width:85%;padding:14px 16px;font-size:.97rem;line-height:1.7}.bubble-user{color:#1e3a8a;background:#eff6ff;align-self:flex-start}.bubble-ai{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;align-self:flex-end}.mini-panels{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.mini-panel{text-align:center;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px;font-weight:700}.section{max-width:1200px;margin:0 auto;padding:88px 24px}.trust-strip{text-align:center;color:var(--muted);padding-top:34px;padding-bottom:34px;font-size:1.05rem}.section-head{text-align:center;max-width:760px;margin:0 auto 42px}.section-head h2{color:#0f172a;margin:16px 0;font-size:clamp(1.9rem,4vw,3rem);line-height:1.14}.section-head p{color:var(--muted);margin:0;font-size:1.04rem;line-height:1.9}.grid{gap:20px;display:grid}.cards-grid{grid-template-columns:repeat(3,1fr)}.card,.benefit-box,.step,.info-card,.contact-form{border-radius:var(--radius);box-shadow:var(--shadow);background:#fffffff0;border:1px solid #1018280f}.card{padding:28px}.card h3{color:#0f172a;margin:0 0 12px;font-size:1.2rem}.card p{color:var(--muted);margin:0;line-height:1.9}.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefit-box{padding:26px}.benefit-box h3{margin:0 0 10px}.benefit-box p{color:var(--muted);margin:0;line-height:1.9}.steps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.step{padding:28px}.step-number{color:#fff;background:linear-gradient(135deg,#1d4ed8,#38bdf8);border-radius:16px;place-items:center;width:54px;height:54px;margin-bottom:18px;font-size:1.15rem;font-weight:800;display:grid}.step h3{margin:0 0 10px}.step p{color:var(--muted);margin:0;line-height:1.9}.cta-box{text-align:center;color:#fff;background:linear-gradient(135deg,#0f172a 0%,#163b8d 55%,#1d6ff2 100%);border-radius:32px;padding:54px 30px;box-shadow:0 20px 60px #0f172a29}.cta-box h2{margin-top:0;font-size:clamp(1.8rem,3vw,2.8rem)}.cta-box p{color:#ffffffe6;max-width:700px;margin:16px auto 26px;line-height:1.9}.contact-grid{grid-template-columns:1.05fr .95fr;gap:20px;display:grid}.contact-form{gap:14px;padding:24px;display:grid}.contact-form input,.contact-form textarea{width:100%;font:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:14px;padding:14px 16px}.contact-form textarea{resize:vertical}.contact-info{gap:16px;display:grid}.info-card{padding:24px}.info-card h3{margin:0 0 10px}.info-card p{color:var(--muted);margin:0;line-height:1.9}@media (width<=960px){.hero-content,.cards-grid,.benefits-grid,.steps,.contact-grid{grid-template-columns:1fr}.navbar{flex-direction:column;align-items:center}.nav-right{flex-wrap:wrap;justify-content:center}.hero-text,.section-head{text-align:center}.hero-actions,.hero-stats{justify-content:center}.brand-logo{width:180px}}@media (width<=600px){.section{padding:70px 18px}.hero{padding:18px 18px 70px}.hero-text h1{font-size:2.2rem}.hero-actions{flex-direction:column}.btn{width:100%}.brand-logo{width:150px}}
