.sport-page {
	background: #f5f7fb;
	color: #142033;
	font-family: inherit;
}

.sport-page * {
	box-sizing: border-box;
}

.sport-page .container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.page-eyebrow {
	margin: 0 0 10px;
	color: #eb1d36;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sport-page-hero {
	position: relative;
	min-height: 610px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.sport-page-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 12, 24, 0.94), rgba(6, 12, 24, 0.58), rgba(6, 12, 24, 0.2)),
		linear-gradient(0deg, rgba(6, 12, 24, 0.44), rgba(6, 12, 24, 0.1));
}

.sport-page-hero-content {
	position: relative;
	z-index: 1;
	padding: 86px 0;
}

.page-hero-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.88rem;
	font-weight: 800;
}

.page-hero-breadcrumb a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	transition: color 180ms ease;
}

.page-hero-breadcrumb a:hover,
.page-hero-breadcrumb a:focus {
	color: #fff;
}

.page-hero-breadcrumb span:last-child {
	color: #fff;
}

.sport-page-hero h1 {
	max-width: 860px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 5vw, 4.75rem);
	font-weight: 950;
	line-height: 1;
}

.sport-page-hero p:not(.page-eyebrow) {
	max-width: 680px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.08rem;
	line-height: 1.72;
}

.sport-page-hero .page-btn {
	margin-top: 28px;
}

.page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 0.94rem;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.page-btn:hover,
.page-btn:focus {
	text-decoration: none;
	transform: translateY(-2px);
}

.page-btn-primary {
	background: #eb1d36;
	color: #fff;
	box-shadow: 0 14px 32px rgba(235, 29, 54, 0.28);
}

.page-btn-primary:hover,
.page-btn-primary:focus {
	background: #c9152a;
	color: #fff;
}

.page-content-section,
.page-card-section,
.page-dark-section,
.page-process-section,
.page-gallery-section,
.page-form-section,
.page-investment-section,
.page-faq-section,
.contact-map-section,
.contact-social-section {
	padding: 74px 0;
}

.page-two-column,
.page-form-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 42px;
	align-items: start;
}

.page-two-column h2,
.page-section-heading h2,
.page-form-grid h2,
.page-investment-card h2 {
	margin: 0;
	color: #142033;
	font-size: clamp(1.8rem, 3vw, 2.85rem);
	font-weight: 950;
	line-height: 1.12;
}

.page-editor-content {
	color: #526277;
	font-size: 1.02rem;
	line-height: 1.82;
}

.page-editor-content p {
	margin: 0 0 18px;
}

.page-section-heading {
	max-width: 760px;
	margin: 0 0 34px;
}

.page-card-section,
.contact-map-section,
.page-faq-section {
	background: #fff;
}

.blog-list-section {
	padding: 74px 0;
	background: #f5f7fb;
}

.blog-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.blog-card {
	overflow: hidden;
	border: 1px solid rgba(20, 32, 51, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.blog-card:hover {
	border-color: rgba(235, 29, 54, 0.22);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.14);
	transform: translateY(-5px);
}

.blog-card-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #dfe6ef;
}

.blog-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.blog-card:hover .blog-card-image img {
	transform: scale(1.05);
}

.blog-card-body {
	padding: 24px;
}

.blog-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
	color: #eb1d36;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.blog-card h2 {
	margin: 0 0 12px;
	color: #142033;
	font-size: 1.32rem;
	font-weight: 950;
	line-height: 1.22;
}

.blog-card h2 a {
	color: inherit;
	text-decoration: none;
}

.blog-card p {
	margin: 0 0 22px;
	color: #526277;
	line-height: 1.68;
}

.blog-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 34px;
}

.blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid rgba(20, 32, 51, 0.1);
	border-radius: 6px;
	background: #fff;
	color: #142033;
	font-weight: 900;
	text-decoration: none;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
	border-color: #eb1d36;
	background: #eb1d36;
	color: #fff;
}

