.reviews-page{
  background:var(--bg);
  color:var(--text);
}
.reviews-shell{
  width:min(1200px, 100% - 32px);
  margin:0 auto;
  padding:clamp(20px,5vw,40px) 0;
}
.reviews-hero{
  padding:clamp(16px,4vw,32px) 0 clamp(12px,4vw,28px);
  background:radial-gradient(circle at 20% 20%, rgba(12,122,67,.18), transparent 40%),
             radial-gradient(circle at 80% 0%, rgba(18,34,56,.25), transparent 42%);
}
.reviews-hero__card{
  display:grid;
  grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr);
  gap:clamp(18px,4vw,32px);
  align-items:center;
  background:color-mix(in oklab, var(--surface) 85%, transparent);
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.08)) 70%, transparent);
  border-radius:28px;
  padding:clamp(20px,5vw,32px);
  box-shadow:0 24px 50px rgba(0,0,0,.16);
  backdrop-filter:saturate(120%) blur(10px);
}
html[data-theme='dark'] .reviews-hero__card{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 88%, transparent);
  border-color:rgba(255,255,255,.08);
  box-shadow:0 26px 60px rgba(0,0,0,.65);
}
.reviews-hero__title{
  margin:0 0 10px;
  font-size:clamp(28px,4.5vw,42px);
  line-height:1.2;
}
.reviews-hero__lead{
  margin:0 0 14px;
  color:var(--muted, #5b6472);
  font-size:clamp(15px,2vw,17px);
  line-height:1.7;
}
.reviews-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.reviews-hero__actions .btn{
  min-width:180px;
  border-radius:14px;
}
.reviews-hero__pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:color-mix(in srgb, var(--surface-2, #fff) 80%, transparent);
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.1)) 70%, transparent);
  font-size:13px;
  color:var(--text);
}
.reviews-hero__metrics{
  display:grid;
  gap:10px;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}
