/* ===============================
   DOWNLOAD PAGE MODERN
   Arquivo: download-style.css
================================ */

.download-page {
	position: relative;
	z-index: 20;
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: visible;
}

.download-wrapper {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}

/* ===============================
   TITULO
================================ */

.download-title {
	margin-bottom: 8px;
	font-size: 54px;
	line-height: 1.05;
	font-weight: 950;
	letter-spacing: 0.5px;
	color: #fff;
	text-shadow:
		0 0 10px rgba(183, 31, 31, 0.80),
		0 0 24px rgba(183, 31, 31, 0.40),
		0 3px 8px rgba(0, 0, 0, 0.75);
}

.download-subtitle {
	max-width: 720px;
	margin: 18px auto 34px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.6;
	font-weight: 600;
}

/* ===============================
   PAINEL
================================ */

.download-panel {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 30px;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(18, 18, 18, 0.94), rgba(6, 6, 6, 0.97));
	border: 1px solid rgba(183, 31, 31, 0.30);
	box-shadow:
		0 18px 42px rgba(0, 0, 0, 0.52),
		0 0 24px rgba(183, 31, 31, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.download-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at top left, rgba(183, 31, 31, 0.18), transparent 36%),
		radial-gradient(circle at bottom right, rgba(212, 55, 55, 0.10), transparent 35%);
	z-index: 1;
}

.download-panel > * {
	position: relative;
	z-index: 2;
}

/* ===============================
   HEADER DO PAINEL
================================ */

.download-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 26px;
	padding: 16px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.075);
}

.download-info {
	display: flex;
	align-items: center;
	gap: 14px;
	text-align: left;
}

.download-info > i {
	width: 48px;
	height: 48px;
	min-width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(183, 31, 31, 0.16);
	border: 1px solid rgba(183, 31, 31, 0.34);
	color: #d43737;
	font-size: 24px;
	filter: drop-shadow(0 0 8px rgba(183, 31, 31, 0.45));
}

.download-info h3 {
	margin: 0 0 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 950;
	letter-spacing: 0.25px;
}

.download-info span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

/* ===============================
   STEPS
================================ */

.download-steps {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.download-step-card {
	position: relative;
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 18px;
	padding: 24px;
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(10, 10, 10, 0.86), rgba(0, 0, 0, 0.64));
	border: 1px solid rgba(255, 255, 255, 0.075);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
	text-align: left;
}

.download-step-number {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background:
		linear-gradient(180deg, #d43737, #8f1515);
	border: 1px solid rgba(255, 255, 255, 0.13);
	color: #fff;
	font-size: 24px;
	font-weight: 950;
	box-shadow:
		0 9px 20px rgba(0, 0, 0, 0.35),
		0 0 16px rgba(183, 31, 31, 0.24);
}

.download-step-content h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 23px;
	font-weight: 950;
}

.download-step-content p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

/* ===============================
   BOTOES
================================ */

.download-account-btn,
.download-btn,
.download-component-item {
	text-decoration: none;
}

.download-account-btn,
.download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 9px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	background:
		linear-gradient(180deg, #d43737, #8f1515);
	color: #fff !important;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.35px;
	text-transform: uppercase;
	box-shadow:
		0 9px 20px rgba(0, 0, 0, 0.35),
		0 0 16px rgba(183, 31, 31, 0.24);
	transition:
		transform 0.2s ease,
		filter 0.2s ease,
		box-shadow 0.2s ease;
}

.download-account-btn:hover,
.download-btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
	box-shadow:
		0 13px 26px rgba(0, 0, 0, 0.45),
		0 0 22px rgba(183, 31, 31, 0.32);
}

/* ===============================
   MIRRORS
================================ */

.download-mirrors {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 18px;
}

.download-mirror-card {
	position: relative;
	padding: 20px 16px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.075);
	text-align: center;
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease;
}

