* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2328;
  background-color: #f7f4f0;
  line-height: 1.6;
}

a {
  color: #1f2328;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px;
}

.site-header {
  margin-bottom: 32px;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
}

.brand-mark {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.ad-label {
  font-size: 13px;
  color: #5a5f66;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  margin-bottom: 64px;
}

.asymmetric .hero-copy {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 0;
}

.hero-copy h1 {
  font-size: 42px;
  line-height: 1.15;
}

.eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #6b6f75;
}

.hero-media {
  flex: 1;
  position: relative;
  min-height: 420px;
}

.image-frame {
  background-color: #e6e0d8;
  border-radius: 20px;
  overflow: hidden;
}

.overlay-card {
  position: absolute;
  right: -16px;
  bottom: 16px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  max-width: 220px;
}

.overlay-title {
  font-weight: 600;
  margin-bottom: 6px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  border: none;
  padding: 12px 20px;
  border-radius: 28px;
  cursor: pointer;
  font-size: 14px;
}

.btn.primary {
  background-color: #1f2328;
  color: #ffffff;
}

.btn.secondary {
  background-color: #cbd4dd;
  color: #1f2328;
}

.btn.ghost {
  background-color: transparent;
  border: 1px solid #1f2328;
  color: #1f2328;
}

.inline-link {
  text-decoration: underline;
}

.split-panel {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.panel-text {
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.panel-media {
  flex: 1;
  min-width: 260px;
  min-height: 320px;
}

.service-preview {
  margin-bottom: 70px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.section-head h2 {
  font-size: 30px;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1;
  min-width: 260px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #ffffff;
  border-radius: 18px;
}

.service-card h3 {
  font-size: 18px;
}

.price {
  font-weight: 600;
  color: #2f5b4c;
}

.offset-card {
  transform: translateY(12px);
}

.asymmetric-band {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.band-media {
  flex: 0.9;
  min-height: 340px;
}

.band-text {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}

.list li {
  padding-left: 18px;
  position: relative;
}

.list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2f5b4c;
}

.testimonial-strip {
  display: flex;
  gap: 20px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.testimonial-card {
  flex: 1;
  min-width: 260px;
  background-color: #1f2328;
  color: #ffffff;
  padding: 24px;
  border-radius: 20px;
}

.quote {
  font-size: 16px;
  margin-bottom: 16px;
}

.quote-author {
  font-size: 13px;
  color: #d0d3d8;
}

.form-section {
  background-color: #ffffff;
  padding: 40px 32px;
  border-radius: 24px;
  margin-bottom: 64px;
}

.form-wrap {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.form-intro {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.badge-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.badge {
  background-color: #f0ede8;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.service-form {
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-form input,
.service-form select,
.service-form textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c5c8cc;
  font-size: 14px;
}

.background-callout {
  margin-bottom: 64px;
  padding: 44px 32px;
  border-radius: 26px;
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.callout-content {
  max-width: 520px;
  background: rgba(31, 35, 40, 0.75);
  padding: 20px;
  border-radius: 18px;
}

.site-footer {
  border-top: 1px solid #d6d2cd;
  padding-top: 24px;
}

.footer-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.footer-grid div {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.disclaimer {
  font-size: 13px;
  color: #4c5056;
}

.footer-note {
  font-size: 12px;
  color: #6b6f75;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.sticky-cta {
  position: fixed;
  top: 18px;
  right: 18px;
  background-color: #ffffff;
  padding: 10px 14px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 18;
}

.simple-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.page-intro {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.page-intro .intro-text {
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-intro .intro-media {
  flex: 1;
  min-width: 260px;
  min-height: 320px;
}

.service-table {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 48px;
}

.service-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px;
  border-radius: 18px;
  background-color: #ffffff;
}

.service-row .service-details {
  flex: 1.2;
  min-width: 240px;
}

.service-row .service-meta {
  flex: 0.8;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  padding: 28px;
  border-radius: 20px;
}

.thanks-box {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.thanks-service {
  font-weight: 600;
  color: #2f5b4c;
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }

  .overlay-card {
    position: static;
    margin-top: 12px;
  }

  .sticky-cta {
    position: static;
    margin: 20px 0;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
