:root {
  --green: #1ab248;
  --green-dark: #0b8f3a;
  --green-deep: #0a6f2f;
  --green-accent: #2ddf6a;
  --green-soft: #e9f8ee;
  --ink: #111c15;
  --graphite: #17221a;
  --muted: #5d6a61;
  --line: #dde6df;
  --paper: #f6f8f4;
  --white: #ffffff;
  --yellow: #ffd43b;
  --red: #d93025;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 22px 55px rgba(15, 30, 18, 0.12);
  --card-shadow: 0 14px 34px rgba(12, 31, 20, 0.08);
  --card-shadow-hover: 0 24px 44px rgba(10, 28, 18, 0.16);
  --header-offset: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.shell,
.page-shell,
.footer {
  width: min(1280px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(221, 230, 223, 0.94);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(16, 34, 22, 0.06);
  transition: background-color 0.22s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.topbar--scrolled {
  border-bottom-color: rgba(26, 178, 72, 0.24);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 14px 30px rgba(10, 29, 18, 0.14);
}

.topbar__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: var(--header-offset);
  padding: 10px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  line-height: 1.05;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 84px;
  height: 34px;
  overflow: hidden;
  border-radius: 6px;
}

.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand__meta {
  display: grid;
  gap: 2px;
  white-space: nowrap;
}

.brand__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: var(--graphite);
}

.brand__city {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  line-height: 1;
  transform: none;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 3px;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 6px;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--green-dark);
  background: rgba(26, 178, 72, 0.1);
}

.topbar--scrolled .nav a[aria-current="page"] {
  background: rgba(26, 178, 72, 0.16);
}

.topbar__phone,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
}

.button {
  min-height: 42px;
  transition: transform 0.18s ease, box-shadow 0.22s ease, background-color 0.2s ease, color 0.2s ease;
}

.topbar__phone,
.button--dark {
  color: var(--white);
  background: var(--graphite);
}

.topbar__phone {
  white-space: nowrap;
}

.button--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  box-shadow: 0 10px 24px rgba(26, 178, 72, 0.32);
}

.button--primary:hover {
  background: linear-gradient(135deg, #26c75a, var(--green-dark));
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(26, 178, 72, 0.42);
}

.button--light {
  color: var(--graphite);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.button--ghost {
  color: var(--graphite);
  border: 1px solid var(--line);
  background: var(--white);
}

.topbar svg,
.button svg,
.contact-methods svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.3;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 31, 20, 0.98), rgba(18, 61, 31, 0.95)),
    var(--graphite);
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 178, 72, 0.46) 0%, rgba(26, 178, 72, 0) 68%);
  animation: pulseGlow 4.2s ease-in-out infinite;
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0.4), transparent 68%);
  animation: meshShift 16s linear infinite;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
  gap: 44px;
  align-items: center;
  min-height: 700px;
  padding: 84px 0 94px;
}

.hero__grid > div:first-child {
  padding: 34px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 23, 15, 0.34);
  backdrop-filter: blur(5px);
  box-shadow: 0 30px 66px rgba(5, 16, 10, 0.4);
  animation: heroCardIn 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.kicker {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.subhero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(56px, 6.6vw, 104px);
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero__lead,
.subhero__lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(19px, 1.55vw, 26px);
  line-height: 1.5;
}

.hero__actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero__actions .button {
  min-height: 58px;
  padding-inline: 24px;
  font-size: 17px;
  border-radius: 14px;
}

.hero__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
}

.hero__points span {
  padding: 13px 14px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 800;
}

.hero__search-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding: 10px 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(3px);
}

.hero__search-links a {
  color: #cbe7ff;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hero__search-links a:hover {
  color: var(--white);
  transform: translateY(-1px);
  text-decoration: underline;
}

.logistics-panel {
  display: grid;
  gap: 14px;
}

