*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --primary: #e63946; --primary-dark: #c1121f; --primary-light: #fff0f0;
  --text: #1d1d2e; --muted: #6b7280; --border: #e5e7eb;
  --bg: #f9fafb; --white: #ffffff; --green: #16a34a; --green-bg: #f0fdf4;
  --gold: #d97706; --gold-bg: #fffbeb; --orange: #ea580c; --orange-bg: #fff7ed;
  --radius: 12px;
  --shadow: 0 1px 3px rgba(0,0,0,0.08); --shadow-md: 0 4px 6px rgba(0,0,0,0.07);
}
body { font-family: 'Nunito', sans-serif; background: var(--bg); color: var(--text); font-size: 15px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }

/* TOPBAR */
.topbar { background: #1d1d2e; color: #aaa; font-size: 12px; padding: 6px 0; text-align: center; }
.topbar a { color: #e63946; }

/* HEADER */
header { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow); }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 22px; font-weight: 800; } .logo span { color: var(--primary); }
nav{display:flex;gap:4px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}nav::-webkit-scrollbar{display:none}nav a{font-size:13px;font-weight:700;color:var(--muted);padding:6px 12px;border-radius:6px;transition:all .15s;white-space:nowrap;flex-shrink:0}nav a:hover,nav a.active{color:var(--primary);background:var(--primary-light)}

/* BREADCRUMB */
.breadcrumb { max-width: 1100px; margin: 0 auto; padding: 12px 20px; font-size: 13px; color: var(--muted); }
.breadcrumb a { color: var(--primary); }
.breadcrumb span { margin: 0 6px; }

