/* ===== IAM Tech — shared styles ===== */

:root {
  --navy: #241613;
  --navy-2: #3a1f16;
  --accent: #f35120;
  --accent-2: #ff6b3d;
  --accent-soft: #fdece3;
  --accent-text: #c4360b; /* darker accent for text/links — WCAG AA 4.5:1+ on white; --accent itself (3.5:1) is reserved for icons, large text, and button/badge fills where white sits on top */
  --bg: #ffffff;
  --bg-soft: #f7f4f2;
  --border: #ece4e0;
  --text: #2a1d19;
  --text-dim: #6b5c56;
  --radius: 12px;
  --shadow: 0 1px 2px rgba(36,22,19,0.05), 0 8px 24px rgba(36,22,19,0.07);
  --maxw: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* ---- Accessibility ---- */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  background: var(--navy);
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 8px 0;
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 200;
}
.skip-link:focus {
  left: 0;
  top: 0;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0 0 12px;
}

h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.08; }
h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.15; }
h3 { font-size: 1.2rem; }

p { margin: 0 0 16px; color: var(--text-dim); }

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-text);
  background: var(--accent-soft);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.lede {
  font-size: 1.15rem;
  max-width: 640px;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:active { transform: scale(0.98); }

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 6px 16px rgba(243,81,32,0.30);
}
.btn-primary:hover { background: #d8420f; }

.btn-ghost {
  background: transparent;
  color: var(--navy);
  border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--navy); background: var(--bg-soft); }

.btn-light {
  background: #fff;
  color: var(--navy);
}
.btn-light:hover { background: var(--bg-soft); }

/* ---- Header / Nav ---- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.9);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border);
}

/* Every anchor target site-wide (service blocks, case studies, approach
   steps, etc.) needs clearance for the sticky header, or a #anchor link
   scrolls the target flush to the top and it lands hidden underneath it. */
[id] {
  scroll-margin-top: 100px;
}

.nav-inner {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
  gap: 32px;
}
nav.main-nav { margin-left: auto; }

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--navy);
  letter-spacing: -0.01em;
}

.logo-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

nav.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

nav.main-nav a {
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-dim);
  transition: color 0.15s ease, background 0.15s ease;
}

nav.main-nav a:hover { color: var(--navy); background: var(--bg-soft); }
nav.main-nav a.active { color: var(--navy); background: var(--accent-soft); }

.nav-cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle svg { width: 24px; height: 24px; color: var(--navy); }

/* ---- Hero ---- */
.hero {
  padding: 88px 0 72px;
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(243,81,32,0.12), transparent),
    url("assets/network-mesh-dark.svg") no-repeat,
    var(--bg);
  background-size: auto, 1000px 600px, auto;
  background-position: 0 0, right -60px top -40px, 0 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-visual {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.hero-visual-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 0.85rem;
}
.hero-visual-row:last-child { margin-bottom: 0; }

.hero-visual-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 14px;
}
.hero-visual-pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  animation: hv-pulse 2s ease-in-out infinite;
}
@keyframes hv-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(243,81,32,0.4); }
  50% { opacity: 0.6; box-shadow: 0 0 0 4px rgba(243,81,32,0); }
}

.hero-visual-row {
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.hero-visual-row.hv-leaving {
  opacity: 0;
  transform: translateY(-6px);
}
.hero-visual-row.hv-entering {
  opacity: 0;
  transform: translateY(6px);
}

.status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #24b47e; display: inline-block; margin-right: 8px;
  transition: background 0.3s ease;
}
.status-dot.warn { background: #e0a72f; }
.status-dot.risk { background: #e0663f; }

@media (prefers-reduced-motion: reduce) {
  .hero-visual-pulse { animation: none; }
  .hero-visual-row { transition: none; }
}

/* ---- Trust bar ---- */
.trust-bar {
  padding: 28px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-soft);
}
.trust-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trust-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-dim);
  white-space: nowrap;
}
.trust-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.trust-badge {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--border);
  padding: 7px 12px;
  border-radius: 999px;
  display: inline-block;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
a.trust-badge:hover {
  border-color: var(--accent-text);
  color: var(--accent-text);
  background: var(--accent-soft);
}

