:root {
  --navy: #031224;
  --navy-2: #061a2e;
  --navy-3: #0b2239;
  --ink: #07162d;
  --muted: #60708a;
  --line: #dce3ec;
  --soft: #f6f8fb;
  --white: #fff;
  --blue: #176fec;
  --blue-2: #2a89ff;
  --cyan: #2cd3dd;
  --green: #56d3c7;
  --amber: #f2b852;
  --radius: 10px;
  --shadow: 0 14px 34px rgba(3, 18, 36, .08);
  --container: 1280px;
  --home-strip-height: 142px;
  --header-height: 88px;
  --space-section: clamp(64px, 6vw, 90px);
  --space-section-sm: clamp(46px, 4.2vw, 62px);
  --space-section-tight: clamp(42px, 4vw, 64px);
  --space-heading: clamp(28px, 3.2vw, 42px);
  --gap-content: clamp(30px, 4vw, 56px);
  --gap-card: clamp(12px, 1.5vw, 20px);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { min-width: 0; max-width: 100%; margin: 0; overflow-x: clip; background: #fff; color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { max-width: 100%; overflow-wrap: break-word; color: inherit; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 5.1vw, 5rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); margin-bottom: 20px; }
h3 { font-size: 1.3rem; margin-bottom: 10px; }
p { margin-bottom: 18px; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: min(calc(100% - clamp(28px, 4vw, 48px)), var(--container)); margin-inline: auto; }
.container > *, .hero-content > *, .footer-grid > *, .grid-2 > *, .grid-3 > *, .grid-4 > *, .grid-5 > * { min-width: 0; }
.section { padding: var(--space-section) 0; }
.section-sm { padding: var(--space-section-sm) 0; }
.dark { background: var(--navy); color: #fff; }
.dark h1, .dark h2, .dark h3, .dark h4 { color: #fff; }
.dark p, .dark .muted { color: #afbdd0; }
.eyebrow { display: inline-block; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; margin-bottom: 14px; }
.dark .eyebrow, .eyebrow.cyan { color: var(--cyan); }
.lead { color: var(--muted); font-size: 1.05rem; max-width: 720px; }
.dark .lead { color: #b9c5d4; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap-content); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap-card); }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap-card); }
.grid-5 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--gap-card); }
.section-heading { margin-bottom: var(--space-heading); }
.section-heading.row { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading.row > * { flex: 1; }
.section-heading h2 { margin-bottom: 10px; }

/* Shared header and footer */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; background: rgba(2,15,30,.9); border-bottom: 1px solid rgba(120,173,224,.08); box-shadow: 0 10px 34px rgba(0,0,0,.13); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
body[data-page="home"] .site-header { background: linear-gradient(180deg, rgba(2,15,30,.96), rgba(2,15,30,.8)); }
.nav-wrap { height: var(--header-height); display: grid; grid-template-columns: 220px minmax(0, 1fr) 220px; align-items: center; }
.brand { position: relative; z-index: 2; display: inline-flex; gap: 11px; align-items: center; font-size: 1.34rem; font-weight: 700; letter-spacing: -.04em; width: max-content; }
.brand-mark { width: 39px; height: 39px; flex: 0 0 39px; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(42,137,255,.2)); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 39px; font-size: .88rem; }
.nav-links a { position: relative; padding: 34px 0 27px; color: #f3f7fc; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 15px; margin: auto; height: 2px; width: 0; background: var(--blue-2); transition: width .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { position: relative; z-index: 4; justify-self: end; }
body[data-page="home"] .nav-cta::before { content: ''; position: absolute; z-index: -1; inset: -28px -42px -28px -32px; pointer-events: none; background: radial-gradient(ellipse at center, rgba(2,15,30,.98) 24%, rgba(2,15,30,.78) 55%, transparent 78%); }
.menu-toggle { position: relative; z-index: 2; display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.24); border-radius: 7px; background: transparent; color: #fff; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 20px; height: 2px; background: currentColor; position: relative; transition: .2s; }
.menu-toggle span::before, .menu-toggle span::after { content: ''; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }.menu-toggle span::after { top: 6px; }
.nav-open .menu-toggle span { background: transparent; }.nav-open .menu-toggle span::before { top: 0; transform: rotate(45deg); }.nav-open .menu-toggle span::after { top: 0; transform: rotate(-45deg); }

.button { display: inline-flex; max-width: 100%; min-height: 48px; padding: 0 23px; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; border-radius: 5px; cursor: pointer; font-weight: 500; text-align: center; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button:has(> svg.icon) > svg.icon { display: none; }
.button:has(> svg.icon)::after { content: '→'; flex: 0 0 auto; font-size: 1.05rem; line-height: 1; }
.button-primary { background: linear-gradient(100deg, #1165e8, #1c76ef); color: #fff; box-shadow: 0 10px 30px rgba(20,111,239,.2); }
a.button-primary[href="contact.html"] { background: linear-gradient(100deg, #ff9a2f, #f36a21); box-shadow: 0 10px 30px rgba(243,106,33,.25); }
a.button-primary[href="contact.html"]:hover { background: linear-gradient(100deg, #ffa846, #ff782b); }
.button-outline { border-color: #557086; color: #fff; background: rgba(4, 21, 38, .25); }
.button-outline:hover { border-color: var(--cyan); background: rgba(44,211,221,.06); }
.button-small { min-height: 44px; padding-inline: 17px; font-size: .82rem; border-color: #17b7d0; }
.actions { display: flex; gap: 16px; flex-wrap: wrap; }

.site-footer { border-top: 1px solid rgba(163,190,215,.18); background: var(--navy); color: #fff; padding: 48px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.28fr 1fr 1.05fr 1fr; gap: clamp(24px, 3vw, 42px); align-items: start; }
.footer-intro p { color: #9eafc2; max-width: 250px; font-size: .85rem; margin-top: 20px; }
.footer-grid .footer-heading { font-size: .9rem; letter-spacing: 0; margin-bottom: 16px; }
.footer-grid li, .footer-grid .contact-line { color: #9eafc2; font-size: .83rem; margin: 7px 0; }
.footer-grid a:hover { color: #fff; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 44px; height: 44px; border: 1px solid #285077; background: #102d48; color: #62b6ff; display: grid; place-items: center; border-radius: 10px; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.socials a:hover { background: #16416a; border-color: #62b6ff; color: #fff; }
.socials .icon { width: 22px; height: 22px; stroke-width: 1.7; }
.copyright { display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px; color: #9eafc2; border-top: 1px solid rgba(163,190,215,.22); padding-top: 24px; margin-top: 40px; font-size: .78rem; }
.copyright a { text-decoration:underline; text-underline-offset:3px; }
.footer-grid .contact-line a { overflow-wrap:anywhere; }
.skip-link { position:fixed; top:8px; left:16px; z-index:10000; padding:12px 20px; background:#fff; color:#031224; transform:translateY(-160%); }
.skip-link:focus { transform:none; }

/* Hero */
.hero { min-height: 660px; padding: 160px 0 82px; position: relative; overflow: hidden; background: radial-gradient(circle at 72% 42%, #082440 0, #04162b 30%, #020d1c 68%); color: #fff; }
.hero::before, .cta-band::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle, rgba(39,129,255,.2) 1px, transparent 1.5px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent 0, #000 100%); opacity: .4; }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; gap: 48px; align-items: center; }
.hero-copy p { color: #bec9d7; max-width: 630px; }
.hero h1 { font-size: clamp(3rem, 4.1vw, 3.75rem); }
body[data-page="home"] .hero h1,
body[data-page="about"] .hero h1,
body[data-page="services"] .hero h1 { font-size: clamp(3rem, 3.9vw, 3.55rem); }
body[data-page="security"] .hero-content { grid-template-columns: 1fr 1fr; }
body[data-page="security"] .hero h1 { font-size: clamp(3rem, 3.8vw, 3.5rem); }
.hero .eyebrow { border: 1px solid rgba(44,211,221,.5); border-radius: 5px; padding: 5px 12px; }
.hero-visual { min-height: 440px; position: relative; }
.about-hero { min-height: 690px; padding-bottom: 0; background: #020f1e; }
.about-hero .hero-content { grid-template-columns: .85fr 1.15fr; min-height: 530px; }
.about-hero .hero-visual { height: 530px; align-self: end; }
.about-hero .hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: .9; mask-image: linear-gradient(90deg, transparent 0, #000 17%, #000 100%); }
.contact-hero { min-height: 520px; padding-bottom: 58px; }
body[data-page="home"] .hero { height: 100svh; min-height: 0; padding: 108px 0 24px; display: flex; align-items: center; background: #020f1e; }
.home-hero-stage { --hero-shift-x: 0px; --hero-shift-y: 0px; --hero-scale: 1; --hero-rotate-x: 14deg; --hero-rotate-y: -15deg; --hero-rotate-z: 8deg; --hero-left-fade: 18%; --hero-right-fade: 6%; --hero-bottom-solid: 100%; --hero-bottom-fade: 100%; --hero-overlay-opacity: 1; --hero-copy-opacity: 1; --hero-content-shift-y: 0px; --hero-actions-shift-y: 0px; position: relative; height: 155svh; background: #020f1e; }
.home-hero-stage .home-hero { position: sticky; top: 0; }
body[data-page="home"] .hero::before { opacity: .14; }
.home-hero::after { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: var(--hero-overlay-opacity); background: linear-gradient(90deg, rgba(2,15,30,1) 0%, rgba(2,15,30,.99) 43%, rgba(2,15,30,.88) 50%, rgba(2,15,30,.18) 65%, rgba(2,15,30,.02) 84%); will-change: opacity; }
.home-hero-backdrop { position: absolute; z-index: 0; top: 55%; right: -5vw; width: min(85vw, 1650px); height: auto; max-width: none; transform: translateY(-50%); object-fit: contain; object-position: center; pointer-events: none; user-select: none; opacity: .98; filter: brightness(1.04) saturate(1.08) contrast(1.04) drop-shadow(0 28px 60px rgba(0,0,0,.28)); -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 var(--hero-bottom-solid), transparent var(--hero-bottom-fade)), linear-gradient(90deg, transparent 0%, #000 var(--hero-left-fade), #000 calc(100% - var(--hero-right-fade)), transparent 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(180deg, #000 0%, #000 var(--hero-bottom-solid), transparent var(--hero-bottom-fade)), linear-gradient(90deg, transparent 0%, #000 var(--hero-left-fade), #000 calc(100% - var(--hero-right-fade)), transparent 100%); mask-composite: intersect; }
.home-hero-stage .home-hero-backdrop { transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0) translateY(-50%) perspective(1500px) rotateX(var(--hero-rotate-x)) rotateY(var(--hero-rotate-y)) rotateZ(var(--hero-rotate-z)) scale(var(--hero-scale)); transform-origin: 100% 76%; transform-style: preserve-3d; animation: none; will-change: transform, -webkit-mask-image, mask-image; }
body[data-page="home"] .hero-content { grid-template-columns: .92fr 1.08fr; width: min(calc(100% - 48px), var(--container)); transform: translateY(-24px); }
.home-hero-stage .hero-content { transform: translateY(-24px); }
.home-hero-stage .hero-copy[data-reveal] { opacity: 1; transform: none; }
.home-hero-stage .hero-copy > :not(.actions) { opacity: var(--hero-copy-opacity); transform: translate3d(0, var(--hero-content-shift-y), 0); will-change: transform, opacity; }
.home-hero-stage .hero-copy .actions { position: relative; z-index: 12; opacity: 1; visibility: visible; transform: translate3d(0, var(--hero-actions-shift-y), 0); will-change: transform; }
body[data-page="home"] .hero-copy { position: relative; z-index: 3; max-width: 650px; text-shadow: 0 2px 18px rgba(0,0,0,.26); }
body[data-page="home"] .hero-copy::before { content: ''; position: absolute; z-index: -1; inset: -80px -120px; pointer-events: none; opacity: var(--hero-copy-opacity); background: radial-gradient(circle at 38% 48%, rgba(7,75,151,.15), transparent 62%); filter: blur(16px); }
body[data-page="home"] .hero-copy p { max-width: 600px; color: #c5d1df; line-height: 1.72; }
.home-hero .eyebrow { background: rgba(5,27,49,.64); box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 10px 28px rgba(0,0,0,.14); backdrop-filter: blur(8px); }
.home-hero .actions { gap: 14px; }
.home-hero .button { min-height: 50px; border-radius: 6px; }
.home-hero a.button-primary[href="contact.html"] { box-shadow: 0 14px 34px rgba(243,106,33,.3), inset 0 1px 0 rgba(255,255,255,.18); }
.home-hero .button-outline { background: rgba(4,21,38,.46); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); backdrop-filter: blur(7px); }
.contact-email { display: flex; align-items: center; gap: 13px; font-size: 1.13rem; color: #fff; margin: 25px 0 8px; }
.contact-email svg { color: var(--blue-2); }
.tiny { color: #94a5b7 !important; font-size: .82rem; }


/* Icon system / cards */
.icon { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-circle { flex: 0 0 auto; width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid #cdd7e3; border-radius: 50%; color: #0a55b8; background: #fff; box-shadow: 0 5px 14px rgba(7,22,45,.05); }
.icon-circle.sm { width: 48px; height: 48px; }.icon-circle.sm .icon { width: 23px; height: 23px; }
.dark .icon-circle { background: #071b2e; color: #7cbaff; border-color: #4f6379; }
.plain-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.plain-card:hover { border-color: #a9c7ed; box-shadow: var(--shadow); transform: translateY(-3px); }
.plain-card p { color: var(--muted); font-size: .9rem; margin: 0; }
.dark-card { background: rgba(10,35,58,.66); border: 1px solid #29455f; color: #fff; }
.check-list { display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 27px; color: var(--muted); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue-2); font-weight: 700; }
.dark .check-list li { color: #b8c6d4; }
.number { color: var(--blue); font-weight: 700; }

/* Abstract replaceable visuals */
.brand-core { width: 100px; height: 100px; border-radius: 50%; background: #020b17; border: 2px solid #407397; display: grid; grid-template-columns: repeat(2, 18px); justify-content: center; align-content: center; gap: 6px; box-shadow: 0 0 0 13px rgba(40,132,255,.06), 0 0 35px rgba(37,143,255,.2); }
.brand-core i { width: 18px; height: 25px; border-radius: 50%; background: #1477f5; }.brand-core i:nth-child(2), .brand-core i:nth-child(3) { transform: scale(.78); opacity: .75; }
.dashboard-visual { position: absolute; inset: 30px 0 0 30px; perspective: 1000px; }
.dash-main { position: absolute; left: 9%; top: 14%; width: 67%; height: 68%; padding: 58px 22px 20px 72px; background: linear-gradient(145deg, rgba(20,42,65,.98), rgba(4,19,34,.98)); border: 1px solid #3b536a; border-radius: 10px; box-shadow: 0 35px 80px rgba(0,0,0,.48); transform: rotateY(-4deg); overflow: hidden; }
.dash-top { position: absolute; top: 0; left: 0; right: 0; height: 42px; border-bottom: 1px solid #2a4157; background: #12273c; }
.dash-side { position: absolute; inset: 42px auto 0 0; width: 55px; border-right: 1px solid #2a4157; background: #0a1b2d; }
.dash-side i { display: block; width: 19px; height: 3px; margin: 25px auto; background: #48677f; }
.dash-side i:first-child { background: var(--blue-2); box-shadow: 0 0 0 12px rgba(37,126,245,.13); }
.mini-bars { display: grid; gap: 11px; }
.mini-bars i { display: block; height: 8px; border-radius: 8px; background: linear-gradient(90deg, #1a77ef var(--w), #1b2f43 var(--w)); }
.dash-chart { position: absolute; left: 68px; right: 20px; bottom: 22px; height: 37%; border-top: 1px solid #21374c; background: repeating-linear-gradient(0deg, transparent 0 27px, rgba(76,110,140,.16) 28px); }
.dash-chart svg { width: 100%; height: 100%; fill: none; stroke: #2789ff; stroke-width: 3; }
.dash-float { position: absolute; padding: 17px; background: rgba(9,29,49,.96); border: 1px solid #3a5269; border-radius: 8px; box-shadow: 0 20px 30px rgba(0,0,0,.28); }
.dash-float.one { right: 0; top: 4%; width: 31%; height: 32%; }.dash-float.two { right: 1%; bottom: 9%; width: 27%; height: 31%; }
.dash-float h4 { font-size: .75rem; letter-spacing: 0; color: #a9bdd1; }
.dash-float .mini-bars i { height: 5px; }
.dashboard-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 74% 33%, rgba(36,229,227,.55) 0 2px, transparent 3px), radial-gradient(circle at 91% 65%, rgba(27,119,247,.7) 0 2px, transparent 3px); }

.orbit { width: 360px; height: 360px; position: relative; margin: auto; border: 1px dashed #afbdca; border-radius: 50%; }
.orbit .brand-core { position: absolute; inset: 0; margin: auto; }
.orbit-node { position: absolute; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #b8c4d0; border-radius: 50%; background: #fff; color: #124f9d; box-shadow: 0 4px 13px rgba(5,21,39,.08); }
.dark .orbit, .orbit.dark { border-color: #47708b; }.dark .orbit-node, .orbit.dark .orbit-node { background: #071a2d; border-color: #557087; color: #6eb0f4; }
.orbit-node:nth-child(2) { top: -29px; left: 151px; }.orbit-node:nth-child(3) { top: 50px; right: -13px; }.orbit-node:nth-child(4) { bottom: 35px; right: 3px; }.orbit-node:nth-child(5) { bottom: -24px; left: 151px; }.orbit-node:nth-child(6) { bottom: 35px; left: 3px; }.orbit-node:nth-child(7) { top: 50px; left: -13px; }

.pipeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; position: relative; padding-top: 50px; }
.pipeline::before, .pipeline::after { content: ''; position: absolute; left: 9%; right: 9%; border-top: 1px dashed #2bbcc7; }
.pipeline::before { top: 32px; }.pipeline::after { bottom: -38px; }
.pipeline-card { position: relative; min-height: 220px; border: 1px solid #35546e; border-radius: 8px; padding: 19px 10px; text-align: center; background: linear-gradient(180deg, #0b2137, #061629); }
.pipeline-card::after { content: ''; position: absolute; right: -11px; top: 50%; width: 11px; border-top: 1px dashed var(--cyan); }
.pipeline-card:last-child::after { display: none; }
.pipeline-card .icon { color: var(--cyan); width: 36px; height: 36px; margin-bottom: 13px; }
.pipeline-card h4 { font-size: .88rem; letter-spacing: 0; }
.pipeline-card p { font-size: .68rem; line-height: 1.45; margin: 0; }
.pipeline-result { margin: 35px auto 0; width: 52%; padding: 17px; border: 1px solid #315069; border-radius: 8px; text-align: center; background: #081b2e; color: #fff; }

.security-visual { padding: 24px; display: grid; gap: 10px; }
.security-row { display: grid; grid-template-columns: 145px 1fr; gap: 13px; align-items: center; color: #c0d0de; font-size: .8rem; }
.security-row > span:first-child { display: flex; gap: 9px; align-items: center; }.security-row .icon { width: 22px; color: #7eb4ef; }
.security-bar { height: 52px; border: 1px solid #2a4963; background: linear-gradient(90deg, #0a2137, #102b45); border-radius: 6px; position: relative; }
.security-bar::before { content: ''; position: absolute; width: var(--w, 48%); height: 5px; left: 18px; top: 15px; border-radius: 5px; background: linear-gradient(90deg, #1d78e8, #30d2dd); box-shadow: 0 14px 0 #263f56; }
.security-bar::after { content: ''; position: absolute; left: -13px; top: 25px; width: 13px; border-top: 1px dashed #2bbcc7; }

/* Home */
.logo-strip { position: relative; z-index: 6; height: var(--home-strip-height); padding: 16px 0 18px; overflow: visible; text-align: center; color: #fff; background: #020f1e; }
.logo-strip::before { content: ''; position: absolute; z-index: 0; left: 0; right: 0; bottom: 100%; height: clamp(100px, 16svh, 180px); pointer-events: none; background: linear-gradient(180deg, transparent 0%, rgba(2,15,30,.18) 24%, rgba(2,15,30,.72) 68%, #020f1e 100%); }
.logo-strip > * { position: relative; z-index: 1; }
.logo-strip p { position: relative; transform: translateY(-4px); margin: 0 0 13px; color: #fff; font-size: .94rem; font-weight: 700; letter-spacing: -.012em; }
.logo-marquee { position: relative; transform: translateY(-2px); width: min(calc(100% - 48px), var(--container)); margin-inline: auto; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.45) 0%, #000 5%, #000 95%, rgba(0,0,0,.45) 100%); mask-image: linear-gradient(90deg, rgba(0,0,0,.45) 0%, #000 5%, #000 95%, rgba(0,0,0,.45) 100%); }
.logo-track { display: flex; width: max-content; will-change: transform; animation: brandMarquee 32s linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-list { display: flex; flex: 0 0 auto; align-items: center; gap: 72px; padding: 0 42px; white-space: nowrap; }
.logo-list .integration-brand { display: inline-flex; align-items: center; gap: 14px; color: #fff; font-size: 1.08rem; font-weight: 700; letter-spacing: -.02em; opacity: 1; text-shadow: 0 2px 14px rgba(73,157,255,.13); }
.integration-brand img { width: 28px; height: 28px; flex: 0 0 28px; object-fit: contain; filter: drop-shadow(0 3px 10px rgba(42,137,255,.22)); }
.integration-brand strong { font: inherit; white-space: nowrap; }
.problem-section { padding-block: clamp(48px, 5.3vw, 72px); }
.problem-solution { display: grid; grid-template-columns: .9fr .7fr .9fr .7fr; gap: 26px; align-items: center; position: relative; }
.problem-solution::after { content: ''; position: absolute; z-index: 3; left: 50%; top: 50%; width: 28px; height: 54px; transform: translate(-50%,-50%); background: linear-gradient(90deg, rgba(32,122,240,.18), #2f8dff 72%, #79bdff); clip-path: polygon(0 0, 100% 50%, 0 100%, 28% 50%); filter: drop-shadow(0 8px 12px rgba(23,111,236,.2)); }
.problem-solution h2 { font-size: 2.2rem; }
body[data-page="home"] .problem-solution .synotech-network-logo { position: absolute; z-index: 2; left: calc(49% + 6px); top: calc(48% + 2px); transform: translate(-50%, -50%); width: 40%; height: auto; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(29,130,235,.14)); }
body[data-page="home"] .problem-solution .connected-network .network-ring::before { display: none; }
@media (min-width: 1051px) {
  body[data-page="home"] .problem-solution > div:nth-child(3) { padding-left: 32px; }
  body[data-page="home"] .problem-solution > .network-diagram { left: -16px; }
}
.bullets { display: grid; gap: 16px; margin-top: 27px; }
.bullets li { position: relative; padding-left: 24px; color: var(--muted); }
.bullets li::before { content: ''; position: absolute; left: 2px; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(242,184,82,.15); }
.bullets.solution li::before { background: var(--green); box-shadow: 0 0 0 4px rgba(86,211,199,.15); }
.process-line { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; gap: 28px; text-align: center; }
.process-line::before { content: ''; position: absolute; left: 9%; right: 9%; top: 25px; border-top: 1px dashed #52708a; }
.process-step { position: relative; }
.step-number { width: 50px; height: 50px; border: 2px solid #176fec; background: var(--navy); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 22px; color: #fff; font-size: 1.1rem; position: relative; z-index: 1; }
.process-step h3 { font-size: 1.05rem; letter-spacing: -.02em; }.process-step p { font-size: .8rem; }
.home-process { padding: 46px 0 44px; }
.home-process .section-heading { margin-bottom: 30px; }
.home-process .section-heading h2 { font-size: 1.45rem; letter-spacing: -.02em; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap-card); align-items: stretch; }
.service-tile { min-height: 0; padding: clamp(22px, 2.1vw, 30px); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.service-tile .icon { width: 45px; height: 45px; color: #1666c8; margin-bottom: 15px; }
.service-tile .service-icon { width: clamp(50px, 4vw, 58px); height: clamp(50px, 4vw, 58px); margin-bottom: 18px; color: #1769c9; stroke-width: 1.55; filter: drop-shadow(0 5px 9px rgba(23, 105, 201, .10)); }
.service-tile h3 { font-size: 1.05rem; margin-bottom: 8px; }.service-tile p { max-width: 220px; font-size: .8rem; }
.home-services { padding: var(--space-section-tight) 0; }
.home-services .section-heading { margin-bottom: 32px; }
.home-services .section-heading h2 { font-size: clamp(1.85rem, 2.7vw, 2.35rem); }
.home-services .service-grid { gap: var(--gap-card); }
.home-services .service-tile { min-height: 0; }
.home-services .service-icon { color: #086bff; stroke-width: 1.8; }
.home-services a[href="services.html#ai"] .service-icon { width: clamp(71px, 5.67vw, 82px); }
.command-section { background: radial-gradient(circle at 85% 50%, #0d2b47, var(--navy) 65%); }
.command-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; align-items: center; }
.command-section { padding: 68px 0; }
.command-layout > div:first-child h2 { font-size: 2.35rem; line-height: 1.16; }
body[data-page="home"] .command-layout > div:first-child { align-self: center; }
body[data-page="home"] .command-layout > div:first-child > .button { margin-top: 28px; }
.command-board { border: 1px solid #35516a; border-radius: 9px; padding: 24px; display: grid; grid-template-columns: 1fr 1.12fr; gap: 12px; background: #07192b; }
.board-card { position: relative; overflow: hidden; border: 1px solid #2a445e; border-radius: 6px; padding: 18px; min-height: 150px; background: #0a2137; }
.board-card .dash-chart { left: 18px; right: 18px; }
.board-card.wide { grid-column: span 2; min-height: 170px; }
.board-card h4 { font-size: .8rem; letter-spacing: 0; margin-bottom: 17px; }
.metric { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; font-size: .74rem; color: #b3c4d2; }.status { color: var(--cyan); }
.approach-layout { display: grid; grid-template-columns: .8fr 1.15fr .8fr; gap: var(--gap-content); align-items: center; }
.home-approach { padding: var(--space-section-tight) 0; }
.home-approach .approach-layout h2 { font-size: 2.35rem; line-height: 1.14; }
.home-approach .operating-triad { transform: none; margin-block: 0; }
.home-approach .approach-cycle { aspect-ratio: 1; }
.home-approach .approach-cycle > img { display: block; width: 100%; height: auto; }
.home-approach .approach-layout > div:first-child > .button-primary { width: 100%; min-height: 54px; padding: 12px 16px; font-size: .88rem; }
.home-approach .approach-layout > div:first-child > .button-primary .icon { flex-shrink: 0; }
.home-approach .approach-benefits { gap: 0; align-self: center; }
.home-approach .approach-benefits li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: start; padding: 18px 0; border-bottom: 1px solid #e0eaf7; }
.home-approach .approach-benefits li:first-child { padding-top: 0; }
.home-approach .approach-benefits li:last-child { padding-bottom: 0; border-bottom: 0; }
.home-approach .approach-benefits li::before { content: none; }
.home-approach .approach-benefit-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(145deg, #f5f9ff, #edf4ff); color: #087cff; }
.home-approach .approach-benefit-icon .icon { width: 27px; height: 27px; stroke-width: 1.8; fill: none; }
.home-approach .approach-benefits h3 { margin: 3px 0 6px; color: var(--ink); font-size: 1rem; line-height: 1.25; }
.home-approach .approach-benefits p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.approach-diagram { position: relative; display: grid; place-items: center; min-height: 360px; }
.approach-diagram .brand-core { position: relative; z-index: 2; }
.approach-ring { position: absolute; width: 290px; height: 290px; border: 1px solid #87d4dd; border-radius: 50%; }
.approach-bubble { position: absolute; width: 104px; height: 104px; border: 3px solid; border-radius: 50%; display: grid; place-items: center; text-align: center; font-weight: 600; font-size: .8rem; background: white; }.approach-bubble.people { top: 5px; border-color: #31c4ce; }.approach-bubble.process { bottom: 5px; left: 10px; border-color: #1681ed; }.approach-bubble.systems { bottom: 5px; right: 10px; border-color: #34a7a2; }
.engage-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; align-items: center; }.engage-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.engage-step { border-top: 1px dashed #3c5971; padding-top: 18px; }.engage-step .number { font-size: 1.25rem; color: #5fa5ef; }.engage-step p { font-size: .8rem; }
.home-engage { padding: clamp(40px, 4vw, 60px) 0; background: linear-gradient(110deg, #03192c, var(--navy)); }
.home-engage .engage-layout { grid-template-columns: .8fr 2fr; gap: 48px; align-items: start; }
.home-engage .eyebrow { display: flex; align-items: center; gap: 14px; color: #10d5e6; }
.home-engage .eyebrow::after { content: ''; width: 48px; height: 1px; background: #08778e; }
.home-engage .engage-layout h2 { font-size: clamp(1.8rem, 2.5vw, 2.2rem); line-height: 1.2; margin-bottom: 0; }
.home-engage .engage-steps { gap: 88px; }
.home-engage .engage-step { position: relative; min-width: 0; padding: 0 0 0 68px; border: 0; }
.home-engage .engage-step-heading { margin-bottom: 12px; }
.home-engage .engage-icon { position: absolute; top: 0; left: 0; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #087891; border-radius: 50%; background: radial-gradient(circle at 40% 30%, #053a4c, #031d30); color: #00e2ee; box-shadow: 0 0 13px #00cbe52b, inset 0 0 10px #02bbe510; }
.home-engage .engage-icon .icon { width: 27px; height: 27px; stroke-width: 1.5; }
.home-engage .engage-step:first-child .engage-icon .icon { transform: translate(1.5px, -1.5px); }
.home-engage .engage-step .number { display: block; color: #008bb7; font-size: 2rem; font-weight: 700; line-height: 1.15; }
.home-engage .engage-step h3 { font-size: 1.05rem; line-height: 1.3; margin-bottom: 10px; }
.home-engage .engage-step p { margin: 0; color: #91a8bf; font-size: .83rem; line-height: 1.5; }
.home-engage .engage-step:not(:last-child)::before { content: ''; position: absolute; top: 27px; left: calc(100% - 55px); width: 92px; height: 2px; background: linear-gradient(90deg, #08789133, #00cfee 65%, #0cddff); box-shadow: 0 0 8px #00bde84d; }
.home-engage .engage-step:not(:last-child)::after { content: ''; position: absolute; top: 21px; left: calc(100% + 20px); width: 14px; height: 14px; border-top: 2px solid #0cddff; border-right: 2px solid #0cddff; transform: rotate(45deg); filter: drop-shadow(0 0 5px #00bde8); }
@media (max-width: 1100px) {
  .home-engage .engage-layout { grid-template-columns: 1fr; gap: 32px; }
  .home-engage .engage-layout > div:first-child { max-width: 490px; }
}
@media (max-width: 650px) {
  .home-engage .engage-steps { grid-template-columns: 1fr; gap: 36px; }
  .home-engage .engage-step { min-height: 96px; }
  .home-engage .engage-step:not(:last-child)::before { top: calc(100% + 6px); left: 25px; width: 2px; height: 22px; }
  .home-engage .engage-step:not(:last-child)::after { top: calc(100% + 15px); left: 19px; transform: rotate(135deg); }
}
/* About */
.purpose-band { padding: 52px 0; border-bottom: 1px solid var(--line); }.purpose-inner { display: grid; grid-template-columns: 100px 1.2fr 1fr; gap: 45px; align-items: center; }.purpose-inner .icon-circle { width: 78px; height: 78px; }.purpose-inner h2 { font-size: 1.7rem; margin: 0; }.purpose-inner p { margin: 0; color: var(--muted); }
.about-why { display: grid; grid-template-columns: .82fr 1fr .82fr; gap: var(--gap-content); align-items: center; }
.difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.difference-item { padding: 0 32px; border-left: 1px solid #3a5269; }.difference-item:first-child { border-left: 0; padding-left: 0; }.difference-item .icon-circle { margin-bottom: 27px; }.difference-item h3 { font-size: 1.35rem; }.difference-item p { font-size: .85rem; }
.rhythm { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; position: relative; text-align: center; }.rhythm::before { content: ''; position: absolute; left: 9%; right: 9%; top: 25px; border-top: 1px dashed #acbac8; }.rhythm-item { position: relative; }.rhythm-item .step-number { background: var(--navy); margin-bottom: 20px; }.rhythm-item .icon-circle { margin: 0 auto 18px; }.rhythm-item h3 { font-size: 1rem; }.rhythm-item p { font-size: .76rem; color: var(--muted); }
.people-layout { display: grid; grid-template-columns: .6fr 1.05fr .78fr; gap: 45px; align-items: center; }
.principles-layout { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 55px; align-items: center; }.principle-list { border-left: 1px solid var(--line); padding-left: 44px; }

/* Services */
.services-overview { display: grid; grid-template-columns: 1.15fr repeat(4, .75fr); gap: 36px; align-items: center; }.overview-item { text-align: center; }.overview-item .icon { width: 45px; height: 45px; color: var(--blue); margin-bottom: 14px; }.overview-item h3 { font-size: .95rem; }.overview-item p { font-size: .78rem; color: var(--muted); }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap-card); align-items: stretch; }.service-detail { border: 1px solid var(--line); border-radius: var(--radius); min-height: 0; padding: 27px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 25px; overflow: hidden; }.service-detail h3 { font-size: 1.1rem; }.service-detail .service-title { display: flex; gap: 18px; align-items: baseline; }.service-detail p, .service-detail li { color: var(--muted); font-size: .78rem; }.service-detail .check-list { gap: 8px; }.service-detail .check-list li { padding-left: 20px; }.learn-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 600; font-size: .8rem; margin-top: 18px; }.service-mini-visual { align-self: center; min-height: 185px; border: 1px solid #dce5ef; border-radius: 8px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(145deg, #fbfdff, #eef5fb); }.service-mini-visual.dark-mini { background: #07192b; border-color: #2d4962; }.service-mini-visual .icon { width: 63px; height: 63px; color: var(--blue); }.service-mini-visual.dark-mini .icon { color: #57a5ef; }.service-mini-visual::after { content: ''; width: 65%; height: 40%; position: absolute; right: -8%; bottom: -10%; background: repeating-linear-gradient(0deg, transparent 0 20px, rgba(26,111,218,.1) 21px); transform: skew(-18deg); }
.start-table-layout { display: grid; grid-template-columns: .42fr 1.58fr; gap: 52px; align-items: center; }.start-table { border: 1px solid #304c65; border-radius: 8px; overflow: hidden; }.start-row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; }.start-row span { padding: 11px 15px; border-right: 1px solid #304c65; border-top: 1px solid #304c65; font-size: .74rem; color: #b7c5d3; }.start-row:first-child span { border-top: 0; background: #10283e; color: #fff; }.start-row span:nth-child(even) { color: #38c8d1; }
.three-step-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }.three-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }.three-step { position: relative; }.three-step .icon-circle { margin: 0 auto 18px; }.three-step h3 { font-size: .94rem; }.three-step p { font-size: .78rem; color: var(--muted); }
.model-layout { display: grid; grid-template-columns: .4fr 1.6fr; gap: 48px; align-items: center; }.model-chain { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }.model-node { min-height: 135px; padding: 18px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid #31516a; border-radius: 7px; font-size: .7rem; position: relative; }.model-node .icon { color: var(--cyan); margin-bottom: 12px; }.model-node::after { content: ''; position: absolute; right: -10px; width: 10px; border-top: 1px dashed var(--cyan); }.model-node:last-child::after { display: none; }

/* Security */
.control-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.control-card { display: grid; grid-template-columns: 62px 1fr; gap: 20px; align-items: start; }.control-card h3 { font-size: 1rem; }.control-card p { font-size: .8rem; }
.layer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; position: relative; }.layer-grid::before { content: ''; position: absolute; left: 8%; right: 8%; top: 31px; border-top: 1px dashed #4a667d; }.layer-item { position: relative; }.layer-item .icon-circle { margin-bottom: 18px; }.layer-item h3 { font-size: 1rem; }.layer-item li { font-size: .76rem; color: #afbdca; margin: 7px 0; padding-left: 13px; position: relative; }.layer-item li::before { content: '•'; position: absolute; left: 0; }
.workflow-row { display: grid; grid-template-columns: 1fr 55px 1fr 55px 1fr; gap: 15px; align-items: center; }.workflow-card { border: 1px solid #325169; background: #091d31; border-radius: 8px; min-height: 150px; padding: 24px; display: flex; align-items: center; gap: 20px; }.workflow-card p { font-size: .78rem; margin: 0; }.connector { height: 1px; border-top: 1px dashed #5a758c; position: relative; }.connector::after { content: '›'; position: absolute; right: -3px; top: -16px; color: #7894aa; font-size: 1.3rem; }
.standards-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; }.notice-card { border: 1px solid #7baef1; border-radius: 8px; padding: 26px 28px; display: grid; grid-template-columns: 36px 1fr; gap: 15px; color: #1f5fae; }.notice-card p { color: var(--muted); font-size: .82rem; margin-bottom: 0; }
.ai-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }.ai-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; position: relative; margin-top: 35px; }.ai-flow::before { content: ''; position: absolute; left: 10%; right: 10%; top: 33px; border-top: 1px dashed #9baebe; }.ai-node { text-align: center; position: relative; font-size: .7rem; font-weight: 600; }.ai-node .icon-circle { margin: 0 auto 12px; }.ai-node.core .brand-core { width: 70px; height: 70px; grid-template-columns: repeat(2, 13px); margin: 0 auto 12px; }.ai-node.core .brand-core i { width: 13px; height: 18px; }
.review-layout { display: grid; grid-template-columns: .56fr .86fr 1fr; gap: 45px; align-items: center; }.review-panel { border: 1px solid #2f506b; border-radius: 8px; padding: 24px; background: rgba(9,31,51,.9); }.review-panel .metric { border-bottom: 1px solid #213b51; }.review-photo { height: 310px; overflow: hidden; }.review-photo img { height: 100%; width: 100%; object-fit: cover; }
.requirements { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }.requirement .icon { width: 35px; height: 35px; color: #174a88; margin-bottom: 17px; }.requirement h3 { font-size: .94rem; }.requirement p { color: var(--muted); font-size: .78rem; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 30px; align-items: start; }.work-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }.work-card > p { color: var(--muted); }.work-step { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 20px; margin: 35px 0 60px; }.work-step:not(:last-of-type)::after { content: ''; position: absolute; left: 31px; top: 68px; height: 65px; border-left: 1px dashed #afbdca; }.work-step .number-dot { position: absolute; top: -25px; left: -4px; width: 25px; height: 25px; display: grid; place-items: center; background: var(--blue); color: #fff; border-radius: 50%; font-size: .78rem; font-weight: 700; }.work-step h3 { font-size: 1.04rem; margin: 3px 0 5px; }.work-step p { color: var(--muted); font-size: .8rem; margin: 0; }.privacy-note { display: flex; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: .75rem; }.privacy-note .icon { color: #155cb8; flex: 0 0 auto; }
.contact-form { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 30px; }.field.full { grid-column: 1 / -1; }.field label { display: block; font-size: .8rem; font-weight: 500; margin-bottom: 8px; }.field input, .field select, .field textarea { width: 100%; border: 1px solid #d5dde7; border-radius: 6px; min-height: 50px; padding: 0 14px; background: #fff; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }.field textarea { min-height: 135px; padding-top: 13px; resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,111,236,.1); }.checkbox { grid-column: 1 / -1; display: flex; gap: 11px; align-items: start; color: #485873; font-size: .75rem; }.checkbox input { width: 18px; height: 18px; accent-color: var(--blue); }.form-submit { grid-column: 1 / -1; width: 100%; }.form-status { grid-column: 1 / -1; min-height: 20px; margin: -5px 0 0; color: #067b69; font-size: .82rem; }
.starting-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.starting-card { min-height: 165px; display: flex; flex-direction: column; align-items: flex-start; position: relative; }.starting-card .icon-circle { margin-bottom: 18px; }.starting-card .icon.arrow-icon { position: absolute; right: 24px; top: 70px; width: 18px; }.support-strip { margin-top: 35px; border: 1px solid var(--line); border-radius: 8px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0; }.support-item { text-align: center; padding: 0 25px; border-left: 1px solid var(--line); }.support-item:first-child { border-left: 0; }.support-item .icon { color: #1458a6; margin-bottom: 12px; }.support-item h4 { font-size: .8rem; letter-spacing: 0; margin-bottom: 5px; }.support-item p { font-size: .72rem; color: var(--muted); margin: 0; }

/* FAQ + CTA */
.faq-layout { display: grid; grid-template-columns: .48fr 1.52fr; gap: 65px; }.faq-list { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-question { width: 100%; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; text-align: left; min-height: 52px; padding: 12px 5px; color: var(--ink); cursor: pointer; font-size: .84rem; }.faq-question::after { content: '⌄'; color: #355f8a; font-size: 1.2rem; transition: transform .2s; }.faq-item.open .faq-question::after { transform: rotate(180deg); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }.faq-answer > div { overflow: hidden; }.faq-answer p { color: var(--muted); font-size: .8rem; padding: 0 5px; margin: 0; }.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding-bottom: 16px; }
.home-faq { padding: clamp(52px, 5vw, 76px) 0; background: linear-gradient(135deg, #fff, #f9fbff); }
.home-faq .faq-layout { grid-template-columns: .8fr 1.4fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.home-faq .faq-intro { padding-top: 20px; }
.home-faq .faq-layout h2 { font-size: clamp(1.9rem, 2.7vw, 2.35rem); letter-spacing: -.025em; margin-bottom: 18px; }
.home-faq .faq-intro p { max-width: 350px; color: var(--muted); font-size: 1.05rem; line-height: 1.6; margin: 0; }
.home-faq .faq-intro::after { content: ''; display: block; width: 42px; height: 3px; border-radius: 3px; background: var(--blue); margin-top: 26px; }
.home-faq .faq-list { display: grid; gap: 14px; border: 0; }
.home-faq .faq-item { border: 1px solid #dfe7f2; border-radius: 10px; background: #fff; box-shadow: 0 7px 24px rgba(14,46,86,.025); overflow: hidden; }
.home-faq .faq-question { min-height: 70px; padding: 20px 24px; gap: 20px; font-size: 1rem; font-weight: 600; line-height: 1.4; }
.home-faq .faq-question::after { content: '+'; color: var(--blue); font-size: 1.6rem; font-weight: 400; line-height: 1; flex: 0 0 20px; text-align: center; }
.home-faq .faq-item.open .faq-question::after { content: '−'; transform: none; }
.home-faq .faq-question:focus-visible { outline-offset: -4px; }
.home-faq .faq-answer p { padding: 0 24px; font-size: .94rem; line-height: 1.65; }
.home-faq .faq-item.open .faq-answer p { padding-bottom: 24px; }
@media (max-width: 500px) {
  .home-faq .faq-intro { padding-top: 0; }
  .home-faq .faq-question { padding: 18px; min-height: 64px; font-size: .94rem; gap: 12px; }
  .home-faq .faq-answer p { padding-inline: 18px; font-size: .88rem; }
}
.cta-band { padding: 64px 0; background: radial-gradient(circle at 78% 20%, #092746, #021225 68%); color: #fff; text-align: center; position: relative; overflow: hidden; }.cta-band .container { position: relative; z-index: 2; }.cta-band h2 { font-size: clamp(2rem, 3.4vw, 3rem); margin-bottom: 10px; }.cta-band p { color: #b6c3d1; margin-bottom: 20px; }

/* Premium native visual system */
.premium-photo { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(112,151,186,.28); border-radius: 12px; background: #07182a; box-shadow: 0 28px 70px rgba(1,12,26,.28); }
.premium-photo::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(52,145,255,.08), transparent 46%); }
.premium-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo { border: 0; border-radius: 0; box-shadow: none; }
.hero-photo img { object-position: center center !important; }
.collaboration-photo { height: 330px; }

.mini-brand { width: 24px; height: 27px; display: block; background: radial-gradient(circle at 25% 13%, #2f92ff 0 4px, transparent 4.5px), radial-gradient(circle at 75% 13%, #1874ed 0 4px, transparent 4.5px), radial-gradient(circle at 25% 50%, #1269e9 0 4px, transparent 4.5px), radial-gradient(circle at 75% 50%, #2b89ff 0 4px, transparent 4.5px), radial-gradient(circle at 25% 87%, #2582f7 0 4px, transparent 4.5px), radial-gradient(circle at 75% 87%, #0d5dd7 0 4px, transparent 4.5px); }
.brand-core-mini { display: grid; grid-template-columns: repeat(2, 12px); place-content: center; gap: 4px; }
.brand-core-mini b { width: 12px; height: 16px; border-radius: 50%; background: linear-gradient(145deg, #3095ff, #0c5fdd); }
.brand-core-mini b:nth-child(2), .brand-core-mini b:nth-child(5) { opacity: .68; transform: scale(.82); }

/* Home hero console */
.ops-hero-stage { min-height: 470px; }
.ops-hero-stage::before { content: ''; position: absolute; inset: 6% 0 0 7%; background: radial-gradient(circle at 55% 50%, rgba(21,119,238,.18), transparent 58%); filter: blur(10px); }
.ops-console { position: absolute; left: 2%; top: 12%; width: 78%; height: 69%; overflow: hidden; border: 1px solid #405d76; border-radius: 12px; background: linear-gradient(145deg, rgba(17,42,66,.98), rgba(4,18,33,.99)); box-shadow: 0 38px 80px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.04); }
.console-chrome { height: 42px; padding: 0 15px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #294158; background: rgba(17,39,60,.96); color: #8fa7bc; font-size: .62rem; }
.console-chrome i { width: 7px; height: 7px; border-radius: 50%; background: #34546e; }.console-chrome i:first-child { background: #2b8fff; }.console-chrome span { margin-left: 8px; }
.console-sidebar { position: absolute; left: 0; top: 42px; bottom: 0; width: 55px; display: flex; flex-direction: column; align-items: center; gap: 25px; padding-top: 22px; border-right: 1px solid #274056; background: #091b2d; }
.console-sidebar b { width: 18px; height: 20px; background: radial-gradient(circle at 25% 15%, #2f92ff 0 3px, transparent 3.5px), radial-gradient(circle at 75% 15%, #1874ed 0 3px, transparent 3.5px), radial-gradient(circle at 25% 50%, #1269e9 0 3px, transparent 3.5px), radial-gradient(circle at 75% 50%, #2b89ff 0 3px, transparent 3.5px), radial-gradient(circle at 25% 85%, #2582f7 0 3px, transparent 3.5px), radial-gradient(circle at 75% 85%, #0d5dd7 0 3px, transparent 3.5px); }
.console-sidebar .icon { width: 18px; height: 18px; color: #68849c; }.console-sidebar .icon:nth-child(3) { color: #3e9aff; }
.console-body { position: absolute; inset: 42px 0 0 55px; padding: 17px; }
.console-title { display: flex; justify-content: space-between; color: #c9d7e4; font-size: .67rem; }.console-title em { color: #54d7c7; font-style: normal; }
.workflow-track { height: 48px; margin: 15px 0; display: flex; align-items: center; justify-content: space-around; position: relative; }
.workflow-track::before { content: ''; position: absolute; left: 8%; right: 8%; border-top: 1px solid #315a74; }
.workflow-track i { position: relative; z-index: 1; width: 11px; height: 11px; border-radius: 50%; background: #142d45; border: 2px solid #55809e; box-shadow: 0 0 0 5px #0d2438; }.workflow-track i:nth-child(3) { background: #238bff; border-color: #69b3ff; box-shadow: 0 0 0 6px rgba(31,131,244,.18); }
.console-panels { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; }
.console-panel { border: 1px solid #29465f; border-radius: 7px; padding: 12px; background: linear-gradient(180deg, #0d263d, #091e32); min-width: 0; }
.panel-label { display: block; color: #8da4b8; font-size: .58rem; margin-bottom: 9px; }
.timeline-panel { min-height: 95px; }.timeline-row { height: 7px; margin: 7px 0; border-radius: 8px; background: #1a3348; overflow: hidden; }.timeline-row i { display: block; height: 100%; width: var(--x); border-radius: inherit; background: linear-gradient(90deg, #237bf2, #2ed0dc); }
.score-panel { position: relative; min-height: 95px; }.score-panel strong { font-size: 1.15rem; color: #fff; }.score-ring { position: absolute; width: 48px; height: 48px; right: 13px; bottom: 13px; border-radius: 50%; background: conic-gradient(#30d1dc 0 34%, #2386ff 34% 92%, #18344b 92%); }.score-ring::after { content: ''; position: absolute; inset: 6px; border-radius: 50%; background: #0c2439; }
.chart-panel { grid-column: 1 / -1; height: 92px; }.chart-panel svg { width: 100%; height: 57px; overflow: visible; }.chart-panel path:not(.chart-fill) { fill: none; stroke: #318fff; stroke-width: 2.2; }.chart-panel .chart-fill { fill: url(#homeChart); }
.ops-float-card { position: absolute; z-index: 3; right: 0; width: 28%; padding: 16px; border: 1px solid #3c5a73; border-radius: 9px; background: rgba(10,30,49,.96); box-shadow: 0 22px 38px rgba(0,0,0,.34); color: #94a9bd; font-size: .62rem; }
.ops-float-card b { display: block; color: #e7f2fc; font-size: .73rem; margin: 4px 0 10px; }.ops-float-card i { display: block; height: 4px; border-radius: 5px; margin-top: 7px; background: linear-gradient(90deg, #278aff 72%, #1a3349 72%); }.ops-float-card i:nth-of-type(2) { background: linear-gradient(90deg, #2bd0d9 51%, #1a3349 51%); }.ops-float-card i:nth-of-type(3) { background: linear-gradient(90deg, #278aff 63%, #1a3349 63%); }
.approvals-card { top: 6%; }.ai-card { right: 2%; bottom: 10%; display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 4px 10px; }.ai-card .icon { grid-row: 1 / 3; width: 30px; height: 30px; color: #38ced8; }.ai-card b { margin: 0; color: #5bd8c8; }
.ops-dock { position: absolute; left: 26%; bottom: 3%; height: 54px; display: flex; gap: 8px; align-items: center; }.ops-dock .icon { width: 43px; height: 43px; padding: 11px; border: 1px solid #37546d; border-radius: 8px; color: #8eabc2; background: #0b2034; box-shadow: 0 12px 25px rgba(0,0,0,.28); }.ops-dock .icon:nth-child(4) { color: #2ed0d9; }

/* Network diagrams */
.network-diagram { width: min(100%, 310px); aspect-ratio: 1; height: auto; position: relative; margin: auto; }
.network-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }.network-lines path { fill: none; stroke: #aebdcb; stroke-width: 1.3; stroke-dasharray: 4 5; }
.network-core { position: absolute; z-index: 2; inset: 0; margin: auto; width: 26.45%; aspect-ratio: 1; height: auto; display: grid; place-items: center; border: 1px solid #aac0d3; border-radius: 50%; background: #fff; color: #0e4e9d; box-shadow: 0 13px 32px rgba(8,43,84,.12); }
.network-core .icon { width: 30px; height: 30px; }
.network-node { position: absolute; z-index: 2; width: 15.16%; aspect-ratio: 1; height: auto; display: grid; place-items: center; border: 1px solid #bdcad7; border-radius: 50%; background: #fff; color: #1561bd; box-shadow: 0 7px 18px rgba(7,31,58,.09); }.network-node .icon { width: 43%; height: 43%; }
.network-node.n1 { left: 16.77%; top: 12.26%; }.network-node.n2 { right: 13.87%; top: 11.29%; }.network-node.n3 { right: .32%; top: 44.19%; }.network-node.n4 { right: 15.48%; bottom: 3.23%; }.network-node.n5 { left: 15.81%; bottom: 3.55%; }.network-node.n6 { left: 0; top: 45.16%; }
.scattered-network .network-node { transform: rotate(var(--r, 0deg)); }.scattered-network .n1 { --r:-7deg; }.scattered-network .n2 { --r:8deg; }.scattered-network .n4 { --r:10deg; }.scattered-network .n5 { --r:-9deg; }
.connected-network .network-ring { position: absolute; inset: 9.68%; border: 1px solid #a8c9dc; border-radius: 50%; box-shadow: inset 0 0 35px rgba(29,130,235,.06); }
.connected-network .network-ring::before, .connected-network .network-ring::after { content: ''; position: absolute; inset: 25%; border: 1px dashed #c5d4df; border-radius: 50%; }.connected-network .network-ring::after { inset: -10px; border-color: rgba(36,150,225,.22); }
.connected-network .network-core { width: 33.87%; aspect-ratio: 1; height: auto; background: #031326; border-color: #4f8db4; box-shadow: 0 0 0 9px rgba(23,111,236,.08), 0 18px 34px rgba(7,46,89,.2); }
.connected-network .network-node { color: #1466c6; }
.compact-network { width: min(100%, 280px); transform: none; }

/* Command center */
.premium-command-board { min-height: 410px; display: grid; grid-template-columns: 58px 1fr; border: 1px solid #38556f; border-radius: 12px; overflow: hidden; background: linear-gradient(145deg, #0a2035, #061729); box-shadow: 0 34px 70px rgba(0,0,0,.34); }
.premium-command-board aside { padding: 20px 0; display: flex; flex-direction: column; align-items: center; gap: 27px; border-right: 1px solid #28435a; background: #07182a; }.premium-command-board aside .icon { width: 19px; height: 19px; color: #66839b; }.premium-command-board aside .icon:nth-child(3) { color: #3a99ff; }
.board-grid { padding: 14px; display: grid; grid-template-columns: 1fr 1.12fr; gap: 11px; }.board-grid section { min-width: 0; min-height: 176px; padding: 14px; border: 1px solid #29465f; border-radius: 7px; background: linear-gradient(180deg, rgba(15,39,61,.96), rgba(9,29,47,.96)); }.board-grid h4 { display: flex; justify-content: space-between; letter-spacing: 0; font-size: .72rem; margin: 0 0 10px; color: #cbd9e5; }.board-grid h4 em { color: #58809e; font-size: .58rem; font-style: normal; font-weight: 400; }
.board-grid .metric { padding: 7px 0; border-bottom: 1px solid #1e394f; font-size: .63rem; }.board-grid .metric b { padding: 2px 6px; border-radius: 4px; font-size: .54rem; }.pending { color: #f1bd57; background: rgba(241,189,87,.12); }.approved { color: #55d0bd; background: rgba(85,208,189,.12); }
.progress-row { display: grid; grid-template-columns: 85px 1fr 54px; gap: 8px; align-items: center; min-height: 28px; color: #96aabd; font-size: .56rem; }.progress-row i, .owner-row i { display: block; height: 5px; border-radius: 5px; background: linear-gradient(90deg, #2888fb var(--p), #1b344a var(--p)); }.progress-row b { font-weight: 500; color: #4ea7ee; text-align: right; }
.owner-row { display: grid; grid-template-columns: 90px 1fr; gap: 10px; align-items: center; min-height: 29px; color: #9eb0c0; font-size: .58rem; }.owner-row:nth-child(3) i { background: linear-gradient(90deg, #2bd0d9 var(--p), #1b344a var(--p)); }
.performance-card svg { width: 100%; height: 116px; }.performance-card .chart-grid { fill: none; stroke: #294157; stroke-width: 1; }.performance-card .chart-area { fill: rgba(32,133,246,.12); }.performance-card .chart-line { fill: none; stroke: #3797ff; stroke-width: 2.2; }

/* Home page command center preview */
.command-dashboard { min-width: 0; display: grid; grid-template-columns: 48px minmax(0, 1fr); border: 1px solid #228dcc; border-radius: 14px; overflow: hidden; color: #d6e8f6; background: linear-gradient(135deg, #04233b, #03182b); box-shadow: 0 24px 65px #00102166, inset 0 0 30px #087bc00d; }
.cd-sidebar { display: flex; flex-direction: column; align-items: center; gap: 23px; padding: 20px 0; border-right: 1px solid #19425d; background: #02182c88; }
.cd-sidebar .mini-brand { margin-bottom: 3px; }
.cd-sidebar .icon { width: 18px; height: 18px; color: #6aa9d4; }
.cd-nav-active { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #0872c344; }
.cd-nav-active .icon { color: #24c8f6; }
.cd-content { min-width: 0; padding: 14px; }
.cd-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.cd-header > div { flex: 1; }
.cd-header strong { font-size: .94rem; }
.cd-header p { margin: 3px 0 0; font-size: .64rem; color: #7cafcf; }
.cd-search { display: flex; align-items: center; gap: 8px; width: 27%; padding: 8px 10px; border: 1px solid #174969; border-radius: 6px; color: #78afd2; font-size: .53rem; }
.cd-search .icon { width: 14px; height: 14px; }
.cd-notification { position: relative; color: #70aad1; }
.cd-notification .icon { width: 20px; height: 20px; }
.cd-notification b { position: absolute; right: -4px; top: -4px; display: grid; place-items: center; width: 13px; height: 13px; border-radius: 50%; background: #ff456c; color: white; font-size: .5rem; }
.cd-avatar, .cd-team-avatar { display: inline-grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #1086e8, #054898); color: #d9f1ff; }
.cd-avatar { width: 29px; height: 29px; font-size: .65rem; font-weight: 700; }
.cd-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-bottom: 10px; }
.cd-stat, .cd-panel { border: 1px solid #174969; border-radius: 8px; background: linear-gradient(155deg, #07304c66, #021a2d99); }
.cd-stat { display: flex; align-items: center; gap: 8px; padding: 10px 8px; }
.cd-stat-icon { display: grid; place-items: center; flex-shrink: 0; width: 32px; height: 36px; background: #0856a555; color: #2aa9f8; border-radius: 8px; }
.cd-stat-icon .icon { width: 20px; height: 20px; }
.cd-stat-icon.cd-teal { background: #007f8533; color: #10d7df; }
.cd-stat strong { display: block; font-size: 1.05rem; line-height: 1.2; }
.cd-stat small { display: block; font-size: .46rem; white-space: nowrap; margin-top: 4px; color: #adcbe0; }
.cd-change { margin-left: auto; color: #06e0d4; font-size: .6rem; font-weight: 600; white-space: nowrap; text-align: right; }
.cd-change.cd-alert { color: #fa4a69; }
.cd-change small { font-size: .41rem; color: #78a6c7; font-weight: 400; }
.cd-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.cd-panel { min-width: 0; padding: 11px; }
.cd-panel .cd-panel-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0 0 9px; font-size: .68rem; font-weight: 700; line-height: 1.12; letter-spacing: 0; color: #e0eaf5; }
.cd-panel .cd-panel-title > span { color: #30b6f3; font-size: .5rem; font-weight: 400; white-space: nowrap; }
.cd-panel table { width: 100%; border-collapse: collapse; text-align: left; font-size: .49rem; }
.cd-panel th { color: #7cafcf; font-weight: 400; }
.cd-panel th, .cd-panel td { padding: 6px 3px; border-bottom: 1px solid #12405a77; white-space: nowrap; }
.cd-panel th:first-child, .cd-panel td:first-child { padding-left: 0; }
.cd-panel tbody tr:last-child td { border-bottom: 0; }
.cd-badge { display: inline-block; padding: 2px 7px; border-radius: 4px; font-weight: 600; }
.cd-pending { color: #e4c747; background: #d1b52b22; }
.cd-approved { color: #31e0dc; background: #02b4a52b; }
.cd-review { color: #30b7ff; background: #007bce2b; }
.cd-workflow { display: grid; grid-template-columns: 98px minmax(0, 1fr) 26px; gap: 8px; align-items: center; min-height: 28px; font-size: .52rem; }
.cd-workflow b { text-align: right; color: #a1c8e3; font-weight: 400; }
.cd-workflow i, .cd-teams i { display: block; height: 6px; border-radius: 8px; background: linear-gradient(90deg, #1087ff var(--progress), #103853 var(--progress)); }
.cd-team-avatar { width: 19px; height: 19px; margin-right: 6px; font-size: .48rem; vertical-align: middle; }
.cd-teams td { padding-block: 4px; }
.cd-teams td:last-child { width: 27%; }
.cd-teams i { background: linear-gradient(90deg, #13c6dc var(--progress), #103853 var(--progress)); }
.cd-teams tr:nth-child(2) .cd-team-avatar { background: #20b5e7; }
.cd-performance { display: grid; grid-template-columns: minmax(0, 1fr) 83px; gap: 12px; }
.cd-revenue { font-size: 1.05rem; font-weight: 600; line-height: 1.2; }
.cd-revenue span { font-size: .58rem; margin-left: 7px; color: #08ded0; }
.cd-performance small { display: block; font-size: .49rem; color: #78afd2; }
.cd-chart { display: block; width: 100%; height: auto; margin-top: 5px; overflow: visible; }
.cd-chart-grid { fill: none; stroke: #17415b; stroke-width: 1; }
.cd-chart-labels { fill: #7baecc; font-size: 9px; }
.cd-chart-line { fill: none; stroke: #168bff; stroke-width: 3; stroke-linejoin: round; }
.cd-performance-summary { padding-left: 11px; border-left: 1px solid #16405a; }
.cd-performance-summary strong { display: block; font-size: .83rem; margin-top: 10px; line-height: 1.2; }
.cd-performance-summary strong:first-child { margin-top: 4px; color: #0ce0d7; }
.cd-performance-summary small { margin-top: 3px; font-size: .46rem; }
@media (min-width: 801px) and (max-width: 1200px) {
  .command-section .command-layout { grid-template-columns: 1fr; }
  .command-section .command-layout > div:first-child { max-width: 540px; }
}
@media (max-width: 650px) {
  .command-dashboard { grid-template-columns: 34px minmax(0, 1fr); }
  .cd-sidebar { gap: 22px; padding-top: 15px; }
  .cd-sidebar .mini-brand { transform: scale(.8); }
  .cd-content { padding: 10px; }
  .cd-header { gap: 9px; }
  .cd-header strong { font-size: .82rem; }
  .cd-header p { font-size: .6rem; }
  .cd-search, .cd-notification { display: none; }
  .cd-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .cd-stat { gap: 6px; padding: 9px 6px; }
  .cd-stat-icon { width: 25px; height: 30px; }
  .cd-stat strong { font-size: .95rem; }
  .cd-change { display: none; }
  .cd-panels { grid-template-columns: 1fr; }
  .cd-panel { padding: 10px; }
  .cd-panel table { font-size: clamp(.44rem, 1.8vw, .6rem); }
  .cd-badge { padding-inline: 4px; }
  .cd-team-avatar { margin-right: 4px; width: 16px; height: 16px; }
  .cd-workflow { font-size: .6rem; min-height: 32px; }
}

/* People, process, systems */
.operating-triad { position: relative; width: min(100%, 500px); aspect-ratio: 500 / 370; height: auto; margin: auto; }
.triad-ring { position: absolute; width: 49%; aspect-ratio: 1; height: auto; inset: 20.54% 0 auto; margin: auto; border: 1px solid #a9dbe0; border-radius: 50%; box-shadow: inset 0 0 50px rgba(27,126,220,.05); }
.triad-center { position: absolute; z-index: 3; width: 18.4%; aspect-ratio: 1; height: auto; left: 40.8%; top: 40.81%; display: grid; place-items: center; border: 2px solid #3a739c; border-radius: 50%; background: #041429; box-shadow: 0 0 0 10px rgba(29,125,224,.08), 0 18px 32px rgba(4,42,80,.2); }
.triad-point { position: absolute; z-index: 2; width: 24.8%; aspect-ratio: 1; min-height: 0; padding: clamp(7px, 3%, 15px) clamp(5px, 1.6%, 8px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: clamp(2px, .6vw, 3px) solid; border-radius: 50%; background: #fff; box-shadow: 0 12px 25px rgba(5,33,65,.09); }.triad-point .icon { width: clamp(19px, 23%, 29px); height: clamp(19px, 23%, 29px); margin-bottom: 4px; }.triad-point b { font-size: clamp(.56rem, 1.3vw, .72rem); }.triad-point small { max-width: 100px; color: var(--muted); font-size: clamp(.43rem, 1vw, .54rem); line-height: 1.2; }
.triad-point.people { left: 37.6%; top: .54%; color: #159fae; border-color: #3ac4cc; }.triad-point.process { left: 5.8%; bottom: 0; color: #176fcc; border-color: #408dee; }.triad-point.systems { right: 5.8%; bottom: 0; color: #19979c; border-color: #39b7b2; }
.compact-triad { width: min(100%, 430px); transform: none; }.dark-triad .triad-point { color: #d8e8f6; border-color: #46789d; background: #0a2135; }.dark-triad .triad-point .icon { color: #51a8f4; }.dark-triad .triad-ring { border-color: #315e77; }

/* Services */
.service-pipeline-stage { padding: 45px 0 0; }.service-pipeline-stage .pipeline { gap: 7px; }.service-pipeline-stage .pipeline-card { min-height: 180px; padding: 21px 8px; box-shadow: 0 17px 32px rgba(0,0,0,.2); }.service-pipeline-stage .pipeline-card .icon { width: 32px; height: 32px; }.service-pipeline-stage .pipeline-card p { font-size: .58rem; }.service-pipeline-stage .pipeline-result { width: 58%; margin-top: 30px; padding: 14px 18px; display: flex; gap: 14px; align-items: center; text-align: left; box-shadow: 0 18px 38px rgba(0,0,0,.28); }.pipeline-result b, .pipeline-result small { display: block; }.pipeline-result b { font-size: .75rem; }.pipeline-result small { color: #7f9bb2; font-size: .58rem; }
.service-mini-visual { isolation: isolate; }.service-mini-visual > * { position: relative; z-index: 1; }
.mini-flow { width: 84%; display: flex; align-items: center; justify-content: space-between; }.mini-flow span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #86b9ee; border-radius: 50%; background: #fff; box-shadow: 0 8px 18px rgba(19,89,169,.1); }.mini-flow span .icon { width: 21px; height: 21px; }.mini-flow i { flex: 1; border-top: 1px dashed #4792df; }.mini-automation { grid-template-columns: repeat(3, 1fr); align-content: center; padding: 25px 18px 18px; }.mini-automation .mini-flow { grid-column: 1 / -1; }.mini-automation small { margin-top: 12px; color: #6b7d91; font-size: .55rem; text-align: center; }
.mini-ai .ai-orbit { position: absolute; inset: 23px; border: 1px solid #32617e; border-radius: 50%; }.mini-ai .ai-orbit.o2 { inset: 46px; border-style: dashed; }.ai-core { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #3c91c5; background: #0d2b43; box-shadow: 0 0 25px rgba(41,172,227,.22); }.ai-core .icon { width: 34px !important; height: 34px !important; color: #42d1da !important; }.ai-spark { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #3096ff; box-shadow: 0 0 12px #3096ff; }.ai-spark.s1 { left: 24%; top: 25%; }.ai-spark.s2 { right: 21%; top: 34%; }.ai-spark.s3 { left: 34%; bottom: 20%; }
.code-window { width: 82%; height: 130px; padding: 33px 17px 12px; border: 1px solid #315571; border-radius: 7px; background: #091c2f; box-shadow: 0 14px 30px rgba(0,0,0,.25); }.code-top { position: absolute; inset: 0 0 auto; height: 25px; padding: 9px; display: flex; gap: 5px; border-bottom: 1px solid #29455c; }.code-top i { width: 5px; height: 5px; border-radius: 50%; background: #3e607a; }.code-top i:first-child { background: #268cff; }.code-window p { display: grid; gap: 7px; margin: 0; }.code-window p b { display: block; width: 82%; height: 4px; background: linear-gradient(90deg, #2788fb 25%, #2cd0d8 25% 48%, #263f55 48%); }.code-window p b:nth-child(2) { width: 63%; }.code-window p b:nth-child(3) { width: 74%; }.code-window p b:nth-child(4) { width: 48%; }.code-window > span { position: absolute; right: 16px; bottom: 12px; color: #5b90bc; font: 700 1rem monospace; }
.mini-integration::before { content: ''; position: absolute; width: 150px; height: 150px; border: 1px dashed #8eb6d9; border-radius: 50%; }.integration-core { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 2px solid #2683e9; box-shadow: 0 0 0 8px rgba(38,131,233,.08); }.integration-core .icon { width: 29px !important; height: 29px !important; }.mini-integration .sat { position: absolute; width: 27px; height: 27px; border: 1px solid #86afd4; border-radius: 50%; background: #fff; }.mini-integration .sat.a { left: 19%; top: 22%; }.mini-integration .sat.b { right: 18%; top: 28%; }.mini-integration .sat.c { right: 24%; bottom: 15%; }.mini-integration .sat.d { left: 22%; bottom: 17%; }
.mini-ops { padding: 18px; align-content: center; gap: 7px; }.mini-ops-head, .mini-ops-row { width: 100%; display: grid; align-items: center; }.mini-ops-head { grid-template-columns: 1fr auto; padding-bottom: 8px; border-bottom: 1px solid #d4e0ec; color: #27435d; font-size: .64rem; }.mini-ops-head b { color: #14866f; font-size: .53rem; }.mini-ops-row { grid-template-columns: 9px 1fr 38px; gap: 8px; }.mini-ops-row i { width: 7px; height: 7px; border-radius: 50%; background: #2686f0; }.mini-ops-row span { height: 5px; border-radius: 4px; background: linear-gradient(90deg, #6da8e7 62%, #d7e2ed 62%); }.mini-ops-row b { color: #5c7084; font-size: .48rem; font-weight: 500; text-align: right; }
.mini-team > i { position: absolute; width: 150px; height: 150px; border: 1px dashed #86b3dc; border-radius: 50%; }.team-center { z-index: 2; width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid #2787ed; border-radius: 50%; background: #fff; }.team-center .icon { width: 31px !important; height: 31px !important; }.avatar { position: absolute; z-index: 2; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #82acd3; border-radius: 50%; background: #fff; color: #2772c4; font-size: .55rem; font-weight: 700; }.avatar.a { top: 14%; left: 26%; }.avatar.b { right: 19%; top: 37%; }.avatar.c { left: 28%; bottom: 9%; }
.mini-command { padding: 16px; display: grid; grid-template-columns: .55fr 1fr; align-content: center; gap: 12px; }.mini-kpi { padding: 12px; border: 1px solid #2e4b63; border-radius: 6px; background: #0b2237; }.mini-kpi b, .mini-kpi span { display: block; }.mini-kpi b { color: #fff; font-size: 1.15rem; }.mini-kpi span { color: #48cfbe; font-size: .5rem; }.mini-command .mini-bars { display: grid; gap: 9px; }.mini-command .mini-bars i { width: 100%; height: 5px; border-radius: 5px; background: linear-gradient(90deg, #2a8af8 var(--w), #1d354a var(--w)); }.mini-command svg { grid-column: 1 / -1; width: 100%; height: 55px; }.mini-command svg path { fill: none; stroke: #2f96ff; stroke-width: 2; }
.maintenance-orbit { position: absolute; width: 145px; height: 145px; border: 1px dashed #3b6681; border-radius: 50%; }.maintenance-core { width: 78px; height: 78px; display: grid; place-items: center; border: 2px solid #3c8ed0; border-radius: 50%; background: #0b2439; box-shadow: 0 0 25px rgba(43,139,226,.2); }.maintenance-core .icon { width: 35px !important; height: 35px !important; color: #53b0f2 !important; }.mini-maintenance > i { position: absolute; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #0d3043; border: 1px solid #3e8b91; color: #55d2c1; font-style: normal; font-size: .7rem; }.check-one { top: 14%; left: 24%; }.check-two { right: 18%; top: 38%; }.check-three { left: 31%; bottom: 8%; }

/* Security hero */
.security-stage { padding: 22px 0 10px; display: grid; grid-template-columns: 120px 1fr; align-items: center; }
.security-spine { height: 355px; position: relative; display: grid; place-items: center; }.security-spine > i { position: absolute; top: 12px; bottom: 12px; border-left: 1px dashed #3c6b88; }.security-core { z-index: 2; width: 90px; height: 90px; display: grid; place-items: center; border: 2px solid #3e8ac1; border-radius: 50%; background: #061a2e; box-shadow: 0 0 0 11px rgba(31,125,215,.08), 0 20px 40px rgba(0,0,0,.3); }.security-core .icon { width: 39px; height: 39px; color: #54b1ed; }
.security-stack { display: grid; gap: 10px; }.security-layer { min-height: 63px; padding: 11px 15px; display: grid; grid-template-columns: 115px 1fr; gap: 3px 14px; align-items: center; border: 1px solid #2d4d66; border-radius: 8px; background: linear-gradient(90deg, rgba(10,34,55,.97), rgba(16,45,70,.9)); box-shadow: 0 12px 24px rgba(0,0,0,.15); }.security-layer span { display: flex; gap: 8px; align-items: center; color: #bbccdb; font-size: .68rem; }.security-layer span .icon { width: 18px; height: 18px; color: #65a7df; }.security-layer b { justify-self: end; color: #82a0b7; font-size: .57rem; font-weight: 500; }.security-layer > i { grid-column: 1 / -1; display: block; height: 4px; border-radius: 5px; background: linear-gradient(90deg, #2387f2 var(--w), #2ed0da var(--w), #203c52 var(--w)); }
.security-badge { position: absolute; right: -18px; bottom: 8px; padding: 11px 14px; display: flex; gap: 10px; align-items: center; border: 1px solid #3b6179; border-radius: 8px; background: #092137; box-shadow: 0 17px 30px rgba(0,0,0,.28); }.security-badge .icon { width: 21px; color: #4ed1bf; }.security-badge b, .security-badge small { display: block; }.security-badge b { color: #d9e7f3; font-size: .62rem; }.security-badge small { color: #7892a8; font-size: .5rem; }

/* Contact hero */
.contact-operations-stage { min-height: 420px; }.contact-connectors { position: absolute; inset: 0; width: 100%; height: 100%; }.contact-connectors path { fill: none; stroke: #145c98; stroke-width: 1.2; stroke-dasharray: 4 4; }
.contact-hub { position: absolute; left: 24%; top: 37%; width: 112px; height: 112px; display: grid; place-items: center; border: 1px dashed #4a7593; border-radius: 50%; }.contact-hub::before { content: ''; position: absolute; inset: 12px; border: 1px solid #3a6380; border-radius: 50%; }.contact-hub .brand-core-mini { z-index: 2; width: 70px; height: 70px; border: 1px solid #4a85ad; border-radius: 50%; background: #06182a; }
.contact-node { position: absolute; width: 49px; height: 49px; display: grid; place-items: center; border: 1px solid #486a83; border-radius: 50%; background: #071a2d; color: #75aee1; box-shadow: 0 10px 25px rgba(0,0,0,.22); }.contact-node .icon { width: 21px; height: 21px; }.node-gear { left: 5%; top: 40%; }.node-user { left: 31%; top: 6%; }.node-chart { left: 49%; top: 37%; }.node-data { left: 32%; bottom: 5%; color: #37c6c8; }
.contact-task-card, .contact-chart-card { position: absolute; border: 1px solid #38546b; border-radius: 8px; background: rgba(10,29,47,.96); box-shadow: 0 20px 35px rgba(0,0,0,.28); }.contact-task-card { right: 2%; top: 4%; width: 150px; padding: 17px; display: grid; grid-template-columns: 13px 1fr; gap: 10px 8px; }.contact-task-card i { color: #3bd0c4; font-style: normal; font-size: .7rem; }.contact-task-card span { height: 5px; align-self: center; border-radius: 5px; background: linear-gradient(90deg, #3e5d75 68%, #1b354b 68%); }.contact-chart-card { right: 0; bottom: 3%; width: 210px; padding: 14px; }.contact-chart-card b { color: #90a7ba; font-size: .58rem; }.contact-chart-card svg { width: 100%; height: 90px; }.contact-chart-card .grid { fill: none; stroke: #203b51; }.contact-chart-card .line { fill: none; stroke: #2e94ff; stroke-width: 2; }

/* Motion */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.revealed { opacity: 1; transform: none; }.hero [data-reveal] { transition-delay: var(--delay, 0s); }.float { animation: float 5s ease-in-out infinite; }.pulse { animation: pulse 2.6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(44,211,221,.15); } 50% { box-shadow: 0 0 0 12px rgba(44,211,221,0); } }
@keyframes heroArtworkFloat { 0%,100% { transform: translateY(-49%); } 50% { transform: translateY(calc(-49% - 5px)); } }
@keyframes brandMarquee { from { transform: translateX(0); } to { transform: translateX(-33.333333%); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .home-hero-stage { height: 100svh; --hero-rotate-x: 0deg; --hero-rotate-y: 0deg; --hero-rotate-z: 0deg; --hero-left-fade: .5%; --hero-right-fade: .5%; --hero-bottom-solid: 72%; --hero-bottom-fade: 97%; } .home-hero-stage .home-hero { position: relative; } .home-hero-stage .hero-content { opacity: 1; transform: translateY(-24px); } }

/* Responsive */
@media (max-width: 1050px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .nav-wrap { grid-template-columns: 1fr auto; }.nav-cta { display: none; }.menu-toggle { display: flex; justify-self: end; }
  .nav-links { position: fixed; inset: 0; padding-top: 110px; background: rgba(2,13,28,.98); flex-direction: column; gap: 8px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s; }.nav-links a { font-size: 1.15rem; padding: 15px 30px; }.nav-open .nav-links { opacity: 1; visibility: visible; transform: none; }
  .hero-content { grid-template-columns: 1fr 1fr; }.hero-visual { min-height: 380px; }
  .problem-solution, .about-why { grid-template-columns: 1fr 1fr; }.problem-solution > :last-child, .about-why > :last-child { grid-column: 1 / -1; }
  .services-overview { grid-template-columns: repeat(2, 1fr); }.services-overview > :first-child { grid-column: 1 / -1; }
  .service-detail { grid-template-columns: 1fr; }.service-mini-visual { min-height: 140px; }
  .model-chain { grid-template-columns: repeat(4, 1fr); }.model-node:nth-child(4)::after { display: none; }
  .review-layout { grid-template-columns: 1fr 1fr; }.review-photo { display: none; }
  .footer-grid { grid-template-columns: 1.2fr repeat(2, 1fr); }.footer-grid > :nth-child(4), .footer-grid > :nth-child(5) { margin-top: 15px; }
  .problem-solution::after { display: none; }
}

@media (max-width: 800px) {
  :root { --space-section: clamp(54px, 9vw, 65px); --space-section-sm: clamp(44px, 7vw, 48px); --space-section-tight: clamp(42px, 7vw, 52px); }
  body { font-size: 14px; }.container { width: min(calc(100% - 28px), var(--container)); }.section { padding: var(--space-section) 0; }.section-sm { padding: var(--space-section-sm) 0; }
  h1 { font-size: clamp(2.6rem, 12vw, 4rem); }.grid-2, .grid-3, .grid-4, .grid-5 { grid-template-columns: 1fr; }
  .section-heading.row { display: block; }.section-heading { margin-bottom: 30px; }
  .hero { min-height: auto; padding: 125px 0 65px; }.hero-content { grid-template-columns: 1fr; }.hero-visual { min-height: 340px; }.about-hero { padding-bottom: 0; }.about-hero .hero-content { grid-template-columns: 1fr; }.about-hero .hero-visual { height: 410px; }.about-hero .hero-visual > img { mask-image: linear-gradient(0deg, #000 75%, transparent 100%); }
  body[data-page="security"] .hero-content { grid-template-columns: 1fr; }
  .logo-list { justify-content: center; gap: 20px 32px; }.logo-list span { font-size: .98rem; }
  .problem-solution, .command-layout, .approach-layout, .engage-layout, .purpose-inner, .about-why, .people-layout, .principles-layout, .services-overview, .start-table-layout, .three-step-layout, .model-layout, .standards-layout, .ai-layout, .review-layout, .contact-layout, .faq-layout { grid-template-columns: 1fr; }
  .home-faq .faq-layout { grid-template-columns: 1fr; }
  .home-faq .faq-layout h2 { white-space: normal; }
  .home-approach .operating-triad { transform: none; margin-block: 0; }
  .problem-solution > :last-child, .about-why > :last-child, .services-overview > :first-child { grid-column: auto; }
  .process-line, .rhythm { grid-template-columns: 1fr; text-align: left; gap: 27px; }.process-line::before, .rhythm::before { left: 24px; right: auto; top: 20px; bottom: 20px; height: auto; border-left: 1px dashed #52708a; border-top: 0; }.process-step, .rhythm-item { display: grid; grid-template-columns: 50px 1fr; column-gap: 20px; align-items: start; }.process-step .step-number, .rhythm-item .step-number { grid-row: 1 / 3; margin: 0; }.rhythm-item .icon-circle { display: none; }.process-step h3, .rhythm-item h3 { margin-top: 6px; }.process-step p, .rhythm-item p { margin: 0; }
  .service-grid, .service-detail-grid, .control-grid, .starting-grid { grid-template-columns: 1fr 1fr; }.service-tile { min-height: 0; padding: 20px 14px; }
  .difference-grid { grid-template-columns: 1fr; }.difference-item { padding: 28px 0; border-left: 0; border-top: 1px solid #3a5269; }.difference-item:first-child { border-top: 0; }
  .purpose-inner { text-align: center; gap: 20px; }.purpose-inner .icon-circle { margin: auto; }
  .principle-list { border-left: 0; border-top: 1px solid var(--line); padding: 25px 0 0; }
  .pipeline { grid-template-columns: 1fr; padding: 0 18px; }.pipeline::before, .pipeline::after, .pipeline-card::after { display: none; }.pipeline-card { min-height: 155px; }.pipeline-result { width: calc(100% - 36px); }
  .three-steps { grid-template-columns: 1fr; }.three-step { display: grid; grid-template-columns: 70px 1fr; gap: 15px; }.three-step .icon-circle { grid-row: 1 / 3; margin: 0; }
  .model-chain { grid-template-columns: repeat(2, 1fr); }.model-node:nth-child(even)::after { display: none; }
  .layer-grid { grid-template-columns: 1fr; }.layer-grid::before { display: none; }.layer-item { display: grid; grid-template-columns: 65px 1fr; column-gap: 18px; }.layer-item .icon-circle { grid-row: 1 / 3; }
  .workflow-row { grid-template-columns: 1fr; }.connector { width: 1px; height: 36px; margin: auto; border-left: 1px dashed #5a758c; border-top: 0; }.connector::after { bottom: -14px; top: auto; right: -5px; transform: rotate(90deg); }
  .ai-flow { grid-template-columns: 1fr 1fr; }.ai-flow::before { display: none; }
  .requirements { grid-template-columns: 1fr 1fr; }.start-row { grid-template-columns: 1fr 1fr; }.start-row span:nth-child(n+3) { display: none; }
  .form-grid { grid-template-columns: 1fr; }.field.full, .checkbox, .form-submit, .form-status { grid-column: auto; }
  .support-strip { grid-template-columns: 1fr 1fr; }.support-item { border-top: 1px solid var(--line); padding: 22px; }.support-item:nth-child(odd) { border-left: 0; }.support-item:nth-child(-n+2) { border-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }.footer-intro { grid-column: 1 / -1; }.footer-grid > :nth-child(4), .footer-grid > :nth-child(5) { margin-top: 0; }
}

@media (max-width: 500px) {
  .service-grid, .service-detail-grid, .control-grid, .starting-grid, .requirements { grid-template-columns: 1fr; }
  .hero-visual { min-height: 300px; }.dashboard-visual { inset: 10px -55px 0 0; transform: scale(.82); transform-origin: center; }.dash-main { width: 72%; }.dash-float.one { right: 7%; }.dash-float.two { right: 8%; }
  .orbit { transform: scale(.78); margin: -30px auto; }
  .home-approach .operating-triad { transform: none; margin-block: 0; }
  .command-board { grid-template-columns: 1fr; }.board-card.wide { grid-column: auto; }
  .approach-diagram { transform: scale(.84); margin: -30px; }.engage-steps { grid-template-columns: 1fr; }
  .service-detail { padding: 22px; }.service-detail-grid { display: grid; }.security-row { grid-template-columns: 120px 1fr; }
  .support-strip { grid-template-columns: 1fr; }.support-item, .support-item:nth-child(-n+2) { border-left: 0; border-top: 1px solid var(--line); }.support-item:first-child { border-top: 0; }
  .footer-grid { grid-template-columns: 1fr; }.footer-intro { grid-column: auto; }.contact-form, .work-card { padding: 22px; }
}

/* Native visual responsiveness */
@media (max-width: 1050px) {
  :root { --home-strip-height: 116px; }
  .home-hero-stage { height: 100svh; --hero-rotate-x: 0deg; --hero-rotate-y: 0deg; --hero-rotate-z: 0deg; --hero-left-fade: 7%; --hero-right-fade: 7%; --hero-bottom-solid: 78%; --hero-bottom-fade: 100%; }
  .home-hero-stage .home-hero { position: relative; }
  .home-hero-stage .home-hero-backdrop { transform: translateX(-50%); }
  .home-hero-stage .hero-content { opacity: 1; transform: none; }
  .logo-marquee { width: min(calc(100% - 36px), var(--container)); }
  body[data-page="home"] .hero { height: 100svh; min-height: 0; padding: 118px 0 18px; display: block; }
  body[data-page="home"] .hero-content { display: block; width: min(calc(100% - 36px), var(--container)); transform: none; }
  body[data-page="home"] .hero-copy { max-width: 690px; }
  .home-hero::after { background: linear-gradient(180deg, #020f1e 0%, #020f1e 45%, rgba(2,15,30,.9) 54%, rgba(2,15,30,.38) 69%, rgba(2,15,30,.08) 84%, transparent 96%); }
  .home-hero-backdrop { inset: auto auto -14px 50%; width: min(108%, 960px); height: auto; transform: translateX(-50%); object-fit: contain; object-position: center bottom; opacity: .78; animation: none; }
  .ops-console { width: 82%; left: 0; }.ops-float-card { width: 30%; }.ops-dock { left: 15%; }
  .premium-command-board { min-height: 380px; }.board-grid section { min-height: 160px; }
  .operating-triad { transform: none; }
  .review-photo { display: block; grid-column: 1 / -1; height: 320px; }
  .service-pipeline-stage .pipeline-card { min-height: 165px; }
}

@media (max-width: 800px) {
  :root { --home-strip-height: 108px; }
  .logo-marquee { width: min(calc(100% - 28px), var(--container)); }
  body[data-page="home"] .hero { height: 100svh; min-height: 0; padding: 125px 0 12px; display: block; }
  body[data-page="home"] .hero-content { display: block; width: min(calc(100% - 28px), var(--container)); transform: none; }
  .home-hero::after { background: linear-gradient(180deg, #020f1e 0%, #020f1e 52%, rgba(2,15,30,.76) 65%, rgba(2,15,30,.08) 84%); }
  .home-hero-backdrop { inset: auto auto -8px 50%; width: min(128%, 680px); height: auto; transform: translateX(-50%); object-position: center bottom; opacity: .64; }
  .ops-hero-stage { min-height: 410px; }.ops-console { left: 0; top: 8%; width: 85%; height: 72%; }.ops-float-card { width: 31%; }.approvals-card { top: 2%; }.ai-card { bottom: 6%; }.ops-dock { left: 12%; bottom: 0; }.ops-dock .icon { width: 38px; height: 38px; padding: 9px; }
  .network-diagram { width: min(100%, 290px); height: auto; }.problem-solution .network-diagram { margin-block: 0 26px; }
  .premium-command-board { min-height: 540px; grid-template-columns: 48px 1fr; }.premium-command-board aside { gap: 35px; }.board-grid { grid-template-columns: 1fr; }.board-grid section { min-height: 130px; }.performance-card svg { height: 90px; }
  .approach-layout .operating-triad { order: 2; }.approach-layout .check-list { order: 3; }.operating-triad { transform: none; margin-block: 0; }.triad-point.process { left: 5.8%; }.triad-point.systems { right: 5.8%; }
  .collaboration-photo { height: 290px; }
  .service-pipeline-stage { min-height: 340px; padding-top: 10px; }.service-pipeline-stage .pipeline { grid-template-columns: repeat(5, 1fr); padding: 28px 0 0; gap: 5px; }.service-pipeline-stage .pipeline-card { min-height: 122px; padding: 16px 4px 10px; }.service-pipeline-stage .pipeline-card .icon { width: 24px; height: 24px; }.service-pipeline-stage .pipeline-card h4 { font-size: .63rem; }.service-pipeline-stage .pipeline-card p { display: none; }.service-pipeline-stage .pipeline-result { width: 70%; margin-top: 20px; }
  .security-stage { min-height: 390px; grid-template-columns: 82px 1fr; }.security-spine { height: 325px; }.security-core { width: 68px; height: 68px; }.security-core .icon { width: 31px; height: 31px; }.security-layer { grid-template-columns: 100px 1fr; min-height: 56px; }.security-badge { right: 0; }
  .contact-operations-stage { min-height: 390px; max-width: 620px; width: 100%; margin: auto; }
  .review-photo { height: 280px; }
}

@media (max-width: 500px) {
  :root { --home-strip-height: 104px; }
  body[data-page="home"] .hero { height: 100svh; padding-bottom: 10px; }
  .home-hero-backdrop { width: 138%; max-width: 620px; height: auto; object-position: center bottom; }
  .ops-hero-stage { min-height: 350px; margin-top: 10px; }.ops-console { width: 88%; height: 74%; transform: none; }.console-chrome { height: 34px; }.console-sidebar { top: 34px; width: 42px; gap: 20px; }.console-body { inset: 34px 0 0 42px; padding: 11px; }.workflow-track { height: 29px; margin: 8px 0; }.console-panels { gap: 6px; }.console-panel { padding: 8px; }.timeline-panel, .score-panel { min-height: 76px; }.chart-panel { height: 70px; }.chart-panel svg { height: 40px; }.ops-float-card { padding: 10px; width: 30%; }.ops-dock { left: 10%; }.ops-dock .icon { width: 33px; height: 33px; padding: 8px; }
  .network-diagram { transform: none; margin-block: 0; }
  .premium-command-board { min-height: 500px; grid-template-columns: 42px 1fr; }.premium-command-board aside .mini-brand { transform: scale(.8); }.board-grid { padding: 8px; gap: 7px; }.board-grid section { padding: 11px; }.progress-row { grid-template-columns: 68px 1fr 48px; }.owner-row { grid-template-columns: 75px 1fr; }
  .operating-triad { width: min(100%, 390px); left: auto; transform: none; margin-block: 0; }.compact-triad { transform: none; }.triad-point.process { left: 5.8%; }.triad-point.systems { right: 5.8%; }
  .service-pipeline-stage .pipeline { transform: none; margin: 0; padding-inline: 0; }.service-pipeline-stage .pipeline-result { width: 88%; }.service-pipeline-stage .pipeline-result .mini-brand { display: none; }
  .service-mini-visual { min-height: 170px; }
  .security-stage { grid-template-columns: 65px 1fr; }.security-core { width: 57px; height: 57px; }.security-core .icon { width: 26px; }.security-layer { grid-template-columns: 84px 1fr; padding: 9px; }.security-layer span, .security-layer b { font-size: .51rem; }.security-layer span .icon { display: none; }.security-badge { bottom: -2px; }
  .contact-operations-stage { min-height: 330px; transform: scale(.88); transform-origin: center; }.contact-hub { left: 20%; }.node-chart { left: 54%; }.contact-task-card { right: -3%; width: 130px; }.contact-chart-card { right: -4%; width: 180px; }
  .collaboration-photo, .review-photo { height: 240px; }
}

@media (min-width: 700px) and (max-width: 1050px) and (max-height: 600px) {
  :root { --home-strip-height: 78px; }
  body[data-page="home"] .hero { height: 100svh; padding: 84px 18px 8px; }
  body[data-page="home"] .hero-content { width: 100%; }
  body[data-page="home"] .hero-copy { max-width: 54%; }
  body[data-page="home"] .hero h1 { margin-bottom: 12px; font-size: clamp(2rem, 5.3vw, 2.75rem); }
  body[data-page="home"] .hero-copy p { margin-bottom: 12px; font-size: .78rem; line-height: 1.45; }
  .home-hero .eyebrow { margin-bottom: 12px; padding-block: 3px; font-size: .66rem; }
  .home-hero .actions { gap: 10px; }
  .home-hero .button { min-height: 40px; padding-inline: 16px; font-size: .76rem; }
  .home-hero::after { background: linear-gradient(90deg, #020f1e 0%, rgba(2,15,30,.98) 44%, rgba(2,15,30,.56) 61%, rgba(2,15,30,.04) 88%); }
  .home-hero-backdrop { inset: auto -8% -10px auto; width: min(72%, 690px); transform: none; opacity: .62; }
  .logo-strip { padding-block: 12px 10px; }
  .logo-strip p { display: none; }
  .logo-list { gap: 46px; }
}

@media (max-width: 800px) and (min-height: 601px) and (max-height: 720px) {
  :root { --home-strip-height: 90px; }
  body[data-page="home"] .hero { padding-top: 102px; }
  body[data-page="home"] .hero h1 { margin-bottom: 14px; font-size: clamp(2.15rem, 10vw, 2.55rem); }
  body[data-page="home"] .hero-copy p { margin-bottom: 12px; line-height: 1.52; }
  .home-hero .eyebrow { margin-bottom: 14px; }
  .home-hero .actions { gap: 10px; }
  .home-hero .button { min-height: 44px; }
  .home-hero-backdrop { opacity: .52; }
  .logo-strip { padding-block: 12px 10px; }
  .logo-strip p { margin-bottom: 7px; font-size: .72rem; }
}

@media (max-width: 380px) and (max-height: 650px) {
  :root { --home-strip-height: 78px; }
  body[data-page="home"] .hero { padding-top: 88px; padding-bottom: 6px; }
  body[data-page="home"] .hero h1 { margin-bottom: 10px; font-size: clamp(1.85rem, 9vw, 2.15rem); line-height: 1.05; }
  body[data-page="home"] .hero-copy p { margin-bottom: 10px; font-size: .74rem; line-height: 1.4; }
  .home-hero .eyebrow { margin-bottom: 10px; padding-block: 2px; font-size: .58rem; }
  .home-hero .actions { gap: 8px; }
  .home-hero .button { min-height: 40px; padding-inline: 14px; font-size: .72rem; }
  .home-hero-backdrop { opacity: .36; }
  .logo-strip { padding-block: 18px 12px; }
  .logo-strip p { display: none; }
  .logo-list { gap: 42px; }
}

/* Responsive audit hardening
   These rules close the gaps between the primary layout breakpoints without
   changing the desktop composition. Complex visual components retain their
   design, while their surrounding layout becomes intrinsically responsive. */
.problem-solution > *, .command-layout > *, .approach-layout > *, .engage-layout > *,
.purpose-inner > *, .about-why > *, .people-layout > *, .principles-layout > *,
.services-overview > *, .service-detail > *, .start-table-layout > *,
.three-step-layout > *, .model-layout > *, .standards-layout > *, .ai-layout > *,
.review-layout > *, .contact-layout > *, .faq-layout > *, .workflow-row > *,
.form-grid > *, .support-strip > * { min-width: 0; }

:focus-visible { outline: 3px solid rgba(42,137,255,.72); outline-offset: 3px; }

@media (max-width: 1050px) {
  :root { --header-height: 80px; }
  .nav-links {
    transition: opacity .2s, transform .2s;
    position: absolute;
    inset: auto 0 auto;
    top: 100%;
    height: calc(100dvh - var(--header-height));
    padding: 24px 20px 40px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body[data-page="home"] .hero { padding-top: calc(var(--header-height) + 30px); }
}

@media (max-width: 800px) {
  :root { --header-height: 76px; }
  .brand { gap: 9px; font-size: 1.18rem; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .menu-toggle { width: 44px; height: 44px; }

  .hero { padding-top: calc(var(--header-height) + 38px); padding-bottom: clamp(48px, 9vw, 68px); }
  .hero-content { gap: clamp(28px, 6vw, 44px); }
  body[data-page] .hero h1 { font-size: clamp(2.25rem, 8vw, 3rem); }
  body[data-page="home"] .hero h1 { font-size: clamp(2rem, 8.8vw, 3rem); }
  .hero-copy p { max-width: 62ch; }
  .hero-visual { min-height: clamp(280px, 62vw, 380px); }
  .about-hero .hero-visual { height: clamp(320px, 72vw, 420px); }

  .home-hero-stage { height: auto; min-height: max(100svh, 650px); }
  .home-hero-stage .home-hero,
  body[data-page="home"] .hero { height: auto; min-height: max(100svh, 650px); }
  .home-hero-stage .hero-copy > :not(.actions),
  .home-hero-stage .hero-copy .actions { will-change: auto; }

  .workflow-row { grid-template-columns: 1fr; gap: 0; }
  .workflow-card { width: 100%; min-width: 0; }
  .workflow-row .connector { width: 1px; height: 36px; margin: auto; border-top: 0; border-left: 1px dashed #5a758c; }
  .workflow-row .connector::after { right: -5px; top: auto; bottom: -14px; transform: rotate(90deg); }

  .float { animation: none; }
}

@media (max-width: 500px) {
  :root { --space-section: clamp(52px, 16vw, 65px); --space-section-sm: clamp(42px, 12vw, 48px); --space-section-tight: clamp(40px, 12vw, 50px); }
  .section { padding-block: var(--space-section); }
  .section-sm { padding-block: var(--space-section-sm); }
  .plain-card { padding: clamp(20px, 7vw, 28px); }
  .home-hero .actions { display: grid; grid-template-columns: 1fr; width: min(100%, 330px); }
  .home-hero .button { width: 100%; min-height: 44px; }
  .home-hero-backdrop { max-width: none; }
  .contact-email { align-items: flex-start; overflow-wrap: anywhere; font-size: 1rem; }
  .brand { min-height: 44px; }
  .socials a { width: 44px; height: 44px; }
  .footer-grid li a, .footer-grid .contact-line a { display: inline-flex; min-height: 38px; align-items: center; }
}

@media (max-width: 699px) and (orientation: landscape) and (max-height: 500px) {
  :root { --header-height: 64px; --home-strip-height: 78px; }
  .brand { font-size: 1.05rem; }
  .brand-mark { width: 30px; height: 30px; flex-basis: 30px; }
  .menu-toggle { width: 40px; height: 40px; }
  .home-hero-stage,
  .home-hero-stage .home-hero,
  body[data-page="home"] .hero { min-height: max(100svh, 440px); }
  body[data-page="home"] .hero { padding: calc(var(--header-height) + 16px) 0 10px; }
  body[data-page="home"] .hero-copy { max-width: 64%; }
  body[data-page="home"] .hero h1 { margin-bottom: 10px; font-size: clamp(1.65rem, 5vw, 2rem); line-height: 1.04; }
  body[data-page="home"] .hero-copy p { margin-bottom: 10px; font-size: .72rem; line-height: 1.38; }
  .home-hero .eyebrow { margin-bottom: 10px; padding-block: 2px; font-size: .58rem; }
  .home-hero .actions { gap: 8px; flex-wrap: nowrap; }
  .home-hero .button { min-height: 40px; padding-inline: 12px; font-size: .68rem; white-space: nowrap; }
  .home-hero::after { background: linear-gradient(90deg, #020f1e 0%, rgba(2,15,30,.98) 47%, rgba(2,15,30,.5) 68%, rgba(2,15,30,.04) 94%); }
  .home-hero-backdrop { inset: auto -6% -8px auto; width: min(58%, 520px); transform: none; opacity: .48; }
  .logo-strip p { display: none; }
}

@media (hover: none) {
  .button:hover, .plain-card:hover { transform: none; }
}

@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}

/* Final responsive audit: shared component behavior */
@media (max-width: 1050px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-tile { min-height: 0; padding: clamp(22px, 4vw, 30px); }

  .logo-strip { height: auto; min-height: var(--home-strip-height); padding: 18px 0 20px; overflow: hidden; }
  .logo-marquee { width: min(calc(100% - 36px), var(--container)); overflow: visible; -webkit-mask-image: none; mask-image: none; }
  .logo-track { width: 100%; animation: none; }
  .logo-list { width: 100%; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px clamp(24px, 5vw, 48px); white-space: normal; }
  .logo-list[aria-hidden="true"] { display: none; }
  .logo-list .integration-brand { gap: 11px; font-size: clamp(.9rem, 1.8vw, 1.02rem); }
  .integration-brand img { width: 25px; height: 25px; flex-basis: 25px; }
}

@media (max-width: 900px) {
  .problem-solution, .approach-layout, .about-why { grid-template-columns: 1fr; gap: clamp(28px, 6vw, 44px); }
  .problem-solution > :last-child, .about-why > :last-child { grid-column: auto; }
  .problem-solution > .network-diagram { width: min(100%, 290px); }
  .problem-solution > div:nth-child(3) { margin-top: 8px; }
  .approach-layout .operating-triad { order: 2; }
  .approach-layout .check-list { order: 3; }

  .process-line, .rhythm { grid-template-columns: 1fr; text-align: left; gap: 27px; }
  .process-line::before, .rhythm::before { left: 24px; right: auto; top: 20px; bottom: 20px; height: auto; border-left: 1px dashed #52708a; border-top: 0; }
  .process-step, .rhythm-item { display: grid; grid-template-columns: 50px minmax(0, 1fr); column-gap: 20px; align-items: start; }
  .process-step .step-number, .rhythm-item .step-number { grid-row: 1 / 3; margin: 0; }
  .rhythm-item .icon-circle { display: none; }
  .process-step h3, .rhythm-item h3 { margin-top: 6px; }
  .process-step p, .rhythm-item p { margin: 0; }
}

@media (max-width: 800px) {
  .network-diagram { width: min(100%, 290px); height: auto; transform: none; margin-block: 0; }
  .problem-solution .network-diagram { margin-block: 0; }
  .operating-triad, .home-approach .operating-triad, .compact-triad { transform: none; margin-block: 0; }
  .triad-point.process { left: 5.8%; }
  .triad-point.systems { right: 5.8%; }
  .logo-strip p { transform: none; margin-bottom: 12px; }
}

@media (max-width: 500px) {
  .network-diagram { width: min(100%, 280px); transform: none; margin-block: 0; }
  .operating-triad, .home-approach .operating-triad, .compact-triad { width: min(100%, 390px); left: auto; transform: none; margin-block: 0; }
  .logo-marquee { width: min(calc(100% - 28px), var(--container)); }
  .logo-list { gap: 14px 26px; }
  .logo-list .integration-brand { font-size: .88rem; }
  .integration-brand img { width: 23px; height: 23px; flex-basis: 23px; }
}

/* Homepage editorial labels retain the existing dashboard and section layout. */
.command-example { min-width: 0; margin: 0; }
.command-example figcaption { margin-bottom: 12px; color: #c5d1df; font-size: .88rem; line-height: 1.5; }
.home-approach + .home-faq { padding-top: 0; }
.home-faq .faq-answer a { color: #0868c7; text-decoration: underline; text-underline-offset: 3px; }
