/*
Theme Name: ZborCuBalonul
Theme URI: https://awsarhitect.me
Author: AWS Architect
Description: Temă goală pentru ZborCuBalonul.
Version: 1.6.6
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zborcu-balonul
Tags: blank, minimal
*/

html,
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

html {
	scroll-behavior: smooth;
}

/* Ancore landing page — offset sub header */
.elementor-page [id="cum-functioneaza"],
.elementor-page [id="oferte"],
.elementor-page [id="faq"],
.elementor-page [id="contact"] {
	scroll-margin-top: 24px;
}

.elementor-page {
	background-color: #ffffff;
	font-family: "Montserrat", sans-serif;
}

.elementor-page .elementor-widget-heading .elementor-heading-title,
.elementor-page .elementor-widget-text-editor,
.elementor-page .elementor-widget-text-editor p,
.elementor-page .elementor-button {
	font-family: "Montserrat", sans-serif !important;
}

/* Logo header — dimensiune fixă */
.elementor-page .zcb-header-inner .elementor-widget-image img {
	display: block;
	width: 34px !important;
	height: auto !important;
	max-width: 34px !important;
}

/* Header — fallback dacă lipsește CSS flex din Elementor */
/* Header — mockup: fundal gri deschis + linie jos */
.elementor-page .zcb-header-outer {
	background-color: #f3f3f3 !important;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.elementor-page .zcb-header-outer > .e-con-inner {
	width: 100%;
}

.elementor-page .zcb-header-inner.e-con-boxed,
.elementor .zcb-header-inner.e-con-boxed {
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.elementor-page .zcb-header-inner > .e-con-inner,
.elementor .zcb-header-inner > .e-con-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 32px !important;
	padding-right: 32px !important;
	box-sizing: border-box;
}

.elementor-page .zcb-header-inner > .e-con-inner {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 20px;
	width: 100%;
}

.elementor-page .zcb-header-inner > .e-con-inner > .e-con:first-child,
.elementor .zcb-header-inner > .e-con-inner > .e-con:first-child,
.elementor-page .zcb-header-brand,
.elementor .zcb-header-brand {
	grid-column: 1;
	justify-self: start;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
	width: auto !important;
	max-width: none !important;
	flex-shrink: 0 !important;
}

.elementor-page .zcb-header-inner > .e-con-inner > .e-con:first-child > .elementor-widget,
.elementor .zcb-header-inner > .e-con-inner > .e-con:first-child > .elementor-widget,
.elementor-page .zcb-header-brand > .elementor-widget,
.elementor .zcb-header-brand > .elementor-widget {
	width: auto !important;
	max-width: none !important;
	flex: 0 0 auto !important;
}

.elementor-page .zcb-header-inner > .e-con-inner > .e-con:first-child .elementor-widget-image,
.elementor .zcb-header-inner > .e-con-inner > .e-con:first-child .elementor-widget-image,
.elementor-page .zcb-header-brand .elementor-widget-image,
.elementor .zcb-header-brand .elementor-widget-image {
	flex: 0 0 auto !important;
}

.elementor-page .zcb-header-inner > .e-con-inner > .e-con:first-child .elementor-widget-heading,
.elementor .zcb-header-inner > .e-con-inner > .e-con:first-child .elementor-widget-heading,
.elementor-page .zcb-header-brand .elementor-widget-heading,
.elementor .zcb-header-brand .elementor-widget-heading {
	flex: 0 0 auto !important;
}

.elementor-element.zcb-header-brand.e-con.e-flex,
.elementor .elementor-element.zcb-header-brand.e-con.e-flex {
	flex-direction: row !important;
	--flex-direction: row !important;
	flex-wrap: nowrap !important;
	--flex-wrap: nowrap !important;
}

a.elementor-element.zcb-header-brand,
a.zcb-header-brand.e-con {
	text-decoration: none !important;
	color: inherit !important;
	cursor: pointer;
}

a.elementor-element.zcb-header-brand:hover,
a.elementor-element.zcb-header-brand:focus,
a.zcb-header-brand.e-con:hover,
a.zcb-header-brand.e-con:focus {
	text-decoration: none !important;
	color: inherit !important;
}

a.elementor-element.zcb-header-brand .elementor-heading-title,
a.zcb-header-brand .elementor-heading-title {
	color: #111111 !important;
}

.elementor-page .zcb-header-nav-wrap {
	grid-column: 2;
	justify-self: center;
	align-self: center;
	flex: 1 1 auto;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
}

.elementor-page .zcb-header-cta {
	grid-column: 3;
	justify-self: end;
}

.elementor-page .zcb-header-inner > .e-con-inner > .zcb-header-actions {
	grid-column: 3;
	justify-self: end;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.elementor-page .zcb-header-actions .zcb-header-cta {
	grid-column: auto;
	justify-self: auto;
	width: auto !important;
	max-width: none !important;
}

.elementor-page .zcb-header-nav-wrap > .e-con-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.elementor-page .zcb-header-nav-wrap .elementor-widget-shortcode,
.elementor-page .zcb-header-nav-wrap .elementor-shortcode {
	width: 100%;
	text-align: center;
}

.elementor-page .zcb-header-nav__list,
.elementor-page .zcb-header-nav ul.menu,
.zcb-theme-chrome .zcb-header-nav__list,
.zcb-theme-chrome .zcb-header-nav ul.menu {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
		gap: 0 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.elementor-page .zcb-header-nav__list a,
.elementor-page .zcb-header-nav ul.menu a,
.zcb-theme-chrome .zcb-header-nav__list a,
.zcb-theme-chrome .zcb-header-nav ul.menu a {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
}

.elementor-page .zcb-header-nav__list a:hover,
.elementor-page .zcb-header-nav ul.menu a:hover,
.elementor-page .zcb-header-nav__list .current-menu-item > a,
.zcb-theme-chrome .zcb-header-nav__list a:hover,
.zcb-theme-chrome .zcb-header-nav ul.menu a:hover,
.zcb-theme-chrome .zcb-header-nav__list .current-menu-item > a {
	color: #c86b3b;
}

.elementor-page .zcb-header-inner .elementor-heading-title {
	margin: 0;
	padding: 0;
}

@media (max-width: 1100px) {
	.elementor-page .zcb-header-nav__list,
	.elementor-page .zcb-header-nav ul.menu,
	.zcb-theme-chrome .zcb-header-nav__list,
	.zcb-theme-chrome .zcb-header-nav ul.menu {
		gap: 0 12px;
	}

	.elementor-page .zcb-header-nav__list a,
	.elementor-page .zcb-header-nav ul.menu a,
	.zcb-theme-chrome .zcb-header-nav__list a,
	.zcb-theme-chrome .zcb-header-nav ul.menu a {
		font-size: 12px;
	}
}

/* Mobil header + hamburger: vezi elementor-sync.css (sursă principală). */

.zcb-theme-chrome.zcb-header-outer .zcb-header-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}

.zcb-theme-chrome .zcb-header-brand-link {
	grid-column: 1;
}

.zcb-theme-chrome .zcb-header-nav-wrap {
	grid-column: 2;
	justify-self: center;
	width: 100%;
	min-width: 0;
}

.zcb-theme-chrome .zcb-header-cta-link {
	grid-column: 3;
	justify-self: end;
}

.zcb-theme-chrome .zcb-header-brand-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #111111;
}

