* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1f2428;
  background: #f7f4ef;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-wrapper {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0 8px;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  padding: 6px 10px;
  border: 1px solid #1f2428;
  border-radius: 999px;
  font-size: 12px;
}

.hero {
  display: flex;
  gap: 28px;
  align-items: stretch;
  padding: 24px 0 36px;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image {
  flex: 1 1 320px;
  border-radius: 24px;
  overflow: hidden;
  background: #e6ddd1;
  min-height: 320px;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.section {
  padding: 32px 0;
}

.section-title {
  font-size: 26px;
  margin: 0 0 14px;
}

.section-subtitle {
  margin: 0 0 18px;
  color: #4e5b62;
}

.card-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
}

.card img {
  border-radius: 14px;
}

.card-tag {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7a5b3f;
}

.price {
  font-size: 20px;
  font-weight: 600;
}

.split {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}

.split .split-text,
.split .split-image {
  flex: 1 1 320px;
}

.split-image {
  border-radius: 22px;
  overflow: hidden;
  background: #efe6d6;
}

.image-band {
  padding: 36px 0;
  background: #1f2428;
  color: #fff;
}

.image-band-inner {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}

.image-band .band-image {
  flex: 1 1 300px;
  min-height: 260px;
  border-radius: 24px;
  overflow: hidden;
  background: #413a33;
}

.band-photo {
  background-image: url("https://images.unsplash.com/photo-1506084868230-bb9d95c24759?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.image-band .band-content {
  flex: 1 1 320px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.mt-18 {
  margin-top: 18px;
}

.button {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #1f2428;
  background: #1f2428;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: #1f2428;
}

.inline-link {
  border-bottom: 1px solid #1f2428;
  padding-bottom: 2px;
}

.form-card {
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c1b7;
  font-size: 14px;
  background: #fff;
}

.badge-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.badge {
  padding: 6px 12px;
  border-radius: 999px;
  background: #efe6d6;
  font-size: 13px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 5;
}

.sticky-cta .button {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.footer {
  padding: 32px 0 60px;
  font-size: 14px;
  color: #4e5b62;
}

.footer-note {
  margin-top: 16px;
}

.footer-columns {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  max-width: 360px;
  z-index: 6;
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.info-panel {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
}

.tagline {
  font-size: 18px;
  color: #4e5b62;
}

.muted {
  color: #4e5b62;
}

.note {
  background: #efe6d6;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
}
