*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d2a24;
  background: #f6f5f0;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

.site-header {
  padding: 28px 6vw 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-disclosure {
  font-size: 0.8rem;
  padding: 6px 10px;
  border: 1px solid #1d2a24;
  border-radius: 20px;
  background: #fefdf9;
}

.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: stretch;
  margin: 0 6vw 60px;
  border-radius: 32px;
  overflow: hidden;
  background-color: #dde5da;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 60px 60px 60px 70px;
  max-width: 520px;
  background: rgba(246, 245, 240, 0.92);
  margin: 40px;
  border-radius: 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1d2a24;
  background: #1d2a24;
  color: #fefdf9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.secondary {
  background: transparent;
  color: #1d2a24;
}

.section {
  margin: 0 6vw 70px;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}

.split {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.split > div {
  flex: 1 1 320px;
}

.offset-card {
  background: #fefdf9;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.08);
  margin-top: -40px;
}

.inline-image {
  border-radius: 26px;
  overflow: hidden;
  background-color: #cad9c6;
}

.image-caption {
  font-size: 0.9rem;
  color: #4a5a52;
  margin-top: 10px;
}

.stacked-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.stacked-cards .card {
  background: #ffffff;
  padding: 22px;
  border-radius: 20px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.card img {
  width: 120px;
  height: 120px;
  border-radius: 18px;
  background-color: #cfded5;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 600;
  color: #0c3a2a;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.timeline-item {
  background: #f1f0ea;
  padding: 18px;
  border-left: 4px solid #1d2a24;
}

.form-section {
  background: #1d2a24;
  color: #fefdf9;
  padding: 50px;
  border-radius: 30px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.form-section form {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-section label {
  font-size: 0.95rem;
}

.form-section input,
.form-section select,
.form-section textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: none;
}

.form-section button {
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #f4d35e;
  color: #1d2a24;
  font-weight: 600;
}

.testimonial {
  background: #fefdf9;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 14px;
}

.footer {
  padding: 40px 6vw 60px;
  background: #111b18;
  color: #fefdf9;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #fefdf9;
  color: #1d2a24;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  max-width: 340px;
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #1d2a24;
  background: #1d2a24;
  color: #fefdf9;
}

.cookie-actions button.secondary {
  background: transparent;
  color: #1d2a24;
}

.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #0c3a2a;
  color: #fefdf9;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 10;
}

.contact-box {
  background: #fefdf9;
  padding: 28px;
  border-radius: 24px;
}

.wide-image {
  border-radius: 28px;
  overflow: hidden;
  background-color: #cdd8d0;
}

@media (max-width: 900px) {
  .hero {
    margin: 0 4vw 40px;
  }

  .hero-content {
    margin: 24px;
    padding: 40px;
  }

  .form-section {
    padding: 32px;
  }
}
