:root {
  --bg: #0a1220;
  --bg-soft: #0f1728;
  --bg-soft-2: #131c30;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.11);
  --panel-glass: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(104, 232, 255, 0.34);
  --text: #f6fbff;
  --muted: #a3b1c6;
  --muted-2: #7e8ba1;
  --cyan: #68e8ff;
  --cyan-2: #2cb8ff;
  --violet: #8b5cf6;
  --pink: #ff4fd8;
  --green: #7df8bd;
  --warning: #ffd166;
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 18px 36px rgba(0, 0, 0, 0.18);
  --max: 1480px;
  --nav-height: 84px;
  --x: 50vw;
  --y: 20vh;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 10%, rgba(104, 232, 255, 0.15), transparent 24rem),
    radial-gradient(circle at 82% 8%, rgba(83, 87, 255, 0.16), transparent 32rem),
    radial-gradient(circle at 72% 68%, rgba(255, 79, 216, 0.08), transparent 26rem),
    linear-gradient(140deg, #09111d 0%, #0d1624 42%, #111b2c 70%, #0a121f 100%);
  background-size: 130% 130%;
  animation: premiumBgShift 22s ease-in-out infinite alternate;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: -18%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(680px circle at var(--x) var(--y), rgba(104, 232, 255, 0.12), transparent 42%),
    conic-gradient(from 210deg at 52% 38%, transparent 0deg, rgba(104,232,255,.08) 55deg, transparent 118deg, rgba(139,92,246,.11) 190deg, transparent 255deg, rgba(255,79,216,.06) 310deg, transparent 360deg);
  filter: blur(8px);
  opacity: .95;
  animation: auroraDrift 28s ease-in-out infinite alternate;
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 76%);
}
::selection { color: #06101e; background: var(--cyan); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.site-shell { position: relative; z-index: 1; }
.bg-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: .58;
}
.progress-bar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--pink));
  z-index: 1200; box-shadow: 0 0 26px rgba(104, 232, 255, 0.75);
}
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.nav-wrap {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(24px);
  background: linear-gradient(180deg, rgba(10, 15, 28, 0.9), rgba(10, 15, 28, 0.72));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar {
  min-height: var(--nav-height);
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.logo-link {
  display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0;
  min-width: 190px;
}
.logo-mark-wrap {
  width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 16px; background: rgba(104,232,255,.06); border: 1px solid rgba(104,232,255,.16);
  box-shadow: 0 0 28px rgba(104,232,255,.08); overflow: hidden;
}
.logo-mark { width: 38px; height: 38px; object-fit: contain; }
.logo-word {
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.045em;
  color: #4a9fbd;
  text-shadow: 0 0 10px rgba(74, 159, 189, .08);
}
.nav-links {
  display: flex; align-items: center; gap: 4px; padding: 6px;
  border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.045);
}
.nav-links a {
  padding: 10px 14px; color: var(--muted); font-size: 16px; font-weight: 800; border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: rgba(255,255,255,.08); }
.nav-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer;
  min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 800; transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease;
}
.nav-cta, .btn-primary {
  background: linear-gradient(135deg, rgba(104,232,255,.96), rgba(139,92,246,.94));
  color: #04101d; box-shadow: 0 0 32px rgba(104, 232, 255, 0.22);
}
.nav-cta:hover, .btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-secondary {
  border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.045); color: var(--text);
}
.menu-btn {
  display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 14px;
  color: var(--text); background: rgba(255,255,255,.06); cursor: pointer;
}
.menu-btn span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 4px; }
.hero { position: relative; padding: 96px 0 74px; }
body[data-page="home"] .bg-canvas { opacity: .24; mix-blend-mode: screen; }
.hero-brand-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.hero-sigil {
  position: absolute;
  user-select: none;
  -webkit-user-drag: none;
}
.hero-sigil-left {
  left: -260px;
  top: 40px;
  width: min(780px, 46vw);
  opacity: .16;
  filter: brightness(1.25) saturate(.95) drop-shadow(0 0 42px rgba(104,232,255,.12));
}
.hero-sigil-center {
  left: 22%;
  top: 104px;
  width: min(420px, 28vw);
  opacity: .07;
  filter: blur(1.5px) brightness(1.2) saturate(1.05);
}
.hero-sigil-right {
  right: -220px;
  top: 118px;
  width: min(720px, 40vw);
  opacity: .10;
  transform: scaleX(-1) rotate(5deg);
  filter: hue-rotate(38deg) saturate(1.2) brightness(1.15) drop-shadow(0 0 38px rgba(139,92,246,.14));
}
.hero::after { z-index: 0; }
.hero::before { z-index: 0; }
.hero-inner { position: relative; z-index: 1; }
.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: min(980px, 82vw);
  height: 220px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 20% 50%, rgba(104,232,255,.18), transparent 38%),
    radial-gradient(ellipse at 76% 44%, rgba(255,79,216,.12), transparent 40%);
  filter: blur(26px);
  opacity: .85;
  pointer-events: none;
  animation: premiumAurora 7s ease-in-out infinite alternate;
}
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 34px;
  width: min(880px, 76vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(104,232,255,.65), rgba(255,79,216,.35), transparent);
  box-shadow: 0 0 28px rgba(104,232,255,.35);
  animation: premiumBeam 4.8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes premiumAurora {
  from { transform: translateX(-50%) translateY(0) scale(1); opacity: .62; }
  to { transform: translateX(-50%) translateY(18px) scale(1.08); opacity: .92; }
}
@keyframes premiumBeam {
  0%, 100% { opacity: .28; filter: blur(.2px); }
  50% { opacity: .95; filter: blur(1px); }
}

.page-hero { position: relative; padding: 98px 0 34px; }
.page-hero-small { padding-bottom: 20px; }
.hero-inner {
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; width: fit-content; padding: 9px 13px; margin-bottom: 22px;
  color: #dffaff; font-size: 13px; font-weight: 760; letter-spacing: .04em; border: 1px solid rgba(104,232,255,.3);
  border-radius: 999px; background: rgba(104,232,255,.08); box-shadow: 0 0 30px rgba(104,232,255,.08) inset;
}
.pulse-dot {
  width: 9px; height: 9px; border-radius: 999px; background: var(--green);
  box-shadow: 0 0 0 0 rgba(125, 248, 189, .72); animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(125, 248, 189, .60); }
  70% { box-shadow: 0 0 0 13px rgba(125, 248, 189, 0); }
  100% { box-shadow: 0 0 0 0 rgba(125, 248, 189, 0); }
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(42px, 7vw, 86px); line-height: .96; letter-spacing: -.075em; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.02; letter-spacing: -.05em; margin-bottom: 18px; }
h3 { font-size: clamp(20px, 2vw, 26px); line-height: 1.1; letter-spacing: -.035em; margin-bottom: 12px; }
.gradient-text {
  background: linear-gradient(100deg, #fff 6%, var(--cyan) 31%, var(--violet) 68%, var(--pink));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead {
  max-width: 700px; color: #b9c6d8; font-size: clamp(18px, 2vw, 22px); line-height: 1.68;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 34px; }
.hero-proof, .mini-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.metric, .mini-stats > div {
  padding: 16px 16px 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.03)); box-shadow: var(--shadow-soft);
}
.metric strong, .mini-stats strong { display: block; margin-bottom: 6px; font-size: 17px; }
.metric span, .mini-stats span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.hero-visual { position: relative; min-height: 560px; }
.hero-copy { position: relative; z-index: 2; }
.mesh-orb {
  position: absolute; inset: 16% 10% auto auto; width: 390px; height: 390px; border-radius: 50%;
  background: radial-gradient(circle at 34% 34%, rgba(104,232,255,.36), rgba(104,232,255,.07) 40%, rgba(139,92,246,.10) 64%, transparent 72%);
  filter: blur(18px); animation: drift 8.5s ease-in-out infinite alternate;
}
@keyframes drift { from { transform: translate3d(0,0,0) scale(1);} to { transform: translate3d(-18px, 12px, 0) scale(1.06);} }
.floating-card {
  position: absolute; width: min(240px, 52%); padding: 18px 18px 16px; border-radius: 20px; border: 1px solid rgba(255,255,255,.1);
  background: rgba(7, 14, 29, 0.76); backdrop-filter: blur(14px); box-shadow: var(--shadow);
}
.floating-card strong { display: block; margin-bottom: 7px; }
.floating-card span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.floating-card.top { top: 10px; left: -18px; }
.floating-card.bottom { display: none; }
.orbit {
  position: absolute; inset: 58px 18px 58px 26px; border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); overflow: hidden;
}
.orbit::before {
  content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(255,255,255,.08), transparent 35%);
}
.visual-content { position: relative; height: 100%; padding: 18px; }
.browser-bar {
  display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 16px; margin-bottom: 18px;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08);
}
.browser-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(125,248,189,.35); }
.browser-address { margin-left: 4px; color: #aebbd0; font-size: 13px; letter-spacing: .02em; }
.security-map {
  position: relative; height: 258px; border-radius: 24px; overflow: hidden;
  background: radial-gradient(circle at 48% 52%, rgba(104,232,255,.08), transparent 28%), linear-gradient(180deg, rgba(10,16,31,.94), rgba(9,14,26,.74)); border: 1px solid rgba(255,255,255,.08);
}
.path-line { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-connector {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.connector-cyan {
  stroke: rgba(104,232,255,.72);
  stroke-width: 2.2;
  stroke-dasharray: 7 9;
  animation: connectorFlow 5s linear infinite;
}
.connector-pink {
  stroke: rgba(255,79,216,.58);
  stroke-width: 2;
  stroke-dasharray: 4 10;
  animation: connectorFlowReverse 6.2s linear infinite;
}
@keyframes connectorFlow { from { stroke-dashoffset: 0; } to { stroke-dashoffset: -64; } }
@keyframes connectorFlowReverse { from { stroke-dashoffset: 0; } to { stroke-dashoffset: 70; } }
.node {
  position: absolute; min-width: 90px; padding: 12px 14px; border-radius: 22px; border: 1px solid rgba(104,232,255,.24);
  background: linear-gradient(180deg, rgba(104, 232, 255, .10), rgba(104, 232, 255, .05)); box-shadow: inset 0 0 24px rgba(104,232,255,.04), 0 0 24px rgba(0,0,0,.12);
  font-weight: 800; text-align: center;
}
.node small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.node-1 { top: 22px; left: 24px; }
.node-2 { top: 86px; right: 36px; }
.node-3 { bottom: 28px; left: 110px; }
.node-4 { top: 118px; left: 180px; }
.node-5 { bottom: 42px; right: 48px; }
.terminal-card {
  margin-top: 18px; padding: 18px 18px 22px; border-radius: 22px;
  background: rgba(4, 10, 20, .88); border: 1px solid rgba(255,255,255,.08); overflow: hidden; position: relative;
}
.terminal-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.terminal-row { display: flex; align-items: center; gap: 10px; color: #dffaff; font-size: 13px; font-weight: 700; margin-bottom: 0; }
.terminal-chip { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border-radius: 14px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); font-weight: 800; color: var(--text); }
.terminal-line {
  min-height: 24px; padding-right: 56px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: var(--green); font-size: 14px;
}
.terminal-progress { position: absolute; right: 18px; bottom: 22px; color: #89a0bb; font-size: 13px; }
.scan-line {
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(104,232,255,.85), transparent);
}
.scan-line span { display: block; width: 100%; height: 100%; animation: scan 2.8s ease-in-out infinite; }
@keyframes scan { 0%,100% { transform: translateX(-40%); } 50% { transform: translateX(40%); } }
.section, .section-tight { position: relative; }
.section { padding: 76px 0; }
.section-tight { padding: 26px 0 34px; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--cyan); font-weight: 800;
}
.section-head, .interactive-head {
  display: grid; grid-template-columns: 1fr .85fr; gap: 24px; align-items: end; margin-bottom: 30px;
}
.section-head p, .interactive-head p, .section-intro, .panel p, .timeline-item p, .feature-grid p, .footer p { color: var(--muted); line-height: 1.72; }
.info-grid { display: grid; gap: 18px; }
.info-grid-top { grid-template-columns: repeat(3, 1fr); margin-bottom: 18px; }
.vendor-grid { grid-template-columns: repeat(5, 1fr); }

.info-card {
  position: relative;
  min-height: 132px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.032));
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
.vendor-card { min-height: 112px; text-align: center; }
.info-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(280px circle at var(--mx, 50%) var(--my, 30%), rgba(104,232,255,.18), transparent 42%),
    linear-gradient(120deg, transparent, rgba(255,255,255,.05), transparent);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}
.info-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 18px 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104,232,255,.7), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 260ms ease;
}
.info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(104,232,255,.26);
  box-shadow: 0 22px 55px rgba(0,0,0,.26), 0 0 34px rgba(104,232,255,.08);
}
.info-card:hover::before { opacity: 1; }
.info-card:hover::after { transform: scaleX(1); }
.info-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 26px 24px;
}

.vendor-card .info-card-content { align-items: center; text-align: center; }
.info-card strong {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.02;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}
.vendor-card strong {
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.08;
}
.info-card small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.info-card em { display: none; }

.card-focus-overlay {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: grid;
  place-items: center;
  padding: 26px;
  background: rgba(2, 5, 13, .55);
  backdrop-filter: blur(0px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, backdrop-filter 260ms ease;
}
.card-focus-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(14px);
}
.card-focus {
  position: relative;
  width: min(620px, calc(100vw - 34px));
  padding: clamp(26px, 5vw, 44px);
  border-radius: 34px;
  border: 1px solid rgba(104,232,255,.26);
  background:
    radial-gradient(circle at 12% 10%, rgba(104,232,255,.16), transparent 34%),
    radial-gradient(circle at 86% 0%, rgba(139,92,246,.14), transparent 34%),
    linear-gradient(180deg, rgba(12,22,42,.95), rgba(5,10,22,.93));
  box-shadow: 0 34px 120px rgba(0,0,0,.55), 0 0 80px rgba(104,232,255,.1);
  transform: translateY(22px) scale(.88);
  opacity: 0;
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), opacity 260ms ease;
  overflow: hidden;
}
.card-focus-overlay.is-open .card-focus {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.card-focus::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 50% 50%, rgba(104,232,255,.14), transparent 42%);
  opacity: .38;
  pointer-events: none;
}
.card-focus > * { position: relative; z-index: 1; }
.focus-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(104,232,255,.08);
  border: 1px solid rgba(104,232,255,.18);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.card-focus h2 {
  margin-bottom: 16px;
  font-size: clamp(38px, 6vw, 72px);
}
.card-focus p {
  margin: 0;
  color: #d9e7f6;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.75;
}
.focus-line {
  height: 1px;
  margin-top: 28px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}
.card-focus-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 902;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  color: var(--text);
  background: rgba(255,255,255,.08);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  transform: scale(.8);
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}
.card-focus-overlay.is-open .card-focus-close {
  opacity: 1;
  transform: scale(1);
}
.card-focus-close:hover { background: rgba(255,255,255,.13); }


