
/* Luz Marbella - Reseñas y FAQ (neutral, sin rosa) */
.lmrf-wrap{max-width:100%; margin:26px 0 10px;}
.lmrf-block{border:1px solid rgba(0,0,0,.08); border-radius:16px; padding:18px 16px; background:#fff; box-shadow:0 6px 18px rgba(0,0,0,.04); margin:18px 0;}
.lmrf-head{display:flex; flex-direction:column; gap:4px; margin-bottom:12px;}
.lmrf-title{font-size:22px; line-height:1.15; margin:0;}
.lmrf-sub{font-size:14px; color:rgba(0,0,0,.65);}

/* Reviews carousel */
.lmrf-carousel{display:flex; gap:14px; overflow:auto; padding:6px 2px 10px; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;}
.lmrf-carousel::-webkit-scrollbar{height:8px;}
.lmrf-carousel::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15); border-radius:99px;}
.lmrf-card{flex:0 0 320px; scroll-snap-align:start; border:1px solid rgba(0,0,0,.08); border-radius:16px; padding:14px; background:#fff;}
@media (max-width: 820px){
  .lmrf-card{flex-basis:78%;}
}
@media (max-width: 420px){
  .lmrf-card{flex-basis:86%;}
}
.lmrf-img{border-radius:14px; overflow:hidden; height:210px; background:rgba(0,0,0,.04); margin-bottom:10px;}
.lmrf-img img{width:100%; height:100%; object-fit:cover; display:block;}
.lmrf-img--empty{display:block;}
.lmrf-stars{font-size:14px; letter-spacing:1px; margin:4px 0 10px;}
.lmrf-star{color:rgba(0,0,0,.18);}
.lmrf-star--on{color:rgba(0,0,0,.78);}
.lmrf-text{font-size:14px; color:rgba(0,0,0,.78); line-height:1.55; min-height:74px;}
.lmrf-name{margin-top:10px; font-weight:600; font-size:13px; color:rgba(0,0,0,.72);}

.lmrf-controls{display:flex; justify-content:flex-end; gap:10px; margin-top:10px;}
.lmrf-btn{border:1px solid rgba(0,0,0,.15); background:#fff; border-radius:12px; width:42px; height:38px; cursor:pointer; font-size:22px; line-height:1; color:rgba(0,0,0,.7);}
.lmrf-btn:hover{background:rgba(0,0,0,.03);}

/* FAQ accordion */
.lmrf-accordion{display:flex; flex-direction:column; gap:10px;}
.lmrf-acc-item{border:1px solid rgba(0,0,0,.08); border-radius:14px; overflow:hidden; background:#fff;}
.lmrf-acc-q{width:100%; text-align:left; display:flex; justify-content:space-between; align-items:center; gap:12px; padding:14px 14px; border:0; background:#fff; cursor:pointer; font-weight:600; font-size:15px; color:rgba(0,0,0,.86);}
.lmrf-acc-q:hover{background:rgba(0,0,0,.02);}
.lmrf-acc-ico{font-size:18px; width:22px; height:22px; display:flex; align-items:center; justify-content:center; border-radius:8px; border:1px solid rgba(0,0,0,.12); color:rgba(0,0,0,.65);}
.lmrf-acc-a{padding:0 14px 14px; color:rgba(0,0,0,.78); font-size:14px; line-height:1.55;}
.lmrf-acc-a p{margin:10px 0 0;}
.lmrf-acc-a ul{margin:10px 0 0 18px;}
.lmrf-acc-a li{margin:6px 0;}
.lmrf-empty{color:rgba(0,0,0,.7); padding:10px; font-size:14px;}