.platform-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 860px) {
  .platform-matrix { grid-template-columns: 1fr; }
}
.platform-group {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
}
.platform-group-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.platform-group-icon svg { width: 22px; height: 22px; }
.platform-group h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 6px; }
.platform-group p { font-size: 0.88rem; color: var(--text-dim); margin-bottom: 16px; line-height: 1.5; }
.platform-group .trust-badges { gap: 8px; }
.platform-group .trust-badge { font-size: 0.78rem; padding: 6px 11px; }

/* ---- Sections ---- */
section { padding: 72px 0; }
.section-head { max-width: 620px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.section-soft { background: var(--bg-soft); }

/* ---- Cards / grids ---- */
.grid {
  display: grid;
  gap: 20px;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.contact-grid { grid-template-columns: 1.1fr 0.9fr; }

.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

a.card:hover, .card.hoverable:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(11,37,69,0.06), 0 16px 32px rgba(11,37,69,0.10);
  border-color: var(--accent);
}

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--accent);
}
.card-icon svg { width: 22px; height: 22px; }

.card-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent-text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

/* ---- Steps / process ---- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.step {
  position: relative;
  padding-top: 8px;
}
.step-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.step-icon svg { width: 22px; height: 22px; }
.step-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-text);
  margin-bottom: 4px;
}

/* ---- Stats ---- */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.stats-5 { grid-template-columns: repeat(5, 1fr); }
.stats-4 { grid-template-columns: repeat(4, 1fr); }
.stat {
  text-align: center;
  padding: 30px 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.stat-num {
  display: block;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label { font-size: 0.85rem; color: var(--text-dim); margin: 0; font-weight: 500; }

/* ---- AI capabilities band ---- */
.ai-band {
  background:
    url("assets/network-mesh-light.svg") no-repeat,
    linear-gradient(160deg, var(--navy), var(--navy-2));
  background-size: 1000px 600px, auto;
  background-position: center, 0 0;
  border-radius: 24px;
  padding: 52px 44px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ai-band .section-head { max-width: 640px; margin-bottom: 36px; }
.ai-band .eyebrow {
  background: rgba(255,255,255,0.12);
  color: #ffc7ad;
}
.ai-band h2 { color: #fff; }
.ai-band > .section-head p,
.ai-band-lede { color: rgba(255,255,255,0.72); }

.ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ai-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 24px;
}
.ai-item .card-icon {
  background: rgba(243,81,32,0.22);
  color: var(--accent-2);
}
.ai-item h3 { color: #fff; margin-bottom: 8px; font-size: 1.05rem; }
.ai-item p { color: rgba(255,255,255,0.68); font-size: 0.92rem; margin-bottom: 0; }
.ai-item .card-link { color: var(--accent-2); }

.ai-band-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.14);
  flex-wrap: wrap;
}
.ai-band-footer p { color: rgba(255,255,255,0.65); margin: 0; max-width: 480px; }

.badge-new {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 3px 8px;
  border-radius: 999px;
  margin-left: 8px;
  vertical-align: middle;
}

/* ---- Executive challenges ---- */
.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.challenge-card[hidden] { display: none; }
.challenge-more-wrap { display: flex; justify-content: center; margin-top: 28px; }
.challenge-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.challenge-more-btn:hover { border-color: var(--accent); color: var(--accent-text); }
.challenge-more-btn svg { width: 16px; height: 16px; transition: transform 0.2s ease; }
.challenge-more-btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.challenge-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
a.challenge-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(11,37,69,0.06), 0 16px 32px rgba(11,37,69,0.10);
  border-color: var(--accent);
}
.challenge-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-text);
}
.challenge-quote {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.5;
  margin: 0;
}
.challenge-quote::before { content: "\201C"; }
.challenge-quote::after { content: "\201D"; }
.challenge-divider { border: none; border-top: 1px solid var(--border); margin: 0; }
.challenge-answer-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 6px;
}
.challenge-answer { font-size: 0.92rem; margin: 0 0 10px; }
.challenge-card .card-link { font-size: 0.85rem; }

@media (max-width: 900px) {
  .challenge-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .challenge-grid { grid-template-columns: 1fr; }
}

