body.page-about {
  background: #07070b;
  color: #e5e7eb;
}
body.page-about .loader { background: #07070b; }

.about-page {
  padding-top: 124px;
  overflow: hidden;
}
.about-wrap {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
.about-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c4b5fd;
}
.about-head {
  text-align: center;
  margin: 0 auto 48px;
  max-width: 720px;
}
.about-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
}
.about-head-lead {
  margin: 14px auto 0;
  max-width: 560px;
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.6;
}

.about-hero {
  position: relative;
  padding: 36px 0 72px;
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.about-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.about-orb-a {
  top: -80px;
  left: 8%;
  width: 420px;
  height: 420px;
  background: rgba(99, 102, 241, 0.22);
}
.about-orb-b {
  top: 40px;
  right: 4%;
  width: 360px;
  height: 360px;
  background: rgba(217, 70, 239, 0.16);
}
.about-orb-c {
  bottom: -120px;
  left: 40%;
  width: 280px;
  height: 280px;
  background: rgba(251, 191, 36, 0.08);
}
.about-gridline {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 72%);
}
.about-hero-inner {
  position: relative;
  text-align: center;
  max-width: 860px;
}
.about-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.about-h1-white { display: block; color: #fff; }
.about-h1-grad {
  display: block;
  background: linear-gradient(90deg, #a5b4fc, #e879f9, #fbbf24);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-lead {
  margin: 0 auto 28px;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.7;
  color: #9ca3af;
}
.about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}
.about-pill {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #e5e7eb;
  font-size: 13px;
  font-weight: 600;
}
.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.about-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  box-shadow: 0 10px 28px rgba(139, 92, 246, 0.35);
}
.about-btn-primary:hover { transform: translateY(-2px); }
.about-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
}
.about-btn-ghost:hover { background: rgba(255,255,255,0.08); }

.about-tabs-sec {
  padding: 8px 0 72px;
}
.about-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 36px;
  padding: 6px;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
}
.about-tab {
  appearance: none;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #9ca3af;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.2s ease, background 0.2s ease;
}
.about-tab:hover { color: #fff; }
.about-tab.is-on {
  color: #fff;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.28);
}
.about-panel { display: none; }
.about-panel.is-on { display: block; }
.about-panel h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 820px;
}
.about-panel-lead {
  margin: 0 0 32px;
  max-width: 640px;
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.7;
}

.about-mission-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.about-lane {
  padding: 28px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(180deg, rgba(99,102,241,0.12) 0%, rgba(255,255,255,0.02) 42%),
    rgba(12, 12, 18, 0.9);
}
.about-lane span {
  display: block;
  margin-bottom: 18px;
  color: #a78bfa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.about-lane strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
}
.about-lane p {
  margin: 0;
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.6;
}

.about-tech-stack {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  align-items: stretch;
}
.about-tech-core {
  padding: 36px 32px;
  border-radius: 28px;
  border: 1px solid rgba(167, 139, 250, 0.35);
  background:
    radial-gradient(280px 160px at 20% 0%, rgba(99,102,241,0.28), transparent 70%),
    linear-gradient(165deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 50%),
    rgba(12, 12, 20, 0.94);
}
.about-tech-core span,
.about-tech-layers article span {
  display: block;
  margin-bottom: 14px;
  color: #c4b5fd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.about-tech-core strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 32px;
  letter-spacing: -0.03em;
}
.about-tech-core p {
  margin: 0;
  color: #d1d5db;
  font-size: 16px;
  line-height: 1.65;
}
.about-tech-layers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.about-tech-layers article {
  padding: 22px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.035);
}
.about-tech-layers strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
}
.about-tech-layers p {
  margin: 0;
  color: #9ca3af;
  font-size: 13px;
  line-height: 1.55;
}

.about-adv-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
  background: rgba(12, 12, 18, 0.88);
}
.about-adv-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px 20px;
  align-items: start;
  padding: 26px 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.about-adv-list li:first-child { border-top: 0; }
.about-adv-list em {
  font-style: normal;
  color: #a78bfa;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding-top: 4px;
}
.about-adv-list strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 20px;
}
.about-adv-list p {
  margin: 0;
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.6;
}

.about-reviews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.about-review {
  margin: 0;
  padding: 28px 26px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(165deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 50%),
    rgba(12, 12, 18, 0.9);
}
.about-review p {
  margin: 0 0 22px;
  color: #e5e7eb;
  font-size: 15px;
  line-height: 1.65;
}
.about-review footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.about-review strong {
  color: #fff;
  font-size: 14px;
}
.about-review span {
  color: #a78bfa;
  font-size: 12px;
  font-weight: 600;
}

.about-stats { padding: 0 0 24px; }
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(165deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 44%),
    rgba(12, 12, 18, 0.88);
  overflow: hidden;
}
.about-stat {
  padding: 28px 18px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.about-stat:last-child { border-right: 0; }
.about-stat-num {
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}
.about-stat-label {
  color: #9ca3af;
  font-size: 13px;
}

.about-story { padding: 72px 0; }
.about-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}
.about-story-copy h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.about-story-copy p {
  margin: 0 0 16px;
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.7;
}
.about-story-card {
  position: relative;
  padding: 32px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(165deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 50%),
    rgba(14, 14, 22, 0.92);
  overflow: hidden;
}
.about-story-card-glow {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.28);
  filter: blur(40px);
}
.about-story-mark {
  position: relative;
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fbbf24;
}
.about-story-quote {
  position: relative;
  margin: 0 0 24px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}
