:root{
  --navy:#071633; --navy-2:#0a234d; --blue:#0b63f3; --cyan:#00b7ff;
  --ink:#0d1c3d; --muted:#62708a; --line:#dfe8f5; --soft:#f5f9ff;
  --white:#fff; --shadow:0 24px 60px rgba(16,72,148,.12); --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(218,229,244,.7)}
.nav-wrap{height:82px;display:flex;align-items:center;gap:34px}
.brand{width:215px;flex:0 0 auto}
.brand img{width:100%;height:auto}
.main-nav{display:flex;align-items:center;gap:30px;margin-left:auto;font-size:14px;font-weight:650;color:#18284b}
.main-nav a{position:relative;padding:10px 0}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:.25s}
.main-nav a:hover:after{right:0}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;padding:8px;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:2px;margin:5px;background:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;background:linear-gradient(135deg,#0759ea,#0878ff);color:#fff;border-radius:12px;padding:15px 22px;font-weight:750;font-size:14px;box-shadow:0 10px 28px rgba(6,96,235,.24);transition:.25s}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(6,96,235,.3)}
.btn-small{padding:12px 18px;border-radius:10px;white-space:nowrap}
.btn-outline{background:#fff;color:var(--ink);border:1px solid #bbcae0;box-shadow:none}
.btn-outline:hover{border-color:#77a6ea;box-shadow:0 12px 28px rgba(16,72,148,.1)}
.hero{position:relative;overflow:hidden;padding:82px 0 58px;background:linear-gradient(130deg,#fff 0%,#fff 45%,#f4f9ff 72%,#e6f3ff 100%)}
.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#8ebeff 1px,transparent 1px);background-size:28px 28px;opacity:.12;mask-image:linear-gradient(to right,transparent,black 70%,black)}
.hero-glow{position:absolute;border-radius:999px;filter:blur(35px);opacity:.35;pointer-events:none}
.hero-glow-a{width:420px;height:420px;background:#a8d7ff;right:-120px;top:-140px}
.hero-glow-b{width:260px;height:260px;background:#00cfff;left:48%;bottom:-190px;opacity:.12}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
.eyebrow{margin:0 0 16px;color:#1b6df4;font-size:12px;font-weight:850;letter-spacing:.25em}
.eyebrow.light{color:#7fc4ff}
.hero h1{margin:0;font-size:clamp(44px,5.1vw,69px);line-height:1.03;letter-spacing:-.045em;max-width:740px}
.hero h1 span{background:linear-gradient(90deg,#0e58d8,#0876ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{margin:24px 0 0;max-width:700px;color:#586987;font-size:18px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px;padding-top:28px;border-top:1px solid #dce8f6}
.hero-points div{padding-right:12px;border-right:1px solid #e0e9f4}
.hero-points div:last-child{border-right:0}
.hero-points strong{display:block;font-size:13px;color:#102246}
.hero-points small{display:block;margin-top:5px;color:#748098;font-size:12px;line-height:1.4}
.hero-visual{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;perspective:1200px}
.ribbon{position:absolute;width:130px;height:520px;border-radius:90px 10px 90px 10px;background:linear-gradient(145deg,#001747 0%,#073fbd 45%,#00d8ff 100%);transform:rotate(32deg);box-shadow:0 30px 55px rgba(0,66,190,.25)}
.ribbon-one{right:55px;top:-86px}.ribbon-two{right:184px;bottom:-120px;transform:rotate(32deg) scale(.76);opacity:.72}
.dashboard-shell{position:relative;z-index:3;width:100%;max-width:600px;background:#fff;border:1px solid rgba(150,183,221,.75);border-radius:22px;box-shadow:0 38px 90px rgba(18,69,130,.24);overflow:hidden;transform:rotateY(-5deg) rotateX(1deg)}
.dash-top{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#f8fbff;border-bottom:1px solid #e3edf8}
.dash-brand{display:flex;align-items:center;gap:9px;color:var(--navy)}
.dash-brand img{width:27px;height:27px;object-fit:cover;border-radius:4px}
.dash-top>span{font-size:12px;color:#72809b;background:#fff;border:1px solid #dae6f4;border-radius:9px;padding:7px 10px}
.dash-body{display:grid;grid-template-columns:118px 1fr;min-height:390px}
.dash-side{background:linear-gradient(180deg,#071a3c,#082b61);padding:18px 10px;display:flex;flex-direction:column;gap:8px}
.dash-side span{font-size:11px;color:#b9cae6;padding:9px 10px;border-radius:7px}.dash-side .active{background:#0874ff;color:#fff}
.dash-main{padding:22px;background:#fbfdff}.dash-welcome small{display:block;color:#6f7f98;font-size:12px}.dash-welcome strong{display:block;margin-top:2px;font-size:18px;color:#11244b}
.dash-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.dash-cards div{padding:13px;background:#fff;border:1px solid #e2ebf6;border-radius:12px;box-shadow:0 8px 22px rgba(15,66,128,.06)}
.dash-cards small{display:block;color:#8290a7;font-size:10px}.dash-cards b{display:block;margin-top:4px;font-size:13px;color:#0c2f64}
.dash-chart{height:140px;margin-top:12px;background:linear-gradient(180deg,#fff,#f5f9ff);border:1px solid #e4edf7;border-radius:14px;padding:18px 16px;display:flex;align-items:flex-end}
.bars{width:100%;height:100%;display:flex;align-items:flex-end;gap:8px}.bars i{flex:1;border-radius:4px 4px 1px 1px;background:linear-gradient(180deg,#54c7ff,#0a66f4)}
.bars i:nth-child(1){height:28%}.bars i:nth-child(2){height:42%}.bars i:nth-child(3){height:35%}.bars i:nth-child(4){height:58%}.bars i:nth-child(5){height:52%}.bars i:nth-child(6){height:71%}.bars i:nth-child(7){height:65%}.bars i:nth-child(8){height:81%}.bars i:nth-child(9){height:92%}
.dash-bottom{margin-top:12px;display:flex;align-items:center;gap:12px;padding:11px 13px;background:#eef6ff;border-radius:12px}.ring{width:36px;height:36px;border-radius:50%;border:7px solid #0876ff;border-right-color:#cce5ff}.dash-bottom small{display:block;color:#7790ad;font-size:9px}.dash-bottom b{font-size:11px;color:#14325f}
.trust-strip{border-top:1px solid #e1eaf5;border-bottom:1px solid #e1eaf5;background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{padding:24px 25px;border-right:1px solid #e6edf6;display:grid;grid-template-columns:auto 1fr;gap:2px 12px}.trust-grid>div:last-child{border-right:0}
.trust-grid span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#eaf4ff;color:#0872f5;font-size:12px;font-weight:850}.trust-grid strong{font-size:14px}.trust-grid small{font-size:12px;color:#74829a}
.section{padding:90px 0}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:38px}.section-head h2,.why h2,.about h2,.market-copy h2,.cta-card h2{margin:0;font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.035em}.section-head>p{margin:0;color:#65738b;font-size:16px}
.products{background:linear-gradient(180deg,#f7fbff 0,#fff 100%)}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.product-card{position:relative;min-height:330px;padding:25px 22px 22px;background:#fff;border:1px solid #e1e9f4;border-radius:20px;box-shadow:0 12px 36px rgba(14,66,129,.07);display:flex;flex-direction:column;overflow:hidden;transition:.25s}
.product-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--accent,#0b6cf7)}
.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(14,66,129,.13)}
.product-card img{width:48px;height:48px;object-fit:cover;border-radius:10px;margin-bottom:18px}
.product-card h3{margin:0;color:#102146;font-size:24px;letter-spacing:-.03em}.product-card h3 span{color:var(--accent,#0b6cf7)}
.product-kicker{margin:4px 0 14px!important;font-size:12px!important;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--accent,#0b6cf7)!important}
.product-card p{margin:0;color:#69768d;font-size:14px}.product-card a,.product-card .status{margin-top:auto;padding-top:22px;color:var(--accent,#0b6cf7);font-weight:750;font-size:13px}
.product-card a b{margin-left:5px}.product-card .status{display:inline-block;width:max-content}.calc{--accent:#0a6cf6}.crm{--accent:#10a86b}.chat{--accent:#7d2dea}.link{--accent:#f47b13}.mail{--accent:#e62b37}
.why{background:#fff}.why-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}.why-copy>p:last-child{color:#66758d;font-size:16px;max-width:470px}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature-grid article{padding:28px;background:#f8fbff;border:1px solid #e1eaf5;border-radius:18px}.feature-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#e6f2ff;color:#086ff5;font-size:22px;font-weight:800}.feature-grid h3{margin:18px 0 8px;font-size:18px}.feature-grid p{margin:0;color:#6c7990;font-size:14px}
.market-section{padding:82px 0;background:radial-gradient(circle at 78% 20%,rgba(0,141,255,.22),transparent 35%),linear-gradient(135deg,#061831,#082857 65%,#073f7f);color:#fff;overflow:hidden}
.market-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.market-copy p:last-child{color:#bdcce2;max-width:520px}.market-copy h2{font-size:clamp(34px,4vw,48px)}
.market-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.market-cards article{padding:24px;border:1px solid rgba(180,216,255,.18);background:rgba(255,255,255,.07);backdrop-filter:blur(10px);border-radius:18px}.market-cards span{display:block;font-size:26px;color:#4fc3ff}.market-cards strong{display:block;margin-top:14px;font-size:17px}.market-cards small{display:block;margin-top:7px;color:#bcd0e7;font-size:13px}
.about{background:linear-gradient(180deg,#fff,#f8fbff)}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.about-text{color:#64728b;font-size:16px}.about-text p{margin:0 0 16px}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:42px}.values-grid article{padding:22px 18px;background:#fff;border:1px solid #e2eaf5;border-radius:16px;box-shadow:0 9px 24px rgba(15,65,125,.05)}.values-grid b{display:block;color:#0d2c5b}.values-grid span{display:block;margin-top:8px;color:#748096;font-size:12px;line-height:1.45}
.cta-section{padding:0 0 90px;background:#f8fbff}.cta-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;padding:48px 54px;border-radius:28px;background:radial-gradient(circle at 90% 20%,rgba(13,126,255,.48),transparent 35%),linear-gradient(135deg,#06172f,#073b83);color:#fff;box-shadow:0 32px 70px rgba(8,53,113,.18)}.cta-card:after{content:"S";position:absolute;right:-10px;bottom:-110px;font-size:330px;font-weight:900;color:rgba(255,255,255,.035);transform:rotate(-12deg)}.cta-card h2{font-size:clamp(34px,3.8vw,48px)}.cta-card p:last-child{color:#bdd0e8;max-width:680px}.cta-actions{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:22px;flex-wrap:wrap}.btn-light{background:#fff;color:#0b4bb5;box-shadow:none}.text-link{color:#d9eaff;font-weight:700;font-size:13px}
.site-footer{background:#051327;color:#b9c8dc;padding:50px 0 30px;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:44px}.footer-brand img{width:205px;background:#fff;border-radius:10px;padding:6px}.footer-brand p{margin:15px 0 0;color:#8fa4c0;font-size:13px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid strong{color:#fff;font-size:13px;margin-bottom:5px}.footer-grid a,.footer-grid span{font-size:12px;color:#9db0c8}.footer-grid a:hover{color:#fff}
@media(max-width:1080px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:820px}.hero-visual{min-height:460px}.dashboard-shell{max-width:720px}.why-grid,.market-layout{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(3,1fr)}.main-nav{gap:18px}}
@media(max-width:820px){.site-header .btn-small{display:none}.menu-toggle{display:block}.main-nav{position:absolute;top:82px;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;gap:0;padding:16px 20px 24px;background:#fff;border-bottom:1px solid #dfe8f4;box-shadow:0 16px 30px rgba(13,45,90,.08)}.main-nav.open{display:flex}.main-nav a{width:100%;padding:12px 0}.hero{padding-top:55px}.hero h1{font-size:46px}.hero-points{grid-template-columns:1fr}.hero-points div{border-right:0;border-bottom:1px solid #e4ebf5;padding:0 0 14px}.hero-points div:last-child{border-bottom:0}.trust-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.section-head,.about-grid,.cta-card{grid-template-columns:1fr;gap:28px}.section-head{align-items:start}.cta-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.dashboard-shell{transform:none}.ribbon{opacity:.55}}
@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.nav-wrap{height:72px}.brand{width:178px}.main-nav{top:72px}.hero{padding:42px 0}.hero h1{font-size:38px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-visual{min-height:350px}.dash-body{grid-template-columns:82px 1fr}.dash-side{padding:12px 6px}.dash-side span{font-size:9px;padding:7px 6px}.dash-main{padding:14px}.dash-cards{grid-template-columns:1fr}.dash-cards div:nth-child(n+2){display:none}.dash-chart{height:100px}.trust-grid,.product-grid,.feature-grid,.market-cards,.values-grid,.footer-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid #e6edf6}.section{padding:68px 0}.section-head h2,.why h2,.about h2,.market-copy h2,.cta-card h2{font-size:34px}.product-card{min-height:285px}.cta-card{padding:36px 26px;border-radius:22px}.footer-grid>div:last-child{grid-column:auto}}
