.landing-google{
  --ink:#12213f;
  --text:#334155;
  --muted:#64748b;
  --line:#e5ebf2;
  --line-strong:#d8e2ec;
  --brand:#ff5a00;
  --brand-dark:#a84300;
  --brand-soft:#fff3ea;
  --surface:#ffffff;
  --surface-soft:#fbfdff;
  --surface-warm:#fffaf6;
  --card-shadow:0 12px 30px rgba(18,33,63,.06);
  --shadow-sm:0 8px 20px rgba(18,33,63,.05);
  --shadow-md:0 14px 34px rgba(18,33,63,.07);
  --shadow-lg:0 20px 50px rgba(18,33,63,.10);
  --radius-xl:30px;
  --radius-lg:24px;
  --radius-md:20px;
  --radius-sm:16px;
  --radius-pill:999px;
}

.landing-google :is(#booking,#pricing,#reviews,#how-it-works,#service-areas,#location-picker,#faq){
  scroll-margin-top:90px;
}

@media (max-width:768px){
  .landing-google :is(#booking,#pricing,#reviews,#how-it-works,#service-areas,#location-picker,#faq){
    scroll-margin-top:76px;
  }
}

/* ============================================ global ================================================= */
.landing-google .section-shell,
.landing-google .reviews__container,
.landing-google .faq-wrap,
.landing-google .section__container{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.landing-google .section-heading{
  max-width:760px;
  margin:0 auto 12px;
  text-align:center;
}

.landing-google .section-heading--compact{
  margin-bottom:22px;
}

.landing-google .section-heading__eyebrow{
  margin:0 0 10px;
  font-size:14px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--brand);
}

.landing-google .section-heading__title{
  margin:0;
  font-size:clamp(28px,3vw,44px);
  line-height:1.14;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--ink);
  text-wrap:balance;
}

.landing-google .section-heading__desc{
  max-width:720px;
  margin:12px auto 0;
  font-size:clamp(15px,1.45vw,16px);
  line-height:1.65;
  color:var(--muted);
  text-wrap:pretty;
}

.landing-google .carousel-gallery,
.landing-google .reviews,
.landing-google .how-it-works,
.landing-google .section--why,
.landing-google .faq-section,
.landing-google .cta-bottom__container{
  padding:40px 0;
}

.landing-google .reviews-grid__card,
.landing-google .how-it-works__card,
.landing-google .c-feature,
.landing-google .faq-item,
.landing-google .cta-bottom__inner,
.landing-google .intent__container,
.landing-google .intent-pricing{
  border:1px solid var(--line);
}

@media (hover:hover){
  .landing-google .reviews-grid__card,
  .landing-google .how-it-works__card,
  .landing-google .c-feature,
  .landing-google .faq-item,
  .landing-google .chip--state,
  .landing-google .gallery__item{
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  }

  .landing-google .reviews-grid__card:hover,
  .landing-google .how-it-works__card:hover,
  .landing-google .c-feature:hover,
  .landing-google .faq-item:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow-md);
    border-color:#d7e3ef;
  }
}

/* ============================================ hero ================================================= */
/* =========================
   Hero media switch
========================= */
.landing-google .show-desktop {
  display: block;
  visibility: visible;
}

.landing-google .show-mobile {
  display: none;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .landing-google .show-desktop {
    display: none;
    visibility: hidden;
  }

  .landing-google .show-mobile {
    display: block;
    visibility: visible;
  }
}

/* =========================
   Hero wrapper
========================= */
.landing-google .hero {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  min-height: clamp(560px, 68vh, 760px);
  overflow: hidden;
  isolation: isolate;
}

.landing-google .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(7, 12, 24, 0.52) 0%,
    rgba(7, 12, 24, 0.36) 34%,
    rgba(7, 12, 24, 0.22) 68%,
    rgba(7, 12, 24, 0.16) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* =========================
   Hero video
========================= */
.landing-google .hero .hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
}

/* =========================
   Hero overlay
========================= */
.landing-google .hero .hero__overlay {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-inline: auto;
  padding: calc(42px + env(safe-area-inset-top, 0px)) 16px 24px;
  text-align: center;
  color: #fff;
  background: none;
}

