* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1b1b1b;
  background: #f7f7f4;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.top-bar {
  padding: 22px 0;
  border-bottom: 1px solid #e2e2dd;
  background: #fdfdfb;
}

.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.78rem;
  background: #1b1b1b;
  color: #fefefe;
  padding: 6px 10px;
  border-radius: 999px;
}

.split {
  display: flex;
  gap: 40px;
  padding: 70px 0;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .content {
  flex: 1 1 50%;
}

.split .visual {
  flex: 1 1 50%;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  color: #5a5a55;
  margin-bottom: 14px;
}

.headline {
  font-size: clamp(2.1rem, 2.8vw, 3.2rem);
  margin: 0 0 16px;
}

.lead {
  font-size: 1.1rem;
  color: #33332f;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1b1b1b;
  color: #fff;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  transition: transform 0.2s ease;
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: 2px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 280px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card h3 {
  margin: 0;
}

.price {
  font-weight: 700;
  color: #114b5f;
}

.image-frame {
  background: #dde1e4;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.image-frame.tall {
  min-height: 360px;
}

.highlight {
  background: #1b1b1b;
  color: #fefefe;
  padding: 70px 0;
}

.bg-city {
  background-image: url("https://images.unsplash.com/photo-L6PxxYJjctg?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-city .panel {
  background: rgba(255, 255, 255, 0.92);
}

.highlight .split {
  padding: 0;
}

.highlight .btn.secondary {
  border-color: #fff;
  color: #fff;
}

.panel {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.form-wrap {
  background: #fefdf9;
  border-top: 1px solid #e2e2dd;
  border-bottom: 1px solid #e2e2dd;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c7c7c0;
  font-size: 0.95rem;
  font-family: inherit;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-row .field {
  flex: 1 1 220px;
}

.footer {
  padding: 40px 0 60px;
  background: #11110f;
  color: #e5e5e0;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #c7c7c0;
  max-width: 520px;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  width: min(360px, 90%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.section-alt {
  background: #eef0f2;
}

.legal-hero {
  padding: 50px 0 20px;
}

.legal-block {
  padding: 24px 0 50px;
}

.mini-note {
  font-size: 0.9rem;
  color: #55554f;
}

.contact-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-grid .panel {
  flex: 1 1 260px;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    bottom: 12px;
  }
}
