#s4 {
  min-height: auto !important;
  height: auto !important;
}

#s4 .section-inner {
  padding: 5.5rem 1.5rem 4rem;
  gap: 1.5rem;
  justify-content: center;
  min-height: auto;
}

.booking-success-msg {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  background: rgba(201,162,74,0.1);
  border: 1px solid rgba(201,162,74,0.3);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.booking-success-icon {
  font-size: 1.2rem;
  color: var(--gold);
  flex-shrink: 0;
}

.booking-success-msg p {
  font-size: 0.82rem;
  color: var(--cream);
  line-height: 1.55;
}

#whatsapp-post-booking {
  animation: fadeUp 0.5s ease both;
}

@media (min-width: 768px) {
  #s4 .section-inner {
    padding: 5.5rem 4rem 4rem;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}

#s4 .section-sub,
#s4 .ai-note {
  color: #ffffff;
}