
:root {
  --navy-950: #031c34;
  --navy-900: #06284a;
  --navy-800: #0a3763;
  --blue-600: #1677ff;
  --cyan-500: #27b5e9;
  --red-500: #e44942;
  --red-600: #d73e38;
  --ink: #0b2550;
  --muted: #64748b;
  --line: #dbe7f4;
  --surface: #f7fbff;
}

* { 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;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { letter-spacing: .22em; text-transform: uppercase; font-size: .72rem; font-weight: 800; color: var(--cyan-500); }
.section-title { font-size: clamp(1.9rem, 3vw, 3rem); line-height: 1.05; font-weight: 800; color: var(--ink); }
.muted { color: var(--muted); }

.btn { display:inline-flex; align-items:center; gap:.6rem; justify-content:center; min-height:46px; padding:0 1.25rem; border-radius:8px; font-weight:800; transition:.2s ease; border:1px solid transparent; }
.btn:hover { transform:translateY(-1px); }
.btn-primary { background:var(--red-500); color:#fff; box-shadow:0 8px 24px rgb(228 73 66 / .22); }
.btn-primary:hover { background:var(--red-600); }
.btn-outline { color:#fff; border-color:rgb(255 255 255 / .72); background:rgb(3 28 52 / .28); backdrop-filter: blur(8px); }
.btn-link { color:var(--blue-600); font-weight:800; }

.header { position:sticky; top:0; z-index:50; background:rgb(3 28 52 / .96); color:#fff; border-bottom:1px solid rgb(255 255 255 / .08); backdrop-filter: blur(12px); }
.header-inner { height:70px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:9px; min-width:max-content; }
.brand-mark { font-weight:900; font-size:1.7rem; letter-spacing:-.05em; }
.brand-sep { width:3px; height:26px; background:var(--red-500); }
.brand-sub { font-size:.68rem; line-height:1.15; letter-spacing:.12em; color:#fff; }
.nav { display:flex; align-items:center; gap:28px; font-size:.9rem; }
.nav a { opacity:.86; }
.nav a:hover { opacity:1; }
.mobile-toggle { display:none; color:#fff; background:none; border:0; font-size:1.5rem; }

.hero { position:relative; overflow:hidden; background:linear-gradient(115deg, #031c34 0%, #052a4f 46%, #0b3f70 100%); color:#fff; }
.hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgb(3 28 52 / .98) 0%, rgb(3 28 52 / .92) 38%, rgb(3 28 52 / .10) 72%, transparent 100%); pointer-events:none; }
.hero-grid { position:relative; z-index:1; min-height:485px; display:grid; grid-template-columns: 1.02fr .98fr; align-items:center; }
.hero-copy { padding:62px 0 66px; }
.hero h1 { margin:.7rem 0 1rem; font-size:clamp(2.6rem, 5vw, 4.65rem); line-height:.95; max-width:720px; letter-spacing:-.045em; }
.hero h1 .accent { color:var(--cyan-500); }
.hero p { margin:0; max-width:640px; color:#e4eef8; font-size:1.08rem; line-height:1.65; }
.hero-actions { display:flex; gap:14px; margin-top:26px; flex-wrap:wrap; }
.hero-media { position:absolute; right:0; top:0; width:58%; height:100%; object-fit:cover; object-position:center; }

.services-strip { background:#fff; border-bottom:1px solid var(--line); }
.services-wrap { padding:34px 0 28px; display:grid; grid-template-columns:240px 1fr; gap:24px; align-items:start; }
.services-intro { padding-right:20px; border-right:1px solid var(--line); }
.services-grid { display:grid; grid-template-columns:repeat(8, 1fr); }
.service-mini { min-width:0; padding:0 14px; border-right:1px solid var(--line); text-align:center; }
.service-mini:last-child { border-right:0; }
.service-icon { width:48px; height:48px; margin:0 auto 10px; border-radius:13px; background:#f2f7ff; display:grid; place-items:center; color:var(--blue-600); font-size:1.45rem; font-weight:900; }
.service-mini h3 { margin:0 0 7px; font-size:.9rem; line-height:1.15; }
.service-mini p { margin:0; font-size:.73rem; line-height:1.45; color:var(--muted); min-height:44px; }
.service-mini a { display:inline-block; margin-top:9px; color:var(--blue-600); font-size:.74rem; font-weight:800; }

.vmroom { position:relative; background:linear-gradient(120deg, #031f3a 0%, #07335b 72%, #0a4778 100%); color:#fff; overflow:hidden; }
.vm-grid { display:grid; grid-template-columns:1.08fr 1.42fr .72fr; min-height:280px; align-items:stretch; }
.vm-copy { padding:32px 24px 34px 0; align-self:center; }
.vm-copy h2 { margin:5px 0 4px; font-size:2.75rem; letter-spacing:-.04em; }
.vm-copy .lead { font-size:1.25rem; line-height:1.25; max-width:430px; margin:0 0 9px; }
.vm-copy p { margin:0 0 18px; max-width:470px; color:#dbe8f4; line-height:1.5; font-size:.9rem; }
.vm-benefits { margin:20px 16px; border:1px solid rgb(255 255 255 / .13); border-radius:12px; background:rgb(8 56 94 / .55); display:grid; grid-template-columns:repeat(3,1fr); align-self:center; }
.benefit { padding:24px 18px; display:flex; gap:12px; align-items:center; min-height:98px; border-right:1px solid rgb(255 255 255 / .10); border-bottom:1px solid rgb(255 255 255 / .10); }
.benefit:nth-child(3n) { border-right:0; }
.benefit:nth-last-child(-n+3) { border-bottom:0; }
.benefit-icon { font-size:1.55rem; color:#fff; opacity:.95; }
.benefit span { font-size:.88rem; line-height:1.3; }
.vm-image { width:100%; height:100%; object-fit:cover; min-height:280px; border-left:1px solid rgb(255 255 255 / .1); }

.feature-pair { padding:46px 0; background:#f7fbff; }
.pair-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.feature-card { min-height:280px; border:1px solid #d8e7f6; background:#fff; border-radius:16px; overflow:hidden; display:grid; grid-template-columns:1.02fr .98fr; box-shadow:0 14px 36px rgb(15 52 96 / .08); }
.feature-card .copy { padding:32px; }
.feature-card .tag { color:var(--blue-600); font-weight:900; font-size:.76rem; letter-spacing:.12em; text-transform:uppercase; }
.feature-card h3 { font-size:1.75rem; line-height:1.05; margin:9px 0 9px; }
.feature-card p { color:var(--muted); margin:0 0 14px; line-height:1.55; }
.checks { display:grid; gap:8px; padding:0; margin:0 0 20px; list-style:none; color:#1d3f67; font-size:.88rem; }
.checks li::before { content:"✓"; color:var(--blue-600); font-weight:900; margin-right:8px; }
.equipment-art { background:linear-gradient(135deg,#edf5ff,#fff); display:grid; place-items:center; }
.monitor { width:74%; aspect-ratio:1.45; border:12px solid #13233a; border-bottom-width:18px; border-radius:10px; position:relative; background:linear-gradient(145deg,#dae9f9,#f8fbff); box-shadow:0 22px 30px rgb(15 23 42 / .15); }
.monitor::after { content:""; position:absolute; width:36%; height:13px; background:#13233a; left:32%; bottom:-34px; border-radius:4px; box-shadow:0 16px 0 -3px #13233a; }
.m365-art { background:linear-gradient(135deg,#f4f9ff,#e7f5ff); display:grid; place-items:center; }
.ms-grid { width:120px; height:120px; display:grid; grid-template-columns:1fr 1fr; gap:7px; transform:rotate(-3deg); }
.ms-grid i { display:block; border-radius:5px; box-shadow:0 8px 18px rgb(15 52 96 / .12); }
.ms-grid i:nth-child(1){background:#f25022}.ms-grid i:nth-child(2){background:#7fba00}.ms-grid i:nth-child(3){background:#00a4ef}.ms-grid i:nth-child(4){background:#ffb900}

.more-solutions { padding:48px 0; background:#fff; }
.more-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.more-card { padding:24px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.more-card h3 { margin:10px 0 6px; }
.more-card p { margin:0; color:var(--muted); line-height:1.5; font-size:.9rem; }

.why { padding:42px 0; border-top:1px solid var(--line); background:#fff; }
.why-grid { display:grid; grid-template-columns:1.15fr 1fr; gap:36px; align-items:center; }
.stats { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:20px; }
.stat { border-right:1px solid var(--line); }
.stat:last-child { border-right:0; }
.stat strong { display:block; font-size:1.8rem; color:var(--ink); }
.stat span { font-size:.75rem; color:var(--muted); }
.purpose { background:#f4f9ff; border:1px solid #e0ecf7; border-radius:14px; padding:28px; }

.clients { padding:28px 0 36px; background:#f8fbff; border-top:1px solid var(--line); }
.client-row { display:grid; grid-template-columns:repeat(7,1fr); gap:16px; margin-top:18px; align-items:center; }
.client-logo { padding:16px 8px; border-radius:10px; background:#fff; border:1px solid #e4edf7; text-align:center; font-weight:900; color:#5e6c7f; letter-spacing:.02em; }

.cta { position:relative; overflow:hidden; background:#082e54; color:#fff; }
.cta-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.30; }
.cta::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,#052747 0%,rgb(5 39 71 / .84) 52%,rgb(5 39 71 / .52) 100%); }
.cta-inner { position:relative; z-index:1; padding:44px 0; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.cta h2 { margin:0 0 8px; font-size:2.3rem; }
.cta p { margin:0; color:#dbe8f4; }

.footer { background:#031c34; color:#c8d6e5; }
.footer-inner { padding:34px 0; display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:32px; align-items:start; }
.footer h4 { margin:0 0 10px; color:#fff; }
.footer a { display:block; margin:6px 0; font-size:.86rem; }
.footer-bottom { border-top:1px solid rgb(255 255 255 / .08); padding:14px 0 22px; font-size:.76rem; display:flex; justify-content:space-between; gap:20px; }

.page-hero { background:linear-gradient(120deg,#031c34,#0b3e6b); color:#fff; padding:80px 0; }
.page-hero h1 { font-size:clamp(2.4rem,5vw,4rem); margin:.4rem 0 1rem; }
.content-section { padding:58px 0; }
.content-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:44px; }
.bullet-list { padding-left:18px; line-height:1.9; color:#35506f; }
.contact-card { padding:26px; border:1px solid var(--line); border-radius:14px; background:#f8fbff; }

@media (max-width: 1100px) {
  .nav { display:none; }
  .mobile-toggle { display:block; }
  .services-wrap { grid-template-columns:1fr; }
  .services-intro { border-right:0; border-bottom:1px solid var(--line); padding-bottom:18px; }
  .services-grid { grid-template-columns:repeat(4,1fr); gap:24px 0; }
  .service-mini:nth-child(4n){border-right:0}
  .vm-grid { grid-template-columns:1fr 1.35fr; }
  .vm-image { display:none; }
  .pair-grid { grid-template-columns:1fr; }
}
@media (max-width: 760px) {
  .container { width:min(100% - 28px,1180px); }
  .header-inner { height:62px; }
  .header .btn-primary { display:none; }
  .hero-grid { min-height:620px; grid-template-columns:1fr; align-items:end; }
  .hero-media { width:100%; height:47%; top:auto; bottom:0; opacity:.72; }
  .hero::after { background:linear-gradient(180deg,#031c34 0%,#031c34 53%,rgb(3 28 52 / .5) 78%,rgb(3 28 52 / .25) 100%); }
  .hero-copy { padding:44px 0 300px; }
  .hero h1 { font-size:2.75rem; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .service-mini:nth-child(2n){border-right:0}
  .vm-grid { grid-template-columns:1fr; }
  .vm-copy { padding:30px 0 12px; }
  .vm-benefits { margin:0 0 28px; grid-template-columns:1fr 1fr; }
  .benefit:nth-child(3n) { border-right:1px solid rgb(255 255 255 / .10); }
  .benefit:nth-child(2n) { border-right:0; }
  .benefit:nth-last-child(-n+3) { border-bottom:1px solid rgb(255 255 255 / .10); }
  .benefit:nth-last-child(-n+2) { border-bottom:0; }
  .feature-card { grid-template-columns:1fr; }
  .equipment-art,.m365-art { min-height:210px; }
  .more-grid { grid-template-columns:1fr 1fr; }
  .why-grid { grid-template-columns:1fr; }
  .stats { grid-template-columns:1fr 1fr; }
  .client-row { grid-template-columns:repeat(2,1fr); }
  .cta-inner { flex-direction:column; align-items:flex-start; }
  .footer-inner { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .content-grid { grid-template-columns:1fr; }
}
