/*
  About page layout inspired by provided design reference.
*/

.about-page {
  background: #eef2f7;
  color: #0f1b35;
}

.about-page__container {
  width: min(1220px, calc(100% - 2rem));
  max-width: 1220px;
}

.about-page__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(102px, 9vw, 140px) 0 44px;
  background:
    radial-gradient(65% 120% at 0% 0%, rgba(56, 122, 255, 0.34), rgba(56, 122, 255, 0)),
    linear-gradient(118deg, #06112b 0%, #081b3f 52%, #0a1a37 100%);
}

.about-page__hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #ef4444;
}

.about-page__crumb {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.about-page__crumb a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 0.2s ease;
}

.about-page__crumb a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.about-page__crumb span {
  opacity: 0.7;
  margin: 0 8px;
}

.about-page__crumb [aria-current="page"] {
  color: rgba(255, 255, 255, 0.94);
}

.about-hero__serving {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  padding: 14px 28px 14px 56px;
  border-radius: 999px;
  border: 1px solid #1c56ad;
  background: linear-gradient(180deg, rgba(12, 29, 66, 0.96) 0%, rgba(8, 22, 50, 0.98) 100%);
  box-shadow: inset 0 0 0 1px rgba(36, 86, 170, 0.2), 0 12px 24px rgba(3, 10, 28, 0.35);
  color: #51a2ff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.512px;
}

.about-hero__serving::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #51a2ff;
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px rgba(81, 162, 255, 0.14);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
  gap: clamp(16px, 2.8vw, 34px);
  align-items: center;
}

.about-hero__copy h1 {
  margin: 27px 0 0;
  color: #fff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 64.8px;
  letter-spacing: -2.1px;
  max-width: 100%;
}

.about-hero__title-line {
  display: block;
}

.about-hero__title-line--accent {
  color: #2563eb;
}

.about-hero__copy p {
  margin: 14px 0 0;
  max-width: 58ch;
  color: #9ca3af;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.4px;
}

.about-hero__actions {
  margin-top: 18px;
  margin-bottom: 96px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 10px 18px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.about-btn__icon {
  font-size: 14px;
  line-height: 1;
}

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

.about-btn--solid {
  background: linear-gradient(120deg, #2f6dff, #3f8aff);
  border-color: #4a8eff;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(28, 96, 255, 0.3);
}

.about-btn--solid:hover {
  background: linear-gradient(120deg, #275de0, #3a7ef0);
}

.about-hero__actions .about-btn--solid {
  min-height: 51.609px;
  padding: 15px 28px 14.609px;
  gap: 7.156px;
  border-radius: 33554400px;
  background: #2563eb;
  border-color: #2563eb;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.34);
}

.about-hero__actions .about-btn--solid:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #2563eb;
}

.about-btn--ghost {
  background: rgba(12, 24, 51, 0.68);
  border-color: rgba(112, 144, 201, 0.45);
  color: #ffffff;
  min-height: 51.609px;
  padding: 15px 26px 14.609px;
  gap: 8px;
}

.about-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.about-btn--story {
  background: #ffffff;
  border-color: #d7dfeb;
  color: #1d3158;
}

.about-btn--story:hover {
  background: #f4f7fc;
}

.about-hero__media {
  position: relative;
  min-height: clamp(220px, 30vw, 340px);
}

.about-hero__media::before {
  content: "";
  position: absolute;
  inset: 12% -10% -16% -10%;
  background: radial-gradient(56% 70% at 50% 50%, rgba(74, 118, 255, 0.36) 0%, rgba(52, 84, 196, 0.2) 40%, rgba(7, 19, 49, 0) 76%);
  filter: blur(14px);
  pointer-events: none;
  z-index: 0;
}

.about-photo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(159, 183, 226, 0.34);
  box-shadow: 0 18px 34px rgba(7, 14, 30, 0.35);
}

.about-photo__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(11, 30, 67, 0.15), rgba(11, 30, 67, 0.72)),
    repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 20px, rgba(255, 255, 255, 0) 20px, rgba(255, 255, 255, 0) 40px);
}

.about-photo::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 56%;
  left: 14%;
  top: 24%;
  border-radius: 18px;
  background:
    radial-gradient(circle at 24% 36%, rgba(255, 255, 255, 0.25), transparent 44%),
    linear-gradient(138deg, #314465 0%, #111f3d 74%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.about-photo span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  color: #f8fbff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-photo--hero {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: clamp(220px, 30vw, 340px);
  border-color: rgba(121, 149, 205, 0.2);
  box-shadow:
    0 26px 56px rgba(1, 9, 28, 0.62),
    0 8px 22px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.03);
  background: #0b1731;
}

