* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1d1d1b;
  background: #f6f4f1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrap {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #f6f4f1;
  padding: 20px 0;
  border-bottom: 1px solid #e2ded6;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a5a55;
  max-width: 280px;
  text-align: center;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.split {
  display: flex;
  gap: 36px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero {
  padding: 50px 0 40px;
}

.eyebrow {
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6c6b67;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600;
}

h1 {
  font-size: clamp(2.1rem, 3vw, 3rem);
}

h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

p {
  margin: 0;
  line-height: 1.6;
}

.btn {
  padding: 12px 20px;
  background: #2f4536;
  color: #fff;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
}

.btn.light {
  background: #f0e7da;
  color: #1d1d1b;
}

.btn.outline {
  background: transparent;
  border: 1px solid #2f4536;
  color: #2f4536;
}

.section {
  padding: 40px 0;
}

.section.alt {
  background: #ece7de;
}

.media {
  background: #d5d1c8;
  border-radius: 20px;
  overflow: hidden;
  min-height: 260px;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0 10px 24px rgba(18, 18, 18, 0.08);
}

.card .media {
  width: 120px;
  height: 92px;
  flex: 0 0 auto;
}

.price {
  font-weight: 600;
  color: #2f4536;
}

.tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 20px;
  background: #f0e7da;
  font-size: 0.85rem;
  width: fit-content;
}

.inline-cta {
  color: #2f4536;
  text-decoration: underline;
}

.form-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(18, 18, 18, 0.08);
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 0.9rem;
  color: #3c3c38;
}

select,
input,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d4d1c9;
  font-size: 0.95rem;
  font-family: inherit;
}

.split-note {
  background: #2f4536;
  color: #fff;
  padding: 24px;
  border-radius: 20px;
}

.footer {
  padding: 30px 0 40px;
  background: #1d1d1b;
  color: #f7f3ee;
  margin-top: auto;
}

.footer a {
  color: #f7f3ee;
}

.footer-grid {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-col {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d6d2cc;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #2f4536;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(18, 18, 18, 0.15);
  width: min(360px, 90%);
  z-index: 30;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.legal-block {
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 18px rgba(18, 18, 18, 0.06);
}

.text-muted {
  color: #6c6b67;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
    padding: 10px 14px;
  }
}
