/* T142 — Homepage only: direct Google review CTA replacing the public submit form. */
#home .guest-reviews-section .reviews-shell{
  grid-template-columns:minmax(0,1.14fr) minmax(330px,.86fr);
  gap:20px;
  align-items:stretch;
}

#home .google-review-cta{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:26px;
  border:1px solid rgba(220,181,82,.42);
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(236,194,91,.22), transparent 16rem),
    linear-gradient(145deg,rgba(10,31,51,.94),rgba(4,15,27,.91));
  box-shadow:0 22px 64px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.05);
}

#home .google-review-cta-glow{
  position:absolute;
  z-index:-1;
  width:230px;
  height:230px;
  inset:auto -85px -105px auto;
  border-radius:50%;
  background:rgba(212,175,55,.15);
  filter:blur(22px);
  pointer-events:none;
}

#home .google-review-cta-head{
  display:flex;
  align-items:center;
  gap:15px;
}

#home .google-review-mark{
  display:grid;
  place-items:center;
  flex:0 0 62px;
  width:62px;
  height:62px;
  border-radius:20px;
  border:1px solid rgba(240,204,111,.42);
  background:linear-gradient(145deg,rgba(239,199,94,.24),rgba(255,255,255,.05));
  color:#f2cd72;
  font:900 2.05rem/1 Arial,sans-serif;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 28px rgba(0,0,0,.18);
}

#home .google-review-kicker{
  display:block;
  margin-bottom:4px;
  color:#d9b95e;
  font-size:.88rem;
  font-weight:900;
}

#home .google-review-cta h3{
  margin:0;
  color:#fff5dc;
  font-size:clamp(1.28rem,2.1vw,1.65rem);
  line-height:1.55;
}

#home .google-review-stars{
  margin:21px 0 11px;
  color:#efc85f;
  font-size:1.55rem;
  letter-spacing:5px;
  direction:ltr;
  text-align:start;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));
}

#home .google-review-cta>p{
  margin:0;
  color:#ded2bb;
  line-height:1.9;
  font-size:1rem;
}

#home .google-review-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  width:100%;
  margin-top:auto;
  padding:15px 18px;
  border:1px solid rgba(255,222,135,.62);
  border-radius:999px;
  background:linear-gradient(135deg,#f1d078,#bd8d28);
  color:#071525;
  font-weight:900;
  box-shadow:0 15px 36px rgba(185,132,28,.23),inset 0 1px 0 rgba(255,255,255,.42);
  transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
}

#home .google-review-button:hover,
#home .google-review-button:focus-visible{
  transform:translateY(-2px);
  filter:brightness(1.05);
  box-shadow:0 19px 42px rgba(185,132,28,.30),inset 0 1px 0 rgba(255,255,255,.48);
}

#home .google-review-button:focus-visible{
  outline:3px solid rgba(255,235,180,.38);
  outline-offset:3px;
}

#home .google-review-button-icon{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:9px;
  background:rgba(7,21,37,.10);
  font:900 1.15rem/1 Arial,sans-serif;
}

#home .google-review-button svg{
  width:20px;
  height:20px;
  margin-inline-start:auto;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

html[dir="rtl"] #home .google-review-button svg{transform:scaleX(-1)}

#home .google-review-note{
  display:block;
  margin-top:11px;
  color:rgba(231,220,199,.72);
  text-align:center;
  line-height:1.65;
}

@media(max-width:900px){
  #home .guest-reviews-section .reviews-shell{
    grid-template-columns:1fr;
  }
  #home .google-review-cta{order:-1;min-height:auto}
  #home .google-review-button{margin-top:22px}
}

@media(max-width:560px){
  #home .google-review-cta{
    padding:20px;
    border-radius:23px;
  }
  #home .google-review-mark{
    flex-basis:54px;
    width:54px;
    height:54px;
    border-radius:17px;
    font-size:1.75rem;
  }
  #home .google-review-cta h3{font-size:1.18rem}
  #home .google-review-stars{margin-top:17px;font-size:1.35rem;letter-spacing:4px}
  #home .google-review-button{padding:14px 16px;font-size:.97rem}
}