.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.card, .panel, .timeline-item {
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08); border-radius: 28px; box-shadow: var(--shadow-soft); position: relative; overflow: hidden;
}
.card::before, .panel::before {
  content: ''; position: absolute; inset: 0; background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 20%), rgba(104,232,255,.10), transparent 35%);
  opacity: .8; pointer-events: none;
}
.card-pad, .panel-pad { padding: 28px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--muted); line-height: 1.68; }
.card-index {
  display: inline-flex; padding: 8px 10px; margin-bottom: 14px; border-radius: 999px; color: var(--cyan); font-size: 12px; font-weight: 800;
  border: 1px solid rgba(104,232,255,.22); background: rgba(104,232,255,.08);
}
.large { grid-column: span 6; }
.medium { grid-column: span 6; }
.small { grid-column: span 3; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.tag {
  display: inline-flex; align-items: center; padding: 8px 11px; border-radius: 999px; font-size: 12px; font-weight: 700;
  color: #e8fbff; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
}
.marquee {
  overflow: hidden; padding: 12px 0; border-block: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.03);
}
.marquee-track { display: flex; width: max-content; gap: 22px; animation: marquee 24s linear infinite; }
.marquee-track span { color: var(--muted); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.check-list, .footer-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  position: relative; padding-left: 28px; margin-bottom: 16px; color: #dce8f6; line-height: 1.7;
}
.check-list li::before {
  content: '•'; position: absolute; left: 0; top: 0; color: var(--cyan); font-size: 22px; line-height: 1;
}
.compact-list li { margin-bottom: 12px; }
.cta-panel {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: clamp(30px, 4vw, 48px);
  background: linear-gradient(135deg, rgba(104,232,255,.12), rgba(139,92,246,.08), rgba(255,255,255,.03));
}
.cta-panel h2 { max-width: 820px; }
.cta-panel p { max-width: 760px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.filter-btn {
  border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); color: var(--muted); border-radius: 999px;
  padding: 11px 15px; font-size: 14px; font-weight: 700; cursor: pointer; transition: .2s ease;
}
.filter-btn.active, .filter-btn:hover { color: var(--text); background: rgba(104,232,255,.1); border-color: rgba(104,232,255,.22); }
.article-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { display: flex; flex-direction: column; gap: 12px; }
.article-card p { flex-grow: 1; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.article-meta span {
  font-size: 12px; font-weight: 700; color: #e8fbff; padding: 8px 10px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04);
}
.text-link { color: var(--cyan); font-weight: 700; }
.timeline { display: grid; gap: 16px; }
.timeline-item {
  display: grid; grid-template-columns: 90px 1fr; gap: 20px; align-items: start; padding: 24px 26px;
}
.timeline-item span:first-child {
  display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 18px;
  color: #06101e; background: linear-gradient(135deg, var(--cyan), var(--violet)); font-weight: 900;
}
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: start; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form span { color: #dce8f6; font-weight: 600; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 14px 16px; border-radius: 16px; background: rgba(255,255,255,.04); color: var(--text);
  border: 1px solid rgba(255,255,255,.10); outline: none; transition: border-color .2s ease, background .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  border-color: rgba(104,232,255,.4); background: rgba(255,255,255,.06);
}
.contact-form select { color-scheme: dark; }
.contact-form select option {
  background: #0b1326;
  color: #f6fbff;
}
.form-status { min-height: 20px; color: var(--cyan); font-size: 14px; margin: 0; }
.contact-stack { display: grid; gap: 18px; }
.glow-panel { background: linear-gradient(180deg, rgba(104,232,255,.09), rgba(255,255,255,.03)); }

body.focus-card-open { overflow: hidden; }

.back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--muted);
}
.back-link:hover { color: var(--cyan); }

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}
.article-body {
  max-width: 820px;
}
.article-body p {
  color: #c7d4e5;
  font-size: 18px;
  line-height: 1.82;
  margin-bottom: 22px;
}
.article-body p:first-child {
  font-size: 20px;
  color: #eef7ff;
}
.article-cta {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.article-cta h2 {
  font-size: clamp(28px, 3vw, 40px);
}
.article-side {
  position: sticky;
  top: calc(var(--nav-height) + 24px);
}

.footer {
  margin-top: 70px; padding: 32px 0 18px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(12,18,32,.5);
}
.footer-grid { display: grid; grid-template-columns: .7fr .85fr 1fr; gap: 28px; align-items: start; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; }
.footer-logo { width: 34px; height: 34px; object-fit: contain; margin: 0; }
.footer-brand span { font-size: 20px; font-weight: 900; letter-spacing: -.04em; }
.footer h3 { font-size: 18px; margin-bottom: 16px; }
.footer-list li { margin-bottom: 12px; color: var(--muted); }
.footer-list a:hover { color: var(--text); }
.footer-contact li { display: grid; gap: 4px; }
.footer-contact li span:first-child { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); }
.large-contact li { margin-bottom: 18px; }
.footer-bottom {
  margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.06); display: flex; justify-content: space-between; gap: 16px;
  color: var(--muted-2); font-size: 13px;
}
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1180px) {
  .vendor-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-side { position: relative; top: auto; }
  .navbar { flex-wrap: wrap; padding: 14px 0; }
  .menu-btn { display: inline-block; }
  .nav-cta { display: none; }
  .nav-links {
    width: 100%; display: none; flex-direction: column; align-items: stretch; border-radius: 24px; padding: 10px; margin-top: 10px;
  }
  .nav-links.open { display: flex; }
  .hero-inner, .split, .section-head, .interactive-head, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 470px; }
  .info-grid-top, .vendor-grid, .article-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-proof, .mini-stats { grid-template-columns: 1fr; }
  .large, .medium { grid-column: span 12; }
  .small { grid-column: span 6; }
}
@media (max-width: 720px) {
  body::after { background-size: 42px 42px; }
  .logo-link { min-width: auto; }
  .logo-mark-wrap { width: 44px; height: 44px; }
  .logo-mark { width: 34px; height: 34px; }
  .logo-word { font-size: 24px; }
  .container { width: min(100% - 26px, var(--max)); }
  .hero { padding-top: 74px; }
  .hero-visual { min-height: 420px; }
  .floating-card { position: relative; width: 100%; left: 0; right: 0; margin-bottom: 16px; }
  .floating-card.top, .floating-card.bottom { top: auto; bottom: auto; }
  .orbit { position: relative; inset: auto; min-height: 390px; }
  .visual-content { padding: 14px; }
  .security-map { height: 210px; }
  .info-grid-top, .vendor-grid, .article-grid, .feature-grid { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: repeat(1, 1fr); }
  .small, .medium, .large { grid-column: span 1; }
  .timeline-item { grid-template-columns: 1fr; }
  .cta-panel, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cta-panel { padding: 28px 22px; }
}


/* API + CMS integration */
.admin-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(104,232,255,.14);
  background: linear-gradient(135deg, rgba(104,232,255,.10), rgba(139,92,246,.07), rgba(255,255,255,.03));
  box-shadow: var(--shadow-soft);
}
.admin-note h2 { font-size: clamp(26px, 3vw, 38px); margin-bottom: 8px; }
.admin-note p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }
.admin-note code {
  padding: 3px 7px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color: #e8fbff;
}
.article-empty { grid-column: 1 / -1; color: var(--muted); line-height: 1.7; }
.article-empty h3 { color: var(--text); }
.article-card .text-link { margin-top: auto; }
.article-card .tag-row { margin-top: 2px; }
.contact-form button[disabled] { opacity: .62; cursor: wait; transform: none; }
@media (max-width: 720px) {
  .admin-note { flex-direction: column; align-items: flex-start; }
  .admin-note .btn { width: 100%; }
}


/* Language switch */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.lang-switch:hover { transform: translateY(-2px); background: rgba(104,232,255,.09); border-color: rgba(104,232,255,.24); }
.lang-switch strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  height: 27px;
  padding: 0 8px;
  border-radius: 999px;
  color: #04101d;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
}
.lang-switch span { display: inline-flex; min-width: 24px; justify-content: center; }
@media (max-width: 980px) {
  .lang-switch { margin-left: auto; }
}
@media (max-width: 720px) {
  .lang-switch { order: 3; }
}


/* Premium background polish */
@keyframes premiumBgShift {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 45%; }
}
@keyframes auroraDrift {
  0% { transform: translate3d(-2%, -1%, 0) rotate(0deg) scale(1); }
  100% { transform: translate3d(3%, 2%, 0) rotate(4deg) scale(1.05); }
}
.hero::before,
.page-hero::before {
  content: '';
  position: absolute;
  inset: 8% -10% auto 34%;
  height: 220px;
  background: linear-gradient(105deg, transparent 0%, rgba(104,232,255,.10) 38%, rgba(139,92,246,.14) 56%, transparent 78%);
  transform: rotate(-8deg);
  filter: blur(22px);
  opacity: .85;
  pointer-events: none;
  animation: beamFloat 12s ease-in-out infinite alternate;
}
@keyframes beamFloat {
  from { transform: translate3d(-4%, -2%, 0) rotate(-8deg); opacity: .55; }
  to { transform: translate3d(4%, 2%, 0) rotate(-5deg); opacity: .9; }
}
.card,
.panel,
.info-card,
.timeline-item {
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255,255,255,.04);
}
.card:hover,
.info-card:hover {
  border-color: rgba(104,232,255,.20);
}
@media (max-width: 980px) {
  .navbar { gap: 12px; }
  .nav-links { order: 5; }
  .lang-switch { margin-left: auto; }
  h1 { letter-spacing: -.06em; }
  .hero { padding: 70px 0 52px; }
  .page-hero { padding: 72px 0 22px; }
}
@media (max-width: 720px) {
  h1 { font-size: clamp(38px, 12vw, 58px); }
  h2 { font-size: clamp(28px, 9vw, 42px); }
  .lead { font-size: 17px; line-height: 1.62; }
  .hero-actions .btn { width: 100%; }
  .metric, .mini-stats > div { padding: 15px; }
  .section { padding: 58px 0; }
  .page-hero-small { padding-bottom: 8px; }
  .contact-form input, .contact-form textarea, .contact-form select { font-size: 16px; }
  .article-card { min-height: auto; }
}


/* Custom visual assets */
.hero-identity-art {
  position: absolute;
  right: -4%;
  bottom: -2%;
  width: min(520px, 76%);
  opacity: .42;
  filter: drop-shadow(0 0 42px rgba(104,232,255,.18));
  pointer-events: none;
  animation: heroArtFloat 9s ease-in-out infinite alternate;
  z-index: 0;
}
.orbit { z-index: 2; }
.floating-card { z-index: 3; }
@keyframes heroArtFloat {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: .34; }
  to { transform: translate3d(-16px, 10px, 0) scale(1.04); opacity: .52; }
}
.visual-section { padding-top: 18px; }
.visual-panel {
  padding: 0;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255,255,255,.035);
}
.visual-panel img {
  width: 100%;
  display: block;
}
.article-cover {
  position: relative;
  height: 150px;
  margin: -8px -8px 6px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.article-card:hover .article-cover img { transform: scale(1.04); }
.article-cover-large {
  margin-top: 28px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow-soft);
  max-width: 880px;
}
.article-cover-large img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
@media (max-width: 720px) {
  .hero-identity-art { width: 88%; right: -20%; bottom: 4%; opacity: .26; }
  .article-cover { height: 135px; }
  .visual-panel { border-radius: 24px; }
}


