.about-offices-page {
  background: #ffffff;
  color: #0f0f0f;
  font-family: "Circe", "Tahoma", "Arial", sans-serif;
  overflow-x: hidden;
}

.about-offices {
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 24px 120px;
}

.about-offices__breadcrumbs {
  font-size: 12px;
  color: #6b6b6b;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.about-offices__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.about-offices__hero {
  border-radius: 24px;
  overflow: hidden;
  background-image: url("/img/our_command_bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 34px;
  display: block;
  color: #ffffff;
}

.about-offices__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 400px at 20% 15%, rgba(43, 92, 255, 0.25), transparent 60%),
    linear-gradient(100deg, rgba(16, 18, 30, 0.8) 0%, rgba(16, 18, 30, 0.45) 55%, rgba(16, 18, 30, 0.75) 100%);
}

.about-offices__hero-content,
.about-offices__hero-card {
  position: relative;
  z-index: 1;
}

.about-offices__hero h1 {
  margin: 0 0 10px;
  font-size: 34px;
  font-family: "Metal5", "Circe", "Tahoma", "Arial", sans-serif;
  font-weight: 500;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.about-offices__hero p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.6;
  max-width: 560px;
}

.about-offices__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-offices__hero-tags span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}


.about-offices__list {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.about-offices__card {
  border: 1px solid #e6e9f2;
  border-radius: 20px;
  padding: 18px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
}

.about-offices__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.about-offices__card-head h3 {
  margin: 0;
  font-size: 18px;
  font-family: "Metal5", "Circe", "Tahoma", "Arial", sans-serif;
}

.about-offices__card-head span {
  display: block;
  font-size: 12px;
  color: #6b6b6b;
  margin-top: 4px;
}

.about-offices__badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0f5ff;
  color: #2b5cff;
  font-size: 11px;
  white-space: nowrap;
}

.about-offices__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  font-size: 12px;
  color: #5b5f69;
}

.about-offices__info span {
  display: block;
  font-size: 11px;
  color: #8a8f98;
  margin-bottom: 4px;
}

.about-offices__info strong {
  font-size: 12px;
  color: #2b2b2b;
}

.about-offices__card-actions {
  display: flex;
  gap: 10px;
}

.about-offices__card-actions button {
  border: 1px solid #e6e9f2;
  background: #ffffff;
  color: #2f2f2f;
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 12px;
  cursor: pointer;
}

.about-offices__card-actions .is-primary {
  background: #0a5bff;
  border-color: #0a5bff;
  color: #ffffff;
}

.about-offices__zones {
  margin-top: 30px;
}

.about-offices__zones-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.about-offices__zones-head h2 {
  margin: 0;
  font-size: 22px;
  font-family: "Metal5", "Circe", "Tahoma", "Arial", sans-serif;
}

.about-offices__zones-head p {
  margin: 0;
  max-width: 520px;
  font-size: 13px;
  color: #5b5f69;
  line-height: 1.5;
}

.about-offices__zones-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-offices__zone {
  border: 1px solid #e6e9f2;
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
}

.about-offices__zone-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2b5cff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.about-offices__zone p {
  margin: 0 0 12px;
  font-size: 12px;
  color: #5b5f69;
  line-height: 1.5;
}

.about-offices__zone span {
  font-size: 11px;
  color: #2f2f2f;
}

.about-offices__cta {
  margin-top: 28px;
}

.about-offices__cta-card {
  border-radius: 24px;
  padding: 26px;
  background: radial-gradient(900px 240px at 20% 20%, rgba(43, 92, 255, 0.18), transparent 55%),
    linear-gradient(120deg, #ffffff 0%, #f4f6ff 100%);
  border: 1px solid #e6e9f2;
}

.about-offices__cta-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-family: "Metal5", "Circe", "Tahoma", "Arial", sans-serif;
}

.about-offices__cta-card p {
  margin: 0 0 16px;
  color: #5b5f69;
  font-size: 13px;
  line-height: 1.6;
  max-width: 560px;
}

.about-offices__cta-card button {
  border: none;
  background: #0a5bff;
  color: #ffffff;
  border-radius: 14px;
  padding: 12px 18px;
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .about-offices__list {
    grid-template-columns: 1fr;
  }
  .about-offices__zones-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-offices {
    padding: 28px 16px 90px;
  }

  .about-offices__hero {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .about-offices__hero h1 {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }

  .about-offices__zones-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-offices__info {
    grid-template-columns: 1fr;
  }

  .about-offices__card-actions {
    flex-direction: column;
  }
}
