* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f8f5f1;
  line-height: 1.6;
}

a {
  color: #1f1f1f;
  text-decoration: none;
}

.site-header {
  padding: 24px 6vw 32px;
  background: #f2eee8;
}

.site-header.compact {
  padding-bottom: 24px;
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  padding: 4px 8px;
  background: #1f1f1f;
  color: #fff;
  border-radius: 12px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.ad-note {
  font-size: 12px;
  color: #5b5b5b;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 32px;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
}

.hero-image {
  flex: 1 1 360px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #6a5a4f;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  align-items: center;
}

.urgency {
  margin-top: 12px;
  font-size: 14px;
  color: #59493f;
}

.section {
  padding: 48px 6vw;
}

.section.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.section.offset .story-card {
  margin-top: 30px;
}

.section.layered {
  background: #fff;
}

.layered-content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.layered-strip {
  margin-top: 24px;
  padding: 20px;
  background: #efe6dd;
}

.asymmetric-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.grid-left,
.grid-right {
  flex: 1 1 320px;
}

.trust-block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background: #f1e7dc;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.testimonial {
  padding: 16px;
  background: #fff;
  border-radius: 12px;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background: #fff;
}

.benefit-card {
  flex: 1 1 220px;
  padding: 20px;
  background: #f4eee7;
  border-radius: 16px;
}

.pricing {
  background: #fff;
}

.pricing-header {
  max-width: 640px;
  margin-bottom: 24px;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 220px;
  background: #f8f4ef;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
}

.form-section {
  background: #efe6dd;
}

.form-intro {
  margin-bottom: 20px;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-select {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-option {
  flex: 1 1 240px;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.service-option input {
  accent-color: #5b4636;
}

.form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-fields label {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-note {
  font-size: 14px;
  color: #5b5b5b;
}

.btn {
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.primary {
  background: #1f1f1f;
  color: #fff;
}

.btn.secondary {
  background: #d9cbbc;
  color: #1f1f1f;
}

.text-link {
  font-weight: 600;
  text-decoration: underline;
}

.section-cta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.page-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  align-items: center;
}

.page-hero-text {
  flex: 1 1 320px;
}

.page-hero-image {
  flex: 1 1 360px;
}

.contact-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 220px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}

.thanks-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  padding: 60px 6vw;
}

.thanks-card {
  flex: 1 1 320px;
  background: #f4eee7;
  padding: 24px;
  border-radius: 18px;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.legal-text h2 {
  margin-top: 24px;
}

.site-footer {
  padding: 32px 6vw 48px;
  background: #1f1f1f;
  color: #f2eee8;
}

.site-footer a {
  color: #f2eee8;
  display: block;
  margin-bottom: 6px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-grid > div {
  flex: 1 1 220px;
}

.disclaimer {
  margin-top: 20px;
  font-size: 13px;
  color: #d2c8bb;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: #6a4a3b;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 12px 6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.image-frame {
  padding: 8px;
  border-radius: 20px;
  background-color: #d9cbbc;
  overflow: hidden;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.coral { background-color: #d9b6a5; }
.clay { background-color: #d8c2b2; }
.sage { background-color: #c7d2c2; }
.stone { background-color: #c6c1ba; }
.linen { background-color: #e2d6c7; }
.olive { background-color: #c8c2a5; }
.dune { background-color: #d9cbb8; }
.mist { background-color: #cfd6da; }
.sky { background-color: #c6d2de; }
.sand { background-color: #e1d4c2; }
.pebble { background-color: #d0c7b8; }
.pearl { background-color: #ece2d7; }
.fog { background-color: #d7dadc; }

@media (max-width: 720px) {
  .sticky-cta {
    position: static;
    width: 100%;
    margin: 20px 6vw 0;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
