.homepage-premium {
  --home-ink: #102c21;
  --home-copy: #405249;
  --home-green: #126128;
  --home-green-deep: #0b4020;
  --home-red: #d83b42;
  --home-gold: #d4a347;
  --home-mist: #f1f6f2;
  --home-line: #d8e4db;
  --home-shadow: 0 28px 80px rgba(17, 58, 35, .12);
  background: #fff;
  color: var(--home-copy);
}

.homepage-premium .home-managed-design {
  padding-block: var(--home-managed-padding, 72px) !important;
  background: var(--home-managed-background) !important;
  color: var(--home-managed-text) !important;
}

.homepage-premium .home-managed-design :is(h1, h2, h3, h4) {
  color: var(--home-managed-heading) !important;
}

.homepage-premium .home-managed-design :is(p, li, small, .lead) {
  color: var(--home-managed-text) !important;
}

.homepage-premium .home-managed-design :is(.eyebrow, .tag, .home-service-meta span, .coverage-icon) {
  color: var(--home-managed-accent) !important;
}

.homepage-premium .home-managed-design :is(.button, .coverage-toggle) {
  border-color: var(--home-managed-accent) !important;
  background-color: var(--home-managed-accent) !important;
}

.homepage-premium .home-managed-design :is(.quote-card, .trust-item, .home-service-card, .home-guide-list article, .audience-card, .home-local-card, .home-portfolio-card, .faq-item, .video-faq-card, .cta-panel, .coverage-panel) {
  border-color: var(--home-managed-border) !important;
  border-radius: var(--home-managed-radius) !important;
  background-color: var(--home-managed-card) !important;
}

.homepage-premium .announcement {
  background: #0d3d20;
  color: #dfece3;
  letter-spacing: .01em;
}

.homepage-premium .announcement strong {
  color: #fff;
  margin-right: .65rem;
}

.homepage-premium .site-header {
  border-bottom-color: rgba(18, 97, 40, .12);
  box-shadow: 0 8px 26px rgba(21, 58, 34, .06);
}

.homepage-premium .hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5.8rem) 0 clamp(3.6rem, 7vw, 6.8rem);
  background:
    radial-gradient(circle at 4% 10%, rgba(35, 139, 64, .12), transparent 27rem),
    radial-gradient(circle at 90% 75%, rgba(216, 59, 66, .1), transparent 24rem),
    #f8fbf8;
}

.homepage-premium .hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .36;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(18, 97, 40, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 97, 40, .06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
}

.homepage-premium .hero-grid {
  position: relative;
  z-index: 1;
  align-items: center;
  gap: clamp(2.4rem, 5vw, 5rem);
}

.homepage-premium .hero-copy {
  padding-top: 0;
}

.homepage-premium .hero-copy .eyebrow,
.homepage-premium .home-overview-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}

.homepage-premium .hero-copy .eyebrow::before,
.homepage-premium .home-overview-section .eyebrow::before {
  width: 2rem;
  height: 2px;
  background: var(--home-red);
  content: "";
}

.homepage-premium .hero h1 {
  max-width: 13ch;
  margin: .9rem 0 1.35rem;
  color: var(--home-ink);
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: .99;
  letter-spacing: -.055em;
}

.homepage-premium .hero h1 [data-content-key="hero.titleAccent"] {
  display: block;
  color: var(--home-green);
}

.homepage-premium .hero-copy > .lead {
  max-width: 43rem;
  color: #4b6055;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.homepage-premium .hero-actions {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 1.8rem 0 1.65rem;
}

.homepage-premium .hero-actions .button {
  min-height: 3.25rem;
  padding-inline: 1.4rem;
  border-radius: 999px;
}

.homepage-premium .hero-actions .outline {
  border-color: #b9cabd;
  background: rgba(255, 255, 255, .65);
  color: var(--home-green-deep);
}

.homepage-premium .proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem .9rem;
  max-width: 39rem;
}

.homepage-premium .proof-row span {
  position: relative;
  padding-left: 1.45rem;
  color: #344a3c;
  font-weight: 700;
}

.homepage-premium .proof-row span::before {
  position: absolute;
  top: .25rem;
  left: 0;
  width: .78rem;
  height: .78rem;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px var(--home-green);
  content: "";
}

