/* Gamestec Virtual Sets – wirkt nur auf der Desktop-Startseite, sobald ein aktives Set geliefert wird. */
.gtset-section{width:calc(100% - 48px);max-width:1440px;margin:28px auto 26px;padding:0}
.gtset-head{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 14px}
.gtset-head h2{margin:2px 0 3px;font-size:25px;line-height:1.1;color:#1e3049;font-weight:800;letter-spacing:-.02em}
.gtset-head p{margin:0;color:#6d7b8d;font-size:13px}
.gtset-eyebrow{font-size:10px;font-weight:800;letter-spacing:.14em;color:#0b6ed0}
.gtset-grid{display:grid;grid-template-columns:1fr;gap:16px}
.gtset-card{display:grid;grid-template-columns:minmax(280px,38%) 1fr;min-height:260px;background:#fff;border:1px solid #e3eaf2;border-radius:18px;overflow:hidden;box-shadow:0 7px 22px rgba(26,55,91,.055)}
.gtset-media{position:relative;min-height:260px;background:linear-gradient(135deg,#f7faff 0%,#eef5fc 100%);overflow:hidden}
.gtset-media img{display:block;width:100%;height:100%;min-height:260px;object-fit:contain;padding:14px}
.gtset-badge{position:absolute;top:14px;left:14px;padding:6px 10px;border-radius:999px;background:#0a6ed1;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;box-shadow:0 3px 10px rgba(10,110,209,.2)}
.gtset-copy{display:flex;flex-direction:column;padding:22px 24px 20px}
.gtset-copy h3{margin:0 0 4px;color:#1f3148;font-size:23px;line-height:1.15;font-weight:800}
.gtset-subtitle{margin:0 0 13px;color:#6b7888;font-size:13px}
.gtset-components{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 18px;margin:0 0 16px;padding:0;list-style:none;color:#405168;font-size:12.5px}
.gtset-components li{position:relative;padding-left:15px}
.gtset-components li::before{content:'✓';position:absolute;left:0;color:#179355;font-weight:800}
.gtset-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:auto;padding-top:6px}
.gtset-price{display:block;color:#075bcd;font-size:26px;font-weight:850;line-height:1}
.gtset-note{display:block;margin-top:5px;color:#8792a0;font-size:10.5px}
.gtset-availability{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}
.gtset-availability.is-available{background:#eaf8f0;color:#137441}
.gtset-availability.is-unavailable{background:#f5f6f8;color:#777}
.gtset-buy{align-self:flex-start;margin-top:15px;min-height:42px;padding:0 18px;border:0;border-radius:999px;background:#075bcd;color:#fff;font-size:12.5px;font-weight:750;cursor:pointer;box-shadow:0 5px 14px rgba(7,91,205,.16)}
.gtset-buy:hover:not(:disabled){background:#064faf;transform:translateY(-1px)}
.gtset-buy:disabled{cursor:not-allowed;background:#aeb9c8;box-shadow:none}
.gtset-status{min-height:16px;margin:7px 0 0;color:#b33c45;font-size:11px}
@media(max-width:1199.98px){.gtset-section{display:none!important}}
