.niche-main {
  display: grid;
  gap: 22px;
}

.niche-main > * {
  margin-top: 0;
  margin-bottom: 0;
}

.niche-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  overflow: hidden;
  border: 1px solid rgba(182, 123, 77, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(71, 105, 255, 0.1), transparent 33%),
    linear-gradient(135deg, #fcfaf5 0%, #f1e8dc 100%);
  box-shadow: 0 22px 65px rgba(20, 30, 45, 0.1);
}

.niche-hero-copy {
  align-self: center;
  padding: clamp(28px, 5vw, 66px);
}

.niche-hero h1 {
  max-width: 12ch;
  margin: 9px 0 18px;
  color: var(--lc-ink);
  font-family: var(--lc-display);
  font-size: clamp(2.8rem, 5.2vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.niche-lead {
  max-width: 64ch;
  margin: 0;
  color: var(--lc-ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.7;
}

.niche-hero .cta {
  margin-top: 24px;
}

.niche-hero-media {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: #dfe5ed;
}

.niche-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.niche-facts {
  align-items: stretch;
}

.niche-facts .content-card,
.niche-before,
.niche-process,
.niche-price-card,
.niche-quote,
.niche-faq {
  height: 100%;
}

.niche-main .content-card h2 {
  margin-top: 0;
  color: var(--lc-ink);
  font-family: var(--lc-display);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.niche-main .content-card li,
.niche-main .content-card p {
  color: var(--lc-ink-soft);
  line-height: 1.68;
}

.niche-main .content-card ul {
  margin: 16px 0 0;
  padding-left: 1.25rem;
}

.niche-main .content-card li + li {
  margin-top: 9px;
}

.niche-process-list {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.niche-process-list li {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--lc-line);
  border-radius: 16px;
  background: #fbfaf7;
}

.niche-process-list span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lc-blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.niche-process-list p {
  margin: 14px 0 0;
}

.niche-price-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 180, 93, 0.22), transparent 34%),
    #fff;
}

.niche-price-results {
  margin: 20px 0 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.niche-price-item {
  min-height: 82px;
  padding: 15px 17px;
  border: 1px solid var(--lc-line);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fbfaf7;
}

.niche-price-item strong {
  color: var(--lc-ink);
  font-size: 1rem;
}

.niche-price-item span {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: #163f70;
  background: #eaf1fb;
  font-weight: 800;
  white-space: nowrap;
}

.niche-price-status,
.niche-price-source {
  margin: 0;
  color: var(--lc-muted);
}

.niche-price-source {
  margin-bottom: 14px;
  font-size: 0.82rem;
}

.niche-price-error {
  padding: 14px;
  border: 1px solid rgba(155, 75, 47, 0.25);
  border-radius: 13px;
  color: #7b3d29;
  background: #fff6f1;
}

.niche-quote {
  border-color: rgba(23, 63, 115, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(71, 105, 255, 0.1), transparent 34%),
    #fff;
}

.niche-faq .faq-list {
  margin-top: 18px;
}

.niche-related {
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--lc-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.niche-related .related-links {
  margin-top: 16px;
}

@media (max-width: 860px) {
  .niche-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .niche-hero-copy {
    padding: 30px 22px 26px;
  }

  .niche-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  .niche-hero-media {
    min-height: 320px;
    aspect-ratio: 4 / 3;
  }

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

@media (max-width: 560px) {
  .niche-process-list,
  .niche-price-results {
    grid-template-columns: 1fr;
  }

  .niche-process-list li {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: start;
    gap: 12px;
  }

  .niche-process-list p {
    margin: 3px 0 0;
  }

  .niche-price-item {
    align-items: flex-start;
    flex-direction: column;
  }
}
