.google-reviews[data-astro-cid-yrxfijmp] {
  padding: clamp(.8rem, 1.5vw, 1.15rem) 0;
  background: #fff;
}

.google-reviews__shell[data-astro-cid-yrxfijmp] {
  border: 1px solid #e7e0dc;
  border-radius: 20px;
  padding: clamp(18px, 2.5vw, 28px);
  background: linear-gradient(135deg, #fff, #fffaf7);
  box-shadow: 0 18px 42px -34px #1f1c1a6b;
}

.google-reviews__summary[data-astro-cid-yrxfijmp] {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) auto minmax(220px, .72fr);
  align-items: center;
  gap: 22px;
}

.google-reviews__identity[data-astro-cid-yrxfijmp] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.google-reviews__g[data-astro-cid-yrxfijmp], .google-review-card__g {
  color: #4285f4;
  font: 800 20px / 1 Arial, sans-serif;
}

.google-reviews__g[data-astro-cid-yrxfijmp] {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ece7e3;
}

.google-reviews__identity[data-astro-cid-yrxfijmp] p[data-astro-cid-yrxfijmp] {
  margin: 0 0 3px;
  color: #b33b0c;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.google-reviews[data-astro-cid-yrxfijmp] h2[data-astro-cid-yrxfijmp] {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.google-reviews__score[data-astro-cid-yrxfijmp] {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2px 9px;
  min-width: 150px;
  padding: 10px 14px;
  border: 1px solid #e8e2de;
  border-radius: 13px;
  background: #fff;
}

.google-reviews__score[data-astro-cid-yrxfijmp] strong[data-astro-cid-yrxfijmp] {
  font-size: 1.45rem;
}

.google-reviews__stars[data-astro-cid-yrxfijmp], .google-review-card__stars {
  color: #f6a500;
  letter-spacing: .04em;
}

.google-reviews__score[data-astro-cid-yrxfijmp] small[data-astro-cid-yrxfijmp] {
  grid-column: 1 / -1;
  color: #746b66;
}

.google-reviews__action[data-astro-cid-yrxfijmp] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.google-reviews__action[data-astro-cid-yrxfijmp] a[data-astro-cid-yrxfijmp] {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #c2410c;
  color: #fff;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 900;
}

.google-reviews__action[data-astro-cid-yrxfijmp] small[data-astro-cid-yrxfijmp], .google-reviews__loading[data-astro-cid-yrxfijmp] {
  color: #817772;
  font-size: .72rem;
}

.google-reviews__list[data-astro-cid-yrxfijmp] {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
}

.google-review-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid #ebe5e1;
  border-radius: 14px;
  background: #fff;
}

.google-review-card__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
}

.google-review-card__avatar {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4169aa;
  color: #fff;
  font-weight: 900;
}

.google-review-card__head div {
  min-width: 0;
}

.google-review-card__head strong, .google-review-card__stars {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.google-review-card__stars {
  font-size: .75rem;
}

.google-review-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.25em;
  margin: 12px 0 8px;
  color: #544d49;
  font-size: .86rem;
  line-height: 1.45;
}

.google-review-card small {
  color: #938984;
  font-size: .72rem;
}

.google-reviews__loading[data-astro-cid-yrxfijmp] {
  margin: 18px 0 0;
}

@media (width <= 980px) {
  .google-reviews__summary[data-astro-cid-yrxfijmp] {
    grid-template-columns: 1fr auto;
  }

  .google-reviews__action[data-astro-cid-yrxfijmp] {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (width <= 760px) {
  .google-reviews__summary[data-astro-cid-yrxfijmp] {
    grid-template-columns: 1fr;
  }

  .google-reviews__score[data-astro-cid-yrxfijmp] {
    justify-self: start;
  }

  .google-reviews__list[data-astro-cid-yrxfijmp] {
    grid-template-columns: 1fr;
  }

  .google-reviews__list[data-astro-cid-yrxfijmp] .google-review-card:nth-child(3) {
    display: none;
  }
}
.home-hero[data-astro-cid-lcdefpme] {
  position: relative;
  overflow: hidden;
  background: #151515;
  color: #fff;
  padding: clamp(40px, 7vw, 84px) 0;
}

.home-hero[data-astro-cid-lcdefpme]:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #070809eb 0%, #070809d1 30%, #0708097a 52%, #07080914 76%), linear-gradient(#00000014, #00000061);
}

.home-hero__image[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero__inner[data-astro-cid-lcdefpme] {
  position: relative;
  z-index: 2;
}

.home-hero__eyebrow[data-astro-cid-lcdefpme] {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ff8a4d;
  margin: 0 0 14px;
}

.home-hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme] {
  font-family: var(--font-brand);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 16px;
  max-width: 670px;
  text-shadow: 0 2px 18px #00000052;
}

.home-hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme] em[data-astro-cid-lcdefpme] {
  color: #ff8a4d;
  font-style: normal;
}

.home-hero__lead[data-astro-cid-lcdefpme] {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.6;
  color: #ffffffe6;
  max-width: 620px;
  margin: 0 0 26px;
  text-shadow: 0 1px 12px #0006;
}

