body.page-private main {
  scroll-margin-top: 5rem;
}

.hero--private {
  align-items: flex-end;
}

.hero__container {
  width: 100%;
}

.hero__panel--floating {
  margin-bottom: 3rem;
}

.hero__badge-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hero__lead {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.hero__meta {
  font-size: 0.875rem;
  opacity: 0.9;
}

.section__header {
  max-width: 720px;
}

.section__header--center {
  margin-inline: auto;
  text-align: center;
}

.section__header--center p {
  margin-top: 0.75rem;
}

.section--private-atmosphere {
  padding-top: 4rem;
}

.private-atmosphere__grid {
  align-items: center;
}

.private-atmosphere__image-card {
  position: relative;
}

.private-atmosphere__image {
  border-radius: 1.5rem;
}

.private-atmosphere__image-label {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}

.private-atmosphere__content h2 {
  margin-bottom: 1rem;
}

.private-atmosphere__footer {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.private-atmosphere__note {
  margin-bottom: 0;
}

.section--private-formats {
  padding-top: 2rem;
}

.private-formats__grid {
  margin-top: 2.5rem;
}

.private-format-card__list {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  padding-left: 0;
}

.private-format-card__list li {
  font-size: 0.95rem;
  color: #4b5563;
}

.private-format-card__link {
  font-size: 0.875rem;
}

.info-block--tables {
  margin-top: 3rem;
}

.section--offline-benefits {
  padding-top: 2rem;
}

.offline-benefits__grid {
  align-items: flex-start;
  gap: 3rem;
}

.offline-benefits__note {
  margin-top: 1rem;
}

.offline-relax__block {
  height: 100%;
}

.offline-relax__link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.section--private-steps {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.6), rgba(239, 246, 255, 0.9));
}

.private-steps__timeline {
  list-style: none;
  max-width: 840px;
  margin: 2.5rem auto 0;
  padding-left: 0;
  position: relative;
}

.private-steps__timeline::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: linear-gradient(to bottom, rgba(37, 99, 235, 0.3), rgba(37, 99, 235, 0));
}

.private-steps__item {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 1.5rem;
}

.private-steps__item:last-child {
  padding-bottom: 0;
}

.private-steps__badge {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8, #1d4ed8);
  color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
}

.private-steps__content h3 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.section--safety-themes {
  padding-top: 2rem;
}

.safety-themes__grid {
  gap: 2.5rem;
}

.safety-block h2 {
  margin-bottom: 0.75rem;
}

.safety-block__link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.themes-block h2 {
  margin-bottom: 0.75rem;
}

.themes-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.section--private-faq {
  padding-top: 2rem;
}

.private-faq__grid {
  gap: 3rem;
}

.private-faq h2 {
  margin-bottom: 1rem;
}

.private-faq__item + .private-faq__item {
  margin-top: 1rem;
}

.private-faq__item h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.private-faq__more-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.private-testimonial__quote {
  font-style: italic;
}

.private-testimonial__author {
  margin-top: 0.5rem;
  font-weight: 600;
}

.private-testimonial__hint {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

.section--private-contact {
  padding-top: 2rem;
}

.private-contact__grid {
  gap: 3rem;
  align-items: flex-start;
}

.private-contact__card h2 {
  margin-bottom: 0.75rem;
}

.private-contact__details p {
  margin-bottom: 0.5rem;
}

.private-contact__note {
  margin-top: 0.75rem;
}

.private-contact__links {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.private-contact__image-card {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
  margin-bottom: 1.5rem;
}

.private-contact__image {
  width: 100%;
  height: auto;
}

.private-contact__form {
  background: rgba(248, 250, 252, 0.95);
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem 1.75rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.private-contact__consent {
  margin-top: 0.75rem;
  font-size: 0.85rem;
}

.private-contact__consent input[type="checkbox"] {
  margin-right: 0.5rem;
}

.private-contact__submit {
  margin-top: 1.25rem;
  width: 100%;
}

@media (max-width: 960px) {
  .hero--private {
    align-items: center;
  }

  .hero__panel--floating {
    margin-bottom: 0;
  }

  .private-steps__timeline::before {
    left: 0.8rem;
  }

  .private-steps__item {
    padding-left: 2.75rem;
  }
}

@media (max-width: 768px) {
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .private-contact__form {
    padding: 1.25rem 1.25rem 1.5rem;
  }

  .private-contact__links {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .private-steps__timeline {
    margin-top: 2rem;
  }

  .private-contact__image-card {
    margin-bottom: 1.25rem;
  }
}
