/* Futsal Maniax Contact Hub v4.3.3
   Goal: stable card grid, no first black card, no column drop.
*/

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

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

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

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

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

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

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

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

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

/* Unified cards. No single black card. */
.fmch433-card,
.entry-content a.fmch433-card,
.page-content a.fmch433-card {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	min-width: 0 !important;
	min-height: 188px !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;
}

.fmch433-card:hover,
.entry-content a.fmch433-card:hover,
.page-content a.fmch433-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;
}

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

.fmch433-card span {
	display: inline-flex !important;
	align-items: center !important;
	width: fit-content !important;
	margin: 0 0 22px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fmch433-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: 1024px) {
	.fmch433-grid,
	.entry-content .fmch433-grid,
	.page-content .fmch433-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

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

@media (max-width: 640px) {
	.fmch433-contact {
		padding-top: 34px;
	}

	.fmch433-grid,
	.entry-content .fmch433-grid,
	.page-content .fmch433-grid {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

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

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

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

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