/* Home page */

.home-page {
  /* clip не создаёт scrollport; hidden на одной оси превращает другую в auto
     и колесо «залипает» на .home-page вместо скролла документа */
  overflow-x: clip;
}

.home-hero {
  position: relative;
  z-index: 10;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-xl) 0;
}

.home-hero__inner {
  position: relative;
  background: radial-gradient(95% 95% at 100% 100%, rgba(47, 158, 158, 0.2) 0%, rgba(47, 158, 158, 0.06) 42%, transparent 72%),
    linear-gradient(315deg, var(--ppch-turquoise-soft) 0%, var(--ppch-haze-soft) 58%);
  border: var(--stroke-hair) solid var(--ppch-haze);
  border-radius: var(--radius-xl);
  padding: 84px 72px 72px;
}

.home-hero__overline {
  font-size: 12px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}

.home-hero__title {
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  font-size: clamp(36px, 5vw, 74px);
  line-height: 1.03;
  letter-spacing: -0.025em;
  color: var(--ppch-deep);
  margin: 0;
  max-width: 1000px;
}

.home-hero__subtitle {
  font-size: 20px;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 38px 0 0;
  max-width: 760px;
}

.home-hero__search {
  margin-top: 46px;
  background: var(--surface-card);
  border: var(--stroke-medium) solid var(--accent);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-accent), var(--shadow-md);
  display: flex;
  align-items: center;
  padding: 9px 9px 9px 30px;
  max-width: 880px;
  gap: 16px;
}

.home-hero__search-icon {
  flex-shrink: 0;
  color: var(--accent);
}

.home-hero__search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--text-primary);
  min-width: 0;
}

.home-hero__search-btn {
  flex-shrink: 0;
  padding: 17px 40px;
  font-size: 16.5px;
}

.home-hero__tags {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 10px 12px;
  flex-wrap: wrap;
  max-width: 880px;
}

.home-hero__tags-label {
  font-size: 13.5px;
  font-weight: var(--fw-medium);
  color: var(--text-tertiary);
}

.home-hero__tag {
  border: var(--stroke-hair) solid var(--border-subtle);
  background: var(--surface-card);
  color: var(--ppch-grey-700);
  font-size: 14.5px;
  font-weight: var(--fw-medium);
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  text-decoration: none;
}

.home-hero__tag:hover {
  border-color: var(--accent);
  color: var(--accent);
  text-decoration: none;
}

.home-hero__tags-more {
  font-size: 14.5px;
  font-weight: var(--fw-medium);
  color: var(--accent);
  text-decoration: none;
  padding: 9px 6px;
}

.home-entries__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.home-entries > .section__lead {
  max-width: none;
}

.home-entry-card {
  background: var(--surface-card);
  border: var(--stroke-hair) solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.home-entry-card--featured {
  grid-column: 1 / -1;
  background: var(--ppch-deep);
  border-color: var(--ppch-deep);
  color: var(--text-invert);
  box-shadow: var(--shadow-lg);
}

.home-entry-card--featured .home-entry-card__title,
.home-entry-card--featured .home-entry-card__text {
  color: var(--text-invert);
}

.home-entry-card--featured .home-entry-card__text {
  color: rgba(255, 255, 255, 0.78);
}

.home-entry-card__badge {
  align-self: flex-start;
  font-size: 11.5px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ppch-deep);
  background: var(--ppch-teal-light);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
}

.home-entry-card__title {
  font-family: var(--font-heading);
  font-weight: var(--fw-medium);
  font-size: 23px;
  line-height: 1.2;
  color: var(--ppch-deep);
  margin: 0 0 10px;
}

.home-entry-card__text {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0 0 26px;
  flex: 1;
}

.home-entry-card__link {
  align-self: flex-start;
  font-size: 15px;
  font-weight: var(--fw-medium);
  color: var(--ppch-deep);
  text-decoration: none;
  border-bottom: var(--stroke-hair) solid var(--border-subtle);
  padding-bottom: 3px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  font-family: inherit;
}

.home-team__card {
  background: var(--surface-card);
  border: var(--stroke-hair) solid var(--border-subtle);
  border-radius: 32px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
  box-shadow: var(--shadow-sm);
}

.home-team__badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--surface-accent-soft);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 24px;
}

.home-team__title {
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  font-size: 38px;
  line-height: 1.1;
  color: var(--ppch-deep);
  margin: 0 0 20px;
}