@media (max-width: 767.98px) {
  .landing-google .hero .hero__overlay {
    padding: calc(48px + env(safe-area-inset-top, 0px)) 16px 40px;
    max-width: 680px;
  }
}

/* =========================
   Shared text shadow
========================= */
.landing-google .hero__logo,
.landing-google .hero__title,
.landing-google .hero__subtitle,
.landing-google .hero__price,
.landing-google .hero__min,
.landing-google .hero__desc,
.landing-google .hero-urgency {
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.52);
}

/* =========================
   Logo
========================= */
.landing-google .hero__logo {
  margin: 4px 0 14px;
  font-size: clamp(38px, 5.4vw, 46px);
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
  opacity: 0.94;
}

.landing-google .hero__logo-highlight {
  color: #00ff26;
  font-size: clamp(40px, 5.8vw, 52px);
}

/* =========================
   Title + subtitle
========================= */
.landing-google .hero .hero__title {
  margin: 8px 0 14px;
  font-size: clamp(34px, 4.3vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #fff;
  text-wrap: balance;
}

.landing-google .hero__subtitle {
  display: block;
  margin-top: 12px;
  font-size: clamp(1rem, 2.4vw, 1.75rem);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.2px;
  opacity: 0.92;
}

@media (max-width: 767.98px) {
  .landing-google .hero .hero__title {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.08;
    margin: 8px 0 12px;
  }

  .landing-google .hero__subtitle {
    margin-top: 8px;
    font-size: 0.98rem;
    line-height: 1.18;
  }
}

/* =========================
   Price
========================= */
.landing-google .hero__price {
  margin: 0 0 14px;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}

.landing-google .hero .hero__min {
  display: inline-block;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .landing-google .hero .hero__min {
    padding: 10px 14px;
    font-size: 0.95rem;
    white-space: normal;
  }
}

/* =========================
   Description + urgency
========================= */
.landing-google .hero .hero__desc {
  max-width: 620px;
  margin: 0 auto 14px;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
  color: #fff;
  text-wrap: pretty;
}

.landing-google .hero__location-boost,
.landing-google .hero-urgency {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff4e8;
}

@media (max-width: 767.98px) {
  .landing-google .hero .hero__desc {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 auto 12px;
  }

  .landing-google .hero__location-boost,
  .landing-google .hero-urgency {
    font-size: 0.95rem;
    line-height: 1.45;
  }
}

/* =========================
   CTA
========================= */
.landing-google .hero .hero__cta {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2px;
}

.landing-google .hero .hero__cta .hw-btn {
  display: inline-flex;
  width: auto;
}

.landing-google .btn--invert {
  --btn-bg: #ffffff;
  --btn-bg-hover: #f5efe9;
  --btn-text: #16233d;
  --btn-text-hover: #0f1a30;
  --btn-border: rgba(255, 255, 255, 0.72);
  min-height: 56px;
  padding: 16px 34px;
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: initial;
}

.landing-google .hero .hero__cta,
.landing-google .hero .hero__cta .hw-btn,
.landing-google .hero .hero__cta .hw-btn * {
  text-shadow: none !important;
}

@media (hover: hover) {
  .landing-google .btn--invert:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767.98px) {
  .landing-google .btn--invert {
    min-height: 52px;
    padding: 14px 24px;
    font-size: 15px;
  }
}
/* ============================================ location picker ================================================= */
.landing-google .intent__geo-group{
  padding:18px 20px 4px;
}

.landing-google .intent__geo-inner{
  max-width:860px;
  margin:0 auto;
  text-align:center;
}

.landing-google .intent__geo-eyebrow{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.5;
  font-weight:700;
  color:#b45309;
}

.landing-google .intent__geo-title{
  margin:0;
  font-size:clamp(22px,2.3vw,30px);
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.01em;
  color:var(--ink);
}

.landing-google .intent__geo-desc{
  max-width: 720px;
  margin: 10px auto 4px;
  font-size: clamp(15px, 1.4vw, 16px);
  line-height: 1.6;
  color: #374151;
  text-align: center;
}
.landing-google .intent__geo-sub {
  margin-top: 2px;
  margin-bottom: 14px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #475569;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.landing-google .intent__location-boost{
  font-size: clamp(15px, 1.4vw, 16px);
  font-weight: 500;
  color: #1f2d3d;
  margin: 18px auto 0;
  text-align: center;
  max-width: 720px;
}

.landing-google .intent__location-select{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin:34px 0 0;
}

.landing-google .chip--state{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:172px;
  min-height:52px;
  padding:12px 22px;
  border-radius:var(--radius-pill);
  border:1px solid var(--line);
  background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
  box-shadow:var(--shadow-sm);
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  color:var(--ink);
  text-decoration:none;
}

.landing-google .chip--state:hover,
.landing-google .chip--state:focus-visible{
  transform:translateY(-2px);
  border-color:#f6b789;
  background:linear-gradient(180deg,#fffaf5 0%,#ffeddc 100%);
  box-shadow:0 14px 28px rgba(255,90,0,.11);
  color:#a84300;
  outline:none;
}

.landing-google .chip--state-featured{
  border-color:#ffb37f;
  background:linear-gradient(180deg,#fff7f1 0%,#ffe8d8 100%);
  color:#a84300;
}
/* ========================================== SERVICE AREAS（FINAL） =============================================== */
.landing-google .service-areas{
  padding:34px 20px 18px;
  text-align:center;
  background:transparent;
}

/* 容器 */
.landing-google .service-areas .section-shell{
  max-width:820px;
  margin:0 auto;
  padding:0 20px;
}

/* 标题区 */
.landing-google .service-areas .section-heading{
  max-width:700px;
  margin:0 auto 14px;
}

/* 标题（核心层级） */
.landing-google .service-areas .section-heading__title{
  margin:0;
  font-size:clamp(26px,2.4vw,34px);
  line-height:1.18;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--ink);
  text-wrap:balance;
}

/* 描述 */
.landing-google .service-areas .section-heading__desc{
  max-width:640px;
  margin:10px auto 0;
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
}

.landing-google .service-areas__list {
  margin: 34px 0 12px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
  text-align: center;
}
/* emoji */
.landing-google .service-areas__list .icon-emoji{
  margin-right:6px;
}

/* 补充说明 */
.landing-google .service-areas__note{
  max-width:640px;
  margin:8px auto 0;
  font-size:14px;
  line-height:1.6;
  color:var(--muted);
  opacity:0.9;
}

/* ================= 移动端优化 ================= */
@media (max-width:767.98px){

  .landing-google .service-areas{
    padding:26px 14px 14px;
  }

  .landing-google .service-areas .section-shell{
    padding:0 6px;
  }

  .landing-google .service-areas .section-heading{
    margin-bottom:12px;
  }

  .landing-google .service-areas .section-heading__title{
    font-size:24px;
  }

  .landing-google .service-areas .section-heading__desc{
    font-size:15px;
  }

  .landing-google .service-areas__list {
    margin: 26px 0 8px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1.45;
  }

  .landing-google .service-areas__note{
    font-size:13px;
  }
}
/* ============================================ intent ================================================= */
.landing-google .intent.intent--geo,
.landing-google .intent{
  padding:36px 20px 16px;
}

.landing-google .intent__container{
  max-width:920px;
  margin:0 auto;
  padding:34px 28px 32px;
  text-align:center;
  border-radius:var(--radius-xl);
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(251,253,255,.95) 100%);
  box-shadow:var(--shadow-md);
}

.landing-google .intent__kicker{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--brand);
}

