/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #0052cc;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 1rem;
  color: #555;
}

strong {
  color: #0052cc;
  font-weight: 600;
}

/* Text Orange Class */
.text-orange {
  color: #ffa500;
}

/* BONOS PAGE SPECIFIC STYLES */

/* Lists with Custom Font Awesome Bullets */
.bonos-feature-list,
.bonos-benefit-list,
.bonos-cashback-list,
.bonos-crypto-list,
.bonos-promo-sources {
  list-style: none;
  margin-bottom: 0.75rem;
}

.bonos-feature-list li,
.bonos-benefit-list li,
.bonos-cashback-list li,
.bonos-crypto-list li,
.bonos-promo-sources li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.bonos-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa500;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}

.bonos-benefit-list li::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa500;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}

.bonos-cashback-list li::before {
  content: "\f3d1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa500;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}

.bonos-crypto-list li::before {
  content: "\f15a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa500;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}

.bonos-promo-sources li::before {
  content: "\f09a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa500;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}

/* Tables Styling */
.bonos-overview-table,
.bonos-express-table,
.bonos-loyalty-table,
.bonos-payment-table {
  border-collapse: collapse;
  width: 100%;
}

.bonos-overview-table thead th,
.bonos-express-table thead th,
.bonos-loyalty-table thead th,
.bonos-payment-table thead th {
  background-color: #0052cc;
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
}

.bonos-overview-table tbody tr,
.bonos-express-table tbody tr,
.bonos-loyalty-table tbody tr,
.bonos-payment-table tbody tr {
  border-bottom: 1px solid #ddd;
}

.bonos-overview-table tbody td,
.bonos-express-table tbody td,
.bonos-loyalty-table tbody td,
.bonos-payment-table tbody td {
  padding: 1rem;
  text-align: center;
  color: #333;
}

.bonos-overview-table tbody td:first-child,
.bonos-express-table tbody td:first-child,
.bonos-loyalty-table tbody td:first-child,
.bonos-payment-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
}

.bonos-overview-table tbody tr:hover,
.bonos-express-table tbody tr:hover,
.bonos-loyalty-table tbody tr:hover,
.bonos-payment-table tbody tr:hover {
  background-color: #f0f8ff;
}

.bonos-table-wrapper {
  overflow-x: auto;
}

/* Loyalty Level Colors */
.loyalty-bronze .fa-medal {
  color: #cd7f32;
}

.loyalty-silver .fa-medal {
  color: #c0c0c0;
}

.loyalty-gold .fa-medal {
  color: #ffd700;
}

.loyalty-platinum .fa-gem {
  color: #e5e4e2;
}

.loyalty-vip .fa-crown {
  color: #b9f2ff;
}

.bronze-medal {
  color: #cd7f32;
}

.silver-medal {
  color: #c0c0c0;
}

.gold-medal {
  color: #ffd700;
}

.platinum-gem {
  color: #e5e4e2;
}

.vip-crown {
  color: #b9f2ff;
}

/* Badge Styling */
.instant-badge,
.free-badge {
  background-color: #4caf50;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
}

/* Images Centering */
.welcome-bonus-image img,
.casino-incentives-image img {
  display: block !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Ensure parent containers are visible */
.welcome-bonus-image,
.casino-incentives-image {
  display: block !important;
  text-align: center;
  visibility: visible !important;
  overflow: visible !important;
  height: auto !important;
}

/* Bonos Page Specific Image Fixes */
.bonos-hero .hero-image-app {
  text-align: center;
  margin-top: 2rem;
}

.bonos-hero .hero-image-app img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.welcome-bonus-image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-bonus-image img {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.casino-incentives-image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casino-incentives-image img {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* FAQ Section Enhanced Styling */
.faq-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
}

.faq-item {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.faq-item summary {
  padding: 1.8rem 2rem;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 600;
  color: #0052cc;
  background: #fff;
  border: none;
  outline: none;
  transition: background 0.3s ease;
  position: relative;
}

.faq-item summary:hover {
  background: #f8f9fa;
}

.faq-item summary::marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #ffa500;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-content {
  padding: 0 2rem 2rem;
  background: #fff;
}

/* Footer Styling - Consistent White Text */
.footer {
  background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
  color: #fff;
  padding: 3rem 0 1rem;
}

.footer p {
  color: #fff;
  margin-bottom: 1rem;
}

.footer-section h3 {
  color: #fff;
  margin-bottom: 1rem;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #ffa500;
}

.footer-bottom p {
  color: #fff;
}

.footer-social a i {
  color: #fff;
}

/* Header - Changed background to dark to contrast with white logo */
.header {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav {
  padding: 0.75rem 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-brand {
  display: flex;
  align-items: center;
}

.logo {
  height: 40px;
  width: auto;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.cta-button {
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
  color: #fff !important;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 165, 0, 0.3);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 165, 0, 0.4);
}

/* Hero Section - Added background image */
.hero {
  background: linear-gradient(135deg, #0052cc 0%, #003d99 50%, #002266 100%);
  color: #fff;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://hebbkx1anhila5yf.public.blob.vercel-storage.com/mostbet-registro-R0h20nT9toky8OOYDBrQCbrsgFRSAG.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  text-align: center;
  margin-bottom: 2rem;
}

.hero-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-item i {
  color: #ffa500;
  font-size: 1.25rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-primary {
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 165, 0, 0.3);
  border: none;
  cursor: pointer;
}

.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 165, 0, 0.4);
}

.cta-primary.large {
  font-size: 1.25rem;
  padding: 1.25rem 2.5rem;
}

.cta-secondary {
  background: transparent;
  color: #fff;
  padding: 1rem 2rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.hero-image {
  text-align: center;
  margin-top: 2rem;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Bonos Hero Specific Styles */
.bonos-hero {
  background: linear-gradient(135deg, #0052cc 0%, #003d99 50%, #002266 100%);
  color: #fff;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.bonos-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://hebbkx1anhila5yf.public.blob.vercel-storage.com/mostbet-bonus-R7YjODzG4FBVRNNqVAQEljS5ZqHqWR.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 1;
}

.bonos-hero .container {
  position: relative;
  z-index: 2;
}

/* App Hero Specific Styles */
.app-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 4rem 0;
}

.app-hero .hero-content {
  text-align: center;
  margin-bottom: 0;
  max-width: 800px;
}

.hero-image-app {
  text-align: center;
}

.hero-image-app img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Hero Divider */
.hero-divider {
  height: 2px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 2rem auto;
  border-radius: 1px;
}

/* Bonus Overview Section */
.bonus-overview-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.bonus-overview-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

/* Welcome Bonus Section */
.welcome-bonus-section {
  padding: 4rem 0;
  background: #fff;
}

.welcome-bonus-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.welcome-bonus-text h2 {
  margin-bottom: 2rem;
}

.welcome-bonus-text p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.bonus-options {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.bonus-option {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #0052cc;
}

.bonus-option.sports {
  border-left-color: #4caf50;
}

.bonus-option.casino {
  border-left-color: #ff6b35;
}

.bonus-option h3 {
  color: #0052cc;
  margin-bottom: 1rem;
}

.bonus-highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffa500;
  margin-bottom: 1rem;
}

/* Sports Promotions Section */
.sports-promotions-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.sports-promotions-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.promotion-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}

.promotion-card h3 {
  color: #0052cc;
  margin-bottom: 1rem;
}

.boost-percentage {
  color: #4caf50;
  font-weight: bold;
}

.promotion-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.feature-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card h4 {
  color: #0052cc;
  margin-bottom: 1rem;
}

/* Casino Incentives Section */
.casino-incentives-section {
  padding: 4rem 0;
  background: #fff;
}

.casino-incentives-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
}

.casino-incentives-text h2 {
  margin-bottom: 2rem;
}

.cashback-system,
.daily-game-promo,
.crypto-bonuses {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  border-left: 4px solid #ffa500;
}

.cashback-system h3,
.daily-game-promo h3,
.crypto-bonuses h3 {
  color: #0052cc;
  margin-bottom: 1rem;
}

/* Loyalty Program Section */
.loyalty-program-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.loyalty-program-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.loyalty-program-section > .container > p {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.1rem;
}

/* Promo Codes Section */
.promo-codes-section {
  padding: 4rem 0;
  background: #fff;
}

.promo-codes-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.promo-codes-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.promo-codes-info h3,
.promo-codes-types h3 {
  color: #0052cc;
  margin-bottom: 1.5rem;
}

.code-examples {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.code-item {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #ffa500;
}

.code-name {
  font-family: "Courier New", monospace;
  font-weight: bold;
  color: #0052cc;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.code-desc {
  color: #666;
  font-size: 0.9rem;
}

/* Payment Methods Section */
.payment-methods-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.payment-methods-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

/* Payment Icons */
.nequi-icon {
  color: #8b2cf5;
}

.daviplata-icon {
  color: #ff6b35;
}

.pse-icon {
  color: #0052cc;
}

.efecty-icon {
  color: #ff4444;
}

.card-icon {
  color: #4caf50;
}

/* Comparison Section */
.comparison-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.comparison-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.comparison-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  border: 1px solid #ddd;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ddd;
  min-width: 800px;
}

.comparison-row.header {
  background: #0052cc;
  color: #fff;
  font-weight: 600;
}

.comparison-row.header > div {
  padding: 1rem;
  text-align: center;
}

.comparison-row > div {
  border-right: 1px solid #eee;
}

.comparison-row > div:last-child {
  border-right: none;
}

.comparison-row:not(.header) > div {
  padding: 1rem;
  text-align: center;
  border-right: 1px solid #eee;
  font-size: 0.9rem;
}

.comparison-row:not(.header) > div:first-child {
  text-align: left;
  font-weight: 600;
}

.comparison-row:not(.header) > div:last-child {
  border-right: none;
}

.comparison-row:not(.header):hover {
  background: #f0f8ff;
}

/* Download Section */
.download-section {
  padding: 4rem 0;
  background: #fff;
}

.download-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.download-content {
  display: grid;
  gap: 4rem;
}

.download-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.download-card {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}

.download-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.download-card.android {
  border-color: #4caf50;
}

.download-card.ios {
  border-color: #007aff;
}

.download-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.download-card.android .download-icon {
  color: #4caf50;
}

.download-card.ios .download-icon {
  color: #007aff;
}

.download-card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.download-card p {
  margin-bottom: 1.5rem;
  color: #666;
}

.download-card ul {
  list-style: none;
  margin-bottom: 2rem;
  text-align: left;
}

.download-card li {
  padding: 0.75rem 0;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.4;
}

.download-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffa500;
  font-weight: bold;
}

.download-card .cta-primary {
  margin-top: 1rem;
}

.installation-steps {
  background: #f8f9fa;
  padding: 3rem;
  border-radius: 12px;
}

.installation-steps h3 {
  text-align: center;
  margin-bottom: 2rem;
  color: #0052cc;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.step {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 1rem;
}

.step h4 {
  margin-bottom: 1rem;
  color: #0052cc;
}

.step p {
  color: #666;
  font-size: 0.9rem;
}

/* Features Section */
.features-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.features-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: #fff;
}

/* Mobile Bonuses Section */
.mobile-bonuses-section {
  padding: 4rem 0;
  background: #fff;
}

.mobile-bonuses-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.bonuses-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.bonus-image {
  text-align: center;
}

.bonus-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.bonuses-list {
  display: grid;
  gap: 2rem;
}

.bonus-item {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #ffa500;
}

.bonus-item h3 {
  color: #0052cc;
  margin-bottom: 1rem;
}

.bonus-item p {
  color: #666;
  margin: 0;
}

.bonus-item strong {
  color: #ffa500;
  font-size: 1.1rem;
}

/* VIP Mobile Section */
.vip-mobile-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f4f8 100%);
}

.vip-mobile-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.vip-mobile-levels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.vip-mobile-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.vip-mobile-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #cd7f32, #b8860b);
}

.vip-mobile-card.silver::before {
  background: linear-gradient(90deg, #c0c0c0, #a8a8a8);
}

.vip-mobile-card.gold::before {
  background: linear-gradient(90deg, #ffd700, #ffb347);
}

.vip-mobile-card.diamond::before {
  background: linear-gradient(90deg, #b9f2ff, #00bfff);
}

.vip-mobile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.vip-mobile-card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.vip-requirement {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.vip-mobile-card ul {
  list-style: none;
  text-align: left;
}

.vip-mobile-card li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.vip-mobile-card li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: #ffa500;
}

/* Tech Specs Section */
.tech-specs-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.tech-specs-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.spec-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.spec-card:hover {
  transform: translateY(-5px);
}

.spec-card h3 {
  color: #0052cc;
  margin-bottom: 1.5rem;
  text-align: center;
}

.spec-card ul {
  list-style: none;
}

.spec-card li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 1.5rem;
}

.spec-card li:last-child {
  border-bottom: none;
}

.spec-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffa500;
  font-weight: bold;
}

/* Final CTA Section */
.final-cta-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
  color: #fff;
  text-align: center;
}

.final-cta-section h2 {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.final-cta-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.final-cta-buttons {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.final-cta-buttons .cta-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.final-cta-buttons .cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.cta-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-style: italic;
  margin: 2rem 0 0 0;
}

/* Registration Image Center */
.registration-image-center {
  text-align: center;
  margin: 3rem auto;
  display: block;
}

.registration-image-center img {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Platform Overview */
.platform-overview {
  padding: 4rem 0;
  background: #f8f9fa;
}

.platform-overview h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.info-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

.info-row:hover {
  background: #f8f9fa;
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  padding: 1.25rem;
  font-weight: 600;
  background: #f8f9fa;
  border-right: 1px solid #eee;
}

.info-value {
  padding: 1.25rem;
  color: #555;
}

/* Trust Section */
.trust-section {
  padding: 4rem 0;
  background: #fff;
}

.trust-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.trust-section p {
  max-width: 800px;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.1rem;
}

.security-features {
  max-width: 600px;
  margin: 3rem auto;
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #0052cc;
}

.security-features h3 {
  margin-bottom: 1.5rem;
  color: #0052cc;
}

.security-features ul {
  list-style: none;
}

.security-features li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 1.5rem;
}

.security-features li:last-child {
  border-bottom: none;
}

.security-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffa500;
  font-weight: bold;
}

.trust-cta {
  text-align: center;
  margin-top: 2rem;
}

.trust-cta .cta-secondary {
  color: #0052cc;
  border-color: #0052cc;
}

.trust-cta .cta-secondary:hover {
  background: #0052cc;
  color: #fff;
}

/* Registration Section */
.registration-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.registration-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.registration-section > .container > p {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.1rem;
}

.registration-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.method-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.method-card h3 {
  color: #0052cc;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.method-card ul {
  list-style: none;
}

.method-card li {
  padding: 0.5rem 0;
  color: #666;
  position: relative;
  padding-left: 1.5rem;
}

.method-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffa500;
  font-weight: bold;
}

