
:root{
  --navy:#071a2d;
  --navy-2:#0f2d49;
  --blue:#1a5f91;
  --blue-soft:#eef6fb;
  --orange:#ff7a22;
  --ink:#122233;
  --muted:#687a8b;
  --line:#dfe7ed;
  --bg:#f5f8fb;
  --white:#fff;
  --green:#0f8969;
  --shadow:0 20px 60px rgba(8,31,50,.09);
  --shadow-strong:0 34px 90px rgba(7,26,45,.16);
  --radius:22px;
}
*{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:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{cursor:pointer}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.section{padding:86px 0}
.section.white{background:#fff;border-top:1px solid #edf1f4;border-bottom:1px solid #edf1f4}
.section.dark{background:var(--navy);color:#fff}
.section-head{max-width:760px;margin-bottom:34px}
.section-head.center{text-align:center;margin:0 auto 42px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#2a638b;background:#eef7fc;border:1px solid #d9eaf5;padding:8px 10px;border-radius:999px}
.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(255,122,34,.1)}
.section.dark .eyebrow{color:#a9dcff;background:rgba(127,204,255,.06);border-color:rgba(152,216,255,.15)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(48px,6vw,74px);line-height:.99;letter-spacing:-.055em}
h2{font-size:clamp(34px,4vw,52px);line-height:1.06;letter-spacing:-.042em;margin-bottom:14px}
h3{letter-spacing:-.02em}
.lead{font-size:18px;color:var(--muted);max-width:760px}
.section.dark .lead{color:rgba(255,255,255,.63)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:13px;border:0;padding:13px 17px;font-weight:900;transition:.18s ease}
.btn.primary{background:var(--orange);color:#fff;box-shadow:0 13px 30px rgba(255,122,34,.23)}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 17px 38px rgba(255,122,34,.3)}
.btn.dark{background:var(--navy);color:#fff}
.btn.light{background:#fff;color:var(--navy);border:1px solid #dbe5ec}
.btn.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.18)}
.small-link{font-size:12px;color:#2c6e98;font-weight:900}

/* Header */
.header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.96);backdrop-filter:blur(15px);border-bottom:1px solid rgba(220,230,237,.9)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand img{height:45px;width:auto}
.navlinks{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:850;color:#4a5d6f}
.navlinks a{padding:28px 0;position:relative}
.navlinks a:hover,.navlinks a.active{color:var(--navy)}
.navlinks a.active:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--orange);border-radius:99px}
.nav-actions{display:flex;gap:9px}
.portal{border:1px solid #dbe4ea;background:#fff;border-radius:11px;padding:10px 12px;font-size:12px;font-weight:900;color:#30495d}
.menu-btn{display:none;width:40px;height:40px;border:1px solid #dce5eb;border-radius:11px;background:#fff;font-size:20px}

/* Hero */
.hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,#061626 0%,#0a2740 65%,#0c3558 100%);padding:92px 0 78px}
.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 27%,rgba(69,161,224,.2),transparent 26rem),radial-gradient(circle at 15% 25%,rgba(255,122,34,.06),transparent 22rem)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.06fr .94fr;gap:58px;align-items:center}
.hero-copy h1{max-width:780px;margin:18px 0 22px}
.hero-copy h1 span{color:#a4ddff}
.hero-copy>p{font-size:20px;line-height:1.65;color:rgba(255,255,255,.72);max-width:720px;margin-bottom:28px}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap}
.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}
.hero-pills span{font-size:11px;font-weight:800;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);padding:7px 9px;border-radius:999px}

/* Product overview visual */
.system-card{background:#fff;color:var(--ink);border-radius:27px;padding:19px;box-shadow:0 40px 110px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.7)}
.system-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.system-title{display:flex;align-items:center;gap:10px;font-weight:900}
.system-title span{width:36px;height:36px;border-radius:12px;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:12px}
.system-status{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:900;color:var(--green)}
.system-status:before{content:"";width:7px;height:7px;background:#17a980;border-radius:50%;box-shadow:0 0 0 4px rgba(23,169,128,.11)}
.system-flow{display:grid;gap:9px}
.flow-row{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:12px;border:1px solid #e2e9ee;border-radius:14px;background:#f9fbfd}
.flow-icon{width:38px;height:38px;border-radius:11px;background:#edf5fa;display:grid;place-items:center;color:#235f88;font-weight:900}
.flow-row strong{display:block;font-size:13px}
.flow-row small{display:block;font-size:10px;color:#7e8f9d;margin-top:2px}
.flow-tag{font-size:9px;font-weight:900;color:#2d6d94;background:#eaf5fb;padding:5px 7px;border-radius:999px}
.ai-bar{display:flex;align-items:center;gap:10px;margin:10px 0;padding:13px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#0d2c47,#155784)}
.ai-bar b{width:33px;height:33px;border-radius:10px;background:rgba(255,255,255,.1);display:grid;place-items:center}
.ai-bar strong{display:block;font-size:13px}
.ai-bar small{color:rgba(255,255,255,.65);font-size:10px}
.outputs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.output{border:1px solid #e2e9ee;border-radius:12px;padding:10px;text-align:center}
.output strong{display:block;font-size:11px}
.output small{display:block;font-size:9px;color:#8595a3;margin-top:2px}

/* Product tabs */
.product-nav{background:#fff;border-bottom:1px solid #e5ecf1}
.product-nav-inner{display:flex;gap:6px;overflow:auto;padding:12px 0}
.product-nav a{white-space:nowrap;padding:10px 13px;border-radius:10px;font-size:12px;font-weight:900;color:#53687a}
.product-nav a:hover,.product-nav a.active{background:#edf5fa;color:#174f75}

/* Trust */
.trust{margin-top:-28px;position:relative;z-index:3}
.trust-card{background:#fff;border:1px solid #e0e8ee;border-radius:21px;box-shadow:var(--shadow);padding:14px;display:grid;grid-template-columns:190px repeat(3,1fr);gap:10px;align-items:center}
.trust-copy{padding:8px 12px}
.trust-copy small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#788b9a;font-weight:900}
.trust-copy strong{display:block;font-size:15px;margin-top:4px}
.logo-cell{height:72px;border:1px solid #edf1f4;border-radius:14px;display:flex;align-items:center;justify-content:center;padding:12px;background:#fff}
.logo-cell img{max-height:33px;max-width:86%}

/* Clarity block */
.clarity{display:grid;grid-template-columns:.92fr 1.08fr;gap:46px;align-items:center}
.clarity-copy p{font-size:18px;color:var(--muted)}
.key-list{display:grid;gap:12px;margin-top:24px}
.key-item{display:flex;gap:11px}
.tick{width:27px;height:27px;border-radius:9px;background:#eaf7f2;color:var(--green);display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.key-item strong{display:block;font-size:14px}
.key-item span{display:block;font-size:12px;color:var(--muted);margin-top:2px}

.simple-stack{background:#fff;border:1px solid #dfe8ee;border-radius:26px;padding:22px;box-shadow:var(--shadow)}
.stack-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.stack-title strong{font-size:16px}
.stack-title span{font-size:10px;font-weight:900;color:#2f6e94;background:#edf6fb;padding:6px 8px;border-radius:999px}
.stack-grid{display:grid;gap:9px}
.stack-item{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;padding:13px;border-radius:14px;border:1px solid #e2e9ee;background:#fbfdfe}
.stack-item b{width:42px;height:42px;border-radius:12px;background:#edf5fa;color:#225f89;display:grid;place-items:center}
.stack-item strong{display:block;font-size:13px}
.stack-item small{display:block;color:#7d8f9d;font-size:10px;margin-top:2px}

/* product cards */
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-card{background:#fff;border:1px solid #dfe7ed;border-radius:22px;padding:23px;box-shadow:0 14px 40px rgba(8,31,50,.06);transition:.18s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card.featured{background:var(--navy);color:#fff;border-color:var(--navy)}
.product-card .icon{width:43px;height:43px;border-radius:13px;background:#eef6fb;color:#1f5f8b;display:grid;place-items:center;font-weight:900}
.product-card.featured .icon{background:rgba(154,217,255,.1);color:#a4ddff}
.product-card h3{font-size:22px;margin:18px 0 8px}
.product-card p{color:var(--muted);font-size:14px}
.product-card.featured p{color:rgba(255,255,255,.63)}
.product-card ul{list-style:none;padding:0;margin:17px 0 0;display:grid;gap:8px;font-size:12px;color:#4d6070}
.product-card.featured ul{color:rgba(255,255,255,.78)}
.product-card li:before{content:"✓";color:#1e7c59;font-weight:900;margin-right:7px}
.product-card.featured li:before{color:#9cddff}

/* Process */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.step{position:relative;background:#fff;border:1px solid #e0e8ee;border-radius:20px;padding:20px;min-height:220px}
.step-no{display:inline-flex;padding:5px 7px;border-radius:8px;background:#edf5fa;color:#27648d;font-size:10px;font-weight:900;margin-bottom:27px}
.step h3{font-size:18px;margin-bottom:7px}
.step p{font-size:12px;color:var(--muted)}
.step:not(:last-child):after{content:"→";position:absolute;right:-12px;top:39px;color:#9db3c3;font-size:19px;font-weight:900}

/* dashboard mock */
.dashboard{display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center}
.dashboard-window{background:#fff;border:1px solid #dce6ed;border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
.windowbar{height:44px;background:#f5f8fa;border-bottom:1px solid #e3eaf0;display:flex;align-items:center;gap:6px;padding:0 14px}
.windowbar i{width:8px;height:8px;border-radius:50%;background:#d0dae2}
.dash-shell{display:grid;grid-template-columns:145px 1fr;min-height:335px}
.sidebar{background:#0c2740;color:#fff;padding:18px 14px}
.sidebar img{height:23px;width:auto;background:#fff;border-radius:8px;padding:4px 6px;margin-bottom:19px}
.sidebar span{display:block;padding:7px 5px;font-size:10px;color:rgba(255,255,255,.58);border-radius:7px}
.sidebar span.active{background:rgba(255,255,255,.08);color:#fff}
.dash-main{padding:18px;background:#fbfdfe}
.dash-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.dash-head strong{font-size:13px}
.dash-head span{font-size:9px;background:#eaf5fb;color:#286a93;font-weight:900;padding:5px 7px;border-radius:999px}
.kanban{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.col{background:#f1f5f8;border-radius:10px;padding:9px;min-height:245px}
.col>strong{font-size:9px;color:#657989;text-transform:uppercase;letter-spacing:.05em}
.lead-card{background:#fff;border:1px solid #e2e8ed;border-radius:9px;padding:9px;margin-top:7px;box-shadow:0 4px 12px rgba(8,31,50,.04)}
.lead-card strong{display:block;font-size:10px}
.lead-card small{display:block;color:#8393a0;font-size:8px;margin-top:2px}
.dashboard-copy p{font-size:18px;color:var(--muted)}

/* cases */
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.case{background:#fff;border:1px solid #e0e8ed;border-radius:21px;padding:21px;box-shadow:0 13px 38px rgba(8,31,50,.05)}
.case-logo{height:65px;display:flex;align-items:center;border-bottom:1px solid #edf1f4;margin-bottom:15px;padding-bottom:14px}
.case-logo img{max-height:31px;max-width:72%}
.case small{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#8293a1;font-weight:900}
.case h3{font-size:19px;margin:6px 0}
.case p{font-size:12px;color:var(--muted)}

/* CTA/footer */
.cta{background:var(--navy);color:#fff;border-radius:27px;padding:38px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;box-shadow:var(--shadow-strong)}
.cta h2{font-size:38px;margin-bottom:8px}
.cta p{color:rgba(255,255,255,.62);max-width:760px;margin-bottom:0}
footer{background:#061523;color:rgba(255,255,255,.55);padding:32px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-logo{background:#fff;border-radius:10px;padding:6px 9px}
.footer-logo img{height:29px;width:auto}
.footer-links{display:flex;gap:17px;font-size:11px}

/* Inner page hero */
.page-hero{background:linear-gradient(135deg,#061626,#0b2e4b);color:#fff;padding:72px 0}
.page-hero .wrap{display:grid;grid-template-columns:1fr .8fr;gap:44px;align-items:center}
.page-hero h1{font-size:clamp(44px,5vw,66px);margin:17px 0}
.page-hero p{font-size:18px;color:rgba(255,255,255,.68);max-width:700px}
.page-panel{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);border-radius:22px;padding:21px}
.page-panel strong{display:block;font-size:14px;margin-bottom:10px}
.page-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:8px;color:rgba(255,255,255,.7);font-size:12px}
.page-panel li:before{content:"✓";color:#9bdcff;font-weight:900;margin-right:8px}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}
.contact-card{background:#fff;border:1px solid #dfe7ed;border-radius:22px;padding:22px;box-shadow:var(--shadow)}
.field{display:flex;flex-direction:column;gap:6px;margin-top:11px}
.field:first-child{margin-top:0}
.field label{font-size:11px;font-weight:900;color:#526779}
.field input,.field textarea{border:1px solid #dce5eb;background:#fff;border-radius:11px;padding:11px 12px;outline:none}
.field textarea{min-height:105px;resize:vertical}
.field input:focus,.field textarea:focus{border-color:#68a0c4;box-shadow:0 0 0 4px rgba(51,122,168,.09)}
.success-box{display:none;border:1px solid #cae7db;background:#eefaf5;color:#11674c;border-radius:13px;padding:13px;margin-top:12px;font-weight:800}

/* Chat */
.chat-label{position:fixed;right:17px;bottom:91px;z-index:88;background:#0b2c48;color:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;box-shadow:0 10px 26px rgba(5,26,43,.18)}
.chat-fab{position:fixed;right:21px;bottom:21px;z-index:89;width:62px;height:62px;border-radius:50%;overflow:hidden;border:4px solid #fff;background:#fff;padding:0;box-shadow:0 18px 48px rgba(7,26,43,.22)}
.chat-fab img{width:100%;height:100%;object-fit:cover}
.chat-panel{position:fixed;right:21px;bottom:96px;z-index:88;width:min(380px,calc(100% - 28px));height:560px;max-height:calc(100vh - 130px);background:#fff;border:1px solid #dfe7ed;border-radius:22px;box-shadow:0 30px 85px rgba(4,23,39,.24);display:none;flex-direction:column;overflow:hidden}
.chat-panel.open{display:flex;animation:up .18s ease}
.chat-head{background:linear-gradient(135deg,#081d31,#10466f);color:#fff;padding:12px 13px;display:flex;align-items:center;gap:9px}
.chat-head img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.65)}
.chat-head strong{display:block;font-size:12px}
.chat-head small{display:block;font-size:9px;color:rgba(255,255,255,.62)}
.chat-close{margin-left:auto;width:31px;height:31px;border:0;border-radius:9px;background:rgba(255,255,255,.08);color:#fff}
.messages{flex:1;overflow:auto;padding:13px;background:#fbfdfe;display:flex;flex-direction:column;gap:7px}
.msg{max-width:86%;padding:9px 10px;border-radius:12px;font-size:12px;white-space:pre-wrap}
.msg.bot{background:#fff;border:1px solid #e1e8ed}
.msg.me{align-self:flex-end;background:#103b5d;color:#fff}
.quick{padding:0 13px 10px;display:flex;flex-wrap:wrap;gap:5px;background:#fbfdfe}
.quick button{font-size:9px;font-weight:850;border:1px solid #dbe6ed;background:#fff;color:#3a5a70;border-radius:999px;padding:6px 8px}
.chat-input{border-top:1px solid #e3eaf0;padding:8px;display:flex;gap:6px;background:#fff}
.chat-input input{flex:1;border:1px solid #dce5eb;border-radius:10px;padding:9px 10px;outline:none}
.chat-input button{border:0;border-radius:10px;padding:0 12px;background:#103b5d;color:#fff;font-weight:900}
@keyframes up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

@media(max-width:980px){
  .hero-grid,.clarity,.dashboard,.page-hero .wrap,.contact-grid{grid-template-columns:1fr}
  .navlinks{position:fixed;left:0;right:0;top:78px;background:#fff;border-bottom:1px solid #dfe7ed;padding:14px 20px;display:none;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 18px 40px rgba(8,31,50,.09)}
  .navlinks.open{display:flex}
  .navlinks a{width:100%;padding:12px 0}
  .navlinks a.active:after{display:none}
  .menu-btn{display:block}
  .nav-actions .portal{display:none}
  .product-grid,.case-grid{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .step:after{display:none}
  .trust-card{grid-template-columns:1fr 1fr}
  .trust-copy{grid-column:1/-1}
}
@media(max-width:680px){
  .wrap{width:min(100% - 26px,1180px)}
  .header .nav{height:70px}
  .brand img{height:38px}
  .navlinks{top:70px}
  .nav-actions .btn{display:none}
  .hero{padding:66px 0 56px}
  .hero h1{font-size:46px}
  .hero-copy>p{font-size:17px}
  .hero-actions{display:grid}
  .hero-actions .btn{width:100%}
  .data-stack{grid-template-columns:1fr}
  .trust{margin-top:-18px}
  .trust-card{padding:10px}
  .logo-cell{height:66px;padding:9px}
  .section{padding:65px 0}
  .product-grid,.case-grid,.process-grid{grid-template-columns:1fr}
  .kanban{grid-template-columns:1fr}
  .col:nth-child(n+2){display:none}
  .dash-shell{grid-template-columns:102px 1fr}
  .cta{grid-template-columns:1fr;padding:27px}
  .footer-inner{flex-direction:column;text-align:center}
  .page-hero{padding:58px 0}
  .page-hero h1{font-size:44px}
  .chat-label{display:none}
}
