/* ========== Главная oklad.by — цельная вёрстка с полосами ========== */

.page-home {
  background: #fff;
  scroll-behavior: smooth;
  font-size: 0.9375rem;
}

.page-home .hero__eyebrow {
  font-size: 11px;
  margin-bottom: 10px;
}

.page-home .hero-metrics__value {
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
}

.page-home .hero-metrics__label {
  font-size: 11px;
}

.page-home .hero-metrics__item {
  padding: 14px 10px;
}

.page-home .hero__actions .btn-lg {
  font-size: 14px;
  padding: 11px 20px;
}

.page-home .home-section-title {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
}

.page-home .home-section-desc {
  font-size: 13px;
}

.page-home .home-section-eyebrow {
  font-size: 11px;
}

.page-home .home-quick__link {
  font-size: 12px;
  padding: 8px 14px;
}


.page-home .city-chip {
  font-size: 13px;
}

.page-home .step-card h3 {
  font-size: 0.95rem;
}

.page-home .step-card p {
  font-size: 13px;
}

.page-home .home-cta__head .home-section-title {
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
}

.page-home .home-faq__lead {
  font-size: 13px;
}

.page-home .info-faq--home summary {
  font-size: 13px;
}

.page-home .info-faq--home .info-faq__body {
  font-size: 13px;
}

.page-home main {
  overflow-x: hidden;
}

/* SVG-переход между полосами */
.home-divider {
  display: block;
  width: 100%;
  line-height: 0;
  margin: 0;
  font-size: 0;
  flex-shrink: 0;
}

.home-divider__svg {
  display: block;
  width: 100%;
  height: clamp(32px, 5vw, 56px);
  vertical-align: top;
}

.home-divider--steep .home-divider__svg {
  height: clamp(40px, 6vw, 72px);
}

.home-divider + .home-band--cta {
  margin-top: -2px;
  padding-top: 28px;
}

.home-page {
  display: flex;
  flex-direction: column;
  background: #fff;
  --home-wave-h: clamp(24px, 4vw, 44px);
  --home-wave-h-steep: clamp(32px, 5.5vw, 56px);
  --home-wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,64 L0,36 C320,8 520,56 720,32 C920,8 1120,52 1440,28 L1440,64 Z'/%3E%3C/svg%3E");
  --home-wave-mask-steep: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,80 L0,52 C280,8 520,72 720,44 C920,16 1160,56 1440,36 L1440,80 Z'/%3E%3C/svg%3E");
}

/* Волна сверху секции — цвет всегда совпадает с фоном блока */
.home-band--wave-top::before {
  content: '';
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: var(--home-wave-h);
  margin-top: calc(-1 * var(--home-wave-h));
  margin-bottom: 0;
  background-color: inherit;
  -webkit-mask-image: var(--home-wave-mask);
  mask-image: var(--home-wave-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}

.home-band--wave-steep::before {
  height: var(--home-wave-h-steep);
  margin-top: calc(-1 * var(--home-wave-h-steep));
  margin-bottom: 12px;
  -webkit-mask-image: var(--home-wave-mask-steep);
  mask-image: var(--home-wave-mask-steep);
}

.home-band--wave-top {
  padding-top: 16px;
}

.home-band--wave-steep {
  padding-top: 16px;
}

.home-quick-bar {
  background: #fff;
  padding-bottom: 8px;
}

/* Появление секций при прокрутке */
@media (prefers-reduced-motion: no-preference) {
  .home-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .home-reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  .home-reveal-stagger > .step-card {
    opacity: 0;
    transform: translateY(20px);
    transition:
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .home-reveal-stagger.is-visible > .step-card:nth-child(1) {
    opacity: 1;
    transform: none;
    transition-delay: 0ms;
  }

  .home-reveal-stagger.is-visible > .step-card:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: 90ms;
  }

  .home-reveal-stagger.is-visible > .step-card:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: 180ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-reveal,
  .home-reveal-stagger > .step-card {
    opacity: 1;
    transform: none;
  }
}

/* --- Hero главной: слева, затемнённое фото --- */
.page-home .hero--home.hero--cover {
  margin-bottom: 0;
  border-bottom: none;
  min-height: clamp(420px, 52vh, 560px);
  align-items: stretch;
  justify-content: flex-start;
  padding: clamp(48px, 8vh, 88px) 20px clamp(56px, 10vh, 96px);
  color: #fff;
}

.page-home .hero--home .hero__overlay {
  display: block;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(15, 23, 42, 0.78) 42%,
    rgba(15, 23, 42, 0.45) 68%,
    rgba(15, 23, 42, 0.25) 100%
  );
}

