* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f6f3;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding-bottom: 96px;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 16px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  align-items: center;
}

.ad-label {
  background: #f0e2c9;
  color: #3d2f1f;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.hero {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-text h1 {
  font-size: 44px;
  line-height: 1.1;
}

.hero-image {
  flex: 1 1 320px;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #d6e1e7;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1b1b1b;
  color: #ffffff;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn-light {
  background: #ffffff;
  color: #1b1b1b;
  border: 1px solid #d9d4cc;
}

.btn:hover {
  transform: translateY(-2px);
}

.section {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.text-block {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-block {
  flex: 1 1 320px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #dfe4d7;
  min-height: 280px;
}

.image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(21, 21, 21, 0.08);
}

.card-image {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #e2dfd8;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.price {
  font-weight: 600;
  color: #2d4a4a;
}

.muted {
  color: #5b5b5b;
}

.highlight {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.image-panel {
  border-radius: 22px;
  padding: 32px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 240px;
  justify-content: flex-end;
}

.image-panel a {
  color: #ffffff;
  text-decoration: underline;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  background: #f1efe9;
  border-radius: 24px;
  padding: 28px;
}

.form-wrap form {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-wrap label {
  font-size: 13px;
  font-weight: 600;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cfcac1;
  font-size: 14px;
  background: #ffffff;
}

.form-note {
  font-size: 12px;
  color: #6b675f;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #1b1b1b;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  z-index: 4;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 13px;
  color: #5b5b5b;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 16px 30px rgba(10, 10, 10, 0.12);
  display: none;
  width: min(340px, 90%);
  z-index: 5;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.bg-coast {
  background-color: #c9dde0;
  background-image: url("https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-train {
  background-color: #d6d8e0;
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-city {
  background-color: #d7d7e4;
  background-image: url("https://images.unsplash.com/photo-1473625247510-8ceb1760943f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: #ffffff;
  border: 1px solid #d6d0c7;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
}

.contact-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 240px;
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reference-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 840px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-text h1 {
    font-size: 34px;
  }

  .sticky-cta {
    right: 10px;
    left: 10px;
    text-align: center;
  }
}