.about-story-card ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-story-card li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  color: #d1d5db;
  font-size: 14px;
}
.about-story-card li span {
  flex: 0 0 72px;
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-offers { padding: 8px 0 80px; }
.about-offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.about-offer {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 32px 30px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(165deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.02) 46%),
    rgba(12, 12, 20, 0.92);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 24px 50px rgba(0,0,0,0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.about-offer:hover {
  transform: translateY(-6px);
  border-color: rgba(167, 139, 250, 0.45);
  box-shadow: 0 28px 60px rgba(99, 102, 241, 0.18);
}
.about-offer-idx {
  display: inline-block;
  margin-bottom: 18px;
  color: #a78bfa;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.about-offer h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.02em;
}
.about-offer p {
  margin: 0 0 auto;
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.65;
}
.about-offer-go {
  margin-top: 22px;
  color: #e9d5ff;
  font-size: 13px;
  font-weight: 700;
}

.about-steps { padding: 0 0 72px; }
.about-steps-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.about-step {
  position: relative;
  padding: 26px 20px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.035);
  overflow: hidden;
}
.about-step::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #ec4899);
  opacity: 0.85;
}
.about-step-idx {
  display: block;
  margin-bottom: 16px;
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.about-step h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
}
.about-step p {
  margin: 0;
  color: #9ca3af;
  font-size: 13px;
  line-height: 1.55;
}
.about-timeline { padding: 24px 0 80px; }
.about-tl {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}
.about-tl::before {
  content: '';
  position: absolute;
  top: 42px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167,139,250,0.45), transparent);
}
.about-tl-item { position: relative; }
.about-tl-year {
  color: #a78bfa;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.about-tl-dot {
  width: 11px;
  height: 11px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #a78bfa;
  box-shadow: 0 0 0 6px rgba(167, 139, 250, 0.16);
}
.about-tl-item.is-now .about-tl-dot {
  background: linear-gradient(135deg, #6366f1, #ec4899);
  box-shadow: 0 0 0 6px rgba(236, 72, 153, 0.18);
}
.about-tl-body h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}
.about-tl-body p {
  margin: 0;
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.55;
}

.about-values { padding: 20px 0 72px; }
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.about-value {
  position: relative;
  padding: 32px 28px 30px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(180deg, rgba(99,102,241,0.1) 0%, rgba(255,255,255,0.02) 38%),
    rgba(12, 12, 18, 0.9);
  min-height: 196px;
}
.about-value-idx {
  display: block;
  margin-bottom: 16px;
  color: #a78bfa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.about-value h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
}
.about-value p {
  margin: 0;
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.6;
}

.about-why { padding: 8px 0 72px; }
.about-why-shell { text-align: left; }
.about-why-shell h2 { max-width: 820px; margin-left: 0; }
.about-why-shell p { margin-left: 0; max-width: 720px; }
.about-company-id {
  margin-top: 22px;
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-team { padding: 8px 0 80px; }
.about-team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px 28px;
}
.about-person {
  margin: 0;
  width: 168px;
  text-align: center;
}
.about-person-photo {
  width: 148px;
  height: 148px;
  margin: 0 auto 16px;
  border-radius: 50%;
  padding: 3px;
  overflow: hidden;
  background: linear-gradient(145deg, #a78bfa, #ec4899 55%, #fbbf24);
  box-shadow: 0 16px 36px rgba(99, 102, 241, 0.28);
}
.about-person-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #07070b;
}
.about-person-photo--face img {
  object-position: 50% 8%;
  transform: scale(1.35);
}
.about-person strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.about-person-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.about-person span {
  display: block;
  margin-top: 4px;
  color: #9ca3af;
  font-size: 13px;
}

.about-cta { padding: 0 0 96px; }
.about-cta-shell {
  text-align: center;
  padding: 48px 28px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(520px 180px at 20% 0%, rgba(99,102,241,0.22), transparent 70%),
    radial-gradient(480px 180px at 90% 100%, rgba(236,72,153,0.16), transparent 70%),
    rgba(12, 12, 18, 0.92);
}
.about-cta-shell h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(26px, 4vw, 40px);
}
.about-cta-shell p {
  margin: 0 auto 28px;
  max-width: 520px;
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .about-steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .about-stats-grid,
  .about-story-grid,
  .about-offers-grid,
  .about-tl,
  .about-values-grid,
  .about-mission-lanes,
  .about-tech-stack,
  .about-tech-layers,
  .about-reviews {
    grid-template-columns: 1fr;
  }
  .about-tabs {
    width: 100%;
    border-radius: 20px;
  }
  .about-tab { flex: 1 1 40%; }
  .about-steps-grid { grid-template-columns: 1fr 1fr; }
  .about-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .about-stat:last-child { border-bottom: 0; }
  .about-tl::before { display: none; }
  .about-tl-dot { margin: 0 0 12px; }
  .about-page { padding-top: 132px; }
}
@media (max-width: 560px) {
  .about-steps-grid { grid-template-columns: 1fr; }
  .about-person { width: 42%; }
  .about-person-photo { width: 120px; height: 120px; }
}
