* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1d2327;
  background-color: #f5f6f2;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #0a5b47;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.85;
}

header {
  padding: 24px 6vw 10px;
}

.nav-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.ad-label {
  font-size: 13px;
  color: #4b5750;
  background: #e3efe6;
  padding: 6px 12px;
  border-radius: 16px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.nav-links a {
  font-size: 14px;
}

.hero {
  display: flex;
  gap: 40px;
  padding: 10px 6vw 60px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(24, 44, 39, 0.08);
  position: relative;
  top: 16px;
}

.hero-media {
  flex: 1 1 360px;
  position: relative;
  min-height: 380px;
  border-radius: 22px;
  background-color: #cdded1;
  overflow: hidden;
  transform: translateY(-14px);
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #0a5b47;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
}

.btn-outline {
  background: transparent;
  border: 1px solid #0a5b47;
  color: #0a5b47;
}

.section {
  padding: 50px 6vw;
}

.section.alt {
  background: #eef2ec;
}

.bg-energy {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-energy .asym-card,
.bg-energy .tag {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.asym-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.asym-card {
  flex: 1 1 280px;
  background: #ffffff;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(24, 44, 39, 0.08);
}

.image-frame {
  flex: 1 1 300px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #d8e2d7;
  min-height: 260px;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(24, 44, 39, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #0a5b47;
}

.tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dfece3;
  font-size: 12px;
}

.stat-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.stat {
  flex: 1 1 180px;
  padding: 18px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(24, 44, 39, 0.08);
}

.form-panel {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  align-items: stretch;
}

.form-card {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(24, 44, 39, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7d2c7;
  font-size: 14px;
  font-family: inherit;
}

.cta-inline {
  font-weight: 600;
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #173c31;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

footer {
  padding: 40px 6vw 60px;
  background: #1a2421;
  color: #e7eee9;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-grid a {
  color: #e7eee9;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(24, 44, 39, 0.15);
  max-width: 320px;
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.muted {
  color: #536059;
}

.page-hero {
  padding: 20px 6vw 40px;
}

.page-hero h1 {
  margin-bottom: 10px;
}

.legal-section {
  padding: 30px 6vw 50px;
}

.legal-section h2 {
  margin-top: 24px;
}

.contact-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(24, 44, 39, 0.08);
}

.hero-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
}

.spacer {
  height: 12px;
}

@media (max-width: 860px) {
  .sticky-cta {
    position: static;
    display: inline-flex;
    margin: 20px 6vw;
  }

  .hero-media {
    transform: none;
  }
}
