/*
Theme Name: NuoviCasino
Theme URI: https://nuovicasino.org
Author: NuoviCasino.org
Author URI: https://nuovicasino.org
Description: Tema personalizzato per NuoviCasino.org - Guida ai migliori nuovi casino online ADM in Italia
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nuovicasino
*/

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root { scroll-behavior: smooth; }

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #E8E6E1; background: #0A0F2C; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

/* ═══ UTILITIES ═══ */
.wrapper { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; line-height: 1.15; color: #FFFFFF; }

a { text-decoration: none; color: inherit; }

/* ═══ REVEAL ANIMATION ═══ */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══ NAVBAR ═══ */
.navbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 16px 0; transition: background 0.3s, box-shadow 0.3s, padding 0.3s; }
.navbar.scrolled { background: rgba(10, 15, 44, 0.95); backdrop-filter: blur(12px); box-shadow: 0 2px 40px rgba(0,0,0,0.3); padding: 10px 0; }
.navbar .wrapper { display: flex; align-items: center; justify-content: space-between; }
.navbar .nav-logo { display: flex; align-items: center; gap: 10px; }
.navbar .nav-logo svg { width: 36px; height: 36px; }
.navbar .nav-logo-text { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; color: #FFFFFF; }
.navbar .nav-logo-text span { color: #F5C842; }
.navbar .nav-links { display: flex; gap: 32px; align-items: center; }
.navbar .nav-links a { font-size: 14px; font-weight: 500; color: rgba(232, 230, 225, 0.7); transition: color 0.3s; letter-spacing: 0.3px; }
.navbar .nav-links a:hover { color: #F5C842; }
.navbar .nav-links a.active { color: #F5C842; }
.navbar .nav-links a.nav-cta { background: #F5C842; color: #0A0F2C; padding: 10px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; font-family: 'Space Grotesk', sans-serif; transition: transform 0.3s, box-shadow 0.3s; display: inline-block; }
.navbar .nav-links a.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245, 200, 66, 0.3); color: #0A0F2C; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1001; width: 28px; }
.hamburger span { display: block; width: 100%; height: 2px; background: #FFFFFF; border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.hamburger-toggle { display: none; }
.hamburger-toggle:checked ~ .nav-links { transform: translateX(0); opacity: 1; pointer-events: all; }
.hamburger-toggle:checked ~ .hamburger span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger-toggle:checked ~ .hamburger span:nth-child(2) { opacity: 0; }
.hamburger-toggle:checked ~ .hamburger span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .navbar .nav-links { position: fixed; top: 0; right: 0; width: 280px; height: 100vh; background: #0D1235; flex-direction: column; padding: 100px 40px 40px; gap: 24px; transform: translateX(100%); opacity: 0; pointer-events: none; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s; }
  .navbar .nav-links a { font-size: 18px; }
}

/* ═══ HERO ═══ */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 120px 0 80px; }
.hero .hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
.hero .hero-content { position: relative; z-index: 2; }
.hero .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(245, 200, 66, 0.1); border: 1px solid rgba(245, 200, 66, 0.25); padding: 8px 20px; border-radius: 100px; font-size: 13px; font-weight: 600; color: #F5C842; margin-bottom: 28px; letter-spacing: 0.5px; text-transform: uppercase; }
.hero .hero-badge svg { width: 16px; height: 16px; }
.hero .hero-heading { font-size: 40px; margin-bottom: 24px; letter-spacing: -1px; }
.hero .hero-heading span { background: linear-gradient(135deg, #FFD75E, #E8A020); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); }
.hero .hero-text { font-size: 17px; color: rgba(232, 230, 225, 0.75); max-width: 520px; margin-bottom: 36px; line-height: 1.7; text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hero .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero .btn-primary { background: #F5C842; color: #0A0F2C; padding: 16px 36px; border-radius: 12px; font-size: 16px; font-weight: 700; font-family: 'Space Grotesk', sans-serif; transition: transform 0.3s, box-shadow 0.3s; display: inline-flex; align-items: center; gap: 10px; animation: pulse-glow 3s ease-in-out infinite; }
.hero .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(245, 200, 66, 0.35); }
.hero .btn-secondary { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: #FFFFFF; padding: 16px 36px; border-radius: 12px; font-size: 16px; font-weight: 600; font-family: 'Space Grotesk', sans-serif; transition: background 0.3s, border-color 0.3s; display: inline-flex; align-items: center; gap: 10px; }
.hero .btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.25); }

@keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(245, 200, 66, 0.2); } 50% { box-shadow: 0 0 0 12px rgba(245, 200, 66, 0); } }

/* Hero decoration */
.hero-decoration { position: absolute; top: 0; right: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; overflow: hidden; }
.hero-decoration .orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; }
.hero-decoration .orb-1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(245, 200, 66, 0.15), transparent 70%); top: -100px; right: -100px; }
.hero-decoration .orb-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(88, 80, 236, 0.15), transparent 70%); bottom: -50px; left: -100px; }
.hero-decoration .grid-lines { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(245, 200, 66, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 200, 66, 0.03) 1px, transparent 1px); background-size: 60px 60px; }

