.home-hero-copy {
  display: grid;
  align-content: start;
}

.home-hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.home-hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 20px;
}

.home-card-primary {
  background:
    radial-gradient(circle at top right, rgba(0, 69, 172, 0.22), transparent 36%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.98) 0%, rgba(21, 21, 21, 0.96) 100%);
}

.home-card-text {
  color: var(--muted);
  line-height: 1.6;
  max-width: 56ch;
}

.feature-list {
  margin-top: 16px;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.home-v2,
.stub-page {
  min-height: 100vh;
  background: #ffffff;
  color: #151515;
}

.home-v2__content {
  width: min(1360px, calc(100vw - 56px));
  margin: 0 auto;
  padding: 28px 0 48px;
  display: grid;
  gap: 28px;
}

.home-v2__category-strip {
  display: grid;
  gap: 4px;
}

.home-v2__categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 4px;
}

.home-v2__category {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background: #f7f7f7;
  color: #4d4d4d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 0.92rem;
}

.home-v2__category.is-active {
  background: #151515;
  border-color: #151515;
  color: #ffffff;
}

.home-v2__category--link {
  border-color: rgba(21, 21, 21, 0.12);
  background: #ffffff;
  color: #151515;
}

.pagination-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 6px;
}

.pagination-row__pages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-row__link,
.pagination-row__page {
  min-height: 38px;
  min-width: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background: #ffffff;
  color: #151515;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination-row__page.is-active {
  background: #151515;
  border-color: #151515;
  color: #ffffff;
}

.pagination-row__link.is-disabled {
  opacity: 0.4;
}

.home-v2__empty,
.stub-page__card {
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 24px;
  background: #f6f6f6;
  padding: 28px;
}

.home-v2__empty h2,
.stub-page__card h1 {
  margin-bottom: 10px;
  color: #151515;
}

.home-v2__empty p,
.stub-page__card p {
  color: #5f5f5f;
  line-height: 1.6;
}

.site-field {
  display: grid;
  gap: 8px;
}

.site-field span {
  color: #525252;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-field input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(21, 21, 21, 0.12);
  background: #ffffff;
  color: #151515;
  font: inherit;
}

.site-field select {
  width: 100%;
  min-height: 46px;
  padding: 0 42px 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(21, 21, 21, 0.12);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23151515' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") calc(100% - 16px) 50% / 12px 8px no-repeat,
    #ffffff;
  color: #151515;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.site-field input[type="file"] {
  padding: 10px 14px;
}

.stub-page__body {
  width: min(980px, calc(100vw - 56px));
  margin: 0 auto;
  padding: 48px 0;
}