/* ---- Testimonials ---- */
.testimonial-carousel { max-width: 640px; margin: 0 auto; }
.testimonial-viewport { position: relative; }
.testimonial {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  display: none;
  flex-direction: column;
  gap: 18px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.testimonial.is-active { display: flex; opacity: 1; }
.testimonial-quote {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
}
.testimonial-quote::before { content: "\201C"; color: var(--accent); font-weight: 800; }
.testimonial-quote::after { content: "\201D"; color: var(--accent); font-weight: 800; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-text);
  font-weight: 800;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.testimonial-name { font-weight: 700; font-size: 0.9rem; color: var(--navy); }
.testimonial-role { font-size: 0.8rem; color: var(--text-dim); }

.testimonial-nav { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 24px; }
.testimonial-arrow {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.testimonial-arrow svg { width: 18px; height: 18px; }
.testimonial-arrow:hover { border-color: var(--accent); color: var(--accent-text); }
.testimonial-dots { display: flex; align-items: center; gap: 8px; }
.testimonial-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: none;
  background: var(--border);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.testimonial-dot.is-active { background: var(--accent); transform: scale(1.2); }

/* ---- CTA banner ---- */
.cta-banner {
  background:
    url("assets/network-mesh-light.svg") repeat,
    linear-gradient(135deg, var(--navy), var(--navy-2));
  background-size: 500px 300px, auto;
  border-radius: 20px;
  padding: 52px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-banner h2 { color: #fff; margin-bottom: 6px; }
.cta-banner p { color: rgba(255,255,255,0.75); margin-bottom: 0; }

/* ---- Values / list items ---- */
.value-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.value-item {
  display: flex;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.value-item .card-icon { margin-bottom: 0; flex-shrink: 0; }

/* ---- Leader card ---- */
.leader-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 36px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 26px;
}
.leader-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid var(--accent-soft);
}
.leader-card h3 { margin-bottom: 6px; }
.leader-card p { margin-bottom: 0; }

@media (max-width: 680px) {
  .leader-card { flex-direction: column; text-align: center; padding: 28px 24px; }
}

/* ---- Industries ---- */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.industry-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
}
.industry-item .card-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.industry-item .card-icon svg { width: 18px; height: 18px; }
.industry-item span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}
a.industry-item { transition: border-color 0.2s ease, box-shadow 0.2s ease; }
a.industry-item:hover { border-color: var(--accent); box-shadow: var(--shadow); }

@media (max-width: 900px) {
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .industry-grid { grid-template-columns: 1fr; }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 720px;
  margin: 28px auto 0;
}
.team-grid .industry-item { flex-direction: column; align-items: flex-start; gap: 10px; }
.team-grid .industry-item span { font-size: 0.85rem; }
.team-grid .industry-item p {
  font-size: 0.82rem;
  color: var(--text-dim);
  margin: 0;
  font-weight: 400;
}

@media (max-width: 680px) {
  .team-grid { grid-template-columns: 1fr; }
}


/* ---- Service detail blocks ---- */
.service-block {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.service-block:last-child { border-bottom: none; }

.service-block-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.service-block-head .card-icon { margin-bottom: 0; flex-shrink: 0; }
.service-block-head h2 { margin-bottom: 0; font-size: clamp(1.3rem, 1.6vw, 1.55rem); line-height: 1.25; }

.service-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.service-block li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--text-dim);
}
.service-block li a {
  color: var(--accent-text);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.15s ease;
}
.service-block li a:hover { text-decoration-color: var(--accent); }
.service-block li svg {
  width: 18px; height: 18px;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ---- Form ---- */
.form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.booking-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto;
}
.booking-gate {
  padding: 48px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.booking-gate p {
  max-width: 440px;
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}
.booking-note {
  max-width: 620px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-dim);
}
.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.field input, .field textarea, .field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--bg-soft);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.82rem; color: var(--text-dim); margin-top: 10px; }
.form-success {
  display: none;
  background: #ecfbf3;
  border: 1px solid #bfe9d4;
  color: #14804a;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.form-success.show { display: block; }

.contact-info {
  display: grid;
  gap: 16px;
}
.contact-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.contact-email {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: var(--text-dim);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.contact-copy-btn:hover { color: var(--accent-text); background: var(--bg-soft); }
.contact-copy-btn svg { width: 14px; height: 14px; }

/* ---- Footer ---- */
footer.site-footer {
  background: url("assets/network-mesh-light.svg") repeat, var(--navy);
  background-size: 500px 300px;
  color: rgba(255,255,255,0.7);
  padding: 56px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-grid h3 {
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.footer-grid a, .footer-grid p {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
}
.footer-grid a:hover { color: #fff; }
.footer-email {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.footer-email a { margin-bottom: 0; }
.footer-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.footer-copy-btn:hover { color: #fff; background: rgba(255,255,255,0.12); }
.footer-copy-btn svg { width: 13px; height: 13px; }
.footer-logo { color: #fff; font-weight: 800; font-size: 1.15rem; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  font-size: 0.82rem;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom a {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.15s ease, color 0.15s ease;
}
.footer-bottom a:hover {
  color: #fff;
  text-decoration-color: rgba(255,255,255,0.7);
}

.footer-legal {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  margin-top: 12px;
  line-height: 1.5;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 100%;
}
@media (max-width: 900px) {
  .footer-legal {
    white-space: normal;
  }
}

/* ---- Page hero (secondary pages) ---- */
.page-hero {
  padding: 64px 0 48px;
  background: url("assets/network-mesh-dark.svg") no-repeat, var(--bg-soft);
  background-size: 800px 480px, auto;
  background-position: right -40px top -60px, 0 0;
  border-bottom: 1px solid var(--border);
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .value-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-block { grid-template-columns: 1fr; gap: 18px; }
  .stats-5 { grid-template-columns: repeat(3, 1fr); }
  .stats-4 { grid-template-columns: repeat(2, 1fr); }
  .ai-grid { grid-template-columns: 1fr 1fr; }
  .ai-band { padding: 40px 28px; }
}

@media (max-width: 680px) {
  nav.main-nav { display: none; }
  .nav-toggle { display: flex; }
  .nav-cta { margin-left: auto; }
  .grid-3, .grid-2, .stats, .stats-5, .stats-4, .ai-grid, .steps, .platform-matrix { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; align-items: flex-start; }
  .ai-band-footer { flex-direction: column; align-items: flex-start; }

  header.site-header.menu-open nav.main-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 12px;
    gap: 4px;
  }
  header.site-header.menu-open nav.main-nav a { padding: 12px 14px; }
}

/* ===== Framework pages ===== */
.fw-hero-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.fw-hero-icon svg { width: 28px; height: 28px; flex-shrink: 0; }

.proof-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
a.proof-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(11,37,69,0.06), 0 16px 32px rgba(11,37,69,0.10);
  border-color: var(--accent);
}
.proof-card .card-icon { margin-bottom: 0; flex-shrink: 0; }
.proof-card h3 { color: var(--navy); margin-bottom: 6px; font-size: 1rem; }
.proof-card p { margin-bottom: 10px; font-size: 0.94rem; }

.fw-help-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
.fw-help-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--text-dim);
  list-style: none;
}
.fw-help-list li svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }

/* ===== Comparison table (RBAC vs ABAC etc.) ===== */
.compare-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  background: #fff;
}
.compare-table th, .compare-table td {
  padding: 14px 18px;
  text-align: left;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.compare-table th {
  background: var(--bg-soft);
  color: var(--navy);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
}
.compare-table td:first-child, .compare-table th:first-child {
  color: var(--navy);
  font-weight: 700;
  white-space: nowrap;
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td { color: var(--text-dim); }

/* ===== FAQ ===== */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 4px 22px;
}
.faq-item summary {
  padding: 18px 0;
  font-weight: 700;
  color: var(--navy);
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p {
  padding-bottom: 20px;
  margin: 0;
  font-size: 0.95rem;
}

/* ===== Case studies ===== */
.case-study {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 34px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}
.case-study-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.case-sector {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-text);
  background: var(--accent-soft);
  padding: 5px 10px;
  border-radius: 999px;
}
.case-role {
  font-size: 0.82rem;
  color: var(--text-dim);
}
.case-study h2 { margin-bottom: 20px; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 22px;
}
.case-col-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
}
.case-col p { font-size: 0.92rem; margin-bottom: 0; }
.case-col p a { color: var(--accent-text); font-weight: 600; text-decoration: underline; text-decoration-color: transparent; transition: text-decoration-color 0.15s ease; }
.case-col p a:hover { text-decoration-color: var(--accent); }
.case-tags { display: flex; gap: 8px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid var(--border); }
.case-tag {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-dim);
  background: var(--bg-soft);
  border: 1px solid var(--border);
  padding: 5px 10px;
  border-radius: 999px;
}