.about-photo--hero::before,
.about-photo--hero::after {
  display: none;
}

.about-page__numbers {
  position: relative;
  margin-top: -2px;
  padding: 58px 0 64px;
  background:
    radial-gradient(58% 116% at 50% 4%, rgba(56, 122, 255, 0.28), rgba(56, 122, 255, 0)),
    linear-gradient(180deg, #0a1531 0%, #101d3f 100%);
}

.about-stats {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.about-stats__title {
  margin: 0;
  color: #6b7280;
  text-align: center;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.about-stats__heading {
  margin: 8px 0 30px;
  color: #fff;
  text-align: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -1.2px;
}

.about-stats__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.about-stats__card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  padding: 16px 14px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.about-stats__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
}

.about-stats__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-stats__icon--blue {
  color: #2f9cff;
  border-color: rgba(47, 156, 255, 0.34);
  background: rgba(47, 156, 255, 0.12);
}

.about-stats__icon--amber {
  color: #f7b020;
  border-color: rgba(247, 176, 32, 0.3);
  background: rgba(247, 176, 32, 0.14);
}

.about-stats__icon--violet {
  color: #8262ff;
  border-color: rgba(130, 98, 255, 0.3);
  background: rgba(130, 98, 255, 0.14);
}

.about-stats__icon--teal {
  color: #24c6b9;
  border-color: rgba(36, 198, 185, 0.3);
  background: rgba(36, 198, 185, 0.14);
}

.about-stats__icon--red {
  color: #f0536b;
  border-color: rgba(240, 83, 107, 0.3);
  background: rgba(240, 83, 107, 0.14);
}

.about-stats__icon--cyan {
  color: #28b9ff;
  border-color: rgba(40, 185, 255, 0.3);
  background: rgba(40, 185, 255, 0.14);
}

.about-stats__card strong {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
}

.about-stats__label {
  margin: 0;
  display: block;
  color: #9ca3af;
  text-align: center;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}

.about-page__story {
  padding: 78px 0 86px;
  background: #f3f4f6;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: clamp(34px, 4.4vw, 72px);
  align-items: center;
}

.about-story__media {
  margin: 0;
  position: relative;
}

.about-story__image {
  display: block;
  width: 100%;
  aspect-ratio: 560 / 390;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.16);
}

.about-story__badge {
  position: absolute;
  right: -16px;
  bottom: -18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 12px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
}

.about-story__badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eef4ff;
  color: #2563eb;
  display: inline-grid;
  place-items: center;
}

.about-story__badge-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-story__badge-copy {
  display: grid;
}

.about-story__badge-copy strong {
  color: #111827;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.6px;
}

.about-story__badge-copy small {
  margin-top: 4px;
  color: #9ca3af;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 11.52px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.28px;
}

.about-story__content {
  max-width: 560px;
}

.about-story__content .about-kicker {
  margin: 0;
  color: #2563eb;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.about-story__title {
  margin: 14px 0 0;
  color: #111827;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 48.4px;
  letter-spacing: -1.76px;
}

.about-story__title-line {
  display: block;
}

.about-story__title-line--accent {
  color: #2563eb;
}

.about-story__lead {
  margin: 22px 0 0;
  color: #6b7280;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 15.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.36px;
}

.about-kicker {
  margin: 0;
  color: #4f79cb;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.about-story__content .about-btn {
  margin-top: 24px;
}

.about-btn--story {
  display: inline-flex;
  height: 49px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 7.031px;
  border-radius: 999px;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  box-shadow: 0 10px 18px rgba(17, 24, 39, 0.14);
}

.about-btn--story:hover {
  background: #1f2937;
  border-color: #1f2937;
  color: #fff;
}

.about-page__timeline {
  padding: 42px 0 54px;
  background: #f3f4f6;
}

.about-head {
  text-align: center;
}

.about-page__timeline .about-kicker {
  color: #2563eb;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.about-head h2 {
  margin: 8px auto 0;
  color: #112349;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(27px, 3.1vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.about-page__timeline .about-head h2 {
  color: #111827;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.about-timeline {
  position: relative;
  margin: 34px auto 0;
  max-width: 1050px;
  padding: 6px 0;
  display: grid;
  gap: 30px;
}

.about-timeline__line {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: #d8dde6;
}

.about-timeline__item {
  position: relative;
  width: 100%;
  display: grid;
  min-height: 154px;
}

.about-timeline__item--left {
  justify-items: end;
}

.about-timeline__item--right {
  justify-items: start;
}

