:root {
	--mega-blue: #0c1f5c;
	--mega-blue-2: #142d7a;
	--mega-red: #e53935;
	--mega-red-dark: #c92a27;
	--mega-white: #ffffff;
	--mega-bg: #f5f7fc;
	--mega-text: #1c2440;
	--mega-muted: #5f6b8a;
	--mega-border: #e6ebf5;
	--mega-shadow: 0 20px 45px rgba(12, 31, 92, 0.12);
	--mega-radius: 24px;
	--mega-radius-sm: 16px;
	--mega-transition: all .25s ease;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: var(--mega-text);
	background: #fff;
}

a,
button {
	transition: var(--mega-transition);
}

img {
	max-width: 100%;
	height: auto;
}

.mega-page {
	overflow: hidden;
}

.mega-navbar {
	padding: 14px 0;
}

.mega-logo {
	height: 44px;
}

.mega-navbar .nav-link {
	font-size: 15px;
	font-weight: 700;
	color: var(--mega-blue) !important;
	margin: 0 6px;
	position: relative;
}

.mega-navbar .nav-link:hover {
	color: var(--mega-red) !important;
}

.section-space {
	padding: 60px 0;
}

.section-soft {
	background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
}

.section-dark {
	background: linear-gradient(135deg, var(--mega-blue) 0%, var(--mega-blue-2) 100%);
	color: #fff;
}

.section-head {
	max-width: 860px;
	margin: 0 auto 25px;
}

.section-head-light .section-kicker,
.section-head-light .section-subtitle,
.section-head-light .section-title {
	color: #fff;
}

.section-kicker {
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--mega-red);
	margin-bottom: 14px;
}

.section-title {
	font-size: 42px;
	line-height: 1.1;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 18px;
}

.section-subtitle {
	font-size: 18px;
	line-height: 1.45;
	color: var(--mega-muted);
	margin-bottom: 0;
}

.hero-section {
	position: relative;
	padding: 100px 0 80px;
	background:
		radial-gradient(circle at top right, rgba(229,57,53,.14), transparent 28%),
		radial-gradient(circle at left center, rgba(20,45,122,.08), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
}

.hero-decor {
	position: absolute;
	border-radius: 50%;
	filter: blur(8px);
	opacity: .5;
	pointer-events: none;
}

.hero-decor-1 {
	width: 260px;
	height: 260px;
	background: rgba(229,57,53,.12);
	top: -80px;
	right: -80px;
}

.hero-decor-2 {
	width: 340px;
	height: 340px;
	background: rgba(12,31,92,.08);
	bottom: -100px;
	left: -120px;
}

.hero-badge {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(229,57,53,.1);
	color: var(--mega-red);
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 22px;
}

.hero-title {
	font-size: 58px;
	line-height: 1.1;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 22px;
}

.hero-text {
	font-size: 18px;
	line-height: 1.45;
	color: var(--mega-muted);
	margin-bottom: 28px;
	max-width: 620px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 12px;
}

.hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}

.hero-point {
	font-size: 14px;
	font-weight: 700;
	color: var(--mega-blue);
	padding-bottom: 10px;
}

.hero-point i {
	color: var(--mega-red);
	margin-right: 1px;
}

.hero-visual {
	background: #fff;
	border-radius: 32px;
	padding: 45px 0px;
	box-shadow: var(--mega-shadow);
	position: relative;
}

.mega-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	border: 2px solid transparent;
	box-shadow: none;
}

.mega-btn-primary {
	background: linear-gradient(135deg, var(--mega-red) 0%, var(--mega-red-dark) 100%);
	color: #fff !important;
}

.mega-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(229,57,53,.25);
}

.mega-btn-secondary {
	background: var(--mega-blue);
	color: #fff !important;
}

.mega-btn-secondary:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(12,31,92,.25);
}

.mega-btn-outline {
	background: #fff;
	border-color: var(--mega-blue);
	color: var(--mega-blue) !important;
}

.mega-btn-outline:hover {
	background: var(--mega-blue);
	color: #fff !important;
}

.game-card,
.prize-card,
.product-highlight-card,
.bonus-mini-card,
.ugc-box,
.product-card,
.content-card,
.marketplaces-box,
.seo-box {
	background: #fff;
	border: 1px solid var(--mega-border);
	border-radius: var(--mega-radius);
	box-shadow: var(--mega-shadow);
}

.game-card {
	padding: 36px;
}

.game-card-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.game-card-top h3 {
	font-size: 28px;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 10px;
}

.game-card-top p {
	margin: 0;
	color: var(--mega-muted);
	font-size: 16px;
	line-height: 1.45;
	/*max-width: 560px;*/
}

.advent-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	margin-bottom: 28px;
}

