/* Futsal Maniax Contact Hub v4.3.5
   Shortcode-rendered contact hub. PC 3 columns are forced and not affected by wpautop children.
*/

.fmch435,
.entry-content .fmch435,
.page-content .fmch435 {
	box-sizing: border-box;
	width: min(100%, 1120px);
	margin-inline: auto;
}

.fmch435 *,
.entry-content .fmch435 *,
.page-content .fmch435 * {
	box-sizing: border-box;
}

.fmch435-contact {
	padding-top: clamp(36px, 5vw, 62px);
}

.fmch435-lead {
	margin: 0 0 clamp(22px, 3vw, 30px);
}

.fmch435-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: #b89b00;
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.fmch435-eyebrow::before {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ffe100, rgba(255,225,0,0));
}

.fmch435-lead h2,
.entry-content .fmch435-lead h2,
.page-content .fmch435-lead h2 {
	margin: 0;
	color: #0d0f14;
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 900;
	line-height: 1.24;
	letter-spacing: -.05em;
}

.fmch435-lead p,
.entry-content .fmch435-lead p,
.page-content .fmch435-lead p {
	max-width: 820px;
	margin: 14px 0 0;
	color: #41444b;
	font-size: 15px;
	line-height: 1.9;
	font-weight: 500;
}

.fmch435-grid,
.entry-content .fmch435-grid,
.page-content .fmch435-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: stretch !important;
}

.fmch435-grid > p {
	display: contents !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fmch435-card,
.entry-content a.fmch435-card,
.page-content a.fmch435-card {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	min-width: 0 !important;
	min-height: 142px !important;
	height: 100% !important;
	padding: 18px 18px 50px !important;
	border-radius: 21px !important;
	overflow: hidden !important;
	text-decoration: none !important;
	background:
		radial-gradient(circle at 88% 12%, rgba(255,225,0,.24), transparent 32%),
		linear-gradient(135deg, #ffffff, #fbfbf3) !important;
	border: 1px solid rgba(8, 10, 14, .09) !important;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .07) !important;
	color: #0d0f14 !important;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fmch435-card:hover,
.entry-content a.fmch435-card:hover,
.page-content a.fmch435-card:hover {
	transform: translateY(-3px);
	border-color: rgba(8,10,14,.18) !important;
	box-shadow: 0 22px 48px rgba(0,0,0,.13) !important;
}

.fmch435-card--important,
.entry-content a.fmch435-card--important,
.page-content a.fmch435-card--important {
	border-color: rgba(255,225,0,.62) !important;
	box-shadow: 0 16px 34px rgba(0,0,0,.08), inset 0 3px 0 #ffe100 !important;
}

.fmch435-card span {
	display: inline-flex !important;
	align-items: center !important;
	width: fit-content !important;
	margin: 0 0 15px !important;
	padding: 6px 9px !important;
	border-radius: 999px !important;
	background: #0d0f14 !important;
	color: #ffe100 !important;
	font-size: 9px !important;
	line-height: 1 !important;
	font-weight: 900 !important;
	letter-spacing: .13em !important;
	text-transform: uppercase !important;
}

.fmch435-card strong {
	display: block !important;
	margin: 0 !important;
	color: #0d0f14 !important;
	font-size: 18px !important;
	line-height: 1.35 !important;
	font-weight: 900 !important;
	letter-spacing: -.035em !important;
}

.fmch435-card em {
	display: block !important;
	margin: 10px 44px 0 0 !important;
	color: #555b66 !important;
	font-style: normal !important;
	font-size: 13px !important;
	line-height: 1.65 !important;
	font-weight: 600 !important;
}

.fmch435-card b {
	position: absolute !important;
	right: 16px !important;
	bottom: 16px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	border-radius: 999px !important;
	background: #ffe100 !important;
	color: #050608 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	box-shadow: 0 8px 18px rgba(255,225,0,.25) !important;
}

.fmch435-form-section,
.fmch435-detail,
.fmch435-note {
	margin-top: clamp(38px, 5vw, 58px);
}

.fmch435-lead--compact {
	margin-bottom: 20px;
}

.fmch435-form {
	width: 100%;
	padding: clamp(24px, 4vw, 42px);
	border-radius: 28px;
	background: #fff;
	border: 1px solid rgba(8,10,14,.08);
	box-shadow: 0 18px 48px rgba(0,0,0,.08);
}

.fmch435-form .fm-cf7-form {
	display: grid;
	gap: 22px;
}

.fmch435-form .fm-cf7-field label {
	display: block;
	margin-bottom: 8px;
	color: #0d0f14;
	font-weight: 900;
	font-size: 14px;
}

.fmch435-form input[type="text"],
.fmch435-form input[type="email"],
.fmch435-form input[type="url"],
.fmch435-form select,
.fmch435-form textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid rgba(0,0,0,.16);
	border-radius: 14px;
	background: #fff;
	padding: 13px 15px;
	font-size: 16px;
	line-height: 1.6;
	color: #111;
}

.fmch435-form textarea {
	min-height: 170px;
	resize: vertical;
}

.fmch435-form .fm-cf7-submit,
.fmch435-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	border: 0;
	border-radius: 999px;
	background: #ffe100;
	color: #08090d;
	font-weight: 900;
	padding: 13px 24px;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(255,225,0,.22);
}

