/* Futsal Maniax Contact Hub v4.3.4
   Force stable 2-column desktop grid to prevent column drops in the current theme content width.
*/

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

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

.fmch434-contact {
	padding-top: clamp(44px, 6vw, 76px);
}

.fmch434-lead {
	margin: 0 0 clamp(26px, 4vw, 40px);
}

.fmch434-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;
}

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

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

.fmch434-lead p,
.entry-content .fmch434-lead p,
.page-content .fmch434-lead p {
	max-width: 760px;
	margin: 18px 0 0;
	color: #41444b;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}

/* Desktop: always 2 columns. This avoids the current column-drop issue. */
.fmch434-grid,
.entry-content .fmch434-grid,
.page-content .fmch434-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 22px !important;
	align-items: stretch !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

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

.fmch434-card:hover,
.entry-content a.fmch434-card:hover,
.page-content a.fmch434-card:hover {
	transform: translateY(-4px);
	border-color: rgba(8,10,14,.18) !important;
	box-shadow: 0 24px 56px rgba(0, 0, 0, .14) !important;
	background:
		radial-gradient(circle at 88% 12%, rgba(255,225,0,.28), transparent 32%),
		linear-gradient(135deg, #ffffff, #fffbe0) !important;
}

.fmch434-card--important,
.entry-content a.fmch434-card--important,
.page-content a.fmch434-card--important {
	border-color: rgba(255, 225, 0, .58) !important;
	box-shadow: 0 18px 44px rgba(0,0,0,.09), inset 0 4px 0 #ffe100 !important;
}

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

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

.fmch434-card em {
	display: block !important;
	margin: 13px 52px 0 0 !important;
	color: #555b66 !important;
	font-style: normal !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
	font-weight: 600 !important;
}

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

.fmch434-form-section,
.fmch434-detail,
.fmch434-note {
	margin-top: clamp(46px, 5vw, 70px);
}

.fmch434-lead--compact {
	margin-bottom: 24px;
}

.fmch434-form {
	width: 100%;
	padding: clamp(24px, 4vw, 44px);
	border-radius: 30px;
	background: #fff;
	border: 1px solid rgba(8,10,14,.08);
	box-shadow: 0 20px 54px rgba(0,0,0,.08);
}

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

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

.fmch434-form input[type="text"],
.fmch434-form input[type="email"],
.fmch434-form input[type="url"],
.fmch434-form select,
.fmch434-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;
}

.fmch434-form textarea {
	min-height: 180px;
	resize: vertical;
}

.fmch434-form input:focus,
.fmch434-form select:focus,
.fmch434-form textarea:focus {
	outline: 3px solid rgba(255,225,0,.32);
	border-color: #c8aa00;
}

.fmch434-form .fm-cf7-submit,
.fmch434-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);
}

.fmch434-note {
	padding: clamp(22px, 3vw, 32px);
	border-left: 5px solid #ffe100;
	border-radius: 24px;
	background: #fff9cf;
	box-shadow: 0 16px 38px rgba(0,0,0,.06);
}

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

.fmch434-note p {
	margin: 10px 0 0;
	color: #333;
	font-size: 15px;
	line-height: 1.9;
}

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

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

.fmch434-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);
}

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

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

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

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

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

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

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

.fmch434-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: 760px) {
	.fmch434-grid,
	.entry-content .fmch434-grid,
	.page-content .fmch434-grid {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

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

	.fmch434-card,
	.entry-content a.fmch434-card,
	.page-content a.fmch434-card {
		min-height: 168px !important;
		padding: 21px !important;
		border-radius: 22px !important;
	}

	.fmch434-card strong {
		font-size: 19px !important;
	}

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

	.fmch434-lead h2,
	.entry-content .fmch434-lead h2,
	.page-content .fmch434-lead h2 {
		font-size: 26px;
	}
}
