* {
  box-sizing: border-box;
}

:root {
  --bg: #f7f7f2;
  --ink: #1c2a21;
  --muted: #516055;
  --accent: #2f6f4e;
  --accent-2: #8db38b;
  --panel: #ffffff;
  --sand: #ece7df;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  background-color: #d8e0d5;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  padding: 28px 6vw 16px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.9rem;
  color: var(--muted);
  border: 1px solid var(--accent-2);
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0f4ed;
}

nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 16px 0 0;
}

nav a {
  font-weight: 500;
}

main {
  padding: 0 6vw 80px;
}

.hero {
  display: flex;
  gap: 36px;
  align-items: stretch;
}

.hero-content {
  flex: 1.1;
  background: var(--panel);
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hero-media {
  flex: 1;
  border-radius: 26px;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  background-color: #d7dfd2;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 600;
}

.button.secondary {
  background: var(--accent-2);
  color: #0f2117;
}

.asym-section {
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 64px 0;
}

.asym-section.reverse {
  flex-direction: row-reverse;
}

.asym-card {
  flex: 1;
  background: var(--panel);
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.asym-image {
  flex: 0.9;
  background: #d4e2d7;
  border-radius: 22px;
  overflow: hidden;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 260px;
  background: var(--panel);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

.service-card img {
  width: 100%;
  height: 180px;
}

.service-body {
  padding: 18px;
}

.service-price {
  font-weight: 700;
  color: var(--accent);
}

.layered-panel {
  position: relative;
  padding: 38px;
  margin: 70px 0;
  background: var(--sand);
  border-radius: 24px;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.layered-panel .panel-image {
  flex: 1 1 280px;
  min-height: 240px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-color: #dfe6db;
}

.layered-panel .panel-text {
  flex: 1.2 1 300px;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.stat {
  flex: 1 1 160px;
  padding: 18px;
  border-radius: 16px;
  background: #eef2ec;
}

.form-section {
  margin-top: 80px;
  background: var(--panel);
  padding: 32px;
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c7d2c5;
  font-family: inherit;
}

footer {
  padding: 40px 6vw 80px;
  background: #e7ede6;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 200px;
}

.legal-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #1e3f2c;
  color: #ffffff;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f2e24;
  color: #ffffff;
  padding: 16px 6vw;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  border: none;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-accept {
  background: #9dc4a0;
  color: #0f1d15;
}

.cookie-reject {
  background: #ffffff;
  color: #1f2e24;
}

.page-hero {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 50px;
}

.page-hero img {
  width: 100%;
  max-width: 420px;
  height: 260px;
  border-radius: 20px;
  background: #d6e0d6;
}

.contact-panel {
  background: var(--panel);
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.hero-media--index {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.panel-image--process {
  background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1400&q=80");
}

.about-banner {
  background-image: url("https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?w=1400&q=80");
}

.services-banner {
  background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1400&q=80");
}

.panel-image--services {
  background-image: url("https://images.unsplash.com/photo-1482192505345-5655af888cc4?w=1400&q=80");
}

.contact-banner {
  background-image: url("https://images.unsplash.com/photo-1493244040629-496f6d136cc3?w=1400&q=80");
}

.thanks-banner {
  background-image: url("https://images.unsplash.com/photo-1441829266145-6d4bfbd38eb4?w=1400&q=80");
}

.hero-banner {
  border-radius: 26px;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-color: #dbe3d8;
}

.stacked-note {
  background: #f3f5f1;
  padding: 18px;
  border-radius: 14px;
}

@media (max-width: 900px) {
  .hero,
  .asym-section,
  .page-hero {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
