.page-about {
  background: var(--bg-deep);
  color: var(--text-white);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow: hidden;
}

.page-about section[id],
.page-about div[id] {
  scroll-margin-top: 120px;
}

.page-about img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-about .section-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.page-about .section-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.page-about .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 48px;
  font-size: 13px;
  color: var(--text-muted);
}

.page-about .breadcrumb-item {
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--transition);
}

.page-about .breadcrumb-item + .breadcrumb-item::before {
  content: "⁄";
  margin-right: 6px;
  color: var(--border-line);
}

.page-about .breadcrumb-item:hover {
  color: var(--accent-orange);
}

.page-about .breadcrumb-item[aria-current="page"] {
  color: var(--text-white);
}

.page-about .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px;
  border: 1px solid var(--border-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--silver);
  background: rgba(26, 35, 50, 0.56);
}

.page-about .badge--accent {
  color: var(--accent-orange);
  border-color: rgba(255, 107, 0, 0.38);
  background: rgba(255, 107, 0, 0.08);
}

.page-about .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--transition);
}

.page-about .btn-primary {
  background: var(--accent-orange);
  color: var(--bg-deep);
}

.page-about .btn-primary:hover {
  background: var(--text-white);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 107, 0, 0.28);
}

.page-about .about-hero {
  position: relative;
  padding: 56px 20px 64px;
}

.page-about .about-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -180px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.16), transparent 70%);
  pointer-events: none;
}

.page-about .about-hero::after {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -200px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 255, 0.12), transparent 70%);
  pointer-events: none;
}

.page-about .about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.page-about .about-hero__vertical {
  display: none;
}

.page-about .about-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-about .about-hero__eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.page-about .about-hero__est {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid var(--border-line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--silver);
}

.page-about .about-hero__title {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.page-about .about-hero__title-line {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.6px var(--accent-orange);
}

.page-about .about-hero__lead {
  max-width: 56ch;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
}

.page-about .about-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-about .about-hero__visual {
  display: none;
}

.page-about .about-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-about .about-index__inner {
  background: var(--bg-panel);
  border: 1px solid var(--border-line);
  border-radius: var(--radius-lg);
  padding: 20px 18px;
}

.page-about .about-index__label {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}

.page-about .about-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

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

.page-about .about-index__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--transition);
}

.page-about .about-index__link:hover {
  color: var(--text-white);
  background: var(--bg-elevated);
}

.page-about .about-index__link[aria-current="true"] {
  color: var(--text-white);
  background: rgba(255, 107, 0, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 107, 0, 0.32);
}

.page-about .about-index__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  color: var(--accent-orange);
}

.page-about .about-index__foot {
  display: none;
}

.page-about .about-doc {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.page-about .about-divider {
  height: 1px;
  background: linear-gradient(90deg, var(--border-line), transparent);
  border: 0;
}

.page-about .about-block__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.page-about .about-block__num {
  flex: 0 0 auto;
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 64px;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--accent-orange);
  transform: skewX(-12deg);
}

.page-about .about-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-about .about-story__copy p {
  margin: 0 0 16px;
  line-height: 1.85;
  color: var(--text-muted);
}

.page-about .about-story__copy p:first-child {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-white);
}

.page-about .about-story__copy p:first-child::first-letter {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 800;
  color: var(--accent-orange);
  margin-right: 4px;
  line-height: 1;
}

.page-about .about-story__quote {
  position: relative;
  margin: 28px 0 0;
  padding: 6px 0 6px 22px;
  border-left: 3px solid var(--accent-orange);
}

.page-about .about-story__quote p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.55;
  color: var(--text-white);
}

.page-about .about-story__quotemark {
  display: block;
  margin-bottom: 2px;
  font-size: 36px;
  line-height: 1;
  color: var(--accent-orange);
}

.page-about .about-story__media {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-about .about-story__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(10, 14, 23, 0.72));
  z-index: 1;
}

.page-about .about-story__media img {
  display: block;
  width: 100%;
  height: auto;
}

.page-about .about-story__media figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(10, 14, 23, 0.82);
  font-size: 12px;
  color: var(--silver);
  backdrop-filter: blur(4px);
}

