.google-review-section {
  padding: 46px 4vw;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 30%, rgba(244, 201, 93, 0.16), transparent 24%),
    linear-gradient(120deg, #050505, #101010 58%, #050505);
}

.review-panel {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(213, 163, 42, 0.48);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 34%),
    linear-gradient(180deg, #111, #070707);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
}

.review-copy h2 {
  margin: 0 0 14px;
  color: var(--gold2);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  text-align: left;
  text-transform: uppercase;
}

.review-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.review-action {
  display: grid;
  gap: 14px;
  justify-items: stretch;
  padding: 22px;
  border: 1px solid rgba(244, 201, 93, 0.32);
  border-radius: 14px;
  background: rgba(5, 5, 5, 0.58);
}

.google-stars {
  color: var(--gold2);
  font-size: clamp(32px, 5vw, 54px);
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 26px rgba(244, 201, 93, 0.32);
}

.review-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #050505;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold2), #9f6c0b);
  font-size: 18px;
  font-weight: 1000;
  text-align: center;
  text-transform: uppercase;
}

.review-button:hover,
.review-button:focus-visible {
  box-shadow: 0 0 34px rgba(244, 201, 93, 0.42);
}

.review-action small {
  color: var(--muted);
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 820px) {
  .review-panel {
    grid-template-columns: 1fr;
  }
}
