/* WIDGET CONTAINER */
.um-related-1bdd8aa1 {
	padding: 60px 20px;
	background-color: #f8fafc;
	font-family: inherit;
}
.um-related-1bdd8aa1-inner {
	max-width: 1100px;
	margin: 0 auto;
}

/* HEADER */
.um-related-1bdd8aa1-header {
	text-align: center;
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.um-tag-1bdd8aa1 {
	display: inline-block;
	background-color: #e2e8f0;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}

.um-eyebrow-1bdd8aa1 {
	display: block;
	color: #e11d2a;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.um-related-1bdd8aa1-header h2 {
	margin: 0 0 16px 0;
	font-size: 2.5rem;
	color: #1f2933;
	line-height: 1.2;
    font-weight: 800;
}

.um-intro-1bdd8aa1 {
	font-size: 18px;
	color: #4b5563;
	line-height: 1.6;
	margin: 0 0 16px 0;
}

.um-local-seo-1bdd8aa1 {
	font-size: 14px;
	color: #64748b;
	font-style: italic;
	margin: 0;
}

/* GRID */
.um-related-1bdd8aa1-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 40px;
}

/* CARD */
.um-card-1bdd8aa1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 12px;
	padding: 24px;
	text-decoration: none;
	border: 1px solid #e5e7eb;
    border-top: 4px solid #2a9fd6;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	height: 100%;
    color: inherit;
}

.um-card-red-accent-1bdd8aa1 {
    border-top-color: #e11d2a;
}

.um-card-blue-accent-1bdd8aa1 {
    border-top-color: #2a9fd6;
}

.um-card-1bdd8aa1:hover, .um-card-1bdd8aa1:focus {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    outline: none;
}

.um-card-1bdd8aa1-top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 16px;
}

.um-tag-red-accent-1bdd8aa1 {
    background-color: rgba(225, 29, 42, 0.1);
    color: #e11d2a;
    border: 1px solid rgba(225, 29, 42, 0.2);
}

.um-tag-blue-accent-1bdd8aa1 {
    background-color: rgba(42, 159, 214, 0.1);
    color: #2a9fd6;
    border: 1px solid rgba(42, 159, 214, 0.2);
}

.um-card-1bdd8aa1-title {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #1f2933;
	font-weight: 700;
	line-height: 1.3;
}

.um-card-1bdd8aa1-desc {
	margin: 0 0 24px 0;
	font-size: 15px;
	color: #4b5563;
	line-height: 1.6;
}

.um-card-1bdd8aa1-action {
	margin-top: auto;
}

.um-card-1bdd8aa1-cta {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	color: #2a9fd6;
	font-size: 15px;
	transition: color 0.2s ease;
}

.um-arrow-icon-1bdd8aa1 {
	margin-left: 8px;
	transition: transform 0.2s ease;
}

.um-card-1bdd8aa1:hover .um-arrow-icon-1bdd8aa1 {
	transform: translateX(4px);
}

/* FEATURED CARD */
.um-featured-1bdd8aa1 {
	margin-bottom: 40px;
}

.um-featured-card-1bdd8aa1 {
	display: block;
	background-color: #1f2933;
	border-radius: 12px;
	padding: 32px;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.um-featured-card-1bdd8aa1:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.um-featured-card-1bdd8aa1-inner {
	display: flex;
	align-items: center;
	gap: 32px;
}

.um-featured-card-1bdd8aa1-media {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #fff;
}

.um-featured-card-1bdd8aa1-media svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.um-featured-card-1bdd8aa1-text {
	flex-grow: 1;
}

.um-featured-card-1bdd8aa1-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #94a3b8;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
}

.um-featured-card-1bdd8aa1-title {
	margin: 0 0 8px 0;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}

.um-featured-card-1bdd8aa1-desc {
	margin: 0 0 16px 0;
	font-size: 16px;
	color: #cbd5e1;
	line-height: 1.5;
	max-width: 600px;
}

.um-featured-card-1bdd8aa1-cta {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	color: #e2e8f0;
	font-size: 15px;
}

.um-featured-card-1bdd8aa1-cta i {
	margin-left: 8px;
	transition: transform 0.2s ease;
}

.um-featured-card-1bdd8aa1:hover .um-featured-card-1bdd8aa1-cta i {
	transform: translateX(4px);
}

/* NOTE */
.um-note-1bdd8aa1 {
	text-align: center;
	margin-bottom: 40px;
}

.um-note-1bdd8aa1 p {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	color: #64748b;
	background-color: #f1f5f9;
	padding: 12px 24px;
	border-radius: 6px;
	border-left: 4px solid #94a3b8;
}

/* CTA ROW */
.um-cta-row-1bdd8aa1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 32px;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	gap: 32px;
}

.um-cta-row-content-1bdd8aa1 h3 {
	margin: 0 0 8px 0;
	font-size: 22px;
	color: #1f2933;
    font-weight: 700;
}

.um-cta-row-content-1bdd8aa1 p {
	margin: 0;
	font-size: 16px;
	color: #4b5563;
    line-height: 1.5;
}

.um-cta-row-actions-1bdd8aa1 {
	display: flex;
	gap: 16px;
	flex-shrink: 0;
    align-items: center;
}

.um-btn-1bdd8aa1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.um-btn-primary-1bdd8aa1 {
	background-color: #e11d2a;
	color: #fff !important;
    box-shadow: 0 4px 10px rgba(225, 29, 42, 0.2);
}

.um-btn-primary-1bdd8aa1:hover {
	background-color: #c41420;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(225, 29, 42, 0.3);
}

.um-btn-secondary-1bdd8aa1 {
	background-color: transparent;
	color: #2a9fd6 !important;
	border: 2px solid #2a9fd6;
}

.um-btn-secondary-1bdd8aa1:hover {
	background-color: #2a9fd6;
	color: #fff !important;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .um-related-1bdd8aa1-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.um-featured-card-1bdd8aa1-inner {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}
	.um-featured-card-1bdd8aa1-desc {
		margin-left: auto;
		margin-right: auto;
	}
	.um-cta-row-1bdd8aa1 {
		flex-direction: column;
		text-align: center;
	}
	.um-cta-row-actions-1bdd8aa1 {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 767px) {
    .um-related-1bdd8aa1-grid {
        grid-template-columns: 1fr;
    }
	.um-related-1bdd8aa1-header h2 {
		font-size: 2rem;
	}
	.um-intro-1bdd8aa1 {
		font-size: 16px;
	}
	.um-cta-row-actions-1bdd8aa1 {
		flex-direction: column;
	}
	.um-btn-1bdd8aa1 {
		width: 100%;
	}
    .um-related-1bdd8aa1 {
        padding: 40px 15px;
    }
}