
.anu-reviews-wrap{
  --gold:#c99a49;
  --gold2:#e8c77f;
  --ink:#07080a;
  --panel:#0d0f12;
  --panel2:#111318;
  --text:#ece8e1;
  --muted:#a7a098;
  --line:rgba(201,154,73,.22);
  max-width:980px;
  margin:20px auto;
  padding:clamp(10px,2vw,20px);
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
  box-sizing:border-box;
}
.anu-reviews-wrap *{box-sizing:border-box}

/* Compact top summary */
.anu-r-head{
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px 20px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#0d0f12,#08090b);
  border-radius:16px;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}
.anu-r-google{
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:conic-gradient(#4285f4 0 25%,#34a853 25% 50%,#fbbc05 50% 75%,#ea4335 75% 100%);
  padding:3px;
  box-shadow:0 8px 18px rgba(0,0,0,.25);
}
.anu-r-google span{
  width:100%;
  height:100%;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#0c0d10;
  color:#fff;
  font:bold 23px Arial,sans-serif;
}
.anu-r-head-copy{min-width:0}
.anu-kicker{
  margin-bottom:3px;
  color:#b89b69;
  font-size:9px;
  font-weight:800;
  letter-spacing:2.1px;
}
.anu-r-head h2{
  margin:0;
  color:#f2eadc;
  font:700 23px/1.2 Georgia,"Times New Roman",serif;
}
.anu-summary{
  margin-top:7px;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.anu-summary strong{font-size:16px;color:#fff}
.anu-stars{color:#f6b91b;letter-spacing:1.5px;font-size:15px}
.anu-summary small{color:#9e9890;font-size:11px}

/* Submit-review accordion */
.anu-submit-shell{
  margin:14px 0 16px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:linear-gradient(145deg,#0d0f12,#090a0c);
}
.anu-review-toggle{
  width:100%;
  border:0;
  background:transparent;
  color:#fff;
  padding:15px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  text-align:left;
  cursor:pointer;
}
.anu-review-toggle span{
  display:flex;
  align-items:center;
  font-size:14px;
  font-weight:800;
}
.anu-review-toggle b{
  width:28px;
  height:28px;
  margin-right:10px;
  border:1px solid rgba(201,154,73,.35);
  border-radius:8px;
  display:grid;
  place-items:center;
  color:var(--gold2);
  font-size:18px;
  font-weight:500;
}
.anu-review-toggle small{color:#938c83;font-size:10px}
.anu-review-toggle[aria-expanded="true"] b{transform:rotate(45deg)}
.anu-review-panel{
  border-top:1px solid var(--line);
  padding:18px;
  background:#090a0c;
}
.anu-review-form{margin:0}
.anu-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.anu-review-form label{display:block;margin:0 0 14px}
.anu-review-form label>span,
.anu-rating-field legend{
  display:block;
  margin-bottom:7px;
  color:#cfb47f;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
}
.anu-review-form input[type="text"],
.anu-review-form input[name="name"],
.anu-review-form textarea{
  width:100%;
  min-width:0;
  max-width:100%;
  border:1px solid #33363d;
  border-radius:10px;
  background:#111318;
  color:#fff;
  padding:12px 13px;
  outline:none;
  font:inherit;
}
.anu-review-form input:focus,
.anu-review-form textarea:focus{
  border-color:#9f7b43;
  box-shadow:0 0 0 2px rgba(201,154,73,.08);
}
.anu-review-form textarea{resize:vertical;min-height:120px}

/* Star selector - no clipped select box */
.anu-rating-field{
  min-width:0;
  margin:0 0 14px;
  padding:0;
  border:0;
}
.anu-star-input{
  direction:rtl;
  display:flex;
  justify-content:flex-end;
  gap:4px;
  width:max-content;
  max-width:100%;
  padding:8px 10px;
  border:1px solid #33363d;
  border-radius:10px;
  background:#111318;
}
.anu-star-input input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.anu-star-input label{
  margin:0!important;
  color:#555;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  transition:.15s ease;
}
.anu-star-input label:hover,
.anu-star-input label:hover ~ label,
.anu-star-input input:checked ~ label{
  color:#f6b91b;
  transform:translateY(-1px);
}
.anu-rating-note{
  margin-top:6px;
  color:#817a72;
  font-size:9px;
}
.anu-send{
  width:100%;
  border:1px solid #dfb768;
  border-radius:10px;
  padding:13px 16px;
  background:linear-gradient(135deg,#b47e2f,#dfb35d);
  color:#090a0b;
  font-weight:900;
  letter-spacing:.45px;
  cursor:pointer;
}
.anu-send:disabled{opacity:.6;cursor:not-allowed}
.anu-hp{position:absolute!important;left:-9999px!important}
.anu-form-msg{padding-top:10px;color:#d7c7a5;font-size:12px}

/* Review cards */
.anu-review-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.anu-review-card{
  padding:18px;
  border:1px solid rgba(201,154,73,.18);
  border-radius:14px;
  background:linear-gradient(145deg,#101216,#0a0b0e);
  box-shadow:0 12px 28px rgba(0,0,0,.15);
}
.anu-card-top{
  display:flex;
  align-items:center;
  gap:10px;
}
.anu-avatar{
  flex:0 0 40px;
  width:40px;
  height:40px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid #8f6e39;
  color:#d9b977;
  background:#0b0c0f;
  font:700 18px Georgia,serif;
}
.anu-who{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.anu-who strong{
  overflow:hidden;
  color:#f3eee6;
  font-size:13px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.anu-who span{
  margin-top:3px;
  color:#8e8881;
  font-size:10px;
}
.anu-verified{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:5px;
  color:#90877a;
  font-size:8px;
  white-space:nowrap;
}
.anu-mini-g{
  width:18px;
  height:18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:conic-gradient(#4285f4 0 25%,#34a853 25% 50%,#fbbc05 50% 75%,#ea4335 75% 100%);
  color:#fff;
  font:bold 10px Arial,sans-serif;
  box-shadow:inset 0 0 0 3px #101216;
}
.anu-rating{
  margin:12px 0 10px;
  color:#f6b91b;
  font-size:15px;
  letter-spacing:1px;
}
.anu-rating span{
  margin-left:7px;
  color:#8e8881;
  font-size:10px;
  letter-spacing:0;
}
.anu-review-text{
  color:#d0ccc6;
  font-size:13px;
  line-height:1.65;
}
.anu-review-text p{margin:0 0 10px}
.anu-review-text p:last-child{margin-bottom:0}

@media(max-width:720px){
  .anu-reviews-wrap{padding:8px}
  .anu-r-head{padding:15px 14px;gap:12px}
  .anu-r-google{width:42px;height:42px;flex-basis:42px}
  .anu-r-head h2{font-size:20px}
  .anu-kicker{font-size:8px;letter-spacing:1.6px}
  .anu-summary{gap:6px}
  .anu-summary small{font-size:9px}
  .anu-review-list{grid-template-columns:1fr}
  .anu-form-grid{grid-template-columns:1fr;gap:0}
  .anu-review-toggle{
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
  }
  .anu-review-toggle small{padding-left:38px}
  .anu-review-panel{padding:14px}
  .anu-review-card{padding:16px}
  .anu-verified span:last-child{display:none}
  .anu-star-input label{font-size:26px}
}

@media(max-width:380px){
  .anu-r-head{align-items:flex-start}
  .anu-r-google{width:38px;height:38px;flex-basis:38px}
  .anu-r-head h2{font-size:18px}
  .anu-review-toggle{padding:13px 14px}
  .anu-review-panel{padding:12px}
}