.fmch435-note {
	padding: clamp(20px, 3vw, 30px);
	border-left: 5px solid #ffe100;
	border-radius: 22px;
	background: #fff9cf;
	box-shadow: 0 14px 32px rgba(0,0,0,.055);
}

.fmch435-note h2,
.entry-content .fmch435-note h2,
.page-content .fmch435-note h2 {
	margin: 0;
	color: #0d0f14;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: -.02em;
}

.fmch435-note p {
	margin: 10px 0 0;
	color: #333;
	font-size: 14px;
	line-height: 1.85;
}

.fmch435-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 22px;
	align-items: stretch;
}

.fmch435-detail-visual,
.fmch435-detail-list {
	border-radius: 28px;
	padding: clamp(24px, 3vw, 36px);
	box-shadow: 0 18px 44px rgba(0,0,0,.08);
}

.fmch435-detail-visual {
	color: #fff;
	background:
		radial-gradient(circle at 86% 16%, rgba(255,225,0,.34), transparent 32%),
		linear-gradient(135deg, #07090d, #151b25 62%, #050608);
}

.fmch435-detail-visual span {
	display: block;
	margin-bottom: 18px;
	color: #ffe100;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.fmch435-detail-visual strong {
	display: block;
	font-size: clamp(23px, 2.3vw, 32px);
	line-height: 1.35;
	font-weight: 900;
	letter-spacing: -.04em;
}

.fmch435-detail-visual p {
	margin: 16px 0 0;
	color: rgba(255,255,255,.78);
	line-height: 1.9;
}

.fmch435-detail-list {
	background: #fff;
	border: 1px solid rgba(8,10,14,.08);
}

.fmch435-detail-list h2 {
	margin: 0 0 18px;
	color: #0d0f14;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -.02em;
}

.fmch435-detail-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.fmch435-detail-list li {
	position: relative;
	padding-left: 28px;
	color: #333;
	line-height: 1.8;
}

.fmch435-detail-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .65em;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #ffe100;
	box-shadow: 0 0 0 4px rgba(255,225,0,.18);
}

@media (max-width: 900px) {
	.fmch435-grid,
	.entry-content .fmch435-grid,
	.page-content .fmch435-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.fmch435-detail-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.fmch435-contact {
		padding-top: 32px;
	}

	.fmch435-grid,
	.entry-content .fmch435-grid,
	.page-content .fmch435-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	.fmch435-card,
	.entry-content a.fmch435-card,
	.page-content a.fmch435-card {
		min-height: 136px !important;
		padding: 14px 14px 42px !important;
		border-radius: 18px !important;
	}

	.fmch435-card span {
		margin-bottom: 10px !important;
		font-size: 8px !important;
		padding: 5px 7px !important;
	}

	.fmch435-card strong {
		font-size: 15px !important;
	}

	.fmch435-card em {
		font-size: 11px !important;
		line-height: 1.55 !important;
		margin-right: 24px !important;
	}

	.fmch435-card b {
		width: 28px !important;
		height: 28px !important;
		right: 12px !important;
		bottom: 12px !important;
	}

	.fmch435-form {
		padding: 20px;
		border-radius: 22px;
	}

	.fmch435-lead h2,
	.entry-content .fmch435-lead h2,
	.page-content .fmch435-lead h2 {
		font-size: 25px;
	}
}

@media (max-width: 390px) {
	.fmch435-grid,
	.entry-content .fmch435-grid,
	.page-content .fmch435-grid {
		grid-template-columns: 1fr !important;
	}
}
