/**
 * Home page — sections below Google reviews (modern, matches public header)
 */

body[data-use-public-header] .home-lower-section {
  font-family: 'Plus Jakarta Sans', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body[data-use-public-header] .home-card {
  background-color: #fff !important;
}

.home-lower-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px clamp(20px, 5vw, 40px) 28px;
  box-sizing: border-box;
}

.home-lower-section + .home-lower-section,
.page-section.home-lower-section + .home-lower-section {
  padding-top: 8px;
}

/* Section headers */
.home-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 20px;
}

.home-section-eyebrow {
  margin: 0 0 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-accent, #15803d);
}

.home-section-title {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1a1d21;
  line-height: 1.2;
}

.home-section-lead {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #5c6370;
  line-height: 1.55;
}

/* Cards */
.home-card {
  background: #fff;
  border: 1px solid rgba(30, 35, 40, 0.08);
  border-radius: 20px;
  padding: clamp(24px, 3vw, 32px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
}

.home-card-title {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1d21;
  letter-spacing: -0.02em;
}

.home-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.home-check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.55;
  color: #5c6370;
}

.home-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--home-accent, #15803d);
  font-weight: 700;
}

.home-check-list li:last-child {
  margin-bottom: 0;
}

/* Meet the team */
.home-team-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
  margin-bottom: 24px;
}

.home-team-intro-photo img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.home-team-profiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.home-profile-card {
  text-align: center;
}

.home-profile-card img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 3px solid var(--home-accent, #15803d);
  box-shadow: 0 4px 16px rgba(21, 128, 61, 0.15);
}

.home-profile-name {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1d21;
}

.home-profile-bio {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5c6370;
}

.home-badge {
  display: inline-block;
  background: var(--home-accent, #15803d);
  color: #fff;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* See the difference */
.home-difference-section .difference-caption {
  background: #fff;
  border: 1px solid rgba(30, 35, 40, 0.08);
  border-radius: 16px;
  color: #5c6370;
  font-size: 0.95rem;
}

.home-difference-section .difference-caption b {
  color: #1a1d21;
}

.home-difference-cta {
  text-align: center;
  margin-top: 1.25rem;
}

/* What happens next — steps */
.home-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.home-step-card {
  position: relative;
  text-align: center;
  padding-top: 20px;
}

.home-step-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--home-accent, #15803d);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(21, 128, 61, 0.3);
}

.home-step-icon {
  width: 52px;
  height: 52px;
  margin: 16px auto 14px;
  border-radius: 14px;
  background: rgba(21, 128, 61, 0.08);
  color: var(--home-accent, #15803d);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-step-title {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1d21;
}

.home-step-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5c6370;
}

.home-tip-card {
  text-align: center;
  background: rgba(21, 128, 61, 0.06);
  border-color: rgba(21, 128, 61, 0.12);
}

.home-tip-card .home-card-title {
  margin-bottom: 8px;
}

.home-tip-card p {
  margin: 0;
  color: #5c6370;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Service area */
.home-service-section {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(30, 35, 40, 0.08);
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
}

.home-service-search {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 20px;
  padding: 14px 18px;
  border: 1px solid rgba(30, 35, 40, 0.12);
  border-radius: 100px;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.home-service-search:focus {
  border-color: var(--home-accent, #15803d);
  box-shadow: 0 0 0 3px rgba(21, 128, 61, 0.12);
}

.home-city-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

body[data-use-public-header] .home-city-chips .city-chip {
  background: #fff !important;
  border: 1px solid rgba(30, 35, 40, 0.1) !important;
  color: #1a1d21 !important;
  border-radius: 100px !important;
  padding: 8px 14px !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  transition: background 0.15s, border-color 0.15s;
}

body[data-use-public-header] .home-city-chips .city-chip:hover {
  background: rgba(21, 128, 61, 0.08) !important;
  border-color: rgba(21, 128, 61, 0.25) !important;
}

/* Expectations */
.home-expect-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 16px;
}

.home-expect-card .home-expect-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
}

.home-expect-card--dont .home-expect-icon {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

.home-expect-card--do .home-expect-icon {
  background: rgba(21, 128, 61, 0.1);
  color: var(--home-accent, #15803d);
}

.home-expect-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.home-expect-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #5c6370;
}

.home-expect-list li:last-child {
  margin-bottom: 0;
}

.home-expect-mark {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
}

.home-expect-card--dont .home-expect-mark {
  color: #dc2626;
}

.home-expect-card--do .home-expect-mark {
  color: var(--home-accent, #15803d);
}

.home-expect-cta {
  text-align: center;
}

.home-expect-cta .home-section-lead {
  margin-bottom: 20px;
}

.home-expect-cta .home-card-title {
  margin-bottom: 8px;
}

.home-expect-grid .home-card-title {
  text-align: center;
}

/* FAQ — modern */
body[data-use-public-header] .faq-section.home-faq-section {
  padding: 20px clamp(20px, 5vw, 40px) 32px;
}

body[data-use-public-header] .faq-section.home-faq-section .faq-btn {
  font-family: 'Plus Jakarta Sans', ui-sans-serif, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 100px;
  border: 1px solid rgba(30, 35, 40, 0.12);
  background: #fff;
  color: #5c6370;
  margin-bottom: 0;
}

body[data-use-public-header] .faq-section.home-faq-section .faq-btn:hover {
  border-color: rgba(21, 128, 61, 0.3);
  color: #1a1d21;
  background: rgba(21, 128, 61, 0.06);
}

body[data-use-public-header] .faq-section.home-faq-section .faq-btn.selected,
body[data-use-public-header] .faq-section.home-faq-section .faq-btn:focus {
  background: var(--home-accent, #15803d);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(21, 128, 61, 0.25);
}

body[data-use-public-header] #faq-answer-box {
  background: #fff !important;
  border: 1px solid rgba(30, 35, 40, 0.08) !important;
  border-radius: 20px !important;
  padding: clamp(28px, 4vw, 40px) clamp(24px, 3vw, 32px) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06) !important;
}

body[data-use-public-header] #faq-question-title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem) !important;
  font-weight: 800 !important;
  color: #1a1d21 !important;
  letter-spacing: -0.02em;
}

body[data-use-public-header] #faq-answer-text {
  color: #5c6370 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

/* Footer */
body[data-use-public-header] footer {
  background: #15803d;
  color: rgba(255, 255, 255, 0.92);
  padding: 24px clamp(20px, 5vw, 40px);
  font-size: 0.9rem;
  margin-top: 0;
}

body[data-use-public-header] footer a {
  color: #fff;
  opacity: 0.9;
}

body[data-use-public-header] footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
  .home-team-intro {
    grid-template-columns: 1fr;
  }

  .home-team-profiles {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .home-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-expect-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .home-steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
