* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1d1e1c;
  background: #f4f3ef;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding: 32px 40px 12px;
}

.brand {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.nav-rail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 160px;
  padding: 12px 14px;
  background: #fdfbf6;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(17, 18, 16, 0.08);
}

.ad-label {
  font-size: 12px;
  line-height: 1.4;
  color: #4a514a;
}

main {
  padding: 0 40px 80px;
}

.hero {
  display: flex;
  gap: 28px;
  padding: 40px;
  border-radius: 26px;
  background-position: center;
  background-size: cover;
  color: #fefdf9;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 22, 18, 0.45);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.hero h1 {
  font-size: 40px;
  margin: 0 0 12px;
}

.hero p {
  font-size: 18px;
  margin: 0 0 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #a6342e;
  color: #fefdf9;
  font-weight: 600;
  border: none;
}

.btn-alt {
  background: #fefdf9;
  color: #1d1e1c;
}

.section {
  display: flex;
  gap: 24px;
  margin-top: 54px;
}

.section.reverse {
  flex-direction: row-reverse;
}

.section-block {
  flex: 1;
}

.offset-block {
  margin-top: 36px;
}

.panel {
  border-radius: 26px;
  padding: 32px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.panel-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 19, 16, 0.48);
}

.panel-dark > * {
  position: relative;
  z-index: 1;
  color: #fefdf9;
}

.img-frame {
  border-radius: 22px;
  overflow: hidden;
  min-height: 260px;
  background-color: #d4d1c7;
}

.split-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(14, 16, 12, 0.08);
}

.card h3 {
  margin-top: 12px;
  margin-bottom: 8px;
}

.price {
  font-weight: 700;
  color: #a6342e;
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e7e2d5;
  font-size: 13px;
}

.trust-band {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px;
  border-radius: 20px;
  background: #fff5ea;
  color: #1d1e1c;
}

.form-wrap {
  background: #fdfbf6;
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 12px 26px rgba(18, 19, 16, 0.08);
  color: #1d1e1c;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d4d1c7;
  font-size: 15px;
  background: #fff;
}

.footer {
  margin-top: 80px;
  padding: 32px 40px 60px;
  background: #1d1e1c;
  color: #fefdf9;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.footer small {
  color: #d1cec4;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 5;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 360px;
  padding: 18px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(10, 12, 10, 0.18);
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.cookie-btn {
  flex: 1;
  padding: 10px;
  border-radius: 999px;
  border: none;
  background: #1d1e1c;
  color: #fefdf9;
  font-weight: 600;
}

.cookie-btn.reject {
  background: #b8b3a6;
  color: #1d1e1c;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.bg-flow {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
}

.bg-deep {
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
}

.bg-soft {
  background-image: url("https://images.unsplash.com/photo-1470770841072-f978cf4d019e?w=1400&q=80");
}

.image-1 {
  background-color: #c7d2c3;
}

.image-2 {
  background-color: #e0dbd0;
}

.image-3 {
  background-color: #c9d0d8;
}

.image-4 {
  background-color: #d9cfc1;
}

.image-5 {
  background-color: #d2d6cc;
}

.image-6 {
  background-color: #e4d7cd;
}

.image-7 {
  background-color: #cfd6d1;
}

.image-8 {
  background-color: #dcd1c8;
}
