/* SMSLab — О компании */

.about-page {
  background: #fff;
  color: #10142a;
}

.about-page .wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.about-page *,
.about-page *::before,
.about-page *::after {
  box-sizing: border-box;
}

.about-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  font-size: 13px;
  color: #8b92a8;
}

.about-breadcrumbs a {
  color: #5a6178;
  text-decoration: none;
}

.about-breadcrumbs a:hover {
  color: #4954e6;
}

.about-breadcrumbs span[aria-hidden="true"] {
  color: #c0c5d4;
}

.about-breadcrumbs > span:last-child {
  color: #10142a;
}

.about-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4954e6;
  margin: 0 0 12px;
}

.about-eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0e9e97;
  margin: 0 0 10px;
}

/* Hero */
.about-hero {
  padding: 28px 0 56px;
  background:
    radial-gradient(800px 340px at 100% 0%, rgba(73, 84, 230, 0.08), transparent 60%),
    #f6f7fb;
  border-bottom: 1px solid rgba(24, 31, 71, 0.08);
}

.about-hero h1 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 16px;
  max-width: 16em;
}

.about-hero .lede {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.65;
  color: #5a6178;
  margin: 0 0 20px;
  max-width: 52em;
}

.about-focus {
  margin: 0 0 28px;
  padding: 18px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(73, 84, 230, 0.06), rgba(138, 92, 246, 0.05));
  border: 1px solid rgba(73, 84, 230, 0.12);
  font-size: 15px;
  line-height: 1.6;
  color: #10142a;
}

.about-focus strong {
  color: #4954e6;
}

.about-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}

.about-btn-primary {
  background: linear-gradient(135deg, #4954e6 0%, #8a5cf6 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(73, 84, 230, 0.28);
}

.about-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(73, 84, 230, 0.38);
}

.about-btn-ghost {
  background: #fff;
  border-color: rgba(24, 31, 71, 0.18);
  color: #10142a;
}

.about-btn-ghost:hover {
  border-color: #0e9e97;
  color: #0e9e97;
}

/* Sections */
.about-section {
  padding: 56px 0;
  border-bottom: 1px solid rgba(24, 31, 71, 0.06);
}

.about-section.alt {
  background: #f6f7fb;
}

.about-section h2 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0 0 16px;
}

.about-section .desc {
  font-size: 15px;
  line-height: 1.65;
  color: #5a6178;
  margin: 0 0 24px;
  max-width: 52em;
}

.about-section p {
  font-size: 15px;
  line-height: 1.65;
  color: #5a6178;
  margin: 0 0 16px;
}

.about-section p:last-child {
  margin-bottom: 0;
}

.about-manifest {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 3px solid #4954e6;
  background: #fff;
  border-radius: 0 14px 14px 0;
  font-size: 15px;
  line-height: 1.65;
  color: #10142a;
  font-style: italic;
}

.about-section.alt .about-manifest {
  background: #fff;
}

.about-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.about-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #5a6178;
}

.about-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #4954e6;
  font-weight: 600;
}

/* Competency cards */
.comp-grid {
  display: grid;
  gap: 14px;
}

.comp-card {
  background: #fff;
  border: 1px solid rgba(24, 31, 71, 0.08);
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 2px 10px rgba(24, 31, 71, 0.04);
}

.about-section.alt .comp-card {
  background: #fff;
}

.comp-card h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #10142a;
}

.comp-card h3 span {
  color: #4954e6;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-right: 8px;
}

.comp-card p {
  margin: 0 0 8px;
  font-size: 14.5px;
}

.comp-card .metric {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(24, 31, 71, 0.06);
  font-size: 13px;
  color: #4954e6;
  font-weight: 600;
}

/* Effect table */
.effect-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(24, 31, 71, 0.08);
  border-radius: 16px;
  background: #fff;
}

.effect-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}

.effect-table th,
.effect-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(24, 31, 71, 0.06);
}

.effect-table th {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b92a8;
  background: #fafbfe;
}

.effect-table tr:last-child td {
  border-bottom: none;
}

.effect-table td:first-child {
  font-weight: 600;
  color: #10142a;
  width: 22%;
}

.effect-table td:nth-child(2) {
  color: #5a6178;
  width: 42%;
}

.effect-table td:last-child {
  color: #0e9e97;
  font-weight: 500;
}

/* Methodology */
.method-pipeline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #4954e6;
}

.method-pipeline span {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid rgba(73, 84, 230, 0.15);
  border-radius: 999px;
  white-space: nowrap;
}

.about-section.alt .method-pipeline span {
  background: #fff;
}

.method-steps {
  display: grid;
  gap: 16px;
}

.method-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(24, 31, 71, 0.08);
  border-radius: 14px;
}

.about-section.alt .method-step {
  background: #fff;
}

.method-num {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(73, 84, 230, 0.12), rgba(138, 92, 246, 0.1));
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4954e6;
}

