.page-about {
  --about-gap: 56px;
  background: linear-gradient(180deg, #0A1F44 0%, #0D2857 50%, #0A1F44 100%);
  color: #FFFFFF;
  overflow-x: hidden;
}

.page-about .about-hero {
  position: relative;
  padding: 44px 0 56px;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 59, 48, .16), transparent 34%),
    radial-gradient(circle at 10% 88%, rgba(0, 200, 83, .14), transparent 36%);
}

.page-about .about-hero .breadcrumb {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, .7);
}

.page-about .about-hero .breadcrumb a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  transition: color .2s;
}

.page-about .about-hero .breadcrumb a:hover {
  color: #FFD700;
}

.page-about .about-hero__slant {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 18px;
  background: linear-gradient(135deg, #FFD700 0%, #FFB800 100%);
  color: #0A1F44;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .1em;
  border-radius: 8px 8px 8px 20px;
  transform: skewX(-10deg);
  box-shadow: 0 10px 26px rgba(255, 215, 0, .24);
}

.page-about .about-hero__slant span {
  display: inline-block;
  transform: skewX(10deg);
}

.page-about .about-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: .01em;
  color: #FFFFFF;
}

.page-about .about-hero__lead {
  margin: 0 0 16px;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  color: #FFD700;
  letter-spacing: .04em;
}

.page-about .about-hero__desc {
  max-width: 660px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .85);
}

.page-about .about-hero__status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

@media (min-width: 640px) {
  .page-about .about-hero__status {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.page-about .about-hero__status-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(30, 58, 110, .7);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, .92);
}

.page-about .about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .page-about .about-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.page-about .about-stats__item {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(30, 58, 110, .85), rgba(10, 31, 68, .95));
  border: 1px solid rgba(255, 215, 0, .18);
  border-radius: 24px;
  padding: 22px 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.page-about .about-stats__item::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -22px;
  width: 64px;
  height: 64px;
  background: rgba(255, 215, 0, .08);
  border-radius: 50%;
}

.page-about .about-stats__num {
  display: block;
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
  color: #FFD700;
  letter-spacing: .01em;
}

.page-about .about-stats__label {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, .76);
  letter-spacing: .04em;
}

.page-about .about-chapters {
  border-top: 1px solid rgba(255, 215, 0, .12);
  border-bottom: 1px solid rgba(255, 215, 0, .12);
  background: rgba(10, 31, 68, .92);
}

.page-about .about-chapters__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  scrollbar-width: none;
}

.page-about .about-chapters__track::-webkit-scrollbar {
  display: none;
}

.page-about .about-chapters__link {
  flex-shrink: 0;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}

.page-about .about-chapters__link:hover,
.page-about .about-chapters__link.is-active {
  background: #FFD700;
  border-color: #FFD700;
  color: #0A1F44;
}

.page-about .about-section {
  position: relative;
  padding: 64px 0 72px;
}

.page-about .about-section--deep {
  border-top: 1px solid rgba(255, 215, 0, .1);
  border-bottom: 1px solid rgba(255, 215, 0, .1);
  background:
    radial-gradient(circle at 90% 18%, rgba(255, 59, 48, .1), transparent 32%),
    radial-gradient(circle at 8% 64%, rgba(0, 200, 83, .08), transparent 36%),
    linear-gradient(180deg, rgba(10, 31, 68, .55), rgba(14, 42, 94, .5), rgba(10, 31, 68, .55));
}

.page-about .about-section--light {
  background: #F5F7FA;
  color: #0A1F44;
}

.page-about .about-section__vision {
  position: absolute;
  top: 30px;
  right: 14px;
  writing-mode: vertical-rl;
  font-size: 13px;
  letter-spacing: .22em;
  color: rgba(255, 215, 0, .82);
}

@media (min-width: 768px) {
  .page-about .about-section__vision {
    right: 20px;
  }
}

.page-about .about-section--light .about-section__vision {
  color: rgba(10, 31, 68, .55);
}

.page-about .about-section__head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.page-about .about-section__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #FFD700, #FFB800);
  color: #0A1F44;
  font-weight: 900;
  font-size: 18px;
  transform: rotate(-6deg);
  box-shadow: 0 8px 20px rgba(255, 215, 0, .25);
  flex-shrink: 0;
}

.page-about .about-section__head h2 {
  margin: 0;
  font-size: clamp(28px, 4.2vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  color: #FFFFFF;
  letter-spacing: .02em;
}

.page-about .about-section--light .about-section__head h2 {
  color: #0A1F44;
}

.page-about .about-origin__grid {
  display: grid;
  gap: 30px;
}

.page-about .about-origin__text p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .84);
}

.page-about .about-origin__side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(145deg, rgba(30, 58, 110, .7), rgba(10, 31, 68, .92));
  border: 1px dashed rgba(255, 215, 0, .32);
  border-radius: 28px;
  padding: 32px 28px;
}

.page-about .about-origin__quote {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #FFD700;
}

.page-about .about-origin__side .btn--ghost {
  align-self: flex-start;
  border-color: rgba(255, 255, 255, .4);
  color: #FFFFFF;
}

.page-about .about-origin__side .btn--ghost:hover {
  background: rgba(255, 215, 0, .12);
  border-color: #FFD700;
  color: #FFD700;
}

