/* === mystake-casino-italy.it — Italian Tricolor Theme === */
:root{
  --bg:#0b1118;--bg2:#111927;--bg3:#141c2b;
  --surface:#1a2332;--surface2:#1c2638;
  --accent:#22c55e;--accent2:#4ade80;--accent-dim:#166534;
  --rosso:#dc2626;--rosso2:#ef4444;--rosso-dim:#991b1b;
  --bianco:#e8eaf0;--bianco2:#f8fafc;
  --gold:#eab308;--green:#22c55e;--red:#dc2626;
  --text:#e8eaf0;--text2:#6b7a99;--text3:#4a5568;
  --border:#1c2638;--radius:12px;--max-w:1140px
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'DM Sans','DM Sans Fallback',system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.72;overflow-x:hidden;-webkit-font-smoothing:antialiased}

/* Ambient glow — green + red italian theme */
body::before{content:'';position:fixed;width:500px;height:500px;background:radial-gradient(circle,rgba(34,197,94,.07),transparent 70%);top:-100px;left:-80px;pointer-events:none;z-index:0;filter:blur(100px);animation:driftG 20s infinite alternate}
body::after{content:'';position:fixed;width:420px;height:420px;background:radial-gradient(circle,rgba(220,38,38,.05),transparent 70%);bottom:-60px;right:-40px;pointer-events:none;z-index:0;filter:blur(100px);animation:driftR 24s infinite alternate}
@keyframes driftG{0%{transform:translate(0,0)}100%{transform:translate(40px,60px)}}
@keyframes driftR{0%{transform:translate(0,0)}100%{transform:translate(-35px,-50px)}}

h1,h2,h3,h4{font-family:'Syne','Syne Fallback','Arial Black',sans-serif;line-height:1.22;color:var(--text)}
h1{font-size:2.2em;font-weight:800;letter-spacing:-.02em}
h2{font-size:1.65em;font-weight:700;margin-bottom:14px}
h3{font-size:1.15em;font-weight:600;margin-bottom:8px}
p{color:var(--text2);margin-bottom:12px}
a{color:var(--accent);text-decoration:none;transition:color .18s}
a:hover{color:var(--accent2)}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:var(--max-w);margin:0 auto;padding:0 22px;position:relative;z-index:1}
section{padding:72px 0;position:relative}
.sec-alt{background:var(--bg2)}
.sec-deep{background:var(--bg3)}
.txt-center{text-align:center}