.zcb-theme-chrome .zcb-header-brand-title {
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.1;
}

.zcb-theme-chrome .zcb-header-cta-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-color: #c86b3b;
	color: #ffffff;
	border-radius: 999px;
	padding: 14px 36px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.zcb-theme-chrome .zcb-header-cta-link:hover {
	background-color: #b35f34;
	color: #ffffff;
}

/* Buton header — identic mockup */
.elementor-page .zcb-header-cta {
	flex-shrink: 0;
	width: auto !important;
	max-width: none !important;
}

.elementor-page .zcb-header-cta .elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	white-space: nowrap !important;
	flex-shrink: 0 !important;
	background-color: #c86b3b !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	padding: 14px 36px !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	min-width: max-content;
}

.elementor-page .zcb-header-cta .elementor-button:hover,
.elementor-page .zcb-header-cta .elementor-button:focus {
	background-color: #b35f34 !important;
	color: #ffffff !important;
}

.elementor-page .zcb-header-cta .elementor-button-content-wrapper {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: row !important;
	gap: 0 !important;
}

.elementor-page .zcb-header-cta .elementor-button-text {
	white-space: nowrap !important;
	display: inline-block !important;
	line-height: 1 !important;
}

.elementor-page .zcb-header-inner > .e-con-inner > .elementor-widget-button {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
}

/* Buton schimbare limbă (Polylang) */
.zcb-theme-chrome .zcb-header-actions {
	grid-column: 3;
	justify-self: end;
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.zcb-lang-switcher-mount {
	display: inline-flex;
	align-items: center;
}

.zcb-lang-switcher-mount--footer {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 4px 0 14px;
}

/* În footer dropdownul se deschide în sus (spațiu limitat dedesubt) */
.zcb-lang-switcher-mount--footer .zcb-lang-switcher__list {
	top: auto;
	bottom: calc(100% + 6px);
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.zcb-lang-switcher {
	position: relative;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
}

.zcb-lang-switcher__toggle {
	list-style: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 11px 16px;
	border: 1px solid #d8dee3;
	border-radius: 999px;
	background-color: #ffffff;
	color: #111111;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	user-select: none;
}

.zcb-lang-switcher__toggle::-webkit-details-marker,
.zcb-lang-switcher__toggle::marker {
	display: none;
	content: "";
}

.zcb-lang-switcher__toggle:hover {
	border-color: #c86b3b;
	color: #c86b3b;
}

.zcb-lang-switcher__caret {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	transition: transform 0.2s ease;
}

.zcb-lang-switcher[open] .zcb-lang-switcher__caret {
	transform: rotate(180deg);
}

.zcb-lang-switcher__list {
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	min-width: 100%;
	margin: 0;
	padding: 6px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #d8dee3;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	z-index: 1000;
}

.zcb-lang-switcher__item {
	margin: 0;
}

.zcb-lang-switcher__item a {
	display: block;
	padding: 9px 16px;
	border-radius: 8px;
	text-decoration: none;
	color: #111111;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.zcb-lang-switcher__item a:hover {
	background-color: #f1f4f6;
}

.zcb-lang-switcher__item.is-current a {
	color: #c86b3b;
}

@media (max-width: 768px) {
	.zcb-lang-switcher__toggle {
		padding: 9px 13px;
	}
}

/* Hero — fundal full-width (peisaj), conținut stânga */
.elementor-page .elementor-element.zcb-hero.e-con,
.elementor-page .elementor-element.zcb-hero.e-con.e-parent:not(.e-lazyloaded),
.elementor .elementor-element.zcb-hero.e-con,
.elementor .elementor-element.zcb-hero.e-con.e-parent:not(.e-lazyloaded) {
	position: relative;
	overflow: hidden;
	/* Înălțime mai mare + crop mai blând — se văd balonul și peisajul de jos */
	min-height: clamp(560px, 78vh, 820px) !important;
	background-color: #dce8ef !important;
	background-image: url("/wp-content/themes/zborcu-balonul/assets/hero-bg.jpg") !important;
	background-image: image-set(
		url("/wp-content/themes/zborcu-balonul/assets/hero-bg.webp") type("image/webp"),
		url("/wp-content/themes/zborcu-balonul/assets/hero-bg.jpg") type("image/jpeg")
	) !important;
	/* cover = umple toată lățimea (și înălțimea); hero înalt = mai puțin crop pe verticală */
	background-size: cover !important;
	background-position: 72% 85% !important;
	background-repeat: no-repeat !important;
}

.elementor-page .zcb-hero > .e-con-inner {
	background: transparent !important;
}

.elementor-page .zcb-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	/* Overlay mai ușor — text lizibil, poza rămâne vizibilă */
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.42) 0%,
		rgba(0, 0, 0, 0.22) 42%,
		rgba(0, 0, 0, 0.08) 68%,
		transparent 100%
	);
}