/* Bonus Section */
.bonus-section {
  padding: 4rem 0;
  background: #fff;
}

.bonus-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.bonus-text h2 {
  margin-bottom: 2rem;
}

.bonus-text p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.bonus-table {
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.bonus-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ddd;
}

.bonus-row.header {
  background: #0052cc;
  color: #fff;
  font-weight: 600;
}

.bonus-row.header > div {
  padding: 1rem;
  text-align: center;
}

.bonus-row:not(.header) > div {
  padding: 1rem;
  text-align: center;
  border-right: 1px solid #eee;
}

.bonus-row:not(.header) > div:last-child {
  border-right: none;
}

.bonus-row:not(.header):hover {
  background: #f0f8ff;
}

/* Games Section */
.games-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.games-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.games-section > .container > p {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.1rem;
}

.games-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.games-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.category-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-card h3 {
  color: #0052cc;
  margin-bottom: 1.5rem;
}

.category-card ul {
  list-style: none;
}

.category-card li {
  padding: 0.5rem 0;
  color: #666;
  position: relative;
  padding-left: 1.5rem;
}

.category-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffa500;
  font-weight: bold;
}

.games-cta {
  text-align: center;
  margin-top: 2rem;
}

.games-cta .cta-secondary {
  color: #0052cc;
  border-color: #0052cc;
}

