.about-page {
  background: #ffffff;
  color: #0f0f0f;
  font-family: "Circe", "Tahoma", "Arial", sans-serif;
  overflow-x: clip;
}

.about {
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 24px 120px;
}

.about__breadcrumbs {
  font-size: 12px;
  color: #6b6b6b;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.about__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.about__hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 520px;
  padding: 64px 52px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.about__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(10, 10, 26, 0.88) 0%, rgba(10, 10, 26, 0.55) 55%, rgba(10, 10, 26, 0.75) 100%);
}

.about__hero-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.about__hero h1 {
  margin: 0 0 18px;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  font-family: "Montserrat", "Circe", "Tahoma", "Arial", sans-serif;
}

.hero-subtitle {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
  max-width: 560px;
}

.about__hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.about__hero-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  letter-spacing: 0.01em;
}

.about__hero-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.about__hero-btn--primary {
  background: #2b5cff;
  color: #fff;
}

.about__hero-btn--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
}

.about__hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.about__hero-trust span {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Block 2 — Stats (TrustNumbers dark-skin wrapper) */
.about__stats-wrapper {
  margin-top: 36px;
  background: #0a0a1a;
  border-radius: 20px;
  overflow: hidden;
}

.about__stats-wrapper section {
  background: transparent !important;
  padding-bottom: 8px;
}

.about__stats-wrapper [class*="number"] {
  color: #fff !important;
  white-space: nowrap;
}

.about__stats-wrapper [class*="label"] {
  color: rgba(255, 255, 255, 0.5) !important;
  white-space: nowrap;
  font-size: 11px !important;
}

.about__stats-wrapper [class*="item"] {
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}

.about__stats-wrapper [class*="item"]+[class*="item"] {
  border-left-color: rgba(255, 255, 255, 0.12) !important;
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}

.about__stats-note {
  margin: 0;
  padding: 0 24px 20px;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.03em;
}

/* Shared section header */
.about__section-title {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700;
  font-family: "Montserrat", "Circe", "Tahoma", "Arial", sans-serif;
  color: #0f0f1a;
  line-height: 1.2;
}

.about__section-lead {
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.7;
  color: #4b4f58;
  max-width: 680px;
}

/* Block 11 — Legal infrastructure wrapper (rounded) */
.about__legal-wrap {
  margin-top: 64px;
  border-radius: 24px;
  overflow: hidden;
}

/* Block 13 — Services wrapper (rounded, no bg) */
.about__services-wrap {
  margin-top: 64px;
  border-radius: 24px;
  overflow: hidden;
}

.about__services-wrap section {
  background: transparent !important;
}

/* ── Case cards (blog.css not loaded on /about) ───────────────── */
.blog-article__case-card {
  flex: 0 0 calc((100% - 20px) / 2);
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 24px;
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 1fr auto;
  grid-template-areas: "body side" "passport button";
  gap: 0 20px;
  scroll-snap-align: start;
}

.blog-article__case-body {
  grid-area: body;
}

.blog-article__case-text {
  margin: 0;
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.5;
}

.blog-article__case-side {
  grid-area: side;
  display: grid;
  gap: 2px;
  justify-items: stretch;
  align-content: start;
}

.blog-article__case-avatar-wrap {
  display: grid;
  justify-items: center;
  align-content: start;
}

.blog-article__case-author {
  display: grid;
  gap: 6px;
  justify-items: start;
  align-content: start;
  max-width: 160px;
  text-align: left;
}

.blog-article__case-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #d8d8d8;
}

.blog-article__case-author-name {
  font-size: 13px;
  font-weight: 700;
  color: #2b5cff;
  line-height: 1.2;
}

.blog-article__case-author-role {
  font-size: 11px;
  color: #6b6b6b;
  line-height: 1.3;
}

.blog-article__case-passport {
  grid-area: passport;
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 10px;
  font-size: 12px;
  color: #6b6b6b;
  margin-top: 16px;
}

.blog-article__case-passport-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.blog-article__case-btn {
  grid-area: button;
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #2b5cff;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  justify-self: end;
  margin-top: 16px;
  transition: transform 0.2s ease;
}

.blog-article__case-btn:hover {
  color: #ffffff;
  transform: scale(1.04);
}

.blog-article__slider-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ── Testimonial cards (testimonials.css not loaded on /about) ─── */
.testimonials-wall__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  border: 1px solid #ebeef5;
  position: relative;
  display: block;
  width: 100%;
}

