* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d2421;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 16px;
  background: #1d2421;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
}

.skip-link:focus {
  left: 16px;
}

.site-header {
  padding: 18px 0;
  background: #f7f6f2;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 0.95rem;
}

.main-nav a {
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef1eb;
}

.main-nav a:hover {
  background: #dfe6da;
}

.ad-label {
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: #1d2421;
  color: #f7f6f2;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  padding: 64px 0;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1 1 360px;
}

.split-content h1,
.split-content h2,
.split-content h3 {
  margin-top: 0;
  line-height: 1.2;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #4e5d52;
}

.media-frame {
  background: #dfe6da;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
}

.media-frame.tall {
  min-height: 420px;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1d2421;
  color: #fff;
  font-weight: 600;
}

.btn:hover {
  background: #323b35;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #1d2421;
  color: #1d2421;
}

.btn.ghost:hover {
  background: #e6ece2;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 200px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.card-body {
  padding: 18px;
}

.price {
  font-weight: 700;
  color: #1d2421;
}

.highlight-panel {
  background: #eef1eb;
  border-radius: 18px;
  padding: 20px;
}

.overlap-panel {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  margin-top: -32px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
}

.backdrop {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f6f2;
}

.backdrop .split-content {
  background: rgba(29, 36, 33, 0.6);
  padding: 28px;
  border-radius: 18px;
}

.form-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c8d0c6;
  font-size: 1rem;
  font-family: inherit;
}

.form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #1d2421;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
}

.sticky-cta:hover {
  background: #323b35;
}

.site-footer {
  background: #1d2421;
  color: #f7f6f2;
  padding: 36px 0 56px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0;
}

.footer-links a {
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.footer-links a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.disclaimer {
  font-size: 0.9rem;
  color: #d5ddd6;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.cookie-actions .accept {
  background: #1d2421;
  color: #fff;
}

.cookie-actions .reject {
  background: #eef1eb;
  color: #1d2421;
}

.hidden {
  display: none;
}

.two-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.two-column-list div {
  flex: 1 1 220px;
}

.legal-block {
  background: #eef1eb;
  border-radius: 16px;
  padding: 20px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.contact-card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.06);
}

.note {
  font-size: 0.9rem;
  color: #4e5d52;
}

@media (max-width: 760px) {
  .sticky-cta {
    right: 12px;
    left: 12px;
    text-align: center;
  }
}
