:root {
  --wp-seo-ink: #2a2623;
  --wp-seo-muted: #6f675f;
  --wp-seo-border: #e8e3d8;
  --wp-seo-surface: #ffffff;
  --wp-seo-soft: #fdfbf7;
  --wp-seo-chip: #f0ede5;
  --wp-seo-brand: #c56f4a;
  --wp-seo-green: #6fc46c;
  --wp-seo-sage: #6e7d5e;
  --wp-seo-radius: 24px;
  --wp-seo-button-radius: 6px;
  --wp-seo-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  --wp-seo-width: 1200px;
  --wp-seo-font: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wp-seo-page {
  width: 100%;
  overflow-x: hidden;
  color: var(--wp-seo-ink);
  background: var(--wp-seo-surface);
  font-family: var(--wp-seo-font);
  line-height: 1.5;
}

.wp-seo-page *,
.wp-seo-page *::before,
.wp-seo-page *::after {
  box-sizing: border-box;
}

.wp-seo-page a {
  color: inherit;
}

.wp-seo-page h1,
.wp-seo-page h2,
.wp-seo-page h3,
.wp-seo-page p {
  margin-top: 0;
}

.wp-seo-page h1 {
  max-width: 760px;
  margin-bottom: 16px;
  color: var(--wp-seo-ink);
  font-family: var(--wp-seo-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.wp-seo-page h2 {
  margin-bottom: 32px;
  color: var(--wp-seo-ink);
  font-family: var(--wp-seo-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.wp-seo-page h3 {
  margin-bottom: 8px;
  color: var(--wp-seo-ink);
  font-family: var(--wp-seo-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.wp-seo-page p {
  color: var(--wp-seo-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.wp-seo-section {
  position: relative;
  isolation: isolate;
  padding: 80px 80px;
}

.wp-seo-section .wp-section__inner,
.wp-seo-trust-bar .wp-trust-bar__inner {
  width: min(100%, var(--wp-seo-width));
  margin-right: auto;
  margin-left: auto;
}

.wp-section__eyebrow {
  margin-bottom: 8px;
  color: var(--wp-seo-brand);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.wp-seo-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 138px 80px;
  background-image:
    linear-gradient(90deg, #ffffff 22%, rgba(255, 255, 255, 0) 100%),
    var(--wp-hero-image, none);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wp-seo-hero .wp-hero__content {
  max-width: 72%;
  margin: 0;
}

.wp-hero__tagline {
  margin-bottom: 16px;
  color: var(--wp-seo-brand);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.wp-hero__headline,
.wp-hero__intro {
  max-width: 720px;
  color: var(--wp-seo-ink);
  font-size: 18px;
  line-height: 28px;
}

.wp-hero__headline {
  margin-bottom: 0;
}

.wp-hero__intro {
  margin-bottom: 30px;
}

.wp-cta-group,
.h2-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
  justify-content: flex-start;
}

.wp-cta,
.wp-header__button,
.h2-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: var(--wp-seo-button-radius);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.wp-cta--primary_user_cta,
.h2-cta-btn--outline {
  color: var(--wp-seo-ink);
  border-color: rgba(42, 38, 35, 0.22);
  background: transparent;
}

.wp-cta--primary_provider_cta,
.h2-cta-btn--white {
  color: var(--wp-seo-ink);
  border-color: #ffffff;
  background: #ffffff;
}

.wp-seo-final-cta .wp-cta--primary_user_cta,
.wp-seo-cta .wp-cta--primary_user_cta,
.wp-seo-final-cta .h2-cta-btn--white,
.wp-seo-cta .h2-cta-btn--white {
  border-color: #ffffff;
  color: var(--wp-seo-ink);
  background: #ffffff;
}

.wp-seo-final-cta .wp-cta--primary_provider_cta,
.wp-seo-cta .wp-cta--primary_provider_cta,
.wp-seo-final-cta .h2-cta-btn--outline,
.wp-seo-cta .h2-cta-btn--outline {
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
  background: transparent;
}

.wp-seo-hero .h2-cta-btn--outline {
  border-color: rgba(42, 38, 35, 0.22);
  color: var(--wp-seo-ink);
  background: rgba(255, 255, 255, 0.74);
}

.wp-seo-final-cta .h2-cta-buttons,
.wp-seo-cta .h2-cta-buttons {
  justify-content: center;
}

.wp-trust-indicators,
.wp-trust-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.wp-trust-indicators li,
.wp-trust-bar__list li {
  padding: 4px 8px;
  border: 1px solid var(--wp-seo-border);
  border-radius: var(--wp-seo-button-radius);
  color: var(--wp-seo-ink);
  background: var(--wp-seo-chip);
  font-size: 12px;
  line-height: 16px;
}

.wp-seo-trust-bar {
  padding: 25px 20px;
  border-top: 1px solid var(--wp-seo-border);
  border-bottom: 1px solid var(--wp-seo-border);
  background: var(--wp-seo-surface);
}

.wp-seo-trust-bar .wp-trust-bar__list {
  justify-content: center;
  margin: 0;
}

.wp-grid {
  display: grid;
  gap: 25px;
}

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

.wp-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-card {
  height: 100%;
  padding: 20px 16px;
  border: 1px solid var(--wp-seo-border);
  border-radius: var(--wp-seo-radius);
  background: var(--wp-seo-surface);
  box-shadow: var(--wp-seo-shadow);
}

.wp-card p:last-child {
  margin-bottom: 0;
}

.wp-seo-trust,
.wp-seo-discovery {
  background: var(--wp-seo-soft);
}

.wp-seo-provider-growth,
.wp-seo-related-cities {
  background: var(--wp-seo-surface);
}

.wp-seo-final-cta,
.wp-seo-cta {
  padding-top: 80px;
  padding-bottom: 0;
  margin-bottom: 80px;
  background: var(--wp-seo-surface);
}

.wp-seo-final-cta .wp-section__inner,
.wp-seo-cta .wp-section__inner {
  padding: 64px 294px;
  border-radius: 16px;
  text-align: center;
  background-image:
    linear-gradient(90deg, rgba(197, 111, 74, 0.96) 0%, rgba(110, 125, 94, 0.96) 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 20px 50px rgba(42, 38, 35, 0.14);
}

.wp-seo-final-cta h2,
.wp-seo-final-cta p,
.wp-seo-cta h2,
.wp-seo-cta p {
  color: #ffffff;
}

.wp-lead {
  max-width: 680px;
  color: var(--wp-seo-ink);
  font-size: 18px;
  line-height: 28px;
}

.wp-related-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-seo-city-links .wp-related-list {
  width: 100%;
}

.wp-related-list a {
  display: block;
  padding: 16px;
  border: 1px solid var(--wp-seo-border);
  border-radius: var(--wp-seo-radius);
  color: var(--wp-seo-ink);
  background: var(--wp-seo-surface);
  box-shadow: var(--wp-seo-shadow);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

@media (max-width: 860px) {
  .wp-seo-section {
    padding: 80px 20px;
  }

  .wp-seo-hero {
    min-height: 480px;
    padding: 100px 20px;
    background-position: center left;
  }

  .wp-seo-hero .wp-hero__content {
    max-width: 100%;
  }

  .wp-grid--two,
  .wp-grid--three,
  .wp-related-list {
    grid-template-columns: 1fr;
  }

  .wp-seo-page h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .wp-seo-final-cta,
  .wp-seo-cta {
    padding: 0;
  }

  .wp-seo-final-cta .wp-section__inner,
  .wp-seo-cta .wp-section__inner {
    border-radius: 0;
    padding: 80px 20px;
  }
}

@media (max-width: 520px) {
  .wp-seo-section {
    padding: 60px 15px;
  }

  .wp-seo-hero {
    min-height: 420px;
    padding: 80px 15px;
  }

  .wp-seo-page h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .wp-cta-group,
  .h2-cta-buttons {
    flex-direction: column;
  }

  .wp-cta,
  .h2-cta-btn {
    width: 100%;
  }

  .wp-trust-indicators,
  .wp-trust-bar__list {
    display: grid;
  }
}

.wp-seo-page .h2-cta {
  background: linear-gradient(135deg, #9b6843, #5e6e50);
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}

.wp-seo-page .h2-cta-inner {
  position: relative;
}

.wp-seo-page .h2-cta-leaf {
  width: 36px;
  height: 42px;
  margin: 0 auto 1rem;
  opacity: .7;
}

.wp-seo-page .h2-cta-leaf svg {
  width: 100%;
  height: 100%;
}

.wp-seo-page .h2-cta-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  margin: 0 0 .75rem;
  line-height: 1.2;
  color: #fff;
}

.wp-seo-page .h2-cta-sub {
  font-size: .95rem;
  opacity: .82;
  max-width: 420px;
  margin: 0 auto 2rem;
  line-height: 1.6;
  color: #fff;
}

.wp-seo-page .h2-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.wp-seo-page .h2-cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .15rem;
  padding: .9rem 2rem;
  border-radius: 10px;
  text-decoration: none;
  font-family: inherit;
  transition: transform .2s, opacity .2s;
  min-width: 180px;
  min-height: auto;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
}

.wp-seo-page .h2-cta-btn:hover {
  transform: translateY(-2px);
}

.wp-seo-page .h2-cta-btn strong {
  font-size: .95rem;
  font-weight: 700;
}

.wp-seo-page .h2-cta-btn span {
  font-size: .75rem;
  opacity: .75;
}

.wp-seo-page .h2-cta-btn--white {
  background: #fff;
  color: #5e3a1a;
  border: none;
}

.wp-seo-page .h2-cta-btn--outline {
  background: #ffffff26;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.wp-seo-page .h2-cta-btn--outline:hover {
  background: #ffffff40;
}

.wp-seo-page .wp-seo-final-cta .wp-section__inner,
.wp-seo-page .wp-seo-cta .wp-section__inner {
  padding: 0 20px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