.home-hero__cta[data-astro-cid-lcdefpme] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btnh[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid #0000;
  transition: all .15s;
}

.btnh--orange[data-astro-cid-lcdefpme] {
  background: #c2410c;
  color: #fff;
  border-color: #c2410c;
}

.btnh--orange[data-astro-cid-lcdefpme]:hover {
  background: #cf470b;
}

.btnh--ghost[data-astro-cid-lcdefpme] {
  background: none;
  color: #fff;
  border-color: #ffffff59;
}

.btnh--ghost[data-astro-cid-lcdefpme]:hover {
  border-color: #fff;
}

.btnh--dark[data-astro-cid-lcdefpme] {
  background: #1f1c1a;
  color: #fff;
  border-color: #1f1c1a;
}

.btnh--dark[data-astro-cid-lcdefpme]:hover {
  background: #000;
}

.btnh--call[data-astro-cid-lcdefpme] {
  background: #ffffff14;
  color: #fff;
  border-color: #ffffff40;
}

.home-hero__trust[data-astro-cid-lcdefpme] {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
  font-size: 13px;
  color: #ffffffb3;
  font-weight: 700;
}

.home-pillars[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 40px auto;
}

.pillar[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: all .16s;
}

.pillar[data-astro-cid-lcdefpme]:hover {
  border-color: #c2410c;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -18px #0003;
}

.pillar--accent[data-astro-cid-lcdefpme] {
  background: linen;
}

.pillar__ic[data-astro-cid-lcdefpme] {
  font-size: 32px;
}

.pillar[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  font-family: var(--font-brand);
  font-size: 1.25rem;
  margin: 4px 0 0;
}

.pillar[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  color: var(--color-text-soft);
  font-size: .92rem;
  line-height: 1.5;
  margin: 0;
}

.pillar__cta[data-astro-cid-lcdefpme] {
  margin-top: auto;
  padding-top: 10px;
  font-weight: 800;
  color: #c2410c;
  font-size: .9rem;
}

.home-feat[data-astro-cid-lcdefpme] {
  margin: 48px auto;
}

.home-feat__head[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}

.home-feat__head[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  font-family: var(--font-brand);
  font-size: 1.6rem;
  margin: 0;
}

.home-feat__head[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  color: #c2410c;
  text-decoration: none;
  font-weight: 700;
}

.home-feat__grid[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 18px;
}

.fcard[data-astro-cid-lcdefpme] {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: all .16s;
}

.fcard[data-astro-cid-lcdefpme]:hover {
  border-color: #c2410c;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -16px #0003;
}

.fcard__pic[data-astro-cid-lcdefpme] {
  aspect-ratio: 4 / 3;
  background: #f5f4f0 center / contain no-repeat;
  border-bottom: 1px solid var(--color-border);
}

.fcard__body[data-astro-cid-lcdefpme] {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fcard__cat[data-astro-cid-lcdefpme] {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #c2410c;
}

.fcard[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme] {
  font-size: 1rem;
  margin: 0;
  line-height: 1.25;
}

.fcard__foot[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
  font-size: .85rem;
  font-weight: 700;
  color: #c2410c;
}

.home-split[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 48px auto;
}

.split-card[data-astro-cid-lcdefpme] {
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--color-border);
}

.split-card[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  font-family: var(--font-brand);
  font-size: 1.4rem;
  margin: 0 0 12px;
  line-height: 1.2;
}

.split-card[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  color: var(--color-text-soft);
  line-height: 1.6;
  margin: 0 0 16px;
}

.split-links[data-astro-cid-lcdefpme] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.split-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  font-size: .82rem;
  font-weight: 700;
  color: #c2410c;
  background: #fef3e6;
  border: 1px solid #f5a25b;
  border-radius: 999px;
  padding: 5px 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

@media (width <= 860px) {
  .split-links[data-astro-cid-lcdefpme] {
    gap: 10px;
  }

  .split-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
    min-height: 44px;
    padding: 10px 16px;
    font-size: .88rem;
  }
}

.home-steps[data-astro-cid-lcdefpme] {
  margin: 48px auto;
  text-align: center;
}

.home-steps[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  font-family: var(--font-brand);
  font-size: 1.6rem;
  margin: 0 0 24px;
}

.home-steps__grid[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c2410c;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
}

.step[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.step[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  color: var(--color-text-soft);
  margin: 0;
  font-size: .9rem;
}

.home-seo[data-astro-cid-lcdefpme] {
  margin: 20px auto 56px;
  max-width: 900px;
}

.home-seo[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  line-height: 1.7;
  color: var(--color-text);
}

.home-seo[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  color: #c2410c;
}

@media (width <= 860px) {
  .home-hero[data-astro-cid-lcdefpme] {
    min-height: 610px;
    display: flex;
    align-items: center;
  }

  .home-hero[data-astro-cid-lcdefpme]:after {
    background: linear-gradient(90deg, #070809eb 0%, #070809bd 100%), linear-gradient(#0000001f, #00000085);
  }

  .home-hero__image[data-astro-cid-lcdefpme] {
    object-position: 68% center;
  }

  .home-pillars[data-astro-cid-lcdefpme], .home-split[data-astro-cid-lcdefpme], .home-steps__grid[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }
}
