* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1c1b1a;
  background: #faf7f3;
  line-height: 1.6;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

a {
  color: #2a5c40;
  text-decoration: none;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 7vw;
  background: #fff5ee;
  border-bottom: 1px solid #eadfd7;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 14px;
}

.main-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  background: #2a5c40;
  color: #ffffff;
  border-radius: 999px;
  white-space: nowrap;
}

.section {
  padding: 70px 7vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero {
  min-height: 72vh;
  color: #ffffff;
  position: relative;
  background-color: #32533a;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero--home {
  background-image: url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?w=1400&q=80");
}

.hero-card {
  max-width: 520px;
  background: rgba(26, 42, 30, 0.82);
  padding: 36px;
  border-radius: 14px;
  backdrop-filter: blur(6px);
}

.hero-card h1 {
  font-size: 38px;
  margin: 0 0 16px;
}

.primary-btn,
.secondary-btn {
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.primary-btn {
  background: #f1b9ad;
  color: #3a1d15;
}

.secondary-btn {
  background: #2a5c40;
  color: #ffffff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 280px;
  background: #efe3d8;
  border-radius: 14px;
  overflow: hidden;
  min-height: 280px;
}

.offset-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(29, 26, 24, 0.08);
  margin-left: auto;
  max-width: 520px;
}

.backdrop {
  background-size: cover;
  background-position: center;
  background-color: #ded5cc;
}

.backdrop.problem {
  background-image: url("https://images.unsplash.com/photo-1464965911861-746a04b4bca6?w=1400&q=80");
  color: #2d1f1a;
}

.backdrop.seasonal {
  background-image: url("https://images.unsplash.com/photo-1526045478516-99145907023c?w=1400&q=80");
  color: #ffffff;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 14px 30px rgba(29, 26, 24, 0.08);
}

.card .media {
  min-height: 160px;
  background: #f1e4da;
  border-radius: 12px;
  overflow: hidden;
}

.testimonial {
  background: #fffaf6;
  border-left: 3px solid #2a5c40;
  padding: 18px;
  flex: 1 1 220px;
}

.price-tag {
  font-size: 20px;
  font-weight: 700;
  color: #2a5c40;
}

.form-panel {
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(29, 26, 24, 0.08);
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-panel label {
  font-weight: 600;
}

.form-panel input,
.form-panel select {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d5c7bc;
  font-size: 15px;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2a5c40;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(29, 26, 24, 0.2);
  z-index: 10;
}

.sticky-cta a {
  color: #ffffff;
}

.site-footer {
  padding: 50px 7vw;
  background: #1f2b24;
  color: #f5efe9;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: #f5efe9;
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 16px 34px rgba(29, 26, 24, 0.18);
  max-width: 320px;
  z-index: 15;
  display: none;
  gap: 12px;
}

.cookie-banner.visible {
  display: flex;
  flex-direction: column;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.page-simple .section {
  padding-top: 50px;
}

.page-simple .offset-card {
  margin-left: 0;
}

.legal-block {
  background: #fffaf6;
  padding: 24px;
  border-radius: 14px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  padding: 24px;
  border-radius: 14px;
}

@media (max-width: 720px) {
  .hero-card h1 {
    font-size: 30px;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    text-align: center;
  }
}