.home-team__text {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0 0 28px;
}

.home-team__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.home-team__tag {
  border: var(--stroke-hair) solid var(--border-subtle);
  background: var(--surface-page);
  color: var(--ppch-grey-700);
  font-size: 14px;
  font-weight: var(--fw-medium);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
}

.home-team__mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.home-team__avatar-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 50%;
}

.home-team__avatar-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.home-team__avatar {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ppch-haze);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-accent);
  font-size: 20px;
  color: var(--ppch-deep);
  box-shadow: var(--shadow-sm);
  object-fit: cover;
}

.home-team__avatar--more {
  background: var(--accent);
  color: var(--accent-contrast);
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  font-size: 22px;
}

.home-stats__inner {
  background: var(--ppch-deep);
  border-radius: 32px;
  padding: 64px 56px;
}

.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.home-stats__value {
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 0.92;
  color: var(--ppch-white);
  margin-bottom: 14px;
}

.home-stats__item:nth-child(even) .home-stats__value {
  color: var(--ppch-teal-light);
}

.home-stats__label {
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
}

.home-how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home-how__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: var(--stroke-medium) solid var(--accent);
  color: var(--accent);
  font-size: 24px;
  margin-bottom: 24px;
  background: var(--surface-page);
}

.home-how__step-title {
  font-family: var(--font-heading);
  font-weight: var(--fw-medium);
  font-size: 21px;
  color: var(--ppch-deep);
  margin: 0 0 10px;
}

.home-how__step-text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0;
}

.home-quality__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.home-quality__card {
  background: var(--surface-raised, #fff);
  border: var(--stroke-hair) solid rgba(15, 125, 116, 0.12);
  border-radius: 24px;
  padding: 28px 26px;
}

.home-quality__card-title {
  font-family: var(--font-heading);
  font-weight: var(--fw-medium);
  font-size: 21px;
  color: var(--ppch-deep);
  margin: 0 0 12px;
}

.home-quality__card-text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0;
}

.home-club__inner {
  position: relative;
  background:
    radial-gradient(ellipse 55% 70% at 100% 0%, rgba(47, 158, 158, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50% at 0% 100%, rgba(15, 125, 116, 0.1) 0%, transparent 50%),
    var(--ppch-haze);
  border: var(--stroke-hair) solid rgba(15, 125, 116, 0.12);
  border-radius: 32px;
  padding: 48px 52px 56px;
  overflow: hidden;
}

.home-club__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.home-club__badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ppch-deep);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  border: var(--stroke-hair) solid rgba(255, 255, 255, 0.55);
  margin: 0;
}

.home-club__cta {
  margin: 0;
  flex-shrink: 0;
}

.home-club__enter {
  position: relative;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--ppch-white);
  cursor: pointer;
  text-decoration: none;
  isolation: isolate;
}

.home-club__enter-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    conic-gradient(from 210deg, rgba(47, 158, 158, 0.55), rgba(255, 255, 255, 0.35), rgba(15, 125, 116, 0.7), rgba(47, 158, 158, 0.35));
  opacity: 0.95;
  transition: transform var(--dur-slow) var(--ease-out), opacity var(--dur-base);
}

.home-club__enter-ring::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--ppch-haze);
}

.home-club__enter-core {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 78px;
  height: 78px;
  padding: 0 8px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22) 0%, transparent 42%),
    linear-gradient(155deg, #1a4a4e 0%, var(--ppch-deep) 48%, #0f7d74 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 12px 28px rgba(15, 125, 116, 0.32),
    0 4px 10px rgba(27, 43, 45, 0.16);
  transition:
    transform var(--dur-base) var(--ease-standard),
    box-shadow var(--dur-base) var(--ease-standard);
  white-space: nowrap;
}

.home-club__enter-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.home-club__enter-arrow {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  opacity: 0.92;
  transition: transform var(--dur-base) var(--ease-out);
}

.home-club__enter:hover,
.home-club__enter:focus-visible {
  text-decoration: none;
  color: var(--ppch-white);
  outline: none;
}

.home-club__enter:hover .home-club__enter-ring,
.home-club__enter:focus-visible .home-club__enter-ring {
  transform: rotate(28deg) scale(1.04);
  opacity: 1;
}