.elementor-page .zcb-hero > .zcb-hero-inner {
	position: relative;
	z-index: 2;
	min-height: 0;
}

.elementor-page .zcb-hero-inner > .e-con-inner {
	position: relative;
	z-index: 2;
	min-height: 480px;
	align-items: center;
}

.elementor-page .zcb-hero-inner > .e-con-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.elementor-page .zcb-hero-media {
	display: none !important;
}

.elementor-page .zcb-hero-content,
.elementor .zcb-hero-content {
	width: min(100%, 520px) !important;
	max-width: 520px !important;
	flex: 0 1 auto !important;
	align-self: flex-start !important;
	--width: min(100%, 520px) !important;
}

.elementor-page .zcb-hero-content .elementor-heading-title,
.elementor-page .zcb-hero-content h1.elementor-heading-title {
	max-width: 500px;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45) !important;
}

.elementor-page .zcb-hero-content .elementor-widget-text-editor,
.elementor-page .zcb-hero-content .elementor-widget-text-editor p,
.elementor-page .zcb-hero-content .elementor-widget-text-editor * {
	margin: 0;
	max-width: 420px;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4) !important;
}

.elementor-page .zcb-hero-buttons,
.elementor .zcb-hero-buttons {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	align-self: flex-start !important;
	width: auto !important;
	max-width: 100% !important;
	gap: 14px !important;
	margin-top: 4px;
	--width: auto !important;
}

.elementor-page .zcb-hero-buttons > .e-con-inner,
.elementor .zcb-hero-buttons > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	width: auto;
	max-width: 100%;
}

.elementor-page .zcb-hero-buttons .elementor-widget-button,
.elementor .zcb-hero-buttons .elementor-widget-button {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	align-self: stretch !important;
}

.elementor-page .zcb-hero-buttons .elementor-widget-button .elementor-widget-container,
.elementor .zcb-hero-buttons .elementor-widget-button .elementor-widget-container {
	width: 100%;
}

.elementor-page .zcb-hero-btn .elementor-button,
.elementor .zcb-hero-btn .elementor-button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0;
	max-width: 100% !important;
	min-height: 0;
	padding: 17px 36px !important;
	border-radius: 999px !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 13px !important;
	line-height: 1.1 !important;
	white-space: nowrap;
	background-image: none !important;
	box-sizing: border-box;
}

.elementor-page .zcb-hero-btn--primary .elementor-button {
	background-color: #f07830 !important;
	color: #fff !important;
	border: none !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	box-shadow: 0 10px 24px rgba(240, 120, 48, 0.28) !important;
}

.elementor-page .zcb-hero-btn--primary .elementor-button:hover,
.elementor-page .zcb-hero-btn--primary .elementor-button:focus {
	background-color: #e06a24 !important;
	color: #fff !important;
	background-image: none !important;
}

.elementor-page .zcb-hero-btn--secondary .elementor-button {
	background-color: #fff !important;
	color: #1a1a1a !important;
	border: 1px solid #e8e8e8 !important;
	font-weight: 600 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07) !important;
}

.elementor-page .zcb-hero-btn--secondary .elementor-button:hover,
.elementor-page .zcb-hero-btn--secondary .elementor-button:focus {
	background-color: #fafafa !important;
	color: #1a1a1a !important;
	background-image: none !important;
}

.elementor-page .zcb-hero-btn--secondary .elementor-button-content-wrapper {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: row !important;
	gap: 10px !important;
}

.elementor-page .zcb-hero-btn--secondary .elementor-button-icon {
	font-size: 17px;
	color: #25d366 !important;
	line-height: 1;
}

.elementor-page .zcb-hero-btn--secondary .elementor-button-text {
	font-size: 13px !important;
}

@media (max-width: 1024px) {
	.elementor-page .elementor-element.zcb-hero.e-con,
	.elementor-page .elementor-element.zcb-hero.e-con.e-parent:not(.e-lazyloaded),
	.elementor .elementor-element.zcb-hero.e-con,
	.elementor .elementor-element.zcb-hero.e-con.e-parent:not(.e-lazyloaded) {
		min-height: clamp(520px, 70vh, 720px) !important;
		background-size: cover !important;
		background-position: 70% 75% !important;
	}

	.elementor-page .zcb-hero > .e-con-inner {
		min-height: 560px;
	}

	.elementor-page .zcb-hero-inner > .e-con-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.elementor-page .zcb-hero-content {
		width: 100% !important;
		max-width: 100% !important;
	}

	.elementor-page .zcb-hero-media {
		width: 100% !important;
	}

	.elementor-page .zcb-hero-balloon-img img {
		max-height: 320px;
		margin: 0 auto;
	}

	.elementor-page .zcb-hero-buttons .elementor-widget-button,
	.elementor-page .zcb-hero-btn .elementor-button {
		width: 100% !important;
		max-width: none !important;
	}
}

/* Trust bar — fundal full-width, conținut boxed centrat sub hero */
.elementor-page .zcb-trust-bar.elementor-element,
.elementor .zcb-trust-bar.elementor-element {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	background-color: #f3f4f6 !important;
	border-top: 1px solid #e8eaed;
	overflow: hidden;
}

.elementor-page .zcb-trust-bar-inner.e-flex,
.elementor .zcb-trust-bar-inner.e-flex,
.elementor-page .zcb-trust-bar-inner > .e-con-inner,
.elementor .zcb-trust-bar-inner > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	max-width: 1140px !important;
	margin: 0 auto !important;
	padding: 20px clamp(16px, 4vw, 24px) !important;
	box-sizing: border-box !important;
	gap: 24px;
	--flex-wrap-mobile: nowrap;
}

.elementor-page .zcb-trust-bar-inner.e-flex > .elementor-widget-icon-box,
.elementor .zcb-trust-bar-inner.e-flex > .elementor-widget-icon-box,
.elementor-page .zcb-trust-bar-inner > .e-con-inner > .elementor-widget-icon-box,
.elementor .zcb-trust-bar-inner > .e-con-inner > .elementor-widget-icon-box {
	flex: 0 1 auto !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	min-width: 0;
}