.about-timeline__dot {
  position: absolute;
  top: 52px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.about-timeline__item--left .about-timeline__dot {
  left: calc(50% + 14px);
}

.about-timeline__item--right .about-timeline__dot {
  left: calc(50% - 14px);
}

.about-timeline__dot--blue {
  background: #2563eb;
}

.about-timeline__dot--violet {
  background: #7c3aed;
}

.about-timeline__dot--green {
  background: #059669;
}

.about-timeline__dot--amber {
  background: #d97706;
}

.about-timeline__dot--slate {
  background: #334155;
}

.about-timeline__card {
  width: min(360px, calc(50% - 54px));
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  padding: 18px 20px 16px;
}

.about-timeline__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about-timeline__year {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 11px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.about-timeline__year--blue {
  background: #dbeafe;
  color: #2563eb;
}

.about-timeline__year--violet {
  background: #ede9fe;
  color: #7c3aed;
}

.about-timeline__year--green {
  background: #dcfce7;
  color: #059669;
}

.about-timeline__year--amber {
  background: #ffedd5;
  color: #ea580c;
}

.about-timeline__year--slate {
  background: #e2e8f0;
  color: #334155;
}

.about-timeline__icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
}

.about-timeline__icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-timeline__icon--blue {
  color: #2563eb;
  background: #dbeafe;
}

.about-timeline__icon--violet {
  color: #7c3aed;
  background: #ede9fe;
}

.about-timeline__icon--green {
  color: #059669;
  background: #dcfce7;
}

.about-timeline__icon--amber {
  color: #ea580c;
  background: #ffedd5;
}

.about-timeline__icon--slate {
  color: #334155;
  background: #e2e8f0;
}

.about-timeline__year {
  text-transform: uppercase;
}

.about-timeline__card h3 {
  margin: 12px 0 0;
  color: #111827;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16.8px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.about-timeline__card p {
  margin: 9px 0 0;
  color: #6b7280;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 13.4px;
  line-height: 1.7;
}

.about-page__values {
  padding: 26px 0 14px;
}

.about-values {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.about-values__card {
  border-radius: 14px;
  border: 1px solid #dce3ef;
  background: #ffffff;
  padding: 14px 14px 13px;
  box-shadow: 0 9px 20px rgba(12, 23, 43, 0.05);
}

.about-values__icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 1px solid #d4dff0;
  background: #f3f7ff;
  color: #356add;
  display: inline-grid;
  place-items: center;
}

.about-values__icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-values__card h3 {
  margin: 9px 0 0;
  color: #14264d;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.about-values__card p {
  margin: 7px 0 0;
  color: #637189;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.about-page__team {
  padding: 28px 0 24px;
}

.about-team {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.about-team__card {
  border-radius: 14px;
  border: 1px solid #dce3ef;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(12, 23, 43, 0.05);
  padding: 12px;
}

.about-team__avatar {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  border-radius: 12px;
  border: 1px solid #d6deea;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.4), transparent 42%),
    linear-gradient(145deg, #bccadd, #5f7699);
}

.about-team__avatar--blue {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.45), transparent 42%),
    linear-gradient(145deg, #7f9ddd, #2c4f91);
}

.about-team__avatar--teal {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.45), transparent 42%),
    linear-gradient(145deg, #74bcd0, #26657b);
}

.about-team__avatar--violet {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.45), transparent 42%),
    linear-gradient(145deg, #99a7d8, #46558f);
}

.about-team__avatar--amber {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.45), transparent 42%),
    linear-gradient(145deg, #dec08b, #916633);
}

.about-team__avatar--green {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.45), transparent 42%),
    linear-gradient(145deg, #8fcca6, #2e6d45);
}

.about-team__card h3 {
  margin: 10px 0 0;
  color: #10213f;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.about-team__role {
  margin: 4px 0 0;
  color: #2f63ca;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.about-team__card p {
  margin: 6px 0 0;
  color: #657389;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.about-page__trust {
  padding: 14px 0 18px;
}