.method-step h3 {
  font-size: 16px;
  font-weight: 650;
  margin: 0 0 6px;
  color: #10142a;
}

.method-step p {
  margin: 0;
  font-size: 14.5px;
}

/* Products */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  background: #fff;
  border: 1px solid rgba(24, 31, 71, 0.08);
  border-radius: 16px;
  padding: 22px;
}

.product-card h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #4954e6;
}

.product-card p {
  margin: 0;
  font-size: 14.5px;
}

.product-card a {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #4954e6;
}

/* CEO block — text left, portrait right */
.ceo-block {
  background: #fff;
  border: 1px solid rgba(24, 31, 71, 0.08);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 2px 10px rgba(24, 31, 71, 0.04);
}

.about-section.alt .ceo-block {
  background: #fff;
}

.ceo-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px 48px;
  width: 100%;
}

.ceo-copy {
  flex: 1 1 0;
  min-width: 0;
  max-width: 560px;
  order: 1;
}

.ceo-copy > p:first-child {
  margin-top: 0;
}

.ceo-copy h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 12px;
}

.ceo-role {
  font-size: 15px;
  font-weight: 600;
  color: #10142a;
  margin: 0 0 14px;
  line-height: 1.5;
}

.ceo-quote {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 16px 18px;
  border-left: 3px solid #0e9e97;
  font-style: italic;
  color: #10142a;
  font-size: 15px;
  line-height: 1.6;
  background: #f6f7fb;
  border-radius: 0 12px 12px 0;
}

.ceo-photo {
  flex: 0 0 auto;
  order: 2;
  width: min(380px, 36vw);
  max-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  overflow: visible;
}

.ceo-photo img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center center;
  display: block;
  border-radius: 16px;
  filter: drop-shadow(0 18px 36px rgba(24, 31, 71, 0.12));
}

.ceo-facts-list {
  margin: 18px 0 0;
}

.ceo-facts-list li {
  font-size: 14.5px;
  line-height: 1.5;
}

/* Principles */
.principles-grid {
  display: grid;
  gap: 14px;
}

.principle-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(24, 31, 71, 0.08);
  border-radius: 14px;
}

.about-section.alt .principle-item {
  background: #fff;
}

.principle-num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #4954e6, #8a5cf6);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
}

.principle-item p {
  margin: 0;
  font-size: 15px;
  color: #5a6178;
}

.principle-item strong {
  color: #10142a;
}

/* Industry & cooperation */
.industry-grid,
.coop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.industry-card,
.coop-card {
  background: #fff;
  border: 1px solid rgba(24, 31, 71, 0.08);
  border-radius: 16px;
  padding: 22px;
}

.industry-card h3,
.coop-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #10142a;
}

.industry-card p,
.coop-card p {
  margin: 0;
  font-size: 14.5px;
}

/* Final CTA */
.about-cta {
  padding: 56px 0 72px;
  background:
    radial-gradient(700px 280px at 0% 100%, rgba(14, 158, 151, 0.08), transparent 60%),
    linear-gradient(135deg, rgba(73, 84, 230, 0.06), rgba(138, 92, 246, 0.05));
}

.about-cta-inner {
  background: #fff;
  border: 1px solid rgba(24, 31, 71, 0.08);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: 0 14px 32px rgba(24, 31, 71, 0.08);
}

.about-cta-inner h2 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(24px, 3.5vw, 32px);
  margin: 0 0 14px;
}

.about-cta-inner p {
  font-size: 15px;
  line-height: 1.65;
  color: #5a6178;
  margin: 0 0 24px;
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 16px;
}

.about-cta-note {
  font-size: 13px;
  color: #8b92a8;
  margin: 0;
}

/* Tablet */
@media (max-width: 900px) {
  .product-grid,
  .industry-grid,
  .coop-grid {
    grid-template-columns: 1fr;
  }

  .ceo-photo {
    width: min(340px, 38vw);
    max-height: 460px;
  }

  .ceo-photo img {
    max-height: 460px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .about-page .wrap {
    padding: 0 16px;
  }

  .about-hero {
    padding: 20px 0 40px;
  }

  .about-hero h1 {
    max-width: none;
    font-size: clamp(26px, 7vw, 34px);
  }

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

  .about-hero-cta .about-btn {
    width: 100%;
    text-align: center;
  }

  .about-section {
    padding: 40px 0;
  }

  .ceo-block {
    padding: 24px 20px;
  }

  .ceo-body {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .ceo-copy {
    order: 1;
    max-width: none;
  }

  .ceo-photo {
    order: 2;
    width: min(320px, 88vw);
    max-height: none;
    margin: 0 auto;
  }

  .ceo-photo img {
    max-height: none;
  }

  .method-pipeline {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-cta-inner {
    padding: 28px 20px;
  }

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

  .about-cta-actions .about-btn {
    width: 100%;
  }
}
