:root{
  --ink:#071426;
  --ink2:#0e2441;
  --blue:#0c69f7;
  --blue2:#1f7cff;
  --cyan:#2dd4ff;
  --violet:#7455f5;
  --green:#10a875;
  --muted:#647084;
  --line:#e5eaf1;
  --soft:#f6f9fd;
  --navy:#03111f;
  --shadow:0 18px 50px rgba(7,20,38,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1240px,calc(100% - 40px));margin:auto}

.topbar{background:#06162d;color:#fff;font-size:12px}
.topbar-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.top-left{display:flex;gap:24px}
.top-address{color:#d3dfef;text-align:right}

.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid #e9edf3}
.nav{height:88px;display:flex;align-items:center;gap:38px}
.brand{width:365px;min-width:365px;height:78px;display:flex;align-items:center;overflow:visible}
.brand img{width:100%;height:100%;object-fit:contain;object-position:left center;background:transparent}
.nav-links{margin-left:auto;display:flex;align-items:center;gap:22px;font-size:14px;font-weight:600}
.nav-links>a:not(.btn):hover{color:var(--blue)}
.nav-toggle{display:none;border:0;background:transparent;font-size:28px;margin-left:auto;cursor:pointer}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 23px;border-radius:999px;font-size:14px;font-weight:800;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(90deg,#075ef2,#1678ff);color:#fff;box-shadow:0 10px 26px rgba(12,105,247,.22)}
.btn-dark-outline{color:#fff;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.03)}
.btn-white{background:#fff;color:#0a2a55}

.hero{position:relative;overflow:hidden;background:
 radial-gradient(circle at 75% 35%,rgba(26,100,255,.30),transparent 29%),
 radial-gradient(circle at 68% 65%,rgba(107,70,255,.22),transparent 23%),
 linear-gradient(135deg,#020714 0%,#04142d 45%,#061b39 100%);
}
.hero-grid-pattern{position:absolute;inset:0;background-image:
 linear-gradient(rgba(93,145,255,.06) 1px,transparent 1px),
 linear-gradient(90deg,rgba(93,145,255,.06) 1px,transparent 1px);
 background-size:52px 52px;
 mask-image:linear-gradient(to bottom,transparent,black 14%,black 86%,transparent)
}
.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6}
.orb-one{width:340px;height:340px;background:#0a66ff;right:7%;top:13%}
.orb-two{width:240px;height:240px;background:#7a4cff;right:29%;bottom:8%}
.hero-ring{position:absolute;border:1px solid rgba(77,150,255,.18);border-radius:50%;right:9%;top:11%;transform:rotate(-9deg)}
.ring-one{width:570px;height:570px}
.ring-two{width:430px;height:430px;right:13%;top:20%}

.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:55px;min-height:650px}
.hero-copy{color:white;padding:80px 0}
.eyebrow{display:inline-block;font-size:11px;letter-spacing:.18em;font-weight:800;color:var(--blue);margin-bottom:12px}
.eyebrow.light{color:#9e8cff}
.hero h1,.section h2,.cta h2{font-family:Manrope,Inter,sans-serif;letter-spacing:-.04em}
.hero h1{font-size:clamp(52px,6vw,78px);line-height:1.05;margin:0 0 20px}
.hero h1 span{background:linear-gradient(90deg,#815eff,#2bd0ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:18px;color:#c8d4e5;max-width:720px}
.hero-actions{display:flex;gap:13px;margin-top:30px}
.hero-points{display:flex;gap:28px;margin-top:46px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14)}
.hero-points div{display:flex;flex-direction:column}
.hero-points strong{font-size:16px}
.hero-points span{font-size:11px;color:#9fb0c8}

.hero-panel{height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.ai-core{width:310px;height:310px;position:relative;display:grid;place-items:center}
.core-ring{position:absolute;border-radius:50%;border:1px solid rgba(87,162,255,.45)}
.r1{width:300px;height:300px;animation:spin 20s linear infinite}
.r2{width:230px;height:230px;border-style:dashed;animation:spinReverse 14s linear infinite}
.r3{width:160px;height:160px;border-color:rgba(119,82,255,.7)}
.core-center{width:112px;height:112px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#126cf9,#7c52f6);color:white;font-size:44px;font-weight:800;box-shadow:0 0 55px rgba(38,124,255,.65)}
.node{position:absolute;width:13px;height:13px;border-radius:50%;background:#2fd6ff;box-shadow:0 0 20px #1fbdf2}
.n1{top:10px;left:145px}.n2{top:65px;right:26px}.n3{bottom:52px;right:16px}.n4{bottom:3px;left:145px}.n5{bottom:62px;left:20px}.n6{top:72px;left:16px}
.panel-label{margin-top:14px;font-size:11px;letter-spacing:.24em;color:#9bb5d5}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinReverse{to{transform:rotate(-360deg)}}

.cred-strip{background:#fff;border-bottom:1px solid var(--line)}
.cred-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:27px 0}
.cred-grid div{padding:0 22px;border-right:1px solid var(--line)}
.cred-grid div:first-child{padding-left:0}.cred-grid div:last-child{border-right:0}
.cred-grid strong{display:block;color:var(--blue);font-size:16px}
.cred-grid span{font-size:11px;color:var(--muted)}

.section{padding:92px 0}
.section h2,.cta h2{font-size:clamp(36px,4vw,50px);line-height:1.13;margin:0 0 18px}
.section p{color:var(--muted)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.about{background:linear-gradient(90deg,#f6f9ff,#fff)}
.about-copy p:first-child{font-size:18px;color:#344154}
.mini-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}
.mini-stats div{padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}
.mini-stats strong{display:block;color:var(--blue);font-size:24px}
.mini-stats span{font-size:12px;color:var(--muted)}

.section-head{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:44px}
.section-head>div{max-width:760px}
.section-head>p{max-width:430px}
.solutions{background:#fff}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.service-card{min-height:355px;border:1px solid #e3e9f1;border-radius:18px;padding:25px;background:#fff;box-shadow:0 10px 30px rgba(7,20,38,.06);display:flex;flex-direction:column;transition:.25s}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.service-card.featured{box-shadow:0 0 0 2px rgba(116,85,245,.18),0 18px 45px rgba(116,85,245,.12)}
.service-icon{height:84px;margin:-25px -25px 18px;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#081160,#101a84);display:grid;place-items:center;color:#fff;font-size:40px}
.tag{align-self:flex-start;padding:5px 10px;border-radius:6px;font-size:10px;letter-spacing:.14em;font-weight:800}
.tag-blue{background:#e2efff;color:#0d63e8}.tag-cyan{background:#ddf8ff;color:#0d7b9c}.tag-violet{background:#efe8ff;color:#6b46dc}.tag-green{background:#e0f8ef;color:#13805e}
.service-card h3{font-size:21px;line-height:1.3;margin:13px 0}
.service-card p{font-size:14px}
.service-card>a:not(.btn){color:var(--blue);font-weight:800;font-size:13px;margin-top:auto}
.consultation-card{align-items:center;text-align:center;justify-content:center}
.consultation-card .service-icon{width:100%;margin-bottom:20px}

.dark-section{background:
 radial-gradient(circle at 80% 20%,rgba(28,95,255,.23),transparent 28%),
 linear-gradient(135deg,#04101f,#071a35);
 color:#fff}
.dark-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.dark-grid p{color:#b7c6d9}
.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.metric{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);border-radius:16px;padding:28px}
.metric strong{display:block;font-size:28px;color:#4b9cff}
.metric span{font-size:12px;color:#afc0d6}

.process-section{background:#fff}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.process-grid article{border-top:3px solid var(--blue);padding:25px 20px;background:#f8fbff;border-radius:0 0 15px 15px}
.process-grid span{font-size:12px;color:var(--blue);font-weight:800;letter-spacing:.12em}
.process-grid h3{font-size:23px;margin:9px 0}
.process-grid p{font-size:14px}

.industries{background:#f7faff}
.industry-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.industry-grid div{min-height:118px;padding:22px;border-radius:15px;background:linear-gradient(135deg,#1478f6,#224fc7);color:#fff;font-weight:800;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 15px 35px rgba(32,91,220,.17)}
.industry-grid div:nth-child(even){background:linear-gradient(135deg,#7655ee,#5638c7)}
.industry-grid span{font-size:11px;opacity:.7;margin-bottom:auto}

.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.insight-grid article{padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(7,20,38,.05)}
.insight-grid h3{font-size:22px;line-height:1.3}
.insight-grid a{font-size:13px;color:var(--blue);font-weight:800}
.mini{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--violet)}

.cta{padding:70px 0;background:linear-gradient(110deg,#0a2c59,#06172d);color:#fff}
.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:50px}
.cta p{color:#b8c6d8}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}

footer{background:#0b2345;color:#d7e4f5;padding:58px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1.4fr;gap:45px}
.footer-brand img{width:350px;height:105px;object-fit:contain;object-position:left center;background:transparent;padding:0}
.footer-brand p{color:#fff;font-weight:700}
.footer-grid h4{color:#fff;margin-top:0}
.footer-grid a{display:block;margin:9px 0;font-size:14px}
.footer-grid p{font-size:14px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;font-size:13px}

@media(max-width:1080px){
  .topbar{display:none}
  .nav{height:76px}
  .brand{width:285px;min-width:285px;height:64px}
  .nav-toggle{display:block}
  .nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:22px 30px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}
  .nav-links.open{display:flex}
  .hero-layout{grid-template-columns:1fr}
  .hero-copy{padding:80px 0 25px}
  .hero-panel{height:390px;padding-bottom:50px}
  .cred-grid{grid-template-columns:repeat(2,1fr)}
  .cred-grid div{border-right:0;border-bottom:1px solid var(--line);padding:14px 10px}
  .two-col,.dark-grid,.industry-layout{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .container{width:min(100% - 28px,1240px)}
  .section{padding:68px 0}
  .hero h1{font-size:44px}
  .hero p{font-size:16px}
  .hero-actions,.section-head,.cta-grid{flex-direction:column;align-items:flex-start}
  .hero-points{flex-direction:column;gap:12px}
  .service-grid,.process-grid,.industry-grid,.insight-grid,.footer-grid,.mini-stats{grid-template-columns:1fr}
  .cred-grid{grid-template-columns:1fr}
  .metrics-grid{grid-template-columns:1fr}
  .hero-panel{height:330px}
  .ai-core{width:250px;height:250px}
  .r1{width:245px;height:245px}.r2{width:190px;height:190px}.r3{width:140px;height:140px}
  .brand{width:245px;min-width:245px;height:58px}
  .footer-bottom{flex-direction:column;gap:10px}
}
