* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2428;
  background: #f6f4f0;
  line-height: 1.6;
}

a {
  color: #1e5b52;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 80px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 28px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand span {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  background: #e4ded4;
  padding: 4px 10px;
  border-radius: 999px;
  width: fit-content;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 36px;
}

.hero-copy {
  flex: 1 1 320px;
  background: #fefcf8;
  padding: 34px;
  border-radius: 22px;
  position: relative;
}

.hero-copy h1 {
  font-size: 36px;
  margin: 0 0 18px;
}

.hero-media {
  flex: 1 1 320px;
  border-radius: 24px;
  overflow: hidden;
  background: #d9d6ce;
  min-height: 320px;
  position: relative;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.offset-card {
  position: absolute;
  right: -24px;
  bottom: -24px;
  background: #1e5b52;
  color: #fff;
  padding: 18px 20px;
  border-radius: 16px;
  max-width: 240px;
  font-size: 14px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e5b52;
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e5b52;
  padding: 10px 18px;
  border-radius: 999px;
  color: #1e5b52;
  background: transparent;
  cursor: pointer;
}

.section {
  margin: 42px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.section.reverse {
  flex-direction: row-reverse;
}

.section .text {
  flex: 1 1 320px;
  background: #fff;
  padding: 26px 28px;
  border-radius: 18px;
}

.section .visual {
  flex: 1 1 320px;
  border-radius: 18px;
  overflow: hidden;
  background: #e7e1d9;
}

.section .visual img {
  width: 100%;
  height: 100%;
}

.split-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.insight-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.insight {
  flex: 1 1 220px;
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #ebe4dc;
}

.services {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ebe4dc;
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 180px;
}

.service-card .content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #1e5b52;
}

.process {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.process-step {
  flex: 1 1 200px;
  background: #fefcf8;
  border-left: 3px solid #1e5b52;
  padding: 16px 18px;
  border-radius: 14px;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.testimonial {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #ebe4dc;
}

.bg-flow {
  background: #102d2a;
  color: #fff;
  border-radius: 24px;
  padding: 32px;
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-flow .cta-button {
  background: #fff;
  color: #102d2a;
}

.form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #ebe4dc;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-actions {
  margin-top: 18px;
}

.form-field {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d9d1c7;
  font-size: 14px;
}

.inline-cta {
  font-weight: 600;
}

.footer {
  border-top: 1px solid #e0d7cb;
  padding: 24px 0 36px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legal {
  max-width: 640px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1e5b52;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e0d7cb;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 30;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.page-title {
  font-size: 30px;
  margin: 6px 0 12px;
}

.subtle {
  color: #5c646a;
}

.contact-block {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid #ebe4dc;
  flex: 1 1 300px;
}

.policy {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #ebe4dc;
}

.image-frame {
  background: #d9d6ce;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
}