.waybill {
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.logistics-panel > * {
  border-radius: 14px;
}

.waybill__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.waybill__top strong {
  font-size: 22px;
}

.barcode {
  width: 138px;
  height: 42px;
  background: repeating-linear-gradient(90deg, var(--graphite) 0 3px, transparent 3px 8px, var(--graphite) 8px 10px, transparent 10px 14px);
}

.route-line {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.route-line div {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 10px;
  background: var(--paper);
  border-radius: 6px;
}

.route-line i {
  width: 12px;
  height: 12px;
  border: 3px solid var(--green);
  border-radius: 50%;
}

.route-line strong {
  font-size: 14px;
}

.route-line span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.contact-mini {
  padding: 18px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: var(--radius);
}

.contact-mini span {
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.contact-mini strong {
  display: block;
  margin-top: 5px;
  font-size: 25px;
}

.section {
  padding: 100px 0 0;
}

.section--last {
  padding-bottom: 100px;
}

.section__header {
  max-width: 800px;
  margin-bottom: 42px;
}

.section__header--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 760px) auto;
  gap: 28px;
  align-items: end;
}

.section h2,
.section__header h2,
.content-main h2,
.legal-panel h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.section__header p:not(.kicker),
.content-main p,
.legal-panel p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.fit-grid,
.value-grid,
.product-grid,
.faq-grid,
.scenario-grid {
  display: grid;
  gap: 14px;
}

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

.value-grid,
.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fit-card,
.value-card,
.product-card,
.scenario-card,
.office-card,
.lead-form,
.content-main,
.content-aside,
.legal-panel,
.map-card,
.contact-profile,
.qr-card {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
}

.fit-card,
.value-card,
.product-card,
.scenario-card {
  padding: 28px;
}

.fit-card,
.value-card,
.product-card,
.scenario-card,
.office-card {
  height: 100%;
}

.fit-card span,
.product-card span,
.scenario-card span,
.value-card span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fit-card h3,
.value-card h3,
.product-card h3,
.scenario-card h3 {
  margin: 16px 0 12px;
  font-size: 23px;
  line-height: 1.18;
}

.fit-card p,
.value-card p,
.product-card p,
.scenario-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.product-card {
  display: grid;
  align-content: start;
  min-height: 180px;
}

.product-card a {
  align-self: end;
  margin-top: 14px;
  color: var(--green-dark);
  font-weight: 800;
}

.fit-card,
.value-card,
.product-card,
.scenario-card,
.office-card {
  transition: transform 0.2s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  animation: cardRise 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fit-card:hover,
.value-card:hover,
.product-card:hover,
.scenario-card:hover,
.office-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 178, 72, 0.26);
  box-shadow: var(--card-shadow-hover);
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroCardIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.86;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes meshShift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 72px 0, 0 72px;
  }
}

.product-card--dark {
  color: var(--white);
  background: var(--graphite);
  border-color: var(--graphite);
}

.product-card--dark span {
  color: var(--yellow);
}

.product-card--dark p,
.product-card--dark a {
  color: rgba(255, 255, 255, 0.76);
}

.matrix {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 24px 56px rgba(10, 29, 18, 0.13);
  position: relative;
}

.matrix::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green), var(--green-deep));
}

.matrix__row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  border-top: 1px solid var(--line);
}

.matrix__row:first-child {
  border-top: 0;
}

.matrix__row:not(.matrix__row--head):hover {
  background: rgba(26, 178, 72, 0.07);
}

.matrix__row--head {
  color: var(--white);
  background: linear-gradient(135deg, #1b2a21, #223329);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.matrix__row > * {
  margin: 0;
  padding: 19px 17px;
  border-right: 1px solid var(--line);
  min-width: 0;
  line-height: 1.55;
}

.matrix__row--head > * {
  border-color: rgba(255, 255, 255, 0.14);
}

.matrix__row > *:last-child {
  border-right: 0;
}

.matrix strong {
  color: var(--green-dark);
}

.matrix p {
  color: var(--muted);
}

.subhero {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 31, 20, 0.98), rgba(18, 61, 31, 0.92)),
    var(--graphite);
}

.subhero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 34px;
  align-items: end;
  padding: 74px 0;
}