/* Stronger visual pass v7 */
.hero {
  isolation: isolate;
}
.hero::after {
  content: '';
  position: absolute;
  right: 4%;
  top: 56px;
  width: min(680px, 48vw);
  height: 520px;
  background: url('../assets/visuals/hero-identity-network.svg') center / contain no-repeat;
  opacity: .24;
  filter: drop-shadow(0 0 50px rgba(104,232,255,.20));
  pointer-events: none;
  z-index: 0;
  animation: heroMapDrift 13s ease-in-out infinite alternate;
}
.hero-inner { position: relative; z-index: 2; }
@keyframes heroMapDrift {
  from { transform: translate3d(0, -8px, 0) scale(1); opacity: .18; }
  to { transform: translate3d(-22px, 12px, 0) scale(1.045); opacity: .32; }
}
.hero-identity-art {
  right: -12%;
  top: 2%;
  bottom: auto;
  width: min(720px, 94%);
  opacity: .62;
  z-index: 1;
  mix-blend-mode: screen;
}
.identity-ribbon { padding-top: 8px; padding-bottom: 48px; }
.identity-ribbon-panel {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(104,232,255,.10), rgba(139,92,246,.08), rgba(255,79,216,.045));
}
.identity-ribbon-visual {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 24px 60px rgba(0,0,0,.24);
}
.identity-ribbon-visual img {
  width: 100%;
  display: block;
  opacity: .95;
}
.identity-ribbon-copy h2 { font-size: clamp(30px, 4vw, 52px); }
.identity-ribbon-copy p { color: var(--muted); line-height: 1.75; font-size: 17px; }
@media (max-width: 980px) {
  .hero::after { width: 86vw; right: -28%; top: 88px; opacity: .18; }
  .identity-ribbon-panel { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .hero::after { display: none; }
  .hero-identity-art { display: none; }
  .identity-ribbon { padding-bottom: 28px; }
  .identity-ribbon-panel { padding: 18px; }
  .identity-ribbon-copy h2 { font-size: 28px; }
}


/* Visual cleanup v8: keep the original hero map clean, remove duplicate overlays */
.hero::after,
.hero-identity-art,
.identity-ribbon {
  display: none !important;
}
.hero-inner { position: relative; z-index: 2; }
.security-map { isolation: isolate; }
.node { z-index: 2; }
.path-line { z-index: 1; }

@media (max-width: 1100px) {
  .hero-sigil-left { left: -300px; width: min(760px, 60vw); opacity: .11; }
  .hero-sigil-center { left: 28%; width: min(340px, 30vw); opacity: .05; }
  .hero-sigil-right { right: -260px; width: min(600px, 48vw); opacity: .07; }
}
@media (max-width: 780px) {
  .hero-brand-art { display: none; }
  body[data-page="home"] .bg-canvas { opacity: .17; }
  .terminal-topline { flex-direction: column; align-items: flex-start; }
  .terminal-chip { min-height: 36px; }
  .terminal-progress { position: static; margin-top: 12px; display: inline-block; }
}


/* --- v11 homepage mockup alignment --- */
body[data-page="home"] .bg-canvas { display: none; }
body[data-page="home"]::before {
  background:
    radial-gradient(760px circle at 14% 34%, rgba(35, 132, 180, 0.20), transparent 38%),
    radial-gradient(720px circle at 69% 24%, rgba(72, 45, 167, 0.18), transparent 42%),
    radial-gradient(560px circle at 78% 64%, rgba(255,79,216,.08), transparent 36%);
  filter: blur(6px);
  opacity: .88;
}
body[data-page="home"]::after {
  background-image:
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: .82;
}
body[data-page="home"] .container { width: min(100% - 64px, var(--max)); }
body[data-page="home"] .nav-wrap {
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(5,7,18,.80), rgba(5,7,18,.52));
}
body[data-page="home"] .navbar {
  min-height: 88px;
}
body[data-page="home"] .hero { padding: 118px 0 82px; }
body[data-page="home"] .hero-home-inner { grid-template-columns: minmax(0, 1.05fr) minmax(560px, .95fr); gap: 66px; align-items: center; }
body[data-page="home"] h1 { font-size: clamp(62px, 7.2vw, 112px); line-height: .92; max-width: 690px; margin-bottom: 26px; }
body[data-page="home"] .lead { max-width: 700px; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.75; color: #b8c8dc; }
body[data-page="home"] .hero-copy { padding-left: 10px; }
.hero-brand-art { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.hero-home .hero-inner { position: relative; z-index: 2; }
.hero-sigil { position: absolute; user-select: none; -webkit-user-drag: none; }
.hero-sigil-left { left: -190px; top: 210px; width: min(620px, 36vw); opacity: .12; filter: brightness(.82) saturate(.95); }
.hero-sigil-center { left: 31%; top: 190px; width: min(300px, 18vw); opacity: .08; filter: brightness(.7) blur(.3px); }
.hero-sigil-right { right: -150px; top: 260px; width: min(560px, 32vw); opacity: .12; transform: scaleX(-1); filter: hue-rotate(48deg) saturate(1.1) brightness(.94); }
.hero-visual-mock { min-height: 650px; }
.orbit-mock { inset: 10px 0 12px 0; border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 34px 100px rgba(0,0,0,.32); }
.orbit-mock::before { background: radial-gradient(circle at 26% 48%, rgba(104,232,255,.06), transparent 24%), radial-gradient(circle at 78% 8%, rgba(139,92,246,.10), transparent 34%); }
.browser-bar-mock { background: transparent; border: 0; padding: 6px 2px 16px; margin-bottom: 4px; }
.browser-bar-mock .browser-address { margin-left: 0; color: #9ba7bb; font-size: 18px; letter-spacing: .01em; }
.security-map-mock { height: 438px; border-radius: 28px; padding: 0; background: radial-gradient(circle at 42% 55%, rgba(104,232,255,.14), transparent 21%), linear-gradient(180deg, rgba(7,14,30,.94), rgba(6,11,24,.88)); box-shadow: inset 0 0 0 1px rgba(104,232,255,.10), inset 0 0 60px rgba(12,32,64,.36); }
.hero-bottom-row { display: grid; grid-template-columns: 1fr 220px; gap: 14px; margin-top: 18px; align-items: stretch; }
.terminal-card-mock { margin-top: 0; min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 18px 22px; border-radius: 20px; background: rgba(5,10,20,.92); box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); }
.terminal-card-mock .terminal-row { margin-bottom: 10px; font-size: 15px; }
.terminal-card-mock .terminal-line { min-height: 22px; color: #65ffbf; font-size: 14px; }
.prep-card { padding: 18px 18px 16px; border-radius: 18px; border: 1px solid rgba(255,255,255,.10); background: rgba(10,15,28,.92); box-shadow: 0 18px 40px rgba(0,0,0,.24); }
.prep-card strong { display: block; margin-bottom: 10px; font-size: 18px; }
.prep-card span { color: #b9c6d8; font-size: 14px; line-height: 1.6; }
.security-map-mock .node { min-width: 106px; padding: 18px 16px 14px; border-radius: 26px; font-size: 18px; backdrop-filter: blur(10px); }
.security-map-mock .node small { font-size: 11px; margin-top: 5px; letter-spacing: .08em; }
.node-icon { display: block; margin-bottom: 8px; font-size: 22px; line-height: 1; opacity: .92; }
.security-map-mock .node-1 { top: 56px; left: 34px; }
.security-map-mock .node-2 { top: 70px; right: 38px; }
.security-map-mock .node-3 { bottom: 36px; left: 34px; }
.security-map-mock .node-4 { left: 50%; top: 50%; transform: translate(-50%, -50%); }
.security-map-mock .node-5 { bottom: 34px; right: 34px; }
.security-map-mock .node-iga, .security-map-mock .node-iam, .security-map-mock .node-mfa { border-color: rgba(104,232,255,.28); background: linear-gradient(180deg, rgba(104,232,255,.13), rgba(104,232,255,.06)); box-shadow: 0 0 24px rgba(104,232,255,.12), inset 0 0 28px rgba(104,232,255,.06); }
.security-map-mock .node-pam, .security-map-mock .node-audit { border-color: rgba(179,120,255,.28); background: linear-gradient(180deg, rgba(179,120,255,.15), rgba(139,92,246,.08)); box-shadow: 0 0 24px rgba(179,120,255,.16), inset 0 0 28px rgba(179,120,255,.06); }
.security-map-mock .path-line { filter: drop-shadow(0 0 12px rgba(104,232,255,.20)); }
.security-map-mock .connector-cyan { stroke: rgba(95,222,255,.95); stroke-width: 2.8; stroke-dasharray: 7 10; }
.security-map-mock .connector-pink { stroke: rgba(181,120,255,.88); stroke-width: 2.8; stroke-dasharray: 8 10; }
body[data-page="home"] .section-tight { padding-top: 24px; }
@media (max-width: 1300px) {
  body[data-page="home"] h1 { font-size: clamp(54px, 7vw, 92px); }
  body[data-page="home"] .hero-home-inner { grid-template-columns: 1fr .95fr; gap: 40px; }
  .security-map-mock { height: 390px; }
  .hero-visual-mock { min-height: 590px; }
}
@media (max-width: 1040px) {
  body[data-page="home"] .hero-home-inner { grid-template-columns: 1fr; }
  .hero-sigil-center, .hero-sigil-right { display: none; }
  .hero-sigil-left { left: -120px; top: 160px; width: min(460px, 48vw); }
  .hero-visual-mock { min-height: 560px; }
}
@media (max-width: 720px) {
  body[data-page="home"] .container { width: min(100% - 24px, var(--max)); }
  body[data-page="home"] .hero { padding: 92px 0 48px; }
  body[data-page="home"] h1 { font-size: clamp(42px, 14vw, 66px); }
  .hero-sigil-left { opacity: .08; left: -80px; top: 120px; width: 320px; }
  .hero-bottom-row { grid-template-columns: 1fr; }
  .security-map-mock { height: 320px; }
  .security-map-mock .node { min-width: 82px; padding: 12px 10px 10px; font-size: 15px; border-radius: 18px; }
  .security-map-mock .node small { font-size: 9px; }
  .node-icon { font-size: 18px; margin-bottom: 5px; }
  .security-map-mock .node-1 { top: 26px; left: 14px; }
  .security-map-mock .node-2 { top: 36px; right: 14px; }
  .security-map-mock .node-3 { bottom: 18px; left: 14px; }
  .security-map-mock .node-5 { bottom: 18px; right: 14px; }
}

.connector-glow { position: absolute; width: 12px; height: 12px; margin-left: -6px; margin-top: -6px; border-radius: 50%; background: rgba(104,232,255,.9); box-shadow: 0 0 18px rgba(104,232,255,.9), 0 0 44px rgba(104,232,255,.4); pointer-events: none; animation: glowPulse 2.6s ease-in-out infinite; }
.security-map-mock .connector-glow:nth-child(odd) { background: rgba(181,120,255,.95); box-shadow: 0 0 18px rgba(181,120,255,.95), 0 0 44px rgba(181,120,255,.35); }
@keyframes glowPulse { 0%,100% { transform: scale(.85); opacity: .82; } 50% { transform: scale(1.18); opacity: 1; } }


/* --- v12 homepage exact mockup refinements --- */
body[data-page="home"]::before {
  background:
    radial-gradient(860px circle at 8% 33%, rgba(37, 158, 204, 0.26), transparent 40%),
    radial-gradient(700px circle at 64% 26%, rgba(73, 42, 176, 0.18), transparent 46%),
    radial-gradient(760px circle at 80% 60%, rgba(146, 70, 214, 0.13), transparent 46%),
    linear-gradient(180deg, rgba(8,11,23,.82), rgba(8,11,23,.64));
  filter: none;
  opacity: 1;
}
body[data-page="home"]::after {
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: .76;
}
.hero-home::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/hero-circuit-overlay.svg') center 58% / cover no-repeat;
  opacity: .82;
  pointer-events: none;
  z-index: 1;
}
.hero-brand-art { z-index: 1; }
.hero-home .hero-inner { z-index: 2; }
.hero-sigil-left { left: -120px; top: 165px; width: min(650px, 38vw); opacity: .16; filter: brightness(.96) saturate(1.06) drop-shadow(0 0 16px rgba(68,167,227,.18)); }
.hero-sigil-center { left: 31%; top: 190px; width: min(330px, 19vw); opacity: .11; filter: brightness(.86) blur(.3px) drop-shadow(0 0 10px rgba(68,167,227,.14)); }
.hero-sigil-right { right: -110px; top: 215px; width: min(530px, 30vw); opacity: .14; transform: scaleX(-1); filter: hue-rotate(36deg) saturate(1.2) brightness(1.02) drop-shadow(0 0 16px rgba(142,79,255,.16)); }
body[data-page="home"] .hero { padding: 116px 0 78px; }
body[data-page="home"] .hero-home-inner { grid-template-columns: minmax(0, 1.06fr) minmax(620px, .94fr); gap: 58px; }
body[data-page="home"] h1 { font-size: clamp(70px, 7vw, 108px); line-height: .92; max-width: 700px; }
body[data-page="home"] .lead { max-width: 700px; font-size: clamp(17px, 1.36vw, 19px); line-height: 1.72; }
.orbit-mock { inset: 20px 0 14px 0; background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05)); border: 1px solid rgba(255,255,255,.11); box-shadow: 0 30px 86px rgba(0,0,0,.34); }
.browser-bar-mock { padding: 2px 4px 14px; }
.browser-bar-mock .browser-address { font-size: 18px; color: #aab4c5; }
.browser-bar-mock::before { content:''; display:inline-block; width:10px; height:10px; margin-right:12px; border-radius:50%; background:#7af3c1; box-shadow:0 0 12px rgba(122,243,193,.55); vertical-align:middle; }
.security-map-mock { height: 430px; border-radius: 26px; background: radial-gradient(circle at 50% 45%, rgba(90,214,255,.16), transparent 18%), linear-gradient(180deg, rgba(5,12,27,.95), rgba(7,12,25,.88)); box-shadow: inset 0 0 0 1px rgba(92,202,255,.10), inset 0 0 90px rgba(8, 31, 58, .34); }
.security-map-mock .path-line { filter: drop-shadow(0 0 10px rgba(104,232,255,.18)); }
.security-map-mock .node { min-width: 104px; padding: 16px 16px 14px; border-radius: 24px; font-size: 18px; }
.security-map-mock .node small { font-size: 11px; letter-spacing: .06em; }
.security-map-mock .node-1 { top: 38px; left: 34px; }
.security-map-mock .node-2 { top: 46px; right: 28px; }
.security-map-mock .node-3 { bottom: 22px; left: 34px; }
.security-map-mock .node-4 { left: 49%; top: 49%; transform: translate(-50%, -50%); }
.security-map-mock .node-5 { bottom: 24px; right: 24px; }
.security-map-mock .node-iga, .security-map-mock .node-iam, .security-map-mock .node-mfa { background: linear-gradient(180deg, rgba(90,214,255,.14), rgba(90,214,255,.06)); border-color: rgba(90,214,255,.28); }
.security-map-mock .node-pam, .security-map-mock .node-audit { background: linear-gradient(180deg, rgba(168,119,255,.18), rgba(125,84,255,.08)); border-color: rgba(168,119,255,.28); }
.security-map-mock .connector-cyan { stroke: rgba(92, 223, 255, .98); stroke-width: 2.5; stroke-dasharray: 7 10; }
.security-map-mock .connector-pink { stroke: rgba(181,120,255,.94); stroke-width: 2.5; stroke-dasharray: 7 10; }
.hero-bottom-row { grid-template-columns: minmax(0,1fr) 240px; gap: 12px; }
.terminal-card-mock { min-height: 98px; padding: 18px 20px; position: relative; }
.terminal-card-mock .terminal-line { padding-right: 60px; }
.terminal-progress { position:absolute; right:18px; bottom:18px; color:#8fa2bb; font-size:14px; }
.prep-card { min-height: 98px; padding: 16px 16px 14px; overflow: visible; display:flex; flex-direction:column; justify-content:flex-start; }
.prep-card strong { font-size: 17px; margin-bottom: 8px; }
.prep-card span { display:block; font-size: 14px; line-height: 1.55; color:#c0cbda; }
.connector-glow { width: 10px; height: 10px; margin-left:-5px; margin-top:-5px; background: rgba(104,232,255,.95); box-shadow: 0 0 20px rgba(104,232,255,.88), 0 0 42px rgba(104,232,255,.30); }
@media (max-width: 1300px) {
  body[data-page="home"] .hero-home-inner { grid-template-columns: 1fr .96fr; gap: 34px; }
  .security-map-mock { height: 396px; }
}
@media (max-width: 1100px) {
  .hero-home::after { opacity: .66; }
  .hero-sigil-center, .hero-sigil-right { display:none; }
}
@media (max-width: 780px) {
  .hero-home::after { background-position:center top; opacity:.54; }
  .hero-bottom-row { grid-template-columns: 1fr; }
  .prep-card { min-height: auto; }
}


/* --- v13 homepage background + spacing refinement --- */
body[data-page="home"] .bg-canvas {
  display: block;
  opacity: .54;
  mix-blend-mode: screen;
}
body[data-page="home"]::before {
  background:
    radial-gradient(840px circle at 7% 34%, rgba(40, 162, 212, 0.22), transparent 42%),
    radial-gradient(740px circle at 64% 25%, rgba(76, 48, 186, 0.17), transparent 48%),
    radial-gradient(680px circle at 79% 60%, rgba(146, 70, 214, 0.11), transparent 48%),
    linear-gradient(180deg, rgba(8,11,23,.84), rgba(8,11,23,.68));
  opacity: 1;
}
body[data-page="home"]::after {
  background-image:
    linear-gradient(rgba(255,255,255,.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: .66;
}
.hero-home::after {
  opacity: .26;
  background-position: center 62%;
}
.hero-sigil-left {
  left: -86px;
  top: 142px;
  width: min(660px, 38vw);
  opacity: .19;
  filter: brightness(1.02) saturate(1.06) drop-shadow(0 0 16px rgba(68,167,227,.14));
}
.hero-sigil-center, .hero-sigil-right {
  display: none;
}
body[data-page="home"] .hero {
  padding: 132px 0 106px;
}
body[data-page="home"] .hero-home-inner {
  grid-template-columns: minmax(0, 1.06fr) minmax(640px, .94fr);
  gap: 72px;
  align-items: center;
}
body[data-page="home"] .hero-copy {
  padding-left: 18px;
}
body[data-page="home"] h1 {
  margin-bottom: 28px;
}
body[data-page="home"] .lead {
  margin-bottom: 28px;
}
.hero-visual-mock {
  min-height: 690px;
  padding: 18px 0 18px;
}
.orbit-mock {
  inset: 26px 0 26px 0;
}
.hero-bottom-row {
  margin-top: 20px;
}
.section-tight {
  padding-top: 52px;
}
@media (max-width: 1300px) {
  body[data-page="home"] .hero { padding: 118px 0 96px; }
  body[data-page="home"] .hero-home-inner { grid-template-columns: 1fr .96fr; gap: 42px; }
  .hero-visual-mock { min-height: 640px; }
}
@media (max-width: 1100px) {
  body[data-page="home"] .hero { padding: 108px 0 82px; }
  body[data-page="home"] .hero-home-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual-mock { min-height: 590px; }
  .hero-sigil-left { left: -74px; top: 124px; width: min(500px, 54vw); opacity: .16; }
}
@media (max-width: 780px) {
  body[data-page="home"] .bg-canvas { opacity: .36; }
  body[data-page="home"] .hero { padding: 98px 0 62px; }
  body[data-page="home"] .hero-copy { padding-left: 0; }
  .hero-visual-mock { min-height: 460px; padding: 0; }
  .orbit-mock { inset: 8px 0 12px 0; }
  .hero-sigil-left { left: -70px; top: 96px; width: 320px; opacity: .13; }
}


/* --- v14 logo background refinement --- */
.hero-brand-art {
  isolation: isolate;
}
.hero-sigil-left {
  left: -150px;
  top: 112px;
  width: min(760px, 44vw);
  opacity: .125;
  filter: brightness(.86) saturate(.9) blur(.45px) drop-shadow(0 0 22px rgba(68,167,227,.10));
  mix-blend-mode: screen;
}
.hero-sigil-left::after {
  content: '';
}
.hero-brand-art::before {
  content: '';
  position: absolute;
  left: -120px;
  top: 116px;
  width: min(760px, 44vw);
  height: min(760px, 44vw);
  border-radius: 50%;
  background: radial-gradient(circle at 42% 44%, rgba(84,172,222,.10), transparent 54%);
  filter: blur(28px);
  opacity: .58;
}
.hero-home::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6,10,22,.12), rgba(6,10,22,0));
  z-index: 1;
}
@media (max-width: 1100px) {
  .hero-sigil-left {
    left: -116px;
    top: 110px;
    width: min(620px, 56vw);
    opacity: .115;
  }
  .hero-brand-art::before {
    left: -96px;
    top: 112px;
    width: min(620px, 56vw);
    height: min(620px, 56vw);
  }
}
@media (max-width: 780px) {
  .hero-sigil-left {
    left: -88px;
    top: 94px;
    width: 360px;
    opacity: .10;
    filter: brightness(.82) saturate(.86) blur(.55px) drop-shadow(0 0 16px rgba(68,167,227,.08));
  }
  .hero-brand-art::before {
    left: -68px;
    top: 98px;
    width: 360px;
    height: 360px;
    opacity: .42;
  }
}


/* --- v15 subtler, thinner-feeling logo background --- */
.hero-sigil-left {
  left: -190px;
  top: 98px;
  width: min(860px, 48vw);
  opacity: .085;
  filter: brightness(.78) saturate(.82) blur(.9px) drop-shadow(0 0 18px rgba(68,167,227,.06));
  mix-blend-mode: screen;
}
.hero-brand-art::before {
  left: -150px;
  top: 108px;
  width: min(860px, 48vw);
  height: min(860px, 48vw);
  background: radial-gradient(circle at 42% 44%, rgba(84,172,222,.065), transparent 57%);
  filter: blur(34px);
  opacity: .42;
}
.hero-home::before {
  width: 38%;
  background: linear-gradient(90deg, rgba(6,10,22,.22), rgba(6,10,22,0));
}
@media (max-width: 1100px) {
  .hero-sigil-left {
    left: -140px;
    top: 102px;
    width: min(720px, 60vw);
    opacity: .08;
    filter: brightness(.76) saturate(.8) blur(1px) drop-shadow(0 0 14px rgba(68,167,227,.05));
  }
  .hero-brand-art::before {
    left: -112px;
    top: 110px;
    width: min(720px, 60vw);
    height: min(720px, 60vw);
    opacity: .34;
  }
}
@media (max-width: 780px) {
  .hero-sigil-left {
    left: -92px;
    top: 94px;
    width: 390px;
    opacity: .075;
    filter: brightness(.74) saturate(.78) blur(1.1px) drop-shadow(0 0 12px rgba(68,167,227,.04));
  }
  .hero-brand-art::before {
    left: -76px;
    top: 100px;
    width: 390px;
    height: 390px;
    opacity: .28;
  }
}


/* --- v16 richer color accents --- */
body[data-page="home"]::before {
  background:
    radial-gradient(900px circle at 8% 34%, rgba(44, 182, 228, 0.24), transparent 42%),
    radial-gradient(760px circle at 63% 26%, rgba(96, 64, 210, 0.20), transparent 48%),
    radial-gradient(760px circle at 80% 62%, rgba(201, 88, 255, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(8,11,23,.84), rgba(8,11,23,.68));
}
body[data-page="home"] .eyebrow {
  background: linear-gradient(180deg, rgba(104,232,255,.10), rgba(104,232,255,.04));
  border-color: rgba(104,232,255,.22);
  box-shadow: 0 0 0 1px rgba(104,232,255,.06), 0 0 28px rgba(104,232,255,.07);
}
body[data-page="home"] .hero-copy {
  position: relative;
}
body[data-page="home"] .hero-copy::before {
  content: '';
  position: absolute;
  left: -90px;
  top: 10px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104,232,255,.08), transparent 62%);
  filter: blur(42px);
  z-index: -1;
  pointer-events: none;
}
body[data-page="home"] .hero-copy::after {
  content: '';
  position: absolute;
  right: 10%;
  top: 130px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181,120,255,.09), transparent 64%);
  filter: blur(38px);
  z-index: -1;
  pointer-events: none;
}
body[data-page="home"] .btn-primary {
  box-shadow: 0 10px 34px rgba(104,232,255,.16), 0 10px 34px rgba(181,120,255,.10);
}
body[data-page="home"] .btn-secondary:hover {
  border-color: rgba(104,232,255,.22);
  box-shadow: 0 8px 26px rgba(104,232,255,.08);
}
.orbit-mock {
  box-shadow: 0 30px 86px rgba(0,0,0,.34), 0 0 36px rgba(104,232,255,.05), 0 0 54px rgba(181,120,255,.05);
}
.orbit-mock::after {
  content: '';
  position: absolute;
  inset: 16% 12% auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104,232,255,.10), transparent 60%);
  filter: blur(28px);
  pointer-events: none;
}
.security-map-mock {
  background: radial-gradient(circle at 50% 45%, rgba(90,214,255,.17), transparent 18%), linear-gradient(180deg, rgba(6,13,28,.96), rgba(7,12,25,.89));
}
.terminal-card-mock {
  background: linear-gradient(180deg, rgba(5,10,20,.95), rgba(3,8,17,.92));
  border: 1px solid rgba(104,232,255,.08);
}
.prep-card {
  background: linear-gradient(180deg, rgba(14,18,33,.94), rgba(10,14,27,.92));
  border-color: rgba(181,120,255,.14);
  box-shadow: 0 18px 40px rgba(0,0,0,.24), inset 0 0 0 1px rgba(181,120,255,.04);
}
.grid-3 .glass {
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
  position: relative;
  overflow: hidden;
}
.grid-3 .glass::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(104,232,255,.06), transparent 38%, rgba(181,120,255,.05));
  pointer-events: none;
}
.grid-3 .glass:hover {
  border-color: rgba(104,232,255,.16);
  box-shadow: 0 18px 38px rgba(0,0,0,.20), 0 0 26px rgba(104,232,255,.06);
}
.grid-3 .glass h3 {
  position: relative;
  z-index: 1;
}
.grid-3 .glass p {
  position: relative;
  z-index: 1;
}
@media (max-width: 780px) {
  body[data-page="home"] .hero-copy::before,
  body[data-page="home"] .hero-copy::after {
    display: none;
  }
}


/* v17 premium approach diagram */
.visual-panel img {
  width: 100%;
  display: block;
  border-radius: 28px;
}
.visual-panel {
  padding: 0;
  background: rgba(255,255,255,.018);
  border-color: rgba(255,255,255,.06);
}