.landing-google .intent__title{
  margin:0;
  font-size:clamp(30px,3.2vw,46px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.03em;
  color:var(--ink);
  text-wrap:balance;
}

.landing-google .intent__subtitle{
  max-width:760px;
  margin:12px auto 0;
  font-size:clamp(17px,1.9vw,23px);
  line-height:1.5;
  font-weight:800;
  color:var(--brand);
}
.landing-google .intent__city,
.landing-google .intent__bridge,
.landing-google .intent__lead{
  max-width:760px;
  margin:12px auto 0;
  font-size:clamp(16px,1.35vw,18px);
  line-height:1.7;
  color:var(--text);
}

.landing-google .intent__lead--strong{
  margin-top:10px;
  font-weight:800;
  color:#1e293b;
}

.landing-google .intent-trust{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:20px auto 0;
  padding:10px 16px;
  border-radius:var(--radius-pill);
  border:1px solid #fde5d2;
  background:#fff8f0;
  font-size:15px;
  line-height:1.5;
  font-weight:700;
  color:#7c3a00;
}

.landing-google .intent-pricing{
  max-width:560px;
  margin:24px auto 0;
  padding:24px 22px 20px;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}

.landing-google .intent-pricing__title{
  margin:0 0 14px;
  font-size:clamp(22px,2.1vw,30px);
  line-height:1.2;
  font-weight:800;
  color:var(--brand);
}

.landing-google .intent-pricing__list{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}

.landing-google .intent-pricing__item{
  font-size:clamp(16px,1.45vw,18px);
  line-height:1.65;
  color:var(--text);
}

.landing-google .intent-pricing__chip{
  display:inline-block;
  padding:3px 10px;
  border-radius:var(--radius-pill);
  background:var(--brand-soft);
  color:var(--brand);
  font-weight:800;
}

.landing-google .intent-pricing__note{
  margin:14px 0 0;
  font-size:14px;
  line-height:1.6;
  font-style:italic;
  color:#7b8794;
}
.landing-google .intent__urgency{
  margin-top: 20px;
  font-size: clamp(14px, 1.45vw, 15px);
  color:#64748b;
  text-align: center;
  padding:0 12px;
}

.landing-google .intent__actions{
  margin-top:24px;
}

.landing-google .intent__actions .hw-btn,
.landing-google .cta-bottom__actions .hw-btn{
  min-width:260px;
  min-height:52px;
  border-radius:var(--radius-pill);
  font-size:16px;
  font-weight:800;
  letter-spacing:.02em;
}

/* ============================================ context ================================================= */
.landing-google .cta-context{
  padding:6px 20px 22px;
}

.landing-google .cta-context__inner{
  max-width:780px;
  margin:0 auto;
  text-align:center;
}

.landing-google .cta-context__primary{
  margin: 0;
  font-size: clamp(15px, 1.35vw, 16px);
  line-height: 1.65;
  font-weight: 500;
 color: #475569;
}

.landing-google .cta-context__secondary{
  margin:8px 0 0;
  font-size:clamp(15px,1.2vw,17px);
  line-height:1.75;
  color:var(--muted);
}

/* ============================================ reviews ================================================= */
.landing-google .reviews-grid__list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:0;
  padding:0;
  list-style:none;
}