.page-about .about-milestones {
  position: relative;
}

.page-about .about-milestones__bg {
  position: relative;
  margin: 0 0 44px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-height: 420px;
}

.page-about .about-milestones__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(10, 14, 23, 0.62), transparent 68%);
}

.page-about .about-milestones__bg img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.page-about .about-milestones__bg figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(10, 14, 23, 0.82);
  font-size: 12px;
  color: var(--silver);
}

.page-about .about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-about .about-timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 8px;
  bottom: 16px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--accent-orange) 0%, var(--accent-blue) 60%, var(--border-line) 100%);
}

.page-about .about-timeline__item {
  position: relative;
  padding: 0 0 40px 48px;
}

.page-about .about-timeline__item:last-child {
  padding-bottom: 0;
}

.page-about .about-timeline__marker {
  position: absolute;
  left: 0;
  top: 6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--accent-orange);
  background: var(--bg-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 0 5px rgba(255, 107, 0, 0.13);
  transition: box-shadow var(--transition);
}

.page-about .about-timeline__marker::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-orange);
}

.page-about .about-timeline__item:hover .about-timeline__marker {
  box-shadow: 0 0 0 9px rgba(255, 107, 0, 0.2);
}

.page-about .about-timeline__card {
  padding: 20px 22px;
  border: 1px solid var(--border-line);
  border-radius: 18px;
  background: var(--bg-panel);
  transition: transform var(--transition), border-color var(--transition);
}

.page-about .about-timeline__item:hover .about-timeline__card {
  transform: translateX(5px);
  border-color: rgba(255, 107, 0, 0.36);
}

.page-about .about-timeline__year {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--accent-orange);
}

.page-about .about-timeline__card .badge {
  margin-bottom: 8px;
}

.page-about .about-timeline__card h3 {
  margin: 8px 0 10px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
  line-height: 1.3;
}

.page-about .about-timeline__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-about .about-milestones__note {
  margin-top: 36px;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(0, 180, 255, 0.06);
  border-left: 3px solid var(--accent-blue);
}

.page-about .about-milestones__note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--silver);
}

.page-about .about-scale__intro {
  max-width: 740px;
  margin-bottom: 30px;
}

.page-about .about-scale__intro p {
  margin: 0;
  line-height: 1.85;
  color: var(--text-muted);
}

.page-about .about-scale__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-about .about-scale__stat {
  position: relative;
  padding: 26px 22px;
  border: 1px solid var(--border-line);
  border-radius: var(--radius-lg);
  background: var(--bg-panel);
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition);
}

.page-about .about-scale__stat::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-orange), var(--accent-blue));
  opacity: 0;
  transition: opacity var(--transition);
}

.page-about .about-scale__stat:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 180, 255, 0.34);
}

.page-about .about-scale__stat:hover::before {
  opacity: 1;
}

.page-about .about-scale__stat--primary {
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.12), var(--bg-panel) 66%);
  border-color: rgba(255, 107, 0, 0.3);
}

.page-about .about-scale__value {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--text-white);
}

.page-about .about-scale__stat--primary .about-scale__value {
  color: var(--accent-orange);
}

.page-about .about-scale__label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-white);
}

.page-about .about-scale__desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}

.page-about .about-scale__foot {
  margin-top: 26px;
  padding: 18px 22px;
  border-radius: 0 14px 14px 0;
  background: rgba(0, 180, 255, 0.07);
  border-left: 3px solid var(--accent-blue);
}

.page-about .about-scale__foot p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--silver);
}

.page-about .about-team__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-about .about-team__media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-panel);
}

.page-about .about-team__media img {
  display: block;
  width: 100%;
  height: auto;
}

.page-about .about-team__media figcaption {
  padding: 12px 16px;
  font-size: 12px;
  color: var(--text-muted);
  background: var(--bg-panel);
  border-top: 1px solid var(--border-line);
}

.page-about .about-team__content > p {
  margin: 0 0 20px;
  line-height: 1.85;
  color: var(--text-muted);
}

