.about-redesign-page > .page-wrapper > nav[aria-label="breadcrumb"],
.about-redesign-page .about-three,
.about-redesign-page .funfact-two,
.about-redesign-page .cta-one,
.about-redesign-page .service-two--about,
.about-redesign-page .faq-one,
.about-redesign-page .funfact-one,
.about-redesign-page .mail-section {
  display: none;
}

.about-redesign-page .main-footer .footer-widget--about {
  margin-top: 0;
}

.about-redesign {
  --about-navy: #0d1825;
  --about-ink: #111c2a;
  --about-muted: #586576;
  --about-red: #fe4040;
  --about-orange: #fb8404;
  color: var(--about-ink);
  background: #fff;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

.about-redesign *,
.about-redesign *::before,
.about-redesign *::after {
  box-sizing: border-box;
}

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

.about-redesign h1,
.about-redesign h2,
.about-redesign h3,
.about-redesign p {
  max-width: 100%;
  margin-top: 0;
  overflow-wrap: break-word;
}

.about-redesign section,
.about-redesign .container,
.about-redesign section > *,
.about-redesign .container > * {
  min-width: 0;
}

.about-section-label {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--about-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-redesign h2 {
  color: var(--about-ink);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.08;
}

.about-btn {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.about-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.about-btn--primary {
  color: #fff;
  background: linear-gradient(100deg, var(--about-red), var(--about-orange));
}

.about-btn--outline {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  background: rgba(10, 18, 28, 0.22);
}

.about-hero {
  position: relative;
  display: flex;
  min-height: 610px;
  overflow: hidden;
  align-items: center;
  background: var(--about-navy);
}

.about-hero__media {
  position: absolute;
  inset: 0 0 0 39%;
}

.about-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--about-navy) 0%, rgba(13, 24, 37, 0.3) 54%, rgba(13, 24, 37, 0.08) 100%);
  content: "";
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero .container {
  position: relative;
  z-index: 1;
}

.about-hero__content {
  max-width: 650px;
  padding: 70px 0;
}

.about-hero h1 {
  max-width: 640px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.about-hero p {
  max-width: 570px;
  margin-bottom: 34px;
  color: #d1d9e4;
  font-size: 18px;
  line-height: 1.65;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about-story {
  padding: 105px 0;
}

.about-story .container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
}

.about-story__copy > p {
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.75;
}

.about-story__points {
  display: grid;
  gap: 10px;
  margin: 26px 0 32px;
  padding: 0;
  list-style: none;
}

.about-story__points li {
  color: #283647;
  font-size: 14px;
  font-weight: 700;
}

.about-story__points i {
  margin-right: 10px;
  color: var(--about-orange);
}

.about-story__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 24px;
  border-top: 1px solid #dfe5ec;
}

.about-story__proof div {
  padding: 0 18px;
  border-right: 1px solid #dfe5ec;
}

.about-story__proof div:first-child {
  padding-left: 0;
}

.about-story__proof div:last-child {
  border-right: 0;
}

.about-story__proof strong,
.about-story__proof span {
  display: block;
}

.about-story__proof strong {
  color: var(--about-ink);
  font-size: 30px;
  font-weight: 800;
}

.about-story__proof span {
  color: var(--about-muted);
  font-size: 11px;
  font-weight: 600;
}

.about-story__gallery {
  position: relative;
  height: 570px;
}

.about-story__gallery figure {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
  box-shadow: 0 24px 55px rgba(17, 28, 42, 0.16);
}

.about-story__gallery-main {
  height: 100%;
}

.about-story__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story__gallery figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  gap: 4px;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 22px;
  border-left: 4px solid var(--about-orange);
  color: #fff;
  background: rgba(13, 24, 37, 0.9);
  backdrop-filter: blur(8px);
}

.about-story__gallery figcaption strong {
  font-size: 18px;
  font-weight: 800;
}

.about-story__gallery figcaption span {
  color: #d6dee8;
  font-size: 12px;
}

.about-purpose {
  position: relative;
  overflow: hidden;
  padding: 0 0 84px;
  background:
    radial-gradient(circle at 10% 90%, rgba(254, 64, 64, 0.09), transparent 34%),
    var(--about-navy);
}

.about-purpose .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: 0 52px;
  align-items: stretch;
}

.about-purpose__statement {
  align-self: center;
  padding: 76px 0 132px;
}