.elementor-page .zcb-trust-icon-box .elementor-icon-box-wrapper {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	text-align: left;
	gap: 14px;
}

.elementor-page .zcb-trust-icon-box .elementor-icon-box-icon {
	flex-shrink: 0;
	margin: 0 !important;
}

.elementor-page .zcb-trust-icon-box .elementor-icon-box-icon svg {
	width: 32px;
	height: 32px;
	display: block;
	color: #5c6b7a;
}

.elementor-page .zcb-trust-icon-box .elementor-icon-box-icon svg path,
.elementor-page .zcb-trust-icon-box .elementor-icon-box-icon svg rect {
	stroke: #5c6b7a;
}

.elementor-page .zcb-trust-icon-box .elementor-icon-box-content {
	text-align: left;
}

.elementor-page .zcb-trust-icon-box .elementor-icon-box-title,
.elementor-page .zcb-trust-icon-box .elementor-icon-box-description {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	color: #1e2d3b !important;
}

@media (min-width: 768px) {
	.elementor-page .zcb-trust-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper {
		flex-direction: row !important;
	}

	.elementor-page .zcb-trust-icon-box.elementor-mobile-position-block-start .elementor-icon-box-icon {
		margin: 0 14px 0 0 !important;
	}
}

/* Trust bar mobil: vezi elementor-sync.css */

/* How It Works — fundal alb */
.elementor-page .zcb-how-it-works {
	background-color: #ffffff !important;
}

.elementor-page .zcb-how-it-works-inner > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.elementor-page .zcb-how-it-works-grid.e-flex,
.elementor .zcb-how-it-works-grid.e-flex,
.elementor-page .zcb-how-it-works-grid > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	width: 100%;
	max-width: 100%;
	gap: 24px;
}

.elementor-page .zcb-how-step-col,
.elementor .zcb-how-step-col {
	flex: 1 1 0 !important;
	min-width: 0;
	width: auto !important;
	max-width: none !important;
	position: relative;
}

/* Conector între pași (1 → 2 → 3) — săgeată orizontală pe desktop */
.elementor-page .zcb-how-step-col:not(:last-child)::after,
.elementor .zcb-how-step-col:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 100px;
	right: -12px;
	width: 16px;
	height: 16px;
	border-top: 3px solid #9eb5c8;
	border-right: 3px solid #9eb5c8;
	transform: translateX(50%) translateY(-50%) rotate(45deg);
	pointer-events: none;
	z-index: 2;
}

.elementor-page .zcb-how-step {
	position: relative;
	text-align: center;
}

.elementor-page .zcb-how-step > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 28px;
}

.elementor-page .zcb-how-step-num {
	position: absolute;
	top: 0;
	left: 24px;
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	color: #7ec8e3;
	letter-spacing: -0.02em;
}

.elementor-page .zcb-how-step-icon img {
	display: block;
	width: 88px;
	height: auto;
	margin: 0 auto;
}

.elementor-page .zcb-how-step .elementor-heading-title {
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 900px) {
	.elementor-page .zcb-how-it-works-grid.e-flex,
	.elementor .zcb-how-it-works-grid.e-flex,
	.elementor-page .zcb-how-it-works-grid > .e-con-inner {
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 48px;
	}

	.elementor-page .zcb-how-step-col,
	.elementor .zcb-how-step-col {
		flex: 0 0 auto !important;
		width: min(100%, 280px) !important;
		max-width: 280px;
		margin-left: auto !important;
		margin-right: auto !important;
		align-self: center !important;
	}

	.elementor-page .zcb-how-step-col > .e-con-inner,
	.elementor .zcb-how-step-col > .e-con-inner {
		justify-content: center;
		align-items: center;
	}

	.elementor-page .zcb-how-step-card,
	.elementor .zcb-how-step-card {
		margin-left: auto;
		margin-right: auto;
	}

	/* Conector între pași pe mobil — săgeată în jos, în spațiul dintre carduri */
	.elementor-page .zcb-how-step-col:not(:last-child)::after,
	.elementor .zcb-how-step-col:not(:last-child)::after {
		top: auto;
		right: auto;
		bottom: -24px;
		left: 50%;
		transform: translate(-50%, 50%) rotate(135deg);
	}
}
.elementor-page .zcb-how-it-works-inner > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.elementor-page .zcb-how-title {
	width: 100%;
	text-align: center;
}

.elementor-page .zcb-how-title .elementor-heading-title,
.elementor-page .zcb-how-it-works-inner > .e-con-inner > .elementor-widget-heading .elementor-heading-title {
	margin: 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: #111111 !important;
}

/* Subtitlu sub titlul „CUM FUNCȚIONEAZĂ" */
.elementor-page .zcb-how-title::after,
.elementor .zcb-how-title::after {
	content: "Trei pași simpli până la cadoul perfect.";
	display: block;
	max-width: 520px;
	margin: 16px auto 0;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #5c6b7a;
}

.elementor-page .zcb-how-step-col > .e-con-inner {
	display: flex;
	justify-content: center;
	width: 100%;
}

.elementor-page .zcb-how-step-col .elementor-widget-html {
	width: auto;
}

.elementor-page .zcb-how-step-card,
.elementor .zcb-how-step-card {
	position: relative;
	width: 100%;
	max-width: 300px;
	padding: 0;
	box-sizing: border-box;
}

.elementor-page .zcb-how-step-card > .e-con-inner,
.elementor .zcb-how-step-card > .e-con-inner {
	display: grid !important;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	justify-content: center;
	align-items: center;
	row-gap: 0;
	width: 100%;
}

.elementor-page .zcb-how-step-card .zcb-how-step-label-widget,
.elementor .zcb-how-step-card .zcb-how-step-label-widget {
	grid-row: 2;
	grid-column: 1;
	justify-self: center;
	align-self: center;
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
}