.landing-google .reviews-grid__card{
  height:100%;
  padding:22px 20px;
  border-radius:var(--radius-lg);
  background:var(--surface);
  box-shadow:var(--shadow-sm);
}

.landing-google .reviews-grid__header{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.landing-google .reviews-grid__author{
  font-size:15px;
  font-weight:800;
  color:var(--ink);
}

.landing-google .reviews-grid__stars{
  font-size:14px;
  letter-spacing:.08em;
  color:#f59e0b;
}

.landing-google .reviews-grid__text{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:var(--text);
}

.landing-google .reviews-note{
  margin:16px 0 0;
  text-align:center;
  font-size:14px;
  line-height:1.7;
  color:var(--muted);
}

/* ============================================ how it works ================================================= */
.landing-google .how-it-works__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  list-style:none;
  margin:0;
  padding:0 20px;
  max-width:1180px;
  margin-inline:auto;
}

.landing-google .how-it-works__card{
  position:relative;
  padding:28px 22px 22px;
  border-radius:var(--radius-lg);
  background:var(--surface);
  box-shadow:var(--shadow-sm);
  text-align:left;
}

.landing-google .how-it-works__step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  margin-bottom:14px;
  border-radius:50%;
  background:var(--brand-soft);
  color:var(--brand);
  font-size:18px;
  font-weight:800;
}

.landing-google .how-it-works__card h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.3;
  font-weight:800;
  color:var(--ink);
}

.landing-google .how-it-works__card p{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:var(--text);
}

/* ============================================ features ================================================= */
.landing-google .c-features__list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:0;
  padding:0;
  list-style:none;
}

.landing-google .c-feature{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:24px 22px;
  border-radius:var(--radius-lg);
  background:var(--surface);
  box-shadow:var(--shadow-sm);
}

.landing-google .c-feature__icon{
  flex:0 0 auto;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:var(--brand-soft);
  font-size:22px;
}

.landing-google .c-feature__title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.3;
  font-weight:800;
  color:var(--ink);
}

