* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background: #f5f5f5; }
.container-header, .container-content, .container-footer { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.breadcrumb { background: #fff; padding: 10px 20px; border-bottom: 1px solid #e0e0e0; }
.breadcrumb ol { list-style: none; display: flex; gap: 10px; font-size: 14px; }
.breadcrumb a { color: #FF6B35; text-decoration: none; }
.site-header { background: linear-gradient(135deg, #6B2E9F 0%, #FF6B35 100%); padding: 20px 0; }
.logo-section img { width: 120px; height: auto; }
.main-nav ul { list-style: none; display: flex; gap: 20px; margin-top: 15px; }
.main-nav a { color: #fff; text-decoration: none; font-weight: 600; padding: 8px 16px; border-radius: 5px; transition: 0.3s; }
.main-nav a:hover, .main-nav a.active { background: rgba(255,255,255,0.2); }
.btn-jogar { background: #FFD700 !important; color: #000 !important; }
.hero-banner { position: relative; height: 500px; overflow: hidden; }
.hero-banner img { width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; }
.hero-title { font-size: 3rem; font-weight: 800; text-shadow: 2px 2px 8px rgba(0,0,0,0.7); margin-bottom: 20px; }
.hero-subtitle { font-size: 1.5rem; margin-bottom: 30px; }
.hero-cta { display: inline-block; background: #FFD700; color: #000; padding: 15px 40px; font-size: 1.2rem; font-weight: 700; text-decoration: none; border-radius: 50px; transition: 0.3s; }
.hero-cta:hover { transform: scale(1.05); box-shadow: 0 10px 30px rgba(255,215,0,0.5); }
.main-content { padding: 60px 0; }
.section-title { font-size: 2.5rem; color: #6B2E9F; margin-bottom: 30px; text-align: center; }
.page-title { font-size: 3rem; color: #6B2E9F; margin-bottom: 40px; text-align: center; }
.brand-intro, .bonus-section, .games-collection, .payment-section, .license-section, .about-section, .support-section, .faq-section, .reviews-section, .responsible-gaming { margin-bottom: 60px; background: #fff; padding: 40px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
.intro-text p, .payment-text p, .license-text p, .about-content p, .support-text p, .responsible-text p { margin-bottom: 20px; font-size: 1.1rem; text-align: justify; }
.games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-top: 40px; }
.game-card { background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: 0.3s; }
.game-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
.game-card img { width: 100%; height: 300px; object-fit: cover; }
.game-title { font-size: 1.5rem; color: #6B2E9F; margin: 20px; }
.game-desc { padding: 0 20px 20px; color: #666; }
.game-link { display: block; background: #FF6B35; color: #fff; text-align: center; padding: 15px; text-decoration: none; font-weight: 700; transition: 0.3s; }
.game-link:hover { background: #e55a25; }
.bonus-card { display: flex; gap: 40px; align-items: center; }
.bonus-card img { width: 400px; border-radius: 15px; }
.bonus-title { font-size: 2rem; color: #FFD700; margin-bottom: 20px; }
.bonus-list { list-style: none; margin: 20px 0; }
.bonus-list li { padding: 10px 0; border-bottom: 1px solid #e0e0e0; font-size: 1.1rem; }
.btn-bonus, .cta-button { display: inline-block; background: #6B2E9F; color: #fff; padding: 15px 40px; text-decoration: none; border-radius: 50px; font-weight: 700; margin-top: 20px; transition: 0.3s; }
.btn-bonus:hover, .cta-button:hover { background: #5a2585; transform: scale(1.05); }
.payment-content, .license-content, .support-content, .responsible-content { display: flex; gap: 40px; align-items: flex-start; }
.payment-content img, .license-badge, .support-image, .responsible-image { width: 350px; border-radius: 15px; }
.features-list, .warning-list, .help-resources { margin: 20px 0; padding-left: 20px; }
.features-list li, .warning-list li, .help-resources li { margin: 10px 0; font-size: 1.05rem; }
.faq-list { margin-top: 30px; }
.faq-item { background: #f9f9f9; margin-bottom: 15px; border-radius: 10px; overflow: hidden; }
.faq-item summary { padding: 20px; font-size: 1.2rem; font-weight: 600; color: #6B2E9F; cursor: pointer; }
.faq-answer { padding: 0 20px 20px; color: #666; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-top: 40px; }
.review-card { background: #f9f9f9; padding: 25px; border-radius: 15px; border-left: 5px solid #FFD700; }
.review-header { display: flex; justify-content: space-between; margin-bottom: 15px; }
.reviewer-info strong { color: #6B2E9F; font-size: 1.1rem; }
.reviewer-location { display: block; font-size: 0.9rem; color: #999; }
.stars { color: #FFD700; font-size: 1.3rem; }
.review-body { color: #666; margin: 15px 0; }
.review-date { font-size: 0.9rem; color: #999; }
.verified-badge { display: inline-block; background: #4CAF50; color: #fff; padding: 3px 10px; border-radius: 5px; font-size: 0.85rem; margin-left: 10px; }
.site-footer { background: #2c2c2c; color: #fff; padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 40px; }
.footer-title { color: #FFD700; margin-bottom: 15px; font-size: 1.2rem; }
.footer-links { list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #ccc; text-decoration: none; transition: 0.3s; }
.footer-links a:hover { color: #FFD700; }
.footer-payment, .footer-social { margin: 30px 0; }
.payment-icons, .social-links { display: flex; gap: 15px; flex-wrap: wrap; }
.payment-badge { background: #fff; color: #000; padding: 8px 15px; border-radius: 5px; font-weight: 600; }
.social-links a { color: #FFD700; text-decoration: none; font-weight: 600; }
.footer-legal { background: #1a1a1a; padding: 20px; border-radius: 10px; margin: 30px 0; }
.footer-legal p { margin: 10px 0; font-size: 0.95rem; color: #ccc; }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid #444; color: #999; }
.featured-image, .content-image { width: 100%; max-width: 800px; height: auto; border-radius: 15px; margin: 30px auto; display: block; box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
.game-intro, .how-to-play, .strategies, .popular-slots, .cta-section, .game-page { background: #fff; padding: 40px; border-radius: 15px; margin-bottom: 40px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
.game-intro h2, .how-to-play h2, .strategies h2, .popular-slots h2, .cta-section h2 { font-size: 2rem; color: #6B2E9F; margin-bottom: 20px; }
.how-to-play h3, .strategies h3 { font-size: 1.5rem; color: #FF6B35; margin: 25px 0 15px; }
.cta-section { text-align: center; background: linear-gradient(135deg, #6B2E9F 0%, #FF6B35 100%); color: #fff; }
.cta-section h2 { color: #fff; }
.cta-section p { font-size: 1.2rem; margin-bottom: 30px; }
@media (max-width: 768px) {
  .hero-title { font-size: 2rem; }
  .hero-subtitle { font-size: 1.2rem; }
  .games-grid, .reviews-grid { grid-template-columns: 1fr; }
  .bonus-card, .payment-content, .license-content, .support-content, .responsible-content { flex-direction: column; }
  .main-nav ul { flex-direction: column; gap: 10px; }
  .page-title { font-size: 2rem; }
}