.subhero-card {
  padding: 26px;
  color: var(--ink);
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.subhero-card strong {
  display: block;
  color: var(--green-dark);
  font-size: 34px;
}

.subhero-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.service-layout,
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.content-main,
.legal-panel {
  padding: 30px;
}

.content-main h3,
.legal-panel h3 {
  margin: 30px 0 10px;
  font-size: 23px;
}

.content-main ul,
.legal-panel ul,
.checklist {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}

.content-aside {
  position: sticky;
  top: calc(var(--header-offset) + 12px);
  display: grid;
  gap: 10px;
  padding: 18px;
}

.content-aside strong {
  font-size: 17px;
}

.content-aside a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 6px;
  font-weight: 800;
}

.summary-table {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.summary-table article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
  padding: 16px;
  background: var(--paper);
  border-radius: 6px;
}

.summary-table strong {
  color: var(--graphite);
}

.summary-table span {
  color: var(--muted);
  line-height: 1.55;
}

.template-matrix {
  overflow: hidden;
  margin: 8px 0 22px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.template-matrix__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid var(--line);
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
}

.template-matrix__row:first-child {
  border-top: 0;
}

.template-matrix__row--head {
  color: var(--white);
  background: var(--graphite);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.template-matrix__row span:first-child {
  color: var(--ink);
}

.template-matrix__row:not(.template-matrix__row--head) span:last-child {
  text-align: end;
}

.template-matrix__row a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.template-matrix__row a:hover {
  color: var(--graphite);
}

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

.doc-card {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  scroll-margin-top: 96px;
}

.doc-card__badge {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.doc-card h3 {
  margin: 12px 0 8px;
  font-size: 21px;
  line-height: 1.18;
}

.doc-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 16px;
}

.doc-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.doc-card__actions .button {
  flex: 1 1 auto;
  min-width: min(100%, 140px);
}

.office-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 18px;
  align-items: start;
}

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

.office-list--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.office-card {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.office-card__media {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 165px;
  overflow: hidden;
  padding: 14px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(17, 28, 21, 0.08), rgba(17, 28, 21, 0.84)),
    var(--office-photo) center / cover no-repeat;
  border-radius: 6px;
}

.office-card__badge {
  justify-self: start;
  min-height: 28px;
  padding: 6px 10px;
  color: var(--graphite);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.office-card__media-title {
  margin-top: 34px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.12;
}

.office-card__media small {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

.office-card__content {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
}

.office-card__index {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  background: var(--green);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.office-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.office-card__topline strong {
  color: var(--green-dark);
}

.office-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.office-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.office-card__meta {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
}

.office-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.office-card dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.office-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.office-card__actions a,
.office-card__actions button {
  min-height: 34px;
  padding: 0 10px;
  color: var(--graphite);
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.office-card__actions a {
  display: inline-flex;
  align-items: center;
}

.office-card--empty {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr;
}

.map-card {
  position: sticky;
  top: calc(var(--header-offset) + 12px);
  overflow: hidden;
}

.map-card__image {
  position: relative;
  display: block;
  min-height: 300px;
  overflow: hidden;
}

.map-card__image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.map-card__image span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  color: var(--graphite);
  background: var(--yellow);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.map-card__body {
  padding: 20px;
}

.map-card__body h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.map-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.office-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  margin-bottom: 18px;
}

.search-intent {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--muted);
}

.search-intent strong {
  color: var(--ink);
}

.search-intent a {
  color: var(--green-dark);
  text-decoration: none;
  border-bottom: 1px dashed rgba(26, 178, 72, 0.4);
}

.search-intent a:hover {
  border-bottom-color: var(--green-dark);
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 700;
}

.office-toolbar__count {
  display: inline-grid;
  place-items: center;
  min-width: 116px;
  min-height: 54px;
  color: var(--white);
  background: var(--green-dark);
  border-radius: var(--radius);
  font-weight: 800;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.faq-item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 62px;
  padding: 18px;
  color: var(--ink);
  border: 0;
  background: transparent;
  text-align: left;
  font-weight: 800;
}

.faq-item button::after {
  content: "+";
  color: var(--green-dark);
  font-size: 22px;
}

.faq-item[open] button::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.6;
}

.lead-band,
.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 24px;
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 28, 21, 0.98), rgba(13, 95, 43, 0.94)),
    var(--graphite);
  border-radius: var(--radius);
}

.lead-band h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.06;
}

