.yfcards { width:100%; max-width:1240px; margin:0 auto; }
.yfcards .yfcards-intro { margin:0 0 28px; text-align:center; }
.yfcards .yfcards-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.yfcards a.yfcards-tile { display:flex; flex-direction:column; align-items:center; justify-content:space-between; gap:14px; padding:22px 16px; background:#fff; border:1px solid #e8e8e8; border-radius:14px; text-align:center; text-decoration:none; color:#202934; box-sizing:border-box; transition:border-color .18s,box-shadow .18s; }
.yfcards a.yfcards-tile:hover, .yfcards a.yfcards-tile:focus-visible { border-color:#ec7532; box-shadow:0 5px 18px #0000000f; }
.yfcards a:focus-visible { outline:3px solid #ec7532; outline-offset:4px; }
.yfcards .yfcards-logo { display:flex; align-items:center; justify-content:center; width:100%; height:120px; }
.yfcards .yfcards-logo img { display:block; width:100%; height:100%; object-fit:contain; }
.yfcards .yfcards-label { font-size:17px; font-weight:600; line-height:1.35; }
.yfcards .yfcards-selected { text-align:center; margin:12px auto 32px; }
.yfcards .yfcards-selected img { width:240px; max-width:75%; height:130px; object-fit:contain; margin-bottom:12px; }
.yfcards .yfcards-selected h2 { margin:0; }
.yfcards a.yfcards-back { display:inline-block; padding:10px 18px; border:1px solid #ec7532; border-radius:24px; text-decoration:none; }
@media(max-width:900px) { .yfcards .yfcards-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; } }
@media(max-width:600px) { .yfcards .yfcards-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; } .yfcards a.yfcards-tile { padding:16px 10px; } .yfcards .yfcards-logo { height:90px; } .yfcards .yfcards-label { font-size:15px; } }
@media(prefers-reduced-motion:reduce) { .yfcards a.yfcards-tile { transition:none; } }