/* HERO SECTION */
.hero-section { background: linear-gradient(135deg, #1d1d2e 0%, #2d2d3e 100%); color: white; padding: 48px 20px 40px; }
.hero-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.hero-logo-wrap { background: transparent; border-radius: 12px; padding: 0; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; width: 160px; }
.hero-logo-wrap img { width: 160px; height: 72px; object-fit: contain; display: block; }
.legal-badges { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; }
.badge-adm, .badge-18 { display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; padding: 3px 8px; border-radius: 6px; letter-spacing: .5px; font-family: 'Nunito', sans-serif; }
.badge-adm { background: #f0fdf4; color: #16a34a; border: 1px solid #bbf7d0; }
.badge-18 { background: #fef2f2; color: #c1121f; border: 1px solid #fecaca; }
.hero-content { flex: 1; min-width: 260px; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(22,163,74,.2); color: #4ade80; border: 1px solid rgba(74,222,128,.3); border-radius: 20px; padding: 4px 12px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.hero-content h1 { font-size: 28px; font-weight: 800; line-height: 1.2; margin-bottom: 8px; color: white; }
.hero-content p { font-size: 14px; color: rgba(255,255,255,.65); margin-bottom: 0; }
.hero-stats { display: flex; gap: 16px; margin-top: 20px; flex-wrap: nowrap; align-items: flex-start; }
.hero-stat { flex: 1 1 0; min-width: 0; text-align: center; }
.hero-stat-num { font-size: 28px; font-weight: 800; color: #fbbf24; line-height: 1; }
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,.6); margin-top: 2px; overflow-wrap: anywhere; word-wrap: break-word; hyphens: auto; line-height: 1.25; }
.hero-cta-wrap { flex-shrink: 0; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.btn-hero-primary { display: inline-block; background: var(--primary); color: white; font-size: 15px; font-weight: 800; padding: 16px 32px; border-radius: 10px; font-family: 'Nunito', sans-serif; transition: background .15s; text-align: center; white-space: nowrap; }
.btn-hero-primary:hover { background: var(--primary-dark); }
.btn-hero-secondary { display: inline-block; background: transparent; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.3); font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 8px; font-family: 'Nunito', sans-serif; transition: all .15s; text-align: center; white-space: nowrap; }
.btn-hero-secondary:hover { background: rgba(255,255,255,.1); color: white; }
.hero-disclaimer-bar { background: rgba(0,0,0,.25); border-top: 1px solid rgba(255,255,255,.08); }
.hero-disclaimer-bar p { max-width: 1100px; margin: 0 auto; padding: 8px 20px; font-size: 11px; color: rgba(255,255,255,.45); }

/* FOOTER */
footer { background: #1d1d2e; color: rgba(255,255,255,.5); padding: 40px 20px; text-align: center; font-size: 12px; line-height: 1.8; }
footer a { color: rgba(255,255,255,.5); }
.footer-inner { max-width: 800px; margin: 0 auto; }
.footer-links { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; font-size: 13px; font-weight: 600; }

/* HAMBURGER + MOBILE MENU */
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none;z-index:300;flex-shrink:0}
.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}
.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 4px 16px rgba(0,0,0,.12);z-index:999;padding:8px 12px 12px;flex-direction:column;gap:2px}
.mobile-menu a{display:block;padding:11px 16px;font-size:14px;font-weight:700;color:var(--muted);border-radius:8px;text-decoration:none}
.mobile-menu a:hover,.mobile-menu a.active{color:var(--primary);background:var(--primary-light)}
.mobile-menu.open{display:flex}

/* MOBILE OPTIMIZATIONS — bonus pages responsive (T44) */
@media (max-width: 768px) {
  body { padding: 0 !important; font-size: 15px; }
  .page { padding: 16px !important; gap: 16px; }
  .hero-section { padding: 24px 16px !important; }
  .hero-content h1 { font-size: 22px; line-height: 1.25; }
  .hero-content p { font-size: 14px; }
  .bonus-box { padding: 16px !important; margin-bottom: 16px; }
  .bonus-row { gap: 12px; }
  .bonus-stat-num { font-size: 20px; }

  /* Card bonus / altri-bookmaker / offerta */
  .bonus-card, .other-card, .sidebar-card {
    width: 100% !important;
    min-width: 0 !important;
    margin: 8px 0 !important;
    box-sizing: border-box;
  }
  .other-card { padding: 12px !important; }

  /* Bottoni CTA: tap target 44px, full width, font 16px iOS-safe */
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-cta-strong,
  .btn-neutral,
  .sidebar-btn-neutral,
  a[class*="btn-cta"],
  a[class*="btn-hero"] {
    display: block !important;
    width: 100% !important;
    min-height: 44px !important;
    font-size: 16px !important;
    text-align: center !important;
    padding: 12px 16px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    line-height: 1.3;
  }

  /* Hero stats wrap tra 600-768px */
  .hero-stats { flex-wrap: wrap; }
  .hero-stat { flex: 1 1 calc(50% - 8px); }

  /* Tabelle scrollabili orizzontalmente (solo classi dedicate, non tutti i table) */
  .req-table,
  .table-wrap {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
  .req-table th, .req-table td { font-size: 13px; padding: 8px 10px; }

  /* Logo bookmaker contenuti */
  .other-logo { max-width: 100%; height: auto; }
  .hero-logo-wrap { width: 100%; }
  .hero-logo-wrap img { max-width: 140px; height: auto; }

  /* Step e FAQ */
  .step { padding: 12px; }
  .faq-q { font-size: 14px; padding: 12px 14px; }
  .faq-a { font-size: 13px; padding: 0 14px 12px; }

  /* Ridurre testo minimo a 14px (no font sotto soglia leggibilità) */
  .bonus-stat-label,
  .hero-stat-label,
  .other-name { font-size: 14px !important; }

  .bc-header { justify-content: center; }
  .bc-name   { text-align: center; }
}

/* WCAG 2.4.7 - focus visible */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid #ffd54a;outline-offset:2px;box-shadow:0 0 0 5px #1a1a2e}
.skip-link{position:absolute;top:-40px;left:0;background:#1d1d2e;color:#fff;padding:8px 16px;z-index:9999;border-radius:0 0 4px 0;font-size:14px;text-decoration:none;}
.skip-link:focus{top:0;}

/* ============================================================
   BONUS PAGE LAYOUT — condiviso tra bonus-<bookmaker>.html
   ============================================================ */

/* LAYOUT */
.page { max-width: 1100px; margin: 0 auto; padding: 32px 20px 60px; display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; }

/* BONUS BOX */
.bonus-box { background: var(--white); border: 2px solid var(--primary); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-md); margin-bottom: 24px; }
.bonus-box-title { font-size: 13px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.bonus-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 20px; }
.bonus-stat { text-align: center; }
.bonus-stat-num { font-size: 24px; font-weight: 800; color: var(--primary); line-height: 1; }
.bonus-stat-label { font-size: 11px; color: var(--muted); margin-top: 3px; }
.bonus-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.tag { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 6px; }
.tag.green { color: var(--green); background: var(--green-bg); border: 1px solid #bbf7d0; }
.tag.gold { color: var(--gold); background: var(--gold-bg); border: 1px solid #fde68a; }
.tag.blue { color: #1d4ed8; background: #eff6ff; border: 1px solid #bfdbfe; }
.tag.orange { color: var(--orange); background: var(--orange-bg); border: 1px solid #fed7aa; }
.btn-neutral { display: block; text-align: center; background: var(--white); color: var(--primary); border: 2px solid var(--primary); font-size: 14px; font-weight: 700; padding: 12px; border-radius: 10px; font-family: 'Nunito', sans-serif; transition: all .15s; margin-top: 12px; }
.btn-neutral:hover { background: var(--primary-light); }
.btn-cta-strong { display: block; text-align: center; background: var(--primary); color: white; font-size: 15px; font-weight: 800; padding: 14px; border-radius: 10px; font-family: 'Nunito', sans-serif; transition: background .15s; margin-top: 16px; }
.btn-cta-strong:hover { background: var(--primary-dark); }
.bonus-disclaimer { font-size: 11px; color: #92400e; background: #fff7ed; border-radius: 6px; padding: 8px; margin-top: 12px; line-height: 1.5; }

/* SEZIONI */
.section-title { font-size: 19px; font-weight: 800; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--primary); }
.steps { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.step { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 16px; box-shadow: var(--shadow); }
.step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--primary); color: white; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-body h3 { font-size: 14px; font-weight: 800; margin-bottom: 2px; }
.step-body p { font-size: 13px; color: var(--muted); line-height: 1.5; }

.req-table { width: 100%; border-collapse: collapse; font-size: 13px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 8px; }
.req-table th { background: #1d1d2e; color: white; padding: 10px 14px; text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }
.req-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); vertical-align: top; }
.req-table tr:last-child td { border-bottom: none; }
.req-table tr:nth-child(even) td { background: var(--bg); }
.req-table td:first-child { font-weight: 700; width: 40%; }

.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 10px; }
.faq-q { padding: 14px 16px; font-weight: 700; font-size: 14px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; }
.faq-q:hover { opacity: 0.85; }
.faq-q::after { content: '+'; font-size: 18px; color: var(--primary); font-weight: 800; flex-shrink: 0; }
.faq-item.open .faq-q::after { content: '−'; }
.faq-a { padding: 0 16px 14px; font-size: 13px; color: var(--muted); line-height: 1.6; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.35s ease, opacity 0.25s ease; }
.faq-item.open .faq-a { max-height: 1000px; opacity: 1; }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.pros { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--green); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); transition: box-shadow 0.25s, transform 0.25s; }
.cons { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--primary); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); transition: box-shadow 0.25s, transform 0.25s; }
.pros:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(22,163,74,0.12), 0 2px 8px rgba(0,0,0,0.06); }
.cons:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(230,57,70,0.12), 0 2px 8px rgba(0,0,0,0.06); }
.pc-item { display: flex; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 6px; line-height: 1.4; border-radius: 6px; padding: 3px 6px; transition: background 0.2s, transform 0.2s; }
.pros .pc-item:hover { background: #f0fdf4; transform: translateX(4px); }
.cons .pc-item:hover { background: #fff0f0; transform: translateX(4px); }

.other-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 32px; }
.other-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px; box-shadow: var(--shadow); text-align: center; transition: box-shadow 0.25s, transform 0.25s; display: block; cursor: pointer; }
.other-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(230,57,70,0.18), 0 2px 8px rgba(0,0,0,0.08); }
.other-logo { width: 117px; height: 49px; border-radius: 6px; border: 1px solid var(--border); background: white; object-fit: fill; margin: 0 auto 8px; display: block; }
.other-name { font-size: 12px; font-weight: 800; text-transform: uppercase; margin-bottom: 4px; }
.other-amount { font-size: 14px; font-weight: 800; color: var(--primary); }

.sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 20px; overflow: hidden; }
.sidebar-card-title { background: #1d1d2e; color: white; padding: 12px 16px; font-size: 13px; font-weight: 800; }
.sidebar-card-body { padding: 14px 16px; }
.warning-box { background: #fffbeb; border: 1px solid #fde68a; border-radius: 8px; padding: 12px; font-size: 12px; color: #92400e; line-height: 1.5; }
.sidebar-btn-neutral { display: block; background: var(--white); color: var(--primary); border: 2px solid var(--primary); text-align: center; padding: 10px; border-radius: 8px; font-size: 13px; font-weight: 700; margin-top: 14px; font-family: 'Nunito', sans-serif; }
.sidebar-btn-neutral:hover { background: var(--primary-light); }

/* MEDIA QUERIES — devono stare DOPO le definizioni base dei componenti */
@media(max-width:900px){.page{grid-template-columns:1fr}.bonus-row{grid-template-columns:repeat(2,1fr)}.pros-cons{grid-template-columns:1fr}.other-grid{grid-template-columns:repeat(2,1fr)}.hero-inner{flex-direction:column;align-items:flex-start}.hero-cta-wrap{width:100%}.btn-hero-primary,.btn-hero-secondary{width:100%;white-space:normal}.hero-content{width:100%;min-width:0}.hero-stats{flex-wrap:wrap}.page>aside{order:99}}
@media(max-width:600px){nav{display:none}.hamburger{display:flex}.hero-stats{gap:16px;flex-wrap:wrap}.hero-stat{flex:1 1 calc(50% - 8px)}.hero-stat-num{font-size:22px}.hero-content h1{font-size:22px}.other-grid{grid-template-columns:repeat(2,1fr)}}

/* ============================================================
   VISUAL ENHANCEMENTS
   ============================================================ */

/* Scroll reveal — fallback: senza JS tutto visibile */
.reveal { opacity: 1; }
.js .reveal { opacity: 0; }
.js .reveal.visible { animation: fadeInUp 0.4s ease forwards; }
.js .cd-card:first-child.reveal { animation-duration: 0.25s; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Hero gradient animato — solo dove la classe .hero--animated è presente (home.html) */
@keyframes heroGradient {
  0%, 100% { background-position: 0% 50%; }
  50%       { background-position: 100% 50%; }
}
.hero--animated {
  background-size: 200% 200%;
  animation: heroGradient 8s ease infinite;
}

/* Card hover — glow rosso */
.cd-card { transition: box-shadow 0.25s, transform 0.25s; }
.cd-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(230,57,70,0.18), 0 2px 8px rgba(0,0,0,0.08);
}

/* Top card — guida lo sguardo verso la migliore offerta */
.cd-card.top {
  border: 2px solid var(--primary);
  transform: scale(1.02);
}
.cd-card.top:hover { transform: scale(1.02) translateY(-4px); }

/* CTA micro-interazione */
.btn-verifica,
.btn-hero-primary,
.btn-hero-secondary,
.btn-offerta,
.btn-cta-strong,
.btn-neutral {
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s;
}
.btn-verifica:hover,
.btn-hero-primary:hover,
.btn-offerta:hover,
.btn-cta-strong:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(230,57,70,0.3);
}
.btn-verifica:active,
.btn-hero-primary:active,
.btn-offerta:active,
.btn-cta-strong:active { transform: scale(0.97); }

/* Header glassmorphism — solo desktop */
header { transition: background 0.3s, box-shadow 0.3s; }
@media (min-width: 768px) {
  header { transition: background 0.3s, backdrop-filter 0.3s, box-shadow 0.3s; }
  header.scrolled {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  }
}

/* Logo link hover feedback */
.logo-link { display: inline-flex; line-height: 0; }
.logo-link:hover img { opacity: 0.8; transition: opacity 0.15s; }

/* Skeleton loading */
@keyframes shimmer { to { background-position: -200% center; } }
.sk-card {
  background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%);
  background-size: 200% auto;
  animation: shimmer 1.4s linear infinite;
  border-radius: var(--radius);
  height: 160px;
  margin-bottom: 12px;
}

