/* Extracted from index.html style block #1 */
@media (min-width: 768px) {
										  .hero-section {
											padding: 100px 0;
										  }
										  .hero-title {
											font-size: 48px;
										  }
										  .hero-title small {
											font-size: 32px;
										  }
										  .hero-description {
											font-size: 18px;
										  }
										  .hero-buttons {
											flex-direction: row;
											gap: 20px;
										  }
										  .cta-button {
											width: auto;
										  }
										  .feature-item img {
											width: 50px;
										  }
										}

/* Extracted from index.html style block #2 */
/* Медиа-запросы для планшетов и десктопа */
										@media (min-width: 768px) {
										  .bonus-wrapper {
											grid-template-columns: 1fr 1fr !important;
											gap: 40px !important;
										  }
										  .section-title {
											font-size: 36px !important;
											text-align: left !important;
										  }
										  .section-title small {
											font-size: 24px !important;
										  }
										  .bonus-list li span {
											font-size: 18px !important;
										  }
										  .reg-form {
											padding: 35px !important;
										  }
										  .timer {
											padding: 20px !important;
										  }
										}

/* Extracted from index.html style block #3 */
/* Медиа-запросы для мобильных устройств */
											@media (max-width: 767px) {
											.mobile-section {
												padding: 20px 0; /* Уменьшаем отступы */
											}
											.section-title {
												font-size: 24px !important; /* Уменьшаем размер заголовка */
											}
											.mobile-content p {
												font-size: 14px; /* Уменьшаем размер текста */
											}
											.mobile-features h3 {
												font-size: 16px !important; /* Уменьшаем размер заголовков преимуществ */
											}
											.mobile-features p {
												font-size: 12px; /* Уменьшаем размер текста преимуществ */
											}
											.download-buttons a {
												padding: 10px 15px; /* Уменьшаем отступы кнопок */
											}
											.mobile-image img {
												max-width: 200px !important; /* Уменьшаем размер изображения */
											}
											}
										
											/* Медиа-запросы для планшетов и десктопа */
											@media (min-width: 768px) {
											.mobile-wrapper {
												grid-template-columns: 1fr 1fr !important;
												gap: 50px !important;
											}
											.mobile-image {
												filter: drop-shadow(0 0 30px rgba(255, 215, 0, 0.3)) !important;
												order: initial !important;
											}
											.mobile-content {
												order: initial !important;
											}
											.section-title {
												font-size: 36px !important;
												text-align: left !important;
											}
											.mobile-features h3 {
												font-size: 20px !important;
											}
											.download-buttons {
												flex-direction: row !important;
											}
											.mobile-image img {
												max-width: 400px !important;
											}
											}

/* Extracted from index.html style block #4 */
/* Мобильная адаптация */
											@media (max-width: 768px) {
											  .intro-section {
												padding: 20px 0; /* Уменьшаем отступы */
											  }
										  
											  .intro-text p {
												font-size: 18px; /* Уменьшаем размер текста */
												line-height: 1.4; /* Уменьшаем межстрочный интервал */
											  }
										  
											  .intro-text ul li {
												font-size: 16px; /* Уменьшаем размер текста в списке */
												flex-direction: column; /* Делаем элементы списка вертикальными */
												align-items: flex-start; /* Выравниваем по левому краю */
												gap: 5px; /* Уменьшаем отступы между элементами */
											  }
										  
											  .intro-text blockquote {
												font-size: 14px; /* Уменьшаем размер текста в цитате */
												padding-left: 10px; /* Уменьшаем отступ слева */
											  }
										  
											  .intro-cta a {
												padding: 12px 30px; /* Уменьшаем padding кнопки */
												font-size: 14px; /* Уменьшаем размер текста кнопки */
											  }
										  
											  .intro-cta p {
												font-size: 10px; /* Уменьшаем размер текста под кнопкой */
											  }
											}