.elementor-page .zcb-how-step-card .zcb-how-step-label-widget .elementor-heading-title,
.elementor .zcb-how-step-card .zcb-how-step-label-widget .elementor-heading-title {
	display: inline;
	margin: 0;
	color: #111111 !important;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.elementor-page .zcb-how-step-num-inline,
.elementor .zcb-how-step-num-inline {
	color: #9eb5c8;
}

/* Descriere scurtă sub fiecare pas */
.elementor-page .zcb-how-step-label-widget::after,
.elementor .zcb-how-step-label-widget::after {
	display: block;
	max-width: 260px;
	margin: 8px auto 0;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
	text-transform: none;
	color: #5c6b7a;
}
.elementor-page .zcb-how-step-col:nth-child(1) .zcb-how-step-label-widget::after,
.elementor .zcb-how-step-col:nth-child(1) .zcb-how-step-label-widget::after {
	content: "Alegi tipul de zbor și locația dorită.";
}
.elementor-page .zcb-how-step-col:nth-child(2) .zcb-how-step-label-widget::after,
.elementor .zcb-how-step-col:nth-child(2) .zcb-how-step-label-widget::after {
	content: "Adaugi un mesaj personal pentru cel drag.";
}
.elementor-page .zcb-how-step-col:nth-child(3) .zcb-how-step-label-widget::after,
.elementor .zcb-how-step-col:nth-child(3) .zcb-how-step-label-widget::after {
	content: "Plătești online și primești voucherul PDF instant.";
}

.elementor-page .zcb-how-step-card .elementor-widget-image,
.elementor .zcb-how-step-card .elementor-widget-image,
.elementor-page .zcb-how-step-card .elementor-widget-icon,
.elementor .zcb-how-step-card .elementor-widget-icon {
	grid-row: 1;
	grid-column: 1;
	width: 100%;
	height: 200px;
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
}

.elementor-page .zcb-how-step-card .elementor-widget-image .elementor-widget-container,
.elementor .zcb-how-step-card .elementor-widget-image .elementor-widget-container,
.elementor-page .zcb-how-step-card .elementor-widget-image a,
.elementor .zcb-how-step-card .elementor-widget-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.elementor-page .zcb-how-step-card .zcb-how-step-num,
.elementor .zcb-how-step-card .zcb-how-step-num {
	display: none !important;
}

/* Final CTA / Footer */
.elementor-page .zcb-footer-cta,
.elementor .zcb-footer-cta {
	background-color: #f3f4f6 !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
}

.elementor-page .zcb-footer-cta-inner.e-con-boxed,
.elementor .zcb-footer-cta-inner.e-con-boxed {
	width: min(100%, 960px) !important;
	max-width: 960px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	box-sizing: border-box !important;
	align-self: center !important;
	flex: 0 1 auto !important;
}

/* Placeholder din mockup — nu se afișează pe site */
.elementor-page .zcb-footer-title {
	display: none !important;
}

.elementor-page .zcb-footer-cta-inner > .e-con-inner,
.elementor .zcb-footer-cta-inner > .e-con-inner {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}

.elementor-page .zcb-footer-cta {
	padding-top: 40px !important;
	padding-bottom: 36px !important;
}

.elementor-page .zcb-footer-row.e-flex,
.elementor .zcb-footer-row.e-flex,
.elementor-page .zcb-footer-row > .e-con-inner,
.elementor .zcb-footer-row > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	gap: 20px;
	box-sizing: border-box;
}

.elementor-page .zcb-footer-bottom.e-flex,
.elementor .zcb-footer-bottom.e-flex,
.elementor-page .zcb-footer-bottom > .e-con-inner,
.elementor .zcb-footer-bottom > .e-con-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	gap: 18px;
	box-sizing: border-box;
}

.elementor-page .zcb-footer-col--left > .e-con-inner {
	align-items: flex-start;
}

.elementor-page .zcb-footer-col--center > .e-con-inner {
	align-items: center;
	text-align: center;
}

.elementor-page .zcb-footer-col--right > .e-con-inner {
	align-items: flex-end;
}

.elementor-page .zcb-footer-side-title .elementor-heading-title {
	margin: 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #111111 !important;
}

.elementor-page .zcb-footer-phone p {
	margin: 0;
}

.elementor-page .zcb-footer-phone a {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
}

.elementor-page .zcb-footer-phone a:hover {
	text-decoration: underline;
}

.elementor-page .zcb-footer-cta-btn {
	width: 100%;
	max-width: 520px;
}

.elementor-page .zcb-footer-cta-btn .elementor-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	width: auto;
	max-width: 100%;
	border: none !important;
	border-radius: 999px !important;
	background: linear-gradient(90deg, #f07830 0%, #c86b3b 100%) !important;
	color: #ffffff !important;
	box-shadow: 0 6px 20px rgba(200, 107, 59, 0.28);
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	padding: 18px 44px !important;
}