.advent-item {
	background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
	/*border: 1px solid var(--mega-border);*/
	border-radius: 22px;
	padding: 8px 8px;
	text-align: center;
	position: relative;
	overflow: hidden;
	/*min-height: 100px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.advent-item.opened {
	background: linear-gradient(180deg, rgba(229,57,53,.08) 0%, rgba(229,57,53,.16) 100%);
	border-color: rgba(229,57,53,.2);
}

.advent-date {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
	color: var(--mega-blue);
	margin-bottom: 10px;
}

.advent-item.opened .advent-date {
	color: var(--mega-red);
}

.advent-label {
	font-size: 14px;
	font-weight: 700;
	color: var(--mega-muted);
}

.passport-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 24px;
	background: #f6f8ff;
	border: 1px solid var(--mega-border);
	border-radius: 18px;
}

.passport-box h4 {
	font-size: 22px;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 8px;
}

.passport-box p {
	margin: 0;
	color: var(--mega-muted);
	line-height: 1.45;
	max-width: 650px;
}

.prize-card {
	padding: 32px;
	height: 100%;
	background: linear-gradient(180deg, #fff 0%, #f7f9ff 100%);
}

.prize-title {
	font-size: 28px;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 18px;
}

.prize-note {
	margin-top: 18px;
	font-size: 14px;
	color: var(--mega-muted);
}

.mega-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-list li {
	position: relative;
	padding-left: 28px;
	/*margin-bottom: 14px;*/
	font-size: 18px;
	line-height: 1.45;
	color: var(--mega-muted);
}

.mega-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--mega-red);
}

.mega-list-dark li {
	/*color: var(--mega-text);*/
}

.product-highlight-card {
	padding: 28px;
}

.product-highlight-title {
	font-size: 28px;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 12px;
}

.product-highlight-text {
	color: var(--mega-muted);
	font-size: 16px;
	line-height: 1.45;
	margin-bottom: 18px;
}

.product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bonus-mini-card {
	padding: 28px;
	height: 100%;
}

.bonus-mini-card h3 {
	font-size: 26px;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 14px;
}

.bonus-mini-card p {
	color: var(--mega-muted);
	font-size: 16px;
	line-height: 1.45;
	margin-bottom: 10px;
}

.text-link {
	color: var(--mega-red);
	font-weight: 800;
	text-decoration: none !important;
}

.text-link:hover {
	color: var(--mega-blue);
}

.ugc-box {
	padding: 34px;
}

.ugc-step {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 22px;
}

.ugc-step-num {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--mega-red);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ugc-step h4 {
	font-size: 22px;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 6px;
}

.ugc-step p {
	margin: 0;
	color: var(--mega-muted);
	line-height: 1.45;
}

.ugc-note {
	margin-top: 22px;
	padding: 16px 18px;
	border-radius: 16px;
	background: rgba(12,31,92,.05);
	color: var(--mega-blue);
	font-weight: 700;
}

.ugc-sample-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 14px 26px rgba(12,31,92,.12);
	height: 100%;
}

.ugc-sample-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stats-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 42px;
}

.stat-card {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 24px;
	padding: 26px 20px;
	text-align: center;
}

.stat-num {
	font-size: 42px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 8px;
}

.stat-label {
	font-size: 15px;
	color: rgba(255,255,255,.85);
}

.timeline-box {
	display: grid;
	gap: 18px;
}

.timeline-item {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 20px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 22px;
	padding: 24px;
}

.timeline-age {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}

.timeline-content h3 {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
}

.timeline-content p {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
	color: rgba(255,255,255,.84);
}

.product-card {
	padding: 24px;
	height: 100%;
	transition: var(--mega-transition);
}

.product-card:hover,
.content-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 45px rgba(12,31,92,.16);
}

.product-image {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.product-card h3 {
	font-size: 24px;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 12px;
}

.product-card p {
	color: var(--mega-muted);
	line-height: 1.45;
	min-height: 105px;
	margin-bottom: 18px;
}

.marketplaces-box {
	margin-top: 18px;
	padding: 32px;
	text-align: center;
}

.marketplaces-box h3 {
	font-size: 30px;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 12px;
}

.marketplaces-box p {
	color: var(--mega-muted);
	margin-bottom: 20px;
}

.family-image {
	border-radius: 28px;
	box-shadow: var(--mega-shadow);
}

.content-card {
	overflow: hidden;
	height: 100%;
}

.content-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.content-card-body {
	padding: 18px;
}

.content-card-body h3 {
	font-size: 23px;
	font-weight: 800;
	color: var(--mega-blue);
	line-height: 1.1;
	margin-bottom: 12px;
}

.faq-section {
	background: linear-gradient(180deg, #fff 0%, #f6f8ff 100%);
}

.seo-box {
	padding: 28px;
	color: var(--mega-muted);
	line-height: 1.45;
	font-size: 16px;
}

.mega-footer {
	background: var(--mega-blue);
	color: #fff;
	padding: 10px 10px !important;
    font-size: 12px;
}

.mega-footer a {
	color: #fff;
    font-size: 12px;
}


/* Секция с товарами на синем фоне */
#ecosystem .products-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 16px;
	margin-bottom: 40px;
}

#ecosystem .product-card {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	transition: var(--mega-transition);
}

#ecosystem .product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}

#ecosystem .product-image {
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

