* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1e2422;
  background: #f6f4ef;
  line-height: 1.6;
}

a {
  color: #1f5d4d;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6vw 10px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.92rem;
}

.ad-label {
  font-size: 0.75rem;
  color: #4a4f4d;
  text-align: right;
  max-width: 180px;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 0 6vw 90px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.hero-content {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-content h1 {
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 18px;
}

.hero-content p {
  margin-bottom: 20px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid #1f5d4d;
}

.primary-button {
  background: #1f5d4d;
  color: #f6f4ef;
}

.secondary-button {
  background: transparent;
  color: #1f5d4d;
}

.hero-media {
  flex: 1 1 360px;
  display: flex;
  justify-content: center;
}

.hero-image {
  width: 100%;
  max-width: 460px;
  border-radius: 30px 6px 30px 6px;
  background-color: #dbe6d8;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.offset-card {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  background: #ffffff;
  padding: 32px;
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  margin-left: 8vw;
}

.offset-card.reverse {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 8vw;
}

.offset-text {
  flex: 1 1 280px;
}

.offset-image {
  flex: 1 1 240px;
  background-color: #e7e1d7;
  border-radius: 18px;
  overflow: hidden;
}

.split-band {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  background: #1f5d4d;
  color: #f6f4ef;
  border-radius: 28px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.split-band::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -60px;
  right: 30px;
}

.split-band-content {
  flex: 1 1 320px;
  position: relative;
  z-index: 1;
}

.split-band-image {
  flex: 1 1 260px;
  position: relative;
  z-index: 1;
  background-color: #2f6f5c;
  border-radius: 20px;
  overflow: hidden;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.service-card img {
  width: 100%;
  height: 170px;
  border-radius: 14px;
  background-color: #e2ece4;
}

.service-price {
  font-weight: 700;
  color: #1f5d4d;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fff6e7;
  padding: 30px;
  border-radius: 22px;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 16px;
  border-left: 2px solid #d4a85f;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial {
  flex: 1 1 230px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.form-panel {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 0.9rem;
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #cbd2cd;
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fdfdfb;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

.final-band {
  background: #cfe1d7;
  padding: 34px;
  border-radius: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1f5d4d;
  color: #f6f4ef;
  padding: 12px 18px;
  border-radius: 999px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 10;
}

.sticky-cta a {
  color: #f6f4ef;
  font-weight: 600;
}

.site-footer {
  padding: 40px 6vw 70px;
  background: #1a1e1c;
  color: #f6f4ef;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.footer-links a {
  color: #f6f4ef;
}

.legal-text {
  font-size: 0.8rem;
  color: #d0d4d1;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f6f4ef;
  padding: 18px 6vw;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

.cookie-banner.active {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.simple-page {
  padding: 20px 6vw 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.simple-page h1 {
  font-size: 2.2rem;
}

.simple-page .content-block {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.notice-box {
  background: #fff6e7;
  border-radius: 16px;
  padding: 18px;
}

@media (max-width: 880px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .offset-card,
  .offset-card.reverse {
    margin: 0;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    justify-content: center;
  }
}