.elementor-page .zcb-footer-cta-btn .elementor-button:hover,
.elementor-page .zcb-footer-cta-btn .elementor-button:focus {
	background: linear-gradient(90deg, #e06a24 0%, #b35f34 100%) !important;
	color: #ffffff !important;
}

.elementor-page .zcb-footer-social .elementor-widget-container {
	text-align: center;
}

.elementor-page .zcb-footer-social .elementor-social-icon {
	width: 40px;
	height: 40px;
	font-size: 18px;
}

.elementor-page .zcb-footer-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.elementor-page .zcb-footer-links a {
	color: #333333;
	text-decoration: none;
}

.elementor-page .zcb-footer-links a:hover {
	text-decoration: underline;
}

.elementor-page .zcb-footer-nav__list,
.elementor-page .zcb-footer-nav ul.menu,
.zcb-theme-chrome .zcb-footer-nav__list,
.zcb-theme-chrome .zcb-footer-nav ul.menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.elementor-page .zcb-footer-nav__list a,
.elementor-page .zcb-footer-nav ul.menu a,
.zcb-theme-chrome .zcb-footer-nav__list a,
.zcb-theme-chrome .zcb-footer-nav ul.menu a {
	color: #333333;
	text-decoration: none;
}

.elementor-page .zcb-footer-nav__list a:hover,
.elementor-page .zcb-footer-nav ul.menu a:hover,
.zcb-theme-chrome .zcb-footer-nav__list a:hover,
.zcb-theme-chrome .zcb-footer-nav ul.menu a:hover {
	text-decoration: underline;
}

.elementor-page .zcb-footer-copyright p {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: center;
}

.elementor-page .zcb-footer-payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.elementor-page .zcb-footer-pay-icon {
	display: block;
	width: auto;
	height: 28px;
	max-width: 64px;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.elementor-page .zcb-footer-cta {
		padding-top: 32px !important;
		padding-bottom: 28px !important;
	}

	.elementor-page .zcb-footer-cta-inner.e-con-boxed,
	.elementor .zcb-footer-cta-inner.e-con-boxed {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.elementor-page .zcb-footer-row.e-flex,
	.elementor .zcb-footer-row.e-flex,
	.elementor-page .zcb-footer-row > .e-con-inner,
	.elementor .zcb-footer-row > .e-con-inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		gap: 28px !important;
		--flex-direction: column !important;
		--flex-wrap: nowrap !important;
	}

	.elementor-page .zcb-footer-col--left,
	.elementor-page .zcb-footer-col--center,
	.elementor-page .zcb-footer-col--right {
		width: 100% !important;
		max-width: 360px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
	}

	.elementor-page .zcb-footer-col--left > .e-con-inner,
	.elementor-page .zcb-footer-col--center > .e-con-inner,
	.elementor-page .zcb-footer-col--right > .e-con-inner {
		align-items: center !important;
		text-align: center !important;
	}

	.elementor-page .zcb-footer-side-title .elementor-heading-title {
		text-align: center !important;
	}

	.elementor-page .zcb-footer-phone {
		width: 100%;
		text-align: center;
	}

	.elementor-page .zcb-footer-cta-btn {
		width: 100% !important;
		max-width: 320px !important;
		margin: 0 auto;
	}

	.elementor-page .zcb-footer-cta-btn .elementor-button {
		display: flex !important;
		width: 100% !important;
		white-space: normal !important;
		text-align: center !important;
		line-height: 1.35 !important;
		padding: 14px 22px !important;
		font-size: 13px !important;
		border-radius: 999px !important;
	}

	.elementor-page .zcb-footer-payments {
		justify-content: center !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		gap: 10px !important;
		width: 100%;
	}

	.elementor-page .zcb-footer-bottom.e-flex,
	.elementor .zcb-footer-bottom.e-flex,
	.elementor-page .zcb-footer-bottom > .e-con-inner {
		gap: 22px !important;
		padding-top: 8px;
		border-top: 1px solid #e0e0e0;
		margin-top: 4px;
	}

	.elementor-page .zcb-footer-nav__list,
	.elementor-page .zcb-footer-nav ul.menu,
	.zcb-theme-chrome .zcb-footer-nav__list,
	.zcb-theme-chrome .zcb-footer-nav ul.menu {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		gap: 10px 0 !important;
		width: 100%;
	}

	.elementor-page .zcb-footer-nav__list > li,
	.elementor-page .zcb-footer-nav ul.menu > li,
	.zcb-theme-chrome .zcb-footer-nav__list > li,
	.zcb-theme-chrome .zcb-footer-nav ul.menu > li {
		width: 100%;
		max-width: 280px;
		text-align: center;
	}

	.elementor-page .zcb-footer-nav__list a,
	.elementor-page .zcb-footer-nav ul.menu a,
	.zcb-theme-chrome .zcb-footer-nav__list a,
	.zcb-theme-chrome .zcb-footer-nav ul.menu a {
		display: block;
		width: 100%;
		padding: 6px 12px;
		font-size: 13px;
	}
}

/* FAQ — mockup (3 rânduri + toggle pill) */
.elementor-page .zcb-faq {
	width: 100%;
	background-color: #f3f4f6 !important;
}

.elementor-page .zcb-faq-inner > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.elementor-page .zcb-faq-title {
	width: 100%;
	text-align: center;
}

.elementor-page .zcb-faq-title .elementor-heading-title {
	margin: 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: #111111 !important;
}

.elementor-page .zcb-faq-list-wrap {
	width: 100%;
}

.elementor-page .zcb-faq-list-wrap .elementor-widget-container {
	width: 100%;
}

.elementor-page .zcb-faq-list {
	width: 100%;
}

.elementor-page .zcb-faq-item {
	border-bottom: 1px solid #e2e2e2;
}

.elementor-page .zcb-faq-item:first-child {
	border-top: 1px solid #e2e2e2;
}

.elementor-page .zcb-faq-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 0;
	padding: 17px 0;
	border: none;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: inherit;
}

.elementor-page .zcb-faq-trigger:focus-visible {
	outline: 2px solid #7ec8e3;
	outline-offset: 2px;
}

.elementor-page .zcb-faq-question {
	flex: 1;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #111111;
}

.elementor-page .zcb-faq-switch {
	position: relative;
	flex-shrink: 0;
	width: 54px;
	height: 28px;
	border-radius: 14px;
	background: #d4d4d4;
	transition: background 0.2s ease;
}

.elementor-page .zcb-faq-switch::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	transition: transform 0.2s ease;
}

.elementor-page .zcb-faq-item.is-switch-on .zcb-faq-switch,
.elementor-page .zcb-faq-item.is-open .zcb-faq-switch {
	background: #7ec8e3;
}

.elementor-page .zcb-faq-item.is-switch-on .zcb-faq-switch::after,
.elementor-page .zcb-faq-item.is-open .zcb-faq-switch::after {
	transform: translateX(26px);
}

.elementor-page .zcb-faq-panel {
	padding: 0 0 18px;
}

.elementor-page .zcb-faq-panel[hidden] {
	display: none !important;
}

.elementor-page .zcb-faq-panel p {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	color: #444444;
}

@media (max-width: 767px) {
	.elementor-page .zcb-faq-trigger {
		padding: 15px 0;
		gap: 14px;
	}

	.elementor-page .zcb-faq-question {
		font-size: 15px;
	}

	.elementor-page .zcb-faq-switch {
		width: 48px;
		height: 26px;
		border-radius: 13px;
	}

	.elementor-page .zcb-faq-switch::after {
		top: 3px;
		left: 3px;
		width: 20px;
		height: 20px;
	}

	.elementor-page .zcb-faq-item.is-switch-on .zcb-faq-switch::after,
	.elementor-page .zcb-faq-item.is-open .zcb-faq-switch::after {
		transform: translateX(22px);
	}
}

