﻿/* Dark command-center presentation for About sections, excluding CEO and Advantages. */

.about-main {
  color: #171717;
  background: #ffffff;
}

.about-hero {
  padding: 0 0 96px;
  background: #ffffff;
}

.about-hero-highlight {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: 96px max(32px, calc((100% - 1280px) / 2)) 48px;
  color: #171717;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.about-hero-highlight::before {
  inset: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 82% 42%, rgba(200, 16, 46, 0.05), transparent 30%),
    linear-gradient(180deg, transparent 78%, rgba(0, 0, 0, 0.02));
}

/* Decorative graph-paper grid removed per brand cleanup — was rendering as a
   distracting grid pattern behind the hero heading. */
.about-hero-bg-grid {
  display: none;
}

/* Decorative scan-line animation removed — purely ornamental clutter. */
.about-hero-bg-noise {
  display: none;
}

.about-hero-bg-glow {
  display: none;
}

.about-hero-top {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  min-height: 390px;
  margin: 0 auto;
  padding: 34px 0 54px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-pill,
.about-partners-pill,
.about-vision-pill,
.about-team-pill,
.about-case-pill,
.about-innovations-pill {
  min-height: 28px;
  padding: 6px 11px;
  border: 1px solid rgba(200, 16, 46, 0.48);
  border-radius: 3px;
  color: #c8102e;
  background: rgba(200, 16, 46, 0.1);
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-hero-title {
  width: min(900px, 100%);
  margin: 22px auto 20px;
  color: #171717;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.about-hero-subtitle {
  width: min(680px, 100%);
  margin: 0 auto;
  color: #525252;
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
  text-transform: none;
}

.about-call-cta {
  margin-top: 34px;
  height: 48px;
  background: #c8102e;
  border-radius: 100px;
}

.about-call-button {
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}

.about-call-arrow {
  color: #ffffff;
  background: transparent;
  border: none;
}

.about-global-row {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding-top: 36px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.about-global-title {
  margin-top: 12px;
  color: #171717;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
}

.about-global-text {
  max-width: 500px;
  color: rgba(23, 23, 23, 0.65);
  font-size: 16px;
  line-height: 1.65;
}

.about-hero-inner {
  width: min(1280px, calc(100% - 64px));
  margin: 38px auto 0;
  gap: 16px;
}

.about-stats-row {
  gap: 12px;
  border: 0;
}

.about-stat-card {
  min-height: 158px;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.about-stat-card:last-child {
  border-right: 1px solid #e5e5e5;
}

.about-stat-card:hover {
  border-color: rgba(200, 16, 46, 0.4);
  box-shadow: 0 18px 42px rgba(200, 16, 46, 0.1);
  transform: translateY(-3px);
}

.about-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 10px;
  color: #c8102e;
  background: rgba(200, 16, 46, 0.08);
  font-size: 22px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.about-stat-card h3 {
  margin-bottom: 8px;
  color: #171717;
  font-size: 20px;
  line-height: 1.2;
}

.about-stat-card p {
  color: #525252;
  font-size: 14px;
  line-height: 1.5;
}

.about-sector-row {
  gap: 12px;
}

.about-sector {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  color: #171717;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.about-sector:hover {
  border-color: rgba(200, 16, 46, 0.35);
  transform: translateY(-2px);
}

.about-sector .material-symbols-outlined {
  color: #c8102e;
  font-size: 18px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.about-partners {
  padding: 104px 0;
  color: #e2e2e2;
  background: #0c0f0f;
  border-color: rgba(255, 255, 255, 0.08);
}

/* Decorative graph-paper grid overlays removed per brand cleanup. */
.about-partners::before,
.about-team::before,
.about-case-studies::before,
.about-innovations::before {
  display: none;
}

.about-partners-inner,
.about-team-inner,
.about-case-studies-inner,
.about-innovations-inner {
  position: relative;
  z-index: 1;
}

.about-partners-inner {
  gap: 58px;
}

.about-partners-title,
.about-team-title,
.about-case-title,
.about-innovations-title {
  color: #171717;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0;
}

.about-partner-card {
  height: 118px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.about-vision {
  padding: 104px 0;
  color: #e2e2e2;
  background: #121414;
}

.about-vision::before {
  display: none;
}

.about-vision-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.7fr);
  gap: 24px;
  align-items: stretch;
  text-align: left;
}

.about-vision-head {
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #1a1c1c;
}

.about-vision-title-wrap {
  align-items: flex-start;
}

.about-vision-title {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0;
}

.about-vision-copy-wrap {
  max-width: none;
  margin: 0;
  padding: 48px;
  border: 1px solid rgba(200, 16, 46, 0.36);
  border-radius: 6px;
  color: #e2e2e2;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.about-vision-copy-wrap::before {
  top: 34px;
  bottom: 34px;
  left: 0;
  width: 3px;
  height: auto;
  border-radius: 0;
  transform: none;
}

.about-vision-copy {
  color: #e7bdb6;
  font-size: 20px;
  line-height: 1.7;
}

.about-team {
  padding: 104px 0;
  color: #171717;
  background: #fafafa;
}

.about-team::after {
  display: none;
}

.about-team-header {
  gap: 12px;
  margin-bottom: 48px;
}

.about-team-grid,
.about-leadership-grid {
  gap: 20px;
}

.about-team-card {
  min-height: 420px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  color: #171717;
  background: #ffffff;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.about-team-card:hover,
.about-team-card:focus-within {
  border-color: rgba(200, 16, 46, 0.62);
  transform: translateY(-4px);
}

.about-team-name {
  color: #c8102e;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

.about-team-role {
  color: #525252;
  font-size: 12px;
  letter-spacing: 0;
}

.about-team-photo {
  border-radius: 4px;
  filter: grayscale(0.35) contrast(1.04);
  transition: filter 0.35s ease, transform 0.35s ease;
}

.about-team-card:hover .about-team-photo {
  filter: grayscale(0) contrast(1);
  transform: scale(1.015);
}

.about-section-divider {
  border-color: rgba(0, 0, 0, 0.08);
}

.about-case-studies {
  position: relative;
  padding: 104px 0;
  color: #e2e2e2;
  background: #121414;
}

.about-case-studies-header {
  gap: 14px;
}

.about-case-intro,
.about-case-headline,
.about-case-body {
  color: #e2e2e2;
  letter-spacing: 0;
  text-transform: none;
}

.about-case-intro {
  color: #e7bdb6;
  font-size: 18px;
}

.about-case-slider {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
}

.about-case-headline {
  font-size: 36px;
}

.about-case-body {
  color: rgba(226, 226, 226, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.about-case-cta {
  min-height: 48px;
  border-radius: 3px;
  background: #c8102e;
}

.about-case-stack {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.about-case-dot {
  background: rgba(255, 255, 255, 0.22);
}

.about-case-dot.is-active {
  background: #c8102e;
}

.about-innovations {
  position: relative;
  padding: 82px 0 96px;
  color: #171717;
  background: #ffffff;
}

.about-innovations-inner {
  width: min(1280px, calc(100% - 64px));
}

.about-innovations-header {
  width: 100%;
  margin: 0;
  padding-bottom: 18px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
}

.about-innovations-title {
  width: auto;
  color: #171717;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  text-align: left;
}

.about-innovations-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: #c8102e;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.about-innovations-view-all svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.about-innovations-view-all:hover svg,
.about-innovations-view-all:focus-visible svg {
  transform: translateX(3px);
}

.about-innovations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

.about-innovation-card {
  min-height: 194px;
  padding: 38px 48px 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  background: transparent;
  transition: border-color 0.25s ease;
}

.about-innovation-card:nth-child(even) {
  padding-right: 0;
  padding-left: 48px;
}

.about-innovation-card:hover,
.about-innovation-card:focus-within {
  border-bottom-color: rgba(200, 16, 46, 0.72);
}

.about-innovation-article-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.about-innovation-category {
  display: block;
  margin-bottom: 16px;
  color: #c8102e;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-innovation-heading {
  margin: 0;
  color: #171717;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  transition: color 0.2s ease;
}

.about-innovation-card:hover .about-innovation-heading,
.about-innovation-card:focus-within .about-innovation-heading {
  color: #9b0c24;
}

.about-innovation-summary {
  margin: 14px 0 0;
  color: #525252;
  font-size: 15px;
  line-height: 1.55;
}

.about-no-blogs {
  color: #525252;
}

@media (max-width: 960px) {
  .about-hero-highlight {
    padding-right: 32px;
    padding-left: 32px;
  }

  .about-hero-title {
    font-size: 52px;
  }

  .about-global-row,
  .about-vision-inner,
  .about-case-slider {
    grid-template-columns: 1fr;
  }

  .about-global-row {
    align-items: flex-start;
  }

  .about-vision-inner {
    display: grid;
  }

  .about-case-slider {
    padding: 28px;
  }

  .about-innovations-grid {
    grid-template-columns: 1fr;
  }

  .about-innovation-card,
  .about-innovation-card:nth-child(even) {
    padding: 34px 0 28px;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding-bottom: 68px;
  }

  .about-hero-highlight {
    min-height: 0;
    padding: 70px 20px 36px;
  }

  .about-hero-top {
    min-height: 380px;
    padding: 24px 0 42px;
  }

  .about-hero-title {
    margin-top: 18px;
    font-size: 40px;
  }

  .about-hero-subtitle {
    font-size: 16px;
  }

  .about-global-row {
    gap: 26px;
  }

  .about-global-title,
  .about-partners-title,
  .about-vision-title,
  .about-team-title,
  .about-case-title,
  .about-innovations-title {
    font-size: 34px;
  }

  .about-hero-inner,
  .about-vision-inner,
  .about-team-inner,
  .about-case-studies-inner,
  .about-innovations-inner {
    width: min(100% - 40px, 1280px);
  }

  .about-stats-row,
  .about-sector-row {
    grid-template-columns: 1fr;
  }

  .about-stat-card {
    min-height: 120px;
  }

  .about-partners,
  .about-vision,
  .about-team,
  .about-case-studies,
  .about-innovations {
    padding: 72px 0;
  }

  .about-vision-head,
  .about-vision-copy-wrap {
    padding: 30px 24px;
  }

  .about-vision-copy {
    font-size: 17px;
  }

  .about-team-grid,
  .about-leadership-grid,
  .about-innovations-grid {
    grid-template-columns: 1fr;
  }

  .about-case-slider {
    padding: 24px;
  }

  .about-case-headline {
    font-size: 28px;
  }

  .about-innovations-header {
    align-items: center;
  }

  .about-innovations-title {
    font-size: 32px;
  }

  .about-innovation-heading {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-bg-noise {
    animation: none;
  }
}

/* Light-mode bands requested for Partners, Mission, and Security Challenges. */
.about-partners {
  color: #111315;
  background: #f7f8fa;
  border-color: rgba(17, 19, 21, 0.08);
}

.about-partners-title {
  color: #111315;
}

.about-partner-card {
  border-color: rgba(17, 19, 21, 0.1);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 19, 21, 0.07);
}

.about-partner-card:hover {
  border-color: rgba(200, 16, 46, 0.3);
  box-shadow: 0 18px 40px rgba(17, 19, 21, 0.1);
}

.about-vision {
  color: #111315;
  background: #ffffff;
}

.about-vision-head {
  border-color: rgba(17, 19, 21, 0.1);
  background: #f5f6f7;
  box-shadow: 0 16px 38px rgba(17, 19, 21, 0.055);
}

.about-vision-title {
  color: #111315;
}

.about-vision-copy-wrap {
  color: #111315;
  border-color: rgba(200, 16, 46, 0.34);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 19, 21, 0.075);
}

.about-vision-copy {
  color: rgba(17, 19, 21, 0.72);
}

.about-case-studies {
  color: #111315;
  background: #f7f8fa;
}

.about-case-title,
.about-case-intro,
.about-case-headline,
.about-case-body {
  color: #111315;
}

.about-case-intro {
  color: rgba(17, 19, 21, 0.68);
}

.about-case-slider {
  border-color: rgba(17, 19, 21, 0.1);
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(17, 19, 21, 0.07);
}

.about-case-body {
  color: rgba(17, 19, 21, 0.68);
}

.about-case-stack {
  border-color: rgba(17, 19, 21, 0.1);
  box-shadow: 0 18px 42px rgba(17, 19, 21, 0.15);
}

.about-case-dot {
  background: rgba(17, 19, 21, 0.22);
}

.about-case-dot.is-active {
  background: #c8102e;
}