/* Extracted from index.html style block #5 */
/* Мобильная адаптация */
											@media (max-width: 768px) {
											  .license-section {
												padding: 30px 0; /* Уменьшаем отступы секции */
											  }
										  
											  .license-section h2 {
												font-size: 28px; /* Уменьшаем размер заголовка */
												margin-bottom: 30px;
											  }
										  
											  .license-block h3,
											  .security-block h3 {
												font-size: 24px; /* Уменьшаем размер подзаголовков */
											  }
										  
											  .license-content {
												grid-template-columns: 1fr; /* Делаем блок с лицензией вертикальным */
												gap: 20px;
											  }
										  
											  .license-text p {
												font-size: 16px; /* Уменьшаем размер текста */
											  }
										  
											  .license-text ul li {
												font-size: 14px; /* Уменьшаем размер текста в списке */
											  }
										  
											  .license-image img {
												max-width: 100%; /* Делаем изображение адаптивным */
											  }
										  
											  .security-grid {
												grid-template-columns: 1fr; /* Делаем блоки безопасности вертикальными */
											  }
										  
											  .kyc-info {
												padding: 20px; /* Уменьшаем отступы внутри блока KYC */
											  }
										  
											  .kyc-info h4 {
												font-size: 20px; /* Уменьшаем размер заголовка KYC */
											  }
										  
											  .kyc-info p,
											  .kyc-info ol {
												font-size: 14px; /* Уменьшаем размер текста в KYC */
											  }
											  img {
												max-width: 100%;
												height: auto;
												}
											}

/* Extracted from index.html style block #6 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .live-section h2 { font-size: 28px !important; }
											  .games-grid { grid-template-columns: 1fr !important; }
											  .features-grid { grid-template-columns: 1fr !important; }
											  .providers-grid { gap: 15px !important; }
											}

/* Extracted from index.html style block #7 */
/* Базовые мобильные настройки */
										  @media (max-width: 768px) { /* Адаптация для экранов до 768px */
											.mobile-app-section {
											  padding: 30px 0 !important;
											}
										  
											.container {
											  padding: 15px !important;
											}
										  
											/* Заголовок */
											.mobile-app-section h2 {
											  font-size: 28px;
											  margin-bottom: 30px;
											}
										  
											/* Основной контейнер */
											.mobile-content {
											  grid-template-columns: 1fr !important;
											  gap: 20px !important;
											}
										  
											/* Изображение */
											.mobile-image img {
											  max-width: 100% !important;
											  height: auto !important;
											  margin: 0 auto;
											}
										  
											/* Текстовый блок */
											.mobile-text {
											  order: 1 !important;
											  padding: 0 15px;
											}
										  
											/* Преимущества */
											.features {
											  margin-bottom: 25px;
											}
										  
											.features li {
											  padding-left: 25px !important;
											  margin-bottom: 15px !important;
											}
										  
											/* Сравнение версий */
											.comparison {
											  padding: 15px !important;
											  font-size: 13px;
											}
										  
											.comparison table {
											  font-size: 13px;
											}
										  
											.comparison td,
											.comparison th {
											  padding: 8px !important;
											}
										  
											/* Кнопки скачивания */
											.download-buttons {
											  gap: 15px !important;
											}
										  
											.download-buttons a {
											  min-width: 100% !important;
											  padding: 10px 20px !important;
											  flex-direction: column !important;
											  align-items: center !important;
											}
										  
											.download-buttons img {
											  width: 30px !important;
											  margin-bottom: 5px !important;
											}
										  
											.download-buttons p {
											  margin: 0 !important;
											  text-align: center !important;
											}
										  
											/* Доп. информация */
											.mobile-text p:last-child {
											  font-size: 11px !important;
											  margin-top: 15px !important;
											}
										  
											/* Для очень маленьких экранов (например, <480px) */
											@media (max-width: 480px) {
											  .mobile-content {
												gap: 15px !important;
											  }
										  
											  .comparison table {
												display: block;
												overflow-x: auto;
												width: 100%;
											  }
										  
											  .comparison td,
											  .comparison th {
												min-width: 120px;
											  }
										  
											  .download-buttons a {
												padding: 8px 15px !important;
											  }
											}
										  }

/* Extracted from index.html style block #8 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .bonus-header { flex-direction: column; }
											  .bonus-image { min-width: auto !important; }
											  .bonuses-section h2 { font-size: 28px !important; }
											  .wagering-steps { grid-template-columns: 1fr !important; }
											}

/* Extracted from index.html style block #9 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .vip-section h2 { font-size: 28px !important; }
											  .levels-table { 
												min-width: auto !important; 
												box-shadow: 0 0 15px rgba(255,215,0,0.1);
											  }
											  table td, table th { padding: 10px !important; }
											  .steps { grid-template-columns: 1fr !important; }
											}
										  
											/* Ховер-эффекты для таблицы */
											table tbody tr:hover {
											  background: rgba(255, 215, 0, 0.05);
											  transition: 0.3s;
											}