.download-mirror-card:hover {
	transform: translateY(-2px);
	background: rgba(183, 31, 31, 0.10);
	border-color: rgba(212, 55, 55, 0.28);
	box-shadow:
		0 12px 28px rgba(0, 0, 0, 0.30),
		0 0 18px rgba(183, 31, 31, 0.12);
}

.download-mirror-logo {
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.download-mirror-logo img {
	max-width: 120px;
	max-height: 54px;
	object-fit: contain;
	filter:
		drop-shadow(0 4px 5px rgba(0, 0, 0, 0.55))
		drop-shadow(0 0 8px rgba(255, 255, 255, 0.05));
}

.download-mirror-card h4 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 16px;
	font-weight: 950;
}

/* ===============================
   AVISO ANTIVIRUS
================================ */

.download-warning-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 22px;
	border-radius: 16px;
	background: rgba(183, 31, 31, 0.09);
	border: 1px solid rgba(183, 31, 31, 0.28);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
	text-align: left;
}

.download-warning-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	background: rgba(183, 31, 31, 0.16);
	border: 1px solid rgba(183, 31, 31, 0.34);
	color: #ffd166;
	font-size: 24px;
	filter:
		drop-shadow(0 0 8px rgba(183, 31, 31, 0.35))
		drop-shadow(0 4px 5px rgba(0, 0, 0, 0.45));
}

.download-warning-card h3 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 20px;
	font-weight: 950;
}

.download-warning-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

/* ===============================
   COMPONENTES
================================ */

.download-components-card {
	padding: 24px;
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(10, 10, 10, 0.86), rgba(0, 0, 0, 0.64));
	border: 1px solid rgba(255, 255, 255, 0.075);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
	text-align: left;
}

.download-components-header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.download-components-header > i {
	width: 48px;
	height: 48px;
	min-width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(183, 31, 31, 0.16);
	border: 1px solid rgba(183, 31, 31, 0.34);
	color: #d43737;
	font-size: 24px;
	filter: drop-shadow(0 0 8px rgba(183, 31, 31, 0.45));
}

.download-components-header h3 {
	margin: 0 0 3px;
	color: #fff;
	font-size: 20px;
	font-weight: 950;
}

.download-components-header span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 600;
}

.download-components-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.download-component-item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 11px 13px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.075);
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 13px;
	font-weight: 850;
	transition:
		transform 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.download-component-item i {
	color: #d43737;
	font-size: 17px;
	filter: drop-shadow(0 0 7px rgba(183, 31, 31, 0.35));
}

.download-component-item:hover {
	transform: translateY(-1px);
	background: rgba(183, 31, 31, 0.11);
	border-color: rgba(212, 55, 55, 0.28);
	color: #fff !important;
}

/* ===============================
   RESPONSIVO
================================ */

@media (max-width: 991px) {
	.download-page {
		padding-top: 45px;
		padding-bottom: 60px;
	}

	.download-title {
		font-size: 46px;
	}

	.download-subtitle {
		font-size: 15px;
	}

	.download-panel {
		padding: 22px;
	}

	.download-panel-header {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.download-info {
		justify-content: center;
		text-align: center;
	}

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

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

@media (max-width: 576px) {
	.download-page {
		padding-top: 32px;
		padding-bottom: 45px;
	}

	.download-title {
		font-size: 38px;
	}

	.download-subtitle {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.download-panel {
		padding: 15px;
		border-radius: 15px;
	}

	.download-panel-header {
		padding: 14px;
		border-radius: 13px;
	}

	.download-info {
		flex-direction: column;
	}

	.download-info h3 {
		font-size: 16px;
	}

	.download-info span {
		font-size: 12px;
	}

	.download-step-card {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 20px;
	}

	.download-step-number {
		margin: 0 auto;
	}

	.download-step-content h3 {
		font-size: 20px;
	}

	.download-warning-card {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 20px;
	}

	.download-components-card {
		padding: 20px;
	}

	.download-components-header {
		flex-direction: column;
		text-align: center;
	}

	.download-component-item {
		font-size: 12px;
	}

	.download-mirror-logo img {
		max-width: 110px;
	}
}