* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1c1f24;
  background-color: #f7f5f2;
}

a {
  color: #1a4d8f;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6%;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.82rem;
  color: #6a6f76;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
  padding: 70px 6%;
  background-color: #f1efe9;
}

.hero-content,
.hero-media {
  flex: 1 1 320px;
}

.hero-media {
  background-color: #d8d4c7;
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
}

.section {
  padding: 60px 6%;
}

.section-muted {
  background-color: #ffffff;
}

.bg-city {
  background-color: #efeae1;
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1 1 320px;
}

.split-media {
  background-color: #dcd6ce;
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e6e3de;
  display: flex;
  flex-direction: column;
}

.card-media {
  height: 160px;
  background-color: #dcd6ce;
}

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #1a4d8f;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background-color: #e9eef6;
  color: #1a4d8f;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: #1a4d8f;
  color: #ffffff;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.cta-secondary {
  background-color: #ffffff;
  color: #1a4d8f;
  border: 1px solid #1a4d8f;
}

.form-shell {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid #e6e3de;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cfd3d8;
  font-size: 1rem;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background-color: #1a4d8f;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
}

.footer {
  padding: 40px 6%;
  background-color: #1c1f24;
  color: #f1f2f4;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}

.footer small {
  display: block;
  margin-top: 16px;
  color: #c7cbd1;
}

.cookie-banner {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  border: 1px solid #e6e3de;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  max-width: 920px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.banner-hidden {
  display: none;
}

.note {
  font-size: 0.95rem;
  color: #5f656d;
}

.two-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.two-column-list div {
  flex: 1 1 240px;
}
