* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a2e;
  background: #f4f2ee;
}

a {
  color: #1d5c6b;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 280px;
  padding: 32px 24px;
  background: #111c21;
  color: #f4f2ee;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ad-label {
  font-size: 12px;
  line-height: 1.4;
  color: #b8c7cf;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav-links a {
  color: #f4f2ee;
  font-size: 15px;
}

.sidebar-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.button {
  padding: 12px 18px;
  border: none;
  border-radius: 24px;
  background: #f4b740;
  color: #111c21;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  border: 1px solid #f4b740;
  color: #f4b740;
}

.content {
  flex: 1;
  padding: 40px 56px 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section {
  padding: 32px;
  background: #ffffff;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section.alt {
  background: #f7efe6;
}

.section.dark {
  background: #1d2a30;
  color: #f4f2ee;
}

.row {
  display: flex;
  gap: 24px;
  align-items: center;
}

.row.reverse {
  flex-direction: row-reverse;
}

.column {
  flex: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 40px;
  min-height: 320px;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-color: #c3ccd1;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.28;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.tagline {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d5c6b;
}

.section-title {
  font-size: 28px;
  margin: 0;
}

.hero h1 {
  font-size: 36px;
  margin: 12px 0 16px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #fdf9f3;
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card.dark {
  background: #2b3a41;
  color: #f4f2ee;
}

.price {
  font-size: 22px;
  font-weight: 700;
}

.image-frame {
  border-radius: 18px;
  overflow: hidden;
  background-color: #d8d0c6;
}

.image-frame img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.image-frame.tall img {
  height: 300px;
}

.inline-photo {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.highlight {
  background: #e9f1f4;
  border-radius: 16px;
  padding: 16px;
}

.form-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-area input,
.form-area select {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c7cfd3;
  font-size: 15px;
}

.form-message {
  font-size: 14px;
  color: #b05338;
}

.testimonial {
  display: flex;
  gap: 16px;
  align-items: center;
}

.testimonial .image-frame img {
  height: 140px;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  color: #4a5b63;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.disclaimer {
  font-size: 12px;
  color: #5b6a71;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 24px;
  background: #111c21;
  color: #f4f2ee;
  padding: 12px 16px;
  border-radius: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 10;
}

.sticky-cta button {
  border-radius: 18px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fef9f2;
  padding: 16px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d9d0c2;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  border-radius: 18px;
}

.bg-study {
  background-color: #c8d5dd;
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-city {
  background-color: #c7ced6;
  background-image: url("https://images.unsplash.com/photo-1503676260728-1c00da094a0b?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-room {
  background-color: #d7d0c6;
  background-image: url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

@media (max-width: 980px) {
  .layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .content {
    padding: 32px 20px 120px;
  }

  .row,
  .row.reverse {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    justify-content: space-between;
  }
}
