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

.about-main {
  color: #e2e2e2;
  background: #121414;
}

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

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

.about-hero-highlight::before {
  inset: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 82% 42%, rgba(211, 21, 12, 0.08), transparent 30%),
    linear-gradient(180deg, transparent 62%, rgba(18, 20, 20, 0.66));
}

.about-hero-bg-grid {
  inset: 0;
  width: auto;
  height: auto;
  opacity: 0.65;
  background-image:
    linear-gradient(rgba(211, 21, 12, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 21, 12, 0.055) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: none;
  -webkit-mask-image: none;
}

.about-hero-bg-noise {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  background: #d3150c;
  box-shadow: 0 0 10px rgba(211, 21, 12, 0.7), 0 0 22px rgba(211, 21, 12, 0.32);
  animation: about-command-scan 5s linear infinite;
}

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

@keyframes about-command-scan {
  0% {
    top: 0;
    opacity: 0;
  }

  10%,
  90% {
    opacity: 0.18;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

.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(211, 21, 12, 0.48);
  border-radius: 3px;
  color: #ef3027;
  background: rgba(211, 21, 12, 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: #ffffff;
  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: #e7bdb6;
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
  text-transform: none;
}

.about-call-cta {
  margin-top: 34px;
  flex-direction: row-reverse;
}

.about-call-button,
.about-call-arrow {
  height: 48px;
  border-radius: 3px;
}

.about-call-button {
  padding: 0 25px;
  background: #d3150c;
  font-size: 13px;
  font-weight: 600;
}

.about-call-arrow {
  width: 48px;
  color: #ffffff;
  background: #080b0f;
  border: 1px solid rgba(211, 21, 12, 0.8);
}

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

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

.about-global-text {
  max-width: 500px;
  color: rgba(226, 226, 226, 0.72);
  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: 138px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.about-stat-card:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.about-stat-card:hover {
  border-color: rgba(211, 21, 12, 0.6);
  transform: translateY(-3px);
}

.about-stat-card h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.2;
}

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

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

.about-sector {
  height: 48px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: rgba(226, 226, 226, 0.76);
  background: #1a1c1c;
  font-size: 11px;
  letter-spacing: 0;
}

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

.about-partners::before,
.about-team::before,
.about-case-studies::before,
.about-innovations::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(211, 21, 12, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 21, 12, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
  opacity: 0.55;
}

.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: #ffffff;
  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 {
  background-image:
    linear-gradient(rgba(211, 21, 12, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 21, 12, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}

.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(211, 21, 12, 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;
  background: #0c0f0f;
}

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

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

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

.about-team-card,
.about-leadership-grid .about-team-card {
  min-height: 420px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #e2e2e2;
  background: #1a1c1c;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.about-team-card:hover,
.about-team-card:focus-within {
  border-color: rgba(211, 21, 12, 0.62);
  transform: translateY(-4px);
}

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

.about-team-role {
  color: #ef3027;
  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(255, 255, 255, 0.09);
}

.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: #d3150c;
}

.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: #ef3027;
}

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

.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(255, 255, 255, 0.1);
  text-align: left;
}

.about-innovations-title {
  width: auto;
  color: #ffffff;
  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: #ef3027;
  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(255, 255, 255, 0.1);
  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(211, 21, 12, 0.72);
}

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

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

.about-innovation-heading {
  margin: 0;
  color: #ffffff;
  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: #ffb4a8;
}

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

.about-no-blogs {
  color: rgba(226, 226, 226, 0.7);
}

@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::before,
.about-case-studies::before {
  background-image:
    linear-gradient(rgba(211, 21, 12, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 21, 12, 0.035) 1px, transparent 1px);
  opacity: 0.5;
}

.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(211, 21, 12, 0.3);
  box-shadow: 0 18px 40px rgba(17, 19, 21, 0.1);
}

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

.about-vision::before {
  background-image:
    linear-gradient(rgba(17, 19, 21, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 21, 0.035) 1px, transparent 1px);
  opacity: 0.52;
}

.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(211, 21, 12, 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: #d3150c;
}