/* Extracted from index.html style block #10 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .tournaments-section h2 { font-size: 28px !important; }
											  .tournaments-grid { grid-template-columns: 1fr !important; }
											  .jackpots-grid { grid-template-columns: 1fr !important; }
											  .steps { grid-template-columns: 1fr !important; }
											}
										  
											/* Анимация джекпотов */
											@keyframes jackpot-pulse {
											  0% { transform: scale(1); }
											  50% { transform: scale(1.05); }
											  100% { transform: scale(1); }
											}
											.jackpots-block p[style*="00ff00"] { 
											  animation: jackpot-pulse 2s infinite;
											  font-weight: bold;
											}

/* Extracted from index.html style block #11 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .payouts-section h2 { font-size: 28px !important; }
											  .methods-grid { grid-template-columns: 1fr !important; }
											  table { display: block; overflow-x: auto; }
											  .steps { grid-template-columns: 1fr !important; }
											}
										  
											/* Ховер-эффекты */
											.payment-methods div:hover {
											  transform: translateY(-5px);
											  transition: 0.3s;
											}

/* Extracted from index.html style block #12 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .mirror-section h2 { font-size: 28px !important; }
											  .domains-list { flex-direction: column; }
											  .steps { grid-template-columns: 1fr !important; }
											}
										  
											/* Анимация кнопки копирования */
											button:hover {
											  transform: scale(1.2);
											  transition: 0.3s;
											}

