@font-face{font-family:'Figtree';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/figtree-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Figtree';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/figtree-latin-500-normal.woff2') format('woff2');}
@font-face{font-family:'Figtree';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/figtree-latin-600-normal.woff2') format('woff2');}
@font-face{font-family:'Figtree';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/figtree-latin-700-normal.woff2') format('woff2');}
@font-face{font-family:'Figtree';font-style:normal;font-weight:800;font-display:swap;src:url('fonts/figtree-latin-800-normal.woff2') format('woff2');}
@font-face{font-family:'Figtree';font-style:normal;font-weight:900;font-display:swap;src:url('fonts/figtree-latin-900-normal.woff2') format('woff2');}
@font-face{font-family: 'IBM Plex Mono', ui-monospace, monospace;font-style:normal;font-weight:500;font-display:swap;src:url('fonts/ibm-plex-mono-latin-500-normal.woff2') format('woff2');}

:root {
  --navy: #0F2A44;
  --slate: #2C5F82;
  --sky: #4FA8D8;
  --sky2: #7FC4EA;
  --gray: #8B95A1;
  --lightbg: #F2F4F6;
  --white: #FFFFFF;

  --bg-page: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-card-alt: var(--lightbg);
  --bg-nav: rgba(255,255,255,0.97);
  --bg-mega: #FFFFFF;
  --border-soft: #EAEEF1;
  --border-softer: #EEF1F4;
  --text-heading: var(--navy);
  --text-body: #333333;
  --text-muted: var(--slate);
  --dot-color: rgba(15,42,68,0.18);
  --input-bg: #FFFFFF;
  --shadow-color: rgba(15,42,68,0.14);
}

[data-theme="dark"] {
  --bg-page: #0A1826;
  --bg-card: #10233A;
  --bg-card-alt: #0E1F33;
  --bg-nav: rgba(10,24,38,0.94);
  --bg-mega: #10233A;
  --border-soft: rgba(255,255,255,0.09);
  --border-softer: rgba(255,255,255,0.07);
  --text-heading: #F2F6F9;
  --text-body: #C3CDD6;
  --text-muted: #8FA3B5;
  /* --slate was previously left at its light-mode value (#2C5F82) in dark mode.
     It's used directly (not just via --text-muted) as the color for a lot of body
     copy, nav links, and secondary text across the site (28 selectors) — every one
     of those was rendering low-contrast navy-on-dark until this override was added. */
  --slate: #8FA3B5;
  --dot-color: rgba(255,255,255,0.12);
  --input-bg: #0E1F33;
  --shadow-color: rgba(0,0,0,0.4);
  --lightbg: #14293F;
  --gray: #7C8FA1;
}
[data-theme="dark"] body { background: var(--bg-page); color: var(--text-body); }
[data-theme="dark"] .bento-card p,
[data-theme="dark"] .service-row p,
[data-theme="dark"] .why-item p,
[data-theme="dark"] .section-head p,
[data-theme="dark"] .page-hero p.sub:not(.hero-dark .sub) { color: var(--text-body); }
[data-theme="dark"] .bento-card h3,
[data-theme="dark"] .service-row h3,
[data-theme="dark"] .why-item h4,
[data-theme="dark"] .section-head h2,
[data-theme="dark"] .page-hero h1:not(.hero-dark h1) { color: var(--text-heading); }
[data-theme="dark"] .navlinks { color: var(--text-muted); }
[data-theme="dark"] .nav-toggle span { background: var(--text-heading); }
[data-theme="dark"] .navlinks a.active { color: var(--sky2); }
[data-theme="dark"] .logo-text span:first-child { color: var(--text-heading) !important; }
[data-theme="dark"] .logo-icon { color: var(--text-heading); }
[data-theme="dark"] .eyebrow { color: var(--sky2); }
[data-theme="dark"] .btn-secondary { color: var(--text-heading); border-color: rgba(255,255,255,0.18); }
[data-theme="dark"] input, [data-theme="dark"] select, [data-theme="dark"] textarea { color: var(--text-heading); }
[data-theme="dark"] input:-webkit-autofill, [data-theme="dark"] input:-webkit-autofill:hover, [data-theme="dark"] input:-webkit-autofill:focus { -webkit-text-fill-color: var(--text-heading); -webkit-box-shadow: 0 0 0px 1000px var(--input-bg) inset; caret-color: var(--text-heading); transition: background-color 5000s ease-in-out 0s; }
[data-theme="dark"] input::placeholder, [data-theme="dark"] textarea::placeholder { color: var(--text-muted); }
[data-theme="dark"] .marquee-track span { color: var(--text-muted); }
[data-theme="dark"] .marquee-track span:hover { color: var(--text-heading); }
[data-theme="dark"] .subfooter-links a { color: var(--text-muted); }
[data-theme="dark"] .subfooter-copy { color: var(--text-muted); }
[data-theme="dark"] .stat-mini { color: var(--text-body); }
[data-theme="dark"] .why-num { color: var(--sky2); }
[data-theme="dark"] .soon-badge { color: #FFA391; background: rgba(255,138,117,0.12); border-color: rgba(255,138,117,0.3); }
[data-theme="dark"] .soon-tag { color: #FF8A75; background: rgba(255,138,117,0.14); }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: var(--navy);
  background: var(--bg-page);
  overflow-x: hidden;
  transition: background 0.25s ease;
}
.display { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
.mono { font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.02em; }
a { color: inherit; }

.bg-grid { position: absolute; inset: 0; background-image: radial-gradient(circle, var(--dot-color) 1px, transparent 1px); background-size: 28px 28px; -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 20%, black 20%, transparent 70%); mask-image: radial-gradient(ellipse 60% 50% at 50% 20%, black 20%, transparent 70%); z-index: 0; pointer-events: none; transition: transform 0.3s ease-out; }
.bg-grid-dark { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22140%22%20height%3D%22140%22%20viewBox%3D%220%200%20140%20140%22%3E%0A%3Cg%20fill%3D%22none%22%20stroke%3D%22rgba%28255%2C255%2C255%2C0.07%29%22%20stroke-width%3D%221%22%3E%0A%3Cpath%20d%3D%22M20%2020%20L60%2020%20L60%2060%20L100%2060%20L100%2020%20L120%2020%22/%3E%0A%3Cpath%20d%3D%22M20%2090%20L20%20120%20L60%20120%20L60%2090%20L100%2090%20L100%20130%22/%3E%0A%3Cpath%20d%3D%22M0%2060%20L20%2060%20L20%2020%22/%3E%0A%3Cpath%20d%3D%22M140%20100%20L100%20100%20L100%2060%22/%3E%0A%3C/g%3E%0A%3Cg%20fill%3D%22rgba%28255%2C255%2C255%2C0.14%29%22%3E%0A%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%2260%22%20cy%3D%2220%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%2260%22%20cy%3D%2260%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%22100%22%20cy%3D%2260%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%22100%22%20cy%3D%2220%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%2220%22%20cy%3D%2290%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%2220%22%20cy%3D%22120%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%2260%22%20cy%3D%22120%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%2260%22%20cy%3D%2290%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%22100%22%20cy%3D%2290%22%20r%3D%222%22/%3E%0A%3Ccircle%20cx%3D%22100%22%20cy%3D%22100%22%20r%3D%222%22/%3E%0A%3C/g%3E%0A%3C/svg%3E"); background-size: 140px 140px; z-index: 0; pointer-events: none; transition: transform 0.3s ease-out; }
.blob { display: none; }

nav { position: sticky; top: 0; z-index: 50; width: 100%; margin: 0; padding: 18px 40px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: var(--bg-nav); border: none; border-bottom: 1px solid var(--border-soft); backdrop-filter: blur(10px); border-radius: 0; box-shadow: none; }
nav > .logo-mark { justify-self: start; }
nav > .navlinks { justify-self: center; }
nav > .nav-actions { justify-self: end; }

.page-subnav { position: sticky; top: 68px; z-index: 25; background: var(--bg-nav); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-softer); }
.bg-network-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 30%, transparent 75%); mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 30%, transparent 75%); }
.hero-dark + .page-subnav { background: #0B2036; border-bottom-color: rgba(255,255,255,0.08); }
.hero-dark + .page-subnav a { color: rgba(255,255,255,0.6); }
.hero-dark + .page-subnav a:hover { color: white; }
.hero-dark + .page-subnav a.subnav-active { color: white; border-bottom-color: var(--sky); }
.page-subnav-inner { max-width: 1080px; margin: 0 auto; padding: 0 32px; display: flex; gap: 28px; overflow-x: auto; }
.page-subnav a { font-size: 13px; font-weight: 600; color: var(--text-muted); text-decoration: none; padding: 13px 0; white-space: nowrap; border-bottom: 2px solid transparent; transition: color 0.15s ease, border-color 0.15s ease; }

/* Where we focus - stacked photo-pair rows, fade in on scroll */
.pillar-wrap { max-width: 1080px; margin: 0 auto; display: flex; flex-direction: column; gap: 64px; }
.pillar-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.pillar-row.reverse .pillar-row-content { order: 2; }
.pillar-row.reverse .pillar-row-photo { order: 1; }
.pillar-icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; color: var(--sky); margin-bottom: 18px; position: relative; }
.pillar-icon svg { width: 28px; height: 28px; position: relative; z-index: 1; }
.pillar-icon .pillar-led { animation: pillarLedPulse 1.8s ease-in-out infinite; }
.pillar-icon .pillar-led.led-b { animation-delay: 0.7s; }
@keyframes pillarLedPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
.pillar-icon--pulse::before { content: ''; position: absolute; inset: 0; margin: auto; width: 28px; height: 28px; border-radius: 50%; background: var(--sky); animation: pillarRingPulse 2.4s ease-out infinite; }
@keyframes pillarRingPulse { 0% { transform: scale(0.6); opacity: 0.35; } 100% { transform: scale(2.1); opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .pillar-icon .pillar-led, .pillar-icon--pulse::before { animation: none; }
}
.pillar-row-content h3 { font-size: 28px; font-weight: 700; margin-bottom: 12px; }
.pillar-row-content p { font-size: 15px; color: var(--slate); line-height: 1.65; margin-bottom: 20px; max-width: 440px; }
.pillar-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 24px; }
.pillar-proof-item { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--slate); }
.pillar-row-photo { display: block; text-decoration: none; position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; background: var(--lightbg); box-shadow: 0 24px 48px rgba(15,42,68,0.16); opacity: 0; transform: scale(0.96); transition: opacity 0.7s ease, transform 0.6s cubic-bezier(.16,1,.3,1), box-shadow 0.3s ease; transition-delay: 0.15s; }
.pillar-row.in .pillar-row-photo { opacity: 1; transform: scale(1); }
.pillar-row-photo:hover { box-shadow: 0 28px 56px rgba(15,42,68,0.22); }
.pillar-row-photo.scrolled-past { opacity: 0.4; transform: scale(0.97); }
.pillar-row-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 760px) {
  .pillar-row, .pillar-row.reverse { grid-template-columns: 1fr; gap: 24px; }
  .pillar-row.reverse .pillar-row-content, .pillar-row.reverse .pillar-row-photo { order: initial; }
  .pillar-row-content p { max-width: none; }
}
.page-subnav a:hover { color: var(--sky); }
.page-subnav a.subnav-active { color: var(--navy); border-bottom-color: var(--sky); }
[data-theme="dark"] .page-subnav a.subnav-active { color: var(--text-heading); }
@media (max-width: 640px) { .page-subnav { top: 62px; } .page-subnav-inner { gap: 20px; padding: 0 20px; } .page-subnav a { font-size: 12px; } }
.logo-mark { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { width: 32px; height: 32px; flex-shrink: 0; display: block; color: #0F2A44; overflow: visible; }
.logo-text { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-weight: 800; font-size: 15px; }
.logo-text span:first-child { color: #0F2A44; }
.logo-text span:last-child { color: #4FA8D8; font-weight: 700; font-size: 9px; display: block; letter-spacing: 0.16em; margin-top: -2px; }
.navlinks { display: flex; gap: 32px; font-size: 14px; color: var(--slate); font-weight: 600; }
.navlinks > a { text-decoration: none; position: relative; padding-bottom: 3px; }
.navlinks > a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--sky); transition: width 0.2s ease; }
.navlinks > a:hover::after, .navlinks > a.active::after { width: 100%; }
.nav-dropdown-trigger { position: relative; }
.nav-dropdown-trigger::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--sky); transition: width 0.2s ease; }
.nav-dropdown-trigger:hover::after, .nav-dropdown-trigger.active::after { width: calc(100% - 14px); }
.navlinks a.active { color: var(--sky); font-weight: 600; }
.navcta { background: var(--navy); color: white; padding: 10px 20px; border-radius: 6px; font-size: 14px; text-decoration: none; font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

.theme-toggle { background: var(--bg-card-alt); border: 1px solid var(--border-soft); width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text-heading); margin-right: 4px; flex-shrink: 0; }
.theme-toggle svg { width: 16px; height: 16px; }
.theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: block; }

