* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1e20;
  background: #f6f4f1;
  line-height: 1.6;
}

img {
  object-fit: cover;
  display: block;
  max-width: 100%;
}

a {
  color: #1d1e20;
  text-decoration: none;
}

main {
  overflow: hidden;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  gap: 20px;
}

.nav__menu {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav__brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ad-label {
  padding: 6px 10px;
  background: #fff1d8;
  border-radius: 999px;
  font-size: 0.78rem;
}

.hero {
  padding: 40px 0 70px;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split__text,
.split__media {
  flex: 1 1 320px;
}

.split__media {
  background: #dfe5e1;
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
}

.hero h1 {
  font-size: clamp(2.4rem, 3.4vw, 3.6rem);
  margin-bottom: 18px;
}

.hero p {
  font-size: 1.05rem;
  max-width: 520px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #1d1e20;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.95rem;
}

.btn--ghost {
  background: #f1ede7;
  color: #1d1e20;
}

.btn--accent {
  background: #b35c35;
}

.section {
  padding: 70px 0;
}

.section--soft {
  background: #ffffff;
}

.section--tinted {
  background: #efe8dd;
}

.section__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card__media {
  background: #e0e6e2;
  border-radius: 14px;
  overflow: hidden;
}

.card__price {
  font-weight: 600;
}

.inline-note {
  padding: 18px;
  background: #f7f1e6;
  border-left: 3px solid #b35c35;
}

.overlap {
  margin-top: -40px;
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
}

.form-panel {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form label {
  font-weight: 600;
  font-size: 0.92rem;
}

form input,
form select,
form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  font-size: 0.95rem;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.split__media--bg {
  min-height: 320px;
  background-image: url("https://images.unsplash.com/photo-1453928582365-b6ad33cbcf64?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.footer {
  padding: 50px 0 90px;
  background: #1d1e20;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

.footer__grid {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.footer__col {
  flex: 1 1 220px;
}

.disclaimer {
  font-size: 0.85rem;
  opacity: 0.85;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 12px 18px;
  background: #b35c35;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.92rem;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  border: none;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
}

.cookie-accept {
  background: #1d1e20;
  color: #ffffff;
}

.cookie-reject {
  background: #efe8dd;
}

.page-hero {
  padding: 50px 0;
}

.page-hero h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.contact-block {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
}

.badge-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.badge {
  padding: 8px 12px;
  background: #f1ede7;
  border-radius: 999px;
  font-size: 0.85rem;
}

.reference-list a {
  color: #ffffff;
  text-decoration: underline;
}

.hidden {
  display: none;
}

@media (max-width: 800px) {
  .sticky-cta {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    text-align: center;
  }
}