.about-purpose h2 {
  max-width: 470px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(36px, 3.65vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.about-purpose__statement p {
  max-width: 470px;
  margin: 0;
  color: #bfcbd9;
  line-height: 1.75;
}

.about-purpose__visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.about-purpose__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(13, 24, 37, 0.88));
  content: "";
}

.about-purpose__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-purpose__visual > span {
  position: absolute;
  right: 30px;
  bottom: 98px;
  left: 30px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 18px;
  border-left: 4px solid var(--about-orange);
  color: #fff;
}

.about-purpose__visual strong,
.about-purpose__visual small {
  display: block;
}

.about-purpose__visual strong {
  font-size: 18px;
  font-weight: 800;
}

.about-purpose__visual small {
  margin-top: 4px;
  color: #c7d1dc;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.about-purpose__values {
  position: relative;
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: -72px;
  counter-reset: principle;
}

.about-purpose__values article {
  position: relative;
  min-height: 215px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 3px solid transparent;
  background: rgba(25, 39, 54, 0.94);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  counter-increment: principle;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.about-purpose__values article:hover {
  border-top-color: var(--about-orange);
  transform: translateY(-6px);
}

.about-purpose__values article::before {
  position: absolute;
  top: 25px;
  right: 27px;
  color: rgba(255, 255, 255, 0.13);
  content: "0" counter(principle);
  font-size: 36px;
  font-weight: 800;
}

.about-purpose__values i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(251, 132, 4, 0.36);
  border-radius: 12px;
  color: var(--about-orange);
  background: rgba(251, 132, 4, 0.09);
  font-size: 21px;
}

.about-purpose__values h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.about-purpose__values p {
  margin: 0;
  color: #bfcbd9;
  font-size: 13px;
  line-height: 1.7;
}

.about-services {
  display: grid;
  grid-template-columns: minmax(390px, 0.92fr) minmax(560px, 1.08fr);
  min-height: 760px;
  background: #fff;
}

.about-services__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0 52px 52px 0;
  box-shadow: 24px 0 60px rgba(13, 24, 37, 0.1);
}

.about-services__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-services__visual::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(9, 20, 32, 0.84));
  content: "";
}

.about-services__visual-note {
  position: absolute;
  right: 42px;
  bottom: 42px;
  left: 42px;
  z-index: 1;
  max-width: 410px;
  padding: 22px 24px;
  border-left: 4px solid var(--about-orange);
  color: #fff;
  background: rgba(13, 24, 37, 0.88);
  backdrop-filter: blur(8px);
}

.about-services__visual-note span,
.about-services__visual-note strong {
  display: block;
}

.about-services__visual-note span {
  margin-bottom: 6px;
  color: #ffae4f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-services__visual-note strong {
  font-size: 20px;
  line-height: 1.35;
}

.about-services__content {
  align-self: center;
  max-width: 880px;
  padding: 72px 6vw 72px 5vw;
}

.about-services__content h2 {
  max-width: 650px;
  margin-bottom: 16px;
  font-size: clamp(36px, 3.7vw, 50px);
}

.about-services__content > p {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--about-muted);
  line-height: 1.65;
}

.about-services__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: service;
}

