.world-cup-page {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

.world-cup-page *,
.world-cup-page *::before,
.world-cup-page *::after {
	box-sizing: border-box;
}

/* Hero */
.wc-hero {
	position: relative;
	min-height: 85vh;
	display: flex;
	align-items: center;
	background-color: #000;
	background-image: url('../../images/world-cup/2026/bg-banner.jpg');
	background-size: cover;
	background-position: center right;
}

.wc-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.1) 100%);
}

.wc-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 120px 48px 80px;
}

.wc-hero__title {
	margin: 0;
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-size: clamp(2rem, 4.5vw, 3.75rem);
	line-height: 1.05;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.wc-hero__title-lines {
	display: block;
}

.wc-hero__title-line {
	display: block;
}

.wc-hero__accent {
	display: block;
	width: 56px;
	height: 16px;
	margin: 18px 0 22px;
	background-color: #e31b23;
}

.wc-hero__tagline {
	margin: 0 0 36px;
	max-width: 420px;
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	line-height: 1.45;
}

.wc-hero__cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px 32px;
}

.wc-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	padding: 15px 56px;
	background-color: #fff;
	color: #000;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
	/* Inward notches on both ends (ticket / ribbon) */
	clip-path: polygon(
		0 0,
		100% 0,
		calc(100% - 14px) 50%,
		100% 100%,
		0 100%,
		14px 50%
	);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.wc-hero__cta:hover,
.wc-hero__cta:focus {
	background-color: #d9b358;
	color: #fff;
	text-decoration: none;
}

.wc-hero__cta-note {
	margin: 0;
	max-width: 280px;
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-size: 0.875rem;
	line-height: 1.5;
}

/* Offer */
.wc-offer {
	padding: clamp(48px, 10vw, 72px) clamp(16px, 4vw, 24px) clamp(56px, 10vw, 80px);
	text-align: center;
	color: #fff;
	background-color: #000;
	background-image: url('../../images/world-cup/2026/bg-description.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.wc-offer__inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 clamp(8px, 2vw, 16px);
}

.wc-offer__heading {
	margin: 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-size: clamp(26px, 6.5vw, 44px);
	line-height: clamp(24px, 5.8vw, 38px);
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}

.wc-offer__intro {
	margin: clamp(16px, 4vw, 36px) 0;
	padding: 0 clamp(8px, 3vw, 24px);
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 3.5vw, 15px);
	line-height: clamp(12px, 3.2vw, 13px);
	letter-spacing: 0;
	text-align: center;
}

.wc-offer__highlight {
	margin: 0 0 clamp(14px, 4vw, 20px);
	padding: 0 clamp(8px, 3vw, 24px);
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-size: clamp(28px, 8vw, 44px);
	line-height: clamp(18px, 5vw, 25px);
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	color: #d9b358;
}

.wc-offer__desc {
	margin: 0 auto;
	max-width:  min(100%, 420px);
	padding: 0 clamp(12px, 4vw, 32px);
	font-family: "futura-pt", sans-serif;
	font-size: clamp(13px, 3.5vw, 16px);
	font-style: italic;
	line-height: 1.45;
	text-align: center;
	opacity: 0.95;
}

/* Feature image */
.wc-feature-picture {
	display: block;
	width: 100%;
	line-height: 0;
}

.wc-feature {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* How it works */
.wc-steps {
	padding: 72px 24px 56px;
	background-color: #fff;
}

.wc-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 48px;
	max-width: 1200px;
	margin: 0 auto;
}

.wc-steps__item {
	text-align: center;
}

.wc-steps__title {
	margin: 0 0 14px;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #000;
}

.wc-steps__text {
	max-width: 225px;
	margin: 0 auto;
	font-family: "futura-pt", sans-serif;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #1a1a1a;
}

.wc-steps__footer {
	margin-top: 34px;
	padding-top: 0;
	text-align: center;
	font-family: "futura-pt", sans-serif;
	font-size: 0.8rem;
	color: #666;
}

.wc-steps__footer a {
	color: #666;
	text-decoration: underline;
}

.wc-steps__footer a:hover {
	color: #000;
}

.wc-steps__footer-sep {
	margin: 0 12px;
}

.wc-terms-modal .modal-dialog {
	max-width: 560px;
	margin: 1.75rem auto;
}

.wc-terms-modal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.wc-terms-modal .modal-header {
	padding: 24px 28px 0;
	border-bottom: none;
}

.wc-terms-modal .modal-title {
	font-size: 1.125rem;
	color: #000;
}

.wc-terms-modal .close {
	padding: 0;
	margin: 0;
	font-size: 1.75rem;
	line-height: 1;
	color: #000;
	opacity: 0.6;
}

.wc-terms-modal .close:hover {
	opacity: 1;
}

.wc-terms-modal .modal-body {
	padding: 16px 28px 28px;
}

.wc-terms-modal__text {
	margin: 0;
	font-family: "futura-pt", sans-serif;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #1a1a1a;
}

.wc-terms-modal__text a {
	color: #1a1a1a;
	text-decoration: underline;
}

.wc-terms-modal__text a:hover {
	color: #000;
}

@media (max-width: 767px) {
	.wc-hero {
		background-image: url('../../images/world-cup/2026/bg-banner-mobile.jpg');
		background-position: center center;
	}

	.wc-hero::before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.15) 100%);
	}
}

@media (max-width: 991px) {
	.wc-hero {
		min-height: 75vh;
		background-position: 65% center;
	}

	.wc-hero__inner {
		padding: 100px 32px 64px;
	}

	.wc-offer {
		background-size: cover;
		background-position: center top;
	}

	.wc-offer__inner {
		max-width: 640px;
	}

	.wc-steps__grid {
		grid-template-columns: 1fr;
		gap: 36px;
		max-width: 480px;
	}
}

@media (max-width: 576px) {
	.wc-hero {
		min-height: 70vh;
		background-position: center center;
	}

	.wc-hero__inner {
		padding: 88px 20px 56px;
	}

	.wc-hero__cta-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.wc-offer {
		padding: 44px 16px 52px;
		background-size: auto 100%;
		background-position: center center;
	}

	.wc-offer__inner {
		padding: 0;
	}

	.wc-offer__heading {
		font-size: 26px;
		line-height: 24px;
		padding: 0 4px;
	}

	.wc-offer__intro {
		margin: 20px 0;
		padding: 0 12px;
		font-size: 14px;
		line-height: 13px;
	}

	.wc-offer__highlight {
		font-size: 32px;
		line-height: 22px;
		margin-bottom: 16px;
		padding: 0 8px;
	}

	.wc-offer__desc {
		font-size: 13px;
		line-height: 1.5;
		padding: 0 20px;
		max-width: 300px;
	}

	.wc-steps {
		padding: 56px 20px 40px;
	}
}

@media (max-width: 380px) {
	.wc-offer__heading {
		font-size: 22px;
		line-height: 21px;
	}

	.wc-offer__highlight {
		font-size: 28px;
		line-height: 20px;
	}

	.wc-offer__desc {
		max-width: 260px;
		padding: 0 12px;
	}
}
