* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1c1f1c;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: #1d5b3f;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  padding: 24px 6vw 12px;
  background: #f7f6f2;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d7ddd4;
  padding-bottom: 12px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 20px;
  color: #1c1f1c;
}

.ad-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #4e5a4f;
  background: #e6ebe4;
  padding: 6px 10px;
  border-radius: 999px;
}

nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

nav a {
  font-size: 14px;
  color: #1c1f1c;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 48px 6vw;
  background: #eef2ed;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.hero-media {
  flex: 1.2;
  border-radius: 24px;
  overflow: hidden;
  background: #c7d3c4;
  min-height: 340px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  background: #1d5b3f;
  color: #fff;
  border: none;
  cursor: pointer;
}

.btn.alt {
  background: #dfe7df;
  color: #1c1f1c;
}

.section {
  padding: 52px 6vw;
}

.section.alt {
  background: #ffffff;
}

.bg-energy-one {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  background-color: #3f5142;
}

.bg-energy-two {
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  background-color: #4b584d;
}

.asym-wrap {
  display: flex;
  gap: 28px;
  align-items: center;
}

.asym-wrap.reverse {
  flex-direction: row-reverse;
}

.asym-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.asym-media {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  background: #d5ded4;
  min-height: 260px;
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #f4f3ef;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-media {
  height: 160px;
  background: #cfd9cf;
}

.highlight {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.highlight-item {
  flex: 1 1 180px;
  background: #eef2ed;
  padding: 16px;
  border-radius: 14px;
}

.overlay-box {
  background: rgba(28, 31, 28, 0.7);
  padding: 22px;
  border-radius: 16px;
  max-width: 520px;
}

.offset-panel {
  margin-left: 8%;
}

.form-shell {
  background: #fefefe;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

form {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccd4c9;
  font-size: 14px;
  font-family: inherit;
}

.form-note {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.split-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.split-list li {
  list-style: none;
  background: #eef2ed;
  padding: 12px 16px;
  border-radius: 12px;
  flex: 1 1 220px;
}

footer {
  padding: 40px 6vw;
  background: #1c1f1c;
  color: #f4f3ef;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

footer a {
  color: #f4f3ef;
}

.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.disclaimer {
  font-size: 12px;
  color: #cbd3c6;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: #b7d1bb;
  color: #1c1f1c;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.banner-hidden {
  display: none;
}

.page-hero {
  padding: 44px 6vw 20px;
  background: #eef2ed;
}

.page-hero h1 {
  font-size: 32px;
}

.content-block {
  padding: 30px 6vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-tag {
  font-weight: 700;
  color: #1d5b3f;
}

.contact-cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 240px;
  background: #f4f3ef;
  padding: 18px;
  border-radius: 14px;
}

@media (max-width: 900px) {
  .hero,
  .asym-wrap {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