.page-about .about-milestone__lead {
  max-width: 720px;
  margin: 0 0 36px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .8);
}

.page-about .about-timeline {
  position: relative;
  margin: 0 0 30px;
  padding-left: 48px;
}

.page-about .about-timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(255, 215, 0, .55), rgba(255, 215, 0, .15));
}

.page-about .about-timeline__entry {
  position: relative;
  margin-bottom: 36px;
}

.page-about .about-timeline__marker {
  position: absolute;
  left: -43px;
  top: 12px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFD700;
  box-shadow: 0 0 0 5px rgba(255, 215, 0, .18), 0 0 20px rgba(255, 215, 0, .45);
}

.page-about .about-timeline__card {
  background: rgba(30, 58, 110, .6);
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: 3px solid #FFD700;
  border-radius: 20px;
  padding: 22px 24px;
  transition: background .3s, transform .3s;
}

.page-about .about-timeline__card:hover {
  background: rgba(30, 58, 110, .85);
  transform: translateX(4px);
}

.page-about .about-timeline__year {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 215, 0, .14);
  border-radius: 999px;
  color: #FFD700;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .04em;
  margin-bottom: 10px;
}

.page-about .about-timeline__card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
}

.page-about .about-timeline__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .8);
}

.page-about .about-milestone__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 30px;
}

.page-about .about-milestone__img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.page-about .about-coverage__grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.page-about .about-coverage__content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(10, 31, 68, .82);
}

.page-about .about-coverage__leagues {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 24px;
}

.page-about .about-coverage__note {
  font-weight: 600;
}

.page-about .about-coverage__media {
  margin: 0;
}

.page-about .about-coverage__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(10, 31, 68, .18);
}

.page-about .about-coverage__media figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  letter-spacing: .06em;
  color: rgba(10, 31, 68, .55);
}

.page-about .about-cert__grid {
  display: grid;
  gap: 34px;
}

.page-about .about-cert__shield {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(145deg, rgba(30, 58, 110, .8), rgba(10, 31, 68, .95));
  border: 1px solid rgba(255, 215, 0, .2);
  border-radius: 32px;
  padding: 40px 28px;
  text-align: center;
}

.page-about .about-cert__shield-icon {
  filter: drop-shadow(0 8px 20px rgba(255, 215, 0, .22));
}

.page-about .about-cert__shield-text {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .1em;
  color: #FFD700;
}

.page-about .about-cert__list {
  list-style: none;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.page-about .about-cert__list li {
  background: rgba(30, 58, 110, .55);
  border-left: 3px solid #00C853;
  border-radius: 18px;
  padding: 20px 24px;
}

.page-about .about-cert__list h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
}

.page-about .about-cert__list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .78);
}

.page-about .about-cert__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  text-align: center;
  color: rgba(255, 255, 255, .8);
}

.page-about .about-cert__badge {
  display: block;
  max-width: 180px;
  height: auto;
  border-radius: 50%;
  opacity: .92;
}

.page-about .about-cert__link {
  color: #FFD700;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 215, 0, .5);
}

.page-about .about-team__lead {
  max-width: 720px;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(10, 31, 68, .8);
}

.page-about .about-team__grid {
  display: grid;
  gap: 20px;
}

.page-about .about-team__card {
  background: #FFFFFF;
  border-radius: 24px;
  border-top: 4px solid #FFD700;
  padding: 28px 24px;
  box-shadow: 0 12px 32px rgba(10, 31, 68, .08);
  transition: transform .25s, box-shadow .25s;
}

.page-about .about-team__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(10, 31, 68, .14);
}

.page-about .about-team__tag {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 215, 0, .16);
  color: #B8860B;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.page-about .about-team__card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  color: #0A1F44;
}

.page-about .about-team__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(10, 31, 68, .72);
}

.page-about .about-team__foot {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .page-about .about-team__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-about .about-cert__badge {
    max-width: 220px;
  }
}

@media (min-width: 900px) {
  .page-about .about-section {
    padding: 76px 0 84px;
  }

  .page-about .about-origin__grid {
    grid-template-columns: 1.4fr .8fr;
    gap: 60px;
  }

  .page-about .about-timeline {
    padding-left: 0;
  }

  .page-about .about-timeline__entry {
    width: 50%;
    padding-right: 48px;
    text-align: right;
  }

  .page-about .about-timeline__entry:nth-child(even) {
    width: 50%;
    margin-left: 50%;
    padding-right: 0;
    padding-left: 48px;
    text-align: left;
  }

  .page-about .about-timeline__entry .about-timeline__marker {
    left: auto;
    right: -7px;
  }

  .page-about .about-timeline__entry:nth-child(even) .about-timeline__marker {
    right: auto;
    left: -7px;
  }

  .page-about .about-timeline__card:hover {
    transform: translateY(-4px);
  }

  .page-about .about-milestone__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }

  .page-about .about-milestone__img {
    max-width: calc(100% - 240px);
  }

  .page-about .about-coverage__grid {
    grid-template-columns: 1.15fr .85fr;
    gap: 56px;
  }

  .page-about .about-cert__grid {
    grid-template-columns: .7fr 1.3fr;
    gap: 60px;
    align-items: center;
  }
}
