/**
 * Free Trial (/free-trial/).
 */

.bz-ft-hero {
	padding-block: clamp(3.5rem, 10vw, 6rem);
	background: linear-gradient(180deg, #f3f3f3 0%, #fff 55%);
	text-align: center;
}

.bz-ft-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 36rem;
	margin-inline: auto;
	text-align: center;
}

.bz-ft-hero__title {
	margin: 0 0 0.85rem;
	width: 100%;
	font-size: clamp(1.85rem, 4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #111;
	text-align: center;
}

.bz-ft-hero__lead {
	margin: 0 0 1.5rem;
	width: 100%;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #4b5563;
	text-align: center;
}

.bz-ft-btn {
	align-self: center;
	min-height: 3rem;
	padding: 0.8rem 1.6rem !important;
	border-radius: 0.45rem !important;
	font-weight: 750 !important;
	background: var(--bz-brand, #a31820) !important;
	border-color: var(--bz-brand, #a31820) !important;
	color: #fff !important;
	text-decoration: none !important;
}

.bz-ft-btn:hover {
	background: #86141b !important;
	border-color: #86141b !important;
	color: #fff !important;
}

.bz-ft-points {
	padding-block: var(--bz-section-pad-y);
}

.bz-ft-points__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.bz-ft-points__grid li {
	padding: 1.15rem 1.2rem;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--bz-radius, 0.65rem);
	text-align: center;
}

.bz-ft-points__grid strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--bz-brand, #a31820);
}

.bz-ft-points__grid span {
	font-size: 0.925rem;
	line-height: 1.45;
	color: #64748b;
}

.bz-ft-points__help {
	margin: 0;
	text-align: center;
	color: #64748b;
}

.bz-ft-points__help a {
	color: var(--bz-brand, #a31820);
	font-weight: 650;
}

@media (max-width: 767px) {
	.bz-ft-points__grid {
		grid-template-columns: 1fr;
	}
}

/* Product Free Trial (/product-free-trial/) */
.bz-pft-hero {
	padding-bottom: clamp(2rem, 5vw, 3rem);
}

.bz-pft-products {
	padding-top: clamp(2.5rem, 6vw, 4rem);
}

.bz-pft-products .bz-products__more {
	display: flex;
	justify-content: center;
	margin: 2rem 0 0;
}
