/* =========================================
   Reviews Page Styles
   ========================================= */

/* Hero */
.reviews-hero {
  position: relative;
  min-height: 380px;
  background: radial-gradient(circle at 70% 50%, rgba(245,158,11,0.35), transparent 45%),
              linear-gradient(135deg, #0a4a24 0%, #0d5c2f 50%, #1a7a40 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.reviews-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 80%, rgba(11,107,58,0.4), transparent 50%);
  z-index: 0;
}

.reviews-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}

.reviews-hero-left h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 900;
  color: white;
  margin: 0 0 16px;
  line-height: 1.2;
}

.reviews-hero-left p {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 28px;
  line-height: 1.7;
}

.trust-badges {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.trust-badge {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  line-height: 1.4;
}

.trust-badge svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.reviews-hero-right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 280px;
}

.hero-stars {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 28px;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.reviews-hero-img {
  width: 100%;
  max-width: 420px;
  height: 280px;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
}

.hero-brand-tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(10px);
  color: white;
  font-weight: 800;
  font-size: 15px;
  padding: 10px 16px;
  border-radius: 12px;
  line-height: 1.4;
  text-align: center;
}

/* Stats */
.reviews-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.reviews-stat-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0,0,0,0.07);
  transition: transform 0.3s, box-shadow 0.3s;
}

.reviews-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(11,107,58,0.12);
}

.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
}

.stat-icon.green {
  background: linear-gradient(135deg, var(--green), #2f915d);
  color: white;
}

.stat-icon.amber {
  background: linear-gradient(135deg, var(--orange), var(--amber));
  color: white;
}

.stat-number {
  font-size: 28px;
  font-weight: 900;
  color: var(--deep);
  line-height: 1.1;
  margin-bottom: 6px;
}

.stat-number span {
  font-size: 20px;
  color: var(--green);
}

.stat-label {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 4px;
}

.stat-stars {
  font-size: 18px;
  margin-top: 6px;
}

/* Review Cards */
.reviews-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-full-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.review-full-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(11,107,58,0.12);
}

.reviewer-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), #2f915d);
  color: white;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.reviewer-top div:nth-child(2) {
  flex: 1;
}

.reviewer-top strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--deep);
}

.reviewer-top span {
  font-size: 13px;
  color: var(--muted);
}

.quote-badge {
  font-size: 48px;
  line-height: 1;
  color: var(--orange);
  font-weight: 900;
  margin-left: auto;
  align-self: flex-start;
}

.review-stars {
  font-size: 16px;
  margin-bottom: 10px;
}

.review-full-card p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.7;
  margin: 0;
}

/* Customer Types */
.customer-types {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.customer-type {
  text-align: center;
  padding: 24px 12px;
  background: white;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.customer-type:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(11,107,58,0.12);
}

.ct-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--mint);
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
}

.customer-type span {
  font-size: 15px;
  font-weight: 700;
  color: var(--deep);
}

/* Reviews CTA */
.reviews-cta {
  background: radial-gradient(circle at 70% 50%, rgba(245,158,11,0.4), transparent 45%),
              linear-gradient(135deg, #0a4a24 0%, #0d5c2f 50%, #1a7a40 100%);
  padding: 0;
  overflow: hidden;
  margin-top: 58px;
}

.reviews-cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 40px;
  min-height: 280px;
}

.reviews-cta-left h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  color: white;
  margin: 0 0 12px;
  line-height: 1.3;
}

.reviews-cta-left p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  margin: 0;
}

.reviews-cta-right {
  position: relative;
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.cta-map {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 140px;
  opacity: 0.7;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.cta-truck {
  position: relative;
  z-index: 2;
  width: 200px;
  filter: drop-shadow(0 15px 25px rgba(0,0,0,0.4));
}

/* Footer (reuse from custom.css) */
.site-footer {
  background: linear-gradient(180deg, #102118 0%, #06180f 100%);
  color: rgba(255,255,255,0.7);
  padding: 80px 0 0;
  font-size: 15px;
}
.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 40px;
}
.footer-logo { color: white; font-size: 26px; font-weight: 900; display: inline-block; margin-bottom: 20px; }
.footer-desc { line-height: 1.8; margin: 0; }
.footer-heading { color: white; font-size: 20px; margin: 0 0 28px; font-weight: 800; }
.links-col ul { list-style: none; padding: 0; margin: 0; }
.links-col li { margin-bottom: 18px; }
.links-col a { color: rgba(255,255,255,0.7); transition: color 0.2s; font-weight: 500; }
.links-col a:hover { color: white; }
.contact-list { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; align-items: center; gap: 18px; color: inherit; transition: transform 0.2s; }
.contact-item:hover { color: white; transform: translateX(5px); }
.icon-circle { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.08); display: grid; place-items: center; flex-shrink: 0; color: rgba(255,255,255,0.9); }
.icon-circle.phone { background: rgba(255,255,255,0.15); }
.icon-circle.line { background: #00B900; color: white; }
.contact-info { display: flex; flex-direction: column; }
.contact-info strong { color: white; font-size: 17px; font-weight: 800; }
.contact-info span { font-size: 14px; margin-top: 4px; color: rgba(255,255,255,0.6); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 20px; text-align: center; color: rgba(255,255,255,0.4); font-size: 14px; }

/* Responsive */
@media (max-width: 1080px) {
  .customer-types { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .reviews-hero-inner { grid-template-columns: 1fr; }
  .reviews-hero-right { display: none; }
  .reviews-stats { grid-template-columns: repeat(2, 1fr); }
  .reviews-cards-grid { grid-template-columns: 1fr 1fr; }
  .customer-types { grid-template-columns: repeat(3, 1fr); }
  .reviews-cta-inner { grid-template-columns: 1fr; }
  .reviews-cta-right { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .reviews-stats { grid-template-columns: 1fr 1fr; }
  .reviews-cards-grid { grid-template-columns: 1fr; }
  .customer-types { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 50px; }
}
