* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background-color: #f7f5f2;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

header,
main,
footer {
  width: 100%;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0;
  background-color: #f7f5f2;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}

.ad-label {
  font-size: 0.85rem;
  color: #5d4b3c;
  background: #efe6db;
  padding: 4px 10px;
  border-radius: 999px;
}

.split {
  display: flex;
  gap: 36px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .panel {
  flex: 1;
}

.hero {
  padding: 60px 0 40px;
}

.hero h1 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  margin-bottom: 18px;
}

.hero p {
  font-size: 1.05rem;
  max-width: 520px;
}

.hero-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image {
  border-radius: 24px;
  overflow: hidden;
  background-color: #d2c5b6;
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #1b1b1b;
  color: #fff;
  font-weight: 600;
  gap: 10px;
}

.btn-light {
  background-color: #efe6db;
  color: #1b1b1b;
}

.section {
  padding: 60px 0;
}

.section-muted {
  background-color: #efe6db;
}

.section-accent {
  background-color: #1b1b1b;
  color: #fff;
}

.section-accent a {
  color: #fff;
}

.section h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  margin-top: 0;
}

.list-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  background-color: #fff;
  border-radius: 18px;
  padding: 18px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-image {
  border-radius: 16px;
  overflow: hidden;
  background-color: #d6d0c7;
}

.card-image img {
  width: 100%;
  height: 180px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.split-image {
  border-radius: 20px;
  overflow: hidden;
  background-color: #d2c5b6;
}

.split-image img {
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.highlight-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
}

.form-card {
  background-color: #fff;
  padding: 26px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7bcb1;
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.15);
  z-index: 30;
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer {
  padding: 40px 0 60px;
  background-color: #efe6db;
}

.footer-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.footer nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.small-text {
  font-size: 0.9rem;
  color: #534335;
}

.bg-panel {
  background-color: #1f1b19;
  color: #fff;
  padding: 36px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bg-panel a {
  color: #fff;
}

.hero-background {
  background-color: #4d4a45;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.section-background {
  background-color: #2e2a26;
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }

  .nav-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