.reviews-hero__metric{
  padding:12px 14px;
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.1)) 70%, transparent);
  border-radius:18px;
  background:color-mix(in srgb, var(--surface-2, #fff) 86%, transparent);
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}
.reviews-hero__metric strong{
  display:block;
  font-size:22px;
  margin-bottom:4px;
}
.reviews-hero__metric span{
  color:var(--muted, #5b6472);
  font-size:13px;
}
html[data-theme='dark'] .reviews-hero__metric{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 90%, transparent);
  border-color:rgba(255,255,255,.1);
  box-shadow:0 14px 32px rgba(0,0,0,.6);
}

.reviews-section{
  margin-top:clamp(18px,4vw,32px);
}
.reviews-section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.reviews-section__title{
  margin:0;
  font-size:clamp(22px,3vw,30px);
}
.reviews-section__note{
  margin:4px 0 0;
  color:var(--muted, #5b6472);
}

.reviews-tabs{
  margin-top:clamp(12px,3vw,20px);
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.reviews-tab{
  padding:10px 16px;
  border-radius:12px;
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.1)) 70%, transparent);
  background:color-mix(in srgb, var(--surface, #fff) 88%, transparent);
  cursor:pointer;
  font-weight:600;
  color:var(--text);
  transition:all .2s ease;
}
.reviews-tab.is-active{
  background:var(--accent, #0c7a43);
  color:#fff;
  border-color:var(--accent, #0c7a43);
  box-shadow:0 10px 25px rgba(12,122,67,.35);
}
html[data-theme='dark'] .reviews-tab{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 90%, transparent);
  border-color:rgba(255,255,255,.1);
}

.reviews-block{
  margin-top:clamp(16px,4vw,28px);
  padding:clamp(18px,4vw,26px);
  border-radius:24px;
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.08)) 70%, transparent);
  background:color-mix(in srgb, var(--surface-2, #fff) 92%, transparent);
  box-shadow:0 18px 38px rgba(0,0,0,.1);
}
html[data-theme='dark'] .reviews-block{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 90%, transparent);
  border-color:rgba(255,255,255,.08);
  box-shadow:0 18px 36px rgba(0,0,0,.6);
}

.reviews-grid{
  display:grid;
  gap:clamp(12px,3vw,18px);
  grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
  margin-top:clamp(12px,3vw,18px);
}
.reviews-grid .reviews-card{
  flex:1 1 auto;
  width:100%;
  min-height:0;
}
.reviews-photo-card{
  display:grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  gap:clamp(14px,3vw,18px);
  align-items:stretch;
  padding:clamp(14px,3vw,18px);
}
.reviews-photo-card .reviews-card__media{
  width:100%;
  height:100%;
  min-height:240px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 32px rgba(0,0,0,.12);
}
.reviews-photo-card .reviews-card__media-content{
  border-radius:12px;
  display:block;
  width:100%;
  height:100%;
}
.reviews-photo-card .reviews-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.reviews-photo-card .reviews-card__body{
  display:flex;
  flex-direction:column;
  gap:10px;
}
@media (max-width:900px){
  .reviews-photo-card{
    grid-template-columns:1fr;
  }
  .reviews-photo-card .reviews-card__media{
    min-height:200px;
  }
}
.reviews-video-carousel{
  margin-top:clamp(12px,4vw,20px);
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  align-items:center;
}
.reviews-video-viewport{
  overflow:hidden;
}
.reviews-video-track{
  --video-gap:clamp(14px,3vw,22px);
  --video-slots:3;
  display:flex;
  gap:var(--video-gap);
  padding:4px;
  will-change:transform;
  transition:transform .35s ease;
}
.reviews-video-bubble{
  border:none;
  background:none;
  padding:0;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  flex:0 0 calc((100% - (var(--video-slots,3) - 1) * var(--video-gap,16px)) / var(--video-slots,3));
  min-width:clamp(150px,28vw,220px);
}
.reviews-video-bubble__media{
  width:clamp(150px,24vw,210px);
  height:clamp(150px,24vw,210px);
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.1)) 70%, transparent);
  box-shadow:0 18px 36px rgba(0,0,0,.12), inset 0 8px 20px rgba(255,255,255,.25);
  background:color-mix(in srgb, var(--surface-2, #fff) 90%, transparent);
}
.reviews-video-bubble video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:50%;
}
.reviews-video-bubble__play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  color:#fff;
  background:radial-gradient(circle, rgba(8,102,61,.4), rgba(8,102,61,.08));
  pointer-events:none;
  transition:opacity .2s ease;
}
.reviews-video-bubble.is-playing .reviews-video-bubble__play{opacity:0;}
.reviews-video-nav{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.12)) 70%, transparent);
  background:color-mix(in srgb, var(--surface-2, #fff) 92%, transparent);
  box-shadow:0 10px 20px rgba(0,0,0,.12);
  cursor:pointer;
  font-size:20px;
}
.reviews-video-bubble__caption{
  display:block;
  text-align:center;
  font-weight:600;
  font-size:13px;
  color:var(--text);
}
html[data-theme='dark'] .reviews-video-bubble__caption{
  color:var(--muted, #cbd5e1);
}
html[data-theme='dark'] .reviews-video-bubble__media{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 90%, transparent);
  border-color:rgba(255,255,255,.08);
  box-shadow:0 18px 36px rgba(0,0,0,.6), inset 0 8px 20px rgba(255,255,255,.12);
}
html[data-theme='dark'] .reviews-video-nav{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 92%, transparent);
  border-color:rgba(255,255,255,.12);
  color:#f8fafc;
}
.reviews-slider{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:10px;
  align-items:center;
}
.reviews-slider__viewport{
  overflow:hidden;
}
.reviews-slider__track{
  display:flex;
  gap:clamp(14px,3vw,18px);
  transition:transform .35s ease;
  will-change:transform;
  --slider-slots:3;
}
.reviews-slider__track > *{
  flex:0 0 calc((100% - (var(--slider-slots,3) - 1) * clamp(14px,3vw,18px)) / var(--slider-slots,3));
}
.reviews-slider__nav{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.12)) 70%, transparent);
  background:color-mix(in srgb, var(--surface-2, #fff) 92%, transparent);
  box-shadow:0 10px 20px rgba(0,0,0,.12);
  cursor:pointer;
  font-size:20px;
}
html[data-theme='dark'] .reviews-slider__nav{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 92%, transparent);
  border-color:rgba(255,255,255,.12);
  color:#f8fafc;
}
.reviews-card__meta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:var(--muted, #5b6472);
}
.review-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  background:color-mix(in srgb, var(--surface-2, #f8fafc) 85%, transparent);
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.1)) 70%, transparent);
}
.review-badge--credit{ color:#0c7a43; border-color:color-mix(in srgb, #0c7a43 35%, transparent); }
.review-badge--cash{ color:#0d7da8; border-color:color-mix(in srgb, #0d7da8 30%, transparent); }
.review-badge--trade{ color:#c26b0a; border-color:color-mix(in srgb, #c26b0a 35%, transparent); }
html[data-theme='dark'] .review-badge{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 90%, transparent);
  border-color:rgba(255,255,255,.12);
  color:var(--text);
}

.review-text-card{
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.08)) 70%, transparent);
  background:color-mix(in srgb, var(--surface, #fff) 88%, transparent);
  box-shadow:0 18px 36px rgba(0,0,0,.12);
  border-radius:20px;
  padding:clamp(16px,3vw,22px);
  display:flex;
  flex-direction:column;
  gap:12px;
  height:100%;
}
.review-text-card__head{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.review-text-card__title{
  margin:0;
  font-weight:700;
}
.review-text-card__city{
  color:var(--muted, #5b6472);
  font-size:14px;
}
.review-text-card__text{
  margin:8px 0 0;
  color:var(--text);
  line-height:1.7;
  flex:1;
}
html[data-theme='dark'] .review-text-card{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 90%, transparent);
  border-color:rgba(255,255,255,.08);
  box-shadow:0 18px 40px rgba(0,0,0,.65);
}

.reviews-photo-card{
  display:grid;
  grid-template-columns:minmax(90px,120px) 1fr;
  gap:12px;
  align-items:center;
}
@media (max-width:720px){
  .reviews-hero__card{ grid-template-columns:1fr; }
  .reviews-photo-card{ grid-template-columns:1fr; }
  .reviews-hero__actions{ flex-direction:column; align-items:stretch; }
  .reviews-hero__actions .btn{ width:100%; }
  .reviews-tabs{ width:100%; }
  .reviews-tab{ flex:1 1 auto; text-align:center; }
}

.reviews-form{
  margin-top:clamp(20px,4vw,32px);
  padding:clamp(18px,4vw,26px);
  border-radius:22px;
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.08)) 70%, transparent);
  background:color-mix(in srgb, var(--surface, #fff) 90%, transparent);
  box-shadow:0 18px 32px rgba(0,0,0,.12);
}
html[data-theme='dark'] .reviews-form{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 90%, transparent);
  border-color:rgba(255,255,255,.1);
  box-shadow:0 20px 42px rgba(0,0,0,.65);
}
.reviews-form__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:12px;
  margin-top:12px;
}
.reviews-form .f textarea{
  resize:vertical;
  min-height:96px;
}
.reviews-form__actions{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.reviews-form__actions .btn{
  border-radius:14px;
}

.reviews-faq{
  margin-top:clamp(20px,4vw,32px);
  display:grid;
  gap:10px;
}
.reviews-faq__item{
  border:1px solid color-mix(in srgb, var(--line, rgba(0,0,0,.08)) 70%, transparent);
  border-radius:16px;
  background:color-mix(in srgb, var(--surface-2, #fff) 92%, transparent);
  box-shadow:0 12px 24px rgba(0,0,0,.08);
  overflow:hidden;
}
.reviews-faq__question{
  width:100%;
  padding:14px 16px;
  background:none;
  border:none;
  text-align:left;
  font-weight:700;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.reviews-faq__answer{
  padding:0 16px 16px;
  color:var(--muted, #5b6472);
  line-height:1.6;
}
.reviews-faq__chevron{
  transition:transform .2s ease;
}
.reviews-faq__item.is-open .reviews-faq__chevron{
  transform:rotate(90deg);
}
html[data-theme='dark'] .reviews-faq__item{
  background:color-mix(in oklab, var(--surface-2, #0f1316) 90%, transparent);
  border-color:rgba(255,255,255,.08);
  box-shadow:0 14px 30px rgba(0,0,0,.6);
}

.review-link-inline{
  color:var(--accent, #0c7a43);
  font-weight:600;
}

.review-video-modal__card{
  width:min(720px, 94vw);
}
.review-video-modal__player{
  width:100%;
  border-radius:16px;
  background:#000;
}
.review-video-modal__title{
  margin:0 0 10px;
}

.reviews-note{
  font-size:14px;
  color:var(--muted, #5b6472);
}
