.bloom-cta-tech {
    background: #f0eeff;
    padding: 80px 20px;
    text-align: center;
}

.bloom-cta-inner {
    max-width: 900px;
    margin: 0 auto;
}

.bloom-cta-tech .cta-heading {
	/* font-size: 36px; */
	/* font-weight: 700; */
	color: #000;
	margin-bottom: 16px;
	font-family: ProximaNova-Bold;
	max-width: 636px;
	margin: 10px auto;
	line-height: 1.2;
}

.bloom-cta-tech .cta-subheading {
    font-size: 16px;
    color: #000;
    margin-bottom: 32px;
}

.bloom-cta-tech .cta-btn {
    display: inline-block;
    background: #ff4d1c;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

.bloom-cta-tech .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(255, 77, 28, 0.35);
}

/* Editor preview */
.bloom-cta-preview {
    background: #f0eeff;
    padding: 40px;
    margin-top: 20px;
    text-align: center;
}
