.luree-reviews{padding:48px 0;background:#fff;overflow:hidden}
.luree-reviews__header{text-align:center;margin-bottom:32px;padding:0 16px}
.luree-reviews__title{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#1a1410;margin:0 0 14px}
@media screen and (min-width:750px){.luree-reviews__title{font-size:42px}}
.luree-reviews__rating{display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;color:#1a1410;margin:0 0 10px;font-weight:700}
.luree-reviews__subtitle{font-size:14px;color:#1a1410;margin:0;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.luree-stars{display:inline-flex;gap:3px;line-height:1}
.luree-stars__tile{width:19px;height:19px;border-radius:3px;background:#00b67a;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;line-height:1}
.luree-stars__tile.is-empty{background:#dcdce6}
.luree-reviews__rating .luree-stars__tile{width:22px;height:22px;font-size:14px}
.luree-reviews__carousel{position:relative;max-width:1200px;margin:0 auto}
.luree-reviews__viewport{overflow:hidden;padding:20px 0}
.luree-reviews__track{display:flex;transition:transform .4s ease}
.luree-reviews__card{flex:0 0 100%;box-sizing:border-box;padding:0 8px;transition:transform .4s ease,opacity .4s ease;transform:scale(1);opacity:1}
@media screen and (min-width:750px){
.luree-reviews__card{flex:0 0 33.333%;transform:scale(.95);opacity:.6}
.luree-reviews__card.is-active{transform:scale(1);opacity:1;z-index:2;position:relative}
}
.luree-reviews__card-inner{background:#fff;border:1px solid #e7e7e7;border-radius:10px;padding:28px 24px;box-shadow:0 2px 14px rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column;align-items:center;text-align:center}
.luree-reviews__avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;margin:0 0 16px;border:3px solid #fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.luree-reviews__avatar--initial{display:flex;align-items:center;justify-content:center;background:var(--av-bg,#b08d6a);color:#fff;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:36px;line-height:1}
.luree-reviews__card .luree-stars{margin-bottom:10px}
.luree-reviews__verified{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#00b67a;letter-spacing:.02em;margin:0 0 14px}
.luree-reviews__verified::before{content:"";width:14px;height:14px;border-radius:50%;flex-shrink:0;background:#00b67a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 12.3l2.6 2.6L16 9.4' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px 14px no-repeat}
.luree-reviews__card-text{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:14px;color:#333;line-height:1.7;margin:0 0 16px}
.luree-reviews__card-text strong{display:block;color:#1a1410;font-weight:700;margin-bottom:6px}
.luree-reviews__card-name{font-size:14px;font-weight:700;color:#1a1410;margin:0 0 3px}
.luree-reviews__card-date{font-size:12px;color:#999;margin:0}
.luree-reviews__dots{display:flex;justify-content:center;align-items:center;gap:7px;margin:4px 0 8px;flex-wrap:wrap;padding:0 16px}
.luree-reviews__dot{width:8px;height:8px;border-radius:50%;background:#d5d5d5;border:none;padding:0;cursor:pointer;transition:background .2s,transform .2s}
.luree-reviews__dot.is-active{background:#1a1410;transform:scale(1.25)}
.luree-reviews__form-wrap{max-width:520px;margin:0 auto;padding:0 16px 48px}
.luree-reviews__form-title{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700;color:#1a1410;margin:0 0 20px;text-align:center}
.luree-reviews__form-group{margin-bottom:14px}
.luree-reviews__form-group input,.luree-reviews__form-group textarea{width:100%;box-sizing:border-box;border:1px solid #d6cdc4;border-radius:4px;padding:12px 14px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1a1410;background:#fff;outline:none;transition:border-color .2s}
.luree-reviews__form-group input:focus,.luree-reviews__form-group textarea:focus{border-color:#1a1410}
.luree-reviews__form-group textarea{resize:vertical;min-height:100px}
.luree-reviews__form-stars{display:flex;gap:6px;margin-bottom:16px;justify-content:center}
.luree-reviews__form-star{width:30px;height:30px;border-radius:5px;background:#dcdce6;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:18px;line-height:1;cursor:pointer;transition:background .15s}
.luree-reviews__form-star.selected{background:#00b67a}
.luree-reviews__form-btn{width:100%;background:#1a1410;color:#fff;border:none;border-radius:4px;padding:14px;font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s}
.luree-reviews__form-btn:hover{background:#333}
.luree-reviews__form-success{display:none;text-align:center;color:#1a1410;font-size:14px;padding:12px;background:#eaf4ea;border-radius:4px;margin-top:12px}