.lead-band p,
.contact-copy p:not(.kicker) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.65;
}

.lead-form {
  display: grid;
  gap: 13px;
  padding: 20px;
  color: var(--ink);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 13px 12px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 6px;
  outline: 0;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(26, 178, 72, 0.13);
}

.consent-check {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.consent-check span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.consent-check a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 12px;
  margin-top: 28px;
}

.contact-methods a {
  display: grid;
  gap: 7px;
  padding: 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.contact-methods span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.contact-methods strong {
  font-size: 19px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
}

.contact-profile,
.qr-card {
  padding: 30px;
}

.contact-profile .contact-methods a {
  border-color: var(--line);
  background: var(--white);
}

.contact-profile .contact-methods span {
  color: var(--muted);
}

.contact-profile .contact-methods strong {
  color: var(--ink);
}

.requisites-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.requisites-group {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--white);
}

.requisites-group h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.requisites-group p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}

.qr-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.qr-contact__image {
  display: grid;
  place-items: center;
  width: min(230px, 100%);
  aspect-ratio: 1;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.qr-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.legal-note {
  padding: 15px;
  color: var(--graphite);
  background: #fff5c2;
  border: 1px solid rgba(255, 212, 59, 0.64);
  border-radius: 6px;
  font-weight: 800;
}

.source-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.source-strip a {
  padding: 8px 10px;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 999px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0 38px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.footer strong,
.footer span {
  display: block;
}

.footer strong {
  margin-bottom: 5px;
  color: var(--ink);
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  font-weight: 800;
}

.footer__links a:hover {
  color: var(--green-dark);
}

/* ===== New index-page sections (testimonials, steps, stats, services-icons, cta) ===== */

/* --- Stats section --- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.stat-card {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
}
.stat-card__num {
  font-size: clamp(42px, 4.8vw, 72px);
  font-weight: 800;
  line-height: 1;
  color: var(--green-dark);
}
.stat-card__label {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 178, 72, 0.26);
  box-shadow: var(--card-shadow-hover);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

/* --- Steps section --- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.step-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
}
.step-card__num {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
}
.step-card h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.2;
}
.step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 15px;
}
.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 178, 72, 0.26);
  box-shadow: var(--card-shadow-hover);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

/* --- Testimonials section --- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.testimonial-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
}
.testimonial-card__stars {
  color: var(--yellow);
  font-size: 18px;
  letter-spacing: 2px;
}
.testimonial-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
  font-style: italic;
}
.testimonial-card__author {
  margin-top: auto;
  display: grid;
  gap: 2px;
}
.testimonial-card__author strong {
  font-size: 15px;
  line-height: 1.2;
}
.testimonial-card__author span {
  color: var(--muted);
  font-size: 13px;
}

/* --- Services grid with icons --- */
.services-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.service-icon-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
  min-height: 200px;
}
.service-icon-card__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--green-soft);
  color: var(--green-dark);
}
.service-icon-card__icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
}
.service-icon-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
}
.service-icon-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.service-icon-card a {
  color: var(--green-dark);
  font-weight: 800;
  font-size: 14px;
}
.service-icon-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 178, 72, 0.26);
  box-shadow: var(--card-shadow-hover);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

/* --- CTA band (full-width call to action) --- */
.cta-band {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 31, 20, 0.98), rgba(18, 61, 31, 0.95)),
    var(--graphite);
  isolation: isolate;
}
.cta-band::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 178, 72, 0.36) 0%, transparent 66%);
  pointer-events: none;
}
.cta-band__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}
.cta-band h2 {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.06;
}
.cta-band p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.6;
}
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cta-band__actions .button {
  min-height: 54px;
  padding-inline: 26px;
  font-size: 16px;
  border-radius: 14px;
}

/* --- Nationwide anchor offset --- */
#nationwide {
  scroll-margin-top: var(--header-offset);
}