.blog-empty-state {
	padding: 36px;
	border: 1px solid rgba(20, 32, 51, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.single-blog-hero {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: flex-end;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.single-blog-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 16, 30, 0.94), rgba(20, 32, 51, 0.58), rgba(20, 32, 51, 0.16)),
		linear-gradient(0deg, rgba(8, 16, 30, 0.68), rgba(8, 16, 30, 0.1));
}

.single-blog-hero-content {
	position: relative;
	z-index: 1;
	padding: 150px 0 72px;
}

.single-blog-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	font-weight: 800;
}

.single-blog-breadcrumb a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.single-blog-breadcrumb a:hover,
.single-blog-breadcrumb a:focus {
	color: #ffbf3f;
}

.single-blog-hero h1 {
	max-width: 960px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 5vw, 4.8rem);
	font-weight: 950;
	line-height: 1;
}

.single-blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.single-blog-meta span {
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.86rem;
	font-weight: 850;
}

.single-blog-section {
	padding: 74px 0;
	background: #f5f7fb;
}

.single-blog-layout {
	max-width: 960px;
}

.single-blog-article,
.single-blog-comments-wrap {
	border: 1px solid rgba(20, 32, 51, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.single-blog-article {
	padding: clamp(26px, 5vw, 48px);
}

.single-blog-lead {
	margin: 0 0 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(20, 32, 51, 0.08);
	color: #142033;
	font-size: clamp(1.12rem, 2vw, 1.32rem);
	font-weight: 800;
	line-height: 1.72;
}

.single-blog-content {
	color: #526277;
	font-size: 1.05rem;
	line-height: 1.86;
}

.single-blog-content > *:first-child {
	margin-top: 0;
}

.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4 {
	margin: 34px 0 14px;
	color: #142033;
	font-weight: 950;
	line-height: 1.18;
}

.single-blog-content h2 {
	font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.single-blog-content h3 {
	font-size: 1.45rem;
}

.single-blog-content p,
.single-blog-content ul,
.single-blog-content ol {
	margin: 0 0 22px;
}

.single-blog-content a {
	color: #eb1d36;
	font-weight: 850;
}

.single-blog-content img {
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.single-blog-content blockquote {
	margin: 32px 0;
	padding: 24px;
	border-left: 4px solid #eb1d36;
	border-radius: 8px;
	background: #f8fafc;
	color: #142033;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.65;
}

.single-blog-footer {
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(20, 32, 51, 0.08);
}

.single-blog-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.single-blog-tags a {
	display: inline-flex;
	padding: 8px 11px;
	border-radius: 999px;
	background: #fff2f3;
	color: #eb1d36;
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
}

.single-blog-nav-section {
	padding: 0 0 74px;
	background: #f5f7fb;
}

.single-blog-nav-section .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.single-blog-nav-section .nav-previous,
.single-blog-nav-section .nav-next {
	min-height: 120px;
	padding: 24px;
	border: 1px solid rgba(20, 32, 51, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.single-blog-nav-section .nav-next {
	text-align: right;
}

.single-blog-nav-section a {
	color: inherit;
	text-decoration: none;
}

.single-blog-nav-section .nav-subtitle {
	display: block;
	margin-bottom: 8px;
	color: #eb1d36;
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.single-blog-nav-section .nav-title {
	display: block;
	color: #142033;
	font-size: 1.12rem;
	font-weight: 950;
	line-height: 1.35;
}

.single-blog-comments-section {
	padding: 0 0 74px;
	background: #f5f7fb;
}

.single-blog-comments-wrap {
	padding: clamp(24px, 4vw, 40px);
}

.page-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.page-card-grid-five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.page-feature-card,
.page-dark-card,
.page-form,
.contact-info-card,
.page-investment-card,
.page-faq-list details {
	border: 1px solid rgba(20, 32, 51, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.page-feature-card {
	position: relative;
	overflow: hidden;
	padding: 26px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.page-feature-card::after {
	content: "";
	position: absolute;
	top: -44px;
	right: -44px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(235, 29, 54, 0.06);
	transition: transform 220ms ease, opacity 220ms ease;
}

.page-feature-card:hover {
	border-color: rgba(235, 29, 54, 0.22);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.14);
	transform: translateY(-5px);
}

.page-feature-card:hover::after {
	opacity: 0.85;
	transform: scale(1.18);
}

.page-feature-card span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 20px;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(235, 29, 54, 0.18), rgba(255, 191, 63, 0.18));
	color: #eb1d36;
}

.page-feature-card span svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.franchise-icon-card {
	min-height: 100%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.98));
}

.franchise-page .page-card-section {
	position: relative;
	overflow: hidden;
}

.franchise-page .page-card-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(235, 29, 54, 0.05) 1px, transparent 1px),
		linear-gradient(0deg, rgba(20, 32, 51, 0.04) 1px, transparent 1px);
	background-size: 52px 52px;
	opacity: 0.58;
	pointer-events: none;
}

.franchise-page .page-card-section .container {
	position: relative;
	z-index: 1;
}

.franchise-icon-card span {
	width: 58px;
	height: 58px;
	border-radius: 12px;
	box-shadow: inset 0 0 0 1px rgba(235, 29, 54, 0.12);
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.franchise-icon-card span svg {
	width: 28px;
	height: 28px;
}

.franchise-icon-card:hover span {
	background: #eb1d36;
	color: #fff;
	transform: translateY(-2px);
}

.franchise-icon-card h3 {
	font-size: 1.18rem;
}

.franchise-page .page-dark-section {
	background:
		linear-gradient(135deg, rgba(16, 24, 39, 0.98), rgba(26, 43, 73, 0.96)),
		url("../images/footbal.jpg") center/cover;
}

.franchise-page .page-investment-card {
	border-color: rgba(235, 29, 54, 0.14);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 247, 0.94));
}

.academy-page .page-card-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 251, 0.96));
}