/* Extracted from index.html style block #13 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .support-section h2 { font-size: 28px !important; }
											  .contact-methods { grid-template-columns: 1fr !important; }
											  .stats div { grid-template-columns: 1fr !important; }
											}
										  
											/* Анимации */
											details[open] { background: #262626 !important; }
											a:hover { transform: translateY(-3px); transition: 0.3s; }

/* Extracted from index.html style block #14 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .responsible-section h2 { font-size: 28px !important; }
											  .tools-grid, .orgs-grid { grid-template-columns: 1fr !important; }
											  .warning-block { padding: 15px !important; }
											}
										  
											/* Анимации */
											.tools-grid div:hover {
											  transform: translateY(-5px);
											  transition: 0.3s;
											}
											a[href^="http"] {
											  text-decoration: underline dotted;
											}

/* Extracted from index.html style block #15 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .reviews-section h2 { font-size: 28px !important; }
											  .reviews-grid { grid-template-columns: 1fr !important; }
											  .proof img { width: 100% !important; }
											}
										  
											/* Ховер-эффекты */
											.reviews-grid > div:hover {
											  transform: translateY(-10px);
											  transition: 0.3s;
											  box-shadow: 0 0 25px rgba(255,215,0,0.1);
											}

/* Extracted from index.html style block #16 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .start-playing-section h2 { font-size: 28px !important; }
											  .steps-grid { grid-template-columns: 1fr !important; }
											  .steps-grid div { margin-top: 30px; }
											}
										  
											/* Анимации */
											.steps-grid div:hover {
											  transform: translateY(-10px);
											  transition: 0.3s;
											}
											a:hover {
											  box-shadow: 0 5px 15px rgba(255,215,0,0.3);
											  transition: 0.3s;
											}

/* Extracted from index.html style block #17 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .advantages-section h2 { font-size: 28px !important; }
											  .comparison-table { box-shadow: 0 0 15px rgba(255,215,0,0.1); }
											  table { min-width: 600px !important; }
											}
										  
											/* Ховер-эффекты */
											tr:hover { background: rgba(255,215,0,0.03); }
											.key-advantages div:hover { transform: translateY(-5px); transition: 0.3s; }

/* Extracted from index.html style block #18 */
/* Адаптация таблицы */
													@media (max-width: 768px) {
													.table-container {
														min-width: 100%;
														position: relative;
													}
												
													table {
														display: block;
														width: 100%;
													}
												
													td::before {
														content: attr(data-label);
														display: block;
														font-weight: bold;
														color: #FFD700;
														margin-bottom: 5px;
													}
												
													thead {
														display: none;
													}
												
													tr {
														display: grid;
														grid-template-columns: 1fr;
														padding: 15px 0;
														border-bottom: 1px solid #333;
													}
												
													td {
														display: block;
														padding: 8px 10px !important;
														text-align: left !important;
														border: none !important;
													}
												
													td:last-child {
														border-bottom: none !important;
													}
													}
												
													@media (max-width: 480px) {
													.comparison {
														padding: 15px !important;
													}
													
													td {
														font-size: 13px !important;
													}
													}

/* Extracted from index.html style block #19 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .affiliate-section h2 { font-size: 28px !important; padding: 0 10px;}
											  .programs { grid-template-columns: 1fr !important; }
											  table { display: block; overflow-x: auto; }
											  .advantages-grid { grid-template-columns: 1fr !important; }
											  .programs > div {margin-bottom: 20px;}
											  .cta a {width: 100%; padding: 15px !important; text-align: center;}
											}
										  
											/* Анимации */
											a:hover { transform: translateY(-3px); transition: 0.3s; }
											tr:hover { background: rgba(255,215,0,0.03); }

/* Extracted from index.html style block #20 */
/* Адаптивность */
											@media (max-width: 768px) {
											  .faq-section h2 { font-size: 28px !important; }
											  details { margin-bottom: 10px !important; }
											  summary { padding: 15px !important; }
											}
										  
											/* Анимация */
											details[open] summary { 
											  border-radius: 10px 10px 0 0;
											  background: rgba(255,215,0,0.05);
											}
											details div {
											  animation: fadeIn 0.3s ease;
											}
											@keyframes fadeIn {
											  from { opacity: 0; transform: translateY(-10px); }
											  to { opacity: 1; transform: translateY(0); }
											}

/* Extracted from index.html style block #21 */
.jackpot {
			  background: rgba(255, 215, 0, 0.1);
			  padding: 25px;
			  border-radius: 15px;
			  text-align: center;
			  margin: 20px 0;
			}
			
			.jackpot img {
			  height: 80px;
			  margin-bottom: 15px;
			}
			
			.jackpot-amount {
			  font-size: 24px;
			  color: #00ff00;
			  margin: 10px 0;
			}
			
			.jackpot-date span {
			  font-weight: bold;
			  color: #FFD700;
			}

/* Shared replacements for removed inline SEO styles on homepage */
.seo-expand-height {
	max-height: 280px;
}

.seo-expand-btn {
	display: block;
}

.seo-collapse-btn {
	display: none;
}

/* Homepage first-screen inline style extraction */
.hif-gold-text {
	color: #ffd700;
}

.hif-hero-section {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/img/lev-casino-bg.jpg');
	background-size: cover;
	padding: 60px 20px;
	text-align: center;
	color: #fff;
}

.hif-hero-title {
	font-size: 36px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hif-hero-subtitle {
	font-size: 24px;
}

.hif-hero-description {
	max-width: 800px;
	margin: 0 auto 30px;
	font-size: 16px;
}

.hif-hero-buttons {
	gap: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hif-cta-primary {
	background: #ff4444;
	color: #fff;
	padding: 12px 30px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	width: 100%;
	max-width: 300px;
}

.hif-cta-secondary {
	background: transparent;
	border: 2px solid #ffd700;
	color: #ffd700;
	padding: 12px 30px;
	border-radius: 30px;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
	max-width: 300px;
}

.hif-hero-features {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.hif-feature-icon {
	width: 40px;
	margin-bottom: 10px;
}

.hif-advantages-section {
	padding: 80px 0;
	background: #1a1a1a;
	color: #fff;
}

.hif-advantages-title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 60px;
	position: relative;
}

.hif-title-divider {
	width: 100px;
	height: 2px;
	background: #ffd700;
	margin: 15px auto 0;
}

.hif-advantages-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	padding: 0 20px;
}

.hif-advantage-card {
	text-align: center;
	padding: 30px;
	background: #262626;
	border-radius: 15px;
}

.hif-advantage-icon {
	width: 80px;
	height: 80px;
	background: #ffd700;
	border-radius: 50%;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hif-advantage-icon-img {
	width: 40px;
}

.hif-advantage-card-title {
	color: #ffd700;
	margin-bottom: 15px;
}

.hif-advantage-card-text {
	font-size: 16px;
	line-height: 1.5;
}

.hif-advantages-note {
	max-width: 800px;
	margin: 50px auto 0;
	text-align: center;
	font-style: italic;
}

.hif-advantages-note-text {
	font-size: 14px;
	opacity: 0.8;
}

.hif-games-section {
	padding: 80px 0;
	background: #0f0f0f;
	color: #fff;
}

.hif-games-title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}

.hif-games-categories {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}

.hif-category-btn-active {
	background: #ffd700;
	color: #000;
	border: none;
	padding: 10px 25px;
	border-radius: 20px;
	cursor: pointer;
}

.hif-category-btn {
	background: #262626;
	color: #fff;
	border: none;
	padding: 10px 25px;
	border-radius: 20px;
	cursor: pointer;
}

.hif-games-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	padding: 0 20px;
}

.hif-game-card {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.hif-game-card-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.hif-game-info {
	position: absolute;
	bottom: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	width: 100%;
	padding: 20px;
}

.hif-game-title {
	color: #ffd700;
	margin-bottom: 10px;
}

.hif-game-meta {
	font-size: 14px;
	margin-bottom: 15px;
}

.hif-play-button {
	background: #ff4444;
	color: #fff;
	padding: 8px 25px;
	border-radius: 20px;
	text-decoration: none;
}

.hif-providers {
	margin-top: 60px;
	text-align: center;
}

.hif-providers-title {
	font-size: 24px;
	margin-bottom: 30px;
}

.hif-providers-list {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.hif-provider-logo {
	height: 40px;
}

.hif-games-cta {
	text-align: center;
	margin-top: 50px;
}

.hif-games-cta-button {
	background: #ffd700;
	color: #000;
	padding: 15px 50px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
}

.hif-bonus-section {
	padding: 60px 0;
	background: linear-gradient(45deg, #1a1a1a, #2d0d0d);
	position: relative;
	overflow: hidden;
}

.hif-bonus-bg {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	background: rgba(255, 215, 0, 0.1);
	border-radius: 50%;
}

.hif-bonus-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.hif-bonus-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	align-items: center;
}

.hif-bonus-title {
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}

.hif-bonus-subtitle {
	font-size: 18px;
}

.hif-bonus-list {
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
}

.hif-bonus-list-item {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hif-bonus-check {
	width: 25px;
	height: 25px;
	background: #ffd700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.hif-bonus-list-text {
	font-size: 16px;
}

.hif-bonus-timer {
	background: rgba(255, 255, 255, 0.1);
	padding: 15px;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 25px;
}

.hif-bonus-timer-text {
	margin: 0;
	font-size: 16px;
	color: #ffd700;
}

.hif-bonus-timer-countdown {
	font-weight: bold;
}

.hif-reg-form {
	background: rgba(255, 255, 255, 0.05);
	padding: 25px;
	border-radius: 15px;
	backdrop-filter: blur(10px);
}

.hif-reg-form-title {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.hif-reg-form-fields {
	display: grid;
	gap: 15px;
}

.hif-reg-form-input {
	padding: 12px;
	border: 1px solid #444;
	background: transparent;
	color: #fff;
	border-radius: 8px;
	width: 100%;
}

.hif-reg-form-submit {
	background: #ffd700;
	color: #000;
	padding: 12px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.hif-form-links {
	margin-top: 15px;
	text-align: center;
}

.hif-form-links-note {
	font-size: 11px;
	opacity: 0.7;
}

.hif-form-links-note-link {
	color: #ffd700;
	font-size: 11px;
}

.hif-form-links-login {
	margin-top: 10px;
	font-size: 14px;
}

.hif-form-links-login-link {
	color: #ffd700;
	text-decoration: underline;
	font-size: 14px;
}

.hif-security-banner {
	margin-top: 30px;
	border-top: 1px solid #333;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.hif-security-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}

.hif-security-icon {
	width: 30px;
}

.hif-mobile-section {
	padding: 40px 0;
	background: #0a0a0a;
	color: #fff;
}

.hif-mobile-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.hif-mobile-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	align-items: center;
}

.hif-mobile-image {
	position: relative;
	text-align: center;
	filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.2));
	order: 2;
}

.hif-mobile-mockup {
	max-width: 280px;
	width: 100%;
}

.hif-mobile-screen-content {
	position: absolute;
	top: 12%;
	left: 16%;
	width: 40%;
	height: 76%;
	border-radius: 33px;
	overflow: hidden;
}

.hif-mobile-screen-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hif-mobile-content {
	order: 1;
}

.hif-mobile-title {
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}

.hif-mobile-description {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.hif-mobile-features {
	margin-bottom: 30px;
}

.hif-mobile-feature-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}

.hif-mobile-feature-row-last {
	margin-bottom: 0;
}

.hif-mobile-feature-badge {
	width: 35px;
	height: 35px;
	background: #ffd700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.hif-mobile-feature-title {
	color: #ffd700;
	margin: 0;
	font-size: 18px;
}

.hif-mobile-feature-text {
	margin: 5px 0 0;
	font-size: 13px;
}

.hif-mobile-download-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 20px;
}

.hif-mobile-download-link {
	background: #000;
	padding: 12px 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.hif-mobile-download-icon {
	width: 22px;
}

.hif-mobile-download-caption {
	margin: 0;
	font-size: 11px;
	color: #999;
}

.hif-mobile-download-title {
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.hif-mobile-note {
	margin-top: 15px;
	font-size: 12px;
	opacity: 0.8;
}

.hif-mobile-note-link {
	color: #ffd700;
	font-size: 12px;
}

.hif-reviews-section {
	padding: 80px 0;
	background: #1a1a1a;
	color: #fff;
}

.hif-reviews-title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}

.hif-reviews-subtitle {
	font-size: 24px;
}

.hif-reviews-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	padding: 0 20px;
	margin-bottom: 50px;
}

.hif-review-card {
	background: #262626;
	padding: 25px;
	border-radius: 15px;
}

.hif-review-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.hif-review-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.hif-review-author {
	margin: 0;
	color: #ffd700;
}

.hif-review-rating {
	display: flex;
	gap: 5px;
	margin-top: 5px;
}

.hif-review-date {
	color: #888;
	margin-left: 10px;
}

.hif-review-text {
	line-height: 1.5;
}

.hif-ratings-platforms {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.hif-platform-item {
	text-align: center;
}

.hif-platform-logo {
	height: 40px;
	margin-bottom: 10px;
}

.hif-platform-meta {
	margin: 5px 0;
	font-size: 14px;
}

.hif-reviews-cta {
	text-align: center;
}

.hif-reviews-cta-button {
	background: #ffd700;
	color: #000;
	padding: 12px 40px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
}

.hif-reviews-cta-note {
	margin-top: 15px;
	font-size: 14px;
}

.hif-reviews-cta-note-link {
	color: #ffd700;
}

.hif-mobile-app-content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

.hif-mobile-app-image {
	text-align: center;
	order: 2;
}

.hif-reviews-alt-section {
	padding: 60px 0;
	background: #0a0a0a;
	color: #fff;
}

.hif-reviews-alt-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}

.hif-mobile-app-section {
	padding: 60px 0;
	background: #0a0a0a;
	color: #fff;
}

.hif-mobile-app-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.hif-mobile-app-title {
	font-size: 36px;
	color: #ffd700;
	text-align: center;
	margin-bottom: 40px;
}

.hif-mobile-app-hero-image {
	max-width: 600px;
	width: 100%;
	filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.2));
}

.hif-mobile-app-text {
	order: 1;
}

.hif-mobile-app-features {
	margin-bottom: 40px;
}

.hif-mobile-app-features-title {
	font-size: 28px;
	color: #ffd700;
	margin-bottom: 25px;
}

.hif-mobile-app-list {
	list-style: none;
	padding: 0;
}

.hif-mobile-app-list-item {
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
}

.hif-mobile-app-bullet {
	position: absolute;
	left: 0;
	top: 2px;
	color: #ffd700;
	font-size: 24px;
}

.hif-mobile-app-comparison {
	background: rgba(255, 215, 0, 0.05);
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 30px;
}

.hif-mobile-app-comparison-title {
	color: #ffd700;
	margin-bottom: 15px;
}

.hif-mobile-app-comparison-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.hif-mobile-app-table-th-left {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #333;
}

.hif-mobile-app-table-th-center {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #333;
}

.hif-mobile-app-table-td-left {
	padding: 10px;
	border-bottom: 1px solid #333;
}

.hif-mobile-app-table-td-center {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #333;
}

.hif-mobile-app-table-td-left-last {
	padding: 10px;
}

.hif-mobile-app-table-td-center-last {
	padding: 10px;
	text-align: center;
}

.hif-mobile-app-download-buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.hif-mobile-app-download-link {
	background: #000;
	padding: 12px 30px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.hif-mobile-app-download-icon {
	width: 25px;
}

.hif-mobile-app-download-caption {
	margin: 0;
	font-size: 12px;
	color: #999;
}

.hif-mobile-app-download-title {
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.hif-mobile-app-note {
	text-align: center;
	margin-top: 25px;
	font-size: 12px;
	opacity: 0.8;
}

.hif-mobile-app-note-link {
	color: #ffd700;
}

.hif-reviews-alt-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.hif-reviews-alt-title {
	font-size: 36px;
	color: #ffd700;
	text-align: center;
	margin-bottom: 40px;
}

.hif-reviews-alt-ratings {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.hif-reviews-alt-rating-item {
	text-align: center;
}

.hif-reviews-alt-rating-logo {
	height: 50px;
	margin-bottom: 10px;
}

.hif-reviews-alt-rating-value {
	font-size: 24px;
	color: #ffd700;
}

.hif-reviews-alt-rating-link {
	color: #ffd700;
	font-size: 14px;
}

.hif-reviews-alt-card {
	background: #1a1a1a;
	padding: 25px;
	border-radius: 15px;
}

.hif-reviews-alt-card-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.hif-reviews-alt-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.hif-reviews-alt-author {
	color: #ffd700;
	margin: 0;
}

.hif-reviews-alt-stars-row {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 5px;
}

.hif-reviews-alt-date {
	color: #888;
	font-size: 14px;
}

.hif-reviews-alt-text {
	line-height: 1.5;
	margin-bottom: 15px;
}

.hif-reviews-alt-answer-box {
	background: rgba(255, 215, 0, 0.1);
	padding: 15px;
	border-radius: 10px;
}

.hif-reviews-alt-answer-text {
	margin: 0;
	font-size: 14px;
	color: #ffd700;
}

.hif-reviews-alt-proof {
	text-align: center;
	margin-bottom: 40px;
}

.hif-reviews-alt-proof-title {
	font-size: 24px;
	color: #ffd700;
	margin-bottom: 25px;
}

.hif-reviews-alt-proof-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.hif-reviews-alt-proof-image {
	width: 200px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.hif-reviews-alt-cta {
	text-align: center;
}

.hif-reviews-alt-cta-button {
	background: #ffd700;
	color: #000;
	padding: 15px 50px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
}

.hif-reviews-alt-cta-note {
	margin-top: 20px;
	font-size: 14px;
	opacity: 0.8;
}

.hif-reviews-alt-cta-note-link {
	color: #ffd700;
}

.hif-cta-center {
	text-align: center;
}

.hif-container-wide {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.hif-pay-compare-th {
	padding: 15px;
	border-bottom: 2px solid #ffd700;
}

.hif-pay-compare-td {
	padding: 15px;
}

.hif-pay-compare-td-bb {
	border-bottom: 1px solid #333;
}

.hif-pay-compare-td-gold {
	color: #ffd700;
}

.hif-aff-compare-th {
	padding: 12px 10px;
	border-bottom: 2px solid #ffd700;
	font-size: 14px;
}

.hif-aff-compare-td {
	padding: 12px 10px;
	font-size: 14px;
}

.hif-aff-compare-td-bb {
	border-bottom: 1px solid #333;
}

.hif-loyalty-th {
	padding: 15px;
	background: #ffd700;
	color: #000;
}

.hif-loyalty-th-left {
	border-radius: 8px 0 0 0;
}

.hif-loyalty-th-right {
	border-radius: 0 8px 0 0;
}

.hif-loyalty-td {
	padding: 15px;
}

.hif-loyalty-td-bb {
	border-bottom: 1px solid #333;
}

.hif-adv-comp-th {
	padding: 20px;
	background: #333;
}

.hif-adv-comp-th-empty {
	width: 25%;
	background: #ffd700;
	color: #000;
}

.hif-adv-comp-th-lev {
	color: #ffd700;
}

.hif-adv-comp-th-other {
	color: #fff;
}

.hif-adv-comp-td {
	padding: 15px;
}

.hif-adv-comp-td-bb {
	border-bottom: 1px solid #333;
}

.hif-adv-comp-td-good {
	color: #00ff00;
}

.hif-adv-comp-td-bad {
	color: #ff4444;
}

.hif-faq-section {
	padding: 80px 0;
	background: #0a0a0a;
	color: #fff;
}

.hif-faq-title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}

.hif-faq-title-accent {
	color: #ffd700;
}

.hif-faq-title-divider {
	width: 100px;
	height: 2px;
	background: #ffd700;
	margin: 15px auto 0;
}

.hif-faq-accordion {
	max-width: 800px;
	margin: 0 auto;
}

.hif-faq-item {
	margin-bottom: 15px;
	border: 1px solid #333;
	border-radius: 10px;
}

.hif-faq-question {
	width: 100%;
	background: #1a1a1a;
	border: none;
	padding: 20px;
	text-align: left;
	color: #ffd700;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hif-faq-icon {
	font-size: 24px;
}

.hif-faq-answer {
	display: none;
	padding: 20px;
	background: #1a1a1a;
	border-top: 1px solid #333;
}

.hif-faq-link-gold {
	color: #ffd700;
}

.hif-faq-support {
	text-align: center;
	margin-top: 50px;
}

.hif-faq-support-text {
	font-size: 20px;
}

.hif-faq-support-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.hif-faq-support-icon {
	width: 40px;
}

.hif-faq2-section {
	padding: 60px 0;
	background: #0a0a0a;
	color: #fff;
}

.hif-faq2-title {
	font-size: 36px;
	color: #ffd700;
	text-align: center;
	margin-bottom: 40px;
}

.hif-faq2-grid {
	max-width: 900px;
	margin: 0 auto;
}

.hif-faq2-item {
	background: #1a1a1a;
	margin-bottom: 15px;
	border-radius: 10px;
}

.hif-faq2-summary {
	padding: 20px;
	color: #ffd700;
	cursor: pointer;
	font-weight: 700;
}

.hif-faq2-body {
	padding: 20px;
	border-top: 1px solid #333;
}

.hif-faq2-list {
	padding-left: 25px;
}

.hif-faq2-note {
	margin-top: 15px;
}

.hif-faq2-note-sm {
	margin-top: 15px;
	font-size: 14px;
}

.hif-faq2-note-muted {
	margin-top: 15px;
	font-size: 14px;
	opacity: 0.8;
}

.hif-faq2-note-alert {
	margin-top: 15px;
	color: #ff6666;
}

.hif-faq2-note-gold {
	margin-top: 15px;
	color: #ffd700;
}

.hif-faq2-search {
	text-align: center;
	margin-top: 40px;
}

.hif-faq2-search-input {
	padding: 15px 25px;
	width: 100%;
	max-width: 500px;
	background: #1a1a1a;
	border: 1px solid #333;
	color: #fff;
	border-radius: 30px;
}

.hif-intro2-section {
	padding: 40px 0;
	background: #0a0a0a;
	color: #fff;
}

.hif-intro2-text {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.hif-intro2-lead {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.hif-intro2-list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.hif-intro2-item {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hif-intro2-check {
	color: #ffd700;
	font-size: 24px;
}

.hif-intro2-quote {
	border-left: 3px solid #ffd700;
	padding-left: 20px;
	margin: 25px 0;
	font-style: italic;
}

.hif-intro2-cta {
	margin-top: 30px;
}

.hif-intro2-cta-link {
	background: #ffd700;
	color: #000;
	padding: 15px 40px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
}

.hif-intro2-note {
	font-size: 12px;
	margin-top: 15px;
	opacity: 0.8;
}

.hif-license2-section {
	padding: 50px 0;
	background: #111;
	color: #fff;
}

.hif-games2-section {
	padding: 60px 0;
	background: #0a0a0a;
	color: #fff;
}

.hif-live2-section {
	padding: 60px 0;
	background: #111;
	color: #fff;
}
