/* Sezione GIOCHI - integrazione grafica TastoEffeUno */
.giochi-hero {
  margin: 0 0 28px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(31,95,139,.96), rgba(23,73,107,.88)), linear-gradient(135deg, #f2c50d, #ffffff);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
  overflow: hidden;
  position: relative;
}
.giochi-hero:after {content:""; position:absolute; right:-70px; bottom:-90px; width:260px; height:260px; border-radius:50%; background:#f2c50d; opacity:.22;}
.giochi-hero-content {position:relative; z-index:1; max-width:780px;}
.giochi-label {display:inline-block; margin:0 0 12px; padding:7px 13px; border-radius:999px; background:#f2c50d; color:#151515; font-weight:800; font-size:.82rem; text-transform:uppercase; letter-spacing:.06em;}
.giochi-hero h1 {color:#fff; margin:0 0 14px; font-size:clamp(2rem,4.5vw,3.8rem);}
.giochi-hero p {font-size:1.08rem; color:rgba(255,255,255,.9); margin:0;}
.giochi-breadcrumb {margin:0 0 18px; padding:12px 16px; background:#f5f8fb; border-left:5px solid #f2c50d; border-radius:12px; color:#425466;}
.categoria-box {margin:0 0 34px; padding:0 0 26px; border-bottom:1px solid #e3e8ef;}
.categoria-box:last-child {border-bottom:none; margin-bottom:0; padding-bottom:0;}
.lista-giochi {display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin:18px 0 0;}
.gioco-card {background:#fff; border:1px solid #e5e8ee; border-radius:18px; overflow:hidden; box-shadow:0 8px 22px rgba(0,0,0,.06); transition:.2s ease;}
.gioco-card:hover {transform:translateY(-4px); box-shadow:0 16px 34px rgba(0,0,0,.13);}
.gioco-card .card-image {background:#f2f4f7; overflow:hidden;}
.gioco-card img {width:100%; aspect-ratio:16/10; object-fit:cover; display:block; transition:.25s ease;}
.gioco-card:hover img {transform:scale(1.04);}
.card-body {padding:16px;}
.gioco-card h2, .gioco-card h3 {font-size:1.12rem; margin:0 0 8px;}
.gioco-card h2 a, .gioco-card h3 a {color:#202020;}
.gioco-card p {font-size:.95rem; margin:0 0 10px; color:#52606d;}
.link-categoria, .gioco-btn {display:inline-block; margin-top:16px; padding:11px 16px; border-radius:999px; background:#f2c50d; color:#151515; font-weight:800; text-decoration:none;}
.link-categoria:hover, .gioco-btn:hover {background:#202020; color:#fff; text-decoration:none;}
.game-header {display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:18px;}
.game-header h1 {margin:0;}
.game-frame-wrap iframe {width:100%; height:820px; border:1px solid #ddd; border-radius:18px; background:#fff; display:block;}
.game-description-text {margin-top:24px; padding:20px; border-radius:18px; background:#f7f8fa; border-left:5px solid #f2c50d;}
.game-description-layout {display:flex; gap:20px; align-items:flex-start;}
.game-description-image {width:280px; flex:0 0 280px;}
.game-description-image img {border-radius:14px; border:1px solid #ddd;}
#menupagina strong {display:inline-block; padding:12px 16px; margin-right:6px; border-radius:999px; background:#202020; color:#fff;}
@media only screen and (max-width: 980px) {.lista-giochi{grid-template-columns:repeat(2,minmax(0,1fr));}.game-header,.game-description-layout{display:block}.game-description-image{width:100%; margin-bottom:14px}.game-frame-wrap iframe{height:620px}}
@media only screen and (max-width: 620px) {.lista-giochi{grid-template-columns:1fr}.giochi-hero{padding:26px 20px}.game-frame-wrap iframe{height:520px}}
