/**
 * MG Elementor Addons - Lead Gen Widgets Styles
 *
 * Styles for lead generation widgets.
 *
 * @package MG_Elementor_Addons
 * @since 1.0.0
 */

/* ============================================
   LEAD-GEN TRUST BAR WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-trust-bar {
	width: 100%;
	padding: 20px;
	background-color: #F9FAFB;
}

.mg-leadgen-trust-bar__container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
}

.mg-leadgen-trust-bar__item {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.mg-leadgen-trust-bar__icon {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #FF6B35;
	flex-shrink: 0;
}

.mg-leadgen-trust-bar__rating-icon {
	color: #FBBF24;
}

.mg-leadgen-trust-bar__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.mg-leadgen-trust-bar__rating-value {
	font-size: 24px;
	font-weight: 700;
	color: #1F2937;
	line-height: 1;
}

.mg-leadgen-trust-bar__stars {
	display: flex;
	gap: 2px;
	font-size: 18px;
	line-height: 1;
}

.mg-leadgen-trust-bar__star {
	color: #FBBF24;
}

.mg-leadgen-trust-bar__star--empty {
	color: #D1D5DB;
}

.mg-leadgen-trust-bar__text {
	font-size: 14px;
	font-weight: 500;
	color: #1F2937;
	text-align: center;
}

.mg-leadgen-trust-bar__source {
	font-size: 12px;
	font-weight: 600;
	color: #4285F4;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-trust-bar {
		padding: 25px 30px;
	}

	.mg-leadgen-trust-bar__container {
		flex-direction: row;
		gap: 30px;
		justify-content: center;
	}

	.mg-leadgen-trust-bar__item {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.mg-leadgen-trust-bar__content {
		align-items: flex-start;
	}

	.mg-leadgen-trust-bar__text {
		text-align: left;
		font-size: 15px;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-trust-bar {
		padding: 30px 40px;
	}

	.mg-leadgen-trust-bar__container {
		flex-direction: row;
		gap: 40px;
		justify-content: space-between;
		align-items: center;
	}

	.mg-leadgen-trust-bar__item {
		flex: 0 1 auto;
	}

	.mg-leadgen-trust-bar__text {
		font-size: 16px;
		white-space: nowrap;
	}
}

/* ============================================
   LEAD-GEN DIFFERENTIATORS WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-differentiators {
	width: 100%;
	padding: 40px 20px;
}

.mg-leadgen-differentiators__header {
	margin-bottom: 40px;
	text-align: center;
}

.mg-leadgen-differentiators__eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF6B35;
	margin-bottom: 10px;
}

.mg-leadgen-differentiators__heading {
	font-size: 32px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.mg-leadgen-differentiators__subhead {
	font-size: 18px;
	color: #6B7280;
	line-height: 1.6;
	margin: 0;
}

.mg-leadgen-differentiators__wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 1400px;
	margin: 0 auto;
}

.mg-leadgen-differentiators__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	width: 100%;
}

.mg-leadgen-differentiators__card {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mg-leadgen-differentiators__card:hover {
	transform: translateY(-5px);
}

.mg-leadgen-differentiators__icon-wrapper {
	margin-bottom: 20px;
}

.mg-leadgen-differentiators__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	color: #FF6B35;
	line-height: 1;
}

.mg-leadgen-differentiators__card-title {
	font-size: 22px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.mg-leadgen-differentiators__card-description {
	font-size: 16px;
	color: #6B7280;
	line-height: 1.6;
	margin: 0;
	flex-grow: 1;
}

.mg-leadgen-differentiators__side-card {
	background-color: #F9FAFB;
	border-radius: 8px;
	padding: 30px;
	border: 1px solid #E5E7EB;
}

.mg-leadgen-differentiators__side-card-title {
	font-size: 24px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.mg-leadgen-differentiators__side-card-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mg-leadgen-differentiators__side-card-bullet {
	font-size: 16px;
	color: #374151;
	line-height: 1.8;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

.mg-leadgen-differentiators__side-card-bullet:before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #FF6B35;
	font-weight: 700;
	font-size: 18px;
}

.mg-leadgen-differentiators__side-card-bullet:last-child {
	margin-bottom: 0;
}

.mg-leadgen-differentiators__cta {
	margin-top: 40px;
	text-align: center;
}

.mg-leadgen-differentiators__cta-button {
	display: inline-block;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 2px solid transparent;
}

.mg-leadgen-differentiators__cta-button--primary {
	background-color: #FF6B35;
	color: #FFFFFF;
	border-color: #FF6B35;
}

.mg-leadgen-differentiators__cta-button--primary:hover {
	background-color: #E55A2B;
	border-color: #E55A2B;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-differentiators__cta-button--secondary {
	background-color: transparent;
	color: #1F2937;
	border-color: #1F2937;
}

.mg-leadgen-differentiators__cta-button--secondary:hover {
	background-color: #1F2937;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(31, 41, 55, 0.2);
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-differentiators {
		padding: 60px 30px;
	}

	.mg-leadgen-differentiators__heading {
		font-size: 40px;
	}

	.mg-leadgen-differentiators__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.mg-leadgen-differentiators__wrapper {
		flex-direction: row;
		align-items: flex-start;
	}

	.mg-leadgen-differentiators__side-card {
		flex: 0 0 300px;
		max-width: 300px;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-differentiators {
		padding: 80px 40px;
	}

	.mg-leadgen-differentiators__heading {
		font-size: 48px;
	}

	.mg-leadgen-differentiators__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.mg-leadgen-differentiators__side-card {
		flex: 0 0 350px;
		max-width: 350px;
	}
}

/* ============================================
   LEAD-GEN WHAT TO EXPECT STEPS WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-steps {
	width: 100%;
	padding: 40px 20px;
}

.mg-leadgen-steps__header {
	margin-bottom: 40px;
	text-align: center;
}

.mg-leadgen-steps__eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF6B35;
	margin-bottom: 10px;
}

.mg-leadgen-steps__heading {
	font-size: 32px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.mg-leadgen-steps__subhead {
	font-size: 18px;
	color: #6B7280;
	line-height: 1.6;
	margin: 0;
}

.mg-leadgen-steps__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.mg-leadgen-steps__step {
	position: relative;
	display: flex;
	flex-direction: column;
}

.mg-leadgen-steps__step-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.mg-leadgen-steps__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	min-width: 60px;
	background-color: #FF6B35;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	flex-shrink: 0;
	z-index: 2;
}

.mg-leadgen-steps__number-text {
	line-height: 1;
}

.mg-leadgen-steps__number-icon {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
}

.mg-leadgen-steps__connector {
	display: none;
}

.mg-leadgen-steps__step-content {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 30px;
	width: 100%;
	flex: 1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mg-leadgen-steps__step-icon-wrapper {
	margin-bottom: 15px;
}

.mg-leadgen-steps__step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #FF6B35;
	line-height: 1;
}

.mg-leadgen-steps__step-title {
	font-size: 22px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.mg-leadgen-steps__step-description {
	font-size: 16px;
	color: #6B7280;
	line-height: 1.6;
	margin: 0;
}

.mg-leadgen-steps__cta {
	margin-top: 50px;
	text-align: center;
}

.mg-leadgen-steps__cta-button {
	display: inline-block;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 2px solid transparent;
}

.mg-leadgen-steps__cta-button--primary {
	background-color: #FF6B35;
	color: #FFFFFF;
	border-color: #FF6B35;
}

.mg-leadgen-steps__cta-button--primary:hover {
	background-color: #E55A2B;
	border-color: #E55A2B;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-steps__cta-button--secondary {
	background-color: transparent;
	color: #1F2937;
	border-color: #1F2937;
}

.mg-leadgen-steps__cta-button--secondary:hover {
	background-color: #1F2937;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(31, 41, 55, 0.2);
}

/* Horizontal Timeline Layout - Desktop Only */
@media (min-width: 1024px) {
	.mg-leadgen-steps__list--horizontal {
		flex-direction: row;
		align-items: flex-start;
		gap: 0;
		position: relative;
	}

	.mg-leadgen-steps__list--horizontal .mg-leadgen-steps__step {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		position: relative;
		padding: 0 20px;
	}

	.mg-leadgen-steps__list--horizontal .mg-leadgen-steps__step-wrapper {
		width: 100%;
		align-items: center;
		position: relative;
	}

	.mg-leadgen-steps__list--horizontal .mg-leadgen-steps__number {
		margin-bottom: 20px;
		position: relative;
		z-index: 2;
	}

	.mg-leadgen-steps__list--horizontal .mg-leadgen-steps__connector {
		display: block;
		position: absolute;
		top: 30px;
		left: calc(50% + 30px);
		width: calc(100% - 60px);
		height: 2px;
		background-color: #E5E7EB;
		z-index: 1;
	}

	.mg-leadgen-steps__list--horizontal .mg-leadgen-steps__step:last-child .mg-leadgen-steps__connector {
		display: none;
	}

	.mg-leadgen-steps__list--horizontal .mg-leadgen-steps__step-content {
		text-align: center;
	}
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-steps {
		padding: 60px 30px;
	}

	.mg-leadgen-steps__heading {
		font-size: 40px;
	}

	.mg-leadgen-steps__list {
		gap: 40px;
	}

	.mg-leadgen-steps__step-wrapper {
		flex-direction: row;
		align-items: flex-start;
	}

	.mg-leadgen-steps__number {
		margin-right: 25px;
		margin-bottom: 0;
	}

	.mg-leadgen-steps__step-content {
		flex: 1;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-steps {
		padding: 80px 40px;
	}

	.mg-leadgen-steps__heading {
		font-size: 48px;
	}

	.mg-leadgen-steps__list--vertical {
		gap: 40px;
	}

	.mg-leadgen-steps__list--vertical .mg-leadgen-steps__step-wrapper {
		flex-direction: row;
		align-items: flex-start;
	}

	.mg-leadgen-steps__list--vertical .mg-leadgen-steps__number {
		margin-right: 30px;
		margin-bottom: 0;
	}
}

/* ============================================
   LEAD-GEN SERVICE AREA WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-service-area {
	width: 100%;
	padding: 40px 20px;
}

.mg-leadgen-service-area__header {
	margin-bottom: 40px;
	text-align: center;
}

.mg-leadgen-service-area__eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF6B35;
	margin-bottom: 10px;
}

.mg-leadgen-service-area__heading {
	font-size: 32px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.mg-leadgen-service-area__subhead {
	font-size: 18px;
	color: #6B7280;
	line-height: 1.6;
	margin: 0;
}

.mg-leadgen-service-area__wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 1400px;
	margin: 0 auto;
}

.mg-leadgen-service-area__content {
	flex: 1;
}

.mg-leadgen-service-area__cities {
	margin-bottom: 30px;
}

.mg-leadgen-service-area__region-label {
	font-size: 18px;
	font-weight: 600;
	color: #1F2937;
	margin-bottom: 15px;
}

.mg-leadgen-service-area__list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mg-leadgen-service-area__list--bullets {
	flex-direction: column;
	list-style: none;
	gap: 12px;
}

.mg-leadgen-service-area__city-chip {
	display: inline-block;
	background-color: #F3F4F6;
	color: #1F2937;
	border-radius: 20px;
	padding: 8px 16px;
	font-size: 15px;
	font-weight: 500;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mg-leadgen-service-area__city-bullet {
	list-style: none;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
	color: #1F2937;
	line-height: 1.8;
}

.mg-leadgen-service-area__city-bullet:before {
	content: '•';
	position: absolute;
	left: 0;
	color: #FF6B35;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}

.mg-leadgen-service-area__city-name {
	display: inline-block;
}

.mg-leadgen-service-area__map {
	flex: 0 0 100%;
	width: 100%;
}

.mg-leadgen-service-area__map-image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.mg-leadgen-service-area__zip-checker {
	margin-top: 30px;
	padding: 25px;
	background-color: #F9FAFB;
	border-radius: 8px;
}

.mg-leadgen-service-area__zip-helper {
	font-size: 14px;
	color: #6B7280;
	margin-bottom: 15px;
	line-height: 1.6;
}

.mg-leadgen-service-area__zip-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mg-leadgen-service-area__zip-input {
	flex: 1;
	padding: 12px 16px;
	font-size: 16px;
	border: 2px solid #E5E7EB;
	border-radius: 6px;
	background-color: #FFFFFF;
	color: #1F2937;
	transition: border-color 0.3s ease;
}

.mg-leadgen-service-area__zip-input:focus {
	outline: none;
	border-color: #FF6B35;
}

.mg-leadgen-service-area__zip-input--success {
	border-color: #10B981;
}

.mg-leadgen-service-area__zip-button {
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #FF6B35;
	border: 2px solid #FF6B35;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.mg-leadgen-service-area__zip-button:hover {
	background-color: #E55A2B;
	border-color: #E55A2B;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-service-area__zip-button:active {
	transform: translateY(0);
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-service-area {
		padding: 60px 30px;
	}

	.mg-leadgen-service-area__heading {
		font-size: 40px;
	}

	.mg-leadgen-service-area__wrapper--map-left,
	.mg-leadgen-service-area__wrapper--map-right {
		flex-direction: row;
		align-items: flex-start;
		gap: 40px;
	}

	.mg-leadgen-service-area__wrapper--map-left .mg-leadgen-service-area__map {
		flex: 0 0 45%;
		order: -1;
	}

	.mg-leadgen-service-area__wrapper--map-right .mg-leadgen-service-area__map {
		flex: 0 0 45%;
		order: 1;
	}

	.mg-leadgen-service-area__zip-form {
		flex-direction: row;
		align-items: stretch;
	}

	.mg-leadgen-service-area__zip-input {
		flex: 1;
	}

	.mg-leadgen-service-area__zip-button {
		flex: 0 0 auto;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-service-area {
		padding: 80px 40px;
	}

	.mg-leadgen-service-area__heading {
		font-size: 48px;
	}

	.mg-leadgen-service-area__wrapper--map-left .mg-leadgen-service-area__map,
	.mg-leadgen-service-area__wrapper--map-right .mg-leadgen-service-area__map {
		flex: 0 0 50%;
	}
}

/* ============================================
   LEAD-GEN OFFER STACK WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-offer-stack {
	width: 100%;
	padding: 40px 20px;
}

.mg-leadgen-offer-stack__header {
	margin-bottom: 40px;
	text-align: center;
}

.mg-leadgen-offer-stack__eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF6B35;
	margin-bottom: 10px;
}

.mg-leadgen-offer-stack__heading {
	font-size: 32px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.mg-leadgen-offer-stack__subhead {
	font-size: 18px;
	color: #6B7280;
	line-height: 1.6;
	margin: 0;
}

.mg-leadgen-offer-stack__financing {
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #F0FDF4;
	border-radius: 8px;
	border: 2px solid #10B981;
}

.mg-leadgen-offer-stack__financing-rate {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: #10B981;
	margin-bottom: 5px;
}

.mg-leadgen-offer-stack__financing-terms {
	display: block;
	font-size: 16px;
	color: #059669;
	font-weight: 500;
}

.mg-leadgen-offer-stack__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	max-width: 1400px;
	margin: 0 auto;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.mg-leadgen-offer-stack__grid::-webkit-scrollbar {
	height: 8px;
}

.mg-leadgen-offer-stack__grid::-webkit-scrollbar-track {
	background: #F3F4F6;
	border-radius: 4px;
}

.mg-leadgen-offer-stack__grid::-webkit-scrollbar-thumb {
	background: #D1D5DB;
	border-radius: 4px;
}

.mg-leadgen-offer-stack__grid::-webkit-scrollbar-thumb:hover {
	background: #9CA3AF;
}

.mg-leadgen-offer-stack__card {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	scroll-snap-align: start;
	border-top: 4px solid transparent;
}

.mg-leadgen-offer-stack__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mg-leadgen-offer-stack__card--accent {
	border-top-color: #FF6B35;
}

.mg-leadgen-offer-stack__ribbon {
	position: absolute;
	top: 20px;
	right: -10px;
	background-color: #FF6B35;
	color: #FFFFFF;
	padding: 6px 16px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
	z-index: 2;
}

.mg-leadgen-offer-stack__ribbon:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #E55A2B;
}

.mg-leadgen-offer-stack__card-header {
	margin-bottom: 25px;
	text-align: center;
}

.mg-leadgen-offer-stack__price {
	font-size: 48px;
	font-weight: 700;
	color: #1F2937;
	line-height: 1;
	margin-bottom: 10px;
}

.mg-leadgen-offer-stack__card-title {
	font-size: 24px;
	font-weight: 700;
	color: #1F2937;
	margin: 0;
	line-height: 1.3;
}

.mg-leadgen-offer-stack__inclusions {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
	flex-grow: 1;
}

.mg-leadgen-offer-stack__inclusion {
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
	font-size: 16px;
	color: #374151;
	line-height: 1.6;
}

.mg-leadgen-offer-stack__inclusion-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	min-width: 20px;
	background-color: #10B981;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	margin-right: 12px;
	flex-shrink: 0;
	line-height: 1;
}

.mg-leadgen-offer-stack__inclusion-text {
	flex: 1;
}

.mg-leadgen-offer-stack__fine-print {
	font-size: 12px;
	color: #9CA3AF;
	line-height: 1.5;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #E5E7EB;
	text-align: center;
}

.mg-leadgen-offer-stack__cta {
	display: block;
	width: 100%;
	padding: 14px 24px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #FF6B35;
	border: 2px solid #FF6B35;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-top: auto;
}

.mg-leadgen-offer-stack__cta:hover {
	background-color: #E55A2B;
	border-color: #E55A2B;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-offer-stack__cta:active {
	transform: translateY(0);
}

.mg-leadgen-offer-stack__unified-cta-wrapper {
	margin-top: 40px;
	text-align: center;
}

.mg-leadgen-offer-stack__cta--unified {
	display: inline-block;
	width: auto;
	min-width: 200px;
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-offer-stack {
		padding: 60px 30px;
	}

	.mg-leadgen-offer-stack__heading {
		font-size: 40px;
	}

	.mg-leadgen-offer-stack__grid {
		grid-template-columns: repeat(2, 1fr);
		overflow-x: visible;
		scroll-snap-type: none;
	}

	.mg-leadgen-offer-stack__card {
		min-height: 100%;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-offer-stack {
		padding: 80px 40px;
	}

	.mg-leadgen-offer-stack__heading {
		font-size: 48px;
	}

	.mg-leadgen-offer-stack__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	/* Allow up to 4 columns if there are 4 offers */
	.mg-leadgen-offer-stack__grid:has(.mg-leadgen-offer-stack__card:nth-child(4)) {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Mobile swipe with scroll snap */
@media (max-width: 767px) {
	.mg-leadgen-offer-stack__grid {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}

	.mg-leadgen-offer-stack__card {
		flex: 0 0 85%;
		max-width: 85%;
		margin-right: 20px;
		scroll-snap-align: start;
	}

	.mg-leadgen-offer-stack__card:last-child {
		margin-right: 0;
	}
}

/* ============================================
   LEAD-GEN REVIEWS CAROUSEL WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-reviews-carousel {
	width: 100%;
	padding: 40px 20px;
}

.mg-leadgen-reviews-carousel__header {
	margin-bottom: 40px;
	text-align: center;
}

.mg-leadgen-reviews-carousel__eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF6B35;
	margin-bottom: 10px;
}

.mg-leadgen-reviews-carousel__heading {
	font-size: 32px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.mg-leadgen-reviews-carousel__subhead {
	font-size: 18px;
	color: #6B7280;
	line-height: 1.6;
	margin: 0 0 10px 0;
}

.mg-leadgen-reviews-carousel__source {
	font-size: 16px;
	font-weight: 600;
	color: #4285F4;
	margin-top: 10px;
}

.mg-leadgen-reviews-carousel__wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.mg-leadgen-reviews-carousel__track {
	overflow: hidden;
	position: relative;
}

.mg-leadgen-reviews-carousel__slides {
	display: flex;
	transition: transform 0.3s ease;
	will-change: transform;
}

/* Fallback: Stacked layout when JS is disabled */
.no-js .mg-leadgen-reviews-carousel__slides {
	flex-direction: column;
	gap: 30px;
}

.no-js .mg-leadgen-reviews-carousel__slide {
	width: 100% !important;
	flex: 0 0 auto !important;
}

.no-js .mg-leadgen-reviews-carousel__arrow {
	display: none;
}

.mg-leadgen-reviews-carousel__slide {
	flex: 0 0 100%;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.mg-leadgen-reviews-carousel__card {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.mg-leadgen-reviews-carousel__card-header {
	margin-bottom: 20px;
}

.mg-leadgen-reviews-carousel__stars {
	display: flex;
	gap: 4px;
	font-size: 20px;
	line-height: 1;
}

.mg-leadgen-reviews-carousel__star {
	color: #D1D5DB;
}

.mg-leadgen-reviews-carousel__star--filled {
	color: #FBBF24;
}

.mg-leadgen-reviews-carousel__quote {
	font-size: 18px;
	color: #1F2937;
	line-height: 1.6;
	margin: 0 0 25px 0;
	flex-grow: 1;
	font-style: italic;
}

.mg-leadgen-reviews-carousel__quote:before {
	content: '"';
	font-size: 48px;
	line-height: 0;
	color: #FF6B35;
	vertical-align: -0.4em;
	margin-right: 5px;
}

.mg-leadgen-reviews-carousel__quote:after {
	content: '"';
	font-size: 48px;
	line-height: 0;
	color: #FF6B35;
	vertical-align: -0.4em;
	margin-left: 5px;
}

.mg-leadgen-reviews-carousel__footer {
	border-top: 1px solid #E5E7EB;
	padding-top: 20px;
}

.mg-leadgen-reviews-carousel__author {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.mg-leadgen-reviews-carousel__name {
	font-size: 16px;
	font-weight: 700;
	color: #1F2937;
}

.mg-leadgen-reviews-carousel__verified {
	display: inline-flex;
	align-items: center;
	color: #10B981;
	flex-shrink: 0;
}

.mg-leadgen-reviews-carousel__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 14px;
	color: #6B7280;
}

.mg-leadgen-reviews-carousel__city:after {
	content: '•';
	margin-left: 8px;
	color: #D1D5DB;
}

.mg-leadgen-reviews-carousel__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: 2px solid #E5E7EB;
	color: #1F2937;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mg-leadgen-reviews-carousel__arrow:hover:not(:disabled) {
	background-color: #FF6B35;
	border-color: #FF6B35;
	color: #FFFFFF;
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-reviews-carousel__arrow:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.mg-leadgen-reviews-carousel__arrow--prev {
	left: -24px;
}

.mg-leadgen-reviews-carousel__arrow--next {
	right: -24px;
}

.mg-leadgen-reviews-carousel__arrow svg {
	width: 24px;
	height: 24px;
}

.mg-leadgen-reviews-carousel__read-more {
	text-align: center;
	margin-top: 40px;
}

.mg-leadgen-reviews-carousel__read-more-link {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #FF6B35;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
}

.mg-leadgen-reviews-carousel__read-more-link:hover {
	border-bottom-color: #FF6B35;
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-reviews-carousel {
		padding: 60px 30px;
	}

	.mg-leadgen-reviews-carousel__heading {
		font-size: 40px;
	}

	.mg-leadgen-reviews-carousel__slide {
		flex: 0 0 50%;
		width: 50%;
	}

	.mg-leadgen-reviews-carousel__arrow--prev {
		left: -60px;
	}

	.mg-leadgen-reviews-carousel__arrow--next {
		right: -60px;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-reviews-carousel {
		padding: 80px 40px;
	}

	.mg-leadgen-reviews-carousel__heading {
		font-size: 48px;
	}

	.mg-leadgen-reviews-carousel__slide {
		flex: 0 0 33.333%;
		width: 33.333%;
	}

	.mg-leadgen-reviews-carousel__arrow--prev {
		left: -80px;
	}

	.mg-leadgen-reviews-carousel__arrow--next {
		right: -80px;
	}
}

/* Mobile swipe support */
@media (max-width: 767px) {
	.mg-leadgen-reviews-carousel__arrow {
		display: none;
	}

	.mg-leadgen-reviews-carousel__track {
		touch-action: pan-x;
	}
}

/* ============================================
   LEAD-GEN FAQ ACCORDION WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-faq-accordion {
	width: 100%;
	padding: 40px 20px;
}

.mg-leadgen-faq-accordion__header {
	margin-bottom: 40px;
	text-align: center;
}

.mg-leadgen-faq-accordion__eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF6B35;
	margin-bottom: 10px;
}

.mg-leadgen-faq-accordion__heading {
	font-size: 32px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.mg-leadgen-faq-accordion__subhead {
	font-size: 18px;
	color: #6B7280;
	line-height: 1.6;
	margin: 0;
}

.mg-leadgen-faq-accordion__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #E5E7EB;
}

.mg-leadgen-faq-accordion__category {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #6B7280;
	background-color: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
}

.mg-leadgen-faq-accordion__category:hover {
	color: #FF6B35;
}

.mg-leadgen-faq-accordion__category--active {
	color: #FF6B35;
	border-bottom-color: #FF6B35;
}

.mg-leadgen-faq-accordion__faqs {
	max-width: 900px;
	margin: 0 auto;
}

.mg-leadgen-faq-accordion__item {
	background-color: #FFFFFF;
	border: 2px solid #E5E7EB;
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.mg-leadgen-faq-accordion__item:hover {
	border-color: #D1D5DB;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mg-leadgen-faq-accordion__button {
	width: 100%;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	color: #1F2937;
	transition: color 0.3s ease;
}

.mg-leadgen-faq-accordion__button:hover {
	color: #FF6B35;
}

.mg-leadgen-faq-accordion__button--active {
	color: #FF6B35;
}

.mg-leadgen-faq-accordion__question {
	flex: 1;
	padding-right: 20px;
}

.mg-leadgen-faq-accordion__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6B7280;
	transition: transform 0.3s ease, color 0.3s ease;
}

.mg-leadgen-faq-accordion__button--active .mg-leadgen-faq-accordion__icon {
	transform: rotate(180deg);
	color: #FF6B35;
}

.mg-leadgen-faq-accordion__content {
	padding: 0 24px 20px 24px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.mg-leadgen-faq-accordion__answer {
	font-size: 16px;
	color: #6B7280;
	line-height: 1.7;
	padding-top: 10px;
}

.mg-leadgen-faq-accordion__answer p {
	margin: 0 0 15px 0;
}

.mg-leadgen-faq-accordion__answer p:last-child {
	margin-bottom: 0;
}

.mg-leadgen-faq-accordion__cta {
	margin-top: 50px;
	padding: 40px;
	background-color: #F9FAFB;
	border-radius: 12px;
	text-align: center;
}

.mg-leadgen-faq-accordion__cta-title {
	font-size: 28px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.mg-leadgen-faq-accordion__cta-microcopy {
	font-size: 16px;
	color: #6B7280;
	line-height: 1.6;
	margin-bottom: 25px;
}

.mg-leadgen-faq-accordion__cta-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.mg-leadgen-faq-accordion__cta-button {
	display: inline-block;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 2px solid transparent;
}

.mg-leadgen-faq-accordion__cta-button--primary {
	background-color: #FF6B35;
	color: #FFFFFF;
	border-color: #FF6B35;
}

.mg-leadgen-faq-accordion__cta-button--primary:hover {
	background-color: #E55A2B;
	border-color: #E55A2B;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-faq-accordion__cta-button--secondary {
	background-color: transparent;
	color: #1F2937;
	border-color: #1F2937;
}

.mg-leadgen-faq-accordion__cta-button--secondary:hover {
	background-color: #1F2937;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(31, 41, 55, 0.2);
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-faq-accordion {
		padding: 60px 30px;
	}

	.mg-leadgen-faq-accordion__heading {
		font-size: 40px;
	}

	.mg-leadgen-faq-accordion__categories {
		gap: 15px;
	}

	.mg-leadgen-faq-accordion__category {
		padding: 12px 24px;
		font-size: 17px;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-faq-accordion {
		padding: 80px 40px;
	}

	.mg-leadgen-faq-accordion__heading {
		font-size: 48px;
	}

	.mg-leadgen-faq-accordion__button {
		padding: 24px 30px;
		font-size: 20px;
	}

	.mg-leadgen-faq-accordion__content {
		padding: 0 30px 24px 30px;
	}

	.mg-leadgen-faq-accordion__answer {
		font-size: 17px;
	}
}

/* ============================================
   LEAD-GEN FINAL CTA WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-final-cta {
	width: 100%;
	background-color: #1F2937;
	padding: 60px 20px;
}

.mg-leadgen-final-cta__container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.mg-leadgen-final-cta__content {
	flex: 1;
}

.mg-leadgen-final-cta__header {
	text-align: center;
	margin-bottom: 30px;
}

.mg-leadgen-final-cta__eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF6B35;
	margin-bottom: 10px;
}

.mg-leadgen-final-cta__heading {
	font-size: 32px;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.mg-leadgen-final-cta__subhead {
	font-size: 18px;
	color: #D1D5DB;
	line-height: 1.6;
	margin: 0;
}

.mg-leadgen-final-cta__bullets {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 30px;
	align-items: center;
}

.mg-leadgen-final-cta__bullet {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	color: #FFFFFF;
}

.mg-leadgen-final-cta__bullet-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #10B981;
	flex-shrink: 0;
}

.mg-leadgen-final-cta__bullet-text {
	flex: 1;
}

.mg-leadgen-final-cta__cta-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.mg-leadgen-final-cta__cta-button {
	display: inline-block;
	padding: 16px 40px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 2px solid transparent;
	text-align: center;
	width: 100%;
	max-width: 300px;
}

.mg-leadgen-final-cta__cta-button--primary {
	background-color: #FF6B35;
	color: #FFFFFF;
	border-color: #FF6B35;
}

.mg-leadgen-final-cta__cta-button--primary:hover {
	background-color: #E55A2B;
	border-color: #E55A2B;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-final-cta__cta-button--secondary {
	background-color: transparent;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.mg-leadgen-final-cta__cta-button--secondary:hover {
	background-color: #FFFFFF;
	color: #1F2937;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.mg-leadgen-final-cta__cta-button--submit {
	background-color: #FF6B35;
	color: #FFFFFF;
	border-color: #FF6B35;
	width: 100%;
}

.mg-leadgen-final-cta__cta-button--submit:hover {
	background-color: #E55A2B;
	border-color: #E55A2B;
}

.mg-leadgen-final-cta__form-wrapper {
	flex: 0 0 100%;
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.mg-leadgen-final-cta__form-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 25px;
	text-align: center;
	justify-content: center;
}

.mg-leadgen-final-cta__form-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #FF6B35;
	flex-shrink: 0;
}

.mg-leadgen-final-cta__form-title {
	font-size: 24px;
	font-weight: 700;
	color: #1F2937;
	margin: 0;
	line-height: 1.2;
}

.mg-leadgen-final-cta__form-fields {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.mg-leadgen-final-cta__form-field input {
	width: 100%;
	padding: 14px 16px;
	font-size: 16px;
	border: 2px solid #E5E7EB;
	border-radius: 6px;
	background-color: #FFFFFF;
	color: #1F2937;
	transition: border-color 0.3s ease;
}

.mg-leadgen-final-cta__form-field input:focus {
	outline: none;
	border-color: #FF6B35;
}

.mg-leadgen-final-cta__form-message {
	margin-top: 15px;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
}

.mg-leadgen-final-cta__form-message--success {
	background-color: #D1FAE5;
	color: #065F46;
	border: 1px solid #10B981;
}

.mg-leadgen-final-cta__form-message--error {
	background-color: #FEE2E2;
	color: #991B1B;
	border: 1px solid #EF4444;
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-final-cta {
		padding: 80px 30px;
	}

	.mg-leadgen-final-cta__heading {
		font-size: 40px;
	}

	.mg-leadgen-final-cta__container {
		flex-direction: row;
		align-items: center;
		gap: 60px;
	}

	.mg-leadgen-final-cta__form-wrapper {
		flex: 0 0 400px;
		max-width: 400px;
	}

	.mg-leadgen-final-cta__bullets {
		align-items: flex-start;
	}

	.mg-leadgen-final-cta__cta-group {
		flex-direction: row;
		justify-content: center;
	}

	.mg-leadgen-final-cta__cta-button {
		width: auto;
		min-width: 200px;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-final-cta {
		padding: 100px 40px;
	}

	.mg-leadgen-final-cta__heading {
		font-size: 48px;
	}

	.mg-leadgen-final-cta__container {
		gap: 80px;
	}

	.mg-leadgen-final-cta__form-wrapper {
		flex: 0 0 450px;
		max-width: 450px;
	}
}

/* ============================================
   LEAD-GEN STICKY MOBILE CTA BAR WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-sticky-mobile-cta-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #1F2937;
	padding: 15px;
	z-index: 9999;
	box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
	transform: translateY(0);
}

/* Hide on desktop by default (unless show_on_desktop is enabled) */
@media (min-width: 1024px) {
	.mg-leadgen-sticky-mobile-cta-bar:not([data-show-desktop="yes"]) {
		display: none !important;
	}
}

.mg-leadgen-sticky-mobile-cta-bar__container {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.mg-leadgen-sticky-mobile-cta-bar__offer {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	flex: 1;
	line-height: 1.4;
	display: none; /* Hide on mobile, show on tablet+ */
}

.mg-leadgen-sticky-mobile-cta-bar__buttons {
	display: flex;
	gap: 10px;
	flex: 1;
	justify-content: flex-end;
}

.mg-leadgen-sticky-mobile-cta-bar__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #FF6B35;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.3s ease;
	cursor: pointer;
	flex: 0 0 auto;
}

.mg-leadgen-sticky-mobile-cta-bar__button:hover {
	background-color: #E55A2B;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-sticky-mobile-cta-bar__button:active {
	transform: translateY(0);
}

.mg-leadgen-sticky-mobile-cta-bar__button--phone {
	background-color: #10B981;
	padding: 12px 16px;
}

.mg-leadgen-sticky-mobile-cta-bar__button--phone:hover {
	background-color: #059669;
}

.mg-leadgen-sticky-mobile-cta-bar__button--phone svg {
	flex-shrink: 0;
}

.mg-leadgen-sticky-mobile-cta-bar__button--phone span {
	display: none; /* Hide phone number text on mobile, show icon only */
}

.mg-leadgen-sticky-mobile-cta-bar__button--schedule {
	background-color: #3B82F6;
}

.mg-leadgen-sticky-mobile-cta-bar__button--schedule:hover {
	background-color: #2563EB;
}

.mg-leadgen-sticky-mobile-cta-bar__button--call {
	background-color: #10B981;
}

.mg-leadgen-sticky-mobile-cta-bar__button--call:hover {
	background-color: #059669;
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-sticky-mobile-cta-bar {
		padding: 15px 20px;
	}

	.mg-leadgen-sticky-mobile-cta-bar__offer {
		display: block;
		font-size: 15px;
	}

	.mg-leadgen-sticky-mobile-cta-bar__button {
		padding: 12px 24px;
		font-size: 16px;
	}

	.mg-leadgen-sticky-mobile-cta-bar__button--phone {
		padding: 12px 20px;
	}

	.mg-leadgen-sticky-mobile-cta-bar__button--phone span {
		display: inline; /* Show phone number text on tablet+ */
	}
}

/* Desktop Styles (1024px and up) - Only if show_on_desktop is enabled */
@media (min-width: 1024px) {
	.mg-leadgen-sticky-mobile-cta-bar[data-show-desktop="yes"] {
		padding: 18px 30px;
	}

	.mg-leadgen-sticky-mobile-cta-bar[data-show-desktop="yes"] .mg-leadgen-sticky-mobile-cta-bar__offer {
		font-size: 16px;
	}

	.mg-leadgen-sticky-mobile-cta-bar[data-show-desktop="yes"] .mg-leadgen-sticky-mobile-cta-bar__button {
		padding: 14px 28px;
		font-size: 16px;
	}
}


/* ============================================
   LEAD-GEN LEAD FORM WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-lead-form {
	width: 100%;
	background-color: #FFFFFF;
	padding: 30px;
	border-radius: 8px;
}

.mg-leadgen-lead-form__form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.mg-leadgen-lead-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.mg-leadgen-lead-form__field {
	position: relative;
}

.mg-leadgen-lead-form__field input[type="text"],
.mg-leadgen-lead-form__field input[type="email"],
.mg-leadgen-lead-form__field input[type="tel"] {
	width: 100%;
	padding: 14px 16px;
	font-size: 16px;
	border: 2px solid #E5E7EB;
	border-radius: 6px;
	background-color: #FFFFFF;
	color: #1F2937;
	transition: border-color 0.3s ease;
	box-sizing: border-box;
}

.mg-leadgen-lead-form__field input:focus {
	outline: none;
	border-color: #FF6B35;
}

.mg-leadgen-lead-form__field input:invalid:not(:placeholder-shown) {
	border-color: #EF4444;
}

.mg-leadgen-lead-form__field--checkbox {
	display: flex;
	align-items: flex-start;
}

.mg-leadgen-lead-form__consent-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.6;
	color: #374151;
}

.mg-leadgen-lead-form__consent-label input[type="checkbox"] {
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin-top: 2px;
	cursor: pointer;
	flex-shrink: 0;
}

.mg-leadgen-lead-form__consent-text {
	flex: 1;
}

.mg-leadgen-lead-form__submit {
	width: 100%;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #FF6B35;
	border: 2px solid #FF6B35;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 10px;
}

.mg-leadgen-lead-form__submit:hover:not(:disabled) {
	background-color: #E55A2B;
	border-color: #E55A2B;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-lead-form__submit:active:not(:disabled) {
	transform: translateY(0);
}

.mg-leadgen-lead-form__submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.mg-leadgen-lead-form__message {
	margin-top: 15px;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}

.mg-leadgen-lead-form__message--success {
	background-color: #D1FAE5;
	color: #065F46;
	border: 1px solid #10B981;
}

.mg-leadgen-lead-form__message--error {
	background-color: #FEE2E2;
	color: #991B1B;
	border: 1px solid #EF4444;
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-lead-form {
		padding: 40px;
	}

	.mg-leadgen-lead-form__form {
		gap: 20px;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-lead-form {
		padding: 50px;
	}
}

/* ============================================
   LEAD-GEN SYMPTOM SELECTOR WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-symptom-selector {
	width: 100%;
	padding: 40px 20px;
}

.mg-leadgen-symptom-selector__header {
	margin-bottom: 30px;
	text-align: center;
}

.mg-leadgen-symptom-selector__eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF6B35;
	margin-bottom: 10px;
}

.mg-leadgen-symptom-selector__heading {
	font-size: 32px;
	font-weight: 700;
	color: #1F2937;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.mg-leadgen-symptom-selector__subhead {
	font-size: 18px;
	color: #6B7280;
	line-height: 1.6;
	margin: 0;
}

.mg-leadgen-symptom-selector__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	max-width: 1200px;
	margin: 0 auto 30px auto;
}

.mg-leadgen-symptom-selector__tile {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 2px solid #E5E7EB;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	min-height: 100px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.mg-leadgen-symptom-selector__tile:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-color: #D1D5DB;
}

.mg-leadgen-symptom-selector__tile--selected {
	background-color: #F0FDF4;
	border-color: #10B981;
	border-width: 2px;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.mg-leadgen-symptom-selector__tile-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #6B7280;
	line-height: 1;
	flex-shrink: 0;
}

.mg-leadgen-symptom-selector__tile--selected .mg-leadgen-symptom-selector__tile-icon {
	color: #10B981;
}

.mg-leadgen-symptom-selector__tile-label {
	font-size: 15px;
	font-weight: 600;
	color: #1F2937;
	line-height: 1.4;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mg-leadgen-symptom-selector__tile--selected .mg-leadgen-symptom-selector__tile-label {
	color: #065F46;
	font-weight: 700;
}

.mg-leadgen-symptom-selector__tile-check {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: #10B981;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 14px;
	line-height: 1;
}

.mg-leadgen-symptom-selector__tile--selected .mg-leadgen-symptom-selector__tile-check {
	display: flex;
}

.mg-leadgen-symptom-selector__cta-wrapper {
	margin-top: 30px;
	text-align: center;
}

.mg-leadgen-symptom-selector__cta {
	display: inline-block;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #FF6B35;
	border: 2px solid #FF6B35;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.mg-leadgen-symptom-selector__cta:hover {
	background-color: #E55A2B;
	border-color: #E55A2B;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.mg-leadgen-symptom-selector__cta:active {
	transform: translateY(0);
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-symptom-selector {
		padding: 60px 30px;
	}

	.mg-leadgen-symptom-selector__heading {
		font-size: 40px;
	}

	.mg-leadgen-symptom-selector__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.mg-leadgen-symptom-selector__tile {
		min-height: 120px;
		padding: 25px;
	}

	.mg-leadgen-symptom-selector__tile-label {
		font-size: 16px;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-symptom-selector {
		padding: 80px 40px;
	}

	.mg-leadgen-symptom-selector__heading {
		font-size: 48px;
	}

	.mg-leadgen-symptom-selector__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.mg-leadgen-symptom-selector__tile {
		min-height: 140px;
		padding: 30px;
	}

	.mg-leadgen-symptom-selector__tile-label {
		font-size: 17px;
	}
}

/* ============================================
   LEAD-GEN HERO WIDGET
   ============================================ */

/* Mobile-First Base Styles */
.mg-leadgen-hero {
	position: relative;
	width: 100%;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 20px;
}

.mg-leadgen-hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.mg-leadgen-hero__container {
	position: relative;
	z-index: 2;
	max-width: 1400px;
	margin: 0 auto;
}

.mg-leadgen-hero__header {
	text-align: center;
	margin-bottom: 30px;
}

.mg-leadgen-hero__eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #666;
}

.mg-leadgen-hero__h1 {
	margin: 0 0 15px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #1F2937;
}

.mg-leadgen-hero__subhead {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #1F2937;
}

.mg-leadgen-hero__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.mg-leadgen-hero__column {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 30px 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mg-leadgen-hero__column--trust {
	order: 2;
}

.mg-leadgen-hero__column--offer {
	order: 1;
}

/* Trust Chips */
.mg-leadgen-hero__trust-chips {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 25px;
}

.mg-leadgen-hero__trust-chip {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mg-leadgen-hero__trust-chip-icon {
	display: flex;
	align-items: center;
	color: #FF6B35;
	font-size: 18px;
	flex-shrink: 0;
}

.mg-leadgen-hero__trust-chip-text {
	font-size: 16px;
	font-weight: 500;
	color: #1F2937;
}

/* Phone CTA */
.mg-leadgen-hero__cta--phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 20px;
	background-color: #FF6B35;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	transition: background-color 0.3s ease, transform 0.2s ease;
	width: 100%;
}

.mg-leadgen-hero__cta--phone:hover {
	background-color: #E55A2B;
	transform: translateY(-2px);
	color: #FFFFFF;
}

.mg-leadgen-hero__cta-icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.mg-leadgen-hero__cta-label {
	font-weight: 600;
}

.mg-leadgen-hero__cta-text {
	font-weight: 700;
}

/* Offer Bullets */
.mg-leadgen-hero__offer-bullets {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 25px;
}

.mg-leadgen-hero__offer-bullet {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.mg-leadgen-hero__offer-bullet-icon {
	display: flex;
	align-items: center;
	color: #FF6B35;
	font-size: 20px;
	flex-shrink: 0;
	margin-top: 2px;
}

.mg-leadgen-hero__offer-bullet-text {
	font-size: 16px;
	line-height: 1.5;
	color: #1F2937;
}

/* Primary CTA */
.mg-leadgen-hero__cta-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	background-color: #10B981;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	transition: background-color 0.3s ease, transform 0.2s ease;
	width: 100%;
	text-align: center;
}

.mg-leadgen-hero__cta-primary:hover {
	background-color: #059669;
	transform: translateY(-2px);
	color: #FFFFFF;
}

/* Mini Form */
.mg-leadgen-hero__form {
	width: 100%;
}

.mg-leadgen-hero__form-title {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 700;
	color: #1F2937;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.mg-leadgen-hero__form-icon {
	display: flex;
	align-items: center;
	color: #FF6B35;
	font-size: 24px;
}

.mg-leadgen-hero__form-fields {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.mg-leadgen-hero__form-row {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.mg-leadgen-hero__form-field {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.mg-leadgen-hero__form-label {
	font-size: 14px;
	font-weight: 600;
	color: #374151;
}

.mg-leadgen-hero__form-input {
	padding: 12px 15px;
	border: 2px solid #E5E7EB;
	border-radius: 5px;
	font-size: 16px;
	transition: border-color 0.3s ease;
	width: 100%;
}

.mg-leadgen-hero__form-input:focus {
	outline: none;
	border-color: #FF6B35;
}

.mg-leadgen-hero__cta--submit {
	padding: 15px 30px;
	background-color: #FF6B35;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
	width: 100%;
	margin-top: 10px;
}

.mg-leadgen-hero__cta--submit:hover {
	background-color: #E55A2B;
	transform: translateY(-2px);
}

.mg-leadgen-hero__cta--submit:active {
	transform: translateY(0);
}

.mg-leadgen-hero__form-message {
	padding: 15px;
	border-radius: 5px;
	margin-top: 15px;
	font-weight: 500;
}

.mg-leadgen-hero__form-message.mg-leadgen-hero__form-message--success {
	background-color: #D1FAE5;
	color: #065F46;
	border: 1px solid #10B981;
}

.mg-leadgen-hero__form-message.mg-leadgen-hero__form-message--error {
	background-color: #FEE2E2;
	color: #991B1B;
	border: 1px solid #EF4444;
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
	.mg-leadgen-hero {
		padding: 60px 40px;
		min-height: 500px;
	}

	.mg-leadgen-hero__h1 {
		font-size: 36px;
	}

	.mg-leadgen-hero__subhead {
		font-size: 20px;
	}

	.mg-leadgen-hero__content {
		flex-direction: row;
		gap: 30px;
	}

	.mg-leadgen-hero__column {
		flex: 1;
		padding: 40px 30px;
	}

	.mg-leadgen-hero__column--trust {
		order: 1;
	}

	.mg-leadgen-hero__column--offer {
		order: 2;
	}

	.mg-leadgen-hero__form-row {
		flex-direction: row;
		gap: 15px;
	}

	.mg-leadgen-hero__form-row .mg-leadgen-hero__form-field {
		flex: 1;
	}
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
	.mg-leadgen-hero {
		padding: 80px 60px;
		min-height: 600px;
	}

	.mg-leadgen-hero__h1 {
		font-size: 48px;
	}

	.mg-leadgen-hero__subhead {
		font-size: 24px;
	}

	.mg-leadgen-hero__content {
		gap: 40px;
	}

	.mg-leadgen-hero__column {
		padding: 50px 40px;
	}

	.mg-leadgen-hero__cta-primary,
	.mg-leadgen-hero__cta--phone {
		width: auto;
		min-width: 200px;
	}
}

/* Image Position Variations */
.mg-leadgen-hero__content--image-left .mg-leadgen-hero__column--trust {
	order: 2;
}

.mg-leadgen-hero__content--image-left .mg-leadgen-hero__column--offer {
	order: 1;
}

.mg-leadgen-hero__content--image-right .mg-leadgen-hero__column--trust {
	order: 1;
}

.mg-leadgen-hero__content--image-right .mg-leadgen-hero__column--offer {
	order: 2;
}
