* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f1f24;
  background: #f7f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6%;
  background: #ffffff;
  border-bottom: 1px solid #e7e1db;
}

.brand {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.82rem;
  padding: 6px 10px;
  border: 1px solid #d5cfc8;
  border-radius: 999px;
  background: #f2ede7;
}

main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 36px 6% 80px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(31, 31, 36, 0.08);
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1 1 340px;
  min-width: 280px;
}

.split-content h1,
.split-content h2,
.split-content h3 {
  margin-top: 0;
}

.media-frame {
  background: #e7ded5;
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  min-height: 240px;
}

.media-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  padding: 8px 14px;
  border-radius: 999px;
  background: #f4ede6;
  font-size: 0.9rem;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background: #fefbf8;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #eee4da;
}

.media-card {
  padding: 0;
  overflow: hidden;
  background: #efe6dc;
}

.media-card img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
}

.media-card .card-body {
  padding: 16px 18px 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1f1f24;
  color: #ffffff;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
}

.btn-light {
  background: #f4ede6;
  color: #1f1f24;
  border: 1px solid #d5cfc8;
}

.inline-link {
  font-weight: 600;
  text-decoration: underline;
}

.pricing-table {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.pricing-item {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e6ded6;
}

.pricing-item h4 {
  margin: 0 0 6px;
}

.form-shell {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid #e7ded5;
}

.form-shell form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d7cfc7;
  font-size: 0.95rem;
  background: #ffffff;
}

.footer {
  background: #1f1f24;
  color: #f7f4f1;
  padding: 32px 6%;
}

.footer a {
  color: #f7f4f1;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: space-between;
}

.footer-block {
  flex: 1 1 220px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  display: flex;
  gap: 12px;
}

.sticky-cta .btn {
  padding: 10px 18px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  right: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: none;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e7ded5;
  box-shadow: 0 16px 30px rgba(31, 31, 36, 0.1);
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.bg-event-night {
  background-image: linear-gradient(
      rgba(31, 31, 36, 0.7),
      rgba(31, 31, 36, 0.7)
    ),
    url("https://images.unsplash.com/photo-1477281765962-ef34e8bb0967?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-event-night .card,
.bg-event-night .pill-list li {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.bg-event-light {
  background-image: linear-gradient(
      rgba(247, 244, 241, 0.9),
      rgba(247, 244, 241, 0.9)
    ),
    url("https://images.unsplash.com/photo-1507878866276-a947ef722fee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section-note {
  font-size: 0.95rem;
  color: #3b3b45;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 240px;
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e7ded5;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 840px) {
  .sticky-cta {
    position: static;
    margin: 24px 6% 0;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
  }
}
