:root {
  --about-ink: #0d203d;
  --about-muted: #6c7a90;
  --about-blue: #0878f9;
  --about-cyan: #6adfff;
  --about-navy: #061a39;
  --about-line: #d5e2f1;
  --about-soft: #f3f7fc;
}

body {
  color: var(--about-ink);
  background: #fff;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--about-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-kicker::before {
  width: 23px;
  height: 2px;
  background: currentColor;
  content: "";
}

.about-kicker-light {
  color: #72deff;
}

.about-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 88%, rgba(29, 112, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #06162f, #073679 68%, #075cff 140%);
}

.about-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.19;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(to bottom, #000, transparent 93%);
}

.about-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: 65px;
  align-items: center;
  min-height: 690px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-hero-label {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-left: 15px;
  border-left: 3px solid var(--about-cyan);
}

.about-hero-label span,
.about-hero-label strong {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-hero-label span {
  color: #70dfff;
}

.about-hero-label strong {
  color: rgba(255, 255, 255, 0.62);
}

.about-hero h1 {
  max-width: 720px;
  margin: 27px 0 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(54px, 4.8vw, 72px);
  line-height: 1.01;
  letter-spacing: -0.065em;
}

.about-hero h1 em {
  display: block;
  color: var(--about-cyan);
  font-style: normal;
}

.about-hero-copy > p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.76;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.about-hero .button-outline,
.about-contact-panel .button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.05);
}

.about-hero-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 14px;
  margin-top: 36px;
  padding: 19px 0 0 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 3px solid #72deff;
}

.about-hero-identity span,
.about-hero-identity small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-hero-identity span {
  grid-row: 1 / 3;
  align-self: center;
}

.about-hero-identity strong {
  color: #fff;
  font-size: 12px;
}

.about-building {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 35px 85px rgba(0, 15, 54, 0.28);
}

.about-building::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(1, 18, 51, 0.72), transparent 45%);
  pointer-events: none;
  content: "";
}

.about-building img,
.about-reception img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-building img {
  aspect-ratio: 1.35 / 1;
}

.about-building figcaption,
.about-reception figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 23px;
  color: #fff;
}

.about-building figcaption span,
.about-reception figcaption span {
  color: #76e0ff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-building figcaption strong,
.about-reception figcaption strong {
  font-size: 11px;
}

.about-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-metrics > div {
  min-height: 122px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 22px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

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

.about-metrics span,
.about-metrics small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-metrics strong {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.about-identity-section {
  padding: 118px 0;
  background: #fff;
}

.about-identity-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 84px;
  align-items: center;
}

.about-reception {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #e9eef5;
}

.about-reception::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 24, 58, 0.7), transparent 36%);
  pointer-events: none;
  content: "";
}

.about-reception img {
  position: absolute;
  inset: 0;
}

.about-identity-copy h2,
.about-section-heading h2,
.about-outlook-copy h2,
.about-contact-panel h2 {
  color: var(--about-ink);
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.055em;
}

.about-identity-copy h2 {
  margin: 17px 0 0;
  font-size: clamp(43px, 4.5vw, 63px);
  line-height: 1.04;
}

.about-identity-copy > p {
  margin: 22px 0 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.85;
}