/* Badge LIVE — pulse + dot wave (da Claude Design) */
@keyframes livePulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.4); }
  50%      { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
}
@keyframes liveDot {
  0%,100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.7); }
  50%      { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
}
.hero-badge { animation: livePulse 1.6s ease-in-out infinite; }
.hero-badge::before {
  content: ""; display: inline-block;
  width: 7px; height: 7px; border-radius: 50%;
  background: #22c55e;
  animation: liveDot 1.6s ease-in-out infinite;
  margin-right: 2px;
}

/* Hero depth — overlay radiali per profondità (da Claude Design) */
.hero--animated { position: relative; }
.hero--animated::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(600px 300px at 80% 10%, rgba(230,57,70,0.15), transparent 60%),
    radial-gradient(400px 300px at 10% 90%, rgba(217,119,6,0.08), transparent 60%);
  pointer-events: none;
}

/* Top card badge pill (da Claude Design) */
.cd-card { position: relative; }
.cd-card.top::before {
  content: "⭐ Top";
  position: absolute; top: -10px; left: 14px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff; font-size: 10px; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px;
  box-shadow: 0 3px 10px rgba(230,57,70,0.35);
}

/* Logo span glow */
.logo span { text-shadow: 0 2px 8px rgba(230,57,70,0.25); }

