* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1f2428;
  background: #f6f2ee;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  background: #efe8e0;
  padding: 20px 6vw 10px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a4b40;
  background: #e0d2c5;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 50px 6vw 30px;
  background: #e7dbd1;
}

.hero-inner {
  display: flex;
  align-items: stretch;
  gap: 32px;
  flex-wrap: wrap;
}

.hero-content {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
}

.hero-media {
  flex: 1 1 360px;
  min-height: 340px;
  background: #c5b7aa;
  border-radius: 32px;
  overflow: hidden;
}

.section {
  padding: 50px 6vw;
}

.section.light {
  background: #fdfcfb;
}

.section.dark {
  background: #e1d5ca;
}

.bg-section-one {
  background-color: #b9a99a;
  background-image: url("https://images.unsplash.com/photo-1491553895911-0055eca6402d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-section-one .offset-panel {
  background: rgba(255, 255, 255, 0.9);
}

.split {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1 1 300px;
}

.split .image-block {
  flex: 1 1 300px;
  min-height: 260px;
  background: #cbbcb0;
  border-radius: 20px;
  overflow: hidden;
}

.offset-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  background: #ffffff;
  border-radius: 24px;
  max-width: 540px;
  margin-left: auto;
}

.cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-media {
  min-height: 180px;
  background: #cbbcb0;
  border-radius: 16px;
  overflow: hidden;
}

.price {
  font-weight: 600;
  color: #6b3f2d;
}

.inline-cta {
  color: #6b3f2d;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  align-self: flex-start;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #6b3f2d;
  background: #6b3f2d;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #ffffff;
  color: #6b3f2d;
}

.sticky-cta {
  position: sticky;
  top: 16px;
  display: flex;
  justify-content: flex-end;
  margin: 0 6vw;
  z-index: 2;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.timeline-item span {
  font-weight: 700;
  color: #6b3f2d;
}

.form-wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #cbbcb0;
  font-family: inherit;
}

.footer {
  background: #1f2428;
  color: #f7f3ef;
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer a {
  color: #f7f3ef;
}

.legal-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d8cfc8;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.note {
  font-size: 0.95rem;
  color: #4a3c32;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
}

.wide-image {
  min-height: 240px;
  background: #cbbcb0;
  border-radius: 20px;
  overflow: hidden;
}

.muted {
  color: #5a4b40;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #efe8e0;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #6b3f2d;
}