.testimonials-wall__card p {
  margin: 0 0 20px;
  font-size: 15px;
  color: #2f2f2f;
  line-height: 1.5;
}

.testimonials-wall__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.testimonials-wall__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials-wall__meta strong {
  display: block;
  font-size: 14px;
  color: #2b5cff;
}

.testimonials-wall__meta span {
  display: block;
  font-size: 12px;
  color: #8a8f99;
}

.testimonials-wall__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.testimonials-wall__quote {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  flex: 0 0 auto;
}

/* Block 14 — FAQ */
.about__faq {
  margin-top: 64px;
}

.about__faq-list {
  margin-top: 32px;
  border-top: 1px solid #e6e6e6;
}

.about__faq-item {
  border-bottom: 1px solid #e6e6e6;
}

.about__faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 600;
  color: #0f0f1a;
  cursor: pointer;
  list-style: none;
  gap: 16px;
}

.about__faq-q::-webkit-details-marker {
  display: none;
}

.about__faq-q::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: #2b5cff;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s ease;
}

.about__faq-item[open] .about__faq-q::after {
  transform: rotate(45deg);
}

.about__faq-a {
  margin: 0 0 20px;
  font-size: 15px;
  color: #4b4f58;
  line-height: 1.7;
  max-width: 760px;
}

/* Block 14 — FAQ wrapper */
.about__faq {
  margin-top: 64px;
}

/* Block 15 — Section nav table */
.about__nav-table {
  margin-top: 64px;
}

.about__nav-list {
  margin-top: 24px;
  border-top: 1px solid #e6e6e6;
}

.about__nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
  transition: background 0.15s ease;
}

.about__nav-row:hover {
  background: #f7f9ff;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: -8px;
  margin-right: -8px;
  border-radius: 8px;
}

.about__nav-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #0f0f1a;
  margin-bottom: 2px;
}

.about__nav-sub {
  display: block;
  font-size: 13px;
  color: #6b6b6b;
}

.about__nav-arrow {
  font-size: 18px;
  color: #2b5cff;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.about__nav-row:hover .about__nav-arrow {
  transform: translateX(4px);
}

/* CTA — Telegram calculator banner */
.about__cta-telegram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  background: #2b5cff;
  border-radius: 16px;
  padding: 18px 28px;
}

.about__cta-telegram-text {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.about__cta-telegram-btn {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: #2b5cff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.about__cta-telegram-btn:hover {
  transform: scale(1.04);
  color: #2b5cff;
}

/* Block 17 — Office visit form */
.about__office-form {
  margin-top: 48px;
  background: #f8f9fa;
  border-radius: 24px;
  overflow: hidden;
}

.about__office-form-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.about__office-form-text {
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #0f0f1a;
  color: #ffffff;
}

.about__office-form-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.about__office-form-text h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
}

.about__office-form-text p {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.about__office-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.about__office-list li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding-left: 12px;
}

.about__office-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #2b5cff;
}

.about__office-form-fields {
  padding: 48px;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
}

.about__office-form-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.about__office-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about__office-form-field span {
  font-size: 12px;
  font-weight: 600;
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about__office-form-field input,
.about__office-form-field select {
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  font-size: 15px;
  outline: none;
  font-family: 'Circe', 'Arial', sans-serif;
  color: #0f0f1a;
  transition: border-color 0.2s;
  background: #fafafa;
  width: 100%;
}

.about__office-form-field input:focus,
.about__office-form-field select:focus {
  border-color: #2b5cff;
  background: #fff;
}

.about__office-form-btn {
  display: inline-flex;
  align-items: center;
  padding: 15px 28px;
  background: #2b5cff;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease;
  font-family: 'Circe', 'Arial', sans-serif;
  margin-top: 4px;
  align-self: flex-start;
}

.about__office-form-btn:hover {
  transform: scale(1.04);
}

.about__office-form-btn:disabled {
  opacity: 0.6;
  cursor: default;
  transform: none;
}

.about__office-form-note {
  font-size: 12px;
  color: #9b9b9b;
  margin: 0;
}

.about__office-form-error {
  font-size: 13px;
  color: #d62828;
  margin: 0;
}

.about__office-form-success {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.about__office-form-success strong {
  font-size: 20px;
  color: #0f0f1a;
}

.about__office-form-success p {
  font-size: 15px;
  color: #6b6b6b;
  margin: 0;
}

/* CTA — Messengers strip */
.about__messengers-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 18px 28px;
  background: #f8f9fa;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
}

.about__messengers-label {
  font-size: 14px;
  color: #6b6b6b;
  flex: 1 1 auto;
}

.about__messenger-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s;
}

