* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', sans-serif, sans-serif; background-color: #0f0f0f; color: #ecf0f1; line-height: 1.6; }
.cc7xpa-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
header { background: #000; padding: 15px 0; border-bottom: 3px solid #e74c3c; position: sticky; top: 0; z-index: 1000; }
.cc7xpa-logo { font-weight: 700; font-size: 1.5rem; display: flex; align-items: center; color: #fff; }
.cc7xpa-desktop-nav ul { list-style: none; display: flex; justify-content: center; gap: 20px; }
.cc7xpa-desktop-nav a { text-decoration: none; color: #ecf0f1; transition: color 0.3s; font-size: 1.2rem; }
.cc7xpa-desktop-nav a:hover { color: #e74c3c; }
.cc7xpa-header-right { display: flex; align-items: center; gap: 15px; }
.cc7xpa-age-flag { display: flex; align-items: center; background: #222; padding: 5px 10px; border-radius: 5px; font-weight: 700; }
.cc7xpa-hamburger { background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; display: none; }
@media (max-width: 768px) { .cc7xpa-desktop-nav { display: none; } .cc7xpa-hamburger { display: block; } }
.cc7xpa-mobile-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); z-index: 2000; padding: 50px; text-align: center; }
.cc7xpa-mobile-menu ul { list-style: none; margin-top: 50px; }
.cc7xpa-mobile-menu li { margin: 20px 0; }
.cc7xpa-mobile-menu a { color: #fff; font-size: 1.5rem; text-decoration: none; }
.cc7xpa-close-menu { position: absolute; top: 20px; right: 20px; font-size: 2rem; background: none; border: none; color: #e74c3c; cursor: pointer; }
.cc7xpa-hero { padding: 100px 0; text-align: center; margin-bottom: 50px; }
.cc7xpa-hero h1 { font-size: 3rem; margin-bottom: 20px; color: #fff; text-transform: uppercase; letter-spacing: 2px; }
.cc7xpa-hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 30px; }
.cc7xpa-btn-primary { background: #e74c3c; color: #fff; padding: 15px 40px; text-decoration: none; font-weight: 700; border-radius: 5px; transition: transform 0.3s, background 0.3s; display: inline-block; }
.cc7xpa-btn-primary:hover { transform: translateY(-3px); background: #c0392b; }
.cc7xpa-btn-secondary { border: 2px solid #e74c3c; color: #e74c3c; padding: 10px 25px; text-decoration: none; font-weight: 700; border-radius: 5px; transition: 0.3s; display: inline-block; }
.cc7xpa-btn-secondary:hover { background: #e74c3c; color: #fff; }
.cc7xpa-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin: 80px 0; }
.cc7xpa-content-grid.reverse { direction: rtl; }
.cc7xpa-content-grid.reverse .cc7xpa-text-block { direction: ltr; }
.cc7xpa-text-block h2 { font-size: 2rem; color: #e74c3c; margin-bottom: 20px; }
.cc7xpa-image-block img { width: 100%; border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
.cc7xpa-game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin: 50px 0; }
.cc7xpa-game-card { background: #1a1a1a; border-radius: 10px; overflow: hidden; transition: 0.3s; border-bottom: 4px solid #e74c3c; }
.cc7xpa-game-card:hover { transform: scale(1.05); }
.cc7xpa-game-card img { width: 100%; height: 200px; object-fit: cover; }
.cc7xpa-card-body { padding: 20px; text-align: center; }
.cc7xpa-game-card h3 { margin: 15px 0; }
.cc7xpa-legal-content { padding: 60px 0; max-width: 900px; }
.cc7xpa-legal-content h1 { font-size: 2.5rem; margin-bottom: 30px; color: #e74c3c; }
.cc7xpa-legal-content h3 { margin: 25px 0 10px; }
footer { background: #000; padding: 60px 0 20px; margin-top: 100px; }
footer ul { list-style: none; }
footer a { color: #ecf0f1; text-decoration: none; }
footer a:hover { color: #e74c3c; }
.cc7xpa-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.9); display:flex; align-items:center; justify-content:center; z-index:9999; }
.cc7xpa-modal { background:#1a1a1a; padding:40px; border-radius:10px; text-align:center; max-width:500px; border:2px solid #e74c3c; }
.cc7xpa-modal h2 { margin-bottom:20px; }
.cc7xpa-modal button { margin:10px; cursor:pointer; }
.cc7xpa-cookie-bar { position:fixed; bottom:0; width:100%; background:#222; padding:15px; display:none; justify-content:space-between; align-items:center; z-index:999; border-top:2px solid #e74c3c; }
.cc7xpa-cookie-bar button { background:#e74c3c; color:#fff; border:none; padding:8px 20px; border-radius:5px; cursor:pointer; }
.cc7xpa-instructions { background:#1a1a1a; padding:40px; border-radius:10px; margin:40px 0; border-left: 5px solid #e74c3c; }
.cc7xpa-table { width:100%; border-collapse: collapse; margin: 20px 0; }
.cc7xpa-table th, .cc7xpa-table td { border: 1px solid #333; padding: 12px; text-align: left; }
.cc7xpa-table th { background: #e74c3c; color: #fff; }
@media (max-width: 768px) { .cc7xpa-content-grid { grid-template-columns: 1fr; } .cc7xpa-hero h1 { font-size: 2rem; } }