/**
 * Contact help block CSS.
 *
 * Unique classes:
 * - atb-contact-help
 * - atb-contact-help-card
 */

.atb-contact-help {
	padding: 0 20px 50px;
	background: transparent;
}

.atb-contact-help__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.atb-contact-help__head {
	max-width: 760px;
	margin-bottom: 20px;
}

.atb-contact-help__eyebrow {
	margin: 0 0 9px;
	color: #0b63ce;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.atb-contact-help__title {
	margin: 0;
	color: #0f172a;
	font-size: clamp(28px, 4vw, 38px);
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.atb-contact-help__text {
	margin: 12px 0 0;
	color: #667085;
	font-size: 15px;
	line-height: 1.6;
}

.atb-contact-help__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.atb-contact-help-card {
	min-height: 160px;
	padding: 24px;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.atb-contact-help-card__number {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 4px;
	background: #05070d;
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
}

.atb-contact-help-card__title {
	margin: 0;
	color: #0f172a;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 900;
}

.atb-contact-help-card__text {
	margin: 10px 0 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 900px) {
	.atb-contact-help__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.atb-contact-help {
		padding: 0 16px 42px;
	}

	.atb-contact-help-card {
		min-height: 0;
		padding: 22px;
		border-radius: 4px;
	}
}
