:root{
  --brand:#0b4f6c;
  --brand2:#f0b429;
}
body{background:#f6f8fb;}
.navbar-brand img{height:44px;}
.hero{
  background: linear-gradient(135deg, rgba(11,79,108,.92), rgba(11,79,108,.78)),
              url('https://images.unsplash.com/photo-1521791055366-0d553872125f?auto=format&fit=crop&w=1600&q=60');
  background-size:cover;
  background-position:center;
  border-radius: 18px;
  color:#fff;
}
.hero .badge{background:rgba(240,180,41,.18); color:#fff; border:1px solid rgba(240,180,41,.35);}
.card{border:0; border-radius: 16px; box-shadow: 0 8px 22px rgba(15,23,42,.08);}
.form-control, .form-select{border-radius:12px;}
.btn{border-radius:12px;}
.small-muted{color:#64748b;}
.footer{color:#64748b;}
.table thead th{background:#f1f5f9;}
.logo-row img{max-height:84px; width:auto;}
.kvkk-box{background:#fff7e6;border:1px solid #ffe2a8;border-radius:14px;padding:14px;}
