body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #2a2a2a;
  background: #f9f7f4;
}

a {
  color: #2c5f4b;
  text-decoration: none;
}

a.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #2c5f4b;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

button.button {
  font-size: 1rem;
}

header {
  background: #fff;
  border-bottom: 1px solid #efeae5;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  gap: 20px;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.3px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  background: #f0e7dc;
  color: #5f3c2c;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  white-space: nowrap;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 6vw;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1572454591674-2739f30d8c40?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero-overlay {
  background: rgba(24, 20, 18, 0.55);
  padding: 90px 0 100px;
}

.hero-content {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #f3eee8;
}

.section.dark {
  background: #23362f;
  color: #f7f3ef;
}

.section-background {
  background-image: url("https://images.unsplash.com/photo-1567418938902-aa650a3eb346?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.section-background .overlay {
  background: rgba(32, 25, 22, 0.6);
  padding: 70px 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.image-frame {
  background-color: #eadfd4;
  border-radius: 24px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.story-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(26, 20, 18, 0.08);
}

.card-media {
  background-color: #efe6dc;
  border-radius: 18px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
}

.price {
  font-weight: 700;
  color: #2c5f4b;
}

.testimonial {
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(26, 20, 18, 0.06);
}

.form-card {
  background: #fff;
  border-radius: 28px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 18px 40px rgba(26, 20, 18, 0.12);
}

.form-card label {
  font-weight: 600;
}

.form-card input,
.form-card select,
.form-card textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d6c9bd;
  font-size: 1rem;
}

.footer {
  background: #1f2a25;
  color: #d8d0c6;
  padding: 50px 0;
}

.footer a {
  color: #f2eadf;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-block {
  flex: 1 1 220px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #df7a5e;
  color: #fff;
  font-weight: 600;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  z-index: 12;
}

.cookie-banner p {
  margin: 0 0 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1 1 auto;
  padding: 10px 12px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.cookie-accept {
  background: #2c5f4b;
  color: #fff;
}

.cookie-reject {
  background: #f0e7dc;
  color: #2c2a29;
}

.simple-hero {
  background: #f3eee8;
  padding: 70px 0 50px;
}

.simple-hero .split {
  align-items: flex-start;
}

.notice {
  background: #fff5e8;
  padding: 16px;
  border-radius: 14px;
}

@media (max-width: 820px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