.home-club__enter:hover .home-club__enter-core,
.home-club__enter:focus-visible .home-club__enter-core {
  transform: scale(1.04);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 16px 36px rgba(15, 125, 116, 0.4),
    0 6px 14px rgba(27, 43, 45, 0.18);
}

.home-club__enter:hover .home-club__enter-arrow,
.home-club__enter:focus-visible .home-club__enter-arrow {
  transform: translateX(3px);
}

.home-club__enter:active .home-club__enter-core {
  transform: scale(0.97);
}

.home-club__enter:focus-visible .home-club__enter-ring {
  box-shadow: 0 0 0 3px rgba(47, 158, 158, 0.45);
}

.home-club__title {
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  font-size: 36px;
  line-height: 1.12;
  color: var(--ppch-deep);
  margin: 0 0 18px;
  max-width: 680px;
}

.home-club__text {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ppch-grey-700);
  margin: 0 0 40px;
  max-width: 660px;
}

.home-club__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home-club__feature {
  background: rgba(252, 253, 250, 0.88);
  backdrop-filter: blur(6px);
  border: var(--stroke-hair) solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur-base) var(--ease-standard), box-shadow var(--dur-base);
}

.home-club__feature:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.home-club__feature-title {
  font-family: var(--font-heading);
  font-weight: var(--fw-medium);
  font-size: 19px;
  color: var(--ppch-deep);
  margin: 0 0 10px;
}

.home-club__feature-text {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0;
}

@media (max-width: 720px) {
  .home-club__inner {
    padding: 36px 24px 40px;
  }

  .home-club__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
  }

  .home-club__cta {
    align-self: flex-end;
  }

  .home-club__enter {
    width: 84px;
    height: 84px;
  }

  .home-club__enter-core {
    width: 70px;
    height: 70px;
  }
}

.home-requests__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.home-requests__link {
  font-size: 15px;
  font-weight: var(--fw-medium);
  color: var(--accent);
  text-decoration: none;
}

.home-requests__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.home-requests__group {
  background: var(--surface-card);
  border: var(--stroke-hair) solid var(--border-subtle);
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
}

.home-requests__group-title {
  font-size: 11.5px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}

.home-requests__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.home-requests__tag {
  border: var(--stroke-hair) solid var(--border-subtle);
  background: var(--surface-page);
  color: var(--ppch-grey-700);
  font-size: 14px;
  font-weight: var(--fw-medium);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  text-decoration: none;
}

.home-requests__tag:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--surface-accent-soft);
  text-decoration: none;
}

.home-approaches__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.home-approaches__lead {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 10px 0 0;
  max-width: 520px;
}

.home-approaches__link {
  font-size: 15px;
  font-weight: var(--fw-medium);
  color: var(--accent);
  text-decoration: none;
}

.home-approaches__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-approaches__tag {
  border: var(--stroke-hair) solid var(--border-subtle);
  background: var(--surface-page);
  color: var(--ppch-grey-700);
  font-size: 14px;
  font-weight: var(--fw-medium);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: border-color 0.16s ease, color 0.16s ease, background 0.16s ease;
}

.home-approaches__tag:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--surface-accent-soft);
}

.home-tests__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.home-tests__card {
  background: var(--surface-card);
  border: var(--stroke-hair) solid var(--border-subtle);
  border-radius: 24px;
  padding: 38px 36px;
  box-shadow: var(--shadow-sm);
}

.home-tests__card--featured {
  background: var(--surface-accent-soft);
  border-color: var(--surface-accent-soft);
}

.home-tests__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: var(--fw-medium);
  color: var(--accent);
  margin-bottom: 18px;
}

.home-tests__badge--muted {
  color: var(--text-muted);
}

.home-tests__title {
  font-family: var(--font-heading);
  font-weight: var(--fw-medium);
  font-size: 25px;
  line-height: 1.2;
  color: var(--ppch-deep);
  margin: 0 0 12px;
}

.home-tests__text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0 0 30px;
  max-width: 440px;
}

/* —— Founder —— */

.home-founder__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px 56px;
  align-items: center;
}

.home-founder__overline {
  font-size: 12px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 18px;
}

.home-founder__name {
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ppch-deep);
  margin: 0 0 10px;
}

.home-founder__role {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--accent);
  margin: 0 0 22px;
}

.home-founder__text {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0 0 14px;
  max-width: 36em;
}

