/* Ufuk İklimi — yorumlar.php */
.yorumlar-page{ background:var(--cream); }
.yorumlar-list{ display:grid; gap:1.2rem; }
.yorum-card{ position:relative; background:var(--cream-soft); border:1px solid var(--line-soft); padding:1.8rem; }
.yorum-card p{ margin:0; color:var(--ink); line-height:1.75; }
.yorum-quote{ color:var(--gold); font-size:1.4rem; margin-bottom:.7rem; }
.yorum-author{ border-top:1px solid var(--line-soft); margin-top:1.2rem; padding-top:1rem; display:flex; flex-direction:column; gap:.2rem; }
.yorum-author strong{ font-family:'Cormorant Garamond',serif; font-size:1.25rem; color:var(--navy); line-height:1.1; }
.yorum-author span{ color:var(--muted); font-size:.9rem; }
.yorum-form-panel{ position:sticky; top:110px; background:var(--navy); color:var(--cream); padding:2rem; }
.yorum-form-panel h2{ font-family:'Cormorant Garamond',serif; font-size:2rem; color:var(--cream); margin:.4rem 0 1.3rem; }
.yorum-form-panel label{ font-family:'Cinzel',serif; font-size:.66rem; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-light); margin-bottom:.4rem; display:block; }
.yorum-form-panel .form-control{ border:1px solid rgba(245,239,225,.22); background:rgba(255,255,255,.06); color:var(--cream); margin-bottom:1rem; }
.yorum-form-panel .form-control:focus{ border-color:var(--gold); box-shadow:none; background:rgba(255,255,255,.08); color:var(--cream); }
.yorum-form-panel textarea.form-control{ min-height:150px; resize:vertical; }
.yorum-form-panel .btn{ margin-top:.3rem; }
@media (max-width:991.98px){ .yorum-form-panel{ position:static; } }
