.service-hero {
  background: #f7f4ee;
  padding-bottom: 80px;
}

/* Polished service direction cards: keep badges, titles and copy aligned. */
.service-cards article {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-height: 255px !important;
  padding: 34px 30px 28px !important;
}

.service-cards article b {
  width: 52px !important;
  height: 48px !important;
  min-width: 52px !important;
  margin: 0 0 24px !important;
  border-radius: 16px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.service-cards article h3 {
  margin: 0 0 14px !important;
  color: #0e2947 !important;
  font-size: 22px !important;
  line-height: 1.18 !important;
  letter-spacing: -.02em !important;
}

.service-cards article p {
  margin: 0 !important;
  color: #405675 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

@media (min-width: 1101px) {
  .service-cards {
    align-items: stretch !important;
  }
}

@media (max-width: 760px) {
  .service-cards article {
    min-height: auto !important;
    padding: 28px 24px !important;
  }
}

.service-hero .breadcrumb {
  display: flex !important;
  width: min(1320px, calc(100% - 48px)) !important;
  margin: 0 auto 34px !important;
  gap: 10px !important;
  align-items: center !important;
  color: #536783 !important;
  font-size: 14px !important;
}

.service-hero .inner-hero-grid,
.service-section .page-wrap,
.service-band .page-wrap,
.locations-section .page-wrap,
.consultation .page-wrap {
  width: min(1320px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.service-hero .inner-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr) !important;
  gap: 54px !important;
}

/* .service-hero-grid was referenced in markup (bankrotstvo-fizlic hero) but never defined,
   so the two-column photo layout collapsed to plain stacked blocks - text, buttons, then a
   full-width photo below with no spacing. Mirror the .inner-hero-grid two-column treatment. */
.service-hero-grid {
  width: min(1320px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 54px;
}

.service-hero .eyebrow,
.service-section .eyebrow,
.service-band .eyebrow,
.consultation .eyebrow {
  display: block !important;
  color: #a26c17 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

.service-hero .eyebrow-light,
.service-band .eyebrow-light,
.consultation .eyebrow-light {
  color: #e8ab35 !important;
}

.service-hero h1 {
  max-width: 780px !important;
  margin: 0 0 22px !important;
  color: #0e2947 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(44px, 4.6vw, 72px) !important;
  line-height: .96 !important;
  letter-spacing: -.055em !important;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

.service-hero .lead {
  max-width: 720px !important;
  color: #536783 !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
}

.service-hero .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 30px !important;
}

.service-hero .button,
.consultation button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  padding: 0 28px !important;
  border-radius: 8px !important;
  border: 0 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.service-hero .button-gold,
.consultation button {
  background: #e8ab35 !important;
  color: #0e2947 !important;
}

.service-hero .button-light {
  background: #fff !important;
  border: 1px solid rgba(14, 41, 71, .22) !important;
  color: #0e2947 !important;
}

.service-summary-card {
  border-radius: 34px !important;
  background: #0e2947 !important;
  color: #fff !important;
  padding: 42px !important;
  box-shadow: 0 28px 70px rgba(14, 41, 71, .18) !important;
}

.service-summary-card span {
  color: #e8ab35 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.service-summary-card h2 {
  margin: 18px 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

.service-summary-card p {
  color: rgba(255, 255, 255, .82) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

.service-summary-card a {
  color: #e8ab35 !important;
}

.service-section .section-heading {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: 32px !important;
  margin-bottom: 32px !important;
}

.service-section .section-heading h2,
.consultation h2 {
  max-width: 820px !important;
  margin: 0 !important;
  color: #0e2947 !important;
  font-size: clamp(36px, 4vw, 58px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em !important;
}

.service-section .section-heading p {
  max-width: 500px !important;
  color: #536783 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.service-cards {
  display: grid !important;
}

.service-steps,
.service-note-grid,
.service-faq-grid,
.service-band-grid,
.service-band-list,
.service-split {
  display: grid !important;
}

.consultation {
  background: #0e2947 !important;
  color: #fff !important;
  padding: 86px 0 !important;
}

.consultation-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 580px) !important;
  gap: 52px !important;
  align-items: center !important;
}

.consultation h2,
.consultation p {
  color: #fff !important;
}

.consultation .draft-form {
  background: #fff !important;
  border-radius: 28px !important;
  padding: 28px !important;
  color: #0e2947 !important;
}

.consultation .draft-form label {
  display: grid !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
  font-weight: 800 !important;
}

.consultation input {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid rgba(14, 41, 71, .18) !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
}

.consultation .form-consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.consultation .form-consent input {
  width: 18px !important;
  min-height: 18px !important;
  margin-top: 2px !important;
}

.locations-section {
  padding: 78px 0 !important;
  background: #f7f4ee !important;
}

.locations-section .section-heading {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: 32px !important;
  margin-bottom: 30px !important;
}

.locations-section .section-heading h2 {
  max-width: 900px !important;
  margin: 0 !important;
  color: #0e2947 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(36px, 4vw, 58px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em !important;
}

.locations-section .section-heading p {
  max-width: 460px !important;
  margin: 0 !important;
  color: #536783 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.locations-section .location-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.locations-section .location-links a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 86px !important;
  padding: 0 24px !important;
  border: 1px solid rgba(14, 41, 71, .12) !important;
  border-radius: 24px !important;
  background: #fff !important;
  color: #0e2947 !important;
  box-shadow: 0 18px 46px rgba(14, 41, 71, .08) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.locations-section .location-links a::after {
  content: "→";
  color: #e8ab35;
}

.service-pricing {
  position: relative;
  overflow: hidden;
  padding: 86px 0 !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(46, 109, 219, .10), transparent 28%),
    radial-gradient(circle at 84% 72%, rgba(232, 171, 53, .12), transparent 30%),
    #f8fbff !important;
}

.service-pricing__head {
  max-width: 980px;
  margin: 0 auto 54px;
  text-align: center;
}

.service-pricing__head h2 {
  margin: 10px 0 20px;
  color: #0e2947;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.service-pricing__head p {
  max-width: 820px;
  margin: 0 auto;
  color: #405675;
  font-size: 18px;
  line-height: 1.65;
}

.service-tariffs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.tariff-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 560px;
  padding: 42px 34px 36px;
  border: 1px solid rgba(14, 41, 71, .10);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 70px rgba(14, 41, 71, .12);
  text-align: center;
}

.tariff-card--featured {
  transform: translateY(-14px);
  border-color: #2e6ddb;
  background: #eaf2fb;
}

.tariff-card__badge {
  position: absolute;
  top: 18px;
  right: 20px;
  border-radius: 999px;
  background: #e8ab35;
  color: #0e2947;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
}

.tariff-card h3 {
  margin: 8px 0 30px;
  color: #0e2947;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  line-height: 1.25;
}

.tariff-card__term {
  min-height: 24px;
  margin: 0 0 34px;
  color: #667894;
  font-size: 14px;
}

.tariff-card__price {
  margin-bottom: 32px;
  color: #0e2947;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.04em;
}

.tariff-card__price span {
  display: block;
  margin-top: 8px;
  font-size: .72em;
}

.tariff-card ul {
  display: grid;
  gap: 16px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
  color: #102642;
  line-height: 1.35;
}

.tariff-card li::before {
  content: "✓";
  margin-right: 8px;
  color: #2e6ddb;
  font-weight: 900;
}

.tariff-card li.is-muted::before {
  content: "×";
  color: #d24d62;
}

.tariff-card__button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 132px;
  padding: 0 24px;
  border-radius: 7px;
  background: #0e2947;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(14, 41, 71, .18);
}

.tariff-card--featured .tariff-card__button {
  background: #2e6ddb;
}

.service-hero .inner-hero-grid {
  align-items: stretch;
}

.service-hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
}

.service-hero-card a {
  margin-top: 22px;
  color: #0e2947;
  font-weight: 800;
  text-decoration: none;
}

.service-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.service-hero-points li {
  border: 1px solid rgba(14, 41, 71, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  padding: 14px 16px;
  color: #405675;
  font-weight: 700;
  line-height: 1.35;
}

.service-section {
  padding: 74px 0;
}

.service-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-cards article,
.service-note-grid article,
.service-steps article,
.service-faq details {
  background: #fff;
  border: 1px solid rgba(14, 41, 71, .12);
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(14, 41, 71, .08);
}

.service-cards article b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: #e8ab35;
  color: #0e2947;
  font-size: 15px;
  margin-bottom: 18px;
}

.service-band {
  padding: 80px 0;
  background: #0e2947;
  color: #fff;
}

.service-band-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
}

.service-band h2 {
  color: #fff;
  font-family: inherit;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  margin: 10px 0 18px;
}

.service-band p {
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 1.6;
  max-width: 720px;
}

.service-band-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-band-list span {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  padding: 18px 20px;
  font-weight: 800;
  line-height: 1.35;
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-steps article {
  position: relative;
  overflow: hidden;
  padding: 30px;
  min-height: 260px;
}

.service-steps span {
  position: absolute;
  right: 18px;
  bottom: -24px;
  color: rgba(46, 109, 219, .12);
  font-size: 150px;
  line-height: .8;
  font-weight: 900;
}

.service-steps h3,
.service-note-grid h3,
.service-faq summary {
  color: #0e2947;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.service-steps p,
.service-note-grid p,
.service-faq p {
  position: relative;
  color: #516783;
  line-height: 1.55;
  margin: 0;
}

.service-split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 44px;
  align-items: start;
}

.service-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-checklist li {
  position: relative;
  border-radius: 18px;
  background: #f3f7fb;
  padding: 18px 20px 18px 54px;
  color: #0e2947;
  font-weight: 750;
  line-height: 1.35;
}

.service-checklist li::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 17px;
  color: #2e6ddb;
  font-weight: 900;
}

.service-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-note-grid article {
  padding: 28px;
  background: #f7fafc;
}

.service-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-faq details {
  padding: 24px 26px;
}

.service-faq summary {
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq summary::after {
  content: "+";
  float: right;
  color: #2e6ddb;
  font-size: 24px;
  line-height: 1;
}

.service-faq details[open] summary::after {
  content: "−";
}

@media (max-width: 1100px) {
  .service-hero-points,
  .service-cards,
  .service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .service-hero .breadcrumb,
  .service-hero .inner-hero-grid,
  .service-hero-grid,
  .service-section .page-wrap,
  .service-band .page-wrap,
  .locations-section .page-wrap,
  .consultation .page-wrap {
    width: calc(100% - 28px) !important;
  }

  .service-hero .inner-hero-grid,
  .service-hero-grid,
  .consultation-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .service-hero h1 {
    font-size: 44px !important;
    line-height: 1 !important;
  }

  .service-hero .lead {
    font-size: 17px !important;
  }

  .service-section .section-heading {
    display: block !important;
  }

  .service-section .section-heading h2,
  .consultation h2 {
    font-size: 34px !important;
  }

  .service-hero {
    padding-bottom: 44px;
  }

  .service-hero-card {
    min-height: auto;
  }

  .service-hero-points,
  .service-cards,
  .locations-section .location-links,
  .service-tariffs,
  .service-band-grid,
  .service-band-list,
  .service-steps,
  .service-split,
  .service-note-grid,
  .service-faq-grid {
    grid-template-columns: 1fr;
  }

  .service-section,
  .service-band {
    padding: 48px 0;
  }

  .service-band h2 {
    font-size: 34px;
  }

  .service-band p {
    font-size: 17px;
  }

  .service-steps article {
    min-height: 220px;
  }

  .locations-section .section-heading {
    display: block !important;
  }
}

/* Polished tariffs page layout */
.service-pricing {
  position: relative;
  overflow: hidden;
  padding: 86px 0 94px !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(46, 109, 219, .10), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(232, 171, 53, .12), transparent 24%),
    linear-gradient(180deg, #fbfaf6 0%, #f4f7fb 100%) !important;
}

.service-pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(14, 41, 71, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 41, 71, .045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 24%, #000 0%, transparent 70%);
}

.service-pricing > .page-wrap {
  position: relative;
  z-index: 1;
}

.service-pricing__head {
  max-width: 980px !important;
  margin: 0 auto 58px !important;
  text-align: center !important;
}

.service-pricing__head .eyebrow {
  display: none;
}

.service-pricing__head h2 {
  margin: 0 0 22px !important;
  color: #0e2947 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(42px, 4.6vw, 64px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}

.service-pricing__head h2::before {
  content: "Стоимость банкротства в Хабаровске";
}

.service-pricing__head h2 {
  font-size: 0 !important;
}

.service-pricing__head h2::before {
  font-size: clamp(42px, 4.6vw, 64px) !important;
}

.service-pricing__head p {
  max-width: 980px !important;
  margin: 0 auto !important;
  color: #263b59 !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

.service-tariffs {
  max-width: 1220px !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px !important;
  align-items: stretch !important;
}

.tariff-card {
  min-height: 600px !important;
  padding: 54px 38px 38px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(14, 41, 71, .10) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 28px 80px rgba(14, 41, 71, .13) !important;
}

.tariff-card--featured {
  transform: translateY(-18px) !important;
  border-color: #2e6ddb !important;
  background: #e8eef5 !important;
}

.tariff-card h3 {
  margin: 0 0 38px !important;
  color: #0e2947 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
}

.tariff-card__term {
  min-height: 42px !important;
  margin: 0 0 42px !important;
  color: #65758c !important;
  font-size: 14px !important;
}

.tariff-card__price {
  margin: 0 0 38px !important;
  color: #0e2947 !important;
  font-size: clamp(44px, 4vw, 58px) !important;
  letter-spacing: -.045em !important;
}

.tariff-card__price span {
  display: inline !important;
  margin: 0 !important;
  font-size: .7em !important;
  letter-spacing: -.035em !important;
}

.tariff-card ul {
  width: 100% !important;
  gap: 17px !important;
  margin-bottom: 38px !important;
  color: #102642 !important;
  font-size: 16px !important;
}

.tariff-card__button {
  min-width: 136px !important;
  min-height: 50px !important;
  border-radius: 8px !important;
  background: #244a9b !important;
}

.tariff-card__button:hover {
  background: #0e2947 !important;
}

@media (max-width: 1100px) {
  .service-tariffs {
    grid-template-columns: 1fr !important;
    max-width: 620px !important;
  }

  .tariff-card--featured {
    transform: none !important;
  }
}

@media (max-width: 760px) {
  .service-pricing {
    padding: 56px 0 64px !important;
  }

  .service-pricing__head h2::before {
    font-size: 38px !important;
  }

  .service-pricing__head p {
    font-size: 16px !important;
  }

  .tariff-card {
    min-height: auto !important;
    padding: 38px 26px 30px !important;
  }

  .tariff-card__price {
    font-size: 42px !important;
  }
}

/* Bankrotstvo fizlic legacy blocks polish */
.services-overview {
  padding: 74px 0;
  background: #fbfaf6;
}
.services-overview__head {
  max-width: 820px;
  margin-bottom: 34px;
}
.services-overview__head span,
.service-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #a66d0d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.services-overview__head h2,
.service-heading h2,
.service-title {
  margin: 0 0 14px;
  color: #0e2947;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.services-overview__head p,
.service-heading p,
.service-copy p {
  max-width: 760px;
  color: #536783;
  font-size: 18px;
  line-height: 1.6;
}
.services-overview__grid,
.route-grid,
.sign-grid,
.stage-grid,
.debt-grid {
  display: grid;
  gap: 20px;
}
.services-overview__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.services-overview__grid a,
.route-card,
.sign-card,
.stage-card,
.debt-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 190px;
  padding: 28px;
  border: 1px solid rgba(14, 41, 71, .12);
  border-radius: 26px;
  background: #fff;
  color: #0e2947;
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(14, 41, 71, .08);
}
.services-overview__grid strong,
.route-card h3,
.sign-card h3,
.stage-card h3,
.debt-card h3 {
  color: #0e2947;
  font-size: 22px;
  line-height: 1.18;
}
.services-overview__grid span,
.route-card p,
.sign-card p,
.stage-card p,
.debt-card p,
.route-card li {
  color: #536783;
  font-size: 16px;
  line-height: 1.5;
}
.services-overview__grid em {
  margin-top: auto;
  color: #2e6ddb;
  font-style: normal;
  font-weight: 900;
}
.service-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}
.route-grid,
.debt-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sign-grid,
.stage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.route-card--accent,
.stage-card,
.service-section--navy .service-heading,
.service-section--navy .service-heading h2,
.service-section--navy .service-heading p {
  color: #fff;
}
.route-card--accent,
.stage-card {
  background: #0e2947;
}
.route-card--accent h3,
.route-card--accent p,
.route-card--accent li,
.stage-card h3,
.stage-card p {
  color: #fff;
}
.service-section--soft {
  background: #f4f7fb;
}
.service-section--navy {
  background: #0e2947;
  color: #fff;
}
.service-section--navy .page-wrap {
  position: relative;
}
.stage-card b,
.sign-card b,
.debt-card b,
.route-card b {
  color: #e8ab35;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
/* Step number ("ЭТАП" + digit) read as near-invisible tiny text at the same size as the
   eyebrow label. Give the digit real weight so each step reads as a numbered sequence. */
.stage-card > span {
  display: block;
  margin-bottom: 2px;
  color: #e8ab35;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.stage-card b {
  display: block;
  margin: 2px 0 4px;
  color: #e8ab35;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.service-split__media img,
.service-hero-media img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(14, 41, 71, .16);
}
.service-hero-media {
  position: relative;
}
.service-hero-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 310px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 46px rgba(14, 41, 71, .16);
}
.service-hero-badge strong,
.service-hero-badge span {
  display: block;
}
.service-hero-badge span {
  margin-top: 6px;
  color: #536783;
  line-height: 1.45;
}
.check-list,
.route-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
}
.debt-card--warn {
  border-color: rgba(232, 171, 53, .45);
  background: #fff8e9;
}
@media (max-width: 1100px) {
  .services-overview__grid,
  .sign-grid,
  .stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .services-overview,
  .service-section--soft,
  .service-section--navy {
    padding: 48px 0;
  }
  .services-overview .page-wrap,
  .service-section .page-wrap {
    width: calc(100% - 28px) !important;
  }
  .services-overview__grid,
  .route-grid,
  .sign-grid,
  .stage-grid,
  .debt-grid {
    grid-template-columns: 1fr !important;
  }
  .service-heading {
    display: block;
  }
  .services-overview__grid a,
  .route-card,
  .sign-card,
  .stage-card,
  .debt-card {
    min-height: auto;
    padding: 24px;
  }
  .service-hero-badge {
    position: static;
    margin-top: 16px;
    max-width: none;
  }
}


/* Cities page cards: offices and remote cities */
.cities-hero {
  padding: 70px 0 64px;
  background: linear-gradient(180deg, #fbfaf6 0%, #f4f7fb 100%);
}
.cities-hero .breadcrumb {
  margin-bottom: 26px;
}
.cities-hero h1 {
  max-width: 980px;
  margin: 12px 0 18px;
  color: #0e2947;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.cities-hero p {
  max-width: 780px;
  margin: 0;
  color: #405675;
  font-size: 19px;
  line-height: 1.65;
}
.office-city-grid,
.remote-city-grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
}
.office-city-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.remote-city-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.city-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 30px 28px 28px;
  overflow: hidden;
  border: 1px solid rgba(14, 41, 71, .10);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 60px rgba(14, 41, 71, .10);
}
.city-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(46, 109, 219, .10);
  pointer-events: none;
}
.city-card--office {
  border-color: rgba(232, 171, 53, .28);
  background: linear-gradient(180deg, #fff 0%, #fff7e7 100%);
}
.service-section--navy .city-card {
  color: #0e2947;
}
.city-card > span {
  align-self: flex-start;
  margin-bottom: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eaf1ff;
  color: #244a9b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.city-card--office > span {
  background: #fff1d2;
  color: #9b640f;
}
.city-card h2 {
  margin: 0 0 18px;
  color: #0e2947;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.1;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
}
.city-card p {
  margin: 0 0 10px;
  color: #405675;
  font-size: 16px;
  line-height: 1.5;
}
.city-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 10px;
  background: #244a9b;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
}
.city-card__link:hover {
  background: #0e2947;
}
.cities-note {
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid rgba(14, 41, 71, .10);
  border-radius: 18px;
  background: #fff;
  color: #405675;
  line-height: 1.55;
}
@media (max-width: 1180px) {
  .remote-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .cities-hero {
    padding: 44px 0 48px;
  }
  .office-city-grid,
  .remote-city-grid {
    grid-template-columns: 1fr;
  }
  .city-card {
    min-height: auto;
    padding: 26px 22px 24px;
    border-radius: 20px;
  }
  .city-card h2 {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  .cities-hero h1 {
    font-size: 38px;
  }
  .cities-hero p,
  .city-card p,
  .cities-note {
    font-size: 15px;
  }
  .city-card__link {
    width: 100%;
  }
}