.about__messenger-btn:hover {
  opacity: 0.85;
  transform: scale(1.03);
}

.about__messenger-wa {
  background: #25d366;
  color: #ffffff;
}

.about__messenger-tg {
  background: #2AABEE;
  color: #ffffff;
}

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 767px) {
  .about__cta-telegram {
    flex-direction: column;
    align-items: flex-start;
  }

  .about__office-form-inner {
    grid-template-columns: 1fr;
  }

  .about__office-form-text,
  .about__office-form-fields {
    padding: 32px 24px;
  }

  .about__messengers-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .about__nav-row:hover {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about__faq-q {
    font-size: 15px;
  }

  .about__section-title {
    font-size: clamp(22px, 6vw, 32px);
  }
}

/* Carousel nav buttons (blog.css not loaded on /about) */
.blog-article__slider-btn {
  min-width: 64px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: rgba(235, 235, 235, 0.75);
  color: #0f0f0f;
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog-article__slider-btn.is-light {
  background: rgba(235, 235, 235, 0.75);
  color: #0f0f0f;
}

.blog-article__slider-btn.is-primary {
  background: rgba(43, 92, 255, 0.8);
  color: #ffffff;
}

.blog-article__slider-btn:disabled {
  background: rgba(160, 160, 160, 0.4);
  color: rgba(15, 15, 15, 0.45);
  cursor: default;
}


/* Block 9 — Команда (AboutCommandSection override) */
.about_command {
  background: transparent !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.about_command h3 {
  font-family: 'Montserrat', 'Metal', sans-serif;
  font-size: 8rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1B1B1B;
  margin-bottom: 20rem;
}

.about_command__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 55px;
  border-radius: 10px;
  background: #2b5cff;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
  margin-top: 8px;
  white-space: nowrap;
}

.about_command__cta:hover {
  opacity: 0.85;
  color: #fff;
}

/* Block 8 — Принципы */
.about__principles {
  margin-top: 64px;
}

.about__principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about__principles-grid .about__principle-card:first-child {
  grid-column: 1 / 3;
}

.about__principle-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about__principle-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2b5cff;
  font-family: "Montserrat", "Arial", sans-serif;
}

.about__principle-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f0f1a;
  line-height: 1.3;
  font-family: "Montserrat", "Arial", sans-serif;
}

.about__principle-text {
  margin: 0;
  font-size: 13px;
  color: #4b4f58;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .about__principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__principles-grid .about__principle-card:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 500px) {
  .about__principles-grid {
    grid-template-columns: 1fr;
  }

  .about__principles-grid .about__principle-card:first-child {
    grid-column: 1;
  }
}

/* Block 7 — Основатель */
.about__founder {
  margin-top: 64px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
}

.about__founder-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
}

.about__founder-photo {
  position: relative;
  overflow: hidden;
}

.about__founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(0.15);
}

.about__founder-content {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about__founder-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2b5cff;
  margin-bottom: 8px;
}

.about__founder-name {
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #0f0f0f;
  margin: 0 0 20px;
  line-height: 1.15;
}

.about__founder-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.about__founder-chip {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f0f4ff;
  border: 1px solid #c8d4ff;
  color: #2b5cff;
  font-size: 12px;
}

.founder-bio p {
  font-size: 14px;
  line-height: 1.75;
  color: #6b6b6b;
  margin: 0 0 14px;
}

.founder-bio p:last-child {
  margin-bottom: 0;
}

.about__founder-cta {
  display: inline-block;
  margin-top: 28px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #2b5cff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}

.about__founder-cta:hover {
  opacity: 0.85;
}

@media (max-width: 860px) {
  .about__founder-inner {
    grid-template-columns: 1fr;
  }

  .about__founder-photo {
    height: 280px;
  }

  .about__founder-content {
    padding: 32px 28px;
  }
}

/* Block 6 — Timeline */
.about__timeline {
  margin-top: 64px;
}

.about__timeline-track {
  position: relative;
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: none;
}

.about__timeline-track::-webkit-scrollbar {
  display: none;
}

.about__timeline-line {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #2b5cff 0%, #e6e9f2 100%);
  z-index: 0;
}

.about__timeline-item {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}

.about__timeline-dot {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2b5cff;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #2b5cff;
}

.about__timeline-year {
  font-size: 13px;
  font-weight: 700;
  color: #2b5cff;
  margin-bottom: 6px;
  font-family: "Montserrat", "Arial", sans-serif;
}

.about__timeline-text {
  font-size: 13px;
  color: #4b4f58;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .about__timeline-track {
    flex-direction: column;
    overflow-x: visible;
    padding-left: 24px;
    border-left: 2px solid #e6e9f2;
    gap: 28px;
  }

  .about__timeline-line {
    display: none;
  }

  .about__timeline-item {
    flex: none;
    padding-top: 0;
    padding-right: 0;
  }

  .about__timeline-dot {
    top: 2px;
    left: -31px;
  }
}