/* Packages — secțiunea 5 */
.elementor-page .zcb-packages-inner > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.elementor-page .zcb-packages-title {
	width: 100%;
	text-align: center;
}

.elementor-page .zcb-packages-title .elementor-heading-title,
.elementor-page .zcb-packages-inner > .e-con-inner > .elementor-widget-heading .elementor-heading-title {
	margin: 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: #111111 !important;
}

.elementor-page .zcb-packages-grid.e-flex,
.elementor .zcb-packages-grid.e-flex,
.elementor-page .zcb-packages-grid > .e-con-inner,
.elementor-page .zcb-wc-packages-grid,
.elementor .zcb-wc-packages-grid,
.elementor-page .zcb-packages-loop,
.elementor .zcb-packages-loop {
	display: block !important;
	width: 100%;
}

/* Carduri randate din WooCommerce ([zcb_home_packages]) */
.elementor-page .zcb-wc-packages-grid .zcb-package-card,
.elementor .zcb-wc-packages-grid .zcb-package-card {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #ffffff;
	border-radius: 14px;
	padding: 24px 24px 28px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.elementor-page .zcb-package-card .zcb-package-title,
.elementor .zcb-package-card .zcb-package-title {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	color: #111111;
}

.elementor-page .zcb-package-card .zcb-package-title a,
.elementor .zcb-package-card .zcb-package-title a {
	color: inherit;
	text-decoration: none;
}

.elementor-page .zcb-package-card .zcb-package-price,
.elementor .zcb-package-card .zcb-package-price {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #111111;
}

.elementor-page .zcb-package-cta .zcb-package-buy-btn,
.elementor .zcb-package-cta .zcb-package-buy-btn,
.elementor-page .zcb-package-cta .button,
.elementor .zcb-package-cta .button {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-top: auto;
	padding: 14px 36px !important;
	border: none !important;
	border-radius: 8px !important;
	background: #f07830 !important;
	color: #ffffff !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px;
	text-align: center;
	text-decoration: none !important;
	line-height: 1.2 !important;
	cursor: pointer;
}

.elementor-page .zcb-package-cta .button:hover,
.elementor .zcb-package-cta .button:hover {
	background: #e06a24 !important;
	color: #ffffff !important;
}

.elementor-page .zcb-packages-wc-shortcode,
.elementor .zcb-packages-wc-shortcode {
	width: 100%;
}

.elementor-page .zcb-package-col,
.elementor .zcb-package-col {
	flex: 1 1 0 !important;
	min-width: 0;
	width: auto !important;
	max-width: none !important;
}

.elementor-page .zcb-package-col > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	text-align: center;
}

.elementor-page .zcb-package-image {
	width: 100%;
}

.elementor-page .zcb-package-image img {
	display: block;
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
	background-color: #eef2f5;
}

.elementor-page .zcb-package-image--standard img {
	aspect-ratio: 4 / 3;
	object-position: center 22%;
}

.elementor-page .zcb-package-image--couple img,
.elementor-page .zcb-package-image--vip img {
	aspect-ratio: 4 / 5;
	object-position: center 18%;
	max-height: 320px;
}

.elementor-page .zcb-how-step-photo,
.elementor .zcb-how-step-photo {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.elementor-page .zcb-how-step-photo img,
.elementor .zcb-how-step-photo img,
.elementor-page .zcb-how-step-photo--1 img,
.elementor-page .zcb-how-step-photo--2 img,
.elementor-page .zcb-how-step-photo--3 img,
.elementor .zcb-how-step-photo--1 img,
.elementor .zcb-how-step-photo--2 img,
.elementor .zcb-how-step-photo--3 img,
.elementor-page .zcb-how-step-card .elementor-widget-image img,
.elementor .zcb-how-step-card .elementor-widget-image img {
	display: block;
	width: 100% !important;
	height: 200px !important;
	min-height: 200px !important;
	max-height: 200px !important;
	aspect-ratio: auto !important;
	object-fit: cover !important;
	border-radius: 12px;
	background-color: #eef2f5;
}

.elementor-page .zcb-how-step-photo--1 img,
.elementor .zcb-how-step-photo--1 img {
	object-position: center 68% !important;
}

.elementor-page .zcb-how-step-photo--2 img,
.elementor .zcb-how-step-photo--2 img {
	object-position: center 32% !important;
}

.elementor-page .zcb-how-step-photo--3 img,
.elementor .zcb-how-step-photo--3 img {
	object-position: center 42% !important;
}

.elementor-page .zcb-package-title .elementor-heading-title {
	margin: 8px 0 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.02em !important;
	text-transform: uppercase !important;
	color: #111111 !important;
}

.elementor-page .zcb-package-price .elementor-heading-title {
	margin: 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #111111 !important;
}

.elementor-page .zcb-package-features-wrap {
	width: 100%;
	flex: 1 1 auto;
}

.elementor-page .zcb-package-intro {
	margin: 0 auto 14px;
	max-width: 100%;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	color: #555555;
	text-align: left;
}

.elementor-page .zcb-package-features {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: left;
	display: block;
	max-width: 100%;
}

.elementor-page .zcb-package-features-sub {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.elementor-page .zcb-package-features-sub li {
	padding-left: 12px;
}

.elementor-page .zcb-package-features li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 14px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: #333333;
}

.elementor-page .zcb-package-features li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #333333;
}

.elementor-page .zcb-package-cta {
	margin-top: auto;
	width: 100%;
}

.elementor-page .zcb-packages {
	background-color: #f3f4f6 !important;
}

.elementor-page .zcb-package-cta .elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	max-width: 100%;
	background-color: #f07830 !important;
	background-image: none !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	padding: 14px 24px !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
}

.elementor-page .zcb-package-cta .elementor-button:hover,
.elementor-page .zcb-package-cta .elementor-button:focus {
	background-color: #e06a24 !important;
	color: #ffffff !important;
}

