/**
 * Native Elementor marketing pages:
 * - Homepage
 * - Tutorial
 *
 * Structure, content and core styling remain editable in Elementor. This file
 * contains the shared interaction polish and widget-specific presentation that
 * should not be embedded in individual widgets.
 */

.utm-theme-style-marketing-pages {
	--utmsite-teal: #026868;
	--utmsite-teal-dark: #014f4f;
	--utmsite-orange: #ee6b00;
	--utmsite-navy: #1e293b;
	--utmsite-slate: #475569;
	--utmsite-line: #dbe5ec;
}

.utm-theme-style-marketing-pages .elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.utm-theme-style-marketing-pages .utmsite-accent {
	color: var(--utmsite-teal);
}

.utm-theme-style-marketing-pages .utmsite-hero {
	overflow: hidden;
}

.utm-theme-style-marketing-pages .utmsite-hero-image img,
.utm-theme-style-marketing-pages .utmsite-hero-image img,
.utm-theme-style-marketing-pages .utmsite-step-image img {
	display: block;
	width: 100%;
}

.utm-theme-style-marketing-pages .elementor-widget-button .elementor-button {
	min-height: 50px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.utm-theme-style-marketing-pages .elementor-widget-button .elementor-button:hover,
.utm-theme-style-marketing-pages .elementor-widget-button .elementor-button:focus-visible,
.utm-theme-style-marketing-pages .elementor-widget-button .elementor-button:hover,
.utm-theme-style-marketing-pages .elementor-widget-button .elementor-button:focus-visible {
	transform: translateY(-1px);
}

.utm-theme-style-marketing-pages .utmsite-card,
.utm-theme-style-marketing-pages .utmsite-price-card,
.utm-theme-style-marketing-pages .utmsite-card {
	height: 100%;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.utm-theme-style-marketing-pages .utmsite-card:hover,
.utm-theme-style-marketing-pages .utmsite-price-card:hover,
.utm-theme-style-marketing-pages .utmsite-card:hover {
	border-color: rgba(2, 104, 104, 0.45);
	box-shadow: 0 16px 36px rgba(30, 41, 59, 0.09);
	transform: translateY(-2px);
}

.utm-theme-style-marketing-pages .utmsite-card-label {
	width: fit-content;
}

.utm-theme-style-marketing-pages .utmsite-card-label .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 36px;
	padding: 7px 10px;
	border-radius: 10px;
	background: #e6f3f2;
}

.utm-theme-style-marketing-pages .utmhome.utmsite-stats .utmsite-card {
	border: 0 !important;
	border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.utm-theme-style-marketing-pages .utmhome.utmsite-stats .utmsite-card:last-child {
	border-right: 0 !important;
}

.utm-theme-style-marketing-pages .utmhome.utmsite-stats .utmsite-card-label .elementor-heading-title,
.utm-theme-style-marketing-pages .utmhome.utmsite-stats .utmsite-card-title .elementor-heading-title,
.utm-theme-style-marketing-pages .utmhome.utmsite-stats .utmsite-card-text {
	color: #fff !important;
}

.utm-theme-style-marketing-pages .utmhome.utmsite-stats .utmsite-card-label .elementor-heading-title {
	min-width: 0;
	min-height: 0;
	padding: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.72) !important;
}

.utm-theme-style-marketing-pages .utmsite-step-number {
	width: auto !important;
	flex: 0 0 auto;
}

.utm-theme-style-marketing-pages .utmsite-step-number .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 44px;
	padding: 0 16px;
	border-radius: 999px;
	background: var(--utmsite-orange);
	white-space: nowrap;
}

.utm-theme-style-marketing-pages .utmsite-price-card {
	overflow: hidden;
}

.utm-theme-style-marketing-pages .utmhome.utmsite-pricing .utmsite-section-header {
	position: relative;
	z-index: 2;
}

.utm-theme-style-marketing-pages .utmhome.utmsite-pricing .utmsite-kicker .elementor-heading-title {
	color: var(--utmsite-orange) !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
	opacity: 1;
	visibility: visible;
}

.utm-theme-style-marketing-pages .utmsite-price-table .elementor-price-table__header,
.utm-theme-style-marketing-pages .utmsite-price-table .elementor-price-table__price,
.utm-theme-style-marketing-pages .utmsite-price-table .elementor-price-table__footer {
	background: #fff;
}

.utm-theme-style-marketing-pages .utmsite-price-table .elementor-price-table__button {
	transition: background-color 180ms ease, transform 180ms ease;
}

.utm-theme-style-marketing-pages .utmsite-price-table .elementor-price-table__button:hover,
.utm-theme-style-marketing-pages .utmsite-price-table .elementor-price-table__button:focus-visible {
	transform: translateY(-1px);
}

.utm-theme-style-marketing-pages .utmsite-product-carousel img {
	border: 1px solid rgba(30, 41, 59, 0.12);
	border-radius: 18px;
	box-shadow: 0 20px 48px rgba(30, 41, 59, 0.14);
}

.utm-theme-style-marketing-pages .utmsite-faq-widget .pom-faq-builder__items {
	display: grid;
	gap: 12px;
}

.utm-theme-style-marketing-pages .utmsite-faq-widget .pom-faq-builder__item {
	padding: 0 22px;
	border: 1px solid var(--utmsite-line);
	border-radius: 14px;
	background: #fff;
}

.utm-theme-style-marketing-pages .utmsite-faq-widget .pom-faq-builder__trigger {
	padding: 20px 0 !important;
	transition: color 160ms ease;
}

.utm-theme-style-marketing-pages .utmsite-faq-widget .pom-faq-builder__trigger:hover,
.utm-theme-style-marketing-pages .utmsite-faq-widget .pom-faq-builder__trigger:focus-visible {
	color: var(--utmsite-teal) !important;
}

@media (max-width: 1024px) {
	.utm-theme-style-marketing-pages .utmhome.utmsite-stats .utmsite-card:nth-child(2) {
		border-right: 0 !important;
	}
}

@media (max-width: 767px) {
	.utm-theme-style-marketing-pages .elementor-widget-button,
	.utm-theme-style-marketing-pages .elementor-widget-button .elementor-button-wrapper,
	.utm-theme-style-marketing-pages .elementor-widget-button .elementor-button,
	.utm-theme-style-marketing-pages .elementor-widget-button,
	.utm-theme-style-marketing-pages .elementor-widget-button .elementor-button-wrapper,
	.utm-theme-style-marketing-pages .elementor-widget-button .elementor-button {
		width: 100%;
	}

	.utm-theme-style-marketing-pages .utmhome.utmsite-stats .utmsite-card {
		border-right: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
	}

	.utm-theme-style-marketing-pages .utmhome.utmsite-stats .utmsite-card:last-child {
		border-bottom: 0 !important;
	}

	.utm-theme-style-marketing-pages .utmsite-hero-proof .elementor-icon-list-items {
		display: grid;
		gap: 9px;
	}
}
