/* =======================================================================
 * ax-support — homepage Support section (Figma 2527:75)
 * Card 1127x386 radius 24. Left column copy 348px, right column FAQs 510px.
 * Only the deltas from ax-faqs.css live here.
 * ==================================================================== */

#top .ax-support {
	--ax-purple: #444192;
	--ax-ink: #292929;

	width: 100%;
}

#top .ax-support__card {
	display: grid;
	grid-template-columns: minmax(0, 420px) minmax(0, 510px);
	align-items: start;
	justify-content: space-between;
	gap: 60px;
	box-sizing: border-box;
	min-height: 386px;
	margin: 0 auto;
	padding: 53px 44px;
	border-radius: 24px;
	background: #fff;
	background-image: url(/wp-content/uploads/2026/07/Group-50312.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 122%;
	transition: box-shadow .2s ease;
}

#top .ax-support__card:hover {
	box-shadow: -2px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

/* ---- left column ---------------------------------------------------- */

#top .ax-support__text .av-special-heading {
	padding-bottom: 0;
}

#top .ax-support__actions {
	margin-top: 36px;
}

/* ---- right column: overrides on the shared ax-faqs accordion --------- */

#top .ax-support__faqs .ax-collection__container {
	max-width: none;
	padding: 0;
}

#top .ax-support__faqs .ax-faqs__list {
	border-top: 0;
}

#top .ax-support__faqs .ax-faqs__item {
	border-bottom: 1px solid #e6e6e6;
}

#top .ax-support__faqs .ax-faqs__item:last-child {
	border-bottom: 0;
}

#top .ax-support__faqs .ax-faqs__q-text {
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.38;
	color: var(--ax-purple);
}

/* The search-only affordances have no place here. */
#top .ax-support__faqs .ax-collection__count,
#top .ax-support__faqs .ax-collection__search,
#top .ax-support__faqs .ax-faqs__empty {
	display: none;
}

#top .ax-support__actions_mobile {
	display: none !important;
}

/* ---- responsive ----------------------------------------------------- */

@media only screen and (max-width: 989px) {
	#top .ax-support__card {
		grid-template-columns: 1fr;
		gap: 20px;
		min-height: 0;
		padding: 40px;
	}

	#top .ax-support__desc,
	#top .ax-support__desc p {
		max-width: none;
	}
}

@media only screen and (max-width: 767px) {
	#top .ax-support__card {
		padding: 28px 34px;
		border-radius: 25px;
		background-size: 700px;
	}

	#top .ax-support__faqs .ax-faqs__q {
		gap: 16px;
		padding: 18px 0;
	}

	#top .ax-support__faqs .ax-faqs__q-text {
		font-size: 16px;
	}
	
	#top .ax-support__actions_desktop {
		display: none !important;
	}
	
	#top .ax-support__actions_mobile {
		display: block !important;
		margin-top: 0px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	#top .ax-support__faqs .ax-faqs__toggle,
	#top .ax-support__faqs .ax-faqs__toggle svg {
		transition: none;
	}
}