/* v18 sliding profile cards */
.team-section {
  overflow: hidden;
}
.team-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 18px;
}
.team-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 10px 0 24px;
  max-width: 880px;
  margin-inline: auto;
  width: 100%;
}
.team-viewport::-webkit-scrollbar { display: none; }
.team-track {
  display: flex;
  gap: 26px;
  width: max-content;
  padding-inline: 8px;
}
.profile-card {
  position: relative;
  flex: 0 0 clamp(300px, 36vw, 380px);
  min-height: 560px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(235,244,250,.94));
  color: #07111f;
  overflow: hidden;
  scroll-snap-align: center;
  box-shadow: 0 30px 90px rgba(0,0,0,.30), 0 0 0 1px rgba(104,232,255,.16);
  transform: translateZ(0);
}
.profile-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(320px circle at 50% -20%, rgba(104,232,255,.32), transparent 56%);
  pointer-events: none;
}
.profile-top {
  height: 150px;
  background:
    radial-gradient(circle at 16% 30%, rgba(255,255,255,.52), transparent 24%),
    linear-gradient(135deg, rgba(104,232,255,.98), rgba(111,128,255,.82) 58%, rgba(255,79,216,.62));
  clip-path: ellipse(82% 64% at 50% 0%);
}
.profile-avatar {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: 118px;
  height: 118px;
  border-radius: 999px;
  padding: 5px;
  background: linear-gradient(135deg, var(--cyan), var(--violet), var(--pink));
  box-shadow: 0 18px 48px rgba(6, 16, 30, .28);
}
.profile-avatar span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(180deg, #0b1729, #040915);
  color: #f6fbff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.06em;
}
.profile-body {
  position: relative;
  z-index: 1;
  padding: 62px 30px 26px;
  text-align: center;
}
.profile-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #0a6678;
  background: rgba(104,232,255,.16);
  border: 1px solid rgba(44,184,255,.14);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.profile-card h3 {
  margin-bottom: 5px;
  color: #07111f;
  font-size: clamp(25px, 2.3vw, 32px);
}
.profile-role {
  margin-bottom: 20px;
  color: #4b5d73 !important;
  font-size: 14px;
  font-weight: 800;
}
.profile-card p:not(.profile-role) {
  color: #35465a !important;
  line-height: 1.62;
  font-size: 15px;
}
.profile-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.profile-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #092032;
  background: rgba(9, 22, 37, .06);
  border: 1px solid rgba(9, 22, 37, .08);
  font-size: 12px;
  font-weight: 800;
}
.profile-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(9,22,37,.08);
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(12px);
}
.profile-footer a {
  display: grid;
  place-items: center;
  min-height: 56px;
  color: #07111f;
  font-size: 13px;
  font-weight: 900;
}
.profile-footer a + a { border-left: 1px solid rgba(9,22,37,.08); }
.join-card .profile-top {
  background: linear-gradient(135deg, rgba(125,248,189,.92), rgba(104,232,255,.9) 48%, rgba(139,92,246,.75));
}
.join-card .profile-avatar span {
  font-size: 50px;
  letter-spacing: 0;
}
.team-arrow {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(104,232,255,.16);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(255,255,255,.04);
  box-shadow: 0 14px 34px rgba(0,0,0,.2);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.team-arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(104,232,255,.32);
  background: rgba(104,232,255,.08);
}
.team-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: -4px;
}
.team-dots span {
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.team-dots span.active {
  width: 34px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  box-shadow: 0 0 18px rgba(104,232,255,.22);
}
@media (max-width: 760px) {
  .team-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
  }
  .team-arrow { width: 42px; height: 42px; font-size: 28px; }
  .team-viewport { max-width: calc(100vw - 110px); }
  .profile-card { flex-basis: min(300px, calc(100vw - 122px)); min-height: 580px; }
  .profile-body { padding-inline: 22px; }
}


/* v19 profile cards: William-style, IdentityPath colors */
.team-carousel {
  grid-template-columns: 48px minmax(0, 1fr) 48px;
}
.team-viewport {
  max-width: 760px;
  padding: 14px 0 30px;
}
.team-track {
  gap: 28px;
}
.profile-card {
  flex-basis: clamp(300px, 34vw, 342px);
  min-height: 510px;
  border-radius: 18px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(104,232,255,.10), transparent 32%),
    linear-gradient(180deg, rgba(9,18,34,.98), rgba(5,10,22,.96));
  border: 1px solid rgba(104,232,255,.16);
  box-shadow: 0 28px 80px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.03);
}
.profile-card::before {
  background: none;
}
.profile-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(104,232,255,.08), transparent 36%, rgba(139,92,246,.06));
  pointer-events: none;
}
.profile-top {
  height: 142px;
  background:
    radial-gradient(circle at 20% 22%, rgba(255,255,255,.25), transparent 18%),
    linear-gradient(135deg, rgba(104,232,255,.95), rgba(116,126,255,.86) 58%, rgba(255,79,216,.58));
  clip-path: ellipse(86% 56% at 50% 0%);
}
.profile-avatar {
  top: 78px;
  width: 104px;
  height: 104px;
  padding: 4px;
  box-shadow: 0 18px 44px rgba(0,0,0,.32), 0 0 28px rgba(104,232,255,.12);
}
.profile-avatar span {
  font-size: 31px;
  background:
    radial-gradient(circle at 36% 24%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(180deg, #101d31, #050a14);
}
.profile-body {
  padding: 54px 28px 86px;
  text-align: left;
}
.profile-kicker {
  display: none;
}
.profile-card h3 {
  text-align: center;
  color: var(--text);
  font-size: 23px;
  letter-spacing: -.035em;
  margin-bottom: 4px;
}
.profile-role {
  text-align: center;
  color: var(--cyan) !important;
  opacity: .84;
  margin-bottom: 24px;
  font-size: 12px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.profile-about-label {
  margin-bottom: 9px;
  color: #eaf6ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.profile-card p:not(.profile-role) {
  color: #b8c7da !important;
  font-size: 13px;
  line-height: 1.62;
  min-height: 104px;
}
.profile-tags {
  display: none;
}
.profile-socials {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}
.profile-socials span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #06101e;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(104,232,255,.12);
}
.profile-footer {
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.035);
}
.profile-footer a {
  min-height: 58px;
  color: #dce9f8;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.profile-footer a:hover {
  color: var(--cyan);
  background: rgba(104,232,255,.06);
}
.profile-footer a + a {
  border-left: 1px solid rgba(255,255,255,.07);
}
.join-card .profile-top {
  background: linear-gradient(135deg, rgba(125,248,189,.92), rgba(104,232,255,.88) 52%, rgba(139,92,246,.62));
}
.join-card .profile-avatar span {
  font-size: 42px;
}
.team-arrow {
  width: 48px;
  height: 48px;
  background: rgba(6,13,26,.78);
  border-color: rgba(104,232,255,.18);
  backdrop-filter: blur(12px);
}
.team-arrow:hover {
  background: rgba(104,232,255,.10);
}
.team-dots span {
  width: 20px;
  height: 4px;
  background: rgba(255,255,255,.10);
}
.team-dots span.active {
  width: 34px;
}
@media (max-width: 760px) {
  .team-viewport { max-width: calc(100vw - 112px); }
  .profile-card { flex-basis: min(302px, calc(100vw - 124px)); min-height: 530px; }
  .profile-body { padding-inline: 22px; }
}


/* v20 profile cards width fix + frosted blur */
.team-viewport {
  max-width: 1130px;
  padding-inline: 8px;
}
.team-track {
  width: 100%;
  justify-content: center;
}
.profile-card {
  flex-basis: clamp(300px, 29vw, 342px);
  background:
    radial-gradient(420px circle at 50% -16%, rgba(104,232,255,.16), transparent 44%),
    linear-gradient(180deg, rgba(10,19,36,.72), rgba(5,10,22,.78));
  border: 1px solid rgba(104,232,255,.18);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  box-shadow:
    0 34px 90px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 0 1px rgba(255,255,255,.025);
}
.profile-card::before {
  content: '';
  position: absolute;
  inset: -40px;
  background:
    radial-gradient(230px circle at 26% 16%, rgba(104,232,255,.18), transparent 62%),
    radial-gradient(260px circle at 82% 18%, rgba(139,92,246,.18), transparent 64%),
    radial-gradient(220px circle at 50% 100%, rgba(255,79,216,.06), transparent 62%);
  filter: blur(18px);
  opacity: .86;
  pointer-events: none;
}
.profile-card::after {
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 34%, rgba(104,232,255,.035) 68%, rgba(139,92,246,.05)),
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 42%);
}
.profile-top {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(104,232,255,.86), rgba(112,129,255,.70) 56%, rgba(255,79,216,.46));
}
.profile-top::before {
  content: '';
  position: absolute;
  inset: -38px;
  background:
    radial-gradient(circle at 20% 24%, rgba(255,255,255,.56), transparent 20%),
    radial-gradient(circle at 78% 6%, rgba(255,255,255,.22), transparent 24%),
    radial-gradient(circle at 52% 92%, rgba(104,232,255,.22), transparent 34%);
  filter: blur(18px);
  opacity: .86;
}
.profile-avatar {
  box-shadow:
    0 20px 52px rgba(0,0,0,.34),
    0 0 34px rgba(104,232,255,.14),
    0 0 48px rgba(139,92,246,.13);
}
.profile-avatar span {
  background:
    radial-gradient(circle at 36% 24%, rgba(255,255,255,.26), transparent 30%),
    linear-gradient(180deg, rgba(17,31,52,.96), rgba(5,10,20,.98));
  backdrop-filter: blur(10px);
}
.profile-body, .profile-footer, .profile-avatar {
  z-index: 2;
}
.profile-footer {
  background: rgba(6,12,24,.42);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.team-arrow {
  z-index: 3;
}
@media (max-width: 1180px) {
  .team-viewport { max-width: 760px; }
  .team-track { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .team-viewport { max-width: calc(100vw - 112px); }
  .team-track { justify-content: flex-start; }
}


/* v21 3D frosted-glass team carousel */
.team-section {
  overflow: hidden;
}
.team-carousel {
  position: relative;
  min-height: 640px;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
}
.team-viewport {
  position: relative;
  max-width: 980px;
  height: 580px;
  overflow: visible;
  padding: 0;
  margin-inline: auto;
  scroll-snap-type: none;
}
.team-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
}
.profile-card {
  position: absolute;
  top: 18px;
  left: 50%;
  width: min(360px, 78vw);
  min-height: 520px;
  flex-basis: auto;
  transform: translateX(-50%) scale(.82);
  transform-origin: center center;
  opacity: 0;
  pointer-events: none;
  transition:
    transform 640ms cubic-bezier(.2,.82,.2,1),
    opacity 520ms ease,
    filter 520ms ease,
    box-shadow 520ms ease,
    border-color 520ms ease;
  background:
    linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.055)),
    radial-gradient(420px circle at 50% -10%, rgba(104,232,255,.18), transparent 46%),
    linear-gradient(180deg, rgba(8,17,32,.74), rgba(4,9,20,.66));
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(26px) saturate(155%);
  -webkit-backdrop-filter: blur(26px) saturate(155%);
}
.profile-card.is-active {
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
  filter: blur(0);
  border-color: rgba(104,232,255,.34);
  box-shadow:
    0 42px 110px rgba(0,0,0,.44),
    0 0 50px rgba(104,232,255,.10),
    inset 0 1px 0 rgba(255,255,255,.14);
}
.profile-card.is-prev {
  opacity: .56;
  z-index: 3;
  transform: translateX(calc(-50% - 330px)) scale(.84) rotateY(10deg);
  filter: blur(2.2px) saturate(.9);
}
.profile-card.is-next {
  opacity: .56;
  z-index: 3;
  transform: translateX(calc(-50% + 330px)) scale(.84) rotateY(-10deg);
  filter: blur(2.2px) saturate(.9);
}
.profile-card.is-hidden {
  opacity: 0;
  z-index: 1;
  transform: translateX(-50%) scale(.74);
  filter: blur(5px);
}
.profile-top {
  background:
    radial-gradient(circle at 22% 22%, rgba(255,255,255,.36), transparent 17%),
    linear-gradient(135deg, rgba(104,232,255,.72), rgba(118,126,255,.54) 58%, rgba(255,79,216,.32));
}
.profile-card.is-active .profile-top {
  background:
    radial-gradient(circle at 22% 22%, rgba(255,255,255,.48), transparent 17%),
    linear-gradient(135deg, rgba(104,232,255,.9), rgba(118,126,255,.70) 58%, rgba(255,79,216,.46));
}
.profile-card::before {
  opacity: .7;
  filter: blur(24px);
}
.profile-card.is-active::before {
  opacity: 1;
}
.profile-footer {
  display: none;
}
.profile-body {
  padding-bottom: 32px;
}
.profile-card p:not(.profile-role) {
  min-height: 132px;
}
.profile-socials {
  justify-content: center;
  margin-top: 22px;
}
.team-arrow {
  position: relative;
  z-index: 6;
  background: rgba(7,15,30,.64);
  border-color: rgba(104,232,255,.20);
  backdrop-filter: blur(18px);
}
.team-dots {
  position: relative;
  z-index: 7;
  margin-top: -28px;
}
.team-dots span {
  cursor: pointer;
}
@media (max-width: 980px) {
  .team-carousel { min-height: 620px; }
  .team-viewport { height: 560px; max-width: 100%; overflow: hidden; }
  .profile-card { width: min(338px, 78vw); }
  .profile-card.is-prev { transform: translateX(calc(-50% - 250px)) scale(.8) rotateY(8deg); opacity: .42; }
  .profile-card.is-next { transform: translateX(calc(-50% + 250px)) scale(.8) rotateY(-8deg); opacity: .42; }
}
@media (max-width: 640px) {
  .team-carousel { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; min-height: 610px; }
  .team-viewport { height: 550px; }
  .profile-card { width: min(310px, 76vw); min-height: 500px; }
  .profile-card.is-prev { transform: translateX(calc(-50% - 210px)) scale(.76); opacity: .28; }
  .profile-card.is-next { transform: translateX(calc(-50% + 210px)) scale(.76); opacity: .28; }
  .profile-card p:not(.profile-role) { min-height: 144px; }
}


/* --- v22 William-style frosted cards redesign --- */
.team-section .section-head { margin-bottom: 22px; }
.team-carousel {
  min-height: 700px;
  align-items: center;
}
.team-viewport {
  max-width: 1080px;
  height: 620px;
  overflow: visible;
}
.team-track {
  perspective: 1400px;
}
.profile-card {
  top: 26px;
  width: min(340px, 76vw);
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(245,250,255,.90), rgba(221,232,245,.78));
  border: 1px solid rgba(173, 214, 255, .20);
  box-shadow:
    0 24px 60px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.55),
    0 0 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  color: #1f2b3b;
  transition:
    transform 680ms cubic-bezier(.2,.82,.2,1),
    opacity 520ms ease,
    filter 520ms ease,
    box-shadow 520ms ease,
    border-color 520ms ease;
}
.profile-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,.36), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,.10), transparent 38%);
  opacity: .7;
  filter: none;
  z-index: 0;
}
.profile-card::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 86px;
  transform: translateX(-50%);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6,11,24,.44), transparent 70%);
  filter: blur(22px);
  z-index: 1;
}
.profile-card.is-active {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
  border-color: rgba(112, 198, 255, .30);
  box-shadow:
    0 42px 120px rgba(0,0,0,.34),
    0 0 50px rgba(104,232,255,.08),
    inset 0 1px 0 rgba(255,255,255,.68);
}
.profile-card.is-prev {
  opacity: .62;
  z-index: 3;
  transform: translateX(calc(-50% - 316px)) translateZ(-60px) scale(.92) rotateY(11deg);
  filter: blur(1.6px) saturate(.85);
}
.profile-card.is-next {
  opacity: .62;
  z-index: 3;
  transform: translateX(calc(-50% + 316px)) translateZ(-60px) scale(.92) rotateY(-11deg);
  filter: blur(1.6px) saturate(.85);
}
.profile-card.is-hidden {
  opacity: 0;
  transform: translateX(-50%) scale(.8);
  filter: blur(4px);
}
.profile-top {
  position: relative;
  height: 128px;
  background:
    radial-gradient(circle at 16% 24%, rgba(255,255,255,.32), transparent 20%),
    linear-gradient(135deg, rgba(110, 231, 255, .96) 0%, rgba(133, 177, 255, .88) 48%, rgba(197, 117, 255, .84) 100%);
  clip-path: ellipse(118% 100% at 50% 0%);
}
.join-card .profile-top {
  background:
    radial-gradient(circle at 16% 24%, rgba(255,255,255,.28), transparent 20%),
    linear-gradient(135deg, rgba(130, 236, 202, .96) 0%, rgba(101, 219, 233, .88) 50%, rgba(135, 169, 255, .82) 100%);
}
.profile-avatar {
  z-index: 2;
  width: 104px;
  height: 104px;
  left: 50%;
  top: 72px;
  transform: translateX(-50%);
  border: 4px solid rgba(255,255,255,.68);
  box-shadow:
    0 14px 34px rgba(0,0,0,.28),
    0 0 0 3px rgba(112,153,255,.44);
  background:
    radial-gradient(circle at 36% 32%, rgba(255,255,255,.26), transparent 18%),
    radial-gradient(circle at 34% 28%, rgba(66,92,134,.34), transparent 18%),
    linear-gradient(145deg, rgba(10,21,44,.96), rgba(5,10,22,.98));
}
.join-card .profile-avatar {
  box-shadow:
    0 14px 34px rgba(0,0,0,.24),
    0 0 0 3px rgba(120,236,202,.34);
}
.profile-avatar span {
  font-size: 1.95rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: #ffffff;
}
.profile-body {
  position: relative;
  z-index: 2;
  padding: 98px 28px 28px;
  text-align: center;
}
.profile-kicker {
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #15a7cf;
  background: transparent;
  border: 0;
  padding: 0;
}
.profile-card h3 {
  margin: 0 0 4px;
  font-size: clamp(1.6rem, 2.3vw, 2rem);
  line-height: 1.02;
  color: #ffffff;
  text-shadow: 0 3px 20px rgba(0,0,0,.18);
}
.profile-role {
  margin: 0 0 22px;
  font-size: .97rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #69dbff;
}
.profile-about-label {
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #1f2b3b;
  text-align: left;
}
.profile-card p:not(.profile-role) {
  min-height: 138px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.62;
  text-align: left;
  color: #32445b;
}
.profile-socials {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 22px;
}
.profile-socials span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(109,230,255,.96), rgba(139,157,255,.9));
  color: #0e1727;
  font-weight: 800;
  font-size: .88rem;
  box-shadow: 0 10px 18px rgba(104,232,255,.14);
}
.profile-socials span:nth-child(3) {
  background: linear-gradient(135deg, rgba(104,232,255,.96), rgba(214,110,255,.9));
}
.profile-tags,
.profile-footer {
  display: none !important;
}
.team-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(6,14,28,.58);
  border: 1px solid rgba(104,232,255,.18);
  backdrop-filter: blur(14px);
  color: #67ddff;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.team-arrow:hover {
  border-color: rgba(104,232,255,.38);
  box-shadow: 0 14px 28px rgba(0,0,0,.24), 0 0 28px rgba(104,232,255,.08);
}
.team-dots {
  margin-top: -8px;
}
.team-dots span {
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}
.team-dots span.active {
  background: linear-gradient(90deg, rgba(104,232,255,.94), rgba(181,120,255,.94));
}
@media (max-width: 1100px) {
  .team-viewport { max-width: 920px; }
  .profile-card { width: min(320px, 76vw); }
  .profile-card.is-prev { transform: translateX(calc(-50% - 260px)) translateZ(-40px) scale(.88) rotateY(10deg); }
  .profile-card.is-next { transform: translateX(calc(-50% + 260px)) translateZ(-40px) scale(.88) rotateY(-10deg); }
}
@media (max-width: 760px) {
  .team-carousel { min-height: 660px; grid-template-columns: 42px minmax(0,1fr) 42px; gap: 8px; }
  .team-viewport { height: 590px; overflow: hidden; }
  .profile-card { width: min(310px, 78vw); min-height: 540px; }
  .profile-card.is-prev { transform: translateX(calc(-50% - 190px)) scale(.82); opacity: .22; filter: blur(2.8px); }
  .profile-card.is-next { transform: translateX(calc(-50% + 190px)) scale(.82); opacity: .22; filter: blur(2.8px); }
  .profile-body { padding: 92px 22px 24px; }
  .profile-card p:not(.profile-role) { min-height: 154px; font-size: .97rem; }
}


