
/* KOBİTSA V9.7 — Conversion CTA + trust icon polish */
.home-apply-actions.v97-apply-actions{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px !important;
  margin-top:10px !important;
}
.home-apply-actions.v97-apply-actions .submit-v4,
.home-apply-actions.v97-apply-actions .home-cc-direct{
  width:100% !important;
  min-height:58px !important;
  border-radius:12px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:13px 16px !important;
  font-weight:800 !important;
  font-size:14px !important;
  line-height:1.25 !important;
  text-align:center !important;
  box-sizing:border-box !important;
  cursor:pointer !important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease !important;
}
.home-apply-actions.v97-apply-actions .submit-v4:hover,
.home-apply-actions.v97-apply-actions .home-cc-direct:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 9px 22px rgba(0,0,0,.14) !important;
}
.home-apply-actions.v97-apply-actions .home-cc-direct{
  background:#fff !important;
  color:#e31b23 !important;
  border:2px solid #e31b23 !important;
  text-decoration:none !important;
}
.home-apply-actions.v97-apply-actions .home-cc-direct:hover{
  background:#e31b23 !important;
  color:#fff !important;
}
.home-cc-direct .v97-cc-icon{width:20px;height:20px;flex:0 0 20px;display:inline-flex}
.home-cc-direct .v97-cc-icon svg{width:20px;height:20px;display:block}
.home-cc-note.v97-cc-note{
  margin:10px 0 0 !important;
  padding:10px 12px !important;
  border-radius:10px !important;
  background:rgba(255,255,255,.06) !important;
  color:#cbd5e1 !important;
  font-size:12px !important;
  line-height:1.55 !important;
}
/* trust strip: replace generic checkmarks with semantic line icons */
.trust-strip.v97-trust-strip .trust-icon{
  width:42px !important;height:42px !important;border-radius:12px !important;
  display:flex !important;align-items:center !important;justify-content:center !important;
  background:#fff1f2 !important;color:#e31b23 !important;flex:0 0 42px !important;
}
.trust-strip.v97-trust-strip .trust-icon svg{width:24px;height:24px;display:block}
@media (min-width:1180px){
  .home-apply-actions.v97-apply-actions{grid-template-columns:1fr 1fr !important;}
  .home-apply-actions.v97-apply-actions .submit-v4,
  .home-apply-actions.v97-apply-actions .home-cc-direct{min-height:62px !important;font-size:13px !important;}
}
@media (max-width:1179px){
  .home-apply-actions.v97-apply-actions{grid-template-columns:1fr !important;}
}