.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: flex; align-items: center; gap: 6px; background: none; border: none; font: inherit; color: inherit; cursor: pointer; padding: 0 0 3px 0; }
.nav-dropdown-trigger svg { width: 11px; height: 6.4px; flex-shrink: 0; position: relative; top: 1px; transition: transform 0.2s ease; }
.nav-dropdown.open .nav-dropdown-trigger svg { transform: rotate(180deg); }
.nav-dropdown.open .nav-dropdown-trigger, .nav-dropdown-trigger.active { color: var(--sky); font-weight: 600; }
.mega-panel { position: absolute; top: calc(100% + 44px); left: 50%; width: min(85vw, 1000px); background: var(--bg-mega); border: 1px solid var(--border-soft); border-radius: 14px; box-shadow: 0 28px 70px rgba(15,42,68,0.22); z-index: 40; visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(-10px) scale(0.97); transform-origin: top center; transition: opacity 0.28s cubic-bezier(.16,1,.3,1), transform 0.28s cubic-bezier(.16,1,.3,1), visibility 0s linear 0.28s; }
.mega-panel::before { content: ''; position: absolute; top: -44px; left: 0; right: 0; height: 44px; }
.nav-dropdown.open .mega-panel { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0) scale(1); transition: opacity 0.28s cubic-bezier(.16,1,.3,1), transform 0.28s cubic-bezier(.16,1,.3,1), visibility 0s linear 0s; }
@media (hover: hover) and (pointer: fine) and (min-width: 761px) {
  .nav-dropdown:hover .mega-panel { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0) scale(1); transition: opacity 0.28s cubic-bezier(.16,1,.3,1), transform 0.28s cubic-bezier(.16,1,.3,1), visibility 0s linear 0s; }
  .nav-dropdown:hover .nav-dropdown-trigger svg { transform: rotate(180deg); }
  .nav-dropdown:hover .nav-dropdown-trigger { color: var(--sky); font-weight: 600; }
  /* Dim the rest of the page while the Services panel is open on hover, same as the
     click/mobile path already does via .nav-backdrop.show — without this, the floating
     panel had no visual separation from whatever page content sat behind/below it. */
  body:has(.nav-dropdown:hover) .nav-backdrop { opacity: 1; pointer-events: auto; }
}
.mega-flyout { display: flex; min-height: 320px; }
.mega-cats { width: 240px; flex-shrink: 0; padding: 16px; display: flex; flex-direction: column; gap: 2px; border-right: 1px solid var(--border-softer); }
.mega-cat { display: flex; align-items: flex-start; gap: 10px; padding: 11px 12px; border-radius: 8px; background: none; border: none; text-align: left; cursor: pointer; font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; color: var(--navy); width: 100%; transition: background 0.15s ease, color 0.15s ease; }
.mega-cat svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--sky); margin-top: 1px; }
.mega-cat-text { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
.mega-cat:hover { background: var(--lightbg); }
.mega-cat.active { background: var(--lightbg); color: var(--sky); }
.mega-cat .soon-tag { font-size: 9px; }
[data-theme="dark"] .mega-cat { color: var(--text-heading); }
[data-theme="dark"] .mega-cat:hover, [data-theme="dark"] .mega-cat.active { background: rgba(255,255,255,0.06); }
.mega-detail { flex: 1; padding: 24px 28px; }
.mega-detail-panel { display: none; flex-direction: column; opacity: 0; transform: translateX(6px); transition: opacity 0.2s ease, transform 0.2s ease; }
.mega-detail-panel.active { display: flex; opacity: 1; transform: translateX(0); }
.mega-detail-head { margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--border-softer); display: flex; gap: 14px; align-items: flex-start; }
.industry-flyout .mega-detail-head { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.industry-flyout .mega-cats { padding: 4px 24px 4px 4px; gap: 4px; }
.industry-flyout .mega-detail { padding: 4px 4px 4px 36px; }
@media (max-width: 760px) {
  .industry-flyout .mega-detail { padding: 20px 4px 4px; }
}
.mega-detail-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--lightbg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mega-detail-icon svg { width: 19px; height: 19px; color: var(--sky); }
.mega-detail-icon.muted svg { color: var(--gray); }
.mega-detail-icon.muted { background: #EAEDF0; }
.mega-detail-head h4 { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); margin: 0 0 4px; display: flex; align-items: center; gap: 8px; }
[data-theme="dark"] .mega-detail-head h4 { color: var(--text-heading); }
.mega-detail-head p { font-size: 13px; color: var(--slate); line-height: 1.5; max-width: 480px; margin: 0; }
.mega-detail-grid { display: grid; grid-template-columns: 1fr; gap: 2px 32px; }
.mega-detail-grid.two-col { grid-template-columns: 1fr 1fr; }
.mega-detail-grid a { text-decoration: none; display: flex; flex-direction: column; gap: 3px; padding: 10px 10px; border-radius: 8px; transition: background 0.15s ease; }
.mega-detail-grid a:hover { background: var(--lightbg); }
.mega-item-title { font-size: 14px; font-weight: 600; color: var(--navy); }
[data-theme="dark"] .mega-item-title { color: var(--text-heading); }
.mega-detail-grid a:hover .mega-item-title { color: var(--sky); }
.mega-item-desc { font-size: 12px; color: var(--gray); line-height: 1.4; }
.industry-highlights { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; max-width: 480px; }
.industry-highlights li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--slate); line-height: 1.45; }
.industry-highlights li svg { width: 14px; height: 14px; color: var(--sky); flex-shrink: 0; margin-top: 2px; }
[data-theme="dark"] .industry-highlights li { color: var(--text-muted); }
.mega-empty { font-size: 13px; color: var(--gray); font-style: italic; padding: 10px 8px; }
.mega-empty { font-size: 13px; color: var(--gray); font-style: italic; padding: 10px 8px; }
.nav-backdrop { position: fixed; inset: 0; background: rgba(10,20,32,0.32); backdrop-filter: blur(4px); z-index: 30; opacity: 0; pointer-events: none; transition: opacity 0.28s ease; }
.nav-backdrop.show { opacity: 1; pointer-events: auto; }
[data-theme="dark"] .nav-backdrop { background: rgba(0,0,0,0.45); }
.mega-foot { border-top: 1px solid var(--border-softer); padding: 16px 24px; }
.mega-foot a { font-size: 13px; color: var(--slate); text-decoration: none; font-weight: 600; }
.mega-foot a:hover { color: var(--navy); }
.soon-tag { color: #C0392B; font-weight: 600; text-transform: none; letter-spacing: 0; font-size: 10px; background: rgba(192,57,43,0.1); padding: 2px 6px; border-radius: 10px; white-space: nowrap; }
@media (max-width: 760px) {
  .mega-panel { position: static; transform: none; width: auto; box-shadow: none; border: none; margin-top: 8px; display: none; }
  .nav-dropdown.open .mega-panel { transform: none; display: block; }
  .mega-flyout { flex-direction: column; min-height: 0; }
  .mega-cats { width: auto; border-right: none; border-bottom: 1px solid var(--border-softer); padding-bottom: 8px; }
  .mega-detail { padding: 16px 12px; }
  .mega-detail-panel { transform: none; }
}


@media (max-width: 760px) {
  .navlinks { position: fixed; top: 68px; left: 0; right: 0; bottom: 0; background: var(--bg-nav); border-bottom: 1px solid var(--border-soft); flex-direction: column; padding: 20px 24px; gap: 16px; display: none; overflow-y: auto; -webkit-overflow-scrolling: touch; backdrop-filter: blur(10px); }
  .navlinks.open { display: flex; }
  /* justify-self from the desktop nav grid (nav > .navlinks) also applies to this
     fixed-position panel and overrides its left/right stretch, collapsing it to a
     ~124px centred strip. Stretch it back. The `nav >` prefix is required to beat
     the desktop rule's specificity. */
  nav > .navlinks { justify-self: stretch; }
  nav { backdrop-filter: none; }
  .nav-toggle { display: block; }
  nav { padding: 14px 20px; }
}

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--slate); background: var(--lightbg); border: 1px solid #DCE3E8; padding: 7px 14px; border-radius: 6px; margin-bottom: 22px; }