@media (max-width: 1040px) {
  :root {
    --header-offset: 98px;
  }

  .topbar__inner,
  .hero__grid,
  .subhero__grid,
  .section__header--split,
  .service-layout,
  .content-grid,
  .office-preview,
  .lead-band,
  .contact-shell,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
  }

  .topbar__phone {
    justify-self: start;
  }

  .fit-grid,
  .value-grid,
  .product-grid,
  .office-list,
  .office-list--compact,
  .faq-grid,
  .doc-downloads,
  .services-icon-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-aside,
  .map-card {
    position: static;
  }
}

@media (max-width: 720px) {
  :root {
    --header-offset: 92px;
  }

  .shell,
  .page-shell,
  .footer {
    width: min(100% - 24px, 1180px);
  }

  .topbar__inner {
    gap: 10px;
    padding: 9px 0;
  }

  .brand__mark {
    width: 74px;
    height: 34px;
  }

  .brand__title {
    font-size: 15px;
  }

  .brand__city {
    font-size: 12px;
  }

  .nav {
    gap: 2px;
    font-size: 12px;
  }

  .nav a {
    min-height: 34px;
    padding: 0 7px;
  }

  .topbar__phone {
    min-height: 40px;
    font-size: 13px;
  }

  .hero__grid {
    min-height: auto;
    padding: 48px 0 60px;
  }

  .hero__grid > div:first-child {
    padding: 16px;
    border-radius: 14px;
  }

  .hero h1,
  .subhero h1 {
    font-size: 38px;
  }

  .hero__search-links {
    font-size: 13px;
    gap: 6px;
    padding: 8px 10px;
  }

  .hero__actions .button {
    min-height: 48px;
    font-size: 15px;
  }

  .hero__points,
  .fit-grid,
  .value-grid,
  .product-grid,
  .scenario-grid,
  .office-list,
  .office-list--compact,
  .faq-grid,
  .doc-downloads,
  .office-toolbar,
  .contact-methods,
  .requisites-grid,
  .matrix__row,
  .summary-table article,
  .stats-grid,
  .steps-grid,
  .services-icon-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .cta-band__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .template-matrix__row {
    grid-template-columns: 1fr;
  }

  .template-matrix__row:not(.template-matrix__row--head) span:last-child {
    text-align: start;
  }

  .matrix__row > * {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .matrix__row > *:last-child {
    border-bottom: 0;
  }

  .section {
    padding-top: 64px;
  }

  .section--last {
    padding-bottom: 64px;
  }

  .lead-band,
  .contact-shell,
  .content-main,
  .legal-panel {
    padding: 20px;
  }

  .footer {
    display: grid;
  }

  .footer__links {
    justify-content: flex-start;
  }
}

.content-main code {
  font-size: 0.9em;
  padding: 2px 6px;
  border-radius: 6px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 700;
}

.news-feed {
  display: grid;
  gap: 16px;
}

.news-feed__meta {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 700;
}

.news-card {
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--white);
}

.news-card__source {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--green-dark);
  letter-spacing: 0.02em;
}

.news-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.news-card p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.5;
}

.news-card__date {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 6px;
}

.news-card a {
  font-weight: 800;
  color: var(--green-dark);
}

.news-feed__error {
  padding: 16px;
  border-radius: 12px;
  background: #fff4f4;
  color: #8a1f1f;
  font-weight: 600;
}

.news-teaser {
  display: grid;
  gap: 12px;
}

.news-teaser__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-teaser__list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
}

.news-teaser__list a {
  font-weight: 800;
  color: var(--ink);
}

.news-teaser__list a:hover {
  color: var(--green-dark);
}

.news-teaser__meta {
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
}

.news-teaser__foot {
  margin-top: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Cookie consent modal */
.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  padding: 0;
  transition: opacity 0.2s ease, transform 0.22s ease;
}

