/**
 * Store IO Sistemas — Página Descargas StoreBar
 */

.elementor-page-descargas .entry-header,
.elementor-page-descargas .page-title,
body.page-descargas .hero-section {
	display: none !important;
}

.storeio-descargas {
	padding: 5rem 0 4rem;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.storeio-descargas[hidden] {
	display: none !important;
}

.storeio-descargas__inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.storeio-descargas__hero {
	text-align: center;
	margin-bottom: 2rem;
}

.storeio-descargas__eyebrow {
	margin: 0 0 .5rem;
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--storeio-brand, #0d9a9d);
}

.storeio-descargas__title {
	margin: 0 0 .75rem;
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 800;
	line-height: 1.15;
	color: #0f172a;
}

.storeio-descargas__intro {
	margin: 0;
	color: #475569;
	font-size: 1.05rem;
	line-height: 1.55;
}

.storeio-descargas-form {
	padding: 1.75rem;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}

.storeio-descargas-form__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.storeio-descargas-form__field label {
	display: block;
	margin-bottom: .35rem;
	font-size: .9rem;
	font-weight: 600;
	color: #334155;
}

.storeio-descargas-form__field input {
	width: 100%;
	padding: .75rem .9rem;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	font-size: 1rem;
}

.storeio-descargas-form__field input:focus {
	outline: 2px solid rgba(13, 154, 157, 0.35);
	border-color: var(--storeio-brand, #0d9a9d);
}

.storeio-descargas-form__actions {
	display: grid;
	gap: .85rem;
}

.storeio-descargas-btn {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .15rem;
	padding: 1rem 1.15rem;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 700;
	transition: transform .15s ease, box-shadow .15s ease;
}

.storeio-descargas-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.storeio-descargas-btn__label {
	font-size: 1.05rem;
}

.storeio-descargas-btn__meta {
	font-size: .82rem;
	font-weight: 500;
	opacity: .85;
}

.storeio-descargas-btn--windows {
	background: #0d9a9d;
	color: #fff;
}

.storeio-descargas-btn--android {
	background: #0f172a;
	color: #e2e8f0;
}

.storeio-descargas-btn--support {
	background: #22c55e;
	color: #052e16;
}

.storeio-descargas-steps {
	margin: 1.5rem 0 0;
	padding-left: 1.2rem;
	color: #64748b;
	line-height: 1.55;
	font-size: .95rem;
}

@media (max-width: 640px) {
	.storeio-descargas-form__fields {
		grid-template-columns: 1fr;
	}

	.storeio-descargas {
		padding-top: 4rem;
	}
}
