.search-page {
  background: var(--white);
}

.search-page .site-header {
  background: rgba(255, 254, 249, 0.94);
  box-shadow: 0 8px 28px rgba(11, 45, 35, 0.07);
  backdrop-filter: blur(14px);
}

.search-hero {
  padding: 148px 0 88px;
  background: var(--cream);
}

.search-hero-grid,
.search-split,
.search-faq-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 72px;
}

.search-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 27px;
  color: #6e7d77;
  font-size: 12px;
}

.search-breadcrumb a:hover,
.search-note a:hover {
  color: var(--green-600);
}

.search-hero h1 {
  max-width: 830px;
  margin: 20px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.8vw, 78px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.search-hero-copy > p,
.search-section-copy > p,
.search-narrow > p {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.search-action {
  display: grid;
  justify-items: start;
  margin-top: 30px;
}

.search-hero-card {
  padding: 31px;
  color: white;
  background: var(--green-900);
  border-radius: 30px 30px 30px 8px;
  box-shadow: 0 27px 68px rgba(11, 45, 35, 0.18);
}

.search-hero-card > span {
  display: inline-flex;
  padding: 7px 11px;
  color: var(--green-950);
  background: var(--mint-strong);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.search-hero-card h2 {
  margin: 23px 0 20px;
  color: white;
  font-size: 32px;
}

.search-hero-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 11px;
}

.search-hero-card li {
  position: relative;
  padding: 14px 16px 14px 43px;
  color: #dbe9e3;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 13px;
  font-size: 14px;
}

.search-hero-card li::before {
  position: absolute;
  top: 13px;
  left: 15px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--green-950);
  background: var(--mint-strong);
  border-radius: 50%;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.search-section {
  padding: 92px 0;
}

.search-section-muted {
  background: #f3f4ef;
}

.search-section-dark {
  color: white;
  background: var(--green-950);
}

.search-section-dark .section-kicker {
  color: var(--mint-strong);
}

.search-section-dark h2 {
  color: white;
}

.search-section-dark p {
  color: #aec0b8;
}

.search-narrow {
  max-width: 850px;
}

.search-section h2 {
  margin: 16px 0 22px;
  font-size: clamp(39px, 4.7vw, 61px);
}

.search-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.search-grid,
.search-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.search-grid article,
.search-related-grid a {
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(16, 36, 29, 0.07);
  border-radius: 22px 22px 22px 7px;
}

.search-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.search-grid p,
.search-related-grid span,
.search-faq p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

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

.search-checklist li {
  padding: 19px 21px;
  color: var(--ink);
  background: var(--mint);
  border-radius: 16px 16px 16px 5px;
  font-weight: 700;
  line-height: 1.5;
}

.search-note {
  padding: 28px;
  background: #fff7e9;
  border: 1px solid #f1dfbd;
  border-radius: 22px 22px 22px 7px;
}

.search-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green-900);
  font-size: 17px;
}

.search-note p {
  margin: 0;
  color: #5f655e;
  line-height: 1.65;
}

.search-note a {
  color: var(--green-600);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.search-related-grid a {
  display: grid;
  gap: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.search-related-grid a:hover {
  box-shadow: 0 18px 45px rgba(11, 45, 35, 0.1);
  transform: translateY(-3px);
}

.search-related-grid strong {
  font-size: 19px;
}

.search-faq-grid {
  align-items: start;
}

.search-faq article {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.search-faq article:first-child {
  padding-top: 0;
}

.search-faq h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.search-faq p {
  margin: 0;
}

.search-final {
  padding: 0 0 38px;
}

.search-final-card {
  display: grid;
  align-items: center;
  padding: 58px;
  color: white;
  background: var(--green-900);
  border-radius: 30px 30px 30px 9px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 45px;
}

.search-final h2 {
  margin: 0 0 12px;
  color: white;
  font-size: clamp(36px, 4vw, 53px);
}

.search-final p {
  margin: 0;
  color: #b9cec5;
}

.search-final .telegram-note {
  color: #b9cec5;
}

@media (max-width: 900px) {
  .search-hero-grid,
  .search-split,
  .search-faq-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .search-hero-card {
    max-width: 650px;
  }

  .search-final-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .search-hero {
    padding: 116px 0 64px;
  }

  .search-hero h1 {
    font-size: 47px;
  }

  .search-section {
    padding: 69px 0;
  }

  .search-grid,
  .search-related-grid {
    grid-template-columns: 1fr;
  }

  .search-action,
  .search-final .search-action {
    width: 100%;
  }

  .search-action .button {
    width: 100%;
  }

  .search-action .telegram-note {
    max-width: none;
    text-align: center;
  }

  .search-final-card {
    padding: 34px 24px;
  }
}