.games-cta .cta-secondary:hover {
  background: #0052cc;
  color: #fff;
}

/* Top Games Section */
.top-games-section {
  padding: 4rem 0;
  background: #fff;
}

.top-games-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.top-games-section > .container > p {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.1rem;
}

.top-games {
  display: grid;
  gap: 2rem;
}

.game-card {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #ffa500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.game-card.featured {
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
  border-left-color: #0052cc;
}

.game-header {
  margin-bottom: 1.5rem;
}

.game-header h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.game-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.game-stats span {
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0052cc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rtp {
  background: #e8f5e8 !important;
  color: #2d5a2d !important;
}

.provider {
  background: #fff3e0 !important;
  color: #8b4513 !important;
}

.popularity {
  background: #fff9c4 !important;
  color: #8b6914 !important;
}

.game-card p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.game-features h4 {
  color: #0052cc;
  margin-bottom: 1rem;
}

.game-features ul {
  list-style: none;
}

.game-features li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.game-features li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: #ffa500;
}

.highlight {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b3 100%);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #ffa500;
  margin: 1.5rem 0;
}

/* Sports Section */
.sports-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.sports-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.sports-section > .container > p {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.1rem;
}

/* Casino Image - Centered and Enlarged with original aspect ratio */
.casino-image {
  text-align: center;
  margin: 3rem auto;
  display: block;
}