.cookie-consent--hidden {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.cookie-consent__card {
  width: min(520px, calc(100vw - 24px));
  background: var(--ink);
  color: var(--white);
  border-radius: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
}

.cookie-consent__card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.cookie-consent__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-consent a {
  color: var(--green);
  text-decoration: underline;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 14px;
}

.cookie-consent__btn {
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

@media (max-width: 720px) {
  .cookie-consent {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }

  .cookie-consent__card {
    width: 100%;
    border-radius: 14px;
    padding: 14px;
  }
}

.cookie-consent__btn:hover {
  background: linear-gradient(135deg, var(--green-accent), var(--green-dark));
  transform: translateY(-1px);
}

.cookie-consent__btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.cookie-consent__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cookie-consent__note {
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.82);
}

.cookie-consent__note--hidden {
  display: none;
}

/* Dogovor page visual cleanup */
body[data-page="contract"] .section {
  padding-top: 74px;
}

body[data-page="contract"] .subhero__grid {
  gap: 30px;
  align-items: center;
}

body[data-page="contract"] .subhero__lead {
  max-width: 760px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.55;
}

body[data-page="contract"] .section__header {
  margin-bottom: 20px;
}

body[data-page="contract"] .section__header p:not(.kicker) {
  margin-top: 10px;
}

body[data-page="contract"] .content-main {
  padding: 32px;
}

body[data-page="contract"] .content-main h2 {
  margin-bottom: 10px;
}

body[data-page="contract"] .content-main h3 {
  margin-top: 24px;
}

body[data-page="contract"] .summary-table {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

body[data-page="contract"] .summary-table article {
  min-height: 110px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--paper);
}

body[data-page="contract"] .summary-table strong {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--ink);
}

body[data-page="contract"] .content-aside {
  padding: 20px;
  border-radius: 16px;
}

body[data-page="contract"] .content-aside a {
  border-radius: 10px;
}

body[data-page="contract"] .template-matrix {
  margin-bottom: 18px;
}

body[data-page="contract"] .template-matrix__row {
  min-height: 56px;
}

body[data-page="contract"] .doc-downloads {
  gap: 18px;
}

body[data-page="contract"] .doc-card {
  min-height: 226px;
  padding: 22px;
  border-radius: 16px;
}

body[data-page="contract"] .doc-card p {
  margin-top: 8px;
  min-height: 44px;
}

body[data-page="contract"] .doc-card__actions {
  margin-top: 14px;
  gap: 10px;
}

body[data-page="contract"] .lead-band {
  padding: 30px;
}

@media (max-width: 900px) {
  body[data-page="contract"] .section {
    padding-top: 62px;
  }

  body[data-page="contract"] .content-main,
  body[data-page="contract"] .lead-band {
    padding: 22px;
  }

  body[data-page="contract"] .summary-table article,
  body[data-page="contract"] .doc-card {
    min-height: auto;
  }
}

/* ===== Calculator form (reference site style) ===== */
.calc-card {
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.calc-card__head {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
  font-size: 18px;
  color: var(--graphite);
}
.calc-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}
.calc-card label {
  display: grid;
  gap: 5px;
}
.calc-card label span {
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.calc-card input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 8px;
  font-weight: 600;
  outline: 0;
  font-size: 15px;
}
.calc-card input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(26, 178, 72, 0.13);
}
.calc-card__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.calc-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.calc-card__actions .button {
  min-height: 46px;
  font-size: 15px;
}
.calc-card__actions .button--ghost {
  background: var(--paper);
  border-color: var(--line);
  color: var(--green-dark);
}
.calc-card__extras {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 18px 14px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}
.calc-card__extras a {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.calc-card__extras a:hover {
  color: var(--graphite);
}

/* Track mini form */
.track-mini {
  display: flex;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 12px 18px 14px;
}
.track-mini input {
  flex: 1;
  min-width: 0;
  padding: 9px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  outline: 0;
}
.track-mini input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(26, 178, 72, 0.13);
}
.track-mini .button {
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
  white-space: nowrap;
}

/* Offices mini list on index */
.offices-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.offices-mini-item {
  display: grid;
  gap: 2px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
}
.offices-mini-item strong {
  font-size: 15px;
  line-height: 1.2;
}
.offices-mini-item span {
  color: var(--muted);
  font-size: 13px;
}
.offices-mini-item small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.offices-mini-item:hover {
  border-color: rgba(26, 178, 72, 0.26);
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-2px);
  transition: all 0.2s ease;
}
@media (max-width: 720px) {
  .calc-card__row {
    grid-template-columns: 1fr;
  }
  .track-mini {
    flex-direction: column;
  }
  .offices-mini-grid {
    grid-template-columns: 1fr;
  }
}