/* Accessibilità — nessuna animazione se l'utente la disabilita */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* === Hero pagine bonus · stat row ======================================== */
.bonus-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 auto;
  max-width: 1100px;
  background: #f9fafb;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.bs-item {
  padding: 18px 20px;
  border-right: 1px solid var(--border, #e5e7eb);
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.bs-item:last-child { border-right: 0; }
.bs-item:first-child {
  background: linear-gradient(180deg, #fef3f2 0%, #ffffff 100%);
}
.bs-item:first-child .bs-value {
  color: var(--primary, #e63946);
}
.bs-label {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.bs-value {
  font-size: 28px;
  font-weight: 800;
  color: var(--text, #1d1d2e);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640px) {
  .bonus-stats {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0 0 12px 12px;
  }
  .bs-item { padding: 14px 16px; }
  .bs-item:nth-child(1),
  .bs-item:nth-child(2) { border-bottom: 1px solid var(--border, #e5e7eb); }
  .bs-item:nth-child(1),
  .bs-item:nth-child(3) { border-right: 1px solid var(--border, #e5e7eb); }
  .bs-item:nth-child(2),
  .bs-item:nth-child(4) { border-right: 0; }
  .bs-value { font-size: 22px; }
}

/* === Trust bar (sopra footer esistente) ================================== */
.trust-bar {
  background: #f8f9fa;
  border-top: 1px solid var(--border, #e5e7eb);
  border-bottom: 1px solid var(--border, #e5e7eb);
  padding: 20px 16px;
  font-size: 14px;
  color: var(--text, #1d1d2e);
}
.trust-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
  text-align: center;
}
.trust-row-1 { font-weight: 700; }
.trust-shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--primary, #e63946);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  flex-shrink: 0;
}
.trust-shield::before { content: "🛡"; font-size: 14px; line-height: 1; }
.trust-adm-logo {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary-dark, #c1121f);
}
.trust-row-2 { font-size: 13px; color: #6b7280; }
.trust-row-2 a {
  color: var(--text, #1d1d2e);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.trust-row-2 a:hover { border-bottom-color: var(--primary, #e63946); }
.trust-age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 2px 8px;
  background: var(--text, #1d1d2e);
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.trust-sep { color: #d1d5db; user-select: none; }
@media (max-width: 640px) {
  .trust-bar { padding: 18px 14px; }
  .trust-row { flex-direction: column; gap: 10px; }
  .trust-sep { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .trust-row-2 a { transition: none; }
}

/* ================================================================
   ROUND B — Upgrade interattivi
   ================================================================ */

/* === ⑥ Steps · timeline verticale ================================ */
.steps {
  position: relative;
  padding: 8px 0;
}
.step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px;
  align-items: flex-start;
  padding: 14px 18px 14px 0;
  margin-bottom: 16px;
  margin-left: 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.step:last-child { margin-bottom: 0; }
.step:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.step-num {
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: 14px;
  background: linear-gradient(135deg, var(--primary, #e63946), var(--primary-dark, #c1121f));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(230,57,70,0.3), 0 0 0 4px #fff;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.steps::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 32px;
  bottom: 32px;
  width: 2px;
  background: var(--border, #e5e7eb);
  z-index: 0;
  pointer-events: none;
}
.step-body h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 14px 0 4px;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--text);
}
.step-body p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  padding-bottom: 4px;
}
@media (max-width: 640px) {
  .step { margin-left: 14px; padding-right: 14px; gap: 14px; }
  .step-num { margin-left: -14px; margin-top: 12px; }
  .steps::before { left: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .step { transition: none; }
  .step:hover { transform: none; }
}

/* === ⑦ Pros/Cons · split card headers ============================ */
.pros {
  overflow: hidden;
  border-top: 1px solid var(--border);
}
.cons {
  overflow: hidden;
  border-top: 1px solid var(--border);
}
.pros h3 {
  margin: -16px -16px 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 800;
  background: #f0fdf4;
  color: #15803d;
  border-bottom: 1px solid #bbf7d0;
}
.cons h3 {
  margin: -16px -16px 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 800;
  background: #fff0f0;
  color: var(--primary-dark, #c1121f);
  border-bottom: 1px solid #fecaca;
}

/* === ③ Sticky compare bar (pagine bonus) ========================= */
.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: #fff;
  border-top: 1px solid var(--border, #e5e7eb);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
  padding: 12px 20px;
  transform: translateY(110%);
  transition: transform 0.28s cubic-bezier(0.2,0.7,0.3,1);
  visibility: hidden;
}
.sticky-bar.is-visible {
  transform: translateY(0);
  visibility: visible;
}
.sticky-bar.dismissed {
  transform: translateY(110%);
  visibility: hidden;
  pointer-events: none;
}
.sticky-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.sb-logo {
  width: 56px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}
.sb-text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text, #1d1d2e);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sb-text strong {
  color: var(--primary, #e63946);
  font-weight: 800;
}
.sb-cta {
  flex-shrink: 0;
  padding: 12px 20px;
  background: var(--primary, #e63946);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
}
.sb-cta:hover {
  background: var(--primary-dark, #c1121f);
  transform: translateY(-1px);
}
.sb-close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
  font-family: inherit;
}
.sb-close:hover { background: #f3f4f6; color: var(--text, #1d1d2e); }
@media (max-width: 767px) {
  .sticky-bar { padding: 10px 12px; bottom: 56px; }
  .sb-logo { width: 44px; height: 26px; }
  .sb-text { font-size: 12px; white-space: normal; line-height: 1.25; }
  .sb-cta { padding: 10px 14px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .sticky-bar, .sb-cta { transition: none; }
}

/* === ⑩ Mobile bottom nav ========================================= */
.bottom-nav { display: none; }
@media (max-width: 767px) {
  .bottom-nav {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 150;
    height: 56px;
    background: #fff;
    border-top: 1px solid var(--border, #e5e7eb);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: env(safe-area-inset-bottom, 0);
    height: calc(56px + env(safe-area-inset-bottom, 0));
  }
  .bn-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: transparent;
    border: 0;
    text-decoration: none;
    color: #6b7280;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 4px;
    cursor: pointer;
    transition: color 0.15s ease;
  }
  .bn-item.active {
    color: var(--primary, #e63946);
    font-weight: 800;
  }
  .bn-icon { font-size: 18px; line-height: 1; }
  .bn-label { font-size: 11px; line-height: 1; }
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom, 0)); }
}
/* === ⑩ Mobile FAB ================================================ */
.mobile-fab { display: none; }
@media (max-width: 767px) {
  .mobile-fab {
    position: fixed;
    right: 16px;
    bottom: calc(72px + env(safe-area-inset-bottom, 0));
    z-index: 210;
    height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: var(--primary, #e63946);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 8px 24px rgba(230,57,70,0.4);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.18s ease, background 0.15s ease;
  }
  .mobile-fab:hover, .mobile-fab:active { background: var(--primary-dark, #c1121f); }
  .mobile-fab-icon { font-size: 18px; line-height: 1; font-weight: 800; }
}
@media (prefers-reduced-motion: reduce) {
  .bn-item, .mobile-fab { transition: none; }
}
