* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1c17;
  background: #f6f1eb;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow-x: hidden;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 6vw 12px;
  background: #f6f1eb;
}

.brand {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 14px;
}

.ad-note {
  font-size: 12px;
  color: #6a5b4c;
  margin-top: 6px;
  max-width: 240px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  padding: 40px 6vw 60px;
  position: relative;
}

.hero-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-text h1 {
  font-size: 46px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.hero-text p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  background: #1f1c17;
  color: #f6f1eb;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.btn.secondary {
  background: transparent;
  border: 1px solid #1f1c17;
  color: #1f1c17;
}

.hero-image {
  flex: 1 1 380px;
  position: relative;
}

.hero-image .image-frame {
  background: #e7dbcf;
  padding: 16px;
  transform: rotate(-2deg);
}

.offset-section {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 40px 6vw;
  background: #fff;
  position: relative;
}

.offset-section.reverse {
  flex-direction: row-reverse;
  background: #f0e7dd;
}

.offset-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.offset-text h2 {
  font-size: 32px;
  margin-top: 0;
}

.offset-card {
  flex: 1 1 300px;
  max-width: 420px;
  background: #f6f1eb;
  padding: 18px;
  transform: translateY(-24px);
}

.offset-card.alt {
  background: #fff;
  transform: translateY(18px);
}

.section-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 6vw 60px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  padding: 18px;
  border: 1px solid #eaded1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card h3 {
  margin: 0;
  font-size: 18px;
}

.card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.highlight-band {
  background: #1f1c17;
  color: #f6f1eb;
  padding: 32px 6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.section-background {
  position: relative;
  padding: 60px 6vw;
  overflow: hidden;
}

.section-background .bg-image {
  position: absolute;
  inset: 0;
  background: #d8c9bb;
}

.section-background .bg-image img {
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-background .bg-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  background: rgba(246, 241, 235, 0.92);
  padding: 24px;
}

.highlight-band a {
  border-bottom: 1px solid #f6f1eb;
}

.form-section {
  padding: 40px 6vw 70px;
  background: #fff;
}

.form-wrapper {
  max-width: 560px;
  background: #f6f1eb;
  padding: 24px;
}

.form-wrapper label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #c9b8a6;
  margin-bottom: 16px;
  background: #fff;
}

.form-wrapper textarea {
  min-height: 120px;
}

.split-info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 6vw;
  background: #f0e7dd;
}

.split-info .info-block {
  flex: 1 1 260px;
  max-width: 360px;
}

.split-info h3 {
  margin-top: 0;
}

.legal {
  padding: 40px 6vw 70px;
  background: #fff;
}

.legal h1 {
  margin-top: 0;
}

.legal p,
.legal li {
  font-size: 14px;
  line-height: 1.6;
}

.footer {
  padding: 30px 6vw 50px;
  background: #1f1c17;
  color: #f6f1eb;
  font-size: 12px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

.footer-columns div {
  flex: 1 1 180px;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 360px;
  background: #fff;
  padding: 18px;
  border: 1px solid #eaded1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: #f0e7dd;
  border: 1px solid #1f1c17;
  padding: 10px 14px;
  font-size: 13px;
  cursor: pointer;
  z-index: 18;
}

.thanks {
  padding: 60px 6vw 80px;
  background: #fff;
}

.thanks h1 {
  margin-top: 0;
  font-size: 38px;
}

.image-frame {
  background: #e7dbcf;
  padding: 12px;
}

.image-frame img {
  width: 100%;
}
