body {
	font-family: 'Barlow', sans-serif;
	background: #fff;
	color: #111;
}

.site-header {
	padding: 28px 0 16px;
}

.logo-placeholder {
	width: 180px;
	height: 72px;
	border: 2px dashed #aaa;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	color: #999;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.3;
}

.soccer-ball {
	font-size: 3.2rem;
	filter: drop-shadow(0 0 0 #1a4fd8);
}

.soccer-ball-circle {
	width: 72px;
	height: 72px;
	border: 3px solid #1a4fd8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prode-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(3.5rem, 10vw, 6.5rem);
	letter-spacing: 4px;
	line-height: 1;
	color: #111;
}

.prode-title .mundial {
	color: #1a4fd8;
}

.hero-subtitle {
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 3px;
	color: #1a4fd8;
	border-bottom: 2px solid #1a4fd8;
	border-top: 2px solid #1a4fd8;
	display: inline-block;
	padding: 6px 32px;
	margin-top: 2px;
}

.prode-card {
	max-width: 600px;
	margin: 0 auto;
}

.tagline-main {
	font-weight: 700;
	font-size: 1.2rem;
}

.tagline-sub {
	color: #1a4fd8;
	font-weight: 600;
	font-size: 1rem;
}

.form-label {
	font-weight: 600;
	font-size: 0.95rem;
}

.form-control {
	border: 2px solid #ccc;
	border-radius: 6px;
	padding: 14px 18px;
	font-size: 1rem;
	color: #aaa;
}

.form-control:focus {
	border-color: #1a4fd8;
	box-shadow: 0 0 0 3px rgba(26, 79, 216, .15);
	color: #111;
}

.btn-ingresar {
	background: #1a4fd8;
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 3px;
	border: none;
	border-radius: 6px;
	padding: 14px;
	transition: background .2s, transform .1s;
}

.btn-ingresar:hover {
	background: #1340b0;
	transform: translateY(-1px);
}

.btn-ingresar:active {
	transform: translateY(0);
}

.premios-wrapper {
	border: 2px solid #1a4fd8;
	border-radius: 8px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.premios-label {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 0 18px;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 3px;
	color: #1a4fd8;
}

.premio-box {
	padding: 28px 24px;
}

.premio-icon {
	font-size: 2.8rem;
	color: #1a4fd8;
}

.premio-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.25rem;
	letter-spacing: 2px;
	color: #1a4fd8;
	margin-bottom: 4px;
}

.premio-desc {
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.4;
	color: #222;
}

.divider-v {
	width: 2px;
	background: #1a4fd8;
	align-self: stretch;
}

.cava-img {
	width: 110px;
	object-fit: contain;
}

.footer-note {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.1rem;
	letter-spacing: 2px;
	color: #1a4fd8;
}

.footer-icon {
	font-size: 1.8rem;
	color: #1a4fd8;
}

.img-placeholder {
	border: 2px dashed #aaa;
	border-radius: 6px;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	gap: 6px;
}

.img-placeholder svg {
	opacity: 0.35;
}

.cava-placeholder {
	width: 110px;
	height: 130px;
}

.icon-placeholder {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
}

@media (max-width: 576px) {
	.prode-title {
		font-size: 3rem;
	}

	.soccer-ball-circle {
		width: 56px;
		height: 56px;
	}

	.soccer-ball {
		font-size: 2.4rem;
	}
}
