* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background-color: #f7f5f2;
  line-height: 1.6;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

a.button,
button {
  border: none;
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

a.button:hover,
button:hover {
  background-color: #3b3b3b;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

header {
  padding: 28px 0 14px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand strong {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.85rem;
  color: #5e5a54;
  background-color: #efe9e2;
  padding: 4px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.split {
  display: flex;
  gap: 32px;
  align-items: stretch;
  justify-content: space-between;
  padding: 56px 0;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.split .text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: #6c655e;
}

.media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-frame {
  background-color: #e4ded7;
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.frame-sand {
  background-color: #e6e1da;
}

.frame-clay {
  background-color: #e9e2da;
}

.frame-linen {
  background-color: #e5ddd4;
}

.frame-ivory {
  background-color: #ede7e0;
}

.frame-stone {
  background-color: #e1d8ce;
}

.frame-fog {
  background-color: #e4dfd7;
}

.frame-shell {
  background-color: #e3ddd4;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bg-panel {
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  padding: 28px;
  color: #ffffff;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1518611012118-696072aa579a?w=1400&q=80");
}

.bg-trust {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.bg-flow {
  background-image: url("https://images.unsplash.com/photo-1483721310020-03333e577078?w=1400&q=80");
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 18px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 22px rgba(27, 27, 27, 0.08);
}

.card .price {
  font-size: 1.1rem;
  font-weight: 700;
}

.highlight {
  background-color: #f0ebe4;
  border-radius: 22px;
  padding: 22px;
}

.inline-link {
  font-weight: 600;
  text-decoration: underline;
}

.testimonial {
  background-color: #ffffff;
  border-left: 4px solid #1b1b1b;
  padding: 16px 18px;
  border-radius: 12px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cfc6bd;
  font-size: 1rem;
}

.footer {
  padding: 48px 0 80px;
  background-color: #efe9e2;
  margin-top: 48px;
}

.footer .page {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.disclaimer {
  font-size: 0.9rem;
  color: #5b534b;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 18px;
  max-width: 320px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.cookie-actions button.secondary {
  background-color: #d8d0c6;
  color: #1b1b1b;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  z-index: 9;
}

.sticky-cta:hover {
  background-color: #3b3b3b;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-title {
  margin: 0;
  font-size: 2rem;
}

.small-note {
  font-size: 0.9rem;
  color: #6c655e;
}

@media (max-width: 880px) {
  .split {
    padding: 40px 0;
  }

  .sticky-cta {
    left: auto;
    right: 20px;
  }
}
