:root {
  --ink: #0a1832;
  --muted: #60708a;
  --blue: #1769ee;
  --blue-light: #4c93ff;
  --navy: #07152e;
  --cream: #f5f3ed;
  --white: #fff;
  --line: rgba(10, 24, 50, .12);
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: #fff; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 20; color: #fff; }
.nav-shell { width: min(1380px, calc(100% - 64px)); height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 1.12rem/1 "Manrope", sans-serif; letter-spacing: .16em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--blue); color: #fff; font: 800 1.15rem/1 "Manrope", sans-serif; letter-spacing: 0; box-shadow: 0 8px 24px rgba(23, 105, 238, .3); }
.main-nav { display: flex; align-items: center; gap: 35px; font-size: .88rem; }
.main-nav > a:not(.nav-login) { color: rgba(255,255,255,.68); transition: color .2s; }
.main-nav > a:hover { color: #fff; }
.nav-login { padding: 11px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; display: inline-flex; gap: 9px; }
.menu-button { display: none; border: 0; background: transparent; }

.hero { min-height: 870px; position: relative; display: grid; grid-template-columns: .88fr 1.12fr; color: #fff; background: var(--navy); overflow: hidden; }
.hero::before { content:""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-glow { position: absolute; width: 720px; height: 720px; right: 2%; top: 3%; background: radial-gradient(circle, rgba(26,106,240,.2), transparent 66%); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 140px 3vw 80px max(5vw, calc((100vw - 1380px) / 2)); }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; font-size: .71rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #92bfff; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #83b5ff; }
h1,h2,h3 { margin-top: 0; font-family: "Manrope", sans-serif; }
h1 { margin-bottom: 30px; font-size: clamp(3.9rem, 6.1vw, 7.2rem); line-height: .93; letter-spacing: -.065em; }
h1 em, h2 em { font-style: normal; color: var(--blue-light); }
.hero-lead { max-width: 580px; margin: 0 0 36px; color: #b8c4d8; font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { min-height: 52px; padding: 0 24px; border-radius: 5px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; font-size: .88rem; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); box-shadow: 0 13px 32px rgba(23,105,238,.25); }
.button-primary:hover { background: #2678f2; box-shadow: 0 16px 38px rgba(23,105,238,.34); }
.button-ghost { color: #d5deec; border: 1px solid rgba(255,255,255,.16); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 660px; margin-top: 66px; border-top: 1px solid rgba(255,255,255,.11); padding-top: 22px; }
.hero-proof div { display: grid; gap: 5px; padding-right: 20px; }
.hero-proof strong { font-size: .78rem; }
.hero-proof span { color: #72829a; font-size: .68rem; }

.hero-visual { position: relative; min-width: 0; display: flex; align-items: center; }
.dashboard-card { position: relative; z-index: 3; width: 850px; max-width: 92%; min-height: 540px; transform: perspective(1600px) rotateY(-6deg) rotateX(2deg); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(247,250,255,.98); color: var(--ink); overflow: hidden; box-shadow: 0 50px 100px rgba(0,0,0,.38); }
.dashboard-card > header { height: 61px; display: flex; align-items: center; gap: 12px; padding: 0 20px; background: #fff; border-bottom: 1px solid #e5eaf1; }
.mini-brand span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: var(--blue); font-weight: 800; }
.window-title { flex: 1; display: grid; grid-template-columns: 8px auto; gap: 1px 7px; }
.window-title i { width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: #2bc68c; grid-row: 1/3; }
.window-title b { font-size: .7rem; }
.window-title small { color: #8b98aa; font-size: .57rem; }
.avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #dce9ff; color: var(--blue); font-size: .58rem; font-weight: 800; }
.dashboard-body { display: flex; min-height: 480px; }
.dashboard-body aside { width: 62px; flex: 0 0 62px; padding-top: 34px; display: flex; align-items: center; flex-direction: column; gap: 29px; background: #0b1a35; }
.dashboard-body aside i { width: 17px; height: 17px; display:block; border: 2px solid #65748c; border-radius: 5px; }
.dashboard-body aside i.active { position: relative; background: var(--blue); border-color: var(--blue); box-shadow: 0 0 18px rgba(47,125,246,.7); }
.dashboard-content { flex: 1; padding: 34px 35px; }
.dash-heading { display: flex; justify-content: space-between; align-items: end; }
.dash-heading div { display: grid; gap: 4px; }
.dash-heading small { color: #8e9caf; font-size: .55rem; font-weight: 700; letter-spacing: .14em; }
.dash-heading strong { font: 700 1.45rem "Manrope",sans-serif; }
.dash-heading > span { border: 1px solid #dfe5ee; padding: 8px 12px; border-radius: 6px; color: #66758b; font-size: .58rem; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 27px; }
.metric-grid article { padding: 17px; border: 1px solid #e2e7ef; border-radius: 9px; background: #fff; display: grid; gap: 5px; box-shadow: 0 8px 24px rgba(17,41,78,.04); }
.metric-grid span { color: #8c99aa; font-size: .5rem; font-weight: 700; }
.metric-grid strong { font: 700 1.55rem "Manrope",sans-serif; }
.metric-grid strong small { font-size: .7rem; }
.metric-grid b { color: #23a777; font-size: .52rem; }
.chart-card { margin-top: 15px; padding: 19px; border: 1px solid #e2e7ef; border-radius: 9px; background: #fff; }
.chart-title { display: flex; justify-content: space-between; }
.chart-title > span { display:grid; gap: 3px; }
.chart-title b { font-size: .68rem; }
.chart-title small { color: #9ba6b6; font-size: .52rem; }
.chart-title > strong { color: #21aa78; font-size: .64rem; }
.chart-card svg { width: 100%; height: 180px; overflow: visible; }
.chart-card .grid-line { stroke: #e9edf3; stroke-width: 1; fill: none; }
.chart-card .area { fill: url(#area); }
.chart-card .line { fill: none; stroke: #2f7df6; stroke-width: 3; stroke-linecap: round; }
.chart-card circle { fill:#2f7df6; stroke:#fff; stroke-width:3; }
.orbit { position: absolute; border: 1px solid rgba(61,136,255,.2); border-radius: 50%; }
.orbit-one { width: 740px; height: 740px; right: -110px; top: 60px; }
.orbit-two { width: 520px; height: 520px; right: 30px; top: 170px; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.6); border-radius: 10px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.floating-card div { display: grid; gap: 3px; }
.floating-card b { font-size: .68rem; }
.floating-card small { color:#8592a5; font-size: .56rem; }
.float-alert { right: 5%; top: 27%; }
.float-icon { width: 28px; height: 28px; display: grid; place-items: center; color:#fff; border-radius: 50%; background:#27b782; }
.float-team { left: -5%; bottom: 19%; }
.people { display: flex !important; }
.people i { width: 28px; height: 28px; margin-right: -7px; display:grid; place-items:center; border: 2px solid #fff; border-radius:50%; background:#dce9ff; color:var(--blue); font-style:normal; font-size:.48rem; font-weight:800; }
.people i:nth-child(2) { background:#ffe1cd; color:#ab5422; }
.people i:nth-child(3) { background:#0e203e; color:#fff; }

.trust-strip { padding: 28px max(5vw, calc((100vw - 1380px) / 2)); border-bottom: 1px solid var(--line); display: flex; align-items:center; justify-content:space-between; gap:25px; }
.trust-strip p { margin:0; color:#7a879a; font-size:.67rem; text-transform:uppercase; letter-spacing:.13em; }
.trust-strip > div { flex:1; max-width:860px; display:flex; align-items:center; justify-content:space-between; gap:20px; color:#4a5970; }
.trust-strip span { display:flex; align-items:center; gap:9px; font-size:.76rem; font-weight:600; }
.trust-strip i { color:#8aa6cc; font-style:normal; font-size:1rem; }
.section { padding: 125px max(5vw, calc((100vw - 1380px) / 2)); }
.section-heading { max-width: 660px; }
h2 { margin-bottom: 27px; font-size: clamp(2.5rem, 4.3vw, 4.75rem); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p:last-child, .about-copy > p, .solutions-copy > p, .contact-inner > p { color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.feature-stack { margin-top: 70px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { min-height:450px; position:relative; padding:40px; border:1px solid var(--line); background:#fafafa; overflow:hidden; transition:transform .25s, box-shadow .25s; }
.feature-card:hover { transform:translateY(-5px); box-shadow:0 25px 60px rgba(20,43,77,.1); }
.feature-card.feature-blue { background:var(--blue); color:#fff; border-color:var(--blue); }
.feature-number { position:absolute; top:30px; right:30px; color:#a3afc1; font-size:.65rem; }
.feature-blue .feature-number { color:#9fc2ff; }
.feature-icon { width:52px; height:52px; margin-bottom:68px; display:grid; place-items:center; border-radius:50%; background:#e8f0fd; color:var(--blue); font-size:1.4rem; }
.feature-blue .feature-icon { background:rgba(255,255,255,.15); color:#fff; }
.feature-card h3 { margin-bottom:15px; font-size:1.45rem; }
.feature-card p { margin:0; color:#708097; line-height:1.65; font-size:.88rem; }
.feature-blue p { color:#d4e3ff; }
.feature-card ul { position:absolute; left:40px; right:40px; bottom:32px; margin:0; padding:20px 0 0; border-top:1px solid var(--line); list-style:none; display:grid; gap:9px; color:#52627a; font-size:.73rem; }
.feature-blue ul { border-color:rgba(255,255,255,.22); color:#fff; }
.feature-card li::before { content:"✓"; margin-right:9px; color:var(--blue); }
.feature-blue li::before { color:#fff; }

.solutions { background:var(--navy); color:#fff; display:grid; grid-template-columns:.75fr 1.25fr; gap:9vw; align-items:start; }
.solutions-copy { position:sticky; top:80px; }
.solutions-copy h2 { font-size:clamp(2.6rem,4vw,4.5rem); }
.solutions-copy > p { color:#9daac0; max-width:520px; }
.solutions-copy > a { margin-top:20px; display:inline-flex; gap:50px; padding-bottom:8px; border-bottom:1px solid #4c6c9c; color:#a9cbff; font-size:.83rem; font-weight:700; }
.solution-list article { min-height:156px; display:grid; grid-template-columns:50px 1fr auto; gap:22px; align-items:center; border-top:1px solid rgba(255,255,255,.13); }
.solution-list article:last-child { border-bottom:1px solid rgba(255,255,255,.13); }
.solution-list article > span { color:#5683c4; font-size:.62rem; }
.solution-list h3 { margin:0 0 8px; font-size:1.25rem; }
.solution-list p { margin:0; color:#8190a8; font-size:.83rem; }
.solution-list i { width:38px; height:38px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.16); border-radius:50%; color:#719cd9; font-style:normal; transition:background .2s,color .2s; }
.solution-list article:hover i { background:var(--blue); color:#fff; border-color:var(--blue); }

.about { display:grid; grid-template-columns:1fr 1fr; gap:9vw; align-items:center; background:var(--cream); }
.about-visual { min-height:520px; position:relative; display:grid; place-items:center; background:#0c1d3a; overflow:hidden; }
.about-visual::before,.about-visual::after { content:""; position:absolute; border:1px solid rgba(88,145,234,.2); border-radius:50%; }
.about-visual::before { width:420px; height:420px; }
.about-visual::after { width:620px; height:620px; }
.about-mark { position:relative; z-index:2; color:#fff; font:800 12rem/1 "Manrope",sans-serif; text-shadow:0 0 80px rgba(33,111,241,.6); }
.about-line { position:absolute; z-index:3; width:1px; height:80px; bottom:0; background:#2b75ea; }
.about-visual > span { position:absolute; left:30px; bottom:28px; color:#83a6dc; font-size:.55rem; letter-spacing:.18em; line-height:1.7; }
.about-copy { max-width:570px; }
.about-copy h2 { font-size:clamp(2.5rem,3.7vw,4.1rem); }
.about-copy > p { font-size:.95rem; }
.values { margin-top:42px; padding-top:24px; border-top:1px solid #d8d5ce; display:flex; justify-content:space-between; gap:20px; font-size:.78rem; font-weight:700; }
.values span { display:grid; gap:7px; }
.values b { color:var(--blue); font-size:.57rem; }

.contact { position:relative; min-height:600px; display:grid; place-items:center; text-align:center; color:#fff; background:var(--blue); overflow:hidden; }
.contact::before { content:""; position:absolute; width:800px; height:800px; border:1px solid rgba(255,255,255,.13); border-radius:50%; box-shadow:0 0 0 120px rgba(255,255,255,.025),0 0 0 240px rgba(255,255,255,.02); }
.contact-inner { position:relative; z-index:2; max-width:900px; display:grid; justify-items:center; }
.contact-inner .eyebrow { color:#d3e3ff; }
.contact-inner h2 { font-size:clamp(2.8rem,5.1vw,5.8rem); }
.contact-inner h2 em { color:#071d45; }
.contact-inner > p { max-width:650px; color:#dbe8ff; }
.button-white { margin-top:20px; color:var(--blue); background:#fff; min-width:290px; }
footer { padding:60px max(5vw, calc((100vw - 1380px) / 2)) 25px; color:#b7c3d6; background:#061126; }
.footer-main { min-height:150px; display:grid; grid-template-columns:1fr 1fr 1.2fr; align-items:start; gap:40px; }
.footer-main p { margin:8px 0 0; color:#718198; font-size:.85rem; }
.footer-links { display:grid; grid-template-columns:repeat(2,1fr); gap:14px 35px; justify-self:end; font-size:.76rem; }
.footer-links a:hover { color:#fff; }
.footer-bottom { padding-top:23px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; color:#576780; font-size:.65rem; }
.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease,transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1100px) {
  .hero { grid-template-columns:1fr; padding-bottom:90px; }
  .hero-copy { padding-right:6vw; }
  .hero-visual { min-height:620px; padding-left:6vw; }
  .dashboard-card { max-width:88%; }
  .feature-card { padding:30px; }
  .feature-card ul { left:30px; right:30px; }
  .solutions { gap:5vw; }
}
@media (max-width: 800px) {
  .nav-shell { width:calc(100% - 38px); height:76px; }
  .menu-button { width:42px; height:42px; display:grid; place-content:center; gap:6px; color:#fff; }
  .menu-button span { width:23px; height:2px; display:block; background:currentColor; }
  .main-nav { position:absolute; top:70px; left:19px; right:19px; padding:20px; display:none; align-items:stretch; flex-direction:column; gap:0; border:1px solid rgba(255,255,255,.12); border-radius:10px; background:#0a1a35; box-shadow:0 20px 50px rgba(0,0,0,.35); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:13px 10px; }
  .nav-login { margin-top:8px; justify-content:center; }
  .hero { min-height:auto; }
  .hero-copy { padding:130px 20px 60px; }
  h1 { font-size:clamp(3.4rem,16vw,5.2rem); }
  .hero-actions { align-items:stretch; flex-direction:column; }
  .hero-proof { grid-template-columns:1fr; gap:20px; margin-top:45px; }
  .hero-visual { min-height:430px; padding-left:20px; }
  .dashboard-card { min-height:360px; max-width:110%; width:650px; transform:rotateY(-4deg) translateX(0); }
  .dashboard-card > header { height:48px; }
  .dashboard-body { min-height:320px; }
  .dashboard-body aside { width:43px; flex-basis:43px; gap:20px; padding-top:24px; }
  .dashboard-body aside i { width:12px; height:12px; }
  .dashboard-content { padding:22px 18px; }
  .metric-grid article:nth-child(3) { display:none; }
  .metric-grid { grid-template-columns:repeat(2,1fr); }
  .chart-card svg { height:105px; }
  .float-alert { right:2%; top:5%; }
  .float-team { left:8%; bottom:0; }
  .trust-strip { overflow:auto; align-items:flex-start; flex-direction:column; }
  .trust-strip > div { min-width:650px; }
  .section { padding:85px 20px; }
  .feature-stack { grid-template-columns:1fr; margin-top:45px; }
  .feature-card { min-height:400px; }
  .solutions { grid-template-columns:1fr; }
  .solutions-copy { position:static; }
  .about { grid-template-columns:1fr; gap:60px; }
  .about-visual { min-height:400px; }
  .about-mark { font-size:9rem; }
  .footer-main { grid-template-columns:1fr; }
  .footer-links { justify-self:start; }
}
@media (max-width: 480px) {
  .hero-visual { min-height:355px; }
  .dashboard-card { width:580px; max-width:140%; }
  .dashboard-content { padding:18px 13px; }
  .dash-heading strong { font-size:1rem; }
  .dash-heading > span { display:none; }
  .metric-grid { margin-top:14px; }
  .chart-card { padding:12px; }
  .float-alert { display:none; }
  .float-team { left:4%; }
  .section-heading > p:last-child,.about-copy > p,.solutions-copy > p,.contact-inner > p { font-size:.93rem; }
  .solution-list article { grid-template-columns:32px 1fr; }
  .solution-list i { display:none; }
  .values { flex-direction:column; }
  .footer-bottom { flex-direction:column; gap:9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
}