/* Сброс глобального .hero--cover::after (белое пятно по центру) */
.page-home .hero--home.hero--cover::after {
  display: none;
  content: none;
}

.page-home .hero__inner--home {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--p24-container, 1200px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0;
}

@keyframes hero-home-slide-in {
  from {
    opacity: 0;
    transform: translate3d(-48px, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.page-home .hero--home .hero__eyebrow {
  color: #6ee7b7;
  text-shadow: none;
  letter-spacing: 0.12em;
  animation: hero-home-slide-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.page-home .hero--home .hero__title {
  max-width: 11em;
  margin: 0 0 22px;
  font-size: clamp(2.1rem, 5.8vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
  line-height: 1.08;
  letter-spacing: -0.03em;
  animation: hero-home-slide-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero--home .hero__eyebrow,
  .page-home .hero--home .hero__title {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.page-home .hero--home .hero-search {
  width: 100%;
  max-width: 520px;
  margin: 0 0 22px;
  padding: 6px;
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.page-home .hero--home .hero-metrics {
  width: auto;
  max-width: none;
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.page-home .hero--home .hero-metrics__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 18px;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  min-width: 120px;
}

.page-home .hero--home .hero-metrics--dual .hero-metrics__item:first-child {
  border-right: none;
}

.page-home .hero--home .hero-metrics__value {
  color: #fff;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
}

.page-home .hero--home .hero-metrics__label {
  color: #94a3b8;
  margin-top: 4px;
}

.page-home .hero--home .hero__actions {
  margin-bottom: 0;
  justify-content: flex-start;
  gap: 12px;
}

.page-home .hero--home .hero__action-btn {
  min-width: 0;
}

.page-home .hero--home .hero__action-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.page-home .hero--home .hero__action-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

/* Полосы контента */
.home-band {
  padding: 36px 20px;
  position: relative;
  isolation: isolate;
  background-color: #fff;
}

.home-band__inner {
  max-width: var(--p24-container, 1200px);
  margin: 0 auto;
}

.home-band--mint {
  background-color: #f0fdf4;
}

.home-band--slate {
  background-color: #f1f5f9;
}

.home-band--slate .home-panel {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.home-band--white {
  background-color: #fff;
}

.home-band--soft {
  background-color: #f1f5f9;
}

.home-band--steps {
  background-color: #fff;
}

.home-band--cta {
  padding-top: 28px;
  padding-bottom: 52px;
  background-color: #1e293b;
  overflow: hidden;
}

.home-band--cta::after {
  content: '';
  position: absolute;
  width: min(480px, 75vw);
  height: min(480px, 75vw);
  top: -140px;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.18) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.home-band--cta .home-section-eyebrow {
  color: #6ee7b7;
}

.home-band--cta .home-section-title {
  color: #fff;
}

.home-band--faq {
  padding-bottom: 56px;
  background-color: #f8fafc;
}

/* Заголовки секций */
.home-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.home-section-head--center {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.home-section-eyebrow {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--p24-primary-deep, #007a52);
}

.home-section-title {
  margin: 0;
  font-weight: 800;
  color: var(--p24-text);
  letter-spacing: -0.02em;
}

.home-section-desc {
  margin: 6px 0 0;
  color: var(--p24-muted);
  line-height: 1.5;
  max-width: 52ch;
}

.home-section-head--center .home-section-desc {
  max-width: 42rem;
}

.home-section-link {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--p24-primary);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--p24-primary-muted, #a7f3d0);
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
  font-family: inherit;
}

.home-section-link:hover {
  background: var(--p24-primary-bg);
  color: var(--p24-primary-deep);
  transform: translateY(-1px);
}

button.home-section-link {
  appearance: none;
}

/* Популярные направления — компактная сетка */
.home-band--categories {
  padding-top: 20px;
  padding-bottom: 28px;
}

.home-band--categories .home-section-head--compact {
  margin-bottom: 14px;
}

.cat-grid--home {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 720px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .cat-grid--home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  .cat-grid--home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-home .cat-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 9px 11px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  color: var(--p24-text, #0f172a);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.page-home .cat-chip:hover,
.page-home .cat-chip:focus-visible {
  border-color: var(--p24-primary, #00ba77);
  background: #ecfdf5;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 186, 119, 0.15);
  color: var(--p24-text, #0f172a);
}

.page-home .cat-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--p24-primary-bg, #ecfdf5);
  color: var(--p24-primary, #00ba77);
}

.page-home .cat-chip__icon .oklad-icon svg {
  width: 16px;
  height: 16px;
}

.page-home .cat-chip__label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-cat-more {
  margin: 14px 0 0;
  text-align: center;
}

.home-cat-more__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--p24-primary, #00ba77);
  text-decoration: none;
  border: 1.5px solid var(--p24-primary, #00ba77);
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.home-cat-more__link:hover,
.home-cat-more__link:focus-visible {
  background: var(--p24-primary, #00ba77);
  color: #fff;
}

/* География на главной — компактный выбор города */
.home-band--cities {
  padding-top: 20px;
  padding-bottom: 28px;
}

.home-band--cities .home-panel--cities {
  padding: 22px 24px 20px;
}

.home-band--cities .home-section-head--compact {
  margin-bottom: 10px;
}

.home-band--cities .home-section-title {
  margin-bottom: 0;
}

.home-cities-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  text-align: center;
}

.home-cities-hint__icon {
  display: inline-flex;
  color: var(--p24-primary, #00ba77);
  flex-shrink: 0;
}

.city-grid--home-compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto 14px;
}

.page-home .city-chip--selectable {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  border: 1.5px solid #cbd5e1;
  border-radius: 999px;
  color: var(--p24-text, #0f172a);
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
}

.page-home .city-chip__pin {
  display: inline-flex;
  color: #94a3b8;
  transition: color 0.2s;
}

.page-home .city-chip__pin .oklad-icon svg {
  width: 14px;
  height: 14px;
}

.page-home .city-chip--selectable:hover,
.page-home .city-chip--selectable:focus-visible {
  border-color: var(--p24-primary, #00ba77);
  background: #ecfdf5;
  color: var(--p24-primary, #00ba77);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 186, 119, 0.2);
}

.page-home .city-chip--selectable:hover .city-chip__pin,
.page-home .city-chip--selectable:focus-visible .city-chip__pin {
  color: var(--p24-primary, #00ba77);
}

.home-cities-more {
  display: flex;
  justify-content: center;
}

.home-cities-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--p24-primary, #00ba77);
  background: transparent;
  border: 1.5px solid var(--p24-primary, #00ba77);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.home-cities-more__btn:hover,
.home-cities-more__btn:focus-visible {
  background: var(--p24-primary, #00ba77);
  color: #fff;
}

/* Вакансии на главной */
.home-band--vacancies .vac-list-grid--home {
  gap: 16px;
}

.page-home .section--vacancies,
.page-home .section--home-resumes,
.page-home .section--home-blog {
  padding: 0;
  background: transparent;
}

.page-home .section--home-resumes {
  padding-top: 0;
}

.page-home .section--home-blog {
  padding-top: 0;
  background: transparent;
}

/* Шаги */
.page-home .steps {
  gap: 24px;
}

.page-home .step-card {
  background: #fff;
  border: none;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.page-home .step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 186, 119, 0.1);
}

@media (prefers-reduced-motion: no-preference) {
  .home-reveal-stagger.is-visible > .step-card:hover {
    transform: translateY(-4px);
  }
}

.page-home .step-card__num {
  width: 44px;
  height: 44px;
  font-size: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--p24-primary) 0%, var(--p24-primary-deep) 100%);
}

/* CTA — работодатели */
.page-home .home-cta {
  position: relative;
  z-index: 1;
  max-width: var(--p24-container, 1200px);
  margin: 0 auto;
}

.page-home .home-cta::before {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -25%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.page-home .home-cta__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 28px;
}

.page-home .home-cta__lead {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: #94a3b8;
}

.page-home .home-cta__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.page-home .home-cta-benefit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-home .home-cta-benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(110, 231, 183, 0.35);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(52, 211, 153, 0.2);
}

.page-home .home-cta-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
}

.page-home .home-cta-benefit__icon .oklad-icon svg {
  width: 22px;
  height: 22px;
}

.page-home .home-cta-benefit__icon--mint {
  background: linear-gradient(135deg, #d1fae5, #ecfdf5);
  color: #059669;
}

.page-home .home-cta-benefit__icon--sky {
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  color: #2563eb;
}

.page-home .home-cta-benefit__icon--violet {
  background: linear-gradient(135deg, #ede9fe, #f5f3ff);
  color: #7c3aed;
}

.page-home .home-cta-benefit__icon--amber {
  background: linear-gradient(135deg, #fef3c7, #fffbeb);
  color: #d97706;
}

.page-home .home-cta-benefit__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: -0.01em;
}

.page-home .home-cta-benefit__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #94a3b8;
}

.page-home .home-cta__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page-home .home-cta__btn {
  min-width: 220px;
  box-shadow: 0 12px 32px rgba(0, 186, 119, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .home-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 186, 119, 0.45);
}

.page-home .home-cta__note {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}

@media (prefers-reduced-motion: no-preference) {
  .home-reveal-stagger > .home-cta-benefit:nth-child(1) { transition-delay: 0ms; }
  .home-reveal-stagger > .home-cta-benefit:nth-child(2) { transition-delay: 70ms; }
  .home-reveal-stagger > .home-cta-benefit:nth-child(3) { transition-delay: 140ms; }
  .home-reveal-stagger > .home-cta-benefit:nth-child(4) { transition-delay: 210ms; }

  .home-reveal-stagger.is-visible > .home-cta-benefit {
    opacity: 1;
    transform: none;
  }

  .home-reveal-stagger > .home-cta-benefit {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.25s ease;
  }
}

@media (max-width: 900px) {
  .page-home .home-cta__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .page-home .home-cta__grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ на главной */
.page-home .section--home-faq {
  padding: 0;
  background: transparent;
  border: none;
}

.page-home .home-faq {
  gap: 40px;
}

.page-home .info-faq--home details {
  border-radius: 14px;
}

/* Карусели */
.page-home .home-resume__head,
.page-home .home-blog__head {
  margin-bottom: 24px;
}

.page-home .home-blog__eyebrow {
  color: var(--p24-primary-deep);
}

/* Быстрые якоря под hero */
.home-quick {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 20px 20px 0;
  max-width: var(--p24-container, 1200px);
  margin: 0 auto;
}

.home-quick__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.home-quick__link:hover {
  color: var(--p24-primary-deep);
  border-color: var(--p24-primary-muted);
  box-shadow: 0 4px 14px rgba(0, 186, 119, 0.12);
}

.home-quick__link svg {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .home-band {
    padding: 40px 16px;
  }

  .home-band--slate .home-panel {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .home-band--cities {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .home-band--cities .home-panel--cities {
    padding: 18px 14px 16px;
  }

  .home-cities-hint {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .home-band--categories {
    padding-top: 16px;
    padding-bottom: 22px;
  }

  .home-band--wave-top {
    padding-top: 18px;
  }

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

  .page-home .cat-chip {
    padding: 8px 10px;
  }

  .page-home .cat-chip__label {
    font-size: 11px;
  }

  .home-band--cta {
    padding-bottom: 36px;
  }

  .page-home .home-cta__head {
    margin-bottom: 20px;
  }

  .page-home .hero--home.hero--cover {
    padding: 60px 16px 44px;
    min-height: 0;
  }

  .page-home .hero--home .hero__title {
    max-width: none;
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .page-home .hero--home .hero-search {
    max-width: 100%;
  }

  .page-home .hero--home .hero-metrics {
    width: 100%;
  }

  .page-home .hero--home .hero-metrics__item {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  .home-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-section-link {
    align-self: stretch;
    text-align: center;
  }

  .page-home .hero-search .oklad-search__field {
    flex-direction: column;
    gap: 8px;
  }

  .page-home .hero-search .oklad-search__input-wrap {
    width: 100%;
  }

  .page-home .hero-search .oklad-search__submit {
    width: 100%;
  }

  .page-home .hero--home .hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .page-home .hero__action-btn {
    flex: 1 1 calc(50% - 6px);
    min-width: min(100%, 148px);
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .page-home .hero--home.hero--cover {
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
