.smg-st2-wrap{--c-bg:#0b1f44;--c-chip:#eef2ff}
.smg-hero{position:relative;border-radius:18px;overflow:hidden;margin-bottom:24px;min-height:280px;background-size:cover;background-position:center}
.smg-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.45))}
.smg-hero-inner{position:absolute;left:24px;bottom:24px;color:#fff}
.smg-toern-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media(max-width:1100px){.smg-toern-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.smg-toern-grid{grid-template-columns:1fr}}
.smg-card{border-radius:18px;overflow:hidden;background:#0b1f44;color:#e6eefc;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.smg-card-thumb{height:160px;background-size:cover;background-position:center}
.smg-thumb-empty{background:linear-gradient(135deg,#1b2b57,#0b1f44)}
.smg-card-body{padding:18px}
.smg-card-title{font-size:22px;line-height:1.2;margin:2px 0 8px;color:#fff}
.smg-card-short{opacity:.95;margin:0 0 10px}
.smg-price-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.smg-chip{background:#102a5c;color:#fff;padding:6px 10px;border-radius:999px;font-weight:600;font-size:14px;border:1px solid rgba(255,255,255,.08)}
.smg-meta{list-style:none;margin:10px 0 14px;padding:0}
.smg-meta li{margin:.25rem 0;opacity:.95}
.smg-btn{display:inline-block;background:#fff;color:#0b1f44;padding:10px 14px;border-radius:12px;font-weight:700;text-decoration:none}
.smg-btn:hover{opacity:.9}
.smg-btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35)}
.smg-notice{margin-top:24px;background:#eef4ff;border-left:8px solid #0b1f44;color:#0b1f44;border-radius:12px;padding:14px 16px}
.smg-notice p{margin:.4rem 0}