.about-services__list li {
  position: relative;
  display: grid;
  grid-template-columns: 34px 42px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 126px;
  padding: 22px 18px;
  overflow: hidden;
  border: 1px solid #dfe5ec;
  border-radius: 12px;
  background: #f7f9fb;
  counter-increment: service;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-services__list li:hover {
  border-color: rgba(251, 132, 4, 0.55);
  background: #fff;
  box-shadow: 0 16px 32px rgba(13, 24, 37, 0.1);
  transform: translateY(-4px);
}

.about-services__list li::before {
  color: var(--about-red);
  content: "0" counter(service);
  padding-top: 7px;
  font-size: 13px;
  font-weight: 800;
}

.about-services__list i {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  color: var(--about-orange);
  background: rgba(251, 132, 4, 0.1);
  font-size: 17px;
  place-items: center;
}

.about-services__list span,
.about-services__list strong,
.about-services__list small {
  display: block;
}

.about-services__list strong {
  color: var(--about-ink);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.about-services__list small {
  margin-top: 7px;
  color: #718096;
  font-size: 11px;
  line-height: 1.5;
}

.about-metrics {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background: var(--about-navy);
}

.about-metrics::before {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.about-metrics .container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.about-metrics .container > div {
  display: grid;
  place-items: center;
  padding: 10px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

.about-metrics .container > div:last-child {
  border-right: 0;
}

.about-metrics i {
  margin-bottom: 10px;
  color: var(--about-orange);
  font-size: 28px;
}

.about-metrics strong {
  color: var(--about-red);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.about-metrics span {
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
}

.about-industries {
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  background:
    linear-gradient(90deg, rgba(13, 24, 37, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(13, 24, 37, 0.025) 1px, transparent 1px),
    #fff;
  background-size: 48px 48px;
}

.about-industries__heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.about-industries__heading .about-section-label {
  grid-column: 1 / -1;
  margin-bottom: -48px;
}

.about-industries__heading h2 {
  max-width: 720px;
  margin: 0;
}

.about-industries__heading p {
  max-width: 560px;
  margin: 0 0 5px;
  color: var(--about-muted);
  line-height: 1.7;
}

.about-industries__rail {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  counter-reset: industry;
}

.about-industries__rail a {
  position: relative;
  grid-column: span 5;
  height: 275px;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  background: var(--about-navy);
  box-shadow: 0 18px 40px rgba(13, 24, 37, 0.14);
  counter-increment: industry;
}

.about-industries__rail a:nth-child(1),
.about-industries__rail a:nth-child(4) {
  grid-column: span 7;
}

.about-industries__rail a::before {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #fff;
  background: rgba(13, 24, 37, 0.46);
  content: "0" counter(industry);
  font-size: 11px;
  font-weight: 800;
  place-items: center;
  backdrop-filter: blur(5px);
}

.about-industries__rail a::after {
  position: absolute;
  inset: 25% 0 0;
  background: linear-gradient(transparent, rgba(13, 24, 37, 0.97));
  content: "";
}

.about-industries__rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.about-industries__rail a:hover img {
  transform: scale(1.07);
}

.about-industries__rail span {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 44px;
  align-items: end;
}

.about-industries__rail small {
  grid-column: 1 / -1;
  display: block;
  margin-bottom: 6px;
  color: #ffb252;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-industries__rail strong {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-industries__rail i {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--about-red), var(--about-orange));
  place-items: center;
  transition: transform 0.25s ease;
}

.about-industries__rail a:hover i {
  transform: translateX(4px);
}

.about-capabilities {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    radial-gradient(circle at 95% 10%, rgba(251, 132, 4, 0.09), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.about-capabilities .container {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: 88px;
  align-items: center;
}

.about-capabilities__content h2 {
  max-width: 590px;
  margin-bottom: 0;
}

.about-capabilities__steps {
  display: grid;
  gap: 12px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: capability;
}

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

.about-capabilities__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 46px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 88px;
  padding: 16px 20px;
  overflow: hidden;
  border: 1px solid #e0e6ed;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 9px 24px rgba(13, 24, 37, 0.045);
  counter-increment: capability;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-capabilities__steps li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(var(--about-red), var(--about-orange));
  content: "";
  opacity: 0;
  transition: opacity 0.25s ease;
}

.about-capabilities__steps li:hover {
  border-color: rgba(251, 132, 4, 0.4);
  box-shadow: 0 16px 34px rgba(13, 24, 37, 0.1);
  transform: translateX(6px);
}

.about-capabilities__steps li:hover::after {
  opacity: 1;
}

.about-capabilities__steps li::before {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
  color: var(--about-red);
  background: rgba(254, 64, 64, 0.08);
  content: "0" counter(capability);
  font-size: 12px;
  font-weight: 800;
}

.about-capabilities__steps i {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--about-orange);
  background: rgba(251, 132, 4, 0.1);
  font-size: 17px;
  place-items: center;
}

.about-capabilities__steps strong,
.about-capabilities__steps small {
  display: block;
}

.about-capabilities__steps strong {
  margin-bottom: 5px;
  color: var(--about-ink);
  font-size: 15px;
  line-height: 1.35;
}

.about-capabilities__steps small {
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.5;
}

.about-capabilities__image {
  position: relative;
  height: 650px;
  margin: 24px 0;
  overflow: visible;
}

.about-capabilities__image::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 46%;
  height: 46%;
  border-top: 4px solid var(--about-orange);
  border-right: 4px solid var(--about-orange);
  border-radius: 0 24px 0 0;
  content: "";
}

.about-capabilities__image::after {
  position: absolute;
  right: 34px;
  bottom: -18px;
  left: -18px;
  z-index: -1;
  height: 52%;
  border-radius: 0 0 0 24px;
  background: var(--about-navy);
  content: "";
}

.about-capabilities__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  box-shadow: 0 28px 60px rgba(13, 24, 37, 0.2);
  object-fit: cover;
}

.about-capabilities__image > div {
  position: absolute;
  right: -24px;
  bottom: 34px;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 255px;
  padding: 21px 24px;
  border-left: 4px solid var(--about-orange);
  border-radius: 10px 0 0 10px;
  color: #fff;
  background: rgba(13, 24, 37, 0.96);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}

.about-capabilities__image strong {
  color: var(--about-orange);
  font-size: 30px;
}

.about-capabilities__image span {
  font-size: 11px;
  line-height: 1.4;
}

.about-process {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(251, 132, 4, 0.14), transparent 28%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    var(--about-navy);
  background-size: auto, 46px 46px, 46px 46px, auto;
}

.about-process .container {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  gap: 90px;
  align-items: center;
}

.about-process__heading {
  position: relative;
  display: block;
  align-self: stretch;
  margin: 0;
  padding: 52px 50px 52px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.about-process__heading p {
  max-width: 470px;
  margin: 24px 0 0;
  color: #aebdcc;
  font-size: 14px;
  line-height: 1.75;
}

.about-process__heading .about-section-label {
  margin: 0 0 24px;
  color: #ff765f;
}

.about-process__heading h2 {
  max-width: 510px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.04;
}

.about-process__heading::after {
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 34px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--about-red), var(--about-orange));
  content: "";
}

.about-process__stage-count {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
  padding: 12px 18px 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.about-process__stage-count strong {
  color: var(--about-orange);
  font-size: 30px;
  line-height: 1;
}

.about-process__stage-count span {
  color: #d8e0e8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.about-process__steps::before {
  position: absolute;
  top: 45px;
  bottom: 45px;
  left: 35px;
  width: 2px;
  height: auto;
  background: linear-gradient(var(--about-red), var(--about-orange));
  content: "";
  opacity: 0.75;
}

.about-process__steps li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px 130px 1fr 44px;
  gap: 16px;
  align-items: center;
  min-height: 96px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
  text-align: left;
  counter-increment: process;
  backdrop-filter: blur(6px);
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.about-process__steps li::after {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(var(--about-red), var(--about-orange));
  content: "";
  opacity: 0.72;
}

.about-process__steps li:nth-child(even) {
  margin: 0 0 0 34px;
}

.about-process__steps li:hover {
  border-color: rgba(251, 132, 4, 0.6);
  background: rgba(255, 255, 255, 0.11);
  transform: translateX(7px);
}

.about-process__steps li::before {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.34);
  content: "0" counter(process);
  font-size: 24px;
  font-weight: 800;
}

.about-process__steps i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  border: 1px solid rgba(251, 132, 4, 0.42);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, rgba(254, 64, 64, 0.95), rgba(251, 132, 4, 0.95));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  font-size: 19px;
}

.about-process__steps strong {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.about-process__steps span {
  grid-column: 3;
  grid-row: 1;
  color: #bfcbd9;
  font-size: 12px;
  line-height: 1.65;
}

.about-platforms {
  padding: 38px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #101d2c;
}

.about-platforms .container {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 35px;
  align-items: center;
}

.about-platforms .container > span {
  color: #dce5ef;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-platforms ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-platforms li {
  padding: 15px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.about-platforms li:hover {
  border-color: var(--about-orange);
  color: #ffad4d;
  background: rgba(251, 132, 4, 0.09);
  transform: translateY(-3px);
}

.about-faq {
  padding: 95px 0;
  background: #f5f7fa;
}

.about-faq .container {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 75px;
}

.about-faq__heading p {
  color: var(--about-muted);
  line-height: 1.7;
}

.about-faq__items {
  border-top: 1px solid #d8e0e8;
}

.about-faq details {
  border-bottom: 1px solid #d8e0e8;
}

.about-faq summary {
  position: relative;
  padding: 21px 45px 21px 18px;
  color: var(--about-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.about-faq summary::after {
  position: absolute;
  top: 17px;
  right: 16px;
  color: var(--about-red);
  content: "+";
  font-size: 25px;
  font-weight: 400;
}

.about-faq details[open] summary::after {
  content: "−";
}

.about-faq details p {
  margin: 0;
  padding: 0 48px 22px 18px;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.7;
}

.about-faq {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: radial-gradient(circle at 8% 90%, rgba(251, 132, 4, 0.09), transparent 30%), #f5f7fa;
}

.about-faq .container {
  grid-template-columns: minmax(310px, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
  align-items: start;
}

.about-faq__heading {
  position: relative;
  overflow: hidden;
  padding: 48px 42px;
  border-radius: 20px;
  color: #fff;
  background: radial-gradient(circle at 100% 0, rgba(251, 132, 4, 0.2), transparent 38%), var(--about-navy);
  box-shadow: 0 24px 54px rgba(13, 24, 37, 0.18);
}

.about-faq__heading::after {
  position: absolute;
  right: -12px;
  bottom: -58px;
  color: rgba(255, 255, 255, 0.045);
  content: "?";
  font-size: 230px;
  font-weight: 900;
  line-height: 1;
}

.about-faq__heading .about-section-label {
  color: #ff765f;
}

.about-faq__heading h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(38px, 3.8vw, 52px);
}

.about-faq__heading p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  color: #bfcbd9;
}

.about-faq__contact {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 36px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.about-faq__contact > i {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--about-red), var(--about-orange));
  place-items: center;
}

.about-faq__contact span,
.about-faq__contact small,
.about-faq__contact a {
  display: block;
}

.about-faq__contact small {
  margin-bottom: 3px;
  color: #9dabb9;
  font-size: 10px;
  text-transform: uppercase;
}

.about-faq__contact a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.about-faq__contact a i {
  margin-left: 6px;
  color: var(--about-orange);
}

.about-faq__items {
  display: grid;
  gap: 14px;
  border-top: 0;
}

.about-faq details {
  overflow: hidden;
  border: 1px solid #dce3eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(13, 24, 37, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-faq details[open] {
  border-color: rgba(251, 132, 4, 0.48);
  box-shadow: 0 16px 36px rgba(13, 24, 37, 0.1);
}

.about-faq summary {
  padding: 24px 68px 24px 26px;
}

.about-faq summary::after {
  top: 50%;
  right: 22px;
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--about-navy);
  font-size: 20px;
  font-weight: 500;
  place-items: center;
  transform: translateY(-50%);
}

.about-faq details[open] summary::after {
  color: #fff;
  background: linear-gradient(135deg, var(--about-red), var(--about-orange));
  content: "−";
}

.about-faq details p {
  padding: 0 72px 26px 26px;
  font-size: 14px;
}

.about-cta {
  position: relative;
  overflow: hidden;
  padding: 66px 0;
  background: var(--about-navy);
}

.about-cta__image {
  position: absolute;
  inset: 0 0 0 58%;
}

.about-cta__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--about-navy), rgba(13, 24, 37, 0.12));
  content: "";
}

