* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c2229;
  background: #f6f4f1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.split {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .panel {
  flex: 1;
}

.nav {
  padding: 20px 0;
  background: #f6f4f1;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #5a4d3d;
  border: 1px solid #c8bba6;
  padding: 6px 10px;
  border-radius: 20px;
  background: #f2e9da;
}

.hero {
  padding: 50px 0 30px;
}

.hero h1 {
  font-size: clamp(32px, 3vw, 46px);
  margin: 0 0 16px;
}

.hero p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 28px;
  border: 1px solid #1c2229;
  background: #1c2229;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1c2229;
}

.btn.link {
  background: transparent;
  border: none;
  padding: 0;
  color: #1c2229;
  text-decoration: underline;
}

.section {
  padding: 50px 0;
}

.section.light {
  background: #ffffff;
}

.section.accent {
  background: #f2e9da;
}

.section h2 {
  margin-top: 0;
  font-size: clamp(24px, 2.4vw, 32px);
}

.card-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e1d8c7;
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #4d3d2f;
}

.chip {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid #c8bba6;
  font-size: 12px;
  color: #4d3d2f;
  background: #f6f1e7;
}

.bg-image {
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
}

.bg-structure {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
}

.bg-overlay {
  background: rgba(20, 22, 26, 0.6);
  padding: 40px;
  border-radius: 16px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #e1d8c7;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 14px;
  font-weight: 600;
}

input, select, textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c8bba6;
  font-size: 14px;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  background: #1c2229;
  color: #fff;
  padding: 40px 0;
}

.footer a {
  color: #fff;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.footer-col {
  flex: 1 1 220px;
}

.disclaimer {
  font-size: 12px;
  color: #d8d1c7;
  line-height: 1.5;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1c2229;
  color: #fff;
  padding: 12px 16px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.sticky-cta a {
  color: #fff;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #e1d8c7;
  padding: 16px;
  display: none;
  z-index: 12;
}

.cookie-content {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.media-frame {
  background-color: #e8e0d2;
  border-radius: 16px;
  overflow: hidden;
}

.frame-sand {
  background-color: #d9d2c4;
}

.frame-cream {
  background-color: #e4dccc;
}

.frame-clay {
  background-color: #ded6c7;
}

.frame-mist {
  background-color: #dcd1c2;
}

.frame-ivory {
  background-color: #e3d8c7;
}

.frame-warm {
  background-color: #ded4c5;
}

.frame-muted {
  background-color: #d8cfc0;
}

.frame-light {
  background-color: #dcd4c6;
}

.media-frame img {
  width: 100%;
  height: 100%;
}

.small-note {
  font-size: 13px;
  color: #5a4d3d;
}

@media (max-width: 900px) {
  .split, .split.reverse {
    flex-direction: column;
  }

  .nav-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    left: 20px;
    right: 20px;
    justify-content: space-between;
  }
}
