/* Koyu mavi tema ile modern layout */
.han-elaqe{background:#003c53;color:#fff;padding:30px 20px;border-radius:8px}
.han-elaqe .han-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}
.han-elaqe .han-title{font-size:22px;margin:0 0 16px 0}
.han-elaqe .han-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.han-elaqe .han-field{display:flex;flex-direction:column;gap:6px}
.han-elaqe .han-field.han-full{grid-column:1/-1}
.han-elaqe label{font-size:14px;opacity:.92}
.han-elaqe input,.han-elaqe textarea{background:#fff;color:#0b1c3d;border:0;border-radius:4px;padding:10px 12px;font-size:15px}
.han-elaqe textarea{min-height:220px}
.han-elaqe .han-btn{margin-top:12px;background:#fff;color:#003c53;border:0;border-radius:6px;padding:10px 18px;cursor:pointer}
.han-elaqe .han-right .han-info p{margin:.25rem 0 .45rem 0;line-height:1.5}
.han-elaqe .han-subtitle{opacity:.9;margin:.25rem 0 .5rem 0}
@media(max-width:900px){
 .han-elaqe .han-container{grid-template-columns:1fr}
 .han-elaqe .han-grid{grid-template-columns:1fr}
 .han-elaqe textarea{min-height:160px}
}