.about-main { position: relative; }
.about-intro-section { padding-top: 64px; }
.about-page-head,
.about-intro-grid,
.about-structure-grid,
.about-business-layout,
.about-bottom-layout { display: grid; gap: 24px; }
.about-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: end;
}
.about-page-title { margin-bottom: 12px; }
.about-page-copy { max-width: 760px; }
.about-heading-note {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(44, 108, 255, 0.18);
}
.about-heading-note strong,
.about-profile-row span,
.about-contact-row span {
  display: block;
  font: 600 12px/1 "Exo", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.about-heading-note strong {
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--accent);
}
.about-intro-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
  margin-top: 28px;
}
.about-intro-panel,
.about-profile-card,
.about-value-block,
.about-news-panel,
.about-contact-panel { padding: 30px; }
.about-lead {
  margin: 12px 0 0;
  font: 500 clamp(20px, 2.6vw, 28px) / 1.6 "Exo", sans-serif;
  color: var(--text);
}
.about-divider {
  width: 72px;
  height: 1px;
  margin: 26px 0;
  background: linear-gradient(90deg, rgba(31, 111, 255, 0.72), transparent);
}
.about-copy-stack,
.about-profile-stack,
.about-value-stack,
.about-business-list,
.about-news-feed,
.about-contact-list { display: grid; gap: 16px; }
.about-copy-stack p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}
.about-profile-card { border-radius: 26px; }
.about-profile-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}
.about-profile-row,
.about-contact-row {
  display: grid;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(44, 108, 255, 0.1);
}
.about-profile-row:last-child,
.about-contact-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about-profile-row span,
.about-contact-row span { color: var(--accent-strong); }
.about-profile-row strong,
.about-contact-row strong {
  line-height: 1.7;
  color: var(--text);
}
.about-quote {
  margin: 12px 0 0;
  padding-left: 18px;
  border-left: 3px solid rgba(31, 111, 255, 0.24);
  font: 600 24px/1.6 "Exo", sans-serif;
  color: var(--text);
}
.about-structure-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}
.about-section-title-sm { font-size: clamp(28px, 4vw, 38px); }
.about-section-block { display: grid; gap: 18px; }
.about-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 24px;
}
.about-timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, rgba(31, 111, 255, 0.46), rgba(31, 111, 255, 0.08));
}
.about-timeline-entry {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 20px;
  padding: 0 0 18px 18px;
  border-bottom: 1px solid rgba(44, 108, 255, 0.08);
}
.about-timeline-entry:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about-timeline-entry::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 0 6px rgba(31, 111, 255, 0.12);
}
.about-timeline-date {
  padding-top: 5px;
  font: 600 12px/1 "Exo", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-strong);
}
.about-timeline-body h3,
.about-value-block h3,
.about-business-content h3,
.about-news-item strong { margin: 0 0 10px; }
.about-business-layout {
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
}
.about-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.about-tag {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(90, 169, 255, 0.08);
  border: 1px solid rgba(90, 169, 255, 0.14);
  color: var(--text);
  font-weight: 600;
}
.about-business-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid rgba(44, 108, 255, 0.12);
}
.about-business-row:first-child {
  padding-top: 0;
  border-top: 0;
}
.about-business-index {
  font: 700 clamp(28px, 4vw, 40px) / 1 "Exo", sans-serif;
  color: rgba(31, 111, 255, 0.28);
}
.about-business-content { max-width: 760px; }
.about-bottom-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: start;
}
.about-news-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(44, 108, 255, 0.1);
}
.about-news-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.about-date-chip {
  display: inline-flex;
  align-items: center;
  height: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(31, 111, 255, 0.08);
  border: 1px solid rgba(31, 111, 255, 0.14);
  color: var(--accent);
  font: 600 12px/1 "Exo", sans-serif;
  letter-spacing: 0.12em;
}
.about-contact-actions { margin-top: 24px; }
@media (max-width: 980px) {
  .about-heading-row,
  .about-intro-grid,
  .about-structure-grid,
  .about-business-layout,
  .about-bottom-layout { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .about-intro-section { padding-top: 40px; }
  .about-intro-panel,
  .about-profile-card,
  .about-value-block,
  .about-news-panel,
  .about-contact-panel { padding: 24px; }
  .about-lead { font-size: clamp(18px, 6vw, 24px); }
  .about-timeline { padding-left: 18px; }
  .about-timeline-entry,
  .about-news-item { grid-template-columns: 1fr; }
  .about-timeline-date { padding-top: 0; }
  .about-business-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
