* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
  background: #f6f2ee;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  background: #f1eae3;
  border-bottom: 1px solid #d9d0c7;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  color: #5c5650;
}

.top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.main {
  flex: 1;
  padding: 40px 48px 72px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-text h1 {
  font-size: 2.6rem;
  margin: 0;
}

.hero-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1c1c1c;
  color: #f6f2ee;
  font-weight: 600;
}

.btn-outline {
  background: transparent;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}

.link-cta {
  font-weight: 600;
  border-bottom: 1px solid #1c1c1c;
}

.media-frame {
  background: #d2c8bf;
  border-radius: 16px;
  overflow: hidden;
  flex: 1 1 320px;
  min-height: 280px;
  display: flex;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-title {
  font-size: 2rem;
  margin: 0;
}

.section-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.column {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.panel {
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.panel-muted {
  background: #efe7df;
}

.panel-dark {
  background: #1f1e1d;
  color: #f6f2ee;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.magazine-wide {
  flex: 2 1 420px;
}

.magazine-narrow {
  flex: 1 1 240px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.price {
  font-weight: 700;
  color: #3f3a34;
}

.quote {
  font-style: italic;
  margin: 0;
}

.bg-section {
  color: #f6f2ee;
  padding: 40px;
  border-radius: 20px;
  background-color: #2b2b2b;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bg-cinema {
  background-image: url("https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?w=1400&q=80");
}

.bg-lounge {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
}

.bg-studio {
  background-image: url("https://images.unsplash.com/photo-1503676260728-1c00da094a0b?w=1400&q=80");
}

.bg-section .btn {
  background: #f6f2ee;
  color: #1c1c1c;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.form-panel {
  flex: 1 1 320px;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-panel label {
  font-weight: 600;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c9c1b7;
  font-size: 1rem;
  background: #fdfbf8;
}

.footer {
  padding: 32px 48px 48px;
  background: #f1eae3;
  border-top: 1px solid #d9d0c7;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #5c5650;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1c1c1c;
  color: #f6f2ee;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-banner button {
  border: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-accept {
  background: #1c1c1c;
  color: #f6f2ee;
}

.cookie-reject {
  background: #efe7df;
  color: #1c1c1c;
}

.hidden {
  display: none;
}
