/*
Theme Name: MCOI
Theme URI: https://miglioricasinoonlineitaliani.net
Author: MCOI
Description: Custom theme for MiglioriCasinoOnlineItaliani.net
Version: 1.0
Text Domain: mcoi
*/

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; line-height: 1.6; color: #333333; background-color: #ffffff; }
h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', sans-serif; color: #111827; line-height: 1.3; }
a { color: #111827; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #F2A900; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
*:focus-visible { outline: 2px solid #F2A900; outline-offset: 2px; }
.wrapper { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.skip-link { position: absolute; top: -100px; left: 16px; background: #F2A900; color: #111827; padding: 8px 16px; font-weight: 600; z-index: 10000; border-radius: 4px; transition: top 0.2s ease; }
.skip-link:focus { top: 8px; }
.cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background: #111827; color: #ffffff; padding: 16px; z-index: 9999; display: none; }
.cookie-banner.active { display: block; }
.cookie-banner .cookie-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.cookie-banner .cookie-text { font-size: 14px; line-height: 1.5; text-align: center; }
.cookie-banner .cookie-text a { color: #F2A900; text-decoration: underline; }
.cookie-banner .cookie-buttons { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-banner .cookie-btn { padding: 10px 24px; border: none; border-radius: 6px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; transition: opacity 0.2s ease; }
.cookie-banner .cookie-btn:hover { opacity: 0.85; }
.cookie-banner .cookie-accept { background: #F2A900; color: #111827; }
.cookie-banner .cookie-reject { background: transparent; color: #ffffff; border: 1px solid #ffffff; }
.navbar { position: sticky; top: 0; z-index: 1000; background: #111827; transition: box-shadow 0.3s ease; }
.navbar.scrolled { box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3); }
.navbar .navbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; max-width: 1200px; margin: 0 auto; }
.navbar .logo { display: flex; align-items: center; gap: 8px; }
.navbar .logo svg { width: 32px; height: 32px; flex-shrink: 0; }
.navbar .logo-text { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; color: #ffffff; white-space: nowrap; }
.navbar .logo-text span { color: #F2A900; }
.navbar .nav-menu { display: none; align-items: center; gap: 24px; }
.navbar .nav-link { color: #ffffff; font-size: 15px; font-weight: 500; padding: 4px 0; position: relative; transition: color 0.2s ease; }
.navbar .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: #F2A900; transition: width 0.2s ease; }
.navbar .nav-link:hover { color: #F2A900; }
.navbar .nav-link:hover::after { width: 100%; }
.navbar .nav-link.active { color: #F2A900; }
.navbar .nav-link.active::after { width: 100%; }
.navbar .adm-badge { display: none; align-items: center; gap: 6px; background: rgba(242, 169, 0, 0.15); color: #F2A900; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 20px; border: 1px solid rgba(242, 169, 0, 0.3); }
.navbar .mobile-toggle { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.navbar .mobile-toggle span { width: 24px; height: 2px; background: #ffffff; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.navbar .mobile-menu { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #111827; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 16px; }
.navbar .mobile-menu.open { display: block; }
.navbar .mobile-menu a { display: block; color: #ffffff; font-size: 16px; font-weight: 500; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.navbar .mobile-menu a:last-child { border-bottom: none; }
.navbar .mobile-menu a:hover { color: #F2A900; }
.navbar .mobile-adm { display: flex; align-items: center; gap: 6px; color: #F2A900; font-size: 13px; font-weight: 600; padding: 12px 0 0 0; }
.hero { background: linear-gradient(135deg, #111827 0%, #1B2D45 50%, #111827 100%); padding-top: 48px; padding-bottom: 40px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(242, 169, 0, 0.08) 0%, transparent 70%); border-radius: 50%; }
.hero .hero-content { position: relative; z-index: 1; text-align: center; }
.hero .hero-heading { font-size: 28px; font-weight: 700; color: #ffffff; margin-bottom: 16px; }
.hero .hero-heading span { color: #F2A900; }
.hero .hero-subtitle { font-size: 16px; color: rgba(255, 255, 255, 0.8); margin-bottom: 24px; max-width: 620px; margin-left: auto; margin-right: auto; }
.hero .trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 32px; }
.hero .trust-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, 0.1); color: #ffffff; font-size: 13px; font-weight: 500; padding: 8px 16px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.15); }
.hero .counters { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.hero .counter-item { text-align: center; }
.hero .counter-number { font-family: 'Space Grotesk', sans-serif; font-size: 32px; font-weight: 700; color: #F2A900; display: block; }
.hero .counter-label { font-size: 13px; color: rgba(255, 255, 255, 0.7); }
.hero .hero-cta { display: inline-flex; align-items: center; gap: 8px; background: #F2A900; color: #111827; font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; padding: 14px 32px; border-radius: 8px; margin-top: 24px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.hero .hero-cta:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(242, 169, 0, 0.4); color: #111827; }
.content-layout { display: flex; flex-direction: column; gap: 0; }
.content-main { flex: 1; min-width: 0; }
.sidebar { display: none; width: 300px; flex-shrink: 0; }
.section { padding: 48px 0; }
.section.alt-bg { background: #F5F5F5; }
.section .section-header { text-align: center; margin-bottom: 32px; }
.section .section-title { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.section .section-subtitle { font-size: 15px; color: #666666; }
.ranking-table { width: 100%; overflow-x: auto; margin-bottom: 16px; }
.ranking-table table { width: 100%; min-width: 700px; border-collapse: collapse; background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.ranking-table th { background: #111827; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; padding: 14px 12px; text-align: left; white-space: nowrap; }
.ranking-table td { padding: 14px 12px; border-bottom: 1px solid #eeeeee; font-size: 14px; vertical-align: middle; }
.ranking-table tr:last-child td { border-bottom: none; }
.ranking-table tr:hover td { background: #FFFBF0; }
.ranking-table .op-cell { display: flex; align-items: center; gap: 10px; min-width: 140px; }
.ranking-table .op-logo { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; color: #ffffff; flex-shrink: 0; }
.ranking-table .op-name { font-weight: 600; color: #111827; white-space: nowrap; }
.ranking-table .bonus-cell { font-size: 13px; max-width: 220px; line-height: 1.4; }
.ranking-table .strengths-cell { font-size: 13px; max-width: 200px; line-height: 1.4; color: #555555; }
.ranking-table .rating-cell { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: #F2A900; font-size: 16px; white-space: nowrap; }
.ranking-table .cta-cell a { display: inline-block; background: #1B8C3D; color: #ffffff; font-size: 13px; font-weight: 600; padding: 8px 20px; border-radius: 6px; white-space: nowrap; transition: background 0.2s ease, transform 0.2s ease; }
.ranking-table .cta-cell a:hover { background: #157a33; transform: translateY(-1px); color: #ffffff; }
.ranking-table .table-note, p.table-note { font-size: 11px; color: #aaaaaa; text-align: center; margin-top: 8px; }
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.review-card { background: #ffffff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.review-card:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12); }
.review-card .card-top { display: flex; align-items: center; gap: 14px; padding: 20px 20px 0 20px; }
.review-card .card-logo { width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 700; color: #ffffff; flex-shrink: 0; }
.review-card .card-info { flex: 1; }
.review-card .card-name { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; color: #111827; }
.review-card .card-badge { display: inline-block; background: #F2A900; color: #111827; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.review-card .card-stars { display: flex; align-items: center; gap: 4px; padding: 12px 20px 0 20px; }
.review-card .card-stars .star { width: 18px; height: 18px; color: #F2A900; }
.review-card .card-stars .rating-text { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; color: #F2A900; margin-left: 6px; }
.review-card .card-desc { padding: 12px 20px 0 20px; font-size: 14px; color: #555555; line-height: 1.6; }
.review-card .card-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 16px 20px; }
.review-card .pros h4 { font-size: 13px; font-weight: 700; color: #1B8C3D; margin-bottom: 6px; }
.review-card .cons h4 { font-size: 13px; font-weight: 700; color: #cc3333; margin-bottom: 6px; }
.review-card .pros li { font-size: 13px; color: #555555; padding: 2px 0 2px 18px; position: relative; }
.review-card .pros li::before { content: '✓'; position: absolute; left: 0; color: #1B8C3D; font-weight: 700; }
.review-card .cons li { font-size: 13px; color: #555555; padding: 2px 0 2px 18px; position: relative; }
.review-card .cons li::before { content: '✗'; position: absolute; left: 0; color: #cc3333; font-weight: 700; }
.review-card .card-bottom { padding: 0 20px 20px 20px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.review-card .card-cta { display: inline-block; width: 100%; text-align: center; background: #1B8C3D; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; padding: 12px 24px; border-radius: 8px; transition: background 0.2s ease; }
.review-card .card-cta:hover { background: #157a33; color: #ffffff; }
.review-card .card-disclaimer { font-size: 11px; color: #999999; text-align: center; }
.compare-table { width: 100%; overflow-x: auto; }
.compare-table table { width: 100%; min-width: 650px; border-collapse: collapse; background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.compare-table th { background: #111827; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 600; padding: 12px 10px; text-align: center; white-space: nowrap; }
.compare-table th:first-child { text-align: left; }
.compare-table td { padding: 12px 10px; border-bottom: 1px solid #eeeeee; font-size: 13px; text-align: center; vertical-align: middle; }
.compare-table td:first-child { text-align: left; font-weight: 600; color: #111827; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: #FFFBF0; }
.compare-table .check { color: #1B8C3D; font-weight: 700; }
.compare-table .cross { color: #cc3333; font-weight: 700; }
.guide-section { padding: 48px 0; }
.guide-section .guide-content { max-width: 800px; }
.guide-section .guide-title { font-size: 24px; font-weight: 700; margin-bottom: 24px; }
.guide-section .guide-h2 { font-size: 22px; font-weight: 700; margin-top: 32px; margin-bottom: 12px; color: #111827; }
.guide-section .guide-h3 { font-size: 18px; font-weight: 600; margin-top: 24px; margin-bottom: 10px; color: #1B2D45; }
.guide-section .guide-content p { font-size: 15px; color: #444444; margin-bottom: 16px; line-height: 1.7; }
.guide-section .guide-content ul { margin-bottom: 16px; padding-left: 20px; }
.guide-section .guide-content ul li { font-size: 15px; color: #444444; padding: 4px 0; list-style: disc; line-height: 1.6; }
.guide-section .guide-content strong { color: #111827; }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.app-card { background: #ffffff; border-radius: 10px; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); text-align: center; }
.app-card .app-name { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 4px; }
.app-card .app-score { font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 700; color: #F2A900; }
.app-card .app-label { font-size: 12px; color: #888888; }
.method-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 16px; }
.method-card { background: #ffffff; border-radius: 8px; padding: 16px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); }
.method-card .method-name { font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.method-card .method-detail { font-size: 13px; color: #555555; line-height: 1.5; }
.criteria-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.criteria-item { background: #ffffff; border-radius: 8px; padding: 16px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); }
.criteria-item .criteria-name { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; color: #111827; margin-bottom: 4px; }
.criteria-item .criteria-weight { font-size: 20px; font-weight: 700; color: #F2A900; font-family: 'Space Grotesk', sans-serif; }
.criteria-item .criteria-desc { font-size: 12px; color: #666666; margin-top: 4px; }
.faq-section { padding: 48px 0; background: #F5F5F5; }
.faq-section .faq-title { font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 32px; }
.faq-section .faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); }
.faq-item .faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 20px; background: none; border: none; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 600; color: #111827; text-align: left; gap: 12px; transition: background 0.2s ease; }
.faq-item .faq-question:hover { background: #FFFBF0; }
.faq-item .faq-question[aria-expanded="true"] { background: #FFFBF0; }
.faq-item .faq-icon { width: 24px; height: 24px; flex-shrink: 0; transition: transform 0.3s ease; }
.faq-item .faq-question[aria-expanded="true"] .faq-icon { transform: rotate(180deg); }
.faq-item .faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.4s ease; }
.faq-item .faq-answer-inner { padding: 0 20px 16px 20px; font-size: 14px; color: #555555; line-height: 1.7; }
.sidebar .sidebar-section { padding: 24px; }
.sidebar .sidebar-card { background: #ffffff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); padding: 20px; margin-bottom: 20px; }
.sidebar .sidebar-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid #F2A900; }
.sidebar .top-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.sidebar .top-item:last-child { border-bottom: none; }
.sidebar .top-rank { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; color: #F2A900; width: 28px; }
.sidebar .top-logo { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #ffffff; flex-shrink: 0; }
.sidebar .top-info { flex: 1; }
.sidebar .top-name { font-size: 14px; font-weight: 600; color: #111827; display: block; }
.sidebar .top-rating { font-size: 12px; color: #F2A900; font-weight: 600; display: block; }
.sidebar .top-cta { font-size: 12px; font-weight: 600; color: #1B8C3D; }
.sidebar .news-item { padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.sidebar .news-item:last-child { border-bottom: none; }
.sidebar .news-date { font-size: 11px; color: #999999; display: block; margin-bottom: 4px; }
.sidebar .news-text { font-size: 13px; color: #444444; line-height: 1.5; }
.sidebar .sticky-cta { background: linear-gradient(135deg, #111827, #1B2D45); color: #ffffff; border-radius: 12px; padding: 24px; text-align: center; }
.sidebar .sticky-cta-title { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.sidebar .sticky-cta-text { font-size: 13px; color: rgba(255, 255, 255, 0.8); margin-bottom: 16px; }
.sidebar .sticky-cta-btn { display: inline-block; background: #F2A900; color: #111827; font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; padding: 12px 28px; border-radius: 8px; transition: transform 0.2s ease; }
.sidebar .sticky-cta-btn:hover { transform: translateY(-2px); color: #111827; }
.site-footer { background: #111827; color: #ffffff; padding: 48px 0 0 0; }
.site-footer .footer-top { display: flex; flex-direction: column; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.site-footer .footer-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.site-footer .footer-logo svg { width: 28px; height: 28px; }
.site-footer .footer-logo-text { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; }
.site-footer .footer-logo-text span { color: #F2A900; }
.site-footer .footer-claim { font-size: 14px; color: rgba(255, 255, 255, 0.7); }
.site-footer .footer-nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.site-footer .footer-link { font-size: 14px; color: rgba(255, 255, 255, 0.7); transition: color 0.2s ease; }
.site-footer .footer-link:hover { color: #F2A900; }
.site-footer .footer-badges { display: flex; flex-wrap: wrap; gap: 12px; padding: 24px 0; }
.site-footer .footer-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.8); font-size: 12px; font-weight: 500; padding: 6px 14px; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.1); }
.site-footer .footer-disclaimer { padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.site-footer .footer-disclaimer p { font-size: 12px; color: rgba(255, 255, 255, 0.5); line-height: 1.7; margin-bottom: 12px; }
.site-footer .footer-disclaimer p:last-child { margin-bottom: 0; }
.site-footer .footer-bottom { text-align: center; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.site-footer .footer-copyright { font-size: 13px; color: rgba(255, 255, 255, 0.5); }
.site-footer .footer-help-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 10px; }
.site-footer .footer-help-link { font-size: 12px; color: #F2A900; }
.scroll-top { position: fixed; bottom: 80px; right: 20px; width: 44px; height: 44px; background: #F2A900; color: #111827; border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease; z-index: 900; }
.scroll-top:hover { transform: translateY(-2px); }
.scroll-top.visible { display: flex; }
@media (min-width: 768px) {
  .cookie-banner .cookie-inner { flex-direction: row; text-align: left; }
  .cookie-banner .cookie-text { flex: 1; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .hero .hero-heading { font-size: 36px; }
  .hero .counter-number { font-size: 40px; }
  .section .section-title { font-size: 28px; }
  .app-grid { grid-template-columns: repeat(3, 1fr); }
  .criteria-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .navbar .nav-menu { display: flex; }
  .navbar .adm-badge { display: flex; }
  .navbar .mobile-toggle { display: none; }
  .content-layout { flex-direction: row; gap: 40px; }
  .sidebar { display: block; }
  .hero .hero-heading { font-size: 42px; }
  .guide-section .guide-content { max-width: none; }
}
@media (min-width: 1200px) {
  .wrapper { padding: 0 24px; }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .hero .hero-heading { font-size: 48px; }
  .criteria-grid { grid-template-columns: repeat(3, 1fr); }
}
/* Base */
body { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; line-height: 1.6; color: #333333; background-color: #ffffff; -webkit-font-smoothing: antialiased; }
/* Skip Link */
.skip-link { position: absolute; top: -100px; left: 16px; background: #F2A900; color: #111827; padding: 8px 16px; border-radius: 4px; font-weight: 600; font-size: 14px; z-index: 10000; transition: top 0.2s ease; }
/* Navbar */
/* Cookie Banner */
/* Hero */
.hero .wrapper { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.hero-badge { display: inline-block; padding: 6px 14px; background: rgba(242, 169, 0, 0.12); border: 1px solid rgba(242, 169, 0, 0.25); border-radius: 20px; font-size: 12px; font-weight: 600; color: #F2A900; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.hero h1 { font-size: 28px; font-weight: 700; margin-bottom: 16px; color: #ffffff; }
.hero h1 span { color: #F2A900; }
.hero-desc { font-size: 16px; color: rgba(255, 255, 255, 0.8); max-width: 640px; margin-bottom: 24px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-stat { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 10px; padding: 14px 18px; flex: 1 1 140px; }
.hero-stat-value { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; color: #F2A900; }
.hero-stat-label { font-size: 12px; color: rgba(255, 255, 255, 0.6); margin-top: 2px; }
/* Breadcrumb */
.breadcrumb { padding: 12px 0; }
.breadcrumb-list { display: flex; gap: 8px; font-size: 13px; color: #888888; list-style: none; }
.breadcrumb-list a { color: #666666; }
.breadcrumb-list a:hover { color: #F2A900; }
/* Filters */
.filters { padding: 0 0 32px; }
.filters-label { font-size: 13px; font-weight: 600; color: #666666; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.filters-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn { padding: 8px 16px; background: #ffffff; border: 1px solid #eeeeee; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 500; color: #555555; cursor: pointer; transition: all 0.2s ease; }
.filter-btn:hover { border-color: #F2A900; color: #F2A900; }
.filter-btn.active { background: #F2A900; border-color: #F2A900; color: #111827; font-weight: 600; }
/* Layout */
.content-layout { display: grid; grid-template-columns: 1fr; gap: 32px; padding-bottom: 48px; }
/* Bonus Cards */
.bonus-card { background: #ffffff; border-radius: 12px; padding: 20px; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); overflow: hidden; }
.bonus-card:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12); }
.bonus-card .bonus-card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.bonus-card .bonus-card-logo { width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 14px; color: #ffffff; flex-shrink: 0; }
.bonus-card .bonus-card-name { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; color: #111827; }
.bonus-card .bonus-card-license { font-size: 11px; color: #888888; }
.bonus-card .bonus-card-body { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.bonus-card .bonus-card-offer { background: rgba(242, 169, 0, 0.08); border-radius: 8px; padding: 12px; }
.bonus-card .bonus-card-offer-label { font-size: 11px; font-weight: 600; color: #F2A900; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.bonus-card .bonus-card-offer-value { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; color: #111827; }
.bonus-card .bonus-card-details { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.bonus-card .bonus-card-detail { background: #F5F5F5; border-radius: 6px; padding: 8px 10px; }
.bonus-card .bonus-card-detail-label { font-size: 10px; color: #888888; text-transform: uppercase; letter-spacing: 0.5px; }
.bonus-card .bonus-card-detail-value { font-size: 14px; font-weight: 600; color: #111827; }
.bonus-card .bonus-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.bonus-card .bonus-card-tag { padding: 4px 10px; background: rgba(242, 169, 0, 0.1); border-radius: 4px; font-size: 11px; font-weight: 600; color: #F2A900; }
.bonus-card .bonus-card-cta { display: block; text-align: center; padding: 14px; background: #1B8C3D; color: #ffffff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; border-radius: 10px; transition: background 0.2s ease; }
.bonus-card .bonus-card-cta:hover { background: #16752f; color: #ffffff; }
.bonus-card .bonus-card-footer { text-align: center; margin-top: 8px; font-size: 11px; color: #888888; }
.no-results { display: none; text-align: center; padding: 40px 20px; color: #888888; font-size: 15px; }
/* Convertibility Section */
.convert-section { padding: 48px 0; }
.convert-card { background: #ffffff; border: 1px solid #eeeeee; border-radius: 12px; padding: 20px; margin-bottom: 16px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.convert-card .convert-card-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; gap: 8px; flex-wrap: wrap; }
.convert-card .convert-card-name { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; color: #111827; }
.convert-badge { padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.convert-badge-alta { background: rgba(34, 197, 94, 0.15); color: #22C55E; }
.convert-badge-buona { background: rgba(59, 130, 246, 0.15); color: #3B82F6; }
.convert-badge-media { background: rgba(251, 191, 36, 0.15); color: #FBBF24; }
.convert-badge-bassa { background: rgba(239, 68, 68, 0.15); color: #EF4444; }
.convert-card .convert-card-math { background: #F5F5F5; border-radius: 8px; padding: 12px; font-size: 14px; color: #555555; margin-bottom: 8px; }
.convert-card .convert-card-math strong { color: #111827; }
.convert-rank { background: #ffffff; border: 1px solid #eeeeee; border-radius: 12px; padding: 20px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.convert-rank .convert-rank-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eeeeee; }
.convert-rank .convert-rank-item:last-child { border-bottom: none; }
.convert-rank .convert-rank-num { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; color: #F2A900; width: 32px; }
.convert-rank .convert-rank-name { font-size: 15px; font-weight: 600; color: #111827; }
/* Analysis Section */
.analysis-section { padding: 48px 0; }
.analysis-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
.analysis-box { background: #ffffff; border: 1px solid #eeeeee; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.analysis-box h3 { font-size: 18px; margin-bottom: 12px; }
.analysis-box .analysis-box-highlight { font-family: 'Space Grotesk', sans-serif; font-size: 32px; font-weight: 700; color: #F2A900; margin-bottom: 8px; }
.analysis-box p { font-size: 14px; color: #555555; margin-bottom: 8px; }
.analysis-box p strong { color: #111827; }
.analysis-verdict { background: rgba(242, 169, 0, 0.08); border: 1px solid rgba(242, 169, 0, 0.2); border-radius: 12px; padding: 24px; margin-top: 20px; }
.analysis-verdict h3 { font-size: 18px; margin-bottom: 8px; color: #F2A900; }
/* Steps Section */
.steps-section { padding: 48px 0; }
.step-item { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid #eeeeee; }
.step-item:last-child { border-bottom: none; }
.step-item .step-num { font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 700; color: #F2A900; width: 40px; flex-shrink: 0; }
.step-item .step-content h3 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.step-item .step-content p { font-size: 14px; color: #666666; }
/* Mistakes Section */
.mistakes-section { padding: 48px 0; }
.mistake-item { background: #ffffff; border: 1px solid #eeeeee; border-radius: 10px; padding: 16px; margin-bottom: 12px; display: flex; gap: 14px; align-items: flex-start; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.mistake-item .mistake-icon { width: 36px; height: 36px; background: rgba(239, 68, 68, 0.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; color: #EF4444; font-weight: 700; }
.mistake-item .mistake-content h3 { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.mistake-item .mistake-content p { font-size: 13px; color: #666666; }
/* Contribution Table */
.contrib-section { padding: 48px 0; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; border: 1px solid #eeeeee; }
.contrib-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 12px; overflow: hidden; }
.contrib-table th { background: #111827; padding: 12px 16px; text-align: left; font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; color: #F2A900; text-transform: uppercase; letter-spacing: 0.5px; }
.contrib-table td { padding: 12px 16px; border-bottom: 1px solid #eeeeee; font-size: 14px; color: #555555; }
.contrib-table tr:last-child td { border-bottom: none; }
.contrib-table td:nth-child(2) { font-weight: 700; color: #111827; }
.contrib-high { color: #22C55E !important; }
.contrib-mid { color: #FBBF24 !important; }
.contrib-low { color: #EF4444 !important; }
/* Guide Section */
.guide-text { font-size: 15px; color: #555555; margin-bottom: 16px; }
.guide-text strong { color: #111827; }
.guide-sub { font-size: 20px; font-weight: 600; margin-top: 24px; margin-bottom: 12px; }
/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 80px; align-self: start; }
.sidebar-card { background: #ffffff; border: 1px solid #eeeeee; border-radius: 12px; padding: 20px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.sidebar-section { display: flex; flex-direction: column; gap: 20px; }
.sidebar-card h3, .sidebar-title { font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.top-item { display: grid; grid-template-columns: 20px 32px 1fr; gap: 2px 8px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eeeeee; }
.top-item:last-child { border-bottom: none; }
.top-item .top-rank { grid-row: 1 / 3; font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #F2A900; align-self: center; }
.top-item .top-logo { grid-row: 1 / 3; width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #ffffff; align-self: center; }
.top-item .top-info { grid-column: 3; }
.top-item .top-name { display: block; font-size: 13px; font-weight: 600; color: #111827; line-height: 1.3; }
.top-item .top-bonus, .top-item .top-detail { display: block; font-size: 11px; color: #888888; line-height: 1.3; }
.top-item .top-cta { grid-column: 3; justify-self: start; padding: 0; background: none; color: #1B8C3D; font-size: 11px; font-weight: 700; }
.top-item .top-cta:hover { color: #16752f; }
.highlight-card { background: linear-gradient(135deg, rgba(242, 169, 0, 0.12) 0%, rgba(242, 169, 0, 0.04) 100%); border: 1px solid rgba(242, 169, 0, 0.2); border-radius: 12px; padding: 20px; text-align: center; }
.highlight-card .highlight-title { font-size: 16px; margin-bottom: 8px; }
.highlight-card .highlight-text { font-size: 13px; color: #666666; margin-bottom: 4px; }
.highlight-card .highlight-amount { font-family: 'Space Grotesk', sans-serif; font-size: 28px; font-weight: 700; color: #F2A900; margin: 8px 0; }
.highlight-card .highlight-btn { display: inline-block; padding: 10px 24px; background: #1B8C3D; color: #ffffff; border-radius: 8px; font-weight: 700; font-size: 14px; margin-top: 8px; }
.highlight-card .highlight-btn:hover { background: #16752f; color: #ffffff; }
.sticky-cta { background: linear-gradient(135deg, #111827, #1B2D45); border: none; border-radius: 12px; padding: 20px; text-align: center; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.sticky-cta .sticky-cta-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; margin-bottom: 6px; }
.sticky-cta .sticky-cta-text { font-size: 13px; color: #ffffff; margin-bottom: 12px; }
.sticky-cta .sticky-cta-btn { display: inline-block; padding: 10px 24px; background: #F2A900; color: #111827; border-radius: 8px; font-weight: 700; font-size: 14px; }
.sticky-cta .sticky-cta-btn:hover { opacity: 0.85; }
/* FAQ */
.faq-section { padding: 48px 0; }
.faq-item { border-bottom: 1px solid #eeeeee; }
.faq-item .faq-question { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 16px 20px; background: none; border: none; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 600; color: #111827; text-align: left; gap: 12px; }
.faq-item .faq-question svg { width: 18px; height: 18px; flex-shrink: 0; transition: transform 0.3s ease; color: #F2A900; }
.faq-item .faq-question[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer .faq-answer-inner { padding: 0 20px 16px 20px; font-size: 14px; color: #666666; line-height: 1.7; }
/* Section headings */
.section-title { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.section-subtitle { font-size: 15px; color: #666666; margin-bottom: 24px; }
/* Alt background for sections */
.alt-bg { background: #F5F5F5; }
/* Footer */
/* Scroll top */
/* Responsive - Bonus page */
@media (min-width: 768px) {
  .cookie-banner .cookie-inner { flex-direction: row; text-align: left; }
  .cookie-banner .cookie-text { flex: 1; }
  .hero h1 { font-size: 36px; }
  .analysis-grid { grid-template-columns: 1fr 1fr; }
  .section-title { font-size: 28px; }
  .site-footer .footer-top { flex-direction: row; justify-content: space-between; align-items: flex-start; }
  .convert-card .convert-card-name { font-size: 16px; }
  .bonus-card .bonus-card-offer-value { font-size: 22px; }
}
@media (min-width: 1024px) {
  .navbar .nav-menu { display: flex; }
  .navbar .adm-badge { display: flex; }
  .navbar .mobile-toggle { display: none; }
  .hero h1 { font-size: 42px; }
  .hero-desc { font-size: 18px; }
  .content-layout { grid-template-columns: 1fr 300px; gap: 40px; }
}
@media (min-width: 1200px) {
  .wrapper { padding: 0 24px; }
  .hero h1 { font-size: 48px; }
}
.navbar .mobile-adm-badge { display: flex; align-items: center; gap: 6px; color: #F2A900; font-size: 13px; font-weight: 600; padding: 12px 0 0 0; }
.breadcrumb .breadcrumb-list { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb .breadcrumb-link { font-size: 13px; color: #666666; transition: color 0.2s ease; }
.breadcrumb .breadcrumb-link:hover { color: #F2A900; }
.breadcrumb .breadcrumb-separator { font-size: 13px; color: #999999; }
.breadcrumb .breadcrumb-current { font-size: 13px; color: #111827; font-weight: 600; }
.hero::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(242, 169, 0, 0.05) 0%, transparent 70%); border-radius: 50%; }
.hero .hero-subtitle { font-size: 16px; color: rgba(255, 255, 255, 0.8); margin-bottom: 24px; max-width: 650px; margin-left: auto; margin-right: auto; }
.hero .trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hero .trust-badge svg { width: 16px; height: 16px; flex-shrink: 0; }
.slot-cards-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.slot-card { background: #ffffff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.slot-card:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12); }
.slot-card .card-header { display: flex; align-items: center; gap: 14px; padding: 20px 20px 0 20px; }
.slot-card .card-logo { width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 700; color: #ffffff; flex-shrink: 0; }
.slot-card .card-info { flex: 1; }
.slot-card .card-name { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; color: #111827; }
.slot-card .card-badge { display: inline-block; background: #F2A900; color: #111827; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.slot-card .card-highlights { padding: 16px 20px 0 20px; }
.slot-card .card-highlights ul { display: flex; flex-direction: column; gap: 8px; }
.slot-card .card-highlights li { font-size: 14px; color: #444444; padding-left: 22px; position: relative; line-height: 1.5; list-style: none; }
.slot-card .card-highlights li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; background: #F2A900; border-radius: 50%; }
.slot-card .card-recommended { padding: 12px 20px 0 20px; }
.slot-card .card-recommended-title { font-size: 13px; font-weight: 700; color: #111827; margin-bottom: 6px; }
.slot-card .card-recommended-text { font-size: 13px; color: #555555; line-height: 1.5; }
.slot-card .card-footer { padding: 16px 20px 20px 20px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.slot-card .card-cta { display: inline-block; width: 100%; text-align: center; background: #1B8C3D; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; padding: 12px 24px; border-radius: 8px; transition: background 0.2s ease; }
.slot-card .card-cta:hover { background: #157a33; color: #ffffff; }
.slot-card .card-disclaimer { font-size: 11px; color: #999999; text-align: center; }
.rtp-table { width: 100%; overflow-x: auto; margin-bottom: 16px; }
.rtp-table table { width: 100%; min-width: 750px; border-collapse: collapse; background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.rtp-table th { background: #111827; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; padding: 14px 12px; text-align: left; white-space: nowrap; }
.rtp-table td { padding: 14px 12px; border-bottom: 1px solid #eeeeee; font-size: 14px; vertical-align: middle; }
.rtp-table tr:last-child td { border-bottom: none; }
.rtp-table tr:hover td { background: #FFFBF0; }
.rtp-table .rank-cell { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: #F2A900; font-size: 16px; text-align: center; width: 40px; }
.rtp-table .slot-name-cell { font-weight: 600; color: #111827; white-space: nowrap; }
.rtp-table .provider-cell { color: #555555; white-space: nowrap; }
.rtp-table .rtp-cell { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: #1B8C3D; white-space: nowrap; }
.rtp-table .volatility-cell { white-space: nowrap; }
.rtp-table .jackpot-cell { white-space: nowrap; text-align: center; }
.rtp-table .jackpot-yes { color: #F2A900; font-weight: 700; }
.rtp-table .jackpot-no { color: #cccccc; }
.rtp-table .where-cell { font-size: 13px; color: #555555; }
.rtp-table .table-note { font-size: 12px; color: #888888; text-align: center; margin-top: 12px; }
.theme-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
.theme-card { background: #ffffff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); transition: transform 0.2s ease; }
.theme-card:hover { transform: translateY(-2px); }
.theme-card .theme-icon { font-size: 28px; margin-bottom: 8px; }
.theme-card .theme-name { font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 700; color: #111827; margin-bottom: 6px; }
.theme-card .theme-slots { font-size: 14px; color: #555555; line-height: 1.5; }
.provider-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
.provider-card { background: #ffffff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.provider-card .provider-name { font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 700; color: #111827; margin-bottom: 6px; }
.provider-card .provider-desc { font-size: 14px; color: #555555; line-height: 1.6; }
.provider-card .provider-games { font-size: 13px; color: #F2A900; font-weight: 600; margin-top: 8px; }
.bankroll-table { width: 100%; overflow-x: auto; margin-top: 16px; margin-bottom: 16px; }
.bankroll-table table { width: 100%; min-width: 600px; border-collapse: collapse; background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.bankroll-table th { background: #111827; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; padding: 14px 12px; text-align: left; }
.bankroll-table td { padding: 14px 12px; border-bottom: 1px solid #eeeeee; font-size: 14px; }
.bankroll-table tr:last-child td { border-bottom: none; }
.bankroll-table tr:hover td { background: #FFFBF0; }
.myth-item { background: #ffffff; border-radius: 8px; padding: 20px; margin-bottom: 12px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); display: flex; gap: 16px; align-items: flex-start; }
.myth-item .myth-verdict { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 12px; padding: 4px 10px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; }
.myth-item .myth-false { background: #FFE0E0; color: #CC0000; }
.myth-item .myth-partial { background: #FFF3D0; color: #996600; }
.myth-item .myth-text { font-size: 14px; color: #444444; line-height: 1.6; }
.myth-item .myth-text strong { color: #111827; }
.new-slots-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 20px; }
.new-slot-card { background: #ffffff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); border-left: 4px solid #F2A900; }
.new-slot-card .new-slot-name { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 4px; }
.new-slot-card .new-slot-info { font-size: 13px; color: #555555; }
.sidebar .top-name { font-size: 14px; font-weight: 600; color: #111827; }
.sidebar .top-detail { font-size: 12px; color: #F2A900; font-weight: 600; }
.sidebar .rtp-widget-item { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.sidebar .rtp-widget-item:last-child { border-bottom: none; }
.sidebar .rtp-widget-name { font-size: 13px; font-weight: 600; color: #111827; }
.sidebar .rtp-widget-provider { font-size: 11px; color: #888888; }
.sidebar .rtp-widget-value { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; color: #1B8C3D; }
.site-footer .footer-brand { }
.scroll-top { position: fixed; bottom: 80px; right: 20px; width: 44px; height: 44px; background: #F2A900; color: #111827; border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease, opacity 0.2s ease; z-index: 900; }
.scroll-top svg { width: 20px; height: 20px; }
@media (min-width: 768px) {
  .slot-cards-grid { grid-template-columns: 1fr 1fr; }
  .theme-grid { grid-template-columns: 1fr 1fr; }
  .provider-grid { grid-template-columns: 1fr 1fr; }
  .new-slots-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .slot-cards-grid { grid-template-columns: 1fr 1fr; }
  .theme-grid { grid-template-columns: 1fr 1fr 1fr; }
  .provider-grid { grid-template-columns: 1fr 1fr; }
  .new-slots-grid { grid-template-columns: 1fr 1fr 1fr; }
}
@media (min-width: 1200px) {
  .slot-cards-grid { grid-template-columns: repeat(3, 1fr); }
  .theme-grid { grid-template-columns: repeat(4, 1fr); }
  .provider-grid { grid-template-columns: repeat(4, 1fr); }
}
.hero .hero-subtitle { font-size: 16px; color: rgba(255, 255, 255, 0.8); max-width: 620px; margin-left: auto; margin-right: auto; }
.hero .hero-icon { width: 64px; height: 64px; margin: 0 auto 20px auto; background: rgba(242, 169, 0, 0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.hero .hero-icon svg { width: 32px; height: 32px; }
.breadcrumb { padding: 16px 0; }
.breadcrumb .breadcrumb-list { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #888888; flex-wrap: wrap; }
.breadcrumb .breadcrumb-list a { color: #F2A900; font-weight: 500; }
.breadcrumb .breadcrumb-list a:hover { color: #111827; }
.breadcrumb .breadcrumb-separator { color: #999999; }
.page-content { max-width: 800px; margin: 0 auto; }
.page-content p { font-size: 15px; color: #444444; margin-bottom: 16px; line-height: 1.7; }
.page-content strong { color: #111827; }
.page-content h2 { font-size: 22px; font-weight: 700; margin-top: 40px; margin-bottom: 16px; color: #111827; }
.page-content h3 { font-size: 18px; font-weight: 600; margin-top: 28px; margin-bottom: 12px; color: #1B2D45; }
.page-content .last-updated { text-align: center; font-size: 14px; color: #888888; padding-top: 32px; border-top: 1px solid #eeeeee; margin-top: 48px; }
.info-box { background: #EBF5FB; border-left: 4px solid #2E86C1; border-radius: 8px; padding: 20px 24px; margin: 24px 0; }
.info-box .info-box-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.info-box p { font-size: 14px; color: #444444; line-height: 1.7; margin-bottom: 0; }
.warning-box { background: #FFF3CD; border-left: 4px solid #F2A900; border-radius: 8px; padding: 20px 24px; margin: 24px 0; }
.warning-box .warning-box-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.warning-box p { font-size: 14px; color: #444444; line-height: 1.7; margin-bottom: 0; }
.warning-box ul { margin-top: 10px; padding-left: 0; }
.warning-box ul li { font-size: 14px; color: #444444; line-height: 1.7; padding: 4px 0 4px 24px; position: relative; }
.warning-box ul li::before { content: ''; position: absolute; left: 0; top: 12px; width: 8px; height: 8px; background: #F2A900; border-radius: 50%; }
.help-box { background: #D4EDDA; border-left: 4px solid #1B8C3D; border-radius: 8px; padding: 20px 24px; margin: 24px 0; }
.help-box .help-box-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.help-box p { font-size: 14px; color: #444444; line-height: 1.7; margin-bottom: 8px; }
.help-box p:last-child { margin-bottom: 0; }
.help-box a { color: #1B8C3D; font-weight: 600; text-decoration: underline; }
.help-box a:hover { color: #111827; }
.danger-box { background: #F8D7DA; border-left: 4px solid #cc3333; border-radius: 8px; padding: 20px 24px; margin: 24px 0; }
.danger-box .danger-box-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #cc3333; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.danger-box p { font-size: 14px; color: #444444; line-height: 1.7; margin-bottom: 0; }
.checklist { margin: 20px 0; padding: 0; }
.checklist li { font-size: 15px; color: #444444; line-height: 1.7; padding: 8px 0 8px 32px; position: relative; border-bottom: 1px solid #eeeeee; }
.checklist li:last-child { border-bottom: none; }
.checklist li::before { content: ''; position: absolute; left: 0; top: 14px; width: 18px; height: 18px; border: 2px solid #cc3333; border-radius: 4px; }
.self-test { background: #ffffff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); padding: 28px; margin: 28px 0; }
.self-test .self-test-title { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; color: #111827; margin-bottom: 16px; text-align: center; }
.self-test .test-question { padding: 14px 0; border-bottom: 1px solid #eeeeee; display: flex; align-items: flex-start; gap: 12px; }
.self-test .test-question:last-of-type { border-bottom: none; }
.self-test .test-number { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; color: #ffffff; background: #111827; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.self-test .test-text { font-size: 15px; color: #444444; line-height: 1.6; padding-top: 3px; }
.self-test .test-result { margin-top: 20px; padding: 16px 20px; border-radius: 8px; font-size: 14px; line-height: 1.7; }
.self-test .test-result-warning { background: #FFF3CD; border: 1px solid #F2A900; color: #444444; }
.self-test .test-result-ok { background: #D4EDDA; border: 1px solid #1B8C3D; color: #444444; }
.resource-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 24px 0; }
.resource-card { background: #ffffff; border-radius: 10px; padding: 24px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); border: 1px solid #eeeeee; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.resource-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
.resource-card .resource-name { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 6px; }
.resource-card .resource-contact { font-size: 20px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: #1B8C3D; margin-bottom: 8px; }
.resource-card .resource-contact a { color: #1B8C3D; text-decoration: none; }
.resource-card .resource-contact a:hover { color: #111827; }
.resource-card .resource-desc { font-size: 14px; color: #555555; line-height: 1.6; }
.resource-card .resource-tag { display: inline-block; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 4px; margin-bottom: 10px; }
.resource-card .resource-tag-free { background: #D4EDDA; color: #1B8C3D; }
.resource-card .resource-tag-online { background: #EBF5FB; color: #2E86C1; }
.resource-card .resource-tag-local { background: #FFF3CD; color: #856404; }
.tips-list { margin: 20px 0; padding: 0; counter-reset: tips; }
.tips-list li { font-size: 15px; color: #444444; line-height: 1.7; padding: 12px 0 12px 44px; position: relative; border-bottom: 1px solid #eeeeee; counter-increment: tips; }
.tips-list li:last-child { border-bottom: none; }
.tips-list li::before { content: counter(tips); position: absolute; left: 0; top: 12px; width: 28px; height: 28px; background: #F2A900; color: #111827; font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.minors-banner { background: linear-gradient(135deg, #111827 0%, #1B2D45 100%); border-radius: 12px; padding: 32px; text-align: center; margin: 40px 0; }
.minors-banner .minors-icon { font-size: 48px; margin-bottom: 12px; display: block; font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: #cc3333; }
.minors-banner .minors-title { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.minors-banner .minors-text { font-size: 15px; color: rgba(255, 255, 255, 0.8); line-height: 1.7; max-width: 600px; margin: 0 auto; }
.exclusion-steps { margin: 20px 0; padding: 0; }
.exclusion-steps li { font-size: 15px; color: #444444; line-height: 1.7; padding: 12px 0 12px 44px; position: relative; border-bottom: 1px solid #eeeeee; }
.exclusion-steps li:last-child { border-bottom: none; }
.exclusion-steps li::before { content: ''; position: absolute; left: 8px; top: 18px; width: 12px; height: 12px; border-radius: 50%; background: #111827; }
.exclusion-steps li::after { content: ''; position: absolute; left: 13px; top: 30px; width: 2px; height: calc(100% - 18px); background: #eeeeee; }
.exclusion-steps li:last-child::after { display: none; }
.law-box { background: #F5F5F5; border-radius: 8px; padding: 20px 24px; margin: 24px 0; border: 1px solid #dddddd; }
.law-box .law-box-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.law-box p { font-size: 14px; color: #444444; line-height: 1.7; margin-bottom: 8px; }
.law-box p:last-child { margin-bottom: 0; }
@media (min-width: 768px) {
  .resource-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .resource-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.breadcrumb .breadcrumb-list { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 14px; color: #666666; }
.breadcrumb .breadcrumb-list a { color: #111827; font-weight: 500; }
.breadcrumb .breadcrumb-list a:hover { color: #F2A900; }
.breadcrumb .breadcrumb-current { color: #F2A900; font-weight: 600; }
.privacy-content { padding: 48px 0; }
.privacy-content .content-inner { max-width: 800px; margin: 0 auto; }
.privacy-content .section-block { margin-bottom: 40px; }
.privacy-content .section-block:last-child { margin-bottom: 0; }
.privacy-content .section-block h2 { font-size: 22px; font-weight: 700; color: #111827; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid #F2A900; }
.privacy-content .section-block h3 { font-size: 18px; font-weight: 600; color: #1B2D45; margin-top: 20px; margin-bottom: 10px; }
.privacy-content .section-block p { font-size: 15px; color: #444444; line-height: 1.8; margin-bottom: 14px; }
.privacy-content .section-block p:last-child { margin-bottom: 0; }
.privacy-content .section-block ul { margin-bottom: 14px; padding-left: 20px; }
.privacy-content .section-block ul li { font-size: 15px; color: #444444; padding: 4px 0; list-style: disc; line-height: 1.7; }
.privacy-content .section-block strong { color: #111827; }
.privacy-content .section-block a { color: #F2A900; font-weight: 500; text-decoration: underline; }
.privacy-content .section-block a:hover { color: #111827; }
.privacy-content .info-box { background: #F5F5F5; border-left: 4px solid #F2A900; border-radius: 0 8px 8px 0; padding: 20px 24px; margin-bottom: 14px; }
.privacy-content .info-box p { margin-bottom: 8px; }
.privacy-content .info-box p:last-child { margin-bottom: 0; }
.privacy-content .last-updated { text-align: center; font-size: 14px; color: #888888; padding-top: 32px; border-top: 1px solid #eeeeee; margin-top: 48px; }
@media (min-width: 768px) {
  .privacy-content .section-block h2 { font-size: 24px; }
}
.breadcrumb .breadcrumb-list li { font-size: 14px; color: #666666; display: flex; align-items: center; gap: 8px; }
.breadcrumb .breadcrumb-list li a { color: #111827; font-weight: 500; }
.breadcrumb .breadcrumb-list li a:hover { color: #F2A900; }
.breadcrumb .breadcrumb-separator { color: #999999; font-size: 12px; }
.legal-content { padding: 48px 0; }
.legal-content .legal-inner { max-width: 800px; margin: 0 auto; }
.legal-content .legal-updated { font-size: 13px; color: #888888; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 1px solid #eeeeee; }
.legal-content .legal-section { margin-bottom: 36px; }
.legal-content .legal-section h2 { font-size: 22px; font-weight: 700; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #F2A900; }
.legal-content .legal-section h3 { font-size: 18px; font-weight: 600; margin-top: 20px; margin-bottom: 10px; color: #1B2D45; }
.legal-content .legal-section p { font-size: 15px; color: #444444; margin-bottom: 14px; line-height: 1.7; }
.legal-content .legal-section ul { margin-bottom: 14px; padding-left: 20px; }
.legal-content .legal-section ul li { font-size: 15px; color: #444444; padding: 4px 0; list-style: disc; line-height: 1.6; }
.legal-content .legal-section strong { color: #111827; }
.legal-content .legal-section a { color: #F2A900; text-decoration: underline; }
.legal-content .legal-section a:hover { color: #111827; }
.cookie-table-wrap { width: 100%; overflow-x: auto; margin: 20px 0; }
.cookie-table-wrap table { width: 100%; min-width: 600px; border-collapse: collapse; background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.cookie-table-wrap th { background: #111827; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; padding: 14px 12px; text-align: left; white-space: nowrap; }
.cookie-table-wrap td { padding: 14px 12px; border-bottom: 1px solid #eeeeee; font-size: 14px; vertical-align: top; color: #444444; line-height: 1.5; }
.cookie-table-wrap tr:last-child td { border-bottom: none; }
.cookie-table-wrap tr:hover td { background: #FFFBF0; }
.cookie-table-wrap .cookie-type-badge { display: inline-block; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 4px; white-space: nowrap; }
.cookie-table-wrap .badge-tecnico { background: #e8f5e9; color: #1B8C3D; }
.cookie-table-wrap .badge-analitico { background: #fff3e0; color: #e67e00; }
.cookie-table-wrap .badge-profilazione { background: #fce4ec; color: #cc3333; }
.browser-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 20px 0; }
.browser-card { background: #F5F5F5; border-radius: 8px; padding: 20px; }
.browser-card .browser-name { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.browser-card .browser-steps { font-size: 14px; color: #444444; line-height: 1.7; }
.browser-card .browser-steps ol { padding-left: 20px; }
.browser-card .browser-steps ol li { padding: 2px 0; list-style: decimal; }
@media (min-width: 768px) {
  .browser-grid { grid-template-columns: 1fr 1fr; }
}
.breadcrumb .breadcrumb-list li { font-size: 14px; color: #888888; display: flex; align-items: center; gap: 8px; }
.contact-section { padding: 48px 0; }
.contact-section .contact-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.contact-section .contact-form-card { background: #ffffff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); padding: 32px 24px; }
.contact-section .contact-form-card .form-title { font-size: 22px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.contact-section .contact-form-card .form-subtitle { font-size: 14px; color: #666666; margin-bottom: 24px; }
.contact-section .contact-form .form-group { margin-bottom: 20px; }
.contact-section .contact-form .form-label { display: block; font-size: 14px; font-weight: 600; color: #111827; margin-bottom: 6px; }
.contact-section .contact-form .form-input { width: 100%; padding: 12px 16px; border: 2px solid #e0e0e0; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; color: #333333; background: #ffffff; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-section .contact-form .form-input:focus { border-color: #F2A900; box-shadow: 0 0 0 3px rgba(242, 169, 0, 0.15); outline: none; }
.contact-section .contact-form .form-input::placeholder { color: #aaaaaa; }
.contact-section .contact-form .form-select { width: 100%; padding: 12px 16px; border: 2px solid #e0e0e0; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; color: #333333; background: #ffffff; appearance: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 20px; cursor: pointer; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-section .contact-form .form-select:focus { border-color: #F2A900; box-shadow: 0 0 0 3px rgba(242, 169, 0, 0.15); outline: none; }
.contact-section .contact-form .form-textarea { width: 100%; padding: 12px 16px; border: 2px solid #e0e0e0; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; color: #333333; background: #ffffff; resize: vertical; min-height: 140px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-section .contact-form .form-textarea:focus { border-color: #F2A900; box-shadow: 0 0 0 3px rgba(242, 169, 0, 0.15); outline: none; }
.contact-section .contact-form .form-textarea::placeholder { color: #aaaaaa; }
.contact-section .contact-form .form-submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; background: #F2A900; color: #111827; font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; padding: 14px 32px; border-radius: 8px; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.contact-section .contact-form .form-submit:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(242, 169, 0, 0.4); }
.contact-section .contact-form .form-success { display: none; background: #e8f5e9; border: 2px solid #1B8C3D; border-radius: 8px; padding: 16px 20px; margin-top: 20px; font-size: 15px; font-weight: 600; color: #1B8C3D; text-align: center; line-height: 1.5; }
.contact-section .contact-form .form-success.visible { display: block; }
.contact-section .contact-info-card { background: #ffffff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); padding: 32px 24px; }
.contact-section .contact-info-card .info-title { font-size: 22px; font-weight: 700; color: #111827; margin-bottom: 24px; }
.contact-section .contact-info-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px solid #f0f0f0; }
.contact-section .contact-info-item:first-of-type { padding-top: 0; }
.contact-section .contact-info-item:last-of-type { border-bottom: none; padding-bottom: 0; }
.contact-section .contact-info-item .info-icon { width: 48px; height: 48px; background: rgba(242, 169, 0, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-section .contact-info-item .info-icon svg { width: 24px; height: 24px; }
.contact-section .contact-info-item .info-content { flex: 1; }
.contact-section .contact-info-item .info-label { font-size: 13px; font-weight: 600; color: #888888; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.contact-section .contact-info-item .info-value { font-size: 16px; font-weight: 600; color: #111827; }
.contact-section .contact-info-item .info-value a { color: #111827; text-decoration: underline; text-decoration-color: #F2A900; text-underline-offset: 3px; }
.contact-section .contact-info-item .info-value a:hover { color: #F2A900; }
.contact-section .contact-info-item .info-note { font-size: 13px; color: #888888; margin-top: 4px; }
.notices-section { padding: 48px 0; background: #F5F5F5; }
.notices-section .notices-title { font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 32px; }
.notices-section .notices-grid { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 800px; margin: 0 auto; }
.notices-section .notice-card { background: #ffffff; border-radius: 8px; padding: 24px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); display: flex; align-items: flex-start; gap: 16px; }
.notices-section .notice-card .notice-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.notices-section .notice-card .notice-icon.warning { background: rgba(242, 169, 0, 0.12); }
.notices-section .notice-card .notice-icon.info { background: rgba(13, 27, 42, 0.08); }
.notices-section .notice-card .notice-icon.help { background: rgba(27, 140, 61, 0.1); }
.notices-section .notice-card .notice-icon svg { width: 22px; height: 22px; }
.notices-section .notice-card .notice-content { flex: 1; }
.notices-section .notice-card .notice-title { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 6px; }
.notices-section .notice-card .notice-text { font-size: 14px; color: #555555; line-height: 1.6; }
.notices-section .notice-card .notice-text a { color: #111827; font-weight: 600; text-decoration: underline; text-decoration-color: #F2A900; text-underline-offset: 3px; }
.notices-section .notice-card .notice-text a:hover { color: #F2A900; }
.notices-section .notice-card .notice-text strong { color: #111827; }
@media (min-width: 768px) {
  .contact-section .contact-grid { grid-template-columns: 1fr 1fr; }
  .notices-section .notices-title { font-size: 28px; }
  .faq-section .faq-title { font-size: 28px; }
  .contact-section .contact-form-card { padding: 40px 32px; }
  .contact-section .contact-info-card { padding: 40px 32px; }
}
/* ═══ MOBILE FIX ═══ */
@media (max-width: 1023px) {
  .sidebar { display: none !important; }
  .content-layout { grid-template-columns: 1fr !important; display: grid !important; }
}
@media (max-width: 767px) {
  .hero { padding-top: 32px; padding-bottom: 28px; }
  .hero .hero-heading, .hero h1 { font-size: 24px; line-height: 1.3; }
  .hero .hero-subtitle { font-size: 14px; margin-bottom: 16px; }
  .hero .trust-badges { gap: 8px; margin-bottom: 20px; }
  .hero .trust-badge { font-size: 11px; padding: 6px 12px; }
  .hero .hero-cta { font-size: 14px; padding: 12px 24px; }
  .content-layout { gap: 20px; }
  .ranking-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .ranking-table table { min-width: 600px; }
  .section { padding: 24px 0; }
  .section-title { font-size: 20px; }
  .section-subtitle { font-size: 13px; }
  .review-card { padding: 16px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ═══ RANKING CARDS ═══ */
.ranking-cards { display: flex; flex-direction: column; gap: 16px; }
.rank-card { background: #ffffff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); padding: 20px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.rank-card:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,0.12); }
.rank-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.rank-pos { font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 700; color: #F2A900; width: 32px; text-align: center; flex-shrink: 0; }
.rank-card-head .op-logo { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #ffffff; flex-shrink: 0; }
.rank-card-info { flex: 1; }
.rank-card-name { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: #111827; }
.rank-card-rating { display: block; font-size: 14px; font-weight: 700; color: #F2A900; }
.rank-card-body { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.rank-card-bonus, .rank-card-strengths { font-size: 13px; color: #444444; line-height: 1.5; }
.rank-card-label { display: block; font-size: 11px; font-weight: 700; color: #888888; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }
.rank-card-cta { display: block; text-align: center; padding: 14px; background: #1B8C3D; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; border-radius: 10px; transition: background 0.2s ease; }
.rank-card-cta:hover { background: #16752f; color: #ffffff; }

/* Desktop: row-like layout */
@media (min-width: 768px) {
  .rank-card { display: grid; grid-template-columns: 210px 1fr auto; gap: 16px; align-items: center; padding: 16px 20px; }
  .rank-card-head { margin-bottom: 0; }
  .rank-card-body { margin-bottom: 0; flex-direction: row; gap: 24px; }
  .rank-card-bonus, .rank-card-strengths { flex: 1 1 0; min-width: 0; }
  .rank-card-cta { white-space: nowrap; padding: 12px 28px; border-radius: 8px; align-self: center; min-width: 100px; text-align: center; }
}

/* ═══ FULL-WIDTH FIX ═══ */
/* Outer .wrapper: remove constraint so full-width backgrounds work */
body > .wrapper { max-width: none; padding: 0; }

/* Top-level containers: centered with max-width (replaces old wrapper) */
.content-layout, .breadcrumb, .filters,
.convert-section, .analysis-section,
.steps-section, .mistakes-section, .contrib-section,
.page-content, .privacy-content, .legal-content, .contact-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .content-layout, .breadcrumb, .filters,
  .convert-section, .analysis-section,
  .steps-section, .mistakes-section, .contrib-section,
  .page-content, .privacy-content, .legal-content, .contact-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Standalone sections outside content-layout: centered */
article > .section:not(.alt-bg),
article > .guide-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  article > .section:not(.alt-bg),
  article > .guide-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Full-width sections (hero, alt-bg, faq, notices): edge-to-edge background, content centered via padding */
.hero, article > .section.alt-bg, article > .faq-section, .notices-section {
  padding-left: max(16px, calc((100% - 1168px) / 2));
  padding-right: max(16px, calc((100% - 1168px) / 2));
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .hero, article > .section.alt-bg, article > .faq-section, .notices-section {
    padding-left: calc((100% - 1152px) / 2);
    padding-right: calc((100% - 1152px) / 2);
  }
}

/* Sections inside content-main: NO extra padding/max-width (grid cell handles width) */
.content-main .section,
.content-main .section.alt-bg,
.content-main .guide-section,
.content-main .faq-section,
.main-content .section {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