.homepage-premium .quote-card {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  border: 1px solid rgba(18, 97, 40, .2);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--home-shadow);
}

.homepage-premium .quote-card::before {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: #36a858;
  box-shadow: 0 0 0 .4rem rgba(54, 168, 88, .13);
  content: "";
}

.homepage-premium .quote-card h2 {
  max-width: 14ch;
  color: var(--home-ink);
  letter-spacing: -.035em;
}

.homepage-premium .trust-strip {
  position: relative;
  z-index: 2;
  border-block: 0;
  background: var(--home-green-deep);
  color: #fff;
}

.homepage-premium .trust-grid {
  gap: 0;
}

.homepage-premium .trust-item {
  min-height: 7rem;
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.homepage-premium .trust-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.homepage-premium .trust-item strong {
  color: #fff;
}

.homepage-premium .trust-item span {
  color: #c9ddcf;
}

.home-overview-section {
  padding-block: clamp(4rem, 8vw, 7.5rem);
}

.home-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.home-overview-grid h2 {
  max-width: 12ch;
  margin-top: .75rem;
  color: var(--home-ink);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.home-overview-copy {
  position: relative;
  padding: 1.2rem 0 1.2rem clamp(1.5rem, 4vw, 3rem);
  border-left: 2px solid var(--home-red);
}

.home-overview-copy p {
  margin: 0;
  color: var(--home-copy);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.8;
}

.home-overview-copy p + p {
  margin-top: 1rem;
}

.home-services-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f3f7f4 0, #f3f7f4 72%, #fff 72%);
}

.home-section-heading {
  align-items: end;
  margin-bottom: 2.2rem;
}

.home-section-heading h2 {
  max-width: 13ch;
  color: var(--home-ink);
  letter-spacing: -.04em;
}

.home-section-heading > p {
  max-width: 35rem;
  color: #53645a;
  line-height: 1.75;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.homepage-premium .home-service-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(12rem, .75fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  min-height: 21rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid #cfddd2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(25, 63, 39, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-service-price-strip {
  position: relative;
  z-index: 3;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  min-height: 3.75rem;
  padding: .72rem clamp(1.15rem, 3vw, 2rem);
  align-items: center;
  justify-content: flex-end;
  gap: .62rem;
  border-bottom: 1px solid var(--card-price-border, #fff3b2);
  background:
    linear-gradient(100deg, color-mix(in srgb, var(--card-price-bg, #f6c744) 88%, #fff), var(--card-price-bg, #f6c744));
  box-shadow:
    0 8px var(--card-price-glow-strength, 20px) color-mix(in srgb, var(--card-price-glow, #f6c744) 48%, transparent),
    inset 0 1px rgba(255, 255, 255, .72);
  color: var(--card-price-text, #102f1a);
}

.home-service-price-strip::before {
  width: .56rem;
  height: .56rem;
  content: "";
  border-radius: 50%;
  background: var(--card-price-accent, #176127);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--card-price-accent, #176127) 14%, transparent);
}

.home-service-price-strip span {
  color: var(--card-price-accent, #176127);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-service-price-strip strong {
  color: var(--card-price-text, #102f1a);
  font-size: var(--card-price-size, 22px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.035em;
}

@keyframes home-service-price-fade {
  0%,
  100% {
    opacity: .42;
  }
  50% {
    opacity: 1;
  }
}

.home-service-price-strip::before,
.home-service-price-strip span,
.home-service-price-strip strong {
  animation: home-service-price-fade 2.2s ease-in-out infinite;
}

.homepage-premium .home-service-card:hover {
  border-color: rgba(18, 97, 40, .48);
  box-shadow: 0 24px 60px rgba(25, 63, 39, .14);
  transform: translateY(-5px);
}

.homepage-premium .home-service-card .service-card-image {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 100%;
  height: 100%;
  min-height: 21rem;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
}

.home-service-card-body {
  display: flex;
  grid-column: 2;
  grid-row: 2;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.home-service-card-body h3 {
  margin: 1rem 0 .7rem;
  color: var(--home-ink);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: -.025em;
}

.home-service-card-body p {
  margin: 0 0 1.4rem;
  color: #56675d;
  line-height: 1.65;
}

.home-service-meta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: .75rem;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-service-meta span {
  color: var(--home-green);
}

.home-service-card .service-card-button {
  margin-top: auto;
  border-radius: 999px;
}

.home-service-details {
  width: 100%;
  margin: 0 0 1.25rem;
  border-top: 1px solid #dce7df;
  border-bottom: 1px solid #dce7df;
}

.home-service-details summary {
  position: relative;
  padding: .85rem 2rem .85rem 0;
  color: var(--home-green-deep);
  font-size: .85rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.home-service-details summary::-webkit-details-marker {
  display: none;
}

.home-service-details summary span::before,
.home-service-details summary span::after {
  position: absolute;
  top: 50%;
  right: .25rem;
  width: .8rem;
  height: 2px;
  background: var(--home-red);
  content: "";
  transform: translateY(-50%);
}

.home-service-details summary span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .2s ease;
}

.home-service-details[open] summary span::after {
  transform: translateY(-50%) rotate(0);
}

.home-service-details > p {
  margin: 0 0 .8rem;
  color: #5c6c62;
  font-size: .9rem;
}

.home-service-details ul {
  display: grid;
  gap: .4rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.home-service-details li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .8rem;
  padding: .45rem .6rem;
  border-radius: 8px;
  background: #f3f7f4;
  color: #506159;
  font-size: .8rem;
}

.home-service-details li strong {
  color: var(--home-green-deep);
}

.home-guide-section {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.home-guide-layout {
  display: grid;
  grid-template-columns: minmax(18rem, .7fr) minmax(0, 1.3fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
}

.home-rating-panel {
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid #cfddd2;
  border-radius: 24px;
  background: #f6faf7;
}

.home-rating-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.home-rating-heading span {
  color: var(--home-green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-rating-heading strong {
  color: var(--home-ink);
  font-size: 1.45rem;
}

.home-rating-panel .scale {
  flex: 1;
}

.home-guide-link {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-top: 1.25rem;
  color: var(--home-green-deep);
  font-weight: 800;
  text-decoration: none;
}

.home-guide-link span {
  color: var(--home-red);
  font-size: 1.2rem;
}

.home-need-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-need-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid #d6e2d9;
  border-radius: 20px;
  background: #fff;
}

.home-need-grid article > span {
  color: var(--home-red);
  font-size: .78rem;
  font-weight: 900;
}

.home-need-grid h3 {
  margin: 0 0 .55rem;
  color: var(--home-ink);
  font-size: 1.15rem;
}

.home-need-grid p {
  margin: 0;
  color: #5a6a61;
  font-size: .95rem;
  line-height: 1.65;
}

.homepage-premium .trust-logo-section {
  background: #f7faf8;
}

.homepage-premium .dark-section {
  position: relative;
  overflow: hidden;
  background: #0d3320;
}

.homepage-premium .dark-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .24;
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, .32) 0 1px, transparent 1.5px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.homepage-premium .dark-section .container {
  position: relative;
}

.homepage-premium .process-grid {
  gap: 1rem;
}

.homepage-premium .step {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
}

.home-why-section {
  background: #fff;
}

.homepage-premium .audience-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.homepage-premium .audience-card {
  position: relative;
  overflow: hidden;
  min-height: 17rem;
  padding: 1.7rem;
  border: 1px solid #d8e4db;
  border-radius: 20px;
  background: #fff;
  grid-column: span 2;
}

.homepage-premium .audience-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.homepage-premium .audience-card::after {
  position: absolute;
  right: -2.2rem;
  bottom: -2.6rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: rgba(18, 97, 40, .07);
  content: "";
}

.homepage-premium .audience-card .tag {
  border-radius: 999px;
  background: #ecf4ee;
  color: var(--home-green);
}

.homepage-premium .audience-card h3 {
  color: var(--home-ink);
}

.home-local-section {
  padding-top: 0;
}

.home-local-card {
  display: grid;
  grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr);
  min-height: 31rem;
  overflow: hidden;
  border-radius: 28px;
  background: #edf5ef;
}

.home-local-map {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 25rem;
  background:
    linear-gradient(35deg, transparent 47%, rgba(255, 255, 255, .5) 48% 50%, transparent 51%),
    linear-gradient(-28deg, transparent 47%, rgba(255, 255, 255, .42) 48% 50%, transparent 51%),
    #12542b;
  background-size: 92px 92px, 118px 118px, auto;
}

.home-local-map::before,
.home-local-map::after {
  position: absolute;
  width: 18rem;
  height: 25rem;
  border: 2px solid rgba(255, 255, 255, .22);
  border-radius: 50% 38% 45% 55%;
  content: "";
  transform: rotate(26deg);
}

.home-local-map::after {
  width: 12rem;
  height: 17rem;
  border-color: rgba(223, 101, 78, .7);
  transform: rotate(-18deg);
}

.home-local-map > span {
  position: relative;
  z-index: 2;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--home-green-deep);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.home-local-map i {
  position: absolute;
  z-index: 2;
  width: .65rem;
  height: .65rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--home-red);
  box-shadow: 0 0 0 .45rem rgba(216, 59, 66, .18);
}

.home-local-map i:nth-of-type(1) { top: 22%; left: 29%; }
.home-local-map i:nth-of-type(2) { top: 34%; right: 24%; }
.home-local-map i:nth-of-type(3) { bottom: 27%; left: 22%; }
.home-local-map i:nth-of-type(4) { right: 33%; bottom: 19%; }
.home-local-map i:nth-of-type(5) { top: 53%; left: 44%; }

.home-local-copy {
  align-self: center;
  padding: clamp(2rem, 6vw, 5rem);
}

.home-local-copy h2 {
  max-width: 13ch;
  margin: .8rem 0 1rem;
  color: var(--home-ink);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.home-local-copy p {
  max-width: 42rem;
  line-height: 1.75;
}

.home-portfolio-section {
  padding-top: 0;
}

.home-portfolio-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 28px;
  background: #102d20;
  color: #d4e2d8;
}

.home-portfolio-card h2 {
  max-width: 15ch;
  margin: .8rem 0 1rem;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.home-portfolio-card p {
  max-width: 46rem;
  line-height: 1.75;
}

.home-portfolio-card .button {
  margin-top: 1rem;
  border-radius: 999px;
}

.home-portfolio-card ul {
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-portfolio-card li {
  position: relative;
  padding: 1rem 0 1rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  font-weight: 700;
}

.home-portfolio-card li::before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  color: #76c78c;
  content: "✓";
}

.homepage-premium #faqs {
  background: #f3f7f4;
}

.homepage-premium .faq-item {
  border-color: #d4e1d7;
  border-radius: 16px;
  background: #fff;
}

.homepage-premium .cta-panel {
  border-radius: 26px;
}

.homepage-premium .coverage-section {
  padding-top: clamp(4rem, 8vw, 7rem);
}

@media (max-width: 1100px) {
  .homepage-premium .home-service-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }

  .homepage-premium .home-service-card .service-card-image {
    grid-column: 1;
    grid-row: 1;
    height: 15rem;
    min-height: 15rem;
  }

  .home-service-price-strip {
    grid-column: 1;
    grid-row: 2;
  }

  .home-service-card-body {
    grid-column: 1;
    grid-row: 3;
  }

  .homepage-premium .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-premium .audience-card,
  .homepage-premium .audience-card:nth-last-child(-n + 2) {
    grid-column: auto;
  }
}

@media (max-width: 850px) {
  .homepage-premium .hero {
    padding-top: 2.5rem;
  }

  .home-overview-grid,
  .home-guide-layout,
  .home-local-card,
  .home-portfolio-card {
    grid-template-columns: 1fr;
  }

  .home-overview-copy {
    padding-left: 1.5rem;
  }

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

  .homepage-premium .audience-grid {
    grid-template-columns: 1fr;
  }

  .home-local-map {
    min-height: 19rem;
  }
}

@media (max-width: 620px) {
  .homepage-premium .hero {
    padding-bottom: 3rem;
  }

  .homepage-premium .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.45rem);
  }

  .homepage-premium .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .homepage-premium .proof-row,
  .home-need-grid {
    grid-template-columns: 1fr;
  }

  .homepage-premium .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-premium .trust-item {
    min-height: 6.2rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .homepage-premium .home-service-card {
    min-height: auto;
  }

  .homepage-premium .home-service-card .service-card-image {
    height: 13rem;
    min-height: 13rem;
  }

  .home-local-card,
  .home-portfolio-card {
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-premium .home-service-card {
    transition: none;
  }

  .home-service-price-strip::before,
  .home-service-price-strip span,
  .home-service-price-strip strong {
    animation: none;
  }
}
