.bo-77116ad7-section {
	padding: 80px 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.bo-77116ad7-container {
	max-width: 1100px;
	margin: 0 auto;
}

.bo-77116ad7-header {
	text-align: center;
	margin-bottom: 60px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.bo-77116ad7-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.bo-77116ad7-heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

.bo-77116ad7-subheading {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}

.bo-77116ad7-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.bo-77116ad7-grid {
		grid-template-columns: 1fr;
	}
}

.bo-77116ad7-card {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 40px;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 10px 30px rgba(0,0,0,0.03);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bo-77116ad7-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.bo-77116ad7-icon {
	font-size: 28px;
	margin-bottom: 24px;
}

.bo-77116ad7-icon svg {
	width: 28px;
	height: 28px;
}

.bo-77116ad7-card-title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 16px;
	line-height: 1.3;
}

.bo-77116ad7-card-desc {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 24px;
	flex-grow: 1;
}

.bo-77116ad7-card-divider {
	height: 1px;
	background-color: rgba(0,0,0,0.08);
	margin-bottom: 20px;
}

.bo-77116ad7-card-micro {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	display: flex;
	align-items: center;
}

.bo-77116ad7-card-micro::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: currentColor;
	border-radius: 50%;
	margin-right: 10px;
	opacity: 0.5;
}

.bo-77116ad7-cta-wrapper {
	text-align: center;
	margin-top: 50px;
}

.bo-77116ad7-cta {
	display: inline-flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 32px;
	border-radius: 8px;
	text-decoration: none;
	transition: opacity 0.3s ease, transform 0.2s ease;
}

.bo-77116ad7-cta:hover {
	opacity: 0.9;
	color: #FFFFFF;
	transform: translateY(-2px);
}

.bo-77116ad7-cta svg {
	margin-left: 10px;
	transition: transform 0.2s ease;
}

.bo-77116ad7-cta:hover svg {
	transform: translateX(4px);
}
