/*
Brand Skin for 1xbet
This file controls the visual color identity for the 1xbet India market brand information website.
Prefer changing CSS variables here instead of rewriting core layout CSS.
*/

:root {
	--brand-skin-loaded: 1;
	--brand-primary: #0057c8;
	--brand-secondary: #0a2f68;
	--brand-accent: #f6c500;
	--brand-dark: #07192f;
	--brand-light: #f5f8ff;
}

.site-topbar {
	background: rgba(7, 25, 47, 0.96);
	color: #f5f8ff;
}

.btn-primary,
.mobile-action--green,
.mobile-action--purple {
	background: var(--brand-accent);
	color: #07192f;
}

.btn-primary:hover,
.btn-primary:focus,
.text-link:hover,
.text-link:focus {
	color: #07192f;
}

.hero-section,
.site-footer,
.single-hero,
.inner-hero {
	background: linear-gradient(135deg, #07192f 0%, #0a2f68 52%, #0057c8 100%);
}

.trust-strip,
.hero-actions,
.quick-access-grid,
.feature-grid,
.step-grid,
.guide-panel-grid,
.game-category-grid {
	display: grid;
	gap: 16px;
}

.hero-actions {
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	margin-top: 24px;
}

.trust-strip {
	grid-template-columns: repeat(4, minmax(0, auto));
	margin-top: 22px;
	font-size: 14px;
	color: rgba(245, 248, 255, 0.86);
}

.trust-strip span {
	border: 1px solid rgba(245, 248, 255, 0.18);
	border-radius: 8px;
	padding: 8px 10px;
	background: rgba(245, 248, 255, 0.08);
}

.quick-access-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-card,
.module-panel,
.game-category-card {
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(7, 25, 47, 0.08);
	border: 1px solid rgba(10, 47, 104, 0.08);
}

.quick-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
	color: #07192f;
	text-decoration: none;
	min-height: 138px;
}

.quick-card strong {
	color: #0057c8;
	font-size: 17px;
}

.quick-card span,
.module-panel p,
.game-category-card p,
.full-guide p {
	color: #34425a;
}

.feature-grid,
.step-grid,
.guide-panel-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-panel-grid--wide {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.8fr);
}

.module-panel {
	padding: 24px;
}

.module-panel h2,
.module-panel h3 {
	color: #07192f;
}

.step-panel span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #0057c8;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 14px;
}

.module-panel--media .module-img,
.game-category-card__media .game-img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 16px;
}

.game-category-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.game-category-card {
	overflow: hidden;
}

.game-category-card__media .game-img {
	border-radius: 0;
	margin-bottom: 0;
}

.game-category-card__body {
	padding: 20px;
}

.game-category-card__body h3 {
	margin-top: 0;
	color: #0057c8;
}

.featured-table th {
	white-space: nowrap;
}

.safety-panel ul {
	margin: 0;
	padding-left: 20px;
	color: #34425a;
}

.full-guide {
	max-width: 980px;
}

.full-guide h2 {
	font-size: clamp(28px, 4vw, 42px);
	color: #07192f;
}

.full-guide p {
	font-size: 18px;
	line-height: 1.78;
}

.footer-info .footer-title:not(:first-child) {
	margin-top: 22px;
}

.visual-game-grid span {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
}

.trp-floating-switcher.trp-switcher-position-bottom {
	bottom: 74px !important;
	right: 18px !important;
	z-index: 9990;
}

@media (max-width: 1024px) {
	.quick-access-grid,
	.feature-grid,
	.step-grid,
	.guide-panel-grid,
	.guide-panel-grid--wide,
	.game-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.hero-actions,
	.trust-strip,
	.quick-access-grid,
	.feature-grid,
	.step-grid,
	.guide-panel-grid,
	.guide-panel-grid--wide,
	.game-category-grid {
		grid-template-columns: 1fr;
	}

	.hero-actions .btn,
	.quick-card {
		width: 100%;
	}

	.full-guide p {
		font-size: 16px;
	}

	.trp-floating-switcher.trp-switcher-position-bottom {
		bottom: 74px !important;
		right: 16px !important;
		max-width: 150px;
	}
}