/* Hero product icon - single layer, 3D tilt, entrance animation */
.product-icon-wrap { position: relative; display: flex; align-items: center; justify-content: center; min-height: 280px; perspective: 1000px; }
.product-icon-card { width: 220px; height: 220px; display: flex; align-items: center; justify-content: center; transform-style: preserve-3d; transform: rotateX(12deg) rotateY(-14deg); }
.pi-icon-front { width: 170px; height: 170px; color: var(--sky); filter: drop-shadow(0 20px 26px rgba(0,0,0,0.35)); opacity: 0; transform: translateZ(30px) scale(0.85); animation: pi-front-in 0.6s cubic-bezier(.34,1.4,.4,1) 0.15s forwards; }
.pi-icon-front svg { width: 100%; height: 100%; }
@keyframes pi-front-in { to { opacity: 1; transform: translateZ(30px) scale(1); } }
.pi-draw { stroke-dasharray: 300; stroke-dashoffset: 300; animation: pi-draw-in 1s ease-out 0.3s forwards; }
@keyframes pi-draw-in { to { stroke-dashoffset: 0; } }

/* Coming-soon page hero widgets — each "Coming soon" page (Security, Microsoft Solutions,
   Endpoint Security) gets its own small illustrative visual instead of sharing Network/Cloud's
   Lottie icon, so the three pages read as distinct rather than copy-pasted. */
.mini-widget { width: 260px; border-radius: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14); padding: 18px; box-shadow: 0 20px 40px rgba(0,0,0,0.35); opacity: 0; transform: translateY(10px) scale(0.97); animation: pi-front-in 0.6s cubic-bezier(.34,1.4,.4,1) 0.15s forwards; }

.mini-monitor-row { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,0.82); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mini-monitor-row:last-of-type { border-bottom: none; }
.mw-led { width: 7px; height: 7px; border-radius: 50%; background: #BEE6FF; box-shadow: 0 0 6px 1px rgba(190,230,255,0.9), 0 0 14px 4px rgba(79,168,216,0.55), 0 0 24px 8px rgba(79,168,216,0.25); animation: ledpulse 2.4s ease-in-out infinite; flex-shrink: 0; }

.mini-map svg { display: block; margin: 0 auto; }
.map-link { stroke: rgba(79,168,216,0.55); stroke-width: 1.5; stroke-dasharray: 4 6; animation: flow-dash 1.1s linear infinite; }
.map-node { fill: rgba(15,42,68,0.9); stroke: var(--sky); stroke-width: 1.5; }
.map-node-hub { fill: var(--sky); }
.map-label { fill: rgba(255,255,255,0.55); font-size: 9px; font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
.signal-pulse { fill: #BEE6FF; filter: drop-shadow(0 0 5px rgba(190,230,255,0.95)) drop-shadow(0 0 10px rgba(79,168,216,0.6)); }
.hybrid-row { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 14px 4px; }
.hybrid-node { display: flex; flex-direction: column; align-items: center; gap: 10px; flex-shrink: 0; }
.hybrid-node svg { width: 30px; height: 30px; color: var(--sky); filter: drop-shadow(0 0 6px rgba(79,168,216,0.45)); }
.hybrid-node label { font-size: 10.5px; color: rgba(255,255,255,0.6); white-space: nowrap; }
.hybrid-link { flex-shrink: 1; min-width: 0; }
.mini-topology .map-node-hub { filter: drop-shadow(0 0 6px rgba(79,168,216,0.6)); }
.flow-col { display: flex; flex-direction: column; align-items: center; padding: 2px 4px; }
.flow-col .hybrid-node svg { width: 23px; height: 23px; }
.flow-col .hybrid-node label { font-size: 10px; }
.flow-link { flex-shrink: 0; display: block; }
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 4px; }
.industries-tile { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.35); animation: tile-pulse 3.6s ease-in-out infinite; }
.industries-tile svg { width: 22px; height: 22px; }
@keyframes tile-pulse { 0%, 16%, 100% { box-shadow: none; border-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.04); } 8% { box-shadow: 0 0 18px rgba(79,168,216,0.4); border-color: var(--sky); color: var(--sky); background: rgba(79,168,216,0.14); } }
@media (prefers-reduced-motion: reduce) { .industries-tile { animation: none; } }
@keyframes flow-dash { to { stroke-dashoffset: -20; } }