/* Block 5 — Карта присутствия */
.about__map {
  margin-top: 64px;
}

.about__map-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 280px;
  margin-bottom: 32px;
}

.about__map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.5);
}

.about__map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 26, 0.15) 0%, rgba(10, 10, 26, 0.55) 100%);
}

.about__map-subtitle {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b6f7a;
  margin: 0 0 16px;
}

.about__map-offices {
  margin-bottom: 32px;
}

.about__map-office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.about__map-office {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f7f8fc;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid #e6e9f2;
}

.about__map-flag {
  font-size: 24px;
  flex-shrink: 0;
}

.about__map-city {
  font-size: 14px;
  font-weight: 600;
  color: #0f0f1a;
  line-height: 1.2;
}

.about__map-role {
  font-size: 11px;
  color: #8a8f9a;
  margin-top: 2px;
}

.about__map-jurisdictions {
  margin-bottom: 28px;
}

.about__map-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about__map-pill {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f0f2f8;
  color: #4b4f58;
  font-size: 12px;
  border: 1px solid #e6e9f2;
}

.about__map-pill--more {
  background: #0a0a1a;
  color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
}

.about__map-cta {
  margin-top: 8px;
}

.about__map-link {
  font-size: 14px;
  font-weight: 600;
  color: #2b5cff;
  text-decoration: none;
}

.about__map-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .about__map-office-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__map-img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .about__map-office-grid {
    grid-template-columns: 1fr;
  }
}

/* Block 4 — До/После */
.about__compare {
  margin-top: 64px;
}

.about__compare-table {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6e9f2;
}

.about__compare-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0a0a1a;
  color: #fff;
}

.about__compare-head .about__compare-col {
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.about__compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e6e9f2;
}

.about__compare-row:nth-child(even) {
  background: #f7f8fc;
}

.about__compare-col {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.about__compare-col--before {
  color: #4b4f58;
  border-right: 1px solid #e6e9f2;
}

.about__compare-col--after {
  color: #0f0f1a;
  font-weight: 500;
}

.about__compare-icon {
  flex-shrink: 0;
  font-size: 13px;
  margin-top: 2px;
  font-style: normal;
}

.about__compare-col--before .about__compare-icon {
  color: #c0392b;
  opacity: 0.7;
}

.about__compare-col--after .about__compare-icon {
  color: #1e8f4e;
}

@media (max-width: 640px) {

  .about__compare-col {
    padding: 10px 12px;
    font-size: 12px;
    gap: 6px;
  }

  .about__compare-head .about__compare-col {
    padding: 10px 12px;
    font-size: 10px;
  }
}

.about__links {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about__links-note {
  grid-column: 1 / -1;
  font-size: 12px;
  color: #6b6f7a;
  margin: 0;
}

.about__card {
  border: 1px solid #e6e9f2;
  border-radius: 18px;
  padding: 20px 22px;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.about__card::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 18px;
  color: #2b5cff;
  font-size: 16px;
}

.about__card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-family: "Montserrat", "Circe", "Tahoma", "Arial", sans-serif;
}

.about__card p {
  margin: 0;
  color: #4b4f58;
  font-size: 13px;
  line-height: 1.5;
}

.about__card:hover {
  transform: translateY(-2px);
  border-color: #cfd8f7;
}

@media (max-width: 900px) {
  .about__links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about__hero {
    padding: 48px 28px;
    min-height: 420px;
    align-items: flex-end;
  }

  .about__hero-buttons {
    flex-direction: column;
  }

  .about__hero-btn {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .about {
    padding: 20px 16px 80px;
  }

  .about__hero {
    padding: 36px 20px 32px;
    min-height: 380px;
    border-radius: 18px;
  }

  .about__hero h1 {
    font-size: 22px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .trust-numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .about__stat+.about__stat::before {
    display: none;
  }

  .about__stats {
    padding: 32px 24px 20px;
  }
}

@media (max-width: 500px) {
  .trust-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}