* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1f1c;
  background-color: #f6f4f1;
  line-height: 1.6;
}

a {
  color: #134e4a;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.9;
}

header {
  padding: 28px 6%;
  background-color: #f6f4f1;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 20px;
  color: #0f172a;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  font-size: 12px;
  color: #5f6b5a;
  max-width: 260px;
}

.hero {
  background-color: #e2e4da;
  background-image: url("https://images.unsplash.com/photo-1775199603318-7f8a9a63b40d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  padding: 120px 6% 90px;
  color: #0f172a;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246, 244, 241, 0.78);
}

.hero-content {
  position: relative;
  max-width: 720px;
}

.hero h1 {
  font-size: 44px;
  margin: 0 0 16px;
  line-height: 1.2;
}

.hero p {
  font-size: 18px;
  margin: 0 0 24px;
}

.button {
  background-color: #134e4a;
  color: #f6f4f1;
  padding: 14px 24px;
  border-radius: 26px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 600;
}

.button.secondary {
  background-color: #f6f4f1;
  color: #134e4a;
  border: 1px solid #134e4a;
}

.section {
  padding: 72px 6%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section.alt {
  background-color: #ffffff;
}

.section.bg-texture {
  background-color: #f1efe9;
  background-image: url("https://images.unsplash.com/photo-1680265346124-ba1b82b19d5f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section.dark {
  background-color: #0f172a;
  color: #f6f4f1;
}

.section h2 {
  margin: 0;
  font-size: 32px;
}

.story {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.story.reverse {
  flex-direction: row-reverse;
}

.story-text {
  flex: 1 1 320px;
}

.story-media {
  flex: 1 1 320px;
}

.image-frame {
  background-color: #d9ded2;
  padding: 8px;
  border-radius: 24px;
}

.media-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.pillar {
  flex: 1 1 220px;
  background-color: #f1efe9;
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inline-cta {
  font-weight: 600;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 22px;
  background-color: #fef7e8;
  border-radius: 16px;
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trust-item {
  flex: 1 1 240px;
  border-left: 3px solid #134e4a;
  padding-left: 16px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 260px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.service-card .image-frame {
  background-color: #e7ece3;
  padding: 6px;
  border-radius: 16px;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
}

.price {
  font-weight: 700;
  color: #134e4a;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 26px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cbd5d1;
  font-size: 16px;
  font-family: inherit;
}

.footer {
  padding: 50px 6% 80px;
  background-color: #111827;
  color: #e5e7eb;
}

.footer a {
  color: #e5e7eb;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.disclaimer {
  margin-top: 24px;
  font-size: 14px;
  color: #d1d5db;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.2);
  max-width: 320px;
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.cookie-actions button {
  flex: 1 1 120px;
}

.page-hero {
  padding: 72px 6%;
  background-color: #e2e4da;
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: 36px;
}

.simple-section {
  padding: 54px 6%;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.spacer-top {
  margin-top: 24px;
}

.contact-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 860px) {
  .hero h1 {
    font-size: 34px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