.about-trust {
  border-radius: 18px;
  border: 1px solid #172b59;
  background: linear-gradient(135deg, #09142f 0%, #0d2147 100%);
  padding: 18px 16px;
  color: #eff6ff;
}

.about-trust h2 {
  margin: 0;
  text-align: center;
  color: #f4f8ff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(21px, 2.4vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.01em;
}

.about-trust__grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.about-trust__item {
  border-radius: 12px;
  border: 1px solid rgba(148, 177, 236, 0.26);
  background: rgba(14, 33, 71, 0.74);
  padding: 11px 10px;
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.about-trust__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, #5a8eff, #21418c);
}

.about-trust__item span {
  color: #d7e5ff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
}

.about-page__quote {
  padding: 12px 0 18px;
}

.about-quote {
  margin: 0;
  border-radius: 16px;
  border: 1px solid #305fb7;
  background: linear-gradient(135deg, #2c63cb 0%, #1f4ea8 100%);
  color: #eff5ff;
  padding: clamp(20px, 2.6vw, 28px);
  text-align: center;
  box-shadow: 0 16px 30px rgba(24, 65, 140, 0.22);
}

.about-quote p {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.8vw, 19px);
  line-height: 1.75;
}

.about-page__faq {
  padding: 12px 0 28px;
}

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

.about-faq__item {
  border-radius: 14px;
  border: 1px solid #d8e0eb;
  background: #ffffff;
  box-shadow: 0 9px 20px rgba(12, 23, 43, 0.06);
  padding: 14px;
}

.about-faq__item h3 {
  margin: 0;
  color: #111827;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.about-faq__item p {
  margin: 9px 0 0;
  color: #6b7280;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.72;
}

.about-page__cta {
  padding: 0 0 34px;
}

.about-cta {
  border-radius: 14px;
  border: 1px solid #172b59;
  background: linear-gradient(135deg, #08142d 0%, #102d63 100%);
  color: #f4f8ff;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.about-cta h2 {
  margin: 5px 0 0;
  color: #f8fbff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(23px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.about-reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: about-rise 0.72s ease forwards;
}

.about-reveal--1 {
  animation-delay: 0.05s;
}

.about-reveal--2 {
  animation-delay: 0.12s;
}

.about-reveal--3 {
  animation-delay: 0.16s;
}

.about-reveal--4 {
  animation-delay: 0.2s;
}

.about-reveal--5 {
  animation-delay: 0.24s;
}

.about-reveal--6 {
  animation-delay: 0.28s;
}

.about-reveal--7 {
  animation-delay: 0.32s;
}

.about-reveal--8 {
  animation-delay: 0.36s;
}

.about-reveal--9 {
  animation-delay: 0.4s;
}

.about-reveal--10 {
  animation-delay: 0.44s;
}

.about-reveal--11 {
  animation-delay: 0.48s;
}

.about-reveal--12 {
  animation-delay: 0.52s;
}

.about-reveal--13 {
  animation-delay: 0.56s;
}

@keyframes about-rise {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-faq {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .about-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero__media {
    min-height: 230px;
  }

  .about-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-page__story {
    padding: 58px 0 64px;
  }

  .about-story {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .about-story__media {
    max-width: 620px;
  }

  .about-story__badge {
    right: 14px;
    bottom: 14px;
  }

  .about-story__content {
    max-width: none;
  }

  .about-page__timeline {
    padding: 34px 0 44px;
  }

  .about-timeline {
    margin-top: 24px;
  }

  .about-timeline__line {
    left: 18px;
    top: 0;
    bottom: 0;
  }

  .about-timeline__dot {
    top: 34px;
  }

  .about-timeline__item--left .about-timeline__dot,
  .about-timeline__item--right .about-timeline__dot {
    left: 18px;
  }

  .about-timeline__item--left,
  .about-timeline__item--right {
    justify-items: start;
  }

  .about-timeline__card {
    width: min(100%, 560px);
    margin-left: 46px;
  }

  .about-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .about-page__hero {
    padding-top: 94px;
  }

  .about-hero__copy h1 {
    font-size: clamp(29px, 11.5vw, 44px);
    line-height: 1.08;
    letter-spacing: -1.2px;
    max-width: none;
  }

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

  .about-page__timeline .about-head h2 {
    font-size: clamp(30px, 8.4vw, 40px);
    line-height: 1.1;
  }

  .about-timeline {
    gap: 18px;
  }

  .about-timeline__card {
    margin-left: 40px;
    padding: 15px 16px 14px;
  }

  .about-timeline__card h3 {
    font-size: 15.8px;
  }

  .about-timeline__card p {
    font-size: 13px;
  }

  .about-story__title {
    font-size: clamp(33px, 9vw, 44px);
    line-height: 1.1;
    letter-spacing: -1.2px;
  }

  .about-story__badge {
    position: static;
    margin-top: 14px;
    width: fit-content;
  }

  .about-btn--story {
    height: 47px;
    padding: 13px 22px;
  }

  .about-values {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

@media (max-width: 520px) {
  .about-page__container {
    width: min(1220px, calc(100% - 1.1rem));
  }

  .about-team {
    grid-template-columns: minmax(0, 1fr);
  }
}
