/* /goryashchie/ — посадочная горящих */
.page-hot {
  --hot-yellow: #FFD500;
  --hot-orange: #FF5A36;
  --hot-purple: #8122EE;
  --hot-pale: #E9DDFF;
  --hot-ink: #171717;
  --hot-muted: #4b5563;
  background:
    radial-gradient(ellipse 75% 45% at 5% -5%, rgba(255, 90, 54, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(255, 213, 0, 0.35), transparent 50%),
    radial-gradient(ellipse 50% 35% at 80% 100%, rgba(129, 34, 238, 0.12), transparent 50%),
    linear-gradient(180deg, #fff8f4 0%, #fff 42%, #faf8ff 100%);
  color: var(--hot-ink);
  overflow-x: clip;
}

.page-hot .hot-wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.page-hot .hot-hero {
  padding: clamp(1.75rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2rem);
}

.page-hot .hot-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hot-orange);
}

.page-hot .hot-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2.1rem, 6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 850;
}

.page-hot .hot-hero-lead {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  font-size: clamp(1.02rem, 2.2vw, 1.2rem);
  line-height: 1.45;
  color: var(--hot-muted);
}

.page-hot .hot-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.page-hot .hot-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.35rem 0.85rem 0.35rem 0.4rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #eeeef3;
  font-size: 0.875rem;
  font-weight: 700;
}

.page-hot .hot-hero-points svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.page-hot .hot-section {
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2rem, 4vw, 3rem);
}

.page-hot .hot-section--soft {
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(23, 23, 23, 0.05);
}

.page-hot .hot-section-head {
  margin-bottom: 1rem;
}

.page-hot .hot-section-head h2,
.page-hot .hot-section h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.page-hot .hot-section-head p {
  margin: 0;
  max-width: 40rem;
  color: var(--hot-muted);
  line-height: 1.45;
}

.page-hot .hot-info-grid {
  display: grid;
  gap: 0.85rem;
  margin: 1.1rem 0 1.25rem;
}

@media (min-width: 800px) {
  .page-hot .hot-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-hot .hot-info-grid article {
  padding: 1.1rem 1.05rem 1.2rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eeeef3;
}

.page-hot .hot-info-ico {
  width: 52px;
  height: 52px;
  margin-bottom: 0.65rem;
}

.page-hot .hot-info-grid h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.page-hot .hot-info-grid p {
  margin: 0;
  color: var(--hot-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.page-hot .hot-note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--hot-muted);
  line-height: 1.5;
}

.page-hot .hot-note a {
  color: var(--hot-purple);
  font-weight: 700;
}

.page-hot .kt-hot-catalog {
  margin-bottom: 0;
}