.academy-page .page-card-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(235, 29, 54, 0.05) 1px, transparent 1px),
		linear-gradient(0deg, rgba(20, 32, 51, 0.04) 1px, transparent 1px);
	background-size: 52px 52px;
	opacity: 0.55;
	pointer-events: none;
}

.academy-page .page-card-section .container {
	position: relative;
	z-index: 1;
}

.academy-icon-card {
	min-height: 100%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.98));
}

.academy-icon-card span {
	width: 58px;
	height: 58px;
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(235, 29, 54, 0.18), rgba(16, 24, 39, 0.08));
	box-shadow: inset 0 0 0 1px rgba(235, 29, 54, 0.12);
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.academy-icon-card span svg,
.academy-dark-icon-card span svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.academy-icon-card:hover span {
	background: #eb1d36;
	color: #fff;
	transform: translateY(-2px);
}

.academy-dark-icon-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.academy-dark-icon-card h3,
.academy-dark-icon-card p {
	position: relative;
	z-index: 1;
}

.page-feature-card h3,
.page-dark-card h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	color: #142033;
	font-size: 1.12rem;
	line-height: 1.35;
}

.page-feature-card p,
.page-dark-card p,
.page-form-grid p,
.page-investment-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #59687d;
	line-height: 1.7;
}

.page-dark-section {
	background: #101827;
	color: #fff;
}

.page-dark-section h2,
.page-dark-section .page-dark-card h3 {
	color: #fff;
}

.page-dark-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.04rem;
	line-height: 1.8;
}

.page-dark-card {
	padding: 26px;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: none;
}

.page-dark-card p {
	color: rgba(255, 255, 255, 0.78);
}