.casino-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}

.sports-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

.sports-categories {
  display: grid;
  gap: 2rem;
}

.sport-category {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.sport-category:hover {
  transform: translateY(-5px);
}

.sport-category h3 {
  color: #0052cc;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.sport-category ul {
  list-style: none;
}

.sport-category li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 1.5rem;
}

.sport-category li:last-child {
  border-bottom: none;
}

.sport-category li::before {
  content: "⚡";
  position: absolute;
  left: 0;
  color: #ffa500;
}

.sports-cta {
  text-align: center;
  margin-top: 2rem;
}

.sports-cta .cta-secondary {
  color: #0052cc;
  border-color: #0052cc;
}

.sports-cta .cta-secondary:hover {
  background: #0052cc;
  color: #fff;
}

/* Payment Section */
.payment-section {
  padding: 4rem 0;
  background: #fff;
}

.payment-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.payment-section > .container > p {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.1rem;
}

.payment-table {
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
}

.payment-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #ddd;
  min-width: 800px;
}

.payment-row.header {
  background: #0052cc;
  color: #fff;
  font-weight: 600;
}

.payment-row.header > div {
  padding: 1rem;
  text-align: center;
}

.payment-row:not(.header) > div {
  padding: 1rem;
  text-align: center;
  border-right: 1px solid #eee;
  font-size: 0.9rem;
}