.page-about .about-team__roles {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

.page-about .about-team__role {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 20px;
  border: 1px solid var(--border-line);
  border-radius: 16px;
  background: var(--bg-panel);
  transition: border-color var(--transition), transform var(--transition);
}

.page-about .about-team__role:hover {
  border-color: rgba(255, 107, 0, 0.34);
  transform: translateX(4px);
}

.page-about .about-team__role-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 107, 0, 0.12);
  color: var(--accent-orange);
  font-size: 16px;
}

.page-about .about-team__role strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: var(--text-white);
}

.page-about .about-team__role p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-muted);
}

.page-about .about-team__note {
  padding: 17px 20px;
  border-left: 3px solid var(--accent-blue);
  border-radius: 0 14px 14px 0;
  background: rgba(0, 180, 255, 0.06);
  font-size: 14px;
  line-height: 1.8;
  color: var(--silver);
}

.page-about .about-ecosystem__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 30px;
}

.page-about .about-ecosystem__card {
  padding: 28px 24px;
  border: 1px solid var(--border-line);
  border-radius: var(--radius-lg);
  background: var(--bg-panel);
  transition: transform var(--transition), border-color var(--transition);
}

.page-about .about-ecosystem__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 180, 255, 0.34);
}

.page-about .about-ecosystem__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(0, 180, 255, 0.1);
  color: var(--accent-blue);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.page-about .about-ecosystem__card--iso .about-ecosystem__icon {
  background: rgba(255, 107, 0, 0.12);
  color: var(--accent-orange);
}

.page-about .about-ecosystem__card h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-white);
}

.page-about .about-ecosystem__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-about .about-ecosystem__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
  padding: 26px 28px;
  border: 1px solid rgba(255, 107, 0, 0.22);
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, rgba(255, 107, 0, 0.08), rgba(0, 180, 255, 0.05));
}

.page-about .about-ecosystem__cta h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
}

.page-about .about-ecosystem__cta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-about .about-ecosystem__privacy {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-about .about-ecosystem__privacy a {
  color: var(--accent-blue);
  text-decoration: none;
  transition: color var(--transition);
}

.page-about .about-ecosystem__privacy a:hover {
  text-decoration: underline;
}

.page-about .about-index__status .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--success-green);
  box-shadow: 0 0 8px rgba(0, 224, 122, 0.6);
}

@media (min-width: 640px) {
  .page-about .about-hero__visual {
    display: block;
    max-width: 320px;
  }

  .page-about .about-hero__visual svg {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
  }

  .page-about .about-hero__grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

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

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

  .page-about .about-ecosystem__cta {
    flex-direction: row;
    align-items: center;
  }

  .page-about .about-milestones__bg img {
    height: 340px;
  }
}

@media (min-width: 768px) {
  .page-about .about-team__layout {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .page-about .about-block__num {
    font-size: 80px;
  }
}

@media (min-width: 1024px) {
  .page-about .about-hero {
    padding: 72px 24px 84px;
  }

  .page-about .about-hero__title {
    font-size: 58px;
  }

  .page-about .about-hero__lead {
    font-size: 16px;
  }

  .page-about .about-hero__vertical {
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.34em;
    color: var(--border-line);
    z-index: 2;
  }

  .page-about .about-shell {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
    padding: 0 24px 100px;
  }

  .page-about .about-index {
    position: sticky;
    top: 24px;
  }

  .page-about .about-index__inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .page-about .about-index__list {
    flex-direction: column;
    gap: 4px;
    overflow: visible;
  }

  .page-about .about-index__link {
    padding: 11px 14px;
  }

  .page-about .about-index__foot {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--border-line);
  }

  .page-about .about-index__contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-orange);
    text-decoration: none;
    transition: color var(--transition);
  }

  .page-about .about-index__contact:hover {
    color: var(--text-white);
  }

  .page-about .about-index__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-muted);
  }

  .page-about .about-doc {
    gap: 88px;
  }

  .page-about .about-story__grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 48px;
  }

  .page-about .about-scale__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-about .about-ecosystem__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-about .about-milestones__bg img {
    height: 400px;
  }
}
