* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2a2e;
  background: #f5f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.site-header {
  padding: 20px 6vw;
  background: #f5f4f1;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: lowercase;
}

.ad-label {
  font-size: 0.85rem;
  background: #e7e1d4;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.section {
  padding: 70px 6vw;
}

.section-title {
  margin: 0 0 16px;
  font-size: 2rem;
}

.split-section {
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: space-between;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 0;
  min-width: 280px;
}

.hero {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero h1 {
  font-size: 2.6rem;
  margin: 0 0 16px;
}

.hero .lead {
  font-size: 1.1rem;
  margin-bottom: 24px;
}

.hero-media {
  min-height: 360px;
  background-size: cover;
  background-position: center;
  background-color: #d9d2c1;
  border-radius: 24px;
}

.image-frame {
  background: #d9d2c1;
  border-radius: 18px;
  overflow: hidden;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 18px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.price {
  font-weight: 600;
  color: #1b4b44;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  background: #e7e1d4;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cta-spaced {
  margin-top: 24px;
}

.btn {
  display: inline-block;
  background: #1b4b44;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn.secondary {
  background: #d9d2c1;
  color: #1f2a2e;
}

.link-inline {
  text-decoration: underline;
}

.planning-bg {
  background-size: cover;
  background-position: center;
  background-color: #c9c4b7;
  border-radius: 24px;
  padding: 32px;
}

.home .hero-media {
  background-image: url("https://images.unsplash.com/photo-Hz6VS9oqfZQ?w=1400&q=80");
}

.home .planning-bg {
  background-image: url("https://images.unsplash.com/photo-9TF54VdG0ws?w=1400&q=80");
}

.form-panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
}

.form-panel label {
  display: block;
  margin: 10px 0 6px;
  font-weight: 600;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c4b7;
  font-size: 0.95rem;
  background: #ffffff;
}

.form-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-status {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #1b4b44;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 420px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.site-footer {
  padding: 40px 6vw;
  background: #e7e1d4;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.legal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-card {
  flex: 1 1 220px;
  background: #f5f4f1;
  padding: 14px;
  border-radius: 14px;
}

.notice {
  font-size: 0.85rem;
  color: #3b4b4f;
}

.page-hero {
  padding: 50px 6vw 20px;
}

.page-hero h1 {
  margin: 0;
  font-size: 2.2rem;
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.info-block {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
}

.split-media img {
  border-radius: 18px;
}

@media (max-width: 900px) {
  .split-section,
  .split-section.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    left: 18px;
    right: 18px;
    justify-content: space-between;
  }
}