.page-timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.franchise-page .page-timeline {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.page-timeline-item {
	position: relative;
	padding: 26px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.page-timeline-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #eb1d36;
	color: #fff;
	font-weight: 950;
}

.page-timeline-item p {
	margin: 0;
	color: #142033;
	font-weight: 900;
	line-height: 1.45;
}

.page-gallery-grid {
	display: grid;
	grid-template-columns: 1.3fr 0.85fr 0.85fr;
	gap: 20px;
}

.page-gallery-grid img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.page-gallery-grid img:first-child {
	aspect-ratio: 16 / 9;
}

.page-form-section {
	background:
		linear-gradient(120deg, rgba(245, 247, 251, 0.98), rgba(245, 247, 251, 0.92)),
		url("../images/cricket.jpg") center/cover;
}

.contact-form-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(20, 32, 51, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 76px rgba(15, 23, 42, 0.12);
}

.contact-form-aside {
	position: relative;
	overflow: hidden;
	padding: 40px;
	background:
		radial-gradient(circle at 90% 12%, rgba(255, 191, 63, 0.2), transparent 28%),
		linear-gradient(135deg, #fff, #f8fafc);
}

.contact-form-aside::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: linear-gradient(180deg, #eb1d36, #ffbf3f);
}

.contact-form-aside h2 {
	margin: 0 0 14px;
	color: #142033;
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	font-weight: 950;
	line-height: 1.12;
}

.contact-form-aside p:not(.page-eyebrow) {
	max-width: 520px;
	color: #526277;
	line-height: 1.75;
}

.contact-form-note {
	margin-top: 30px;
	padding: 18px;
	border: 1px solid rgba(20, 32, 51, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.contact-form-note span {
	display: block;
	margin-bottom: 6px;
	color: #eb1d36;
	font-size: 0.76rem;
	font-weight: 950;
	text-transform: uppercase;
}

.contact-form-note strong {
	display: block;
	color: #142033;
	line-height: 1.5;
}

.page-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 38px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.page-form-row,
.page-form-row-full,
.page-form .page-btn,
.page-form-message {
	grid-column: 1 / -1;
}

.page-form-row:not(.page-form-row-full) {
	grid-column: auto;
}

.page-form-row label {
	display: block;
	margin-bottom: 8px;
	color: #142033;
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.page-form-row input,
.page-form-row select,
.page-form-row textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid rgba(20, 32, 51, 0.14);
	border-radius: 6px;
	background: #f8fafc;
	color: #142033;
	font: inherit;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.page-form-row textarea {
	resize: vertical;
}

.page-form-row input:focus,
.page-form-row select:focus,
.page-form-row textarea:focus {
	background: #fff;
	border-color: rgba(235, 29, 54, 0.58);
	box-shadow: 0 0 0 4px rgba(235, 29, 54, 0.1);
}

.page-form-message {
	padding: 14px 16px;
	border-radius: 6px;
	font-weight: 800;
}

.page-form-message-success {
	background: #eaf8ef;
	color: #176b38;
}

.page-form-message-error {
	background: #fff0f1;
	color: #b11226;
}

.page-investment-section {
	background: #f5f7fb;
}

.page-investment-card {
	max-width: 920px;
	padding: 38px;
}

.page-faq-list {
	display: grid;
	gap: 14px;
}

.page-faq-list details {
	padding: 20px 22px;
}

.page-faq-list summary {
	color: #142033;
	cursor: pointer;
	font-weight: 900;
}

.page-faq-list p {
	margin: 14px 0 0;
	color: #59687d;
	line-height: 1.7;
}

.contact-premium-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(20, 32, 51, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 76px rgba(15, 23, 42, 0.12);
}

.contact-intro-panel {
	position: relative;
	overflow: hidden;
	padding: 42px;
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 92% 10%, rgba(235, 29, 54, 0.22), transparent 28%),
		linear-gradient(135deg, #0b1424, #172641);
	color: #fff;
	box-shadow: none;
}

.contact-intro-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 48px 48px;
	opacity: 0.45;
	pointer-events: none;
}

.contact-intro-panel > * {
	position: relative;
	z-index: 1;
}

.contact-intro-panel h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	font-weight: 950;
	line-height: 1.12;
}

.contact-intro-panel .page-editor-content {
	color: rgba(255, 255, 255, 0.76);
}

.contact-intro-panel .page-editor-content p {
	color: inherit;
}

.contact-action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.contact-highlight {
	margin-top: 34px;
	padding: 18px;
	border-left: 4px solid #ffbf3f;
	background: rgba(255, 255, 255, 0.08);
}

.contact-highlight span {
	display: block;
	margin-bottom: 6px;
	color: #ffbf3f;
	font-size: 0.76rem;
	font-weight: 950;
	text-transform: uppercase;
}

.contact-highlight strong {
	display: block;
	color: #fff;
	font-size: 1rem;
	line-height: 1.45;
}

.page-btn-whatsapp {
	border-color: rgba(37, 211, 102, 0.35);
	background: #25d366;
	color: #fff;
	box-shadow: 0 14px 32px rgba(37, 211, 102, 0.24);
}

.page-btn-whatsapp:hover,
.page-btn-whatsapp:focus {
	background: #16ad50;
	color: #fff;
}

.contact-method-panel {
	display: grid;
	gap: 0;
	padding: 18px;
	background: #fff;
}

.contact-info-card {
	position: relative;
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 16px;
	align-items: center;
	min-height: 102px;
	padding: 18px;
	border: 0;
	border-bottom: 1px solid rgba(20, 32, 51, 0.08);
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

.contact-info-card:last-child {
	border-bottom: 0;
}

.contact-info-card::after {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: #eb1d36;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 180ms ease, opacity 180ms ease;
}

.contact-info-card:hover,
.contact-info-card:focus {
	background: #f8fafc;
	box-shadow: none;
	text-decoration: none;
	transform: translateX(4px);
}

.contact-info-card:hover::after,
.contact-info-card:focus::after {
	opacity: 1;
	transform: scaleY(1);
}

.contact-info-icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 0;
	border-radius: 50%;
	background:
		linear-gradient(135deg, rgba(235, 29, 54, 0.16), rgba(255, 191, 63, 0.16));
	color: #eb1d36;
}

.contact-info-icon::before {
	content: "";
	width: 26px;
	height: 26px;
	background: currentColor;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.contact-info-icon-location::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

.contact-info-icon-phone::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.24 1.01l-2.21 2.2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.24 1.01l-2.21 2.2Z'/%3E%3C/svg%3E");
}

.contact-info-icon-whatsapp {
	background: rgba(37, 211, 102, 0.14);
	color: #25d366;
}

.contact-info-icon-whatsapp::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12.04 2a9.9 9.9 0 0 0-8.52 14.94L2 22l5.22-1.47A9.93 9.93 0 1 0 12.04 2Zm5.78 14.14c-.24.67-1.2 1.25-1.92 1.41-.51.11-1.18.2-3.43-.73-2.88-1.2-4.74-4.15-4.88-4.34-.14-.19-1.16-1.55-1.16-2.96s.73-2.1.99-2.39c.24-.27.63-.39 1.01-.39h.73c.23 0 .52.04.77.59.3.66.99 2.42 1.08 2.6.09.18.14.39.03.63-.11.24-.17.39-.34.6-.17.2-.36.45-.51.6-.17.17-.35.36-.15.71.2.35.88 1.45 1.88 2.35 1.29 1.15 2.38 1.51 2.73 1.68.35.18.55.15.76-.09.23-.27.87-1.02 1.1-1.37.23-.35.46-.29.77-.18.32.11 2.03.96 2.38 1.13.35.17.58.26.66.41.08.15.08.85-.16 1.52Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12.04 2a9.9 9.9 0 0 0-8.52 14.94L2 22l5.22-1.47A9.93 9.93 0 1 0 12.04 2Zm5.78 14.14c-.24.67-1.2 1.25-1.92 1.41-.51.11-1.18.2-3.43-.73-2.88-1.2-4.74-4.15-4.88-4.34-.14-.19-1.16-1.55-1.16-2.96s.73-2.1.99-2.39c.24-.27.63-.39 1.01-.39h.73c.23 0 .52.04.77.59.3.66.99 2.42 1.08 2.6.09.18.14.39.03.63-.11.24-.17.39-.34.6-.17.2-.36.45-.51.6-.17.17-.35.36-.15.71.2.35.88 1.45 1.88 2.35 1.29 1.15 2.38 1.51 2.73 1.68.35.18.55.15.76-.09.23-.27.87-1.02 1.1-1.37.23-.35.46-.29.77-.18.32.11 2.03.96 2.38 1.13.35.17.58.26.66.41.08.15.08.85-.16 1.52Z'/%3E%3C/svg%3E");
}

.contact-info-icon-email::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5L4 8V6l8 5 8-5v2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5L4 8V6l8 5 8-5v2Z'/%3E%3C/svg%3E");
}

.contact-info-icon-hours::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 .01 0H12Zm1 10.59 3.3 3.3-1.42 1.42L11 13.41V6h2v6.59Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 .01 0H12Zm1 10.59 3.3 3.3-1.42 1.42L11 13.41V6h2v6.59Z'/%3E%3C/svg%3E");
}