/* --- v23 darker team cards + lower frosted gradient area --- */
.profile-card {
  background:
    linear-gradient(180deg, rgba(13,20,36,.90), rgba(8,14,27,.86));
  border: 1px solid rgba(113, 195, 255, .16);
  box-shadow:
    0 24px 60px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.10),
    0 0 0 1px rgba(255,255,255,.03);
  color: #eaf2ff;
}
.profile-card::before {
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,.14), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 40%);
  opacity: .65;
}
.profile-top {
  height: 208px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.26), transparent 18%),
    linear-gradient(135deg, rgba(110, 231, 255, .92) 0%, rgba(133, 177, 255, .86) 48%, rgba(197, 117, 255, .80) 100%);
  clip-path: ellipse(124% 100% at 50% 0%);
}
.join-card .profile-top {
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.24), transparent 18%),
    linear-gradient(135deg, rgba(130, 236, 202, .92) 0%, rgba(101, 219, 233, .84) 50%, rgba(135, 169, 255, .78) 100%);
}
.profile-avatar {
  top: 118px;
}
.profile-body {
  padding: 122px 28px 30px;
}
.profile-kicker {
  color: #72dcff;
}
.profile-card h3 {
  color: #f6fbff;
  text-shadow: 0 6px 24px rgba(0,0,0,.26);
}
.profile-role {
  color: #59d8ff;
}
.profile-about-label {
  color: #f3f7fd;
}
.profile-card p:not(.profile-role) {
  color: #c8d7ea;
}
.profile-socials span {
  box-shadow: 0 10px 18px rgba(104,232,255,.16), 0 0 20px rgba(104,232,255,.06);
}
.profile-card.is-active {
  border-color: rgba(112, 198, 255, .26);
  box-shadow:
    0 42px 120px rgba(0,0,0,.42),
    0 0 50px rgba(104,232,255,.10),
    inset 0 1px 0 rgba(255,255,255,.12);
}
.profile-card.is-prev,
.profile-card.is-next {
  opacity: .58;
}
@media (max-width: 760px) {
  .profile-top {
    height: 192px;
  }
  .profile-avatar {
    top: 110px;
  }
  .profile-body {
    padding: 114px 22px 24px;
  }
}

/* --- v3 refinements: smaller team cards, staff images, cleaner approach visual, contact honeypot --- */
.ip-hp { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; pointer-events:none !important; }

.visual-panel-clean { padding: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; overflow: visible !important; }
.visual-panel-clean img { border-radius: 0 !important; filter: drop-shadow(0 28px 70px rgba(0,0,0,.28)) drop-shadow(0 0 34px rgba(104,232,255,.08)); }
.visual-section .container { max-width: 1360px; }

.team-section .section-head { margin-bottom: 10px !important; }
.team-carousel { min-height: 560px !important; grid-template-columns: 46px minmax(0, 1fr) 46px !important; }
.team-viewport { max-width: 930px !important; height: 500px !important; }
.profile-card { top: 16px !important; width: min(290px, 74vw) !important; min-height: 450px !important; border-radius: 24px !important; }
.profile-card.is-prev { transform: translateX(calc(-50% - 270px)) translateZ(-48px) scale(.88) rotateY(10deg) !important; }
.profile-card.is-next { transform: translateX(calc(-50% + 270px)) translateZ(-48px) scale(.88) rotateY(-10deg) !important; }
.profile-top { height: 96px !important; }
.profile-avatar { top: 58px !important; width: 88px !important; height: 88px !important; padding: 0 !important; overflow: hidden !important; background: #071225 !important; }
.profile-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 50%; }
.profile-avatar img + span { display: none !important; }
.profile-body { padding: 88px 22px 24px !important; }
.profile-kicker { font-size: 11px !important; letter-spacing: .14em !important; margin-bottom: 8px !important; }
.profile-card h3 { font-size: 23px !important; line-height: 1.05 !important; margin-bottom: 6px !important; }
.profile-role { font-size: 14px !important; margin-bottom: 16px !important; }
.profile-about-label { font-size: 11px !important; margin-bottom: 8px !important; }
.profile-card p:not(.profile-role) { min-height: 118px !important; font-size: 15px !important; line-height: 1.62 !important; }
.profile-socials { margin-top: 14px !important; }
.profile-socials span { width: 34px !important; height: 34px !important; font-size: 13px !important; }
.team-dots { margin-top: -42px !important; }

@media (max-width: 980px) {
  .team-carousel { min-height: 545px !important; }
  .team-viewport { height: 490px !important; max-width: 100% !important; overflow: hidden !important; }
  .profile-card { width: min(282px, 76vw) !important; min-height: 440px !important; }
  .profile-card.is-prev { transform: translateX(calc(-50% - 220px)) scale(.82) !important; }
  .profile-card.is-next { transform: translateX(calc(-50% + 220px)) scale(.82) !important; }
}
@media (max-width: 640px) {
  .team-carousel { min-height: 520px !important; grid-template-columns: 38px minmax(0, 1fr) 38px !important; }
  .team-viewport { height: 470px !important; }
  .profile-card { width: min(270px, 78vw) !important; min-height: 426px !important; }
  .profile-card p:not(.profile-role) { min-height: 126px !important; font-size: 14px !important; }
  .team-dots { margin-top: -50px !important; }
}


/* --- v4 native approach flow: no image canvas, no clipping --- */
.approach-flow-native {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  align-items: start;
  padding: clamp(24px, 4vw, 42px) 12px clamp(30px, 4vw, 52px);
  overflow: visible;
  isolation: isolate;
}
.approach-flow-native::before {
  content: '';
  position: absolute;
  inset: 18% 0 8%;
  border-radius: 32px;
  background: radial-gradient(circle at 10% 35%, rgba(104,232,255,.08), transparent 34%), radial-gradient(circle at 86% 60%, rgba(255,79,216,.08), transparent 34%);
  opacity: .65;
  pointer-events: none;
  z-index: -2;
}
.approach-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 112px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #68e8ff, #787eff, #ff4fd8);
  box-shadow: 0 0 26px rgba(104,232,255,.34), 0 0 34px rgba(255,79,216,.18);
  z-index: 0;
}
.approach-line::before,
.approach-line::after {
  content: '';
  position: absolute;
  inset: -2px 0;
  border-radius: inherit;
  background: inherit;
  filter: blur(10px);
  opacity: .28;
}
.approach-step {
  position: relative;
  z-index: 1;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0 10px;
}
.approach-step::before {
  content: '';
  position: absolute;
  top: 10px;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 26%, rgba(104,232,255,.20), rgba(10,20,40,.94) 58%, rgba(4,8,20,.96));
  border: 2px solid rgba(104,232,255,.55);
  box-shadow: inset 0 0 0 12px rgba(104,232,255,.04), 0 0 28px rgba(104,232,255,.14);
}
.approach-step:nth-child(n+5)::before {
  background: radial-gradient(circle at 36% 26%, rgba(139,92,246,.22), rgba(12,17,38,.94) 58%, rgba(4,8,20,.96));
  border-color: rgba(178,103,255,.62);
  box-shadow: inset 0 0 0 12px rgba(178,103,255,.04), 0 0 28px rgba(178,103,255,.14);
}
.approach-step:last-child::before {
  border-color: rgba(255,79,216,.68);
  box-shadow: inset 0 0 0 12px rgba(255,79,216,.04), 0 0 30px rgba(255,79,216,.16);
}
.approach-icon {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8eeeff;
  font-size: 22px;
  line-height: 1;
  opacity: .92;
}
.approach-step strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .95;
  text-shadow: 0 0 22px rgba(255,255,255,.14);
}
.approach-step h3 {
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
  color: #f5fbff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
}
.approach-step p {
  position: relative;
  z-index: 2;
  margin: 14px auto 0;
  max-width: 150px;
  color: #9fb2c3;
  font-size: 12px;
  line-height: 1.35;
}
@media (max-width: 1100px) {
  .approach-flow-native { grid-template-columns: repeat(3, 1fr); row-gap: 34px; padding-top: 18px; }
  .approach-line { display: none; }
}
@media (max-width: 640px) {
  .approach-flow-native { grid-template-columns: 1fr; gap: 18px; }
  .approach-step { min-height: 172px; }
  .approach-step::before { width: 132px; height: 132px; }
  .approach-icon { margin-top: 26px; }
  .approach-step strong { font-size: 38px; }
  .approach-step p { max-width: 220px; }
}


