.home-page {
  --home-ink: #20302c;
  --home-muted: #65716d;
  --home-warm: #f6f1e9;
  --home-sage: #e9f0eb;
  color: var(--home-ink);
}

.home-page section { margin-bottom: clamp(4rem, 8vw, 7rem); }
.home-eyebrow { color: #276749; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.home-heading { font-size: clamp(2rem, 4.6vw, 4.25rem); line-height: 1.05; letter-spacing: -.035em; }
.home-section-title { font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.025em; }
.home-copy { color: var(--home-muted); font-size: 1.08rem; line-height: 1.7; }

.home-hero {
  background: linear-gradient(135deg, #f7f2ea 0%, #edf3ef 100%);
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(31, 48, 43, .10);
}
.home-hero-copy { padding: clamp(2rem, 5vw, 4.75rem); }
.home-hero-media { min-height: 100%; position: relative; }
.home-hero-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; display: block; }
.home-hero-label { position: absolute; left: 1.25rem; bottom: 1.25rem; padding: .65rem .9rem; background: rgba(255,255,255,.93); border-radius: .75rem; font-size: .86rem; box-shadow: 0 8px 25px rgba(0,0,0,.13); }
.home-primary { padding: .9rem 1.45rem; font-weight: 700; border-radius: .75rem; }

.home-proof { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; margin-top: 1.6rem; color: #465550; font-size: .92rem; }
.home-proof span::before { content: '✓'; color: #27815a; font-weight: 800; margin-right: .42rem; }

.home-trustbar { margin-top: -2.3rem; position: relative; z-index: 2; }
.home-trustbar-inner { background: #fff; border: 1px solid #e4e9e5; border-radius: 1.25rem; box-shadow: 0 14px 35px rgba(31,48,43,.08); }
.home-score { font-size: 2rem; line-height: 1; font-weight: 800; color: #1d6547; }
.home-trust-item { min-height: 100%; padding: 1.25rem 1.5rem; }
.home-trust-item + .home-trust-item { border-left: 1px solid #e8ece9; }

.home-benefit { border: 0; border-radius: 1.25rem; padding: 1.8rem; background: #fff; box-shadow: 0 12px 34px rgba(31,48,43,.07); height: 100%; }
.home-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--home-sage); color: #276749; font-weight: 800; margin-bottom: 1.15rem; }

.home-service-link { display: flex; height: 100%; min-height: 440px; overflow: hidden; flex-direction: column; border: 1px solid #e7ece8; border-radius: 1.25rem; background: #fff; color: var(--home-ink); text-decoration: none; box-shadow: 0 10px 28px rgba(31,48,43,.08); transition: transform .2s ease, box-shadow .2s ease; }
.home-service-link:hover, .home-service-link:focus-visible { color: var(--home-ink); transform: translateY(-4px); box-shadow: 0 18px 42px rgba(31,48,43,.14); }
.home-service-link:focus-visible { outline: 3px solid rgba(13,110,253,.35); outline-offset: 3px; }
.home-service-link img { display: block; width: 100%; height: 235px; flex: 0 0 235px; object-fit: cover; object-position: center; }
.home-service-link-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.5rem; }
.home-service-link-body strong { margin-bottom: .55rem; font-size: 1.35rem; line-height: 1.25; }
.home-service-link-body small { color: var(--home-muted); font-size: .98rem; line-height: 1.55; }
.home-service-link-cta { display: inline-flex; margin-top: auto; padding: .7rem 1rem; align-items: center; border-radius: .65rem; background: #0d6efd; color: #fff; font-weight: 700; line-height: 1.2; transition: background-color .2s ease; }
.home-service-link:hover .home-service-link-cta, .home-service-link:focus-visible .home-service-link-cta { background: #0b5ed7; color: #fff; }

.home-services { background: var(--home-warm); border-radius: 2rem; padding: clamp(1.5rem, 4vw, 3.5rem); }
.home-service-card { height: 100%; background: #fff; border-radius: 1.25rem; overflow: hidden; box-shadow: 0 12px 30px rgba(48,42,33,.08); }
.home-service-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.home-service-card-body { padding: 1.35rem; }
.home-service-list { margin: 0; padding: 0; list-style: none; color: var(--home-muted); }
.home-service-list li { padding: .22rem 0; }
.home-service-list li::before { content: '—'; color: #27815a; margin-right: .45rem; }

.home-reviews { background: #203b32; color: #fff; border-radius: 2rem; padding: clamp(1.7rem, 4vw, 3.7rem); }
.home-reviews .home-copy { color: #cbd8d2; }
.home-review-card { background: #fff; color: var(--home-ink); border-radius: 1rem; padding: 1.5rem; height: 100%; }
.home-review-quote { font-size: 1.05rem; line-height: 1.55; }
.home-review-score { color: #19704b; font-weight: 800; }

.home-contact { background: linear-gradient(120deg, #e8f0eb, #f7f1e9); border-radius: 2rem; padding: clamp(2rem, 5vw, 4rem); }
.home-contact-actions { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: flex-end; }

@media (max-width: 991.98px) {
  .home-hero-media img { min-height: 360px; max-height: 520px; }
  .home-trustbar { margin-top: 1.25rem; }
  .home-trust-item + .home-trust-item { border-left: 0; border-top: 1px solid #e8ece9; }
  .home-contact-actions { justify-content: flex-start; }
}

@media (max-width: 767.98px) {
  .home-service-card { height: auto; }
  .home-service-link { min-height: 0; }
  .home-service-link img { height: 220px; flex-basis: 220px; }
}

@media (max-width: 575.98px) {
  .home-page section { margin-bottom: 3.5rem; }
  .home-hero, .home-services, .home-reviews, .home-contact { border-radius: 1.25rem; }
  .home-hero-copy { padding: 1.65rem; }
  .home-hero-media img { min-height: 280px; }
  .home-primary, .home-contact-actions .btn { width: 100%; }
}
