body.private-page main {
  background: none;
}
.section--private-hero {
  position: relative;
  padding-top: clamp(5rem, 9vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}
.private-story-grid,
.private-decor-grid,
.private-hosts-grid,
.private-offline-grid,
.private-themes-grid,
.private-steps-grid {
  align-items: center;
}
.private-story-text p:last-of-type,
.private-decor-text p:last-of-type,
.private-hosts-text p:last-of-type,
.private-offline-text p:last-of-type,
.private-themes-text p:last-of-type {
  margin-bottom: 0.75rem;
}
.private-story-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.private-story-pill {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(224, 235, 255, 0.9);
  font-size: 0.8rem;
  color: #4a4164;
}
.private-image-card img {
  border-radius: 18px;
}
.private-decor-list,
.private-hosts-list,
.private-offline-list {
  margin-top: 8px;
  display: grid;
  gap: 6px;
  font-size: 0.95rem;
}
.private-decor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  margin-right: 6px;
  font-size: 0.8rem;
  background: rgba(255, 227, 238, 0.9);
}
.private-offline-aside {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.private-offline-tags {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
}
.private-offline-tags li span {
  display: block;
  font-weight: 600;
  color: #241a36;
}
.private-offline-tags li small {
  display: block;
  color: #4b5264;
}
.private-offline-note {
  font-size: 0.85rem;
  color: #635a81;
}
.private-form {
  max-width: 720px;
  margin: 0 auto;
}
.private-form-submit {
  margin-top: 8px;
  width: 100%;
}
.faq-item + .faq-item {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .private-image-card {
    margin-top: 16px;
  }
  .private-offline-aside {
    margin-top: 16px;
  }
}