/* IdentityPath v5 contact form hardening */
.consent-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 12px;
  color: rgba(234, 243, 248, 0.74);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
}
.consent-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: #69e7ff;
}
.contact-form .form-status {
  min-height: 24px;
  color: #69ffc9;
  font-weight: 700;
}
.ip-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Fluent Forms inside IdentityPath contact cards */
.ip-fluent-form { margin-top: 26px; }
.ip-fluent-form .fluentform { color: #eaf3f8; }
.ip-fluent-form .ff-el-group { margin-bottom: 20px; }
.ip-fluent-form .ff-el-input--label label,
.ip-fluent-form .ff-el-group label { color: #eaf3f8; font-weight: 700; font-size: 16px; }
.ip-fluent-form input[type="text"],
.ip-fluent-form input[type="email"],
.ip-fluent-form select,
.ip-fluent-form textarea,
.ip-fluent-form .ff-el-form-control {
  width: 100%;
  background: #111827;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid #344155;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: #eaf3f8;
  padding: 15px 18px;
  box-shadow: none;
  outline: none;
  font-size: 16px;
}
.ip-fluent-form input::placeholder,
.ip-fluent-form textarea::placeholder { color: #8a98a8; color: rgba(234, 243, 248, 0.50); }
.ip-fluent-form input:focus,
.ip-fluent-form select:focus,
.ip-fluent-form textarea:focus,
.ip-fluent-form .ff-el-form-control:focus {
  border-color: #67d7ff;
  border-color: rgba(103, 215, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(103, 215, 255, 0.12);
  background: #162033;
  background: rgba(255, 255, 255, 0.06);
}
.ip-fluent-form select option { background: #111827; color: #eaf3f8; }
.ip-fluent-form textarea { min-height: 150px; resize: vertical; }
.ip-fluent-form input[type="checkbox"] { accent-color: #67d7ff; }
.ip-fluent-form .ff-el-form-check-label { color: #c9d7e6; font-weight: 500; }
.ip-fluent-form .ff-btn-submit,
.ip-fluent-form button[type="submit"],
.ip-fluent-form input[type="submit"] {
  width: 100%;
  background: #67d7ff;
  background: linear-gradient(135deg, #67d7ff 0%, #8b6cff 100%);
  color: #06131f;
  border: none;
  border-radius: 999px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(103, 215, 255, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.ip-fluent-form .ff-btn-submit:hover,
.ip-fluent-form button[type="submit"]:hover,
.ip-fluent-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(139, 108, 255, 0.32);
  opacity: 0.98;
}
.ip-fluent-form .ff-message-success {
  background: #102a2e;
  background: rgba(40, 214, 197, 0.10);
  border: 1px solid #28d6c5;
  border-color: rgba(40, 214, 197, 0.25);
  color: #eaf3f8;
  border-radius: 16px;
  padding: 16px;
}
.ip-fluent-form .error,
.ip-fluent-form .text-danger,
.ip-fluent-form .ff-el-is-error .error-text { color: #ff7a9a; }


/* IdentityPath v7 tweaks: header wordmark gradient + vendor-neutral identity domain cards */
.domain-grid {
  grid-template-columns: repeat(5, 1fr);
}
.domain-card {
  min-height: 124px;
  text-align: center;
}
.domain-card .info-card-content {
  align-items: center;
  text-align: center;
  padding: 24px 18px;
}
.domain-card strong {
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.08;
}
.footer-brand span {
  color: #4a9fbd;
  text-shadow: 0 0 10px rgba(74, 159, 189, .08);
}
@media (max-width: 1180px) {
  .domain-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .domain-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .domain-grid { grid-template-columns: 1fr; }
}


/* IdentityPath v8 tweaks: colored page headings + featured AM card */
.accent-title {
  display: block;
  width: 100%;
  background: linear-gradient(96deg, #f7fcff 0%, #dff7ff 12%, rgba(123, 234, 255, .98) 42%, rgba(98, 196, 255, .96) 72%, rgba(126, 167, 255, .92) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-wrap: balance;
}
.page-hero .kicker {
  display: block;
  width: fit-content;
  margin-bottom: 14px;
}
.domain-feature {
  margin-bottom: 18px;
}
.domain-card-featured {
  width: 100%;
  min-height: 190px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 24%, rgba(104,232,255,.16), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(139,92,246,.10), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.04));
  border-color: rgba(104,232,255,.22);
}
.domain-card-featured .info-card-content {
  min-height: 190px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 28px;
}
.domain-card-featured strong {
  font-size: clamp(38px, 6vw, 72px);
  line-height: .95;
  letter-spacing: -.045em;
}
.domain-card-featured small {
  font-size: 17px;
  letter-spacing: .02em;
}
.domain-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1180px) {
  .domain-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .domain-grid { grid-template-columns: repeat(2, 1fr); }
  .domain-card-featured { min-height: 168px; }
  .domain-card-featured .info-card-content { min-height: 168px; }
}
@media (max-width: 720px) {
  .domain-grid { grid-template-columns: 1fr; }
  .domain-card-featured strong { font-size: clamp(34px, 13vw, 54px); }
  .domain-card-featured small { font-size: 16px; }
}

/* =========================================================
   IdentityPath v11 — no cursor glow and no moving word strip
   ========================================================= */

/* Keep the dark background and subtle grid, but remove all large aurora/glow
   layers that can appear behind the pointer or page content. */
body {
  background: linear-gradient(140deg, #02050d 0%, #050916 48%, #08091a 74%, #02050d 100%);
  background-size: auto;
  animation: none;
}
body::before,
body[data-page="home"]::before {
  content: none !important;
  display: none !important;
  background: none !important;
  filter: none !important;
  animation: none !important;
  opacity: 0 !important;
}

/* Remove blurred beams and decorative brand marks behind hero sections. */
.hero::before,
.page-hero::before,
.hero-home::before,
body[data-page="home"] .hero-copy::before,
body[data-page="home"] .hero-copy::after,
.hero-brand-art,
.hero-sigil,
.hero-brand-art::before {
  content: none !important;
  display: none !important;
  background: none !important;
  filter: none !important;
  animation: none !important;
  opacity: 0 !important;
}

/* The moving keyword strip is removed from both templates. This rule also
   hides any old cached markup until the page cache is purged. */
.marquee,
.marquee-track {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  animation: none !important;
}

/* Remove every radial cursor/hover light from cards and panels. */
.card::before,
.panel::before,
.info-card::before,
.timeline-item::before {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  filter: none !important;
  opacity: 0 !important;
  animation: none !important;
}

/* Retain a clean hover: small lift, border feedback and neutral shadow only. */
.card,
.info-card {
  transform-style: flat;
}
.card:hover,
.info-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(104,232,255,.24);
  box-shadow: 0 22px 52px rgba(0,0,0,.27) !important;
}

/* Keep the thin bottom accent on information cards, but never a light circle. */
.info-card:hover::after {
  transform: scaleX(1);
}

/* Remove the additional blurred orb in the access-map mockup. */
.orbit-mock::after {
  content: none !important;
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* =========================================================
   IdentityPath v12 — restore motion on access-map connectors
   ========================================================= */
.security-map-mock .hero-connector {
  will-change: stroke-dashoffset;
}
.security-map-mock .hero-connector.connector-cyan {
  animation: ipConnectorFlowCyan 2.8s linear infinite !important;
}
.security-map-mock .hero-connector.connector-pink {
  animation: ipConnectorFlowPink 3.4s linear infinite !important;
}
@keyframes ipConnectorFlowCyan {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -68; }
}
@keyframes ipConnectorFlowPink {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: 68; }
}


/* =========================================================
   IdentityPath v17 — Light / Dark appearance switch
   Default appearance is LIGHT. Dark preserves the v16 look.
   ========================================================= */
html { color-scheme: light; }
html[data-theme="dark"] { color-scheme: dark; }

.theme-switch {
  flex: 0 0 auto;
  width: 42px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.theme-switch:hover {
  transform: translateY(-2px);
  border-color: rgba(104,232,255,.42);
  box-shadow: 0 8px 24px rgba(32,68,105,.12);
}
.theme-icon { display: none; font-size: 19px; line-height: 1; }
html[data-theme="light"] .theme-icon-moon { display: inline; }
html[data-theme="dark"] .theme-icon-sun { display: inline; }

html[data-theme="light"] {
  --bg: #f5f8fc;
  --bg-soft: #edf3f9;
  --bg-soft-2: #e4edf6;
  --panel: rgba(255, 255, 255, .76);
  --panel-strong: rgba(255, 255, 255, .94);
  --panel-glass: linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,250,253,.82));
  --border: rgba(28, 55, 84, .13);
  --border-strong: rgba(25, 145, 188, .34);
  --text: #10243a;
  --muted: #53677d;
  --muted-2: #718398;
  --cyan: #22a9d6;
  --cyan-2: #168bc1;
  --violet: #7357e7;
  --pink: #d943b6;
  --green: #1faa72;
  --warning: #b77a00;
  --shadow: 0 28px 72px rgba(47, 74, 104, .16);
  --shadow-soft: 0 14px 34px rgba(47, 74, 104, .10);
}

html[data-theme="light"] body {
  color: var(--text);
  background:
    radial-gradient(circle at 17% 8%, rgba(34,169,214,.12), transparent 28rem),
    radial-gradient(circle at 82% 10%, rgba(115,87,231,.10), transparent 32rem),
    linear-gradient(140deg, #fbfdff 0%, #f4f8fc 45%, #eef4fa 72%, #f8fbfe 100%) !important;
  background-size: auto !important;
  animation: none !important;
}
html[data-theme="light"] body::before { display: none !important; content: none !important; }
html[data-theme="light"] body::after,
html[data-theme="light"] body[data-page="home"]::after {
  display: block !important;
  content: '' !important;
  background-image:
    linear-gradient(rgba(26,72,110,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,72,110,.035) 1px, transparent 1px) !important;
  background-size: 88px 88px !important;
  opacity: .62 !important;
}

html[data-theme="light"] .nav-wrap,
html[data-theme="light"] body[data-page="home"] .nav-wrap {
  background: linear-gradient(180deg, rgba(252,254,255,.94), rgba(246,250,253,.86)) !important;
  border-bottom-color: rgba(29,57,86,.10);
  box-shadow: 0 8px 28px rgba(43,72,103,.05);
}
html[data-theme="light"] .logo-mark-wrap {
  background: rgba(34,169,214,.07);
  border-color: rgba(34,169,214,.16);
  box-shadow: none;
}
html[data-theme="light"] .logo-word { color: #347f9c; text-shadow: none; }
html[data-theme="light"] .nav-links {
  background: rgba(255,255,255,.72);
  border-color: rgba(31,58,87,.10);
  box-shadow: 0 8px 22px rgba(42,70,100,.06);
}
html[data-theme="light"] .nav-links a:hover,
html[data-theme="light"] .nav-links a.active {
  color: #10243a;
  background: rgba(21,63,100,.07);
}
html[data-theme="light"] .btn-secondary,
html[data-theme="light"] .menu-btn,
html[data-theme="light"] .lang-switch,
html[data-theme="light"] .theme-switch {
  color: var(--text);
  background: rgba(255,255,255,.76);
  border-color: rgba(31,58,87,.13);
}
html[data-theme="light"] .lang-switch:hover,
html[data-theme="light"] .theme-switch:hover {
  background: rgba(34,169,214,.08);
  border-color: rgba(34,169,214,.26);
}
html[data-theme="light"] .lang-switch strong,
html[data-theme="light"] .nav-cta,
html[data-theme="light"] .btn-primary { color: #071b2d; }

html[data-theme="light"] .eyebrow {
  color: #215a71;
  background: rgba(34,169,214,.07);
  border-color: rgba(34,169,214,.22);
  box-shadow: none;
}
html[data-theme="light"] .gradient-text {
  background: linear-gradient(100deg, #17334c 4%, #168ebd 34%, #7357e7 69%, #d943b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html[data-theme="light"] .lead,
html[data-theme="light"] body[data-page="home"] .lead,
html[data-theme="light"] .prep-card span,
html[data-theme="light"] .browser-address,
html[data-theme="light"] .browser-bar-mock .browser-address { color: var(--muted) !important; }

html[data-theme="light"] .card,
html[data-theme="light"] .panel,
html[data-theme="light"] .timeline-item,
html[data-theme="light"] .info-card,
html[data-theme="light"] .floating-card,
html[data-theme="light"] .metric,
html[data-theme="light"] .mini-stats > div,
html[data-theme="light"] .glass,
html[data-theme="light"] .admin-note,
html[data-theme="light"] .cta-panel {
  color: var(--text);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(247,250,253,.82)) !important;
  border-color: rgba(31,58,87,.12) !important;
  box-shadow: var(--shadow-soft) !important;
}
html[data-theme="light"] .card:hover,
html[data-theme="light"] .info-card:hover {
  border-color: rgba(34,169,214,.32) !important;
  box-shadow: 0 20px 48px rgba(47,74,104,.14) !important;
}
html[data-theme="light"] .terminal-chip,
html[data-theme="light"] .article-meta span,
html[data-theme="light"] .tag,
html[data-theme="light"] .filter-btn,
html[data-theme="light"] .pill,
html[data-theme="light"] code {
  color: var(--text);
  background: rgba(29,70,108,.055);
  border-color: rgba(29,70,108,.11);
}

html[data-theme="light"] .orbit-mock,
html[data-theme="light"] .visual-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(236,244,250,.84)) !important;
  border-color: rgba(31,58,87,.13) !important;
  box-shadow: 0 30px 76px rgba(47,74,104,.16) !important;
}
html[data-theme="light"] .security-map-mock {
  background:
    radial-gradient(circle at 48% 45%, rgba(34,169,214,.12), transparent 22%),
    linear-gradient(180deg, rgba(238,247,252,.98), rgba(225,238,247,.94)) !important;
  box-shadow: inset 0 0 0 1px rgba(34,169,214,.12), inset 0 0 70px rgba(76,142,177,.08) !important;
}
html[data-theme="light"] .security-map-mock .node {
  color: #15324b;
  backdrop-filter: blur(8px);
}
html[data-theme="light"] .security-map-mock .node-iga,
html[data-theme="light"] .security-map-mock .node-iam,
html[data-theme="light"] .security-map-mock .node-mfa {
  background: linear-gradient(180deg, rgba(206,241,251,.96), rgba(232,248,252,.94)) !important;
  border-color: rgba(34,169,214,.35) !important;
  box-shadow: 0 10px 24px rgba(40,113,145,.10), inset 0 0 24px rgba(34,169,214,.05) !important;
}
html[data-theme="light"] .security-map-mock .node-pam,
html[data-theme="light"] .security-map-mock .node-audit {
  background: linear-gradient(180deg, rgba(231,224,255,.96), rgba(244,240,255,.94)) !important;
  border-color: rgba(115,87,231,.30) !important;
  box-shadow: 0 10px 24px rgba(95,73,168,.10), inset 0 0 24px rgba(115,87,231,.05) !important;
}
html[data-theme="light"] .terminal-card,
html[data-theme="light"] .terminal-card-mock {
  color: #16314a;
  background: linear-gradient(180deg, rgba(239,247,251,.98), rgba(226,239,247,.96)) !important;
  border-color: rgba(34,169,214,.14) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55) !important;
}
html[data-theme="light"] .terminal-card-mock .terminal-line { color: #087b58; }
html[data-theme="light"] .terminal-progress { color: #657b91; }
html[data-theme="light"] .prep-card {
  color: var(--text);
  background: linear-gradient(180deg, rgba(248,246,255,.98), rgba(239,236,252,.94)) !important;
  border-color: rgba(115,87,231,.16) !important;
  box-shadow: 0 16px 36px rgba(76,68,130,.09) !important;
}

html[data-theme="light"] .contact-form span { color: #24415c; }
html[data-theme="light"] .contact-form input,
html[data-theme="light"] .contact-form textarea,
html[data-theme="light"] .contact-form select {
  color: #10243a;
  background: rgba(255,255,255,.92);
  border-color: rgba(31,58,87,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
html[data-theme="light"] .contact-form input::placeholder,
html[data-theme="light"] .contact-form textarea::placeholder { color: #8494a5; }
html[data-theme="light"] .contact-form select { color-scheme: light; }
html[data-theme="light"] .contact-form select option { color: #10243a; background: #fff; }
html[data-theme="light"] .contact-form input:focus,
html[data-theme="light"] .contact-form textarea:focus,
html[data-theme="light"] .contact-form select:focus {
  border-color: rgba(34,169,214,.42);
  box-shadow: 0 0 0 4px rgba(34,169,214,.08);
}

html[data-theme="light"] .footer {
  background: rgba(232,240,247,.68) !important;
  border-top-color: rgba(31,58,87,.10);
}
html[data-theme="light"] .footer-bottom { border-top-color: rgba(31,58,87,.09); }

html[data-theme="light"] .profile-card,
html[data-theme="light"] .profile-body {
  color: var(--text);
}
html[data-theme="light"] .profile-card {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(242,247,251,.92)) !important;
  border-color: rgba(31,58,87,.12) !important;
  box-shadow: 0 24px 60px rgba(47,74,104,.14) !important;
}
html[data-theme="light"] .profile-avatar { background: #eaf3f8 !important; }
html[data-theme="light"] .profile-avatar span {
  color: #17324b;
  background: radial-gradient(circle at 36% 24%, rgba(255,255,255,.8), transparent 30%), linear-gradient(180deg, #eaf3f8, #dbe9f3) !important;
}
html[data-theme="light"] .team-arrow {
  color: #23425e;
  background: rgba(255,255,255,.84) !important;
  border-color: rgba(34,169,214,.20) !important;
  box-shadow: 0 10px 30px rgba(47,74,104,.10);
}

html[data-theme="light"] .approach-step::before {
  background: radial-gradient(circle at 36% 26%, rgba(255,255,255,.96), rgba(214,241,249,.96) 58%, rgba(230,243,249,.98)) !important;
  border-color: rgba(34,169,214,.48);
  box-shadow: inset 0 0 0 12px rgba(34,169,214,.035), 0 12px 28px rgba(47,109,138,.10);
}
html[data-theme="light"] .approach-step:nth-child(n+5)::before {
  background: radial-gradient(circle at 36% 26%, rgba(255,255,255,.96), rgba(234,228,255,.98) 58%, rgba(242,238,255,.98)) !important;
  border-color: rgba(115,87,231,.44);
  box-shadow: inset 0 0 0 12px rgba(115,87,231,.035), 0 12px 28px rgba(88,70,155,.10);
}
html[data-theme="light"] .approach-icon { color: #188fbd; }

html[data-theme="light"] .card-focus-overlay { background: rgba(33,49,68,.28); }
html[data-theme="light"] .card-focus {
  color: var(--text);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,247,251,.98));
  border-color: rgba(31,58,87,.15);
  box-shadow: 0 32px 90px rgba(30,52,74,.22);
}
html[data-theme="light"] .card-focus-close { color: var(--text); background: rgba(30,58,84,.06); border-color: rgba(30,58,84,.12); }

@media (max-width: 980px) {
  .theme-switch { margin-left: auto; }
  .lang-switch { margin-left: 0; }
}
@media (max-width: 720px) {
  .theme-switch { order: 2; }
  .lang-switch { order: 3; }
  .menu-btn { order: 4; }
}

html[data-theme="light"] .bg-canvas { opacity: .32; }
html[data-theme="light"] body[data-page="home"] .bg-canvas { opacity: .16; mix-blend-mode: multiply; }


/* =========================================================
   IdentityPath v18 — Light theme contrast & readability audit
   - slightly darker light canvas
   - readable accent headings on every page
   - complete light-mode coverage for cards, overlays, articles,
     team carousel, approach flow and Fluent Forms
   ========================================================= */
html[data-theme="light"] {
  --bg: #edf3f8;
  --bg-soft: #e7eef5;
  --bg-soft-2: #dfe8f1;
  --panel: rgba(247, 250, 253, .88);
  --panel-strong: rgba(250, 252, 254, .96);
  --panel-glass: linear-gradient(180deg, rgba(249,252,254,.96), rgba(239,245,250,.92));
  --border: rgba(26, 54, 82, .16);
  --border-strong: rgba(20, 133, 177, .38);
  --text: #10263b;
  --muted: #465d73;
  --muted-2: #61758a;
  --shadow: 0 28px 72px rgba(45, 67, 91, .17);
  --shadow-soft: 0 14px 34px rgba(45, 67, 91, .11);
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at 17% 8%, rgba(34,169,214,.10), transparent 28rem),
    radial-gradient(circle at 82% 10%, rgba(115,87,231,.075), transparent 32rem),
    linear-gradient(140deg, #f3f7fa 0%, #edf3f8 45%, #e8eff5 72%, #f0f5f9 100%) !important;
}
html[data-theme="light"] body::after,
html[data-theme="light"] body[data-page="home"]::after {
  background-image:
    linear-gradient(rgba(25,62,92,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25,62,92,.045) 1px, transparent 1px) !important;
  opacity: .64 !important;
}

/* Primary text hierarchy: keep all normal copy readable. */
html[data-theme="light"] h1:not(.accent-title),
html[data-theme="light"] h2:not(.accent-title),
html[data-theme="light"] h3,
html[data-theme="light"] .card h2,
html[data-theme="light"] .card h3,
html[data-theme="light"] .panel h2,
html[data-theme="light"] .panel h3,
html[data-theme="light"] .metric strong,
html[data-theme="light"] .mini-stats strong,
html[data-theme="light"] .info-card strong,
html[data-theme="light"] .cta-panel h2 {
  color: var(--text);
}
html[data-theme="light"] .section-head p,
html[data-theme="light"] .interactive-head p,
html[data-theme="light"] .section-intro,
html[data-theme="light"] .panel p,
html[data-theme="light"] .timeline-item p,
html[data-theme="light"] .feature-grid p,
html[data-theme="light"] .service-card p,
html[data-theme="light"] .article-card p,
html[data-theme="light"] .footer p,
html[data-theme="light"] .info-card small,
html[data-theme="light"] .metric span,
html[data-theme="light"] .mini-stats span,
html[data-theme="light"] .floating-card span {
  color: var(--muted) !important;
}

/* Page titles previously started almost white and disappeared on light canvas. */
html[data-theme="light"] .accent-title {
  background: linear-gradient(96deg, #10263b 0%, #173f5a 24%, #167fa8 52%, #5b54c9 78%, #a83b94 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  text-shadow: none !important;
}
html[data-theme="light"] .gradient-text {
  background: linear-gradient(100deg, #10263b 4%, #176f95 34%, #6651cb 69%, #b43b9c 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
html[data-theme="light"] .kicker,
html[data-theme="light"] .page-hero .kicker {
  color: #0c789c;
}
html[data-theme="light"] .eyebrow {
  color: #164c64;
}

/* Cards/panels are deliberately a shade darker than v17 for less glare. */
html[data-theme="light"] .card,
html[data-theme="light"] .panel,
html[data-theme="light"] .timeline-item,
html[data-theme="light"] .info-card,
html[data-theme="light"] .floating-card,
html[data-theme="light"] .metric,
html[data-theme="light"] .mini-stats > div,
html[data-theme="light"] .glass,
html[data-theme="light"] .admin-note,
html[data-theme="light"] .cta-panel {
  background: linear-gradient(180deg, rgba(248,251,253,.96), rgba(237,244,249,.93)) !important;
  border-color: rgba(27,57,85,.15) !important;
}
html[data-theme="light"] .domain-card-featured {
  background:
    radial-gradient(circle at 18% 24%, rgba(34,169,214,.11), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(115,87,231,.075), transparent 32%),
    linear-gradient(180deg, rgba(247,251,253,.98), rgba(234,242,248,.95)) !important;
  border-color: rgba(28,131,171,.24) !important;
}

/* Domain card focus/modal: fixes pale description in AM/IGA/PAM/... popup. */
html[data-theme="light"] .card-focus {
  color: var(--text) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(34,169,214,.10), transparent 34%),
    radial-gradient(circle at 86% 0%, rgba(115,87,231,.08), transparent 34%),
    linear-gradient(180deg, #f3f7fa 0%, #eaf1f6 100%) !important;
  border-color: rgba(23,128,168,.28) !important;
  box-shadow: 0 32px 90px rgba(30,52,74,.24) !important;
}
html[data-theme="light"] .card-focus h2 { color: #10263b !important; }
html[data-theme="light"] .card-focus p { color: #405970 !important; }
html[data-theme="light"] .focus-kicker {
  color: #0b789c;
  background: rgba(34,169,214,.08);
  border-color: rgba(23,128,168,.22);
}
html[data-theme="light"] .focus-line {
  background: linear-gradient(90deg, #1691bd, rgba(22,145,189,.05));
}
html[data-theme="light"] .card-focus-close {
  color: #173047;
  background: rgba(224,233,241,.88);
  border-color: rgba(30,58,84,.16);
}

/* Home visual: terminal / access-map labels. */
html[data-theme="light"] .orbit-mock,
html[data-theme="light"] .visual-panel {
  background: linear-gradient(180deg, rgba(246,250,253,.96), rgba(230,240,247,.93)) !important;
}
html[data-theme="light"] .security-map-mock {
  background:
    radial-gradient(circle at 48% 45%, rgba(34,169,214,.11), transparent 22%),
    linear-gradient(180deg, #eaf3f8 0%, #dfeaf2 100%) !important;
}
html[data-theme="light"] .security-map-mock .node,
html[data-theme="light"] .security-map-mock .node strong { color: #173249 !important; }
html[data-theme="light"] .security-map-mock .node small { color: #5c7186 !important; }
html[data-theme="light"] .terminal-card,
html[data-theme="light"] .terminal-card-mock {
  color: #16314a !important;
  background: linear-gradient(180deg, #e7f0f6, #dce8f0) !important;
}
html[data-theme="light"] .terminal-row { color: #294861 !important; }
html[data-theme="light"] .terminal-line,
html[data-theme="light"] .terminal-card-mock .terminal-line { color: #087654 !important; }
html[data-theme="light"] .terminal-progress { color: #5c7186 !important; }
html[data-theme="light"] .prep-card {
  background: linear-gradient(180deg, #f0eef8, #e8e5f3) !important;
}
html[data-theme="light"] .prep-card strong { color: #172d43 !important; }
html[data-theme="light"] .prep-card span { color: #4d6379 !important; }

/* Lists, pills and article copy. */
html[data-theme="light"] .check-list li,
html[data-theme="light"] .consent-row { color: #405970 !important; }
html[data-theme="light"] .tag,
html[data-theme="light"] .article-meta span,
html[data-theme="light"] .filter-btn,
html[data-theme="light"] .terminal-chip,
html[data-theme="light"] .admin-note code {
  color: #173047 !important;
  background: rgba(26,70,105,.07) !important;
  border-color: rgba(26,70,105,.14) !important;
}
html[data-theme="light"] .filter-btn.active,
html[data-theme="light"] .filter-btn:hover {
  color: #10263b !important;
  background: rgba(34,169,214,.12) !important;
  border-color: rgba(23,128,168,.28) !important;
}
html[data-theme="light"] .article-body p,
html[data-theme="light"] .article-content p { color: #405970 !important; }
html[data-theme="light"] .article-body p:first-child,
html[data-theme="light"] .article-content p:first-child { color: #203d55 !important; }
html[data-theme="light"] .article-cta { border-top-color: rgba(27,57,85,.14); }
html[data-theme="light"] .back-link,
html[data-theme="light"] .text-link { color: #087fa8; }
html[data-theme="light"] .pagination-wrap,
html[data-theme="light"] .pagination-wrap a,
html[data-theme="light"] .pagination-wrap span { color: #294861; }

/* About/team carousel: several v23 rules were explicitly white for dark cards. */
html[data-theme="light"] .profile-card {
  color: #173047 !important;
  background:
    radial-gradient(circle at 50% -12%, rgba(34,169,214,.11), transparent 40%),
    linear-gradient(180deg, #f4f8fb 0%, #e7eff5 100%) !important;
  border-color: rgba(27,88,120,.18) !important;
  box-shadow: 0 24px 60px rgba(45,67,91,.16), inset 0 1px 0 rgba(255,255,255,.72) !important;
}
html[data-theme="light"] .profile-card::before {
  background: radial-gradient(circle at 16% 8%, rgba(255,255,255,.45), transparent 22%), linear-gradient(180deg, rgba(255,255,255,.16), transparent 40%) !important;
}
html[data-theme="light"] .profile-card::after { opacity: .16; }
html[data-theme="light"] .profile-card h3 { color: #10263b !important; text-shadow: none !important; }
html[data-theme="light"] .profile-role { color: #087fa8 !important; opacity: 1 !important; }
html[data-theme="light"] .profile-kicker { color: #087fa8 !important; }
html[data-theme="light"] .profile-about-label { color: #294861 !important; }
html[data-theme="light"] .profile-card p:not(.profile-role) { color: #4a6076 !important; }
html[data-theme="light"] .profile-socials span { color: #0d2134 !important; }
html[data-theme="light"] .team-dots span { background: rgba(29,61,90,.18) !important; }
html[data-theme="light"] .team-dots span.active {
  background: linear-gradient(90deg, #1795c0, #6956d0) !important;
}

/* Our approach: numbers, labels and descriptions were white on pale circles. */
html[data-theme="light"] .approach-flow-native::before {
  background: radial-gradient(circle at 10% 35%, rgba(34,169,214,.07), transparent 34%), radial-gradient(circle at 86% 60%, rgba(115,87,231,.06), transparent 34%);
}
html[data-theme="light"] .approach-step strong {
  color: #173047 !important;
  text-shadow: none !important;
}
html[data-theme="light"] .approach-step h3 { color: #173047 !important; }
html[data-theme="light"] .approach-step p { color: #536a80 !important; }
html[data-theme="light"] .approach-icon { color: #087fa8 !important; }

/* Contact page + Fluent Forms: complete light-mode form treatment. */
html[data-theme="light"] .ip-fluent-form,
html[data-theme="light"] .ip-fluent-form .fluentform,
html[data-theme="light"] .ip-fluent-form .ff-el-group { color: #173047 !important; }
html[data-theme="light"] .ip-fluent-form .ff-el-input--label label,
html[data-theme="light"] .ip-fluent-form .ff-el-group label,
html[data-theme="light"] .ip-fluent-form .ff-el-form-check-label,
html[data-theme="light"] .ip-fluent-form .ff_t_c,
html[data-theme="light"] .ip-fluent-form .ff-el-help-message,
html[data-theme="light"] .ip-fluent-form .text-muted {
  color: #405970 !important;
}
html[data-theme="light"] .ip-fluent-form .ff-el-input--label label,
html[data-theme="light"] .ip-fluent-form .ff-el-group label { color: #203d55 !important; }
html[data-theme="light"] .ip-fluent-form input[type="text"],
html[data-theme="light"] .ip-fluent-form input[type="email"],
html[data-theme="light"] .ip-fluent-form input[type="tel"],
html[data-theme="light"] .ip-fluent-form input[type="url"],
html[data-theme="light"] .ip-fluent-form input[type="number"],
html[data-theme="light"] .ip-fluent-form select,
html[data-theme="light"] .ip-fluent-form textarea,
html[data-theme="light"] .ip-fluent-form .ff-el-form-control,
html[data-theme="light"] .contact-form input,
html[data-theme="light"] .contact-form textarea,
html[data-theme="light"] .contact-form select {
  color: #10263b !important;
  background: #e8eff5 !important;
  border: 1px solid rgba(28,63,93,.24) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.68) !important;
}
html[data-theme="light"] .ip-fluent-form input::placeholder,
html[data-theme="light"] .ip-fluent-form textarea::placeholder,
html[data-theme="light"] .contact-form input::placeholder,
html[data-theme="light"] .contact-form textarea::placeholder {
  color: #718498 !important;
  opacity: 1 !important;
}
html[data-theme="light"] .ip-fluent-form input:focus,
html[data-theme="light"] .ip-fluent-form select:focus,
html[data-theme="light"] .ip-fluent-form textarea:focus,
html[data-theme="light"] .ip-fluent-form .ff-el-form-control:focus,
html[data-theme="light"] .contact-form input:focus,
html[data-theme="light"] .contact-form textarea:focus,
html[data-theme="light"] .contact-form select:focus {
  color: #10263b !important;
  background: #f1f5f8 !important;
  border-color: rgba(18,132,177,.55) !important;
  box-shadow: 0 0 0 4px rgba(34,169,214,.10) !important;
}
html[data-theme="light"] .ip-fluent-form select,
html[data-theme="light"] .contact-form select { color-scheme: light !important; }
html[data-theme="light"] .ip-fluent-form select option,
html[data-theme="light"] .contact-form select option {
  color: #10263b !important;
  background: #eef3f7 !important;
}
html[data-theme="light"] .ip-fluent-form .ff-message-success {
  color: #174d3c !important;
  background: rgba(31,170,114,.10) !important;
  border-color: rgba(31,170,114,.26) !important;
}
html[data-theme="light"] .ip-fluent-form .error,
html[data-theme="light"] .ip-fluent-form .text-danger,
html[data-theme="light"] .ip-fluent-form .ff-el-is-error .error-text { color: #b52d50 !important; }
html[data-theme="light"] .contact-form .form-status { color: #087755 !important; }

/* Footer + navigation secondary copy. */
html[data-theme="light"] .footer {
  background: rgba(222,232,240,.76) !important;
}
html[data-theme="light"] .footer h3,
html[data-theme="light"] .footer-list a,
html[data-theme="light"] .footer-contact li > span:not(:first-child) { color: #294861; }
html[data-theme="light"] .footer-list li { color: #4d6379; }
html[data-theme="light"] .footer-contact li span:first-child,
html[data-theme="light"] .footer-bottom { color: #60758a; }

/* Light header is slightly less white so it belongs to the page canvas. */
html[data-theme="light"] .nav-wrap,
html[data-theme="light"] body[data-page="home"] .nav-wrap {
  background: linear-gradient(180deg, rgba(241,246,250,.96), rgba(232,240,246,.90)) !important;
  border-bottom-color: rgba(29,57,86,.13) !important;
}
html[data-theme="light"] .nav-links,
html[data-theme="light"] .btn-secondary,
html[data-theme="light"] .menu-btn,
html[data-theme="light"] .lang-switch,
html[data-theme="light"] .theme-switch {
  background: rgba(236,243,248,.90) !important;
  border-color: rgba(31,58,87,.15) !important;
}


/* =========================================================
   IdentityPath v18.1 — alternating section waves + footer refresh
   ========================================================= */

main > section:nth-of-type(even):not(.hero):not(.page-hero) {
  position: relative;
  isolation: isolate;
}
main > section:nth-of-type(even):not(.hero):not(.page-hero) > .container {
  position: relative;
  z-index: 1;
}
main > section:nth-of-type(even):not(.hero):not(.page-hero)::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -82px;
  bottom: -82px;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(140% 160px at 50% 0%, rgba(117,168,226,.28) 0%, rgba(117,168,226,.12) 36%, rgba(117,168,226,0) 62%),
    radial-gradient(140% 160px at 50% 100%, rgba(40,91,160,.16) 0%, rgba(40,91,160,.06) 34%, rgba(40,91,160,0) 62%),
    radial-gradient(ellipse at 18% 44%, rgba(36,192,255,.09), transparent 38%),
    radial-gradient(ellipse at 84% 56%, rgba(151,116,255,.09), transparent 42%),
    linear-gradient(180deg, rgba(187,203,220,.95) 0%, rgba(204,218,232,.98) 24%, rgba(191,208,225,.99) 52%, rgba(182,199,218,.97) 78%, rgba(197,211,226,.95) 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 11%, #000 89%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 11%, #000 89%, transparent 100%);
}
main > section:nth-of-type(even):not(.hero):not(.page-hero)::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -102px;
  width: 100vw;
  height: 184px;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  opacity: .92;
  background:
    center top / 100% 100% no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 190' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%23b9d7ef' stop-opacity='0'/%3E%3Cstop offset='68%25' stop-color='%23d8e8f6' stop-opacity='.96'/%3E%3Cstop offset='100%25' stop-color='%23d8e8f6' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 122C138 120 264 78 420 60C576 42 718 62 858 98C1037 144 1243 126 1600 26V190H0Z' fill='url(%23g)'/%3E%3Cpath d='M0 119C146 116 286 76 420 60C580 41 716 62 859 99C1034 144 1240 126 1600 25' fill='none' stroke='%23eef7ff' stroke-opacity='.85' stroke-width='2.3'/%3E%3C/svg%3E");
}
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero)::before {
  background:
    radial-gradient(140% 180px at 50% 0%, rgba(66,136,255,.34) 0%, rgba(66,136,255,.16) 34%, rgba(66,136,255,0) 64%),
    radial-gradient(140% 170px at 50% 100%, rgba(19,49,103,.34) 0%, rgba(19,49,103,.12) 34%, rgba(19,49,103,0) 64%),
    radial-gradient(ellipse at 20% 42%, rgba(37,198,255,.18), transparent 36%),
    radial-gradient(ellipse at 82% 55%, rgba(132,102,255,.16), transparent 42%),
    linear-gradient(180deg, rgba(8,28,74,.92) 0%, rgba(19,54,122,.96) 25%, rgba(24,67,140,.98) 50%, rgba(15,48,110,.96) 76%, rgba(8,29,80,.94) 100%);
}
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero)::after {
  background:
    center top / 100% 100% no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 190' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%230c1734' stop-opacity='0'/%3E%3Cstop offset='68%25' stop-color='%23143773' stop-opacity='.98'/%3E%3Cstop offset='100%25' stop-color='%23143773' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 122C138 120 264 78 420 60C576 42 718 62 858 98C1037 144 1243 126 1600 26V190H0Z' fill='url(%23g)'/%3E%3Cpath d='M0 119C146 116 286 76 420 60C580 41 716 62 859 99C1034 144 1240 126 1600 25' fill='none' stroke='%2358a9ff' stroke-opacity='.92' stroke-width='2.4'/%3E%3C/svg%3E");
}
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero) .section-head p,
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero) .interactive-head p,
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero) .section-intro,
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero) p {
  color: #c4d4e7;
}
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero) .kicker,
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero) h2,
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero) h3,
html[data-theme="dark"] main > section:nth-of-type(even):not(.hero):not(.page-hero) strong {
  color: #f7fbff;
}
html[data-theme="light"] main > section:nth-of-type(even):not(.hero):not(.page-hero) .section-head p,
html[data-theme="light"] main > section:nth-of-type(even):not(.hero):not(.page-hero) .interactive-head p,
html[data-theme="light"] main > section:nth-of-type(even):not(.hero):not(.page-hero) .section-intro,
html[data-theme="light"] main > section:nth-of-type(even):not(.hero):not(.page-hero) p {
  color: #4c6075 !important;
}
html[data-theme="light"] main > section:nth-of-type(even):not(.hero):not(.page-hero) .kicker,
html[data-theme="light"] main > section:nth-of-type(even):not(.hero):not(.page-hero) h2,
html[data-theme="light"] main > section:nth-of-type(even):not(.hero):not(.page-hero) h3,
html[data-theme="light"] main > section:nth-of-type(even):not(.hero):not(.page-hero) strong {
  color: #163047;
}
@media (max-width: 720px) {
  main > section:nth-of-type(even):not(.hero):not(.page-hero)::before {
    top: -38px;
    bottom: -38px;
  }
  main > section:nth-of-type(even):not(.hero):not(.page-hero)::after {
    top: -54px;
    height: 112px;
  }
}

.footer.footer-v18-update {
  position: relative;
  margin-top: 78px;
  padding: 42px 0 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 12% 18%, rgba(44,184,255,.08), transparent 26rem),
    radial-gradient(circle at 82% 12%, rgba(139,92,246,.08), transparent 28rem),
    linear-gradient(180deg, rgba(10,20,37,.96), rgba(9,17,31,.98));
}
.footer.footer-v18-update::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(160deg, transparent 0 64%, rgba(51,115,190,.07) 64% 74%, transparent 74% 100%);
}
.footer.footer-v18-update .container {
  position: relative;
  z-index: 1;
}
.footer-grid-v18r {
  display: grid;
  grid-template-columns: minmax(220px, .92fr) minmax(150px, .64fr) minmax(280px, 1.08fr) minmax(210px, .76fr);
  gap: clamp(28px, 3vw, 52px);
  align-items: start;
}
.footer-grid-v18r > div + div {
  border-left: 1px solid rgba(255,255,255,.07);
  padding-left: clamp(22px, 2.2vw, 34px);
}
.footer-brand-column-v18r,
.footer-nav-column,
.footer-company-column-v18r,
.footer-contact-column {
  min-width: 0;
}
.footer-brand-column-v18r {
  display: grid;
  align-content: start;
  gap: 14px;
}
.footer-brand-column-v18r .footer-brand {
  margin-bottom: 4px;
}
.footer-brand-column-v18r .footer-logo {
  width: 48px;
  height: 48px;
}
.footer-brand-column-v18r .footer-brand span {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.045em;
}
.footer.footer-v18-update h3 {
  position: relative;
  margin: 3px 0 22px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -.01em;
}
.footer.footer-v18-update h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--cyan-2), var(--violet));
}
.footer-map-v18r {
  width: 100%;
  max-width: 295px;
  aspect-ratio: 1.2 / 1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(104,232,255,.18);
  background: rgba(255,255,255,.04);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.footer-map-v18r iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
html[data-theme="dark"] .footer-map-v18r iframe {
  filter: grayscale(.08) brightness(.72) contrast(1.15) saturate(.88);
}
.footer-map-address {
  display: grid;
  gap: 3px;
  max-width: 295px;
  color: var(--muted);
  line-height: 1.55;
}
.footer-map-address strong {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.footer-map-address span {
  color: var(--text);
  font-size: 14px;
}
.footer-nav-list { margin: 0; }
.footer-nav-list li {
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-nav-list li:last-child { border-bottom: 0; }
.footer-nav-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  color: var(--muted);
  transition: color .18s ease, transform .18s ease;
}
.footer-nav-list a span {
  color: var(--cyan-2);
  font-size: 20px;
  line-height: 1;
}
.footer-nav-list a:hover {
  color: var(--text);
  transform: translateX(2px);
}
.footer-company-name {
  max-width: 360px;
  margin-bottom: 14px;
  color: var(--text);
  font-weight: 800;
  line-height: 1.45;
}
.footer-company-data-v18r {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-company-data-v18r > div {
  display: grid;
  grid-template-columns: minmax(126px, .92fr) minmax(110px, 1fr);
  gap: 12px;
  padding: 7px 0;
}
.footer-company-data-v18r dt,
.footer-company-data-v18r dd {
  margin: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.55;
}
.footer-company-data-v18r dt { color: var(--muted-2); }
.footer-company-data-v18r dd { color: var(--text); }
.footer-contact-v18r li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.footer-contact-v18r li > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.footer-contact-v18r li > div > span {
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-contact-v18r a { color: var(--text); overflow-wrap: anywhere; }
.footer-contact-icon,
.footer-detail-icon {
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--cyan-2);
  background: rgba(44,184,255,.08);
  border: 1px solid rgba(104,232,255,.12);
}
.footer-contact-icon svg,
.footer-detail-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-contact-icon-linkedin {
  font-size: 15px;
  font-weight: 900;
  color: #64d9ff;
}
.footer-bottom-v18r {
  margin-top: 34px;
  min-height: 62px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted-2);
  font-size: 12px;
}
.footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.footer-legal a { color: var(--muted); transition: color .18s ease; }
.footer-legal a:hover { color: var(--text); }
.footer-legal a + a::before {
  content: '•';
  margin: 0 14px;
  color: var(--muted-2);
}
html[data-theme="light"] .footer.footer-v18-update {
  color: #173047;
  border-top-color: rgba(29,57,86,.12) !important;
  background:
    radial-gradient(circle at 12% 16%, rgba(34,169,214,.10), transparent 25rem),
    radial-gradient(circle at 84% 12%, rgba(115,87,231,.08), transparent 30rem),
    linear-gradient(180deg, rgba(223,233,242,.96), rgba(213,225,236,.98)) !important;
}
html[data-theme="light"] .footer.footer-v18-update::before {
  background: linear-gradient(160deg, transparent 0 64%, rgba(80,134,190,.08) 64% 74%, transparent 74% 100%);
}
html[data-theme="light"] .footer-grid-v18r > div + div { border-left-color: rgba(29,57,86,.10); }
html[data-theme="light"] .footer.footer-v18-update h3,
html[data-theme="light"] .footer-company-name,
html[data-theme="light"] .footer-company-data-v18r dd,
html[data-theme="light"] .footer-contact-v18r a,
html[data-theme="light"] .footer-brand span,
html[data-theme="light"] .footer-map-address span { color: #173047; }
html[data-theme="light"] .footer-map-address strong,
html[data-theme="light"] .footer-company-data-v18r dt,
html[data-theme="light"] .footer-contact-v18r li > div > span,
html[data-theme="light"] .footer-bottom-v18r { color: #60758a; }
html[data-theme="light"] .footer-nav-list a,
html[data-theme="light"] .footer-legal a { color: #4d6379; }
html[data-theme="light"] .footer-company-data-v18r,
html[data-theme="light"] .footer-bottom-v18r,
html[data-theme="light"] .footer-nav-list li { border-color: rgba(29,57,86,.10); }
html[data-theme="light"] .footer-contact-icon,
html[data-theme="light"] .footer-detail-icon {
  background: rgba(23,143,188,.07);
  border-color: rgba(23,143,188,.15);
}
html[data-theme="light"] .footer-map-v18r {
  border-color: rgba(29,110,151,.18);
  box-shadow: 0 12px 28px rgba(47,74,104,.12);
}
@media (max-width: 1180px) {
  .footer-grid-v18r {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid-v18r > div + div {
    border-left: 0;
    padding-left: 0;
  }
  .footer-grid-v18r > div:nth-child(even) {
    border-left: 1px solid rgba(255,255,255,.07);
    padding-left: 30px;
  }
  html[data-theme="light"] .footer-grid-v18r > div:nth-child(even) {
    border-left-color: rgba(29,57,86,.10);
  }
}
@media (max-width: 720px) {
  .footer.footer-v18-update {
    padding-top: 34px;
  }
  .footer-grid-v18r {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-grid-v18r > div:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }
  .footer-grid-v18r > div + div {
    border-top: 1px solid rgba(255,255,255,.07);
    padding-top: 26px;
  }
  html[data-theme="light"] .footer-grid-v18r > div + div {
    border-top-color: rgba(29,57,86,.10);
  }
  .footer-map-v18r,
  .footer-map-address {
    max-width: none;
  }
  .footer-bottom-v18r {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-legal {
    gap: 8px 0;
  }
}

/* IdentityPath v18.2 — remove decorative wave/line overlays from alternating sections */
main > section:nth-of-type(even):not(.hero):not(.page-hero)::after {
  display: none !important;
  content: none !important;
  background: none !important;
}


/* IdentityPath v18.3 — footer realignment */
.footer-grid-v18r {
  grid-template-columns: minmax(260px, .98fr) minmax(150px, .62fr) minmax(300px, 1.02fr) minmax(250px, .95fr);
  align-items: start;
}
.footer-brand-column-v18r,
.footer-location-column-v18r {
  display: grid;
  align-content: start;
  gap: 14px;
}
.footer-contact-block {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-contact-block h3 {
  margin-top: 0;
  margin-bottom: 18px;
}
.footer-contact-under-brand {
  margin: 0;
}
.footer-location-column-v18r .footer-map-v18r {
  max-width: 300px;
}
.footer-location-column-v18r .footer-map-address {
  margin-top: 2px;
}
.footer-company-column-v18r .footer-company-data-v18r {
  margin-top: 4px;
}
html[data-theme="light"] .footer-contact-block {
  border-top-color: rgba(29,57,86,.10);
}
@media (max-width: 1180px) {
  .footer-grid-v18r {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .footer-contact-block {
    padding-top: 16px;
  }
}


/* =========================================================
   IdentityPath v18.4 — simple wide team cards + aligned footer
   ========================================================= */

/* Team carousel: flat/simple visual language. The current card grows wide,
   while the previous/next cards remain compact. Existing JS state classes
   perform the transition automatically. */
.team-section .section-head {
  margin-bottom: 28px !important;
}
.team-carousel {
  min-height: 510px !important;
  grid-template-columns: 48px minmax(0, 1fr) 48px !important;
  gap: 12px !important;
  align-items: center !important;
}
.team-viewport {
  max-width: 1280px !important;
  width: 100% !important;
  height: 455px !important;
  overflow: visible !important;
}
.team-track {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  perspective: none !important;
}
.profile-card {
  position: absolute !important;
  top: 10px !important;
  left: 50% !important;
  width: 300px !important;
  min-height: 420px !important;
  height: 420px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  display: block !important;
  color: var(--text) !important;
  background: #0d1929 !important;
  border: 1px solid rgba(119,166,211,.20) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.22) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform-origin: center center !important;
  transition:
    width 620ms cubic-bezier(.2,.82,.2,1),
    transform 620ms cubic-bezier(.2,.82,.2,1),
    opacity 440ms ease,
    box-shadow 440ms ease,
    border-color 440ms ease !important;
}
.profile-card::before,
.profile-card::after,
.profile-top {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
}
.profile-card.is-active {
  width: min(650px, 56vw) !important;
  height: 420px !important;
  min-height: 420px !important;
  opacity: 1 !important;
  z-index: 5 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) scale(1) !important;
  border-color: rgba(73,136,255,.62) !important;
  box-shadow: 0 22px 56px rgba(0,0,0,.25) !important;
  display: grid !important;
  grid-template-columns: 190px minmax(0,1fr) !important;
  align-items: center !important;
  column-gap: 12px !important;
  padding: 34px 34px 30px !important;
}
.profile-card.is-prev {
  opacity: .66 !important;
  z-index: 3 !important;
  pointer-events: auto !important;
  transform: translateX(calc(-50% - 478px)) scale(.94) !important;
  filter: none !important;
}
.profile-card.is-next {
  opacity: .66 !important;
  z-index: 3 !important;
  pointer-events: auto !important;
  transform: translateX(calc(-50% + 478px)) scale(.94) !important;
  filter: none !important;
}
.profile-card.is-hidden {
  opacity: 0 !important;
  z-index: 1 !important;
  transform: translateX(-50%) scale(.88) !important;
  filter: none !important;
}
.profile-avatar {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 86px !important;
  height: 86px !important;
  margin: 28px auto 18px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  border: 2px solid rgba(117,166,214,.26) !important;
  background: #14243a !important;
  box-shadow: none !important;
  z-index: 2 !important;
}
.profile-card.is-active .profile-avatar {
  width: 166px !important;
  height: 166px !important;
  margin: 0 !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: center !important;
  border-width: 3px !important;
  border-color: rgba(86,154,255,.44) !important;
}
.profile-avatar img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: 50% 28% !important;
  border-radius: 50% !important;
  filter: none !important;
}
.profile-avatar img + span {
  display: none !important;
}
.profile-body {
  position: relative !important;
  z-index: 2 !important;
  padding: 0 24px 24px !important;
  text-align: left !important;
}
.profile-card.is-active .profile-body {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  padding: 0 4px 0 18px !important;
}
.profile-kicker {
  display: block !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  color: var(--cyan-2) !important;
  background: none !important;
  border: 0 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
.profile-card h3 {
  margin: 0 0 7px !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  color: var(--text) !important;
  text-shadow: none !important;
}
.profile-card.is-active h3 {
  font-size: clamp(29px, 2.3vw, 36px) !important;
}
.profile-role {
  margin: 0 0 20px !important;
  color: #35b8eb !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}
.profile-about-label {
  margin: 0 0 8px !important;
  color: var(--muted-2) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}
.profile-card p:not(.profile-role) {
  min-height: 0 !important;
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
  text-align: left !important;
}
.profile-card:not(.is-active) p:not(.profile-role) {
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.profile-socials {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  margin-top: 18px !important;
}
.profile-socials span {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(54,137,205,.12) !important;
  border: 1px solid rgba(93,163,223,.20) !important;
  color: var(--text) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
.profile-socials span:nth-child(3) {
  background: rgba(116,91,218,.12) !important;
  border-color: rgba(132,108,232,.20) !important;
}
.profile-footer,
.profile-tags {
  display: none !important;
}
.team-arrow {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(13,25,41,.92) !important;
  border: 1px solid rgba(104,162,212,.22) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  color: var(--cyan-2) !important;
}
.team-arrow:hover {
  background: rgba(20,38,60,.96) !important;
  border-color: rgba(69,159,230,.48) !important;
}
.team-dots {
  margin-top: -20px !important;
}
.team-dots span {
  width: 24px !important;
  height: 4px !important;
  background: rgba(120,145,170,.24) !important;
  box-shadow: none !important;
}
.team-dots span.active {
  background: linear-gradient(90deg, var(--cyan-2), var(--violet)) !important;
}
html[data-theme="light"] .profile-card {
  background: #f7fafc !important;
  color: #14283c !important;
  border-color: rgba(49,89,126,.14) !important;
  box-shadow: 0 14px 38px rgba(44,72,101,.10) !important;
}
html[data-theme="light"] .profile-card.is-active {
  border-color: rgba(56,124,245,.54) !important;
  box-shadow: 0 18px 44px rgba(44,72,101,.13) !important;
}
html[data-theme="light"] .profile-card h3 {
  color: #14283c !important;
}
html[data-theme="light"] .profile-card p:not(.profile-role) {
  color: #52677b !important;
}
html[data-theme="light"] .profile-about-label {
  color: #425d76 !important;
}
html[data-theme="light"] .profile-avatar {
  background: #eaf1f6 !important;
  border-color: rgba(60,108,150,.18) !important;
}
html[data-theme="light"] .profile-socials span {
  color: #14314a !important;
  background: #e8f3fb !important;
  border-color: #d3e7f5 !important;
}
html[data-theme="light"] .profile-socials span:nth-child(3) {
  background: #f0ecfb !important;
  border-color: #e0d7f6 !important;
}
html[data-theme="light"] .team-arrow {
  background: #f4f8fb !important;
  border-color: rgba(44,86,124,.16) !important;
  color: #1e83b2 !important;
}
@media (max-width: 1180px) {
  .team-viewport {
    max-width: 1040px !important;
  }
  .profile-card {
    width: 270px !important;
  }
  .profile-card.is-active {
    width: min(560px, 56vw) !important;
    grid-template-columns: 160px minmax(0,1fr) !important;
    padding-inline: 26px !important;
  }
  .profile-card.is-active .profile-avatar {
    width: 142px !important;
    height: 142px !important;
  }
  .profile-card.is-prev {
    transform: translateX(calc(-50% - 397px)) scale(.92) !important;
  }
  .profile-card.is-next {
    transform: translateX(calc(-50% + 397px)) scale(.92) !important;
  }
}
@media (max-width: 820px) {
  .team-carousel {
    min-height: 500px !important;
    grid-template-columns: 40px minmax(0,1fr) 40px !important;
    gap: 6px !important;
  }
  .team-viewport {
    height: 450px !important;
    overflow: hidden !important;
  }
  .profile-card {
    width: min(270px, 74vw) !important;
  }
  .profile-card.is-active {
    width: min(560px, 82vw) !important;
    grid-template-columns: 135px minmax(0,1fr) !important;
    padding: 28px 22px !important;
  }
  .profile-card.is-active .profile-avatar {
    width: 124px !important;
    height: 124px !important;
  }
  .profile-card.is-prev {
    transform: translateX(calc(-50% - 330px)) scale(.88) !important;
    opacity: .28 !important;
  }
  .profile-card.is-next {
    transform: translateX(calc(-50% + 330px)) scale(.88) !important;
    opacity: .28 !important;
  }
}
@media (max-width: 640px) {
  .team-carousel {
    min-height: 545px !important;
  }
  .team-viewport {
    height: 500px !important;
  }
  .profile-card.is-prev,
  .profile-card.is-next {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .profile-card.is-active {
    width: min(360px, 82vw) !important;
    height: auto !important;
    min-height: 460px !important;
    display: block !important;
    padding: 0 !important;
  }
  .profile-card.is-active .profile-avatar {
    width: 112px !important;
    height: 112px !important;
    margin: 28px auto 18px !important;
  }
  .profile-card.is-active .profile-body {
    padding: 0 24px 26px !important;
  }
  .profile-card.is-active h3 {
    font-size: 27px !important;
  }
}

/* Footer: a compact brand row sits above four truly aligned columns.
   This keeps Contact / Navigation / Company details / Location on one baseline. */
.footer-v18-4 {
  padding-top: 30px !important;
}
.footer-brand-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  min-height: 58px !important;
  padding-bottom: 18px !important;
  margin-bottom: 22px !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.footer-brand-bar-link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  margin: 0 !important;
  min-height: 48px !important;
}
.footer-brand-bar-link .footer-logo {
  width: 42px !important;
  height: 42px !important;
}
.footer-brand-bar-link span {
  font-size: 25px !important;
  font-weight: 900 !important;
  letter-spacing: -.045em !important;
}
.footer-brand-tagline {
  color: var(--muted-2) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: right !important;
}
.footer-grid-v18-4 {
  grid-template-columns: minmax(220px,.92fr) minmax(160px,.68fr) minmax(300px,1.08fr) minmax(250px,.92fr) !important;
  gap: clamp(28px, 3vw, 48px) !important;
  align-items: start !important;
}
.footer-grid-v18-4 > div + div {
  border-left: 1px solid rgba(255,255,255,.07) !important;
  padding-left: clamp(22px,2.2vw,34px) !important;
}
.footer-grid-v18-4 h3 {
  margin-top: 0 !important;
  min-height: 40px !important;
}
.footer-contact-first .footer-contact-v18r {
  margin-top: 0 !important;
}
.footer-location-column-v18r .footer-map-v18r {
  max-width: 300px !important;
  aspect-ratio: 1.55 / 1 !important;
}
.footer-location-column-v18r .footer-map-address {
  max-width: 300px !important;
  margin-top: 10px !important;
}
html[data-theme="light"] .footer-brand-bar {
  border-bottom-color: rgba(29,57,86,.10) !important;
}
@media (max-width: 1180px) {
  .footer-brand-bar {
    align-items: flex-start !important;
  }
  .footer-grid-v18-4 {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  .footer-grid-v18-4 > div + div {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
  .footer-grid-v18-4 > div:nth-child(even) {
    border-left: 1px solid rgba(255,255,255,.07) !important;
    padding-left: 30px !important;
  }
  html[data-theme="light"] .footer-grid-v18-4 > div:nth-child(even) {
    border-left-color: rgba(29,57,86,.10) !important;
  }
}
@media (max-width: 720px) {
  .footer-brand-bar {
    display: grid !important;
    gap: 8px !important;
  }
  .footer-brand-tagline {
    text-align: left !important;
  }
  .footer-grid-v18-4 {
    grid-template-columns: 1fr !important;
  }
  .footer-grid-v18-4 > div:nth-child(even) {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
  .footer-grid-v18-4 > div + div {
    border-top: 1px solid rgba(255,255,255,.07) !important;
    padding-top: 24px !important;
  }
  html[data-theme="light"] .footer-grid-v18-4 > div + div {
    border-top-color: rgba(29,57,86,.10) !important;
  }
}


/* IdentityPath v18.5 — critical header-logo loading polish */
.logo-mark-wrap,
html[data-theme="light"] .logo-mark-wrap {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.logo-mark {
  display: block;
}
