:root{--primary:#0F3D91;--secondary:#2563EB;--accent:#20A8FF;--ink:#0F172A;--muted:#64748B;--line:#DCE8F8;--soft:#F8FAFC;--blue-soft:#EEF6FF;--white:#fff;--radius:24px;--shadow:0 24px 70px rgba(15,61,145,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff,#f8fbff 48%,#fff)}a{color:inherit;text-decoration:none}.hcmlike-site{min-height:100vh}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:14px clamp(20px,5vw,72px);background:#ffffffe6;backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand img{display:block;width:245px;max-width:40vw;height:auto}.main-nav{display:flex;gap:25px;color:#334155;font-weight:750}.main-nav a:hover{color:var(--secondary)}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:850}.header-cta{padding:12px 20px;background:var(--primary);color:#fff;box-shadow:0 12px 28px #0f3d912e}.hero-section{position:relative;overflow:hidden;display:grid;grid-template-columns:1.04fr .96fr;gap:50px;align-items:center;padding:70px clamp(20px,5vw,72px) 42px}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 20%,rgba(96,165,250,.24),transparent 34%),radial-gradient(circle at 12% 15%,rgba(15,61,145,.1),transparent 30%);pointer-events:none}.hero-copy,.hero-visual{position:relative}.eyebrow{font-weight:950;letter-spacing:.18em;text-transform:uppercase;color:var(--secondary);font-size:13px}.hero-copy h1{font-size:clamp(48px,6.3vw,88px);line-height:.96;letter-spacing:-.06em;margin:18px 0;color:var(--ink);max-width:840px}.lead{font-size:clamp(18px,2vw,23px);line-height:1.75;color:#475569;max-width:780px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{padding:15px 24px}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 16px 38px #2563eb3d}.btn-light{background:#fff;color:var(--primary);border:1px solid #bfdbfe}.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.trust-row span{padding:10px 14px;border:1px solid #dbeafe;background:#fff;border-radius:999px;color:#1e3a8a;font-weight:800}.hero-visual{min-height:430px}.visual-card{background:#ffffffeb;border:1px solid #dbeafe;border-radius:32px;box-shadow:var(--shadow);backdrop-filter:blur(14px)}.visual-main{padding:28px;min-height:360px}.visual-logo{display:flex;align-items:center;gap:18px;padding:22px;border-radius:26px;background:linear-gradient(135deg,#eff6ff,#fff)}.visual-logo img{width:84px;height:84px}.visual-logo b{display:block;font-size:25px;letter-spacing:.08em;color:var(--primary)}.visual-logo span{display:block;margin-top:6px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-size:12px}.progress-list{display:grid;gap:14px;margin-top:22px}.progress-list div{display:flex;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff}.progress-list span{font-weight:800}.progress-list b{color:var(--secondary)}.visual-floating{position:absolute;right:0;bottom:14px;width:min(340px,70%);padding:20px}.visual-floating b{display:block;color:var(--primary);font-size:20px}.visual-floating span{display:block;margin-top:6px;color:var(--muted)}.orb{position:absolute;border-radius:999px;filter:blur(2px);z-index:-1}.orb-one{width:180px;height:180px;background:#2563eb21;right:40px;top:10px}.orb-two{width:140px;height:140px;background:#20a8ff29;left:40px;bottom:40px}.stats-strip{margin:0 clamp(20px,5vw,72px) 42px;padding:24px;border:1px solid #dbeafe;border-radius:28px;background:#fff;box-shadow:0 16px 50px #0f3d9112;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stats-strip div{padding:10px 18px;border-right:1px solid var(--line)}.stats-strip div:last-child{border-right:0}.stats-strip strong{display:block;color:var(--primary);font-size:34px;letter-spacing:-.04em}.stats-strip span{display:block;color:var(--muted);font-weight:700}.section,.split-section,.cta-section{padding:68px clamp(20px,5vw,72px)}.section-heading{max-width:790px;margin-bottom:34px}.section-heading h2,.split-section h2,.cta-section h2{font-size:clamp(34px,4vw,56px);letter-spacing:-.045em;line-height:1.05;margin:12px 0}.section-heading p,.split-section p,.cta-section p{color:var(--muted);font-size:18px;line-height:1.7}.compact{margin-bottom:26px}.ecosystem-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card,.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 10px 35px #0f172a0a;transition:.2s ease}.feature-card:hover,.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bfdbfe}.feature-card span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#eff6ff;color:var(--primary);font-weight:900}.feature-card h3,.product-card h3{font-size:23px;margin:18px 0 10px}.feature-card p,.product-card p{color:var(--muted);line-height:1.65}.soft-bg{background:linear-gradient(180deg,var(--soft),var(--blue-soft));border-block:1px solid var(--line)}.product-grid{grid-template-columns:repeat(3,1fr)}.product-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:#eff6ff}.product-icon img{width:40px;height:40px}.product-card a{font-weight:900;color:var(--secondary)}.split-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center}.timeline{display:grid;gap:14px}.timeline div{display:flex;align-items:center;gap:18px;padding:20px;border:1px solid #dbeafe;border-radius:22px;background:#fff}.timeline b{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#eff6ff;color:var(--primary)}.timeline span{font-weight:850}.cta-section{margin:36px clamp(20px,5vw,72px);border-radius:32px;background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #dbeafe;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-footer{margin-top:44px;padding:34px clamp(20px,5vw,72px);background:#082b66;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand img{width:250px;filter:brightness(0) invert(1)}.site-footer p{margin:6px 0 0;color:#dbeafe}.footer-links{display:flex;gap:22px;flex-wrap:wrap;color:#eff6ff}@media(max-width:1080px){.main-nav{display:none}.hero-section,.split-section{grid-template-columns:1fr}.hero-visual{min-height:360px}.ecosystem-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.brand img{width:210px;max-width:62vw}.header-cta{display:none}.stats-strip{grid-template-columns:repeat(2,1fr)}.stats-strip div:nth-child(2){border-right:0}.product-grid{grid-template-columns:1fr}.cta-section,.site-footer{flex-direction:column;align-items:flex-start}.hero-copy h1{font-size:44px}.visual-floating{position:relative;width:100%;margin-top:16px}.stats-strip strong{font-size:28px}}@media(max-width:520px){.hero-section{padding-top:46px}.ecosystem-grid,.stats-strip{grid-template-columns:1fr}.stats-strip div{border-right:0;border-bottom:1px solid var(--line)}.stats-strip div:last-child{border-bottom:0}.visual-logo{align-items:flex-start;flex-direction:column}.footer-brand img{width:220px}}