.contact-info-label {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 4px;
	color: #eb1d36;
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.contact-info-copy {
	position: relative;
	z-index: 1;
	display: block;
	min-width: 0;
}

.contact-info-card strong {
	position: relative;
	z-index: 1;
	display: block;
	color: #142033;
	font-size: 1.06rem;
	line-height: 1.4;
	word-break: break-word;
}

.contact-map-frame {
	overflow: hidden;
	aspect-ratio: 16 / 7;
	border-radius: 8px;
	border: 1px solid rgba(20, 32, 51, 0.08);
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.contact-map-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.contact-social-section {
	background: #101827;
	color: #fff;
}

.contact-social-section h2 {
	color: #fff;
}

.contact-social-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.contact-social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease;
}

.contact-social-links a:hover,
.contact-social-links a:focus {
	background: rgba(235, 29, 54, 0.72);
	transform: translateY(-3px);
}

@media (max-width: 1100px) {
	.page-card-grid,
	.page-card-grid-five,
	.blog-card-grid,
	.page-timeline,
	.franchise-page .page-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.page-two-column,
	.page-form-grid,
	.contact-premium-shell,
	.contact-form-shell {
		grid-template-columns: 1fr;
	}

	.sport-page-hero {
		min-height: 520px;
	}
}

@media (max-width: 640px) {
	.sport-page .container {
		width: min(100% - 24px, 1180px);
	}

	.page-content-section,
	.page-card-section,
	.page-dark-section,
	.page-process-section,
	.page-gallery-section,
	.page-form-section,
	.page-investment-section,
	.page-faq-section,
	.contact-map-section,
	.contact-social-section {
		padding: 52px 0;
	}

	.page-card-grid,
	.page-card-grid-five,
	.blog-card-grid,
	.page-timeline,
	.franchise-page .page-timeline,
	.page-gallery-grid,
	.page-form,
	.contact-social-links,
	.single-blog-nav-section .nav-links {
		grid-template-columns: 1fr;
	}

	.single-blog-hero {
		min-height: 540px;
	}

	.single-blog-hero-content {
		padding: 130px 0 52px;
	}

	.single-blog-nav-section .nav-next {
		text-align: left;
	}

	.page-form-row:not(.page-form-row-full) {
		grid-column: 1 / -1;
	}

	.page-feature-card,
	.page-dark-card,
	.page-timeline-item,
		.page-form,
		.contact-form-aside,
		.contact-info-card,
		.contact-intro-panel,
		.page-investment-card {
		padding: 22px;
	}

	.contact-method-panel {
		padding: 8px;
	}

	.contact-info-card {
		grid-template-columns: 50px 1fr;
		min-height: 92px;
	}

	.contact-map-frame {
		aspect-ratio: 4 / 3;
	}
}
