* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #141414;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

a {
  color: inherit;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.nav-links a {
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e7e2da;
}

.nav-links a:hover,
.nav-links a:focus {
  background: #d9d0c3;
}

.ad-label {
  font-size: 0.85rem;
  background: #2b2b2b;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
  padding: 44px 0;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-content h1,
.split-content h2,
.split-content h3 {
  margin-top: 0;
}

.section-accent {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.media-box {
  background-color: #d9d0c3;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  min-height: 320px;
}

.inline-image {
  background-color: #cfd3d7;
  border-radius: 18px;
  overflow: hidden;
  height: 220px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #f1ede7;
  border-radius: 18px;
  padding: 18px;
}

.card h4 {
  margin-top: 12px;
  margin-bottom: 6px;
}

.card-price {
  font-weight: 700;
  color: #1c3a2a;
}

.tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dfe6e2;
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #1c3a2a;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn.alt {
  background: #f0b400;
  color: #1a1a1a;
}

.btn.outline {
  background: transparent;
  color: #1c3a2a;
  border: 1px solid #1c3a2a;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.note {
  font-size: 0.95rem;
  color: #4c4c4c;
}

.form-shell {
  background: #ffffff;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.form-field label {
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d2c9bc;
  font-size: 1rem;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
}

.footer {
  padding: 40px 0 80px;
  font-size: 0.95rem;
  color: #4c4c4c;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 16px 24px;
  display: none;
  z-index: 30;
}

.cookie-banner .page {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions .btn {
  padding: 8px 14px;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bg-journey {
  background-image: url("https://images.unsplash.com/photo-1493238792000-8113da705763?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-reveal {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}
