* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #13231a;
  background: #f6f6f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #2f4d3a;
  max-width: 220px;
}

.hero {
  display: flex;
  gap: 28px;
  align-items: stretch;
  padding: 32px 0 48px;
  position: relative;
}

.hero-content {
  flex: 1.1;
  background: #e4efe7;
  padding: 32px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.hero-media {
  flex: 0.9;
  background: #d7e4dc;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  top: 24px;
}

.hero-tag {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3c5e49;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  margin-bottom: 18px;
}

.hero p {
  margin-bottom: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #1d3f2c;
  color: #ffffff;
  border-radius: 999px;
  font-size: 14px;
}

.btn-light {
  background: #ffffff;
  color: #1d3f2c;
  border: 1px solid #1d3f2c;
}

.section {
  padding: 52px 0;
}

.section-muted {
  background: #ffffff;
}

.story-grid {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.story-card {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
}

.story-media {
  flex: 1;
  min-width: 280px;
  background: #cfe1d6;
  border-radius: 24px;
  overflow: hidden;
}

.asymetrics {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.asymmetric-card {
  flex: 1;
  min-width: 240px;
  background: #ecf1ea;
  padding: 24px;
  border-radius: 18px;
  position: relative;
  top: 10px;
}

.asymmetric-card.offset {
  top: -18px;
  background: #dfe9e0;
}

.services-preview {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1;
  min-width: 240px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #1d3f2c;
}

.trust-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.trust-quote {
  flex: 1;
  min-width: 240px;
  background: #e7eee8;
  padding: 20px;
  border-radius: 16px;
}

.form-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

form {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #335845;
}

select,
input,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c4d1c7;
  font-size: 15px;
  font-family: inherit;
}

.form-side {
  flex: 1;
  min-width: 280px;
  background: #d9e7dc;
  padding: 28px;
  border-radius: 20px;
}

.footer {
  padding: 36px 0 48px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #1d3f2c;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  width: min(360px, 92vw);
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.page-hero {
  padding: 40px 0 20px;
}

.page-hero h1 {
  font-size: clamp(30px, 4vw, 44px);
  margin-bottom: 14px;
}

.page-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.page-block {
  flex: 1;
  min-width: 260px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.legal-block {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  margin-bottom: 18px;
}

.contact-details {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1;
  min-width: 240px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.inline-cta {
  font-weight: 600;
  color: #1d3f2c;
  text-decoration: underline;
}

.section-image {
  background: #d9e4dc;
  border-radius: 20px;
  overflow: hidden;
}

.center-note {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.references a {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }
  .hero-media {
    top: 0;
  }
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
