* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #0f1c1a;
  background-color: #f4f7f4;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 6vw 12px;
  gap: 24px;
  background: #eef3ef;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: lowercase;
}

.ad-label {
  font-size: 13px;
  color: #3e4a46;
  max-width: 280px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
  padding: 40px 6vw 24px;
}

.hero-text {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 12px 0 32px;
}

.hero-media {
  flex: 1 1 360px;
  background-color: #dfe9e1;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  border: none;
  background: #0f6d5c;
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
}

.btn-secondary {
  background: #f0b429;
  color: #1b1b1b;
}

.link-inline {
  color: #0f6d5c;
  text-decoration: underline;
}

.section {
  padding: 36px 6vw;
  position: relative;
}

.section-muted {
  background: #e7efe9;
}

.section-dark {
  background: #0f1c1a;
  color: #f8faf8;
}

.section-split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.split-left {
  flex: 1 1 320px;
}

.split-right {
  flex: 1 1 320px;
}

.offset-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.offset-left {
  margin-left: -24px;
}

.offset-right {
  margin-right: -24px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .media {
  background-color: #dfe5db;
}

.service-card img {
  width: 100%;
  height: 160px;
}

.service-card .content {
  padding: 16px;
}

.price {
  font-weight: 700;
  color: #0f6d5c;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.timeline-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0f6d5c;
  margin-top: 6px;
}

.quote {
  font-style: italic;
  padding: 18px;
  border-left: 3px solid #0f6d5c;
  background: #f5faf7;
}

.form-section {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.radio-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c8d4cc;
  font-size: 15px;
}

.footer {
  padding: 32px 6vw;
  background: #0f1c1a;
  color: #e8eee9;
  margin-top: auto;
}

.footer a {
  color: #e8eee9;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  display: none;
  gap: 16px;
  align-items: center;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 90px;
  background: #0f6d5c;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  z-index: 18;
  cursor: pointer;
}

.image-frame {
  background-color: #dfe9e1;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.muted {
  color: #55615d;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.note {
  background: #f5faf7;
  padding: 14px 18px;
  border-radius: 12px;
}

.thankyou {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.values-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.value-chip {
  flex: 1 1 180px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
}

@media (max-width: 720px) {
  .offset-left,
  .offset-right {
    margin: 0;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    text-align: center;
  }
}