.fleet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fleet-item { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 8px 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; }
.fleet-item svg { width: 24px; height: 24px; color: var(--sky); }
.fleet-item .mw-led { position: absolute; top: 8px; right: 8px; }
.fleet-item label { font-size: 10px; color: rgba(255,255,255,0.6); }
@media (max-width: 900px) {
  .product-icon-wrap { min-height: 200px; }
  .product-icon-card { width: 160px; height: 160px; }
  .pi-icon-front { width: 120px; height: 120px; }
}
@media (max-width: 620px) {
  .product-icon-wrap { display: none; }
}
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sky); animation: blink 2s infinite; }
.dot-ok { width: 6px; height: 6px; border-radius: 50%; background: #2FAE66; display: inline-block; flex-shrink: 0; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
.soon-dot { width: 7px; height: 7px; border-radius: 50%; background: #C0392B; position: relative; flex-shrink: 0; display: inline-block; }
.soon-dot::before { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 1.5px solid #C0392B; animation: soon-pulse 1.8s ease-out infinite; }
@keyframes soon-pulse { 0% { transform: scale(0.5); opacity: 0.9; } 100% { transform: scale(2.2); opacity: 0; } }

.btn-primary { background: var(--navy); color: white; padding: 14px 26px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 15px; display: inline-block; border: none; cursor: pointer; font-family: inherit; }
.btn-secondary { background: transparent; border: 1.5px solid #C7D0D8; color: var(--navy); padding: 13px 24px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 15px; display: inline-block; cursor: pointer; font-family: inherit; }
.btn-primary, .btn-secondary { transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 0 3px rgba(79,168,216,0.14), 0 6px 16px rgba(79,168,216,0.22); }
.btn-secondary:hover { border-color: var(--navy); }
.btn-primary:active, .btn-secondary:active { transform: translateY(0) scale(0.98); }
.btn-primary { position: relative; overflow: hidden; }
.btn-ripple { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.35); transform: scale(0); animation: btn-ripple-anim 0.6s ease-out; pointer-events: none; }
@keyframes btn-ripple-anim { to { transform: scale(2.8); opacity: 0; } }
.navcta:hover { box-shadow: 0 0 0 4px rgba(79,168,216,0.18), 0 8px 20px rgba(79,168,216,0.3); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

.page-hero { position: relative; max-width: 1080px; margin: 0 auto; padding: 72px 32px 40px; z-index: 1; }
.page-hero h1 { font-size: 46px; font-weight: 800; line-height: 1.1; margin-bottom: 18px; letter-spacing: -0.03em; max-width: 720px; }
.page-hero p.sub { font-size: 17px; color: var(--slate); max-width: 560px; line-height: 1.6; }

.hero-dark { background: var(--navy); position: relative; overflow: hidden; }
.hero-dark .page-hero h1 { color: white; }
.hero-dark .page-hero p.sub { color: #AFC1D1; }
.hero-dark .eyebrow { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); color: #9FC7E3; }
.hero-dark .btn-secondary { background: transparent; border-color: rgba(255,255,255,0.28); color: white; }
.hero-dark .btn-secondary:hover { border-color: white; }
.hero-dark .btn-primary { background: white; color: var(--navy); }
.hero-dark .btn-primary:hover { box-shadow: 0 0 0 3px rgba(255,255,255,0.12), 0 6px 18px rgba(0,0,0,0.28); }
.hero-dark .floater { background: rgba(255,255,255,0.96); }

.stats-bar { background: #0B2036; border-top: 1px solid rgba(255,255,255,0.08); position: relative; z-index: 1; }
.stats-inner { max-width: 1080px; margin: 0 auto; padding: 28px 32px; display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { padding: 0 24px; border-left: 1px solid rgba(255,255,255,0.1); }
.stat:first-child { border-left: none; padding-left: 0; }
.stat-num { font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 26px; font-weight: 500; color: var(--sky2); margin-bottom: 4px; }
.stat-label { font-size: 12.5px; color: #93A5B6; line-height: 1.4; }
@media (max-width: 700px) { .stats-inner { grid-template-columns: 1fr; gap: 18px; } .stat { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 14px; } .stat:first-child { border-top: none; padding-top: 0; } }

.marquee-wrap { max-width: 1080px; margin: 0 auto; padding: 8px 32px; position: relative; z-index: 1; border-top: 1px solid var(--border-softer); border-bottom: 1px solid var(--border-softer); }
.marquee-label { text-align: center; font-size: 11.5px; color: var(--gray); font-weight: 600; letter-spacing: 0.1em; margin-bottom: 10px; text-transform: uppercase; }
.marquee-mask { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); }
.marquee-track { display: flex; gap: 64px; width: max-content; padding: 20px 0; animation: scroll 34s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-track span { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-weight: 600; font-size: 19px; color: var(--gray); white-space: nowrap; opacity: 0.7; transition: opacity 0.2s ease; }
.marquee-track span:hover { opacity: 1; color: var(--navy); }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.client-marquee-wrap { max-width: 1080px; margin: 0 auto; padding: 40px 32px; position: relative; z-index: 1; border-top: 1px solid var(--border-softer); border-bottom: 1px solid var(--border-softer); }
.client-track { animation-duration: 26s; }
.client-slot { display: flex; align-items: center; gap: 10px; padding: 14px 22px; border: 1.5px dashed #C7D0D8; border-radius: 10px; color: var(--gray); font-size: 14px; font-weight: 600; white-space: nowrap; }
.client-slot svg { width: 20px; height: 20px; opacity: 0.6; flex-shrink: 0; }
[data-theme="dark"] .client-slot { border-color: rgba(255,255,255,0.15); }
.vendor-slot { display: flex; align-items: center; justify-content: center; width: 216px; height: 76px; padding: 16px 24px; background: #FFFFFF; border: 1px solid var(--border-soft); border-radius: 10px; position: relative; transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease; }
.vendor-slot::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle closest-side at var(--mx,50%) var(--my,50%), rgba(79,168,216,0.20), transparent); opacity: 0; transition: opacity 0.25s ease; pointer-events: none; overflow: hidden; }
.vendor-slot:hover::before { opacity: 1; }
.vendor-slot:hover { border-color: var(--sky); box-shadow: 0 6px 14px rgba(15,42,68,0.16); transform: translateY(-2px); }
.vendor-slot img { height: 28px; width: auto; max-width: 120px; object-fit: contain; position: relative; z-index: 1; transition: transform 0.25s cubic-bezier(.34,1.4,.4,1); }
.vendor-slot:hover img { transform: scale(1.1); }

section.bento { max-width: 1080px; margin: 60px auto; padding: 0 32px; position: relative; z-index: 1; }
.section-head { max-width: 620px; margin: 0 auto 40px; text-align: center; position: relative; }
.section-head::after { content: ''; display: block; width: 40px; height: 3px; background: var(--sky); border-radius: 3px; margin: 16px auto 0; transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(.16,1,.3,1) 0.25s; }
.reveal.in .section-head::after { transform: scaleX(1); }
.section-eyebrow { font-size: 12px; color: var(--sky); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }
.section-head h2 { font-size: 30px; margin-bottom: 10px; letter-spacing: -0.01em; }
.section-head p { color: var(--slate); font-size: 15px; }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bento-grid[style*="grid-template-columns"] .bento-card { height: 244px; }
.bento-grid[style*="grid-template-columns"] .bento-card p { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.bento-card { background: var(--bg-card); border: 1px solid var(--border-soft); border-top: 2px solid transparent; border-radius: 10px; padding: 24px; transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.15s ease, background 0.22s ease; position: relative; text-decoration: none; display: flex; flex-direction: column; color: var(--navy); transform-style: preserve-3d; overflow: hidden; min-height: 240px; }
.tilt-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(280px circle at var(--mx,50%) var(--my,50%), rgba(79,168,216,0.16), transparent 65%); opacity: 0; transition: opacity 0.25s ease; pointer-events: none; z-index: 0; }
.tilt-card:hover::before { opacity: 1; }
.tilt-card > * { position: relative; z-index: 1; }
[data-theme="dark"] .tilt-card::before { background: radial-gradient(280px circle at var(--mx,50%) var(--my,50%), rgba(79,168,216,0.22), transparent 65%); }
.bento-card:hover { border-top-color: var(--sky); box-shadow: 0 24px 48px rgba(15,42,68,0.14); }

/* Lighter card treatment - thinner border, no shadow, lets numbers/icons carry the weight */
.bento-card.light { border: none; border-top: none; background: transparent; padding: 20px 0; box-shadow: none; }
.bento-card.light::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--border-soft); }
.bento-card.light:hover { box-shadow: none; border-top-color: transparent; }
.bento-card.light:hover::after { background: var(--sky); }
[data-theme="dark"] .bento-card.light::after { background: var(--border-soft); }
.bento-card.soon-card { border-top-style: dashed; border-top-color: var(--border-soft); }
.bento-card.soon-card:hover { border-top-color: var(--gray); box-shadow: 0 10px 22px rgba(15,42,68,0.08); }
.bento-card.soon-card h3 { color: var(--text-muted); }
.bento-card.big { grid-column: span 2; }
.bento-card h3 { font-size: 16px; margin-bottom: 6px; font-weight: 600; }
.bento-card p { font-size: 13px; color: var(--slate); line-height: 1.5; margin: 0; }
.card-cta { margin-top: auto; padding-top: 14px; font-size: 13px; font-weight: 600; color: var(--sky); }
.soon-card .card-cta { color: var(--gray); }
.bento-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--sky); font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 500; font-size: 14px; flex-shrink: 0; opacity: 0; transform: scale(0.4); transition: opacity 0.4s ease 0.22s, transform 0.55s cubic-bezier(.34,1.56,.64,1) 0.22s; }
.reveal.in .bento-icon { opacity: 1; transform: scale(1); }
/* .mono keeps its container: these are bare letters, not glyphs, and have no
   shape of their own to read against the page. */
.bento-icon.mono { border-radius: 10px; background: var(--lightbg); }
.bento-icon.pain { color: var(--gray); }

/* Who Needs This - horizontal scroll carousel with numbered dots */
.who-scroll-wrap { position: relative; }
.who-scroll { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px max(20px, calc(100% - 340px)) 20px 4px; scrollbar-width: none; -ms-overflow-style: none; -webkit-mask-image: linear-gradient(to right, black calc(100% - 60px), transparent); mask-image: linear-gradient(to right, black calc(100% - 60px), transparent); transition: -webkit-mask-image 0.2s ease, mask-image 0.2s ease; }
.who-scroll-wrap.at-start .who-scroll { -webkit-mask-image: linear-gradient(to right, black calc(100% - 60px), transparent); mask-image: linear-gradient(to right, black calc(100% - 60px), transparent); }
.who-scroll-wrap.at-end .who-scroll { -webkit-mask-image: none; mask-image: none; }
.who-scroll-wrap.mid-scroll .who-scroll { -webkit-mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 60px), transparent); mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 60px), transparent); }
.who-scroll::-webkit-scrollbar { display: none; }
.who-scroll .bento-card { flex: 0 0 340px; scroll-snap-align: start; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.in .who-scroll .bento-card { opacity: 1; transform: translateY(0); }
.reveal.in .who-scroll .bento-card:nth-child(1) { transition-delay: 0.05s; }
.reveal.in .who-scroll .bento-card:nth-child(2) { transition-delay: 0.15s; }
.reveal.in .who-scroll .bento-card:nth-child(3) { transition-delay: 0.25s; }
.reveal.in .who-scroll .bento-card:nth-child(4) { transition-delay: 0.35s; }
.who-dots { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 8px; position: relative; padding: 0 20px; }
.who-dots-line { position: absolute; left: 38px; right: 38px; top: 50%; height: 2px; background: var(--border-soft); transform: translateY(-1px); z-index: 0; }
.who-dots-line-fill { position: absolute; top: 0; left: 0; height: 100%; background: var(--sky); transition: width 0.35s cubic-bezier(.16,1,.3,1); width: 0%; }
.who-dot { width: 36px; height: 36px; border-radius: 50%; background: var(--lightbg); color: var(--slate); border: none; display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 500; font-size: 14px; cursor: pointer; transition: background 0.2s ease, color 0.2s ease, transform 0.12s ease-out; padding: 0; position: relative; z-index: 1; will-change: transform; }
.who-dot.active { background: var(--navy); color: white; animation: who-dot-pop 0.35s cubic-bezier(.34,1.56,.64,1); }
@keyframes who-dot-pop { 0% { transform: scale(0.7); } 60% { transform: scale(1.18); } 100% { transform: scale(1); } }

/* Card icon watermark - big, subtle, 3D, behind text */
.card-icon-watermark { position: absolute; top: 50%; right: 4px; transform: translateY(-50%); width: 120px; height: 120px; z-index: 0; pointer-events: none; }
.card-icon-watermark-3d { width: 100%; height: 100%; position: relative; }
.card-icon-watermark .pi-icon-layer { position: absolute; width: 92px; height: 92px; top: 50%; left: 50%; margin: -46px 0 0 -46px; }
.card-icon-watermark .pi-icon-layer svg { width: 100%; height: 100%; }
.card-icon-watermark .pi-icon-front { color: var(--sky); opacity: 0.22; }
[data-theme="dark"] .card-icon-watermark .pi-icon-front { color: #ffffff; opacity: 0.1; }
.bento-card.watermark-card { padding-right: 168px; }
.bento-card > *:not(.card-icon-watermark) { position: relative; z-index: 1; }
.pain-num { position: absolute; top: 6px; right: 18px; font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-weight: 800; font-size: 60px; color: var(--sky); opacity: 0.22; line-height: 1; pointer-events: none; user-select: none; z-index: -1; transition: opacity 0.25s ease, transform 0.25s ease; }
.bento-card:hover .pain-num { opacity: 0.16; transform: translateY(-2px); }
[data-theme="dark"] .pain-num { color: #ffffff; opacity: 0.1; }
[data-theme="dark"] .bento-card:hover .pain-num { opacity: 0.15; }
.bento-icon.icon-anim svg { width: 24px; height: 24px; transition: transform 0.4s cubic-bezier(.34,1.56,.64,1); }
.bento-card:hover .bento-icon.icon-anim svg { transform: scale(1.14) rotate(-6deg); }
.bento-card.soon-card .bento-icon.icon-anim svg { animation: icon-breathe 3.2s ease-in-out infinite; }
@keyframes icon-breathe { 0%, 100% { opacity: 0.75; } 50% { opacity: 1; } }


.solution-hero-stats { display: flex; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
/* The hero is dark in BOTH themes, so this text uses a fixed light colour rather
   than --slate (which is #2C5F82 in light mode = 2.14:1 on the hero navy). */
.solution-hero-stats .stat-mini { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #A8BCCC; }
.solution-hero-stats .stat-mini svg { width: 15px; height: 15px; color: var(--sky); flex-shrink: 0; }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1080px; margin: 0 auto; padding: 0 32px; }

.why-item { text-align: center; }
/* Box removed 2026-09-04 (v33) — icons float directly on the page, same treatment
   as .pillar-icon in v31. Box size kept so layout/spacing is unchanged. */
.why-icon { width: 44px; height: 44px; color: var(--sky); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
/* Glyphs sized up ~18% in v33 to compensate for the removed background box.
   Container box sizes are unchanged, so layout and spacing do not move. */
.why-icon svg { width: 26px; height: 26px; }
.why-item h4 { font-size: 16px; margin-bottom: 8px; }
.why-item p { font-size: 13.5px; color: var(--slate); line-height: 1.6; }
@media (max-width: 760px) { .why-grid { grid-template-columns: 1fr; } }

.iso-stage { position: relative; height: 340px; perspective: 1200px; margin-top: 20px; }
.iso-rack { position: absolute; left: 50%; top: 50%; width: 200px; height: 200px; transform: translate(-50%,-50%) rotateX(50deg) rotateZ(-42deg); transform-style: preserve-3d; transition: transform 0.15s ease-out; will-change: transform; }
.iso-face { position: absolute; width: 200px; height: 200px; background: linear-gradient(135deg, var(--navy), #16344F); border-radius: 14px; box-shadow: 0 40px 80px rgba(15,42,68,0.35); }
.iso-unit { position: absolute; left: 24px; right: 24px; height: 23px; background: rgba(255,255,255,0.06); border-radius: 6px; display: flex; align-items: center; padding-left: 12px; gap: 6px; }
.iso-unit .led { width: 7px; height: 7px; border-radius: 50%; background: var(--sky); opacity: 0; transform: scale(0.4); animation: led-power-on 0.45s ease-out forwards; }
.iso-unit .led2 { width: 7px; height: 7px; border-radius: 50%; background: rgba(143,196,230,0.6); opacity: 0; transform: scale(0.4); animation: led-power-on 0.45s ease-out forwards; }
@keyframes led-power-on { 0% { opacity: 0; transform: scale(0.4); } 55% { opacity: 1; transform: scale(1.35); } 100% { opacity: 1; transform: scale(1); } }
.iso-face .iso-unit:nth-child(1) .led, .iso-face .iso-unit:nth-child(1) .led2 { animation-delay: 0.55s; }
.iso-face .iso-unit:nth-child(2) .led, .iso-face .iso-unit:nth-child(2) .led2 { animation-delay: 0.72s; }
.iso-face .iso-unit:nth-child(3) .led, .iso-face .iso-unit:nth-child(3) .led2 { animation-delay: 0.89s; }
.iso-face .iso-unit:nth-child(4) .led, .iso-face .iso-unit:nth-child(4) .led2 { animation-delay: 1.06s; }
.iso-face .iso-unit:nth-child(5) .led, .iso-face .iso-unit:nth-child(5) .led2 { animation-delay: 1.23s; }
.led-glow { position: relative; background: #BEE6FF !important; box-shadow: 0 0 6px 1px rgba(190,230,255,0.9), 0 0 14px 4px rgba(79,168,216,0.55), 0 0 24px 8px rgba(79,168,216,0.25); }
.iso-unit .led.led-glow { animation: led-power-on 0.45s ease-out 0.55s forwards, ledpulse 2.4s ease-in-out 1s infinite; }
@keyframes ledpulse { 0%,100% { box-shadow: 0 0 6px 1px rgba(190,230,255,0.9), 0 0 14px 4px rgba(79,168,216,0.55), 0 0 24px 8px rgba(79,168,216,0.25); } 50% { box-shadow: 0 0 8px 2px rgba(190,230,255,1), 0 0 18px 6px rgba(79,168,216,0.7), 0 0 30px 10px rgba(79,168,216,0.35); } }

.floater { position: absolute; background: rgba(255,255,255,0.92); border: 1px solid #E4E9ED; border-radius: 8px; padding: 10px 16px; font-size: 12px; font-weight: 600; color: var(--navy); box-shadow: 0 12px 30px rgba(15,42,68,0.1); display: flex; align-items: center; gap: 8px; animation: float 5s ease-in-out infinite; }
/* Sits in normal flow (not floating/absolute like .floater) so it reads as a real
   credential rather than a small decorative chip — "Veteran-Owned" previously only
   appeared in 12px footer text sitewide; this gives it real visibility on About. */
.veteran-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.95); border: 1px solid #E4E9ED; border-radius: 8px; padding: 10px 16px; font-size: 13.5px; font-weight: 700; color: var(--navy); box-shadow: 0 12px 30px rgba(15,42,68,0.12); margin-top: 6px; }
.veteran-badge svg { width: 16px; height: 16px; color: #C08A2E; flex-shrink: 0; }
.floater .dot-ok { width: 7px; height: 7px; border-radius: 50%; background: #3EA36E; }
.f1 { top: 4px; right: 4px; animation-delay: 0s; }
.f2 { bottom: 30px; left: -4px; animation-delay: 1.2s; }
.f3 { bottom: 4px; right: 30px; animation-delay: 2.4s; }
@keyframes float { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }

section.about { max-width: 1080px; margin: 80px auto; padding: 0 32px; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.glass-photo { aspect-ratio: 4/5; border-radius: 10px; background: var(--lightbg); border: 1.5px dashed #C7D0D8; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--gray); font-size: 12.5px; font-weight: 500; }
.glass-photo svg { opacity: 0.5; }
.about h2 { font-size: 28px; margin-bottom: 14px; letter-spacing: -0.01em; }
.about p { color: var(--slate); font-size: 15px; margin-bottom: 14px; line-height: 1.65; }

footer { max-width: 1080px; margin: 40px auto 40px; padding: 40px 32px; background: var(--navy); border-radius: 10px; color: white; position: relative; z-index: 1; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
footer h3 { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
footer p { color: #A9BACB; font-size: 14px; }
.footer-contact { text-align: right; font-size: 14px; }
.footer-contact a { color: var(--sky2); text-decoration: none; font-weight: 600; }

.reveal { opacity: 0; transform: translateY(28px) scale(0.98); transition: opacity 0.65s cubic-bezier(.16,1,.3,1), transform 0.65s cubic-bezier(.16,1,.3,1); }

#problem, #services, #why-it-matters, #who-needs-this, #network-assessments, #network-design, #vpn-remote-access, #firewall-deployment, #azure-networking, #hybrid-connectivity { scroll-margin-top: 130px; }
.reveal.in { opacity: 1; transform: translateY(0) scale(1); }

.bento-grid > * { opacity: 0; transform: translateY(22px) scale(0.97); transition: opacity 0.55s cubic-bezier(.16,1,.3,1), transform 0.55s cubic-bezier(.16,1,.3,1); }
.reveal.in .bento-grid > * { opacity: 1; transform: translateY(0) scale(1); }
.bento-grid > *:nth-child(1) { transition-delay: 0.03s; }
.bento-grid > *:nth-child(2) { transition-delay: 0.10s; }
.bento-grid > *:nth-child(3) { transition-delay: 0.17s; }
.bento-grid > *:nth-child(4) { transition-delay: 0.24s; }
.bento-grid > *:nth-child(5) { transition-delay: 0.31s; }
.bento-grid > *:nth-child(6) { transition-delay: 0.38s; }

.why-grid > * { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.in .why-grid > * { opacity: 1; transform: translateY(0); }
.why-grid > *:nth-child(1) { transition-delay: 0.05s; }
.why-grid > *:nth-child(2) { transition-delay: 0.15s; }
.why-grid > *:nth-child(3) { transition-delay: 0.25s; }

.subfooter { max-width: 1080px; margin: 0 auto 40px; padding: 24px 32px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; position: relative; z-index: 1; border-top: 1px solid var(--border-softer); }
.subfooter-links { display: flex; gap: 20px; font-size: 13px; }
.subfooter-links a { color: var(--slate); text-decoration: none; }
.subfooter-links a:hover { color: var(--navy); }
.subfooter-copy { font-size: 12px; color: var(--gray); }
.subfooter-badge { display: inline-flex; align-items: center; gap: 4px; vertical-align: -2px; }
.subfooter-badge svg { width: 13px; height: 13px; flex-shrink: 0; color: var(--sky); }
@media (max-width: 600px) { .subfooter { flex-direction: column; text-align: center; } }

/* Services page list */
.service-list { max-width: 1080px; margin: 40px auto 80px; padding: 0 32px; position: relative; z-index: 1; display: flex; flex-direction: column; gap: 20px; }
.service-group-label { font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; color: var(--sky); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; margin: 44px 0 4px; }
.soon-badge { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: 600; color: #C0392B; background: rgba(192,57,43,0.09); border: 1px solid rgba(192,57,43,0.25); padding: 3px 9px; border-radius: 20px; text-transform: none; letter-spacing: 0; }
/* On the always-dark hero the light-mode red drops to 2.69:1 - use the lighter
   variant there in both themes. */
.hero-dark .soon-badge { color: #FFA391; background: rgba(255,138,117,0.12); border-color: rgba(255,138,117,0.32); }
.hero-dark .soon-dot, .hero-dark .soon-dot::before { background: #FF8A75; border-color: #FF8A75; }
.service-row.soon { opacity: 0.6; background: var(--lightbg); }
.service-row.soon:hover { opacity: 0.85; border-left-color: transparent; transform: none; box-shadow: none; }
.service-group-label:first-child { margin-top: 0; }
.service-note { max-width: 1080px; margin: -40px auto 60px; padding: 0 32px; position: relative; z-index: 1; }
.service-note p { color: var(--slate); font-size: 14px; text-align: center; background: var(--lightbg); border-radius: 14px; padding: 16px 24px; }
[data-theme="dark"] .service-note p { color: var(--text-muted); }
.service-row { background: var(--bg-card); border: 1px solid var(--border-soft); border-left: 2px solid transparent; border-radius: 10px; padding: 32px; display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.15s ease; transform-style: preserve-3d; position: relative; overflow: hidden; }
.service-row:hover { border-left-color: var(--sky); box-shadow: 0 20px 40px rgba(15,42,68,0.06); }
.service-row .bento-icon { margin-bottom: 0; }
.service-row h3 { font-size: 19px; margin-bottom: 8px; }
.service-row p { color: var(--slate); font-size: 15px; line-height: 1.6; }

/* Contact page */
.contact-wrap { max-width: 720px; margin: 40px auto 80px; padding: 0 32px; position: relative; z-index: 1; }
.contact-card { background: var(--bg-card); border: 1px solid #EAEEF1; border-radius: 10px; padding: 40px; box-shadow: 0 20px 50px rgba(15,42,68,0.06); }

.form-success { display: none; flex-direction: column; align-items: center; text-align: center; padding: 20px 0; }
.form-success.show { display: flex; }
.form-error { display: none; background: rgba(192,57,43,0.08); border: 1px solid rgba(192,57,43,0.25); color: #C0392B; font-size: 14px; line-height: 1.6; padding: 14px 16px; border-radius: 8px; margin-top: 16px; }
.form-error.show { display: block; }
.form-error a { color: inherit; font-weight: 600; }
.form-success h3 { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 20px; color: var(--text-heading); margin: 4px 0 8px; }
.form-success p { font-size: 14px; color: var(--slate); max-width: 340px; line-height: 1.6; }
.success-check { width: 64px; height: 64px; border-radius: 50%; background: rgba(46,160,110,0.12); display: flex; align-items: center; justify-content: center; animation: successPop 0.5s cubic-bezier(.34,1.56,.64,1); }
.success-check svg { width: 34px; height: 34px; }
.success-check svg circle { stroke: #2EA06E; stroke-width: 2.5; stroke-dasharray: 151; stroke-dashoffset: 151; animation: circleDraw 0.5s ease forwards 0.1s; }
.success-check svg path { stroke: #2EA06E; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: checkDraw 0.35s ease forwards 0.5s; }
@keyframes successPop { 0% { transform: scale(0.6); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
@keyframes circleDraw { to { stroke-dashoffset: 0; } }
@keyframes checkDraw { to { stroke-dashoffset: 0; } }
.contact-info { display: flex; gap: 32px; margin-bottom: 32px; flex-wrap: wrap; }
.contact-info div { font-size: 14px; }
.contact-info .label { color: var(--gray); font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.contact-info a { color: var(--slate); text-decoration: none; font-weight: 600; }
form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { font-size: 13px; font-weight: 600; color: var(--text-heading); margin-bottom: 6px; display: block; }
input, select, textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--border-soft); background: var(--input-bg); border-radius: 6px; font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; color: var(--text-heading); appearance: none; -webkit-appearance: none; }
select { padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%238B95A1' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 11px 7px; cursor: pointer; }
[data-theme="dark"] select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23C5D0D8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--sky); background: var(--input-bg); box-shadow: 0 0 0 3px rgba(79,168,216,0.15); }
textarea { resize: vertical; min-height: 100px; }

@media (max-width: 1100px) {
  .bento-grid[style*="grid-template-columns"] { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 800px) {
  .page-hero h1 { font-size: 32px; }
  .page-hero[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .page-hero .iso-stage { display: none; }
  .about { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-grid[style*="grid-template-columns"] { grid-template-columns: repeat(2, 1fr) !important; }
  .bento-card.big { grid-column: span 2; }
  .service-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-contact { text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .contact-info { flex-direction: column; gap: 16px; }
}
@media (max-width: 480px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bento-grid[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .bento-card.big { grid-column: span 1; }
  .page-hero h1 { font-size: 27px; }
  .page-hero { padding: 56px 20px 32px; }
  .stat-num { font-size: 22px; }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .reveal.in, .bento-grid > *, .reveal.in .bento-grid > *, .reveal.in .why-grid > * {
    opacity: 1 !important;
    transform: none !important;
  }
}
@keyframes page-fade-in { from { opacity: 0; } to { opacity: 1; } }
body { animation: page-fade-in 0.35s ease; }

/* Visible keyboard focus states */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 3px;
  border-radius: 4px;
}

/* How it works - process steps */
.process-section { padding-top: 24px; margin-top: 8px; }
.process-steps { max-width: 1080px; margin: 0 auto; padding: 56px 32px 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.process-connector { position: absolute; top: 76px; height: 2px; background: var(--border-soft); z-index: 0; transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(.16,1,.3,1); }
.reveal.in .process-connector { transform: scaleX(1); }
@media (max-width: 800px) { .process-connector { display: none; } }
.process-step { position: relative; text-align: center; z-index: 1; opacity: 0; transform: translateX(-14px); transition: opacity 0.55s cubic-bezier(.16,1,.3,1), transform 0.55s cubic-bezier(.16,1,.3,1); }
.reveal.in .process-step { opacity: 1; transform: translateX(0); }
.process-step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 500; font-size: 15px; margin: 0 auto 16px; position: relative; z-index: 1; }
[data-theme="dark"] .process-step-num { background: var(--sky); color: var(--navy); }
.process-step h3 { font-size: 16px; margin-bottom: 6px; font-weight: 600; }
.process-step p { font-size: 13px; color: var(--slate); line-height: 1.5; }
@media (max-width: 800px) {
  .process-steps { grid-template-columns: 1fr; gap: 32px; }
}

/* Article/guide pages (firewall-audit.html, network-upgrade-signs.html) — editorial
   reading layout, distinct from the card-heavy service pages by design. */
.article-body { max-width: 700px; margin: 0 auto; padding: 64px 32px 0; }
.article-body h2 { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 26px; font-weight: 800; letter-spacing: -0.02em; color: var(--navy); margin: 48px 0 14px; }
[data-theme="dark"] .article-body h2 { color: var(--text-heading); }
.article-body h3 { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); margin: 30px 0 8px; }
[data-theme="dark"] .article-body h3 { color: var(--text-heading); }
.article-body > p:first-child { font-size: 17px; }
.article-body p { font-size: 15.5px; line-height: 1.75; color: var(--slate); margin: 0 0 16px; }
.article-body ul { margin: 0 0 20px 20px; padding: 0; }
.article-body li { font-size: 15.5px; line-height: 1.75; color: var(--slate); margin-bottom: 8px; }
.article-callout { background: var(--bg-card-alt); border: 1px solid var(--border-soft); border-left: 3px solid var(--sky); border-radius: 10px; padding: 20px 24px; margin: 32px 0; }
.article-callout p { margin: 0; }
.article-callout strong { color: var(--navy); }
[data-theme="dark"] .article-callout strong { color: var(--text-heading); }
.article-cta { text-align: center; max-width: 700px; margin: 56px auto 20px; padding: 40px 32px; background: var(--bg-card); border: 1px solid var(--border-soft); border-radius: 14px; }
.article-cta p { color: var(--slate); margin-bottom: 20px; }
.article-related { max-width: 700px; margin: 0 auto 64px; padding: 0 32px; }
.article-related-card { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border: 1px solid var(--border-soft); border-radius: 12px; background: var(--bg-card); text-decoration: none; box-shadow: 0 2px 10px rgba(15,42,68,0.04); transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease; }
.article-related-card:hover { border-color: var(--sky); box-shadow: 0 14px 32px rgba(15,42,68,0.12); transform: translateY(-2px); }
.article-related-icon { width: 36px; height: 36px; border-radius: 9px; background: transparent; color: var(--sky); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s ease, color 0.2s ease; }
.article-related-icon svg { width: 18px; height: 18px; }
.article-related-card:hover .article-related-icon { background: var(--sky); color: white; }
.article-related-text { display: flex; flex-direction: column; gap: 2px; text-align: left; min-width: 0; }
.article-related-label { font-size: 12px; color: var(--gray); font-weight: 500; }
.article-related-title { font-size: 14.5px; color: var(--navy); font-weight: 700; }
[data-theme="dark"] .article-related-title { color: var(--text-heading); }
.article-related-arrow { margin-left: auto; padding-left: 12px; font-size: 20px; line-height: 1; color: var(--sky); flex-shrink: 0; transition: transform 0.2s ease; }
.article-related-card:hover .article-related-arrow { transform: translateX(4px); }
@media (max-width: 480px) {
  .article-related-card { padding: 14px 16px; gap: 10px; }
  .article-related-title { font-size: 13.5px; }
}
@media (max-width: 600px) {
  .article-body { padding: 40px 20px 0; }
  .article-body h2 { font-size: 22px; }
  .article-cta { padding: 32px 20px; }
}

/* Scope picker (services.html) — makes "fixed price, scoped in writing" tangible:
   real dollar figures only for genuinely fixed-scope services, honest "scoped in writing"
   language for anything scope-variable, matching pricing_reference.md's own rule. */
.scope-picker { max-width: 760px; margin: 0 auto; }
.scope-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 28px; }
.scope-tab { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 13.5px; font-weight: 600; color: var(--slate); background: var(--bg-card-alt); border: 1px solid var(--border-soft); border-radius: 999px; padding: 10px 18px; cursor: pointer; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease; }
.scope-tab:hover { border-color: var(--sky); color: var(--navy); }
[data-theme="dark"] .scope-tab:hover { color: var(--text-heading); }
.scope-tab.active { background: var(--navy); border-color: var(--navy); color: white; }
[data-theme="dark"] .scope-tab.active { background: var(--sky); border-color: var(--sky); color: var(--navy); }
.scope-panel-wrap { position: relative; min-height: 150px; }
.scope-panel { display: none; background: var(--bg-card); border: 1px solid var(--border-soft); border-radius: 12px; padding: 28px 32px; }
.scope-panel.active { display: block; animation: scope-panel-in 0.35s cubic-bezier(.16,1,.3,1); }
@keyframes scope-panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.scope-panel-services { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-weight: 700; font-size: 17px; color: var(--navy); margin-bottom: 8px; }
[data-theme="dark"] .scope-panel-services { color: var(--text-heading); }
.scope-panel-desc { font-size: 14.5px; color: var(--slate); line-height: 1.6; margin-bottom: 16px; }
.scope-panel-price { font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 13.5px; font-weight: 500; color: var(--gray); font-style: italic; }
@media (max-width: 600px) {
  .scope-tabs { gap: 8px; }
  .scope-tab { font-size: 12.5px; padding: 9px 14px; }
  .scope-panel { padding: 22px 20px; }
}

/* FAQ accordion */
.faq-wrap { max-width: 760px; margin: 0 auto; padding: 64px 32px; }
.faq-item { border-bottom: 1px solid var(--border-soft); }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 20px 0; font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
[data-theme="dark"] .faq-question { color: var(--text-heading); }
.faq-question svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform 0.25s ease; color: var(--gray); }
.faq-item.open .faq-question svg { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-answer { max-height: 240px; padding-bottom: 20px; }
.faq-answer p { font-size: 14px; color: var(--slate); line-height: 1.6; }

/* Coming soon modal */
.soon-modal-backdrop { position: fixed; inset: 0; background: rgba(15,42,68,0.55); backdrop-filter: blur(4px); z-index: 200; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; padding: 20px; }
.soon-modal-backdrop.open { opacity: 1; pointer-events: auto; }
.soon-modal { background: var(--bg-card); border-radius: 16px; padding: 40px 36px; max-width: 400px; width: 100%; text-align: center; position: relative; transform: scale(0.94) translateY(10px); transition: transform 0.25s cubic-bezier(.34,1.4,.4,1); box-shadow: 0 30px 70px rgba(0,0,0,0.3); }
.soon-modal-backdrop.open .soon-modal { transform: scale(1) translateY(0); }
.soon-modal-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; border: none; background: var(--lightbg); color: var(--slate); font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.soon-modal-close:hover { background: var(--border-soft); }
.soon-modal-icon { width: 56px; height: 56px; color: var(--sky); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.soon-modal-icon svg { width: 34px; height: 34px; }
.soon-modal-title { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.soon-modal-text { font-size: 14px; color: var(--slate); line-height: 1.6; margin-bottom: 22px; }
.soon-modal-form { display: flex; gap: 8px; }
.soon-modal-form input[type="email"] { flex: 1; padding: 12px 14px; border: 1px solid var(--border-soft); border-radius: 8px; font-size: 14px; font-family: inherit; background: var(--bg-page); color: var(--text-heading); }
.soon-modal-form input[type="email"]:focus { outline: none; border-color: var(--sky); box-shadow: 0 0 0 3px rgba(79,168,216,0.15); }
.soon-modal-form .btn-primary { white-space: nowrap; padding: 12px 18px; }
.soon-modal-error { display: none; color: #C0392B; font-size: 13px; margin-top: 10px; }
.soon-modal-error.show { display: block; }
.soon-modal-success { display: none; }
.soon-modal-success.show { display: block; }
.soon-modal-check { width: 48px; height: 48px; border-radius: 50%; background: rgba(47,174,102,0.12); color: #2FAE66; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; animation: who-dot-pop 0.4s cubic-bezier(.34,1.56,.64,1); }
.soon-modal-check svg { width: 24px; height: 24px; }
.soon-modal-success p { font-size: 14px; font-weight: 600; color: var(--text-heading); }


/* ── hero mark ─────────────────────────────────────────────────────────────
   No card behind it. Sits on the existing .iso-rack so the mousemove parallax
   in script.js keeps working with no JS change. */
.iso-stage { height: 420px; }
.iso-rack.wave-hero { width: 320px; height: 320px;
  /* script.js writes the tilt inline; a longer ease turns the parallax from a
     snap into a glide. No JS change needed. */
  transition: transform 700ms cubic-bezier(.16,1,.3,1); }
.wave-hero svg { width: 100%; height: 100%; display: block; overflow: visible;
  filter: drop-shadow(0 26px 60px rgba(5,16,28,0.55)); }

/* entrance: rows ease in from the left, top to bottom */
.wave-hero .wr {
  opacity: 0;
  animation: wr-in 900ms cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: calc(var(--i) * 46ms + 260ms);
  transition: transform 800ms cubic-bezier(.16,1,.3,1);
}
@keyframes wr-in { from { opacity: 0; transform: translateX(-7px); }
                   to   { opacity: 1; transform: translateX(0); } }

/* loop: a slow shimmer travelling down the stack — low amplitude on purpose */
.wave-hero .wr-i {
  animation: wr-shimmer 7.5s cubic-bezier(.37,0,.63,1) infinite;
  animation-delay: calc(var(--i) * 125ms + 1.6s);
}
@keyframes wr-shimmer { 0%, 55%, 100% { opacity: 0.84; transform: translateX(0); }
                        72%           { opacity: 1;    transform: translateX(2.5px); } }

/* hover: the rows fan apart from the middle, very slightly */
.iso-stage:hover .wave-hero .wr { transform: translateX(calc((var(--i) - 8) * 0.7px)); }