.home-founder__text:last-of-type {
  margin-bottom: 0;
}

.home-founder__social {
  margin-top: 28px;
  padding-top: 24px;
  border-top: var(--stroke-hair) solid var(--border-subtle);
}

.home-founder__social-label {
  font-size: 12px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 14px;
}

.home-founder__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-founder__social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ppch-haze-soft);
  color: var(--ppch-deep);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.home-founder__social-link:hover {
  background: var(--surface-accent-soft);
  color: var(--accent);
  transform: translateY(-1px);
}

.home-founder__media {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--ppch-haze-soft);
}

.home-founder__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.home-journal__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.home-journal__access {
  margin: 12px 0 0;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--text-secondary);
  max-width: 42rem;
}

.home-journal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.home-faq__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  align-items: start;
}

.home-faq__grid--solo {
  grid-template-columns: 1fr;
  max-width: 720px;
}

.home-testimonial {
  background: var(--ppch-deep);
  border-radius: 28px;
  padding: 42px 40px;
  margin: 0;
  height: 100%;
}

.home-testimonial__quote {
  font-size: 22px;
  line-height: 1.45;
  color: var(--ppch-white);
  margin: 0 0 28px;
}

.home-testimonial__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ppch-teal-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ppch-deep);
  font-size: 18px;
}

.home-testimonial__name {
  font-size: 15.5px;
  font-weight: var(--fw-medium);
  color: var(--ppch-white);
}

.home-testimonial__meta {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.home-faq__title {
  font-family: var(--font-heading);
  font-weight: var(--fw-medium);
  font-size: 24px;
  color: var(--ppch-deep);
  margin: 0 0 22px;
}

.faq-item {
  background: var(--surface-card);
  border: var(--stroke-hair) solid var(--border-subtle);
  border-radius: 18px;
  margin-bottom: 12px;
}

.faq-item__question {
  padding: 22px 26px;
  font-size: 17px;
  font-weight: var(--fw-medium);
  color: var(--ppch-deep);
  cursor: pointer;
  list-style: none;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__answer {
  padding: 0 26px 24px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-secondary);
}

.home-cta__inner {
  background: linear-gradient(120deg, var(--accent) 0%, var(--ppch-deep) 38%, var(--ppch-deep-press) 55%, var(--ppch-deep) 72%, var(--accent) 100%);
  background-size: 280% 280%;
  border-radius: 32px;
  padding: 64px 56px;
  text-align: center;
}

.home-cta__title {
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  font-size: 40px;
  line-height: 1.08;
  color: var(--ppch-white);
  margin: 0 auto 16px;
  max-width: 620px;
}

.home-cta__subtitle {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto 32px;
  max-width: 520px;
}

@media (max-width: 1100px) {
  .home-entries__grid,
  .home-how__grid,
  .home-quality__grid,
  .home-club__features,
  .home-requests__grid,
  .home-tests__grid,
  .home-journal__grid,
  .home-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-team__card {
    grid-template-columns: 1fr;
  }

  .home-founder__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-founder__media {
    order: -1;
    max-width: 420px;
  }
}

@media (max-width: 960px) {
  .home-hero {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
  }

  .home-hero__inner {
    padding: 48px 24px 40px;
  }

  .home-hero__title {
    font-size: clamp(28px, 8vw, 40px);
  }

  .home-hero__subtitle {
    font-size: 17px;
    margin-top: 24px;
  }
}

@media (max-width: 720px) {
  .home-hero__inner {
    padding: 48px 28px;
  }

  .home-hero__search {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
    padding: 16px;
  }

  .home-hero__search .btn {
    width: 100%;
  }

  .home-entries__grid,
  .home-how__grid,
  .home-quality__grid,
  .home-club__features,
  .home-requests__grid,
  .home-tests__grid,
  .home-journal__grid,
  .home-stats__grid,
  .home-faq__grid {
    grid-template-columns: 1fr;
  }

  .home-tests__card {
    padding: 24px 22px;
  }

  .home-team__card {
    padding: 28px 22px;
  }

  .home-stats__inner,
  .home-cta__inner {
    padding: 36px 24px;
  }

  .home-stats__value {
    font-size: clamp(40px, 12vw, 56px);
  }

  .home-cta__title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .home-testimonial {
    padding: 28px 22px;
  }

  .home-entry-card {
    padding: 24px 20px;
  }
}
