* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2933;
  background: #f7f4ef;
}

a {
  color: inherit;
  text-decoration: underline;
}

.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-header {
  padding: 20px 6vw;
  background: #f1ece4;
  border-bottom: 1px solid #e0d7ca;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
  font-size: 20px;
}

.ad-label {
  font-size: 12px;
  color: #5b5f66;
  max-width: 320px;
}

.nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.nav a {
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 999px;
  background: #efe7dc;
}

.main {
  flex: 1;
}

.section {
  padding: 70px 6vw;
  position: relative;
}

.section.soft {
  background: #efe7dc;
}

.section.dark {
  background: #20262d;
  color: #f9f7f3;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .visual {
  flex: 1 1 320px;
}

.hero {
  color: #f9f7f3;
  background: #1b2228;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.hero .split {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 44px;
  margin-bottom: 18px;
}

.hero p {
  font-size: 18px;
  max-width: 560px;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  background: #e3b341;
  color: #1b2228;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: #f3ede4;
}

.image-frame {
  background: #d9d1c4;
  border-radius: 14px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.card {
  flex: 1 1 230px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
}

.card h3 {
  margin: 0;
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: #8f5a00;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.list span::before {
  content: "•";
  color: #d08d00;
}

.badge-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.badge {
  background: #f3ede4;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.form-wrap {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.12);
}

.form-wrap label {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d3c6b7;
  font-size: 15px;
  font-family: inherit;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.2);
}

.sticky-cta button {
  border: none;
  background: #1f7a68;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.section-bg {
  background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.6);
}

.section-bg .split {
  position: relative;
  z-index: 1;
}

.site-footer {
  background: #1c242b;
  color: #f1ede6;
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.footer-disclaimer {
  font-size: 13px;
  color: #d7d2c7;
  max-width: 720px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.22);
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  border: none;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-accept {
  background: #1f7a68;
  color: #ffffff;
}

.cookie-reject {
  background: #f0e6d8;
}

.subtle {
  color: #6b7280;
}

.two-column {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.two-column > div {
  flex: 1 1 300px;
}

.legal-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.1);
}