.company-record {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 33px 0 0;
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.company-record > div {
  min-height: 98px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px 20px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.company-record dt {
  color: #8090a5;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.company-record dd {
  margin: 0;
  color: #102641;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.55;
}

.company-record-address {
  grid-column: 1 / -1;
}

.about-mission-section {
  padding: 112px 0 120px;
  background:
    radial-gradient(circle at 95% 4%, rgba(24, 125, 255, 0.11), transparent 24%),
    var(--about-soft);
}

.about-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  gap: 55px;
  align-items: end;
}

.about-section-heading h2 {
  max-width: 850px;
  margin: 17px 0 0;
  font-size: clamp(45px, 4.8vw, 66px);
  line-height: 1.03;
}

.about-section-heading > p {
  max-width: 540px;
  margin: 0;
  color: var(--about-muted);
  line-height: 1.78;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.about-pillar {
  min-height: 330px;
  display: grid;
  align-content: start;
  padding: 39px 38px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: rgba(255, 255, 255, 0.7);
}

.about-pillar > span {
  color: var(--about-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-pillar:nth-child(2) > span {
  color: #7254e8;
}

.about-pillar:nth-child(3) > span {
  color: #16825d;
}

.about-pillar:nth-child(4) > span {
  color: #d27213;
}

.about-pillar h3 {
  max-width: 480px;
  margin: 22px 0 0;
  color: #10243f;
  font-family: "Space Grotesk", sans-serif;
  font-size: 31px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.about-pillar p {
  max-width: 560px;
  margin: 17px 0 0;
  color: #69778d;
  font-size: 12px;
  line-height: 1.8;
}

.about-pillar a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: end;
  justify-self: start;
  margin-top: 30px;
  color: var(--about-blue);
  font-size: 10px;
  font-weight: 800;
}

.about-outlook-section {
  padding: 120px 0;
  color: #fff;
  background:
    radial-gradient(circle at 91% 12%, rgba(53, 193, 255, 0.28), transparent 27%),
    linear-gradient(135deg, #06162f, #073985);
}

.about-outlook-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);
  gap: 90px;
  align-items: center;
}

.about-outlook-copy h2 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(45px, 4.7vw, 66px);
  line-height: 1.03;
}

.about-outlook-copy > p {
  max-width: 710px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.63);
  line-height: 1.82;
}

.about-outlook-copy blockquote {
  max-width: 760px;
  margin: 31px 0 0;
  padding: 23px 0 3px 23px;
  color: #78e0ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 3px solid #72deff;
}

.about-principles {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.about-principles > div {
  min-height: 112px;
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.about-principles span {
  color: #70ddff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-principles strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.65;
}

.about-roadmap-section {
  padding: 116px 0 124px;
  background: #fff;
}

.about-roadmap {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--about-line);
}

.about-roadmap li {
  min-height: 176px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 120px;
  gap: 35px;
  align-items: center;
  padding: 31px 0;
  border-bottom: 1px solid var(--about-line);
}

.roadmap-stage {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.roadmap-stage span {
  color: var(--about-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.roadmap-stage strong {
  color: #c8ddf8;
  font-family: "Space Grotesk", sans-serif;
  font-size: 49px;
  letter-spacing: -0.06em;
}

.about-roadmap h3 {
  margin: 0;
  color: #10243f;
  font-family: "Space Grotesk", sans-serif;
  font-size: 27px;
  letter-spacing: -0.035em;
}

.about-roadmap p {
  max-width: 800px;
  margin: 10px 0 0;
  color: #6a788e;
  font-size: 12px;
  line-height: 1.77;
}

.about-roadmap li > small {
  justify-self: end;
  color: #8896aa;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-contact-section {
  padding: 0 0 112px;
  background: #fff;
}

.about-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 65px;
  align-items: center;
  padding: 57px 62px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 5%, rgba(58, 197, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #06162f, #073b91);
  box-shadow: 0 30px 72px rgba(8, 54, 126, 0.2);
}

.about-contact-panel h2 {
  max-width: 800px;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 59px);
  line-height: 1.04;
}

.about-contact-panel p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.63);
  line-height: 1.75;
}

.about-contact-actions {
  min-width: 260px;
  display: grid;
  gap: 12px;
}

.is-rtl .about-hero-label {
  padding-right: 15px;
  padding-left: 0;
  border-right: 3px solid var(--about-cyan);
  border-left: 0;
}

.is-rtl .about-hero-identity {
  padding-right: 17px;
  padding-left: 0;
  border-right: 3px solid #72deff;
  border-left: 0;
}

.is-rtl .about-outlook-copy blockquote {
  padding-right: 23px;
  padding-left: 0;
  border-right: 3px solid #72deff;
  border-left: 0;
}

.is-rtl .about-metrics > div {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.is-rtl .about-metrics > div:last-child {
  border-left: 0;
}

.is-rtl .company-record,
.is-rtl .about-pillars {
  border-right: 1px solid var(--about-line);
  border-left: 0;
}

.is-rtl .company-record > div,
.is-rtl .about-pillar {
  border-right: 0;
  border-left: 1px solid var(--about-line);
}

@media (max-width: 1160px) {
  .about-hero-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
    gap: 42px;
  }

  .about-identity-layout {
    gap: 55px;
  }

  .about-outlook-layout {
    gap: 55px;
  }
}

@media (max-width: 1020px) {
  .about-hero-layout,
  .about-identity-layout,
  .about-outlook-layout {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    max-width: 800px;
    margin-inline: auto;
    text-align: center;
  }

  .about-hero-label,
  .about-hero-actions {
    justify-content: center;
  }

  .about-hero-copy > p {
    margin-inline: auto;
  }

  .about-hero-identity {
    width: min(520px, 100%);
    margin-inline: auto;
    text-align: left;
  }

  .about-building {
    width: min(780px, 100%);
    margin-inline: auto;
  }

  .about-identity-layout {
    gap: 55px;
  }

  .about-reception {
    min-height: 520px;
  }

  .about-identity-copy {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
  }

  .about-kicker {
    justify-content: center;
  }

  .company-record {
    text-align: left;
  }

  .is-rtl .about-hero-identity,
  .is-rtl .company-record {
    text-align: right;
  }

  .about-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .about-section-heading > p {
    margin-inline: auto;
  }

  .about-outlook-copy {
    text-align: center;
  }

  .about-outlook-copy > p,
  .about-outlook-copy blockquote {
    margin-inline: auto;
  }

  .about-principles {
    max-width: 780px;
    width: 100%;
    margin-inline: auto;
  }

  .about-contact-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-contact-actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .about-hero-layout {
    gap: 42px;
    min-height: 0;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .about-hero-label {
    padding-left: 0;
    border-left: 0;
  }

  .about-hero-label span {
    padding-right: 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
  }

  .is-rtl .about-hero-label {
    padding-right: 0;
    border-right: 0;
  }

  .is-rtl .about-hero-label span {
    padding-right: 0;
    padding-left: 9px;
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

  .about-hero h1 {
    max-width: 475px;
    margin-top: 22px;
    margin-inline: auto;
    font-size: clamp(42px, 10.4vw, 52px);
    line-height: 1.04;
  }

  .about-hero-copy > p {
    max-width: 440px;
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.7;
  }

  .about-hero-actions {
    display: grid;
  }

  .about-hero-actions .button {
    width: 100%;
  }

  .about-hero-identity {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 5px;
    padding: 18px 0 0;
    text-align: center;
    border-left: 0;
  }

  .is-rtl .about-hero-identity {
    padding-right: 0;
    border-right: 0;
  }

  .about-hero-identity span {
    grid-row: auto;
  }

  .about-building {
    border-right: 0;
    border-left: 0;
  }

  .about-building img {
    aspect-ratio: 1.14 / 1;
  }

  .about-building figcaption,
  .about-reception figcaption {
    padding: 17px 18px;
  }

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

  .about-metrics > div {
    min-height: 105px;
    padding: 17px 15px;
  }

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

  .is-rtl .about-metrics > div:nth-child(2) {
    border-left: 0;
  }

  .about-metrics > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .about-identity-section,
  .about-mission-section,
  .about-outlook-section,
  .about-roadmap-section {
    padding: 82px 0;
  }

  .about-reception {
    min-height: 360px;
    margin-inline: -12px;
  }

  .about-identity-copy h2,
  .about-section-heading h2,
  .about-outlook-copy h2,
  .about-contact-panel h2 {
    font-size: clamp(37px, 10vw, 48px);
  }

  .about-identity-copy > p {
    font-size: 12px;
  }

  .company-record {
    grid-template-columns: 1fr;
  }

  .company-record-address {
    grid-column: auto;
  }

  .company-record > div {
    min-height: 88px;
    text-align: center;
  }

  .about-pillars {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .about-pillar {
    min-height: 0;
    padding: 31px 25px;
    text-align: center;
  }

  .about-pillar h3 {
    margin-inline: auto;
    font-size: 28px;
  }

  .about-pillar p {
    margin-inline: auto;
  }

  .about-pillar a {
    justify-self: center;
  }

  .about-outlook-copy blockquote {
    padding: 21px 10px 2px;
    font-size: 19px;
    border-left: 0;
  }

  .is-rtl .about-outlook-copy blockquote {
    padding-right: 10px;
    border-right: 0;
  }

  .about-principles > div {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 102px;
    text-align: center;
  }

  .about-roadmap {
    margin-top: 45px;
  }

  .about-roadmap li {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 17px;
    padding: 25px 0;
  }

  .roadmap-stage {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 3px;
  }

  .roadmap-stage strong {
    font-size: 39px;
  }

  .about-roadmap h3 {
    font-size: 23px;
  }

  .about-roadmap li > small {
    grid-column: 2;
    justify-self: start;
  }

  .about-contact-section {
    padding-bottom: 82px;
  }

  .about-contact-panel {
    padding: 42px 23px;
    text-align: center;
  }

  .about-contact-actions {
    display: grid;
  }

  .about-contact-actions .button {
    width: 100%;
  }
}