.payment-row:not(.header) > div:first-child {
  text-align: left;
  font-weight: 600;
}

.payment-row:not(.header) > div:last-child {
  border-right: none;
}

.payment-row:not(.header):hover {
  background: #f0f8ff;
}

/* Mobile Section */
.mobile-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.mobile-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: center;
}

.mobile-text h2 {
  margin-bottom: 2rem;
}

.mobile-text p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.app-features,
.ios-solution {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.app-features h3,
.ios-solution h3 {
  color: #0052cc;
  margin-bottom: 1.5rem;
}

.app-features ul,
.ios-solution ul {
  list-style: none;
}

.app-features li,
.ios-solution li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.app-features li::before,
.ios-solution li::before {
  content: "📱";
  position: absolute;
  left: 0;
}

.mobile-image {
  text-align: center;
}

.mobile-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}

/* Support Section */
.support-section {
  padding: 4rem 0;
  background: #fff;
}

.support-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.support-section > .container > p {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.1rem;
}

.support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.support-card {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  border-top: 4px solid #0052cc;
  transition: transform 0.3s ease;
}

.support-card:hover {
  transform: translateY(-5px);
}

.support-card h3 {
  color: #0052cc;
  margin-bottom: 1.5rem;
}

.support-card ul {
  list-style: none;
}

.support-card li {
  padding: 0.5rem 0;
  color: #666;
  position: relative;
  padding-left: 1.5rem;
}

.support-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffa500;
  font-weight: bold;
}

/* VIP Section */
.vip-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f4f8 100%);
}

.vip-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.vip-section > .container > p {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.1rem;
}

.vip-levels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.vip-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.vip-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #cd7f32, #b8860b);
}