#ecosystem .product-image img {
	max-height: 210px;
	max-width: 100%;
	object-fit: contain;
}

#ecosystem .product-card h3 {
	font-size: 14px;
	font-weight: 600;
	color: var(--mega-blue);
	margin-bottom: 16px;
	line-height: 1.4;
	min-height: 77px;
}

#ecosystem .product-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

#ecosystem .btn-wb,
#ecosystem .btn-ozon,
#ecosystem .btn-detail {
	display: inline-block;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 30px;
	text-decoration: none;
	transition: var(--mega-transition);
}

#ecosystem .btn-wb {
	background: #9b59b6;
	color: #fff;
}

#ecosystem .btn-wb:hover {
	background: #8e44ad;
	transform: translateY(-2px);
}

#ecosystem .btn-ozon {
	background: #005bff;
	color: #fff;
}

#ecosystem .btn-ozon:hover {
	background: #0046cc;
	transform: translateY(-2px);
}

#ecosystem .btn-detail {
	background: var(--mega-blue);
	color: #fff;
}

#ecosystem .btn-detail:hover {
	background: var(--mega-red);
	transform: translateY(-2px);
}

/* Адаптация под мобильные */
@media (max-width: 991px) {
	#ecosystem .products-row {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

@media (max-width: 576px) {
	#ecosystem .products-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	#ecosystem .product-card h3 {
		font-size: 14px;
		min-height: auto;
	}
	
	#ecosystem .product-image {
		height: 210px;
	}
}

@media (max-width: 1199px) {
	.hero-title {
		font-size: 46px;
	}
	.section-title {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	/*body {
		padding-top: 74px;
	}*/

	.section-space {
		padding: 40px 10px;
	}

	.hero-section {
		padding: 20px 10px 20px 10px;
	}

	.hero-title {
		font-size: 40px;
	}

	.section-title {
		font-size: 32px;
	}

	.advent-grid,
	.stats-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.timeline-item {
		grid-template-columns: 1fr;
	}

	.game-card,
	.prize-card,
	.ugc-box {
		padding: 16px;
	}
}




@media (max-width: 767px) {
	.hero-title {
		font-size: 34px;
	}

	.hero-text,
	.section-subtitle {
		font-size: 16px;
	}

	.section-title {
		font-size: 29px;
	}

	.advent-grid,
	.stats-row {
		grid-template-columns: 1fr;
	}

	.game-card-top,
	.passport-box,
	.hero-actions,
	.hero-points,
	.product-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.game-card-top h3 {
		font-size: 26px;
		}

	.timeline-age {
		font-size: 20px;
	}

	.timeline-content h3,
	.product-card h3,
	.content-card-body h3,
	.product-highlight-title {
		font-size: 19px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
	}
}

.value-section {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.value-card {
	position: relative;
	padding: 34px 30px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--mega-border);
	box-shadow: var(--mega-shadow);
	height: 100%;
	overflow: hidden;
	transition: var(--mega-transition);
}

.value-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 44px rgba(12, 31, 92, 0.16);
}

.value-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
}

.value-card-family:before {
	background: linear-gradient(90deg, var(--mega-red) 0%, #ff6b57 100%);
}

.value-card-school:before {
	background: linear-gradient(90deg, var(--mega-blue) 0%, #2a4bb8 100%);
}

.value-icon {
	width: 68px;
	height: 68px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin-bottom: 22px;
}

.value-card-family .value-icon {
	background: rgba(229, 57, 53, 0.1);
	color: var(--mega-red);
}

.value-card-school .value-icon {
	background: rgba(12, 31, 92, 0.08);
	color: var(--mega-blue);
}

.value-card h3 {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 800;
	color: var(--mega-blue);
	margin-bottom: 16px;
}

.value-card p {
	font-size: 17px;
	line-height: 1.45;
	color: var(--mega-muted);
	margin-bottom: 0;
}



@media (max-width: 991px) {
	.value-card {
		padding: 28px 24px;
	}

	.value-card h3 {
		font-size: 24px;
	}

	.value-card p {
		font-size: 16px;
	}
	.mega-list li {
	font-size: 16px;
	} 
}

@media (max-width: 767px) {
	.value-card {
		border-radius: 22px;
	}

	.value-icon {
		width: 58px;
		height: 58px;
		font-size: 24px;
		margin-bottom: 18px;
	}

	.value-card h3 {
		font-size: 22px;
	}

	.advent-date {
    	display: none;
}
.fa {
    padding-top: 3px;
}
}
/* Для блока value-card — иконка и заголовок в одну строку */
.value-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 22px;
}

.value-header .value-icon {
	margin-bottom: 0;
	flex-shrink: 0;
}

.value-header h3 {
	margin-bottom: 0;
	font-size: 28px;
}

/* Мобильная адаптация */
@media (max-width: 767px) {
	.value-header {
		gap: 12px;
		margin-bottom: 16px;
	}
	
	.value-header .value-icon {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}
	
	.value-header h3 {
		font-size: 22px;
	}
}

