/* STILI BASE */
body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.6;
}

img {
	border: 0;
}

h1 {
	font-size: 3rem;
	margin-bottom: 30px;
	color: #444;
	font-weight: 700;
	letter-spacing: -1px;
}

h1 a, h1 a:active, h1 a:visited {
	text-decoration: none;
	color: #000000;
}

h1 a:hover {
	text-decoration: none;
	color: #ff0000;
}

.centered {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
	padding: 20px;
}

.validators {
	margin: 20px auto auto;
	text-align: right;
	width: 800px;
}

.validators img {
	border: 0;
}

.centered h1 {
	margin: 0 auto 30px;
	border: 0;
	padding: 0;
}

.centered h1.suspended {
	color: #ff0000;
}

.logo {
	width: 180px;
	height: 180px;
	margin-bottom: 30px;
}

.buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}

.download-button, .action-button {
	display: inline-flex;
	align-items: center;
	background-color: #333;
	color: white;
	padding: 12px 25px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.download-button:hover, .action-button:hover {
	background-color: #555;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.download-button img, .action-button img {
	height: 24px;
	margin-right: 10px;
}

.legal-link {
	margin-top: 20px;
	color: #666;
	font-size: 0.9rem;
	text-decoration: none;
	transition: color 0.3s ease;
}

.legal-link:hover {
	color: #333;
	text-decoration: underline;
}

.tagline {
	font-size: 1.2rem;
	color: #666;
	margin-bottom: 30px;
}

/* DOWNLOAD CARD STYLES */
.download-card {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	padding: 25px;
	margin-top: 30px;
	max-width: 400px;
	width: 100%;
}

.download-card h3 {
	margin-top: 0;
	color: #333;
	font-size: 1.5rem;
}

.version-info {
	font-size: 0.85rem;
	color: #888;
	margin: 15px 0;
}

.security-note {
	font-size: 0.8rem;
	background-color: #f9f9f9;
	border-left: 3px solid #333;
	padding: 10px;
	margin-top: 20px;
	text-align: left;
}

.security-badges {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #f0f0f0;
}

.security-badges p {
	display: flex;
	align-items: center;
	margin: 8px 0;
	font-size: 0.8rem;
	color: #555;
}

.security-badges img {
	margin-right: 8px;
}

.secure-download, .virus-free {
	font-weight: 500;
}

/* SOCIAL MEDIA STYLES */
.social-share {
	margin-top: 30px;
	text-align: center;
}

.social-share p {
	font-size: 0.9rem;
	margin-bottom: 10px;
	color: #666;
}

.social-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 10px;
}

.social-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.facebook {
	background-color: #1877F2;
}

.twitter {
	background-color: #000000;
}

.whatsapp {
	background-color: #25D366;
}

.telegram {
	background-color: #0088cc;
}

.social-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.social-button img {
	width: 24px;
	height: 24px;
}

/* INFO PAGE STYLES */
.info-card {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	padding: 25px;
	margin-top: 30px;
	max-width: 600px;
	width: 100%;
	text-align: left;
}

.info-card h3 {
	margin-top: 0;
	color: #333;
	font-size: 1.5rem;
	margin-bottom: 20px;
	text-align: center;
}

.info-card p {
	margin-bottom: 15px;
	line-height: 1.6;
}

.info-card ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

.info-card li {
	margin-bottom: 10px;
	line-height: 1.5;
}

.highlight {
	background-color: #f5f5f5;
	border-left: 3px solid #333;
	padding: 15px;
	margin: 20px 0;
}

.action-button-container {
	text-align: center;
	margin-top: 30px;
}

/* STORE INFO LINK */
.store-info-link {
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 8px;
	padding: 12px 15px;
	margin-top: 15px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	font-size: 0.9rem;
	border: 1px solid #e0e0e0;
	width: 100%;
	max-width: 400px;
}

.store-info-link:hover {
	background-color: #ebebeb;
	border-color: #d0d0d0;
}

.store-info-link img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.store-info-link .link-text {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.store-info-link .link-title {
	font-weight: 600;
	margin-bottom: 3px;
}

.store-info-link .link-description {
	font-size: 0.8rem;
	color: #666;
}

/* RESPONSIVE STYLES */
@media (max-width: 768px) {
	h1 {
		font-size: 2.5rem;
	}
	
	.logo {
		width: 150px;
		height: 150px;
	}
	
	.validators {
		width: 90%;
	}
	
	.download-card, .info-card {
		max-width: 90%;
	}
	
	.social-buttons {
		gap: 10px;
	}
	
	.social-button {
		width: 36px;
		height: 36px;
	}
	
	.info-card {
		padding: 20px;
	}
}

