/* Han Reviews - temel stiller */
.hnr-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hnr-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.hnr-top{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.hnr-avatar{width:72px;aspect-ratio:1/1;height:auto;flex:0 0 auto;border-radius:9999px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#f7f7f7}
.hnr-avatar-img{width:100%;height:100%;object-fit:cover;display:block}
.hnr-name{font-weight:700}
.hnr-service{font-size:.9rem;opacity:.8}
.hnr-stars{line-height:1;margin:8px 0 10px}
.hnr-stars .star{font-size:18px;color:#c7c7c7;margin-right:2px}
.hnr-stars .star.filled{color:#f8b84e}
.hnr-content{font-size:1rem;line-height:1.6;color:#222}
.hnr-date{display:block;margin-top:10px;font-size:.85rem;opacity:.7}

/* Karusel (custom, scroll-snap) */
.hnr-carousel{position:relative}
.hnr-track{display:flex;gap:16px;scroll-snap-type:x mandatory;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px}
.hnr-slide{flex:0 0 100%;scroll-snap-align:start}
@media (min-width:640px){.hnr-slide{flex-basis:50%}}
@media (min-width:1024px){.hnr-slide{flex-basis:33.3333%}}
.hnr-prev,.hnr-next{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;border-radius:9999px;background:#111;color:#fff;opacity:.85;cursor:pointer;display:flex;align-items:center;justify-content:center}
.hnr-prev{left:4px}.hnr-next{right:4px}
.hnr-dots{display:flex;gap:6px;justify-content:center;margin-top:8px}
.hnr-dots button{width:8px;height:8px;border-radius:9999px;border:none;background:#c7c7c7;opacity:.7;cursor:pointer}
.hnr-dots button.is-active{opacity:1;background:#111}

/* Mobil uyum */
@media (max-width: 1024px){.hnr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.hnr-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}

/* Form (tek satır mümkün olduğunca) */
.hnr-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:12px 0}
.hnr-form input[type="text"],.hnr-form input[type="date"],.hnr-form select{height:40px;padding:0 10px;border:1px solid rgba(0,0,0,.14);border-radius:8px}
.hnr-form input[type="file"]{height:40px;padding:6px 8px;border:1px solid rgba(0,0,0,.14);border-radius:8px;background:#fff}
.hnr-form button{height:40px;padding:0 14px;border:none;border-radius:8px;background:#111;color:#fff;cursor:pointer}
.hnr-form-result{margin-top:6px;font-size:.95rem}
@media (max-width:640px){.hnr-form{flex-direction:column;align-items:stretch}.hnr-form>*{width:100%}}

/* Yorum içi resimler: sabit genişlik + responsive sınır */
.hnr-card .hnr-content img{width:var(--hnr-content-img-w,320px);max-width:100%;height:auto;display:block;margin:8px 0;border-radius:8px}

/* Yorum içi resimler: sabit yükseklik + kırpma */
.hnr-card .hnr-content img{display:block;width:100%;max-width:100%;height:var(--hnr-content-img-h,230px);object-fit:cover;object-position:center;border-radius:12px;margin:10px 0}