.about-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-cta .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
}

.about-cta h2 {
  max-width: 720px;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}

.about-cta p {
  margin: 0;
  color: #c8d2df;
}

@media (max-width: 1199px) {
  .about-hero__media {
    left: 32%;
  }

  .about-story .container,
  .about-capabilities .container {
    gap: 45px;
  }

  .about-services {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (max-width: 991px) {
  .about-hero {
    min-height: 570px;
  }

  .about-hero__media {
    left: 0;
    opacity: 0.52;
  }

  .about-hero__media::after {
    background: rgba(13, 24, 37, 0.58);
  }

  .about-story .container,
  .about-capabilities .container,
  .about-faq .container {
    grid-template-columns: 1fr;
  }

  .about-purpose .container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-purpose__statement {
    padding: 72px 0 130px;
  }

  .about-purpose__visual {
    min-height: 480px;
  }

  .about-industries__rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-industries__rail a,
  .about-industries__rail a:nth-child(1),
  .about-industries__rail a:nth-child(4) {
    grid-column: auto;
  }

  .about-process .container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-process__heading {
    padding: 0 0 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .about-process__steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-process__steps::before {
    display: block;
  }

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

  .about-story__gallery {
    order: -1;
    height: 500px;
  }

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

  .about-services__visual {
    height: 460px;
    border-radius: 0;
  }

  .about-services__content {
    max-width: none;
    padding: 70px 7vw;
  }

  .about-metrics .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .about-metrics .container > div:nth-child(2) {
    border-right: 0;
  }

  .about-capabilities__image {
    height: 520px;
    max-width: 720px;
    margin: 18px auto 0;
  }
}

@media (max-width: 767px) {
  .about-redesign-page .mobile-nav__btn span {
    background-color: #111c2a;
  }

  .about-redesign .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-story .container,
  .about-story__copy,
  .about-services__content,
  .about-industries__heading,
  .about-capabilities__content,
  .about-faq__heading {
    width: 100%;
    max-width: 100%;
  }

  .about-hero {
    min-height: 620px;
  }

  .about-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .about-hero p {
    max-width: 100%;
    font-size: 16px;
  }

  .about-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-story,
  .about-industries,
  .about-capabilities,
  .about-process,
  .about-faq {
    padding: 72px 0;
  }

  .about-purpose {
    padding: 0 0 64px;
  }

  .about-purpose__statement {
    padding: 64px 0 100px;
  }

  .about-purpose__visual {
    min-height: 400px;
  }

  .about-purpose__visual > span {
    right: 22px;
    bottom: 82px;
    left: 22px;
  }

  .about-story .container {
    gap: 38px;
  }

  .about-story__gallery {
    height: 420px;
  }

  .about-story__gallery-main {
    height: 100%;
  }

  .about-story__proof {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-purpose__values {
    grid-template-columns: 1fr;
    margin-top: -62px;
  }

  .about-purpose__values article {
    min-height: 0;
    padding: 28px 26px;
  }

  .about-industries__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-industries__heading .about-section-label {
    grid-column: auto;
    margin-bottom: 0;
  }

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

  .about-industries__rail a {
    grid-column: auto;
    height: 290px;
  }

  .about-story__proof div {
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid #dfe5ec;
  }

  .about-services__visual {
    height: 330px;
  }

  .about-services__visual-note {
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 18px 20px;
  }

  .about-services__content {
    padding: 58px 20px;
  }

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

  .about-services__list li {
    grid-template-columns: 32px 38px 1fr;
    min-height: 0;
    gap: 10px;
    padding: 19px 16px;
  }

  .about-services__list small {
    display: block;
  }

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

  .about-metrics .container > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .about-metrics .container > div:last-child {
    border-bottom: 0;
  }

  .about-capabilities__steps li {
    grid-template-columns: 40px 40px 1fr;
    gap: 10px;
    min-height: 0;
    padding: 15px 14px;
  }

  .about-capabilities__steps li::before {
    width: 38px;
    height: 38px;
  }

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

  .about-capabilities__image {
    height: 390px;
    width: calc(100% - 18px);
    margin: 22px 18px 0 0;
  }

  .about-capabilities__image::before {
    top: -10px;
    right: -10px;
  }

  .about-capabilities__image::after {
    bottom: -10px;
    left: -10px;
  }

  .about-capabilities__image > div {
    right: -10px;
    bottom: 20px;
    max-width: 220px;
    padding: 16px 18px;
  }

  .about-process__heading {
    padding-bottom: 32px;
  }

  .about-process__steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-process__steps li {
    display: grid;
    grid-template-columns: 44px 1fr 28px;
    gap: 6px 12px;
    min-height: 0;
    margin-left: 0;
    padding: 18px;
    text-align: left;
  }

  .about-process__steps li::before {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin: 0;
    font-size: 18px;
  }

  .about-process__steps i {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    margin: 0;
    font-size: 15px;
  }

  .about-process__steps strong {
    grid-column: 2;
    grid-row: 1;
  }

  .about-process__steps span {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .about-process__steps::before {
    left: 39px;
  }

  .about-platforms ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .about-faq .container {
    gap: 32px;
  }

  .about-faq__heading {
    padding: 34px 26px;
  }

  .about-faq summary {
    padding: 21px 58px 21px 20px;
    font-size: 14px;
  }

  .about-faq summary::after {
    right: 16px;
    width: 32px;
    height: 32px;
  }

  .about-faq details p {
    padding: 0 22px 22px 20px;
    font-size: 13px;
  }

  .about-cta__image {
    left: 0;
    opacity: 0.2;
  }

  .about-cta .container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