.vip-card.silver::before {
  background: linear-gradient(90deg, #c0c0c0, #a8a8a8);
}

.vip-card.gold::before {
  background: linear-gradient(90deg, #ffd700, #ffb347);
}

.vip-card.platinum::before {
  background: linear-gradient(90deg, #e5e4e2, #b8b8b8);
}

.vip-card.diamond::before {
  background: linear-gradient(90deg, #b9f2ff, #00bfff);
}

.vip-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.vip-card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.requirement {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.vip-card ul {
  list-style: none;
  text-align: left;
}

.vip-card li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.vip-card li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: #ffa500;
}

/* Conclusion Section */
.conclusion-section {
  padding: 4rem 0;
  background: #fff;
}

.conclusion-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.conclusion-section p {
  max-width: 800px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
  text-align: center;
}

.final-cta {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
}

.cta-subtitle {
  margin-top: 2.5rem;
  font-size: 1.1rem;
  color: #666;
  font-style: italic;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  color: #fff;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #ffa500;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: #1a1a1a;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    transition: left 0.3s ease;
    z-index: 999;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-link {
    margin: 0.5rem 0;
    font-size: 1.1rem;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .hero-features {
    grid-template-columns: 1fr;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  /* App Hero Specific Styles */
  .app-hero {
    flex-direction: column;
    text-align: center;
  }

  .app-hero .hero-content {
    text-align: center;
  }

  /* Bonos Page Mobile Styles */
  .bonos-overview-table,
  .bonos-express-table,
  .bonos-loyalty-table,
  .bonos-payment-table {
    font-size: 0.8rem;
  }

  .bonos-table-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .welcome-bonus-content {
    grid-template-columns: 1fr;
  }

  .casino-incentives-content {
    grid-template-columns: 1fr;
  }

  .promo-codes-content {
    grid-template-columns: 1fr;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    text-align: left !important;
  }

  .comparison-row.header {
    display: none;
  }

  .comparison-row:not(.header) > div {
    border-right: none;
    border-bottom: 1px solid #eee;
    text-align: left;
    position: relative;
    padding-left: 140px;
  }

  .comparison-row:not(.header) > div:before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    font-weight: 600;
    color: #0052cc;
    width: 120px;
  }

  .download-options {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .bonuses-content {
    grid-template-columns: 1fr;
  }

  .vip-mobile-levels {
    grid-template-columns: 1fr;
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }

  .final-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .info-row {
    grid-template-columns: 1fr;
  }

  .info-label {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .bonus-content {
    grid-template-columns: 1fr;
  }

  .bonus-row {
    grid-template-columns: 1fr;
    text-align: left !important;
  }

  .bonus-row.header {
    display: none;
  }

  .bonus-row:not(.header) > div {
    border-right: none;
    border-bottom: 1px solid #eee;
    text-align: left;
    position: relative;
    padding-left: 120px;
  }

  .bonus-row:not(.header) > div:before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    font-weight: 600;
    color: #0052cc;
    width: 100px;
  }

  .payment-table {
    overflow-x: scroll;
  }

  .payment-row {
    min-width: 600px;
  }

  .games-content {
    grid-template-columns: 1fr;
  }

  .mobile-content {
    grid-template-columns: 1fr;
  }

  .sports-content {
    grid-template-columns: 1fr;
  }

  .casino-image {
    margin: 2rem auto;
  }

  .casino-image img {
    max-width: 100%;
  }

  .registration-image-center {
    margin: 2rem auto;
  }

  .registration-image-center img {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  .container {
    padding: 0 0.75rem;
  }

  .hero-divider {
    width: 90%;
    margin: 1.5rem auto;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 2rem 0;
  }

  .hero-title {
    font-size: 1.25rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .method-card,
  .category-card,
  .support-card {
    padding: 1.5rem;
  }

  .game-card {
    padding: 1.5rem;
  }

  .game-stats {
    flex-direction: column;
    gap: 0.5rem;
  }

  .vip-levels {
    grid-template-columns: 1fr;
  }

  .sports-categories {
    grid-template-columns: 1fr;
  }

  .registration-methods {
    grid-template-columns: 1fr;
  }

  .support-channels {
    grid-template-columns: 1fr;
  }

  .games-categories {
    grid-template-columns: 1fr;
  }

  .download-card {
    padding: 1.5rem;
  }

  .feature-card {
    padding: 1.5rem;
  }

  .bonus-item {
    padding: 1.5rem;
  }

  .spec-card {
    padding: 1.5rem;
  }

  .promotion-features {
    grid-template-columns: 1fr;
  }

  .bonus-options {
    grid-template-columns: 1fr;
  }
}

/* Performance Optimizations */
img {
  max-width: 100%;
  height: auto;
}

/* Lazy loading support */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
  opacity: 1;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Print styles */
@media print {
  .header,
  .footer,
  .nav-toggle,
  .cta-button,
  .cta-primary,
  .cta-secondary {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.4;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
}