@media (min-width: 768px) {
  .hero .hero-heading { font-size: 56px; }
}
@media (min-width: 1200px) {
  .hero .hero-heading { font-size: 64px; letter-spacing: -2px; }
  .hero .hero-text { font-size: 18px; }
}

/* ═══ TRUST BAR ═══ */
.trust-bar { padding: 48px 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); }
.trust-bar .trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.trust-bar .trust-item { display: flex; align-items: center; gap: 14px; }
.trust-bar .trust-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(245, 200, 66, 0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-bar .trust-icon svg { width: 24px; height: 24px; color: #F5C842; }
.trust-bar .trust-label { font-size: 13px; font-weight: 600; color: rgba(232, 230, 225, 0.85); line-height: 1.4; }
.trust-bar .trust-label strong { display: block; color: #FFFFFF; font-size: 15px; font-family: 'Space Grotesk', sans-serif; }

@media (min-width: 768px) {
  .trust-bar .trust-grid { grid-template-columns: repeat(4, 1fr); gap: 32px; }
}

/* ═══ OPERATORS SECTION ═══ */
.operators { padding: 96px 0; }
.operators .section-header { text-align: center; margin-bottom: 64px; }
.operators .section-tag { display: inline-block; font-size: 13px; font-weight: 700; color: #F5C842; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.operators .section-title { font-size: 36px; margin-bottom: 16px; }
.operators .section-subtitle { font-size: 17px; color: rgba(232, 230, 225, 0.7); max-width: 560px; margin: 0 auto; }

.operators .ops-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }

.operators .op-card { background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.07); border-radius: 20px; padding: 36px; position: relative; overflow: hidden; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s, border-color 0.4s; }
.operators .op-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #F5C842, #F0A030); opacity: 0; transition: opacity 0.4s; }
.operators .op-card:hover { transform: translateY(-8px); box-shadow: 0 24px 64px rgba(0,0,0,0.3); border-color: rgba(245, 200, 66, 0.15); }
.operators .op-card:hover::before { opacity: 1; }

.operators .op-card .op-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 12px; }
.operators .op-card .op-name { font-size: 24px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; }
.operators .op-card .op-badge { display: inline-flex; padding: 5px 14px; border-radius: 100px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.operators .op-card .op-badge.badge-new { background: rgba(66, 220, 163, 0.12); color: #42DCA3; border: 1px solid rgba(66, 220, 163, 0.25); }
.operators .op-card .op-badge.badge-top { background: rgba(245, 200, 66, 0.12); color: #F5C842; border: 1px solid rgba(245, 200, 66, 0.25); }

.operators .op-card .op-desc { font-size: 15px; color: rgba(232, 230, 225, 0.75); margin-bottom: 20px; line-height: 1.65; }

.operators .op-card .op-strengths { list-style: none; margin-bottom: 24px; }
.operators .op-card .op-strengths li { font-size: 14px; color: rgba(232, 230, 225, 0.75); padding: 6px 0; padding-left: 24px; position: relative; }
.operators .op-card .op-strengths li::before { content: ''; position: absolute; left: 0; top: 13px; width: 8px; height: 8px; border-radius: 50%; background: #F5C842; }

.operators .op-card .op-bonus { background: rgba(245, 200, 66, 0.06); border: 1px solid rgba(245, 200, 66, 0.12); border-radius: 12px; padding: 16px 20px; margin-bottom: 24px; }
.operators .op-card .op-bonus-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: rgba(245, 200, 66, 0.7); font-weight: 700; margin-bottom: 4px; }
.operators .op-card .op-bonus-value { font-size: 20px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: #F5C842; }

.operators .op-card .op-cta { display: inline-flex; align-items: center; gap: 8px; background: #F5C842; color: #0A0F2C; padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 700; font-family: 'Space Grotesk', sans-serif; transition: transform 0.3s, box-shadow 0.3s; width: 100%; justify-content: center; }
.operators .op-card .op-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245, 200, 66, 0.3); }
.operators .op-card .op-cta svg { width: 18px; height: 18px; }

.operators .op-card .op-disclaimer { font-size: 11px; color: rgba(232, 230, 225, 0.35); margin-top: 16px; text-align: center; line-height: 1.5; }

/* Featured card */
.operators .op-card.featured { border-color: rgba(245, 200, 66, 0.15); background: linear-gradient(145deg, rgba(245, 200, 66, 0.06), rgba(255,255,255,0.02)); }
.operators .op-card.featured::before { opacity: 1; }

@media (min-width: 768px) {
  .operators .ops-grid { grid-template-columns: repeat(2, 1fr); }
  .operators .op-card.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
  .operators .op-card.featured .op-header { grid-column: 1 / -1; }
  .operators .section-title { font-size: 44px; }
}
@media (min-width: 1200px) {
  .operators .section-title { font-size: 48px; }
}

/* ═══ PRO CONTRO ═══ */
.pro-contro { padding: 96px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.pro-contro .section-header { text-align: center; margin-bottom: 64px; }
.pro-contro .section-tag { display: inline-block; font-size: 13px; font-weight: 700; color: #F5C842; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.pro-contro .section-title { font-size: 36px; margin-bottom: 16px; }
.pro-contro .pc-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.pro-contro .pc-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 36px; }
.pro-contro .pc-card h3 { font-size: 20px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.pro-contro .pc-card h3 svg { width: 24px; height: 24px; flex-shrink: 0; }
.pro-contro .pc-card.pro h3 { color: #42DCA3; }
.pro-contro .pc-card.contro h3 { color: #E85D5D; }
.pro-contro .pc-card ul { list-style: none; }
.pro-contro .pc-card ul li { font-size: 15px; color: rgba(232, 230, 225, 0.78); padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.04); padding-left: 28px; position: relative; line-height: 1.6; }
.pro-contro .pc-card ul li:last-child { border-bottom: none; }
.pro-contro .pc-card.pro ul li::before { content: '+'; position: absolute; left: 0; color: #42DCA3; font-weight: 700; font-size: 18px; }
.pro-contro .pc-card.contro ul li::before { content: '−'; position: absolute; left: 2px; color: #E85D5D; font-weight: 700; font-size: 18px; }

@media (min-width: 768px) {
  .pro-contro .pc-grid { grid-template-columns: 1fr 1fr; }
  .pro-contro .section-title { font-size: 44px; }
}

/* ═══ EDITORIAL ═══ */
.editorial { padding: 96px 0; background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.05); }
.editorial .editorial-grid { display: grid; grid-template-columns: 1fr; gap: 64px; }
.editorial .editorial-content .section-tag { display: inline-block; font-size: 13px; font-weight: 700; color: #F5C842; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.editorial .editorial-content h2 { font-size: 36px; margin-bottom: 28px; }
.editorial .editorial-content h3 { font-size: 22px; margin-top: 36px; margin-bottom: 16px; color: #F5C842; }
.editorial .editorial-content p { font-size: 16px; color: rgba(232, 230, 225, 0.78); margin-bottom: 20px; line-height: 1.8; }
.editorial .editorial-content strong { color: #FFFFFF; }
.editorial .editorial-sidebar { display: flex; flex-direction: column; gap: 24px; }
.editorial .sidebar-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 28px; }
.editorial .sidebar-card h4 { font-size: 16px; margin-bottom: 16px; color: #F5C842; }
.editorial .sidebar-card ul { list-style: none; }
.editorial .sidebar-card ul li { font-size: 14px; color: rgba(232, 230, 225, 0.75); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 10px; }
.editorial .sidebar-card ul li:last-child { border-bottom: none; }
.editorial .sidebar-card ul li svg { width: 16px; height: 16px; color: #F5C842; flex-shrink: 0; }

@media (min-width: 768px) {
  .editorial .editorial-grid { grid-template-columns: 2fr 1fr; }
  .editorial .editorial-content h2 { font-size: 40px; }
}

/* ═══ SAFETY CRITERIA ═══ */
.safety { padding: 96px 0; }
.safety .section-header { text-align: center; margin-bottom: 64px; }
.safety .section-tag { display: inline-block; font-size: 13px; font-weight: 700; color: #F5C842; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.safety .section-title { font-size: 36px; margin-bottom: 16px; }
.safety .section-subtitle { font-size: 17px; color: rgba(232, 230, 225, 0.7); max-width: 560px; margin: 0 auto; }
.safety .safety-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.safety .safety-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 32px; transition: transform 0.3s, border-color 0.3s; text-align: center; }
.safety .safety-card:hover { transform: translateY(-4px); border-color: rgba(245, 200, 66, 0.2); }
.safety .safety-card .safety-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(245, 200, 66, 0.08); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.safety .safety-card .safety-icon svg { width: 28px; height: 28px; color: #F5C842; }
.safety .safety-card h3 { font-size: 18px; margin-bottom: 10px; }
.safety .safety-card p { font-size: 14px; color: rgba(232, 230, 225, 0.7); line-height: 1.65; }

@media (min-width: 768px) {
  .safety .safety-grid { grid-template-columns: repeat(2, 1fr); }
  .safety .section-title { font-size: 44px; }
}
@media (min-width: 1200px) {
  .safety .safety-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ═══ FAQ ═══ */
.faq { padding: 96px 0; background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.05); }
.faq .section-header { text-align: center; margin-bottom: 64px; }
.faq .section-tag { display: inline-block; font-size: 13px; font-weight: 700; color: #F5C842; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.faq .section-title { font-size: 36px; margin-bottom: 16px; }
.faq .faq-list { max-width: 780px; margin: 0 auto; }
.faq .faq-item { border-bottom: 1px solid rgba(255,255,255,0.07); }
.faq .faq-question { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; cursor: pointer; gap: 16px; }
.faq .faq-question h3 { font-size: 17px; font-weight: 600; transition: color 0.3s; }
.faq .faq-question:hover h3 { color: #F5C842; }
.faq .faq-question .faq-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.3s, transform 0.3s; }
.faq .faq-question .faq-icon svg { width: 16px; height: 16px; color: #F5C842; }
.faq .faq-item.open .faq-question .faq-icon { transform: rotate(45deg); background: rgba(245, 200, 66, 0.15); }
.faq .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.faq .faq-answer p { font-size: 15px; color: rgba(232, 230, 225, 0.75); line-height: 1.75; padding-bottom: 24px; }

@media (min-width: 768px) {
  .faq .section-title { font-size: 44px; }
  .faq .faq-question h3 { font-size: 18px; }
}

/* ═══ FOOTER ═══ */
.site-footer { padding: 64px 0 0; border-top: 1px solid rgba(255,255,255,0.06); background: rgba(0,0,0,0.2); }
.site-footer .footer-top { display: grid; grid-template-columns: 1fr; gap: 40px; padding-bottom: 48px; }
.site-footer .footer-brand .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.site-footer .footer-brand .footer-logo svg { width: 32px; height: 32px; }
.site-footer .footer-brand .footer-logo-text { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; color: #FFFFFF; }
.site-footer .footer-brand .footer-logo-text span { color: #F5C842; }
.site-footer .footer-brand p { font-size: 14px; color: rgba(232, 230, 225, 0.45); line-height: 1.7; max-width: 360px; }
.site-footer .footer-links h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; color: rgba(232, 230, 225, 0.7); }
.site-footer .footer-links ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 24px; }
.site-footer .footer-links ul li a { font-size: 14px; color: rgba(232, 230, 225, 0.45); transition: color 0.3s; display: block; padding: 4px 0; }
.site-footer .footer-links ul li a:hover { color: #F5C842; }
.site-footer .footer-responsible { background: rgba(220, 53, 69, 0.08); border: 1px solid rgba(220, 53, 69, 0.2); border-radius: 12px; padding: 20px; display: flex; align-items: flex-start; gap: 14px; }
.site-footer .footer-responsible svg { width: 36px; height: 36px; flex-shrink: 0; color: #dc3545; }
.site-footer .footer-responsible p { font-size: 13px; color: rgba(232, 230, 225, 0.7); line-height: 1.6; }
.site-footer .footer-responsible p strong { color: #dc3545; }

.site-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 24px 0; display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center; }
.site-footer .footer-bottom .footer-disclaimer { font-size: 12px; color: rgba(232, 230, 225, 0.3); line-height: 1.7; max-width: 800px; }
.site-footer .footer-bottom .footer-copy { font-size: 13px; color: rgba(232, 230, 225, 0.4); }
.site-footer .footer-orgs { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.site-footer .footer-orgs span { font-size: 12px; color: rgba(232, 230, 225, 0.3); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

@media (min-width: 768px) {
  .site-footer .footer-top { grid-template-columns: 1fr 1fr; align-items: start; }
  .site-footer .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ═══ COOKIE BANNER ═══ */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(13, 18, 53, 0.97); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,0.08); padding: 20px; z-index: 9999; transform: translateY(100%); transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
.cookie-banner.show { transform: translateY(0); }
.cookie-banner .cookie-inner { max-width: 1240px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.cookie-banner .cookie-text { font-size: 14px; color: rgba(232, 230, 225, 0.78); line-height: 1.6; }
.cookie-banner .cookie-text a { color: #F5C842; text-decoration: underline; }
.cookie-banner .cookie-buttons { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-banner .cookie-btn { padding: 10px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; font-family: 'Space Grotesk', sans-serif; cursor: pointer; border: none; transition: transform 0.2s; }
.cookie-banner .cookie-btn:hover { transform: translateY(-1px); }
.cookie-banner .cookie-accept { background: #F5C842; color: #0A0F2C; }
.cookie-banner .cookie-reject { background: rgba(255,255,255,0.08); color: rgba(232, 230, 225, 0.7); border: 1px solid rgba(255,255,255,0.1); }

@media (min-width: 768px) {
  .cookie-banner .cookie-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* ═══ BACK TO TOP ═══ */
.back-to-top { position: fixed; bottom: 80px; right: 24px; width: 44px; height: 44px; border-radius: 12px; background: rgba(245, 200, 66, 0.15); border: 1px solid rgba(245, 200, 66, 0.25); display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s; z-index: 998; }
.back-to-top.show { opacity: 1; pointer-events: all; }
.back-to-top:hover { transform: translateY(-3px); background: rgba(245, 200, 66, 0.25); }
.back-to-top svg { width: 20px; height: 20px; color: #F5C842; }

/* ═══ MODAL ═══ */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); backdrop-filter: blur(6px); z-index: 10000; opacity: 0; pointer-events: none; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; padding: 24px; }
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-overlay .modal { background: #0D1235; border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; max-width: 720px; width: 100%; max-height: 85vh; overflow-y: auto; padding: 40px; position: relative; transform: translateY(20px); transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.modal-overlay.open .modal { transform: translateY(0); }
.modal-overlay .modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; }
.modal-overlay .modal-close:hover { background: rgba(255,255,255,0.12); }
.modal-overlay .modal-close svg { width: 18px; height: 18px; color: rgba(232, 230, 225, 0.7); }
.modal-overlay .modal h2 { font-size: 24px; margin-bottom: 24px; padding-right: 40px; }
.modal-overlay .modal h3 { font-size: 17px; margin-top: 24px; margin-bottom: 10px; color: #F5C842; }
.modal-overlay .modal p { font-size: 14px; color: rgba(232, 230, 225, 0.7); line-height: 1.75; margin-bottom: 14px; }
.modal-overlay .modal ul { list-style: disc; padding-left: 20px; margin-bottom: 14px; }
.modal-overlay .modal ul li { font-size: 14px; color: rgba(232, 230, 225, 0.7); line-height: 1.75; margin-bottom: 6px; }
.modal-overlay .modal a { color: #F5C842; text-decoration: underline; }

/* Focus states for accessibility */
a:focus-visible, .faq-question:focus-visible, .cookie-btn:focus-visible { outline: 2px solid #F5C842; outline-offset: 3px; border-radius: 4px; }

/* ═══ MOBILE HERO + TRUST BAR FIX ═══ */
@media (max-width: 768px) {
  .hero { min-height: auto; padding: 100px 0 24px; text-align: center; }
  .hero .hero-text { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero .hero-actions { justify-content: center; }
  .hero .hero-badge { margin-left: auto; margin-right: auto; }
  .trust-bar { padding: 16px 0; border: none; background: none; }
  .trust-bar .trust-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; text-align: center; }
  .trust-bar .trust-item { flex-direction: column; gap: 6px; align-items: center; }
  .trust-bar .trust-icon { width: 36px; height: 36px; border-radius: 8px; }
  .trust-bar .trust-icon svg { width: 20px; height: 20px; }
  .trust-bar .trust-label { font-size: 10px; line-height: 1.3; }
  .trust-bar .trust-label strong { font-size: 11px; }
}