.elementor-page .zcb-faq-title .elementor-heading-title {
	text-transform: uppercase !important;
	letter-spacing: 0.08em !important;
	font-weight: 800 !important;
}

@media (max-width: 1024px) {
	.elementor-page .zcb-packages-loop,
	.elementor .zcb-packages-loop {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.elementor-page .zcb-packages-loop,
	.elementor .zcb-packages-loop {
		width: 100%;
	}
}

/* Pagină legală — Termeni și Condiții (container centrat ca FAQ / Oferte) */
.elementor-page .zcb-legal-page,
.elementor .zcb-legal-page {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	background-color: #f3f4f6 !important;
	padding: 32px 0 64px !important;
	box-sizing: border-box;
}

.elementor-page .zcb-legal-page.e-con,
.elementor .zcb-legal-page.e-con {
	--container-max-width: 1140px;
}

.elementor-page .zcb-legal-inner,
.elementor .zcb-legal-inner {
	width: min(100%, 1140px) !important;
	max-width: 1140px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	box-sizing: border-box !important;
	align-self: center !important;
	flex: 0 1 auto !important;
}

.elementor-page .zcb-legal-inner > .e-con-inner,
.elementor .zcb-legal-inner > .e-con-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elementor-page .zcb-legal-card,
.elementor .zcb-legal-card {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	background: #ffffff !important;
	border: 1px solid #eef0f3 !important;
	border-radius: 12px !important;
	padding: 28px 32px !important;
}

.elementor-page .zcb-legal-card {
	box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06) !important;
}

.elementor-page .zcb-legal-card--hero {
	text-align: center;
	border-top: 4px solid #f07830 !important;
}

.elementor-page .zcb-legal-card--help {
	background: linear-gradient(135deg, #fff8f3 0%, #ffffff 100%) !important;
	border-color: #fed7aa !important;
}

.elementor-page .zcb-legal-card[id],
.elementor-page .zcb-legal-card--section {
	scroll-margin-top: 96px;
}

.elementor-page .zcb-legal-title .elementor-heading-title {
	font-family: "Montserrat", sans-serif !important;
	font-size: clamp(26px, 4vw, 34px) !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	color: #111111 !important;
	text-transform: none !important;
	letter-spacing: -0.02em !important;
	margin: 0 !important;
}

.elementor-page .zcb-legal-intro-wrap p.zcb-legal-intro {
	margin: 12px auto 0;
	max-width: 640px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #4b5563;
}

.elementor-page .zcb-legal-meta-wrap p.zcb-legal-meta {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #9ca3af;
}

.elementor-page .zcb-legal-toc-wrap {
	width: 100%;
}

.elementor-page .zcb-legal-toc__label {
	margin: 0 0 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6b7280;
}

.elementor-page .zcb-legal-toc__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 20px;
}

.elementor-page .zcb-legal-toc__list li {
	margin: 0;
}

.elementor-page .zcb-legal-toc__list a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #374151;
	text-decoration: none;
	background: #f9fafb;
	border: 1px solid #eef0f3;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.elementor-page .zcb-legal-toc__list a:hover,
.elementor-page .zcb-legal-toc__list a:focus {
	color: #f07830;
	background: #fff8f3;
	border-color: #fed7aa;
}

.elementor-page .zcb-legal-section-title .elementor-heading-title {
	font-family: "Montserrat", sans-serif !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	color: #111111 !important;
	margin: 0 0 4px !important;
	padding-bottom: 12px !important;
	border-bottom: 2px solid #f07830;
}

.elementor-page .zcb-legal-intro-wrap p,
.elementor-page .zcb-legal-section-body p {
	margin: 0 0 16px;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #374151;
}

.elementor-page .zcb-legal-section-body p:last-child {
	margin-bottom: 0;
}

.elementor-page .zcb-legal-list {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}

.elementor-page .zcb-legal-list li {
	position: relative;
	margin: 0 0 14px;
	padding-left: 18px;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: #374151;
}

.elementor-page .zcb-legal-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f07830;
}

.elementor-page .zcb-legal-list li strong {
	color: #111111;
	font-weight: 700;
}

.elementor-page .zcb-legal-list-sub {
	margin-top: 10px;
	padding-left: 0;
}

.elementor-page .zcb-legal-list-sub li::before {
	width: 5px;
	height: 5px;
	background: #9ca3af;
}

.elementor-page .zcb-legal-help-title .elementor-heading-title {
	margin: 0 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	color: #111111 !important;
}

.elementor-page .zcb-legal-help-body p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.6;
	color: #4b5563;
}

.elementor-page .zcb-legal-help-actions {
	margin: 0 !important;
}

.elementor-page .zcb-legal-help-link {
	color: #f07830;
	font-weight: 700;
	text-decoration: none;
}

.elementor-page .zcb-legal-help-link:hover {
	text-decoration: underline;
}

.elementor-page .zcb-legal-help-sep {
	color: #d1d5db;
	margin: 0 6px;
}

.elementor-page .zcb-legal-footer {
	border-top: 1px solid #e6e6e6;
}

.elementor-page .zcb-legal-back-link a {
	color: #f07830;
	text-decoration: none;
	font-weight: 600;
}

.elementor-page .zcb-legal-back-link a:hover,
.elementor-page .zcb-legal-back-link a:focus {
	color: #e06a24;
	text-decoration: underline;
}

.elementor-page .zcb-legal-copyright p {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

@media (max-width: 767px) {
	.elementor-page .zcb-legal-page,
	.elementor .zcb-legal-page {
		padding-top: 32px !important;
		padding-bottom: 56px !important;
	}

	.elementor-page .zcb-legal-inner,
	.elementor .zcb-legal-inner {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.elementor-page .zcb-legal-card,
	.elementor .zcb-legal-card {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.elementor-page .zcb-legal-toc__list {
		grid-template-columns: 1fr;
	}

	.elementor-page .zcb-legal-title .elementor-heading-title {
		font-size: 24px !important;
	}

	.elementor-page .zcb-legal-section-title .elementor-heading-title {
		font-size: 15px !important;
	}
}
