/* GeoGamers.ge — გადმოწერის ღილაკები */

.gg-download-panel {
	margin: 28px 0;
	padding: 22px 24px 20px;
	border-radius: 16px;
	background: linear-gradient(135deg, #1a2332 0%, #2a3444 55%, #1f2836 100%);
	border: 1px solid rgba(4, 170, 206, 0.35);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
	position: relative;
	overflow: hidden;
}

.gg-download-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #04aace 0%, #58d107 50%, #ffc20a 100%);
}

.gg-download-panel__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.gg-download-panel__title {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.gg-download-panel__subtitle {
	margin: 6px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.5;
}

.gg-download-panel__badge {
	flex: 0 0 auto;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(88, 209, 7, 0.16);
	border: 1px solid rgba(88, 209, 7, 0.35);
	color: #9ef067;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}

.gg-download-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gg-download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 220px;
	padding: 14px 20px;
	border-radius: 12px;
	border: 0;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
	box-sizing: border-box;
}

.gg-download-btn:hover {
	transform: translateY(-2px);
	color: #fff !important;
	text-decoration: none !important;
}

.gg-download-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.14);
	flex: 0 0 38px;
}

.gg-download-btn__icon svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.gg-download-btn__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.gg-download-btn__label {
	font-size: 15px;
	font-weight: 700;
}

.gg-download-btn__meta {
	font-size: 12px;
	font-weight: 500;
	opacity: 0.82;
}

.gg-download-btn--zip {
	background: linear-gradient(135deg, #ff5104 0%, #ff814a 100%);
	box-shadow: 0 10px 24px rgba(255, 81, 4, 0.28);
}

.gg-download-btn--zip:hover {
	box-shadow: 0 14px 28px rgba(255, 81, 4, 0.38);
	filter: brightness(1.04);
}

.gg-download-btn--torrent {
	background: linear-gradient(135deg, #58d107 0%, #7fe635 100%);
	box-shadow: 0 10px 24px rgba(88, 209, 7, 0.28);
}

.gg-download-btn--torrent:hover {
	box-shadow: 0 14px 28px rgba(88, 209, 7, 0.38);
	filter: brightness(1.04);
}

.gg-download-panel__note {
	margin: 16px 0 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	line-height: 1.55;
}

.full-news-text .gg-download-panel a {
	border: 0;
	text-decoration: none !important;
}

/* სრული download hub — მთავარი + repack + ინსტრუქცია */
.gg-download-hub {
	margin: 28px 0;
	display: grid;
	gap: 16px;
}

.gg-download-hub .gg-download-panel {
	margin: 0;
}

.gg-repacks-panel,
.gg-install-guide,
.gg-game-specs,
.gg-updates-panel {
	padding: 20px 22px;
	border-radius: 14px;
	background: #f7f9fc;
	border: 1px solid #e6ebf2;
}

.gg-section-title {
	margin: 0 0 14px;
	color: #1b2430;
	font-size: 18px;
	font-weight: 700;
}

.gg-repack-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
}

.gg-repack-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e3e8ef;
	box-shadow: 0 8px 24px rgba(27, 36, 48, 0.06);
}

.gg-repack-card__tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #e25041;
	font-size: 15px;
	font-weight: 700;
}

.gg-repack-card__tag::before {
	content: "👉";
}

.gg-repack-card__name {
	color: #505050;
	font-size: 14px;
	line-height: 1.45;
}

.gg-download-btn--fitgirl {
	background: linear-gradient(135deg, #d63384 0%, #e879a8 100%);
	box-shadow: 0 10px 24px rgba(214, 51, 132, 0.24);
	min-width: 0;
	width: 100%;
}

.gg-download-btn--other {
	background: linear-gradient(135deg, #04aace 0%, #38bdf8 100%);
	box-shadow: 0 10px 24px rgba(4, 170, 206, 0.24);
	min-width: 0;
	width: 100%;
}

.gg-download-btn--selezen {
	background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
	box-shadow: 0 10px 24px rgba(124, 58, 237, 0.24);
	min-width: 0;
	width: 100%;
}

.gg-download-btn--main {
	background: linear-gradient(135deg, #ff5104 0%, #ffc20a 100%);
	box-shadow: 0 10px 24px rgba(255, 81, 4, 0.28);
	min-width: 260px;
}

.gg-game-specs dl {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px 18px;
	margin: 0;
}

.gg-game-specs dt {
	color: #737373;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.gg-game-specs dd {
	margin: 4px 0 0;
	color: #1b2430;
	font-size: 14px;
	font-weight: 600;
}

.gg-install-guide ol {
	margin: 0;
	padding-left: 20px;
	color: #343434;
}

.gg-install-guide li {
	margin-bottom: 8px;
	line-height: 1.55;
}

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

.gg-updates-list li {
	position: relative;
	padding: 10px 0 10px 18px;
	border-bottom: 1px solid #e8edf3;
	color: #343434;
	font-size: 14px;
	line-height: 1.5;
}

.gg-updates-list li:last-child {
	border-bottom: 0;
}

.gg-updates-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #58d107;
}

@media (max-width: 640px) {
	.gg-download-panel {
		padding: 18px 16px 16px;
	}

	.gg-download-panel__head {
		flex-direction: column;
	}

	.gg-download-panel__actions {
		flex-direction: column;
	}

	.gg-download-btn {
		width: 100%;
		min-width: 0;
	}
}
