.home-hero {
  position: relative;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr);
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 900px) {
  .home-hero__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
}

.home-hero__content {
  max-width: 38rem;
}

.home-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.home-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.home-hero__media {
  position: relative;
}

.home-hero__image-frame {
  min-height: 260px;
}

.home-hero__floating-card {
  position: absolute;
  right: 6%;
  bottom: 6%;
  padding: var(--space-4);
  max-width: 320px;
  font-size: var(--text-sm);
}

@media (max-width: 899.98px) {
  .home-hero__floating-card {
    position: static;
    margin-top: var(--space-4);
    max-width: none;
  }
}

.home-hero__floating-label {
  font-size: var(--text-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.home-hero__floating-text {
  margin-bottom: 0;
}

.home-section-header {
  margin-bottom: var(--space-8);
}

.home-section-header__top {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

@media (min-width: 768px) {
  .home-section-header__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .home-section-header__top > h2 {
    flex: 1 1 55%;
  }
  .home-section-header__top > p {
    flex: 1 1 45%;
  }
}

.home-section-header--compact {
  margin-bottom: var(--space-6);
}

.home-section-header--center {
  text-align: center;
}

.home-section-header--center .home-section-header__top,
.home-section-header--center .max-w-prose {
  margin-left: auto;
  margin-right: auto;
}

.section--soft {
  background: radial-gradient(circle at top left, rgba(184, 31, 59, 0.18), transparent 55%),
              radial-gradient(circle at bottom right, rgba(217, 178, 108, 0.18), transparent 55%),
              var(--color-bg-soft);
}

.section--border-top {
  border-top: 1px solid var(--color-border-subtle);
}

.home-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
}

@media (min-width: 992px) {
  .home-offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-offer-card__header h3 {
  margin-top: var(--space-3);
}

.home-offer-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: space-between;
  align-items: center;
}

.home-offer-card--image .home-offer-card__image-frame {
  margin-top: var(--space-3);
}

.home-list {
  margin-top: var(--space-3);
  padding-left: 1rem;
}

.home-list li {
  position: relative;
  margin-bottom: 0.5rem;
  color: var(--color-text-soft);
}

.home-list li::before {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-gold));
}

.home-list--compact li {
  margin-bottom: 0.35rem;
}

.home-how-grid {
  align-items: flex-start;
  gap: var(--space-8);
}

.home-steps {
  margin-top: var(--space-4);
  counter-reset: step;
}

.home-steps li {
  margin-bottom: var(--space-4);
}

.home-steps h3 {
  font-size: var(--text-lg);
  margin-bottom: 0.25rem;
}

.home-how-cta {
  margin-top: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

@media (min-width: 768px) {
  .home-how-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.home-how-cta__actions {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .home-how-cta__actions {
    justify-content: flex-end;
  }
}

.home-how-media {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.home-how-media__image {
  min-height: 220px;
}

.home-how-card__footer {
  display: flex;
  justify-content: flex-end;
}

.home-credibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
}

@media (min-width: 992px) {
  .home-credibility-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

.home-testimonial__header {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.home-testimonial__meta {
  margin-bottom: 0;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.home-testimonial__footer {
  display: flex;
  justify-content: flex-end;
}

.home-themed__footer,
.home-support__footer {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: space-between;
  align-items: center;
}

.home-faq-preview {
  margin-top: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.home-booking {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.home-booking__subtitle {
  margin-left: auto;
  margin-right: auto;
}

.home-booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
}

@media (min-width: 900px) {
  .home-booking-grid {
    grid-template-columns: 1.4fr minmax(0, 0.9fr);
  }
}

.home-booking-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.home-booking-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.home-booking-secondary-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.home-booking-secondary-links a {
  text-decoration: underline;
  text-decoration-color: rgba(217, 178, 108, 0.5);
}

.home-booking-legal {
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.9));
  border: 1px solid var(--color-border-subtle);
}

.home-booking-legal__text {
  margin-bottom: var(--space-3);
}

.home-booking-legal__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  font-size: var(--text-sm);
}

.home-booking-legal__links a {
  text-decoration: underline;
  text-decoration-color: rgba(217, 178, 108, 0.5);
}