.landing-google .c-feature__desc{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:var(--text);
}

/* ============================================ gallery ================================================= */
.landing-google .gallery__image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:5 / 6;
  object-fit:cover;
  vertical-align:top;
  transform:translateZ(0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

/* ============================================ faq ================================================= */
.landing-google .faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.landing-google .faq-item{
  border-radius:var(--radius-md);
  background:var(--surface);
  box-shadow:0 8px 18px rgba(18,33,63,.04);
}

.landing-google .faq-question{
  cursor:pointer;
  list-style:none;
  padding:20px 20px 18px;
  font-size:17px;
  line-height:1.45;
  font-weight:800;
  color:var(--ink);
}

.landing-google .faq-question::-webkit-details-marker{
  display:none;
}

.landing-google .faq-body{
  padding:0 20px 20px;
}

.landing-google .faq-text{
  font-size:15px;
  line-height:1.8;
  color:var(--text);
}

/* ============================================ bottom cta ================================================= */
.landing-google .cta-bottom__inner{
  max-width:860px;
  margin:0 auto;
  padding:36px 24px;
  text-align:center;
  border-radius:28px;
  background:linear-gradient(180deg,#fff9f4 0%,#ffffff 100%);
  box-shadow:var(--shadow-md);
}

.landing-google .cta-bottom__eyebrow{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--brand);
}

.landing-google .cta-bottom__title{
  margin:0;
  font-size:clamp(28px,3vw,42px);
  line-height:1.16;
  font-weight:800;
  color:var(--ink);
  text-wrap:balance;
}

.landing-google .cta-bottom__desc{
  max-width:700px;
  margin:14px auto 0;
  font-size:clamp(15px,1.4vw,18px);
  line-height:1.75;
  color:var(--text);
}

.landing-google .cta-bottom__note{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:16px auto 0;
  padding:10px 16px;
  border-radius:var(--radius-pill);
  border:1px solid #fde2cd;
  background:var(--brand-soft);
  font-size:15px;
  line-height:1.5;
  font-weight:700;
  color:#a84300;
}

.landing-google .cta-bottom__actions{
  margin-top:22px;
  display:flex;
  flex-direction:column;
  align-items:center;
}
/* 容器 */
.landing-google .cta-bottom__cities,
.landing-google .cta-bottom__states{
  margin-top:20px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.landing-google .cta-bottom__city,
.landing-google .cta-bottom__state{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid #caddf3;
  background:#f8fbff;
  color:#12213f;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.landing-google .cta-bottom__city:hover,
.landing-google .cta-bottom__city:focus-visible,
.landing-google .cta-bottom__state:hover,
.landing-google .cta-bottom__state:focus-visible{
  transform:translateY(-2px);
  border-color:#ffb37f;
  background:linear-gradient(180deg,#fffaf5 0%,#ffeddc 100%);
  color:#a84300;
  box-shadow:0 12px 24px rgba(255,90,0,.10);
  outline:none;
}

.landing-google .cta-bottom__city--featured,
.landing-google .cta-bottom__state--featured{
  border-color:#ffb37f;
  background:linear-gradient(180deg,#fff7f1 0%,#ffe8d8 100%);
  color:#a84300;
}

@media (max-width:767.98px){
  .landing-google .cta-bottom__cities,
  .landing-google .cta-bottom__states{
    gap:10px;
    margin-top:20px;
  }

  .landing-google .cta-bottom__city,
  .landing-google .cta-bottom__state{
    min-height:40px;
    padding:8px 12px;
    font-size:13px;
  }
}
/* ============================================ responsive ================================================= */
@media (max-width:991.98px){
  .landing-google .reviews-grid__list,
  .landing-google .how-it-works__grid,
  .landing-google .c-features__list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .landing-google .faq-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:767.98px){
  .landing-google .section-shell,
  .landing-google .reviews__container,
  .landing-google .faq-wrap,
  .landing-google .section__container{
    padding:0 6px;
  }

  .landing-google .hero{
    min-height:clamp(520px,74svh,700px);
  }

  .landing-google .hero .hero__overlay{
    padding:calc(38px + env(safe-area-inset-top,0px)) 14px 30px;
  }

  .landing-google .hero__logo{
    margin:2px 0 18px;
    font-size:clamp(36px,9vw,44px);
  }

  .landing-google .hero__logo-highlight{
    font-size:clamp(38px,9.4vw,48px);
  }

  .landing-google .hero .hero__title{
    font-size:clamp(32px,9vw,46px);
    line-height:1.04;
    margin:8px 0 18px;
  }

  .landing-google .hero__price{
    margin:0 0 20px;
  }

  .landing-google .hero .hero__min{
    display:block;
    width:fit-content;
    margin:0 auto;
    padding:9px 14px;
    font-size:15px;
    line-height:1.4;
    white-space:normal;
  }

  .landing-google .hero .hero__desc{
    margin:0 auto 18px;
    font-size:15px;
    line-height:1.68;
  }

  .landing-google .hero__location-boost,
  .landing-google .hero-urgency{
    font-size:14px;
    margin-top:8px;
  }

  .landing-google .hero .hero__cta{
    margin-top:26px;
  }

  .landing-google .btn--invert{
    width:100%;
    min-width:0;
    max-width:320px;
    min-height:48px;
    font-size:15px;
    padding:15px 40px;
  }

  .landing-google .intent__geo-group{
    padding:12px 14px 4px;
  }

  .landing-google .intent__geo-title{
    font-size:22px;
  }

  .landing-google .intent__location-select{
    gap:10px;
  }

  .landing-google .chip--state{
    width:100%;
    max-width:320px;
    min-width:0;
    min-height:48px;
  }

  .landing-google .intent.intent--geo,
  .landing-google .intent{
    padding:28px 14px 10px;
  }

  .landing-google .intent__container{
    padding:28px 16px 28px;
    border-radius:22px;
  }

  .landing-google .intent__title{
    font-size:clamp(28px,8.4vw,38px);
  }
  .landing-google .intent__city,
  .landing-google .intent__bridge,
  .landing-google .intent__lead{
    font-size:15px;
    line-height:1.66;
  }

  .landing-google .intent-pricing{
    padding:20px 16px 18px;
    border-radius:20px;
  }

  .landing-google .intent__actions .hw-btn,
  .landing-google .cta-bottom__actions .hw-btn{
    width:100%;
    min-width:0;
    max-width:320px;
  }

  .landing-google .cta-context{
    padding:4px 14px 18px;
  }

  .landing-google .carousel-gallery,
  .landing-google .reviews,
  .landing-google .how-it-works,
  .landing-google .section--why,
  .landing-google .gallery,
  .landing-google .faq-section,
  .landing-google .cta-bottom__container{
    padding:30px 0;
  }

  .landing-google .reviews-grid__list,
  .landing-google .how-it-works__grid,
  .landing-google .c-features__list{
    grid-template-columns:1fr;
    gap:14px;
    padding:0 14px;
  }

  .landing-google .reviews-grid__card,
  .landing-google .how-it-works__card,
  .landing-google .c-feature{
    padding:20px 16px;
    border-radius:20px;
  }

  .landing-google .faq-question{
    padding:18px 16px 16px;
    font-size:16px;
  }

  .landing-google .faq-body{
    padding:0 16px 18px;
  }

  .landing-google .cta-bottom__inner{
    margin:0 14px;
    padding:28px 16px;
    border-radius:22px;
  }

  .landing-google .cta-bottom__note,
  .landing-google .intent-trust{
    font-size:14px;
    padding:9px 14px;
  }
}
@media (max-width:767.98px){
  .landing-google .cta-bottom__actions .hw-btn{
    min-width:0;
    width:100%;
    max-width:320px;
  }
}
/* ============================================ gallery ================================================= */

.landing-google .gallery__track{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:1180px;
  margin:0 auto;
  padding:0px; 
  align-items:start;
}

.landing-google .gallery__item{
  margin:0;
  overflow:hidden;
  border-radius:4px;
  background:#fff;
  box-shadow:var(--card-shadow);
  transform:translateZ(0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

.landing-google .gallery__image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:5 / 6;
  object-fit:cover;
  vertical-align:top;
  transform:translateZ(0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

.landing-google .gallery__item:hover{
  transform:none;
  box-shadow:var(--card-shadow);
}

/* ============================================ responsive ================================================= */

@media (max-width:991.98px){
  .landing-google .gallery__track{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:767.98px){
  .landing-google .gallery__track{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}