@media (max-width: 900px) {
  .case-grid { grid-template-columns: 1fr; gap: 16px; }
  .case-study { padding: 24px; }
}

/* ===== Health Check tool ===== */
.hc-shell {
  max-width: 720px;
  margin: 0 auto;
}

.hc-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 40px;
}

.hc-progress-track {
  height: 6px;
  border-radius: 999px;
  background: var(--border);
  overflow: hidden;
  margin-bottom: 28px;
}
.hc-progress-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 999px;
  transition: width 0.3s ease;
  width: 0%;
}

.hc-step-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.hc-question {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.hc-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.hc-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  padding: 16px 18px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: var(--bg-soft);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.hc-option:hover { border-color: var(--accent); background: var(--accent-soft); }
.hc-option.selected { border-color: var(--accent); background: var(--accent-soft); }

.hc-option-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--border);
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}
.hc-option.selected .hc-option-dot { border-color: var(--accent); }
.hc-option.selected .hc-option-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--accent);
}

.hc-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hc-nav-row .btn-ghost:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.hc-intro-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.hc-intro-icon svg { width: 28px; height: 28px; }

.hc-intro-meta {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.hc-intro-meta-item {
  font-size: 0.85rem;
  color: var(--text-dim);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hc-intro-meta-item svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }

/* Results screen */
.hc-score-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px;
  border-radius: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.hc-score-banner.band-low { background: #fdece6; border: 1px solid #f6c7b5; }
.hc-score-banner.band-mid { background: #fdf3e0; border: 1px solid #f0d99a; }
.hc-score-banner.band-high { background: #eaf7ef; border: 1px solid #bfe9d0; }

.hc-score-ring {
  position: relative;
  width: 92px;
  height: 92px;
  flex-shrink: 0;
}
.hc-score-ring svg { transform: rotate(-90deg); width: 100%; height: 100%; }
.hc-score-ring-track { fill: none; stroke: rgba(0,0,0,0.08); stroke-width: 8; }
.hc-score-ring-fill { fill: none; stroke-width: 8; stroke-linecap: round; transition: stroke-dashoffset 0.6s ease; }
.hc-score-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy);
}

.hc-score-copy h3 { margin-bottom: 4px; }
.hc-score-copy p { margin-bottom: 0; }

.hc-cat-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.hc-cat-row { display: flex; flex-direction: column; gap: 6px; }
.hc-cat-head { display: flex; align-items: center; justify-content: space-between; font-size: 0.9rem; }
.hc-cat-head strong { color: var(--navy); font-weight: 700; }
.hc-cat-bar-track { height: 8px; border-radius: 999px; background: var(--border); overflow: hidden; }
.hc-cat-bar-fill { height: 100%; border-radius: 999px; }

.hc-rec-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.hc-rec {
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-soft);
}
.hc-rec .card-icon { margin-bottom: 0; flex-shrink: 0; }
.hc-rec h4 { margin: 0 0 4px; color: var(--navy); font-size: 0.98rem; }
.hc-rec p { margin: 0; font-size: 0.88rem; }
.hc-rec a { color: var(--accent-text); font-weight: 700; font-size: 0.85rem; }

.hc-results-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

@media (max-width: 680px) {
  .hc-card { padding: 26px 20px; }
  .hc-question { font-size: 1.1rem; }
  .hc-score-banner { flex-direction: column; align-items: flex-start; }
}

/* ---- Scroll-reveal ---- */
/* Subtle fade-up as content enters the viewport, applied generically via
   script.js (no per-page markup needed). Same brand colours and layout
   throughout — this is a motion technique only, not a visual redesign.
   Deliberately restrained: small offset, gentle timing, no bounce/scale,
   so it reads as considered rather than flashy. Placed at the end of the
   file on purpose — several target classes (.card, .industry-item, etc.)
   declare their own `transition`, and this needs to win that cascade tie. */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