/* Skip link */
.skip-link{position:absolute;top:-100%;left:16px;background:var(--accent);color:#000;padding:8px 16px;border-radius:6px;z-index:9999;font-weight:600}
.skip-link:focus{top:8px}

/* === 1. DISCLAIMER === */
.disclaimer-bar{min-height:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#080d14;font-size:.73em;color:var(--text2);gap:8px;padding:0 14px;text-align:center;border-bottom:1px solid var(--border)}
.disclaimer-bar .age{background:var(--rosso);color:#fff;font-weight:700;border-radius:4px;padding:1px 5px;font-size:.85em}

/* === 2. HEADER === */
header{position:sticky;top:0;z-index:100;background:rgba(11,17,24,.88);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(34,197,94,.08);height:66px;min-height:66px}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:66px;max-width:var(--max-w);margin:0 auto;padding:0 22px}
.logo{display:flex;align-items:center;gap:10px;font-family:'Syne',sans-serif;font-weight:700;font-size:1.1em;color:var(--text);text-decoration:none}
.logo img{width:38px;height:38px;border-radius:8px}
.nav-links{display:flex;gap:26px;list-style:none;font-size:.9em}
.nav-links a{color:var(--text2);font-weight:500}
.nav-links a:hover{color:var(--accent)}
.nav-btns{display:flex;gap:10px;align-items:center}

/* Buttons — tricolor gradient */
.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:8px;font-weight:600;font-size:.9em;cursor:pointer;border:none;transition:transform .15s,box-shadow .2s;text-decoration:none;background:linear-gradient(135deg,var(--accent),#16a34a);color:#fff}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(34,197,94,.25);color:#fff}
.btn-rosso{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:8px;font-weight:700;font-size:.9em;cursor:pointer;border:none;transition:transform .15s,box-shadow .2s;text-decoration:none;background:linear-gradient(135deg,var(--rosso),#b91c1c);color:#fff}
.btn-rosso:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(220,38,38,.25);color:#fff}
.btn-outline{display:inline-flex;align-items:center;padding:9px 20px;border-radius:8px;border:1.5px solid var(--accent);color:var(--accent);font-weight:600;font-size:.9em;background:transparent;cursor:pointer;transition:background .2s,color .2s;text-decoration:none}
.btn-outline:hover{background:var(--accent);color:#0b1118}
.btn-tricolor{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:8px;font-weight:700;font-size:.95em;cursor:pointer;border:none;text-decoration:none;background:linear-gradient(135deg,#009246,#fff 50%,#CE2B37);color:#0b1118;transition:transform .15s,box-shadow .2s}
.btn-tricolor:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,146,70,.25);color:#0b1118}

/* Hamburger */
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:101}
.hamburger span{width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .2s}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-drawer{display:none;position:absolute;top:66px;left:0;right:0;background:var(--bg2);flex-direction:column;padding:18px 22px;gap:4px;border-bottom:2px solid var(--accent);box-shadow:0 14px 44px rgba(0,0,0,.6)}
.mobile-drawer.open{display:flex}
.mobile-drawer a{color:var(--text);padding:13px 0;font-size:.98em;border-bottom:1px solid var(--border);font-weight:500}
.mobile-drawer a:last-child{border-bottom:none}

/* === 3. HERO === */
.hero{padding:72px 0 56px;min-height:460px;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 380px;gap:44px;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(34,197,94,.1);color:var(--accent);padding:6px 14px;border-radius:20px;font-size:.8em;font-weight:600;margin-bottom:16px;border:1px solid rgba(34,197,94,.18)}
.hero h1{margin-bottom:16px}
.hero h1 .hl-green{color:var(--accent)}
.hero h1 .hl-red{color:var(--rosso2)}
.hero-desc{font-size:1.02em;color:var(--text2);margin-bottom:24px;max-width:520px;line-height:1.8}
.hero-actions{display:flex;gap:12px;margin-bottom:28px;min-height:48px;flex-wrap:wrap}
.hero-actions .btn-primary,.hero-actions .btn-outline{height:46px;min-width:180px}

/* Stats bar */
.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:8px}
.stat-pill{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:14px 10px;text-align:center}
.stat-pill .sv{font-family:'Syne',sans-serif;font-size:1.25em;font-weight:800;color:var(--accent)}
.stat-pill .sl{font-size:.72em;color:var(--text2);margin-top:2px}

/* Verdict card — replaces rating card, completely different design */
.verdict-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.verdict-header{background:linear-gradient(135deg,rgba(34,197,94,.12),rgba(220,38,38,.08));padding:22px 24px;border-bottom:1px solid var(--border)}
.verdict-score{font-family:'Syne',sans-serif;font-size:3em;font-weight:800;color:var(--accent);line-height:1}
.verdict-label{font-size:.82em;color:var(--text2);margin-top:4px}
.verdict-body{padding:20px 24px}
.verdict-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid rgba(28,38,56,.6);font-size:.85em}
.verdict-row:last-child{border-bottom:none}
.verdict-row span:first-child{color:var(--text2)}
.verdict-row span:last-child{font-weight:700;color:var(--text)}
.verdict-dot{display:inline-flex;gap:3px;margin-left:8px}
.verdict-dot i{width:8px;height:8px;border-radius:50%;background:var(--border);display:block}
.verdict-dot i.on{background:var(--accent)}

/* === 4. OVERVIEW — card-based, not grid+table === */
.overview-intro{max-width:740px;margin:0 auto 32px;text-align:center}
.overview-intro p{font-size:1.02em;line-height:1.85}
.overview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ov-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px;position:relative;overflow:hidden}
.ov-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px}
.ov-card.ov-green::before{background:var(--accent)}
.ov-card.ov-white::before{background:var(--bianco)}
.ov-card.ov-red::before{background:var(--rosso)}
.ov-card h3{margin-bottom:10px}
.ov-card p{font-size:.88em}
.ov-icon{font-size:1.6em;margin-bottom:10px}

/* Data table — different from info-table */
.data-table{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-top:28px}
.data-table table{width:100%;border-collapse:collapse}
.data-table th,.data-table td{padding:11px 18px;text-align:left;font-size:.86em;border-bottom:1px solid var(--border)}
.data-table th{color:var(--text2);font-weight:500;width:44%;background:var(--bg2)}
.data-table td{color:var(--text);font-weight:600}
.data-table tr:last-child th,.data-table tr:last-child td{border-bottom:none}

/* === 5. GAMES — horizontal cards, not vertical === */
.games-list{display:flex;flex-direction:column;gap:18px;margin-top:28px}
.game-row{display:grid;grid-template-columns:280px 1fr auto;gap:24px;align-items:center;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:6px;overflow:hidden;transition:border-color .2s}
.game-row:hover{border-color:var(--accent)}
.game-row-thumb{height:160px;border-radius:10px;background-size:cover;background-position:center;position:relative}
.game-row-thumb.t-slots{background:url(../img/mystake-game-slots.webp) center/cover,linear-gradient(135deg,#141c2b,#1a2332)}
.game-row-thumb.t-live{background:url(../img/mystake-game-live.webp) center/cover,linear-gradient(135deg,#141c2b,#1a2332)}
.game-row-thumb.t-sports{background:url(../img/mystake-game-sports.webp) center/cover,linear-gradient(135deg,#141c2b,#1a2332)}
.game-row-body{padding:10px 0}
.game-row-body h3{font-size:1.1em;margin-bottom:6px}
.game-row-body p{font-size:.86em;margin-bottom:0}
.game-row .btn-primary{white-space:nowrap;margin-right:18px}

/* === 6. DINO === */
.dino-grid{display:grid;grid-template-columns:420px 1fr;gap:36px;align-items:start}
.dino-visual{height:440px;border-radius:var(--radius);background:url(../img/mystake-dino-gameplay.webp) center/cover,linear-gradient(135deg,#141c2b,#0b1118);position:relative;border:1px solid var(--border)}
.metric-row{display:flex;gap:14px;margin:18px 0}
.metric-box{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:14px 16px;text-align:center;flex:1}
.metric-box .mv{font-family:'Syne',sans-serif;font-size:1.2em;font-weight:700;color:var(--accent)}
.metric-box .ml{font-size:.73em;color:var(--text2)}
.guide-steps{list-style:none;counter-reset:gs;margin:18px 0}
.guide-steps li{counter-increment:gs;padding:10px 0 10px 46px;position:relative;border-bottom:1px solid var(--border);font-size:.9em;color:var(--text2);line-height:1.6}
.guide-steps li::before{content:counter(gs);position:absolute;left:0;top:10px;width:32px;height:32px;background:var(--accent-dim);color:var(--accent2);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.82em}
.tip-box{background:rgba(34,197,94,.06);border-left:3px solid var(--accent);padding:13px 16px;border-radius:0 8px 8px 0;margin:14px 0;font-size:.86em;color:var(--text2)}
.warn-box{background:rgba(220,38,38,.06);border-left:3px solid var(--rosso);padding:13px 16px;border-radius:0 8px 8px 0;margin:14px 0;font-size:.86em;color:var(--text2)}

/* === 7. CHICKEN === */
.chicken-split{display:grid;grid-template-columns:1fr 380px;gap:36px;align-items:start}
.chicken-visual{height:400px;border-radius:var(--radius);background:url(../img/mystake-chicken-grid.webp) center/cover,linear-gradient(135deg,#0f2318,#0b1118);border:1px solid var(--border)}
.vs-table{width:100%;border-collapse:collapse;margin:14px 0;font-size:.86em}
.vs-table th{background:var(--bg3);color:var(--accent);padding:10px 14px;text-align:left;font-weight:600;border-bottom:2px solid var(--accent-dim)}
.vs-table td{padding:10px 14px;border-bottom:1px solid var(--border);color:var(--text2)}
.alt-games{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.alt-tag{background:var(--bg3);border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:.78em;color:var(--text2);transition:border-color .2s}
.alt-tag:hover{border-color:var(--accent);color:var(--accent)}

/* === 8. BONUS — horizontal layout with sidebar === */
.bonus-wrap{display:grid;grid-template-columns:1fr 320px;gap:32px;align-items:start}
.bonus-hero{font-family:'Syne',sans-serif;font-size:2.8em;font-weight:800;line-height:1.1;margin-bottom:6px}
.bonus-hero .bh-pct{color:var(--accent)}
.bonus-hero .bh-amt{color:var(--rosso2)}
.bonus-sub{font-size:.95em;color:var(--text2);margin-bottom:18px}
.bonus-features{list-style:none;margin-bottom:20px}
.bonus-features li{padding:7px 0;color:var(--text2);font-size:.9em;display:flex;gap:8px;align-items:flex-start}
.bonus-features li::before{content:'✓';color:var(--accent);font-weight:700;flex-shrink:0}
.promo-box{background:var(--bg);border:1px solid var(--accent);border-radius:var(--radius);padding:24px;text-align:center}
.promo-box h3{color:var(--accent);margin-bottom:8px;font-size:1em}
.promo-val{font-family:'Syne',sans-serif;font-size:1.6em;font-weight:800;color:var(--bianco2);letter-spacing:2px;padding:10px;background:var(--bg2);border-radius:8px;margin:12px 0;word-break:break-all}
.promo-box p{font-size:.82em;color:var(--text2)}
.promo-box .btn-rosso{margin-top:12px;width:100%}

/* === 9. REGISTER — step cards, not form === */
.reg-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.reg-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:28px}
.app-visual{height:400px;border-radius:var(--radius);background:url(../img/mystake-mobile-app.webp) center/cover,linear-gradient(135deg,#141c2b,#0b1118);border:1px solid var(--border)}

/* === 10. PROS/CONS — tabbed look === */
.pc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.pc-card{background:var(--bg);border-radius:var(--radius);padding:24px;border:1px solid var(--border)}
.pc-card.pc-pro{border-top:3px solid var(--accent)}
.pc-card.pc-con{border-top:3px solid var(--rosso)}
.pc-card.pc-pro h3{color:var(--accent)}
.pc-card.pc-con h3{color:var(--rosso2)}
.pc-list{list-style:none}
.pc-list li{padding:7px 0;font-size:.88em;color:var(--text2);border-bottom:1px solid var(--border);display:flex;gap:8px}
.pc-list li:last-child{border-bottom:none}

/* === 11. PAYMENTS === */
.pay-flex{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:24px}
.pay-item{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:16px 10px;text-align:center;transition:border-color .18s}
.pay-item:hover{border-color:var(--accent)}
.pay-item img{height:30px;margin:0 auto 8px;object-fit:contain}
.pay-item .pn{font-size:.8em;font-weight:600;color:var(--text);margin-bottom:2px}
.pay-item .pt{font-size:.7em;color:var(--text2)}

/* === 12. FAQ — pill style, not bordered box === */
.faq-wrap{max-width:780px;margin:24px auto 0}
.faq-item{background:var(--bg);border:1px solid var(--border);border-radius:10px;margin-bottom:8px;overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:var(--accent)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 18px;background:none;border:none;color:var(--text);font-size:.92em;font-weight:600;cursor:pointer;text-align:left;font-family:inherit;gap:12px}
.faq-q:hover{color:var(--accent)}
.faq-toggle{font-size:1.2em;color:var(--accent);flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-toggle{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 18px}
.faq-item.open .faq-a{max-height:400px;padding:0 18px 16px}
.faq-a p{font-size:.88em;color:var(--text2);margin-bottom:0;line-height:1.75}

/* === 13. CTA — tricolor gradient bg === */
.cta-block{background:linear-gradient(135deg,rgba(0,146,70,.08),rgba(11,17,24,.95) 50%,rgba(206,43,55,.06));text-align:center;padding:72px 0;position:relative;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.cta-block h2{font-size:1.8em;margin-bottom:12px;position:relative;z-index:1}
.cta-block p{color:var(--text2);max-width:520px;margin:0 auto 24px;position:relative;z-index:1}
.cta-block .btn-primary{font-size:1em;padding:14px 32px;position:relative;z-index:1}

/* === 14. FOOTER === */
footer{background:#06090f;padding:44px 0 0;border-top:1px solid var(--border)}
.ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px;margin-bottom:32px}
.ft-brand p{font-size:.83em;color:var(--text2);margin-top:10px;line-height:1.6}
.ft-col h4{color:var(--accent);font-size:.82em;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}
.ft-col a{display:block;color:var(--text2);font-size:.86em;padding:3px 0;transition:color .18s}
.ft-col a:hover{color:var(--accent)}
.ft-bottom{border-top:1px solid var(--border);padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:16px}
.ft-disc{font-size:.7em;color:#4a5568;line-height:1.6;max-width:880px}
.ft-disc a{color:var(--accent)}
.badge-18{width:40px;height:40px;border-radius:50%;background:var(--rosso);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9em;flex-shrink:0;border:2px solid var(--rosso2)}

/* === RESPONSIVE 960px === */
@media(max-width:960px){
  .hero-grid{grid-template-columns:1fr;gap:24px}
  .verdict-card{max-width:400px}
  .overview-cards{grid-template-columns:1fr}
  .game-row{grid-template-columns:1fr;padding:0}
  .game-row-thumb{height:180px;border-radius:var(--radius) var(--radius) 0 0}
  .game-row-body{padding:16px 18px}
  .game-row .btn-primary{margin:0 18px 16px}
  .dino-grid,.chicken-split{grid-template-columns:1fr}
  .dino-visual,.chicken-visual{height:260px}
  .bonus-wrap{grid-template-columns:1fr}
  .promo-box{max-width:400px}
  .reg-grid{grid-template-columns:1fr}
  .app-visual{height:280px}
  .pc-grid{grid-template-columns:1fr}
  .pay-flex{grid-template-columns:repeat(3,1fr)}
  .stats-strip{grid-template-columns:repeat(2,1fr)}
  .ft-grid{grid-template-columns:1fr 1fr}
}

/* === RESPONSIVE 640px === */
@media(max-width:640px){
  .nav-links{display:none}
  .logo-name{display:none}
  .hamburger{display:flex}
  .nav-btns .btn-outline{display:none}
  section{padding:40px 0}
  .hero{padding:40px 0 32px;min-height:auto}
  h1{font-size:1.55em}
  h2{font-size:1.3em}
  .hero-actions{flex-direction:column}
  .hero-actions .btn-primary,.hero-actions .btn-outline{width:100%;min-width:0}
  .pay-flex{grid-template-columns:repeat(3,1fr)}
  .ft-grid{grid-template-columns:1fr}
  .ft-bottom{flex-direction:column;text-align:center}
  .bonus-hero{font-size:2em}
  .verdict-card{max-width:none}
  .hero-content,.verdict-card{animation:none!important;opacity:1!important;transform:none!important}
}

/* === RESPONSIVE 380px === */
@media(max-width:380px){
  h1{font-size:1.35em}
  h2{font-size:1.08em}
  .bonus-hero{font-size:1.7em}
  .stat-pill .sv{font-size:1.05em}
  .pay-item img{height:22px}
  .wrap{padding:0 14px}
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* === SUBPAGES === */
.pg-header{padding:96px 0 36px;text-align:center}
.pg-header h1{font-size:1.9em;margin-bottom:8px}
.crumb{font-size:.83em;color:var(--text2);margin-bottom:20px}
.crumb a{color:var(--accent)}
.pg-body{max-width:840px;margin:0 auto;padding:0 22px 52px}
.pg-body h2{margin-top:28px;font-size:1.25em;color:var(--accent)}
.pg-body p,.pg-body li{color:var(--text2);font-size:.9em;line-height:1.8}
.pg-body ul{margin:10px 0 10px 18px}
.contact-form{max-width:560px;margin:28px auto}
.fg{margin-bottom:16px}
.fg label{display:block;font-size:.83em;color:var(--text2);margin-bottom:5px;font-weight:500}
.fg input,.fg textarea,.fg select{width:100%;padding:11px 14px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:.9em;transition:border-color .18s}
.fg input:focus,.fg textarea:focus,.fg select:focus{outline:none;border-color:var(--accent)}
.fg textarea{min-height:110px;resize:vertical}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;max-width:840px;margin:0 auto}
.bonus-detail{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:16px}
.bonus-detail h3{color:var(--accent);margin-bottom:8px}
.bonus-detail .bd-num{font-family:'Syne',sans-serif;font-size:1.8em;font-weight:800;color:var(--accent)}
