* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2a24;
  background: #f7f8f6;
  line-height: 1.6;
}

a {
  color: #1a5a43;
  text-decoration: none;
}

a.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1a5a43;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

a.button:hover,
button.button:hover {
  background: #144535;
}

header {
  padding: 28px 6vw 12px;
  background: #f7f8f6;
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #2f3c35;
  background: #e6efe8;
  padding: 6px 12px;
  border-radius: 999px;
}

.hero {
  padding: 40px 6vw 20px;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  padding: 50px 6vw;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-media {
  flex: 1 1 320px;
  min-width: 280px;
}

.image-frame {
  background-color: #d9e5dd;
  border-radius: 24px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-panel {
  background: #ffffff;
  padding: 32px;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(24, 34, 29, 0.08);
}

.section-title {
  font-size: 2.2rem;
  margin: 0 0 14px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #3c4b43;
  margin: 0 0 20px;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 2px solid #1a5a43;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(24, 34, 29, 0.08);
}

.card img {
  width: 100%;
  height: 180px;
  border-radius: 18px;
  object-fit: cover;
  display: block;
}

.card .price {
  font-weight: 700;
  color: #1a5a43;
}

.tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef4f0;
  font-size: 0.85rem;
  color: #2d3b34;
}

.bg-moss {
  background: linear-gradient(120deg, rgba(24, 90, 67, 0.08), rgba(24, 90, 67, 0.02)),
    url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #cfd9d1;
}

.bg-roof {
  background: linear-gradient(120deg, rgba(15, 33, 24, 0.35), rgba(15, 33, 24, 0.05)),
    url("https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #c6d1cb;
  color: #f5f7f4;
}

.bg-roof .section-title,
.bg-roof .section-subtitle {
  color: #f5f7f4;
}

.form-panel {
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(24, 34, 29, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ccd7cf;
  font-size: 1rem;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.footer {
  padding: 40px 6vw;
  background: #eef4f0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #46534c;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(24, 34, 29, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  z-index: 20;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.plain-button {
  background: transparent;
  border: 1px solid #1a5a43;
  color: #1a5a43;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.plain-button:hover {
  background: #e6efe8;
}

.notice {
  background: #f0f5f1;
  padding: 18px;
  border-radius: 16px;
}

.bg-sky {
  background: linear-gradient(120deg, rgba(26, 90, 67, 0.1), rgba(26, 90, 67, 0.02)),
    url("https://images.unsplash.com/photo-1501045661006-fcebe0257c3f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d3ded6;
}

.list-clean {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-clean li {
  margin-bottom: 10px;
}
