/*
Theme Name: Hello Elementor
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 3.4.6
Stable tag: 3.4.6
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ================================
EDESPA HEADER FULL
================================ */

:root {
	--edsp-blue: #3A3AEA;
	--edsp-blue-2: #007FFF;
	--edsp-orange: #FFA500;
	--edsp-yellow: #FFD700;
	--edsp-terracotta: #E2725B;
	--edsp-text: #1f2937;
	--edsp-text-soft: #5b6475;
	--edsp-border: #e9edf5;
	--edsp-bg-soft: #f6f8fc;
	--edsp-shadow: 0 8px 30px rgba(17, 24, 39, 0.08);
	--edsp-radius: 14px;
	--edsp-container: 1100px;
}

.edsp-header {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(233, 237, 245, 0.9);
	position: sticky;
	top: 0;
	z-index: 9999;
	width: 100%;
}

.edsp-header-inner {
	max-width: var(--edsp-container);
	margin: 0 auto;
	padding: 0 28px;
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.edsp-logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none !important;
}

.edsp-logo img {
	height: 40px;
	width: auto;
	max-width: none;
	display: block;
}

.edsp-nav-wrap {
	display: flex;
	flex: 1;
	justify-content: center;
}

/* NAV */

.edsp-nav {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.edsp-nav li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.edsp-nav > li > a {
	text-decoration: none !important;
	color: var(--edsp-text-soft) !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	padding: 10px 14px !important;
	border-radius: 10px;
	transition: all 0.2s ease;
	display: block;
	white-space: nowrap;
	line-height: 1.2;
}

.edsp-nav > li > a:hover,
.edsp-nav > li.current-menu-item > a,
.edsp-nav > li.current-menu-ancestor > a,
.edsp-nav > li.current_page_item > a,
.edsp-nav > li.current_page_ancestor > a {
	color: var(--edsp-blue) !important;
	background: rgba(58, 58, 234, 0.07) !important;
}

.edsp-nav li.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 8px;
	border-right: 1.8px solid currentColor;
	border-bottom: 1.8px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	opacity: 0.7;
}

.edsp-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border-radius: 16px;
	box-shadow: var(--edsp-shadow);
	border: 1px solid var(--edsp-border);
	padding: 10px;
	min-width: 260px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 10000;
	list-style: none !important;
	margin: 0 !important;
}

.edsp-nav .sub-menu::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
}

.edsp-nav li.menu-item-has-children:hover > .sub-menu,
.edsp-nav li.menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.edsp-nav .sub-menu li {
	width: 100%;
}

.edsp-nav .sub-menu li a {
	display: block !important;
	padding: 11px 14px !important;
	font-size: 13px !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 600 !important;
	border-radius: 10px !important;
	color: var(--edsp-text-soft) !important;
	background: transparent !important;
	text-decoration: none !important;
	line-height: 1.35;
	white-space: normal;
}

.edsp-nav .sub-menu li a:hover,
.edsp-nav .sub-menu li.current-menu-item > a,
.edsp-nav .sub-menu li.current_page_item > a {
	background: rgba(58, 58, 234, 0.07) !important;
	color: var(--edsp-blue) !important;
}

/* RIGHT SIDE */

.edsp-header-right {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.edsp-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	color: var(--edsp-blue) !important;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 14px;
	border-radius: 10px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.edsp-login:hover {
	background: rgba(58, 58, 234, 0.07);
	color: var(--edsp-blue) !important;
}

.edsp-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
	color: var(--edsp-text) !important;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.edsp-phone:hover {
	color: var(--edsp-blue) !important;
}

.edsp-phone-icon {
	width: 34px;
	height: 34px;
	background: rgba(58, 58, 234, 0.07);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.edsp-phone-icon svg {
	width: 16px;
	height: 16px;
	stroke: var(--edsp-blue);
	stroke-width: 2;
	fill: none;
}

.edsp-btn-wa {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25d366;
	color: #fff !important;
	text-decoration: none !important;
	padding: 11px 18px;
	border-radius: 999px;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	transition: all 0.2s ease;
	box-shadow: 0 6px 18px rgba(37, 211, 102, 0.28);
	white-space: nowrap;
}

.edsp-btn-wa:hover {
	background: #1fb858 !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 22px rgba(37, 211, 102, 0.34);
	color: #fff !important;
}

.edsp-btn-wa svg {
	width: 16px;
	height: 16px;
	fill: #fff;
	flex-shrink: 0;
}

.edsp-burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	padding: 6px;
	border-radius: 10px;
	transition: background 0.2s ease;
	background: none;
	border: none;
}

.edsp-burger:hover {
	background: rgba(58, 58, 234, 0.07);
}

.edsp-burger span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--edsp-blue);
	border-radius: 2px;
	transition: all 0.25s ease;
}

/* MOBILE */

.edsp-mobile-menu {
	display: none;
	background: #fff;
	border-top: 1px solid var(--edsp-border);
	padding: 14px 18px 22px;
	flex-direction: column;
	gap: 4px;
}

.edsp-mobile-menu.open {
	display: flex;
}

.edsp-mobile-menu a {
	display: block;
	text-decoration: none !important;
	color: var(--edsp-text) !important;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 14px;
	border-radius: 12px;
	transition: all 0.2s ease;
	line-height: 1.35;
}

.edsp-mobile-menu a:hover {
	background: rgba(58, 58, 234, 0.07);
	color: var(--edsp-blue) !important;
}

.edsp-mobile-menu .mob-sub {
	padding-left: 30px !important;
	font-size: 14px !important;
	color: #7a8599 !important;
}

.edsp-mob-divider {
	height: 1px;
	background: var(--edsp-border);
	margin: 10px 0;
}

.edsp-mob-bottom {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 2px;
}

.edsp-mob-phone {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--edsp-text) !important;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	padding: 10px 12px;
}

.edsp-mob-phone svg {
	width: 16px;
	height: 16px;
	stroke: var(--edsp-blue);
	stroke-width: 2;
	fill: none;
	flex-shrink: 0;
}

.edsp-btn-wa-mob {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #25d366;
	color: #fff !important;
	text-decoration: none !important;
	padding: 14px;
	border-radius: 14px;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 700;
	transition: background 0.2s ease;
}

.edsp-btn-wa-mob:hover {
	background: #1fb858;
	color: #fff !important;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
	.edsp-header-inner {
		padding: 0 20px;
		gap: 18px;
	}

	.edsp-nav > li > a {
		padding: 10px 11px !important;
		font-size: 13px !important;
	}

	.edsp-phone {
		font-size: 13px;
	}

	.edsp-btn-wa {
		padding: 10px 16px;
		font-size: 13px;
	}
}

@media (max-width: 960px) {
	.edsp-nav-wrap,
	.edsp-nav,
	.edsp-login,
	.edsp-phone,
	.edsp-btn-wa {
		display: none !important;
	}

	.edsp-burger {
		display: flex;
	}

	.edsp-header-inner {
		padding: 0 16px;
		min-height: 72px;
	}

	.edsp-logo img {
		height: 36px;
	}
}

@media (min-width: 961px) {
	.edsp-mobile-menu {
		display: none !important;
	}
}

/* MOBILE NAV FROM WORDPRESS MENU */

.edsp-mobile-nav,
.edsp-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.edsp-mobile-nav > li > a,
.edsp-mobile-nav .sub-menu li a {
	display: block;
	text-decoration: none !important;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 1.35;
	border-radius: 12px;
	transition: all 0.2s ease;
}

.edsp-mobile-nav > li > a {
	padding: 12px 14px;
	font-size: 15px;
	color: var(--edsp-text) !important;
}

.edsp-mobile-nav > li > a:hover {
	background: rgba(58, 58, 234, 0.07);
	color: var(--edsp-blue) !important;
}

.edsp-mobile-nav .sub-menu {
	margin-top: 2px;
	margin-bottom: 6px;
	padding-left: 14px;
}

.edsp-mobile-nav .sub-menu li a {
	padding: 10px 14px;
	font-size: 14px;
	color: #7a8599 !important;
}

.edsp-mobile-nav .sub-menu li a:hover {
	background: rgba(58, 58, 234, 0.07);
	color: var(--edsp-blue) !important;
}

/* 3rd level desktop menu */

.edsp-nav .sub-menu .sub-menu {
	top: -10px;
	left: calc(100% + 10px);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-6px);
}

.edsp-nav .sub-menu li:hover > .sub-menu,
.edsp-nav .sub-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.edsp-nav .sub-menu li.menu-item-has-children > a {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.edsp-nav .sub-menu li.menu-item-has-children > a::after {
	content: '';
	flex-shrink: 0;
	width: 7px;
	height: 7px;
	border-right: 1.8px solid currentColor;
	border-bottom: 1.8px solid currentColor;
	transform: rotate(-45deg);
	opacity: 0.7;
}

/* ================================
EDESPA FOOTER
================================ */

.edsp-footer {
	background: #0f1224;
	color: #ffffff;
	margin-top: 0;
	padding: 72px 0 0;
}

.edsp-footer-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 28px;
}

.edsp-footer-top {
	display: grid;
	grid-template-columns: 1.45fr 1fr 1fr 1fr 1.2fr;
	gap: 42px;
	align-items: start;
}

.edsp-footer-brand {
	max-width: 340px;
}

.edsp-footer-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
	margin-bottom: 20px;
}

.edsp-footer-logo img {
	width: auto;
	height: 52px;
	display: block;
}

.edsp-footer-desc {
	margin: 0 0 18px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.edsp-footer-points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.edsp-footer-points li {
	position: relative;
	padding-left: 18px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: #ffffff;
}

.edsp-footer-points li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--edsp-yellow);
}

.edsp-footer-col h3,
.edsp-footer-cta-text h3 {
	margin: 0 0 18px;
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
}

.edsp-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.edsp-footer-col ul li {
	margin: 0;
	padding: 0;
}

.edsp-footer-col a,
.edsp-footer-contact-link {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: none !important;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.edsp-footer-col a:hover,
.edsp-footer-contact-link:hover {
	color: #ffffff !important;
}

.edsp-footer-contact-list {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.edsp-footer-socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.edsp-footer-socials a {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff !important;
	transition: transform 0.2s ease, background 0.2s ease;
	text-decoration: none !important;
}

.edsp-footer-socials a:hover {
	background: var(--edsp-blue);
	transform: translateY(-2px);
}

.edsp-footer-socials svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.edsp-footer-cta {
	margin-top: 54px;
	padding: 28px 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(135deg, rgba(58, 58, 234, 0.18), rgba(0, 127, 255, 0.1));
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.edsp-footer-cta-text p {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
	max-width: 640px;
}

.edsp-footer-cta-actions {
	flex-shrink: 0;
}

.edsp-footer-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	background: #ffffff;
	color: var(--edsp-blue) !important;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 16px 24px;
	border-radius: 999px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	white-space: nowrap;
}

.edsp-footer-cta-btn:hover {
	background: #f6f8ff;
	transform: translateY(-1px);
	color: var(--edsp-blue) !important;
}

.edsp-footer-bottom {
	margin-top: 38px;
	padding: 22px 0 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.edsp-footer-bottom p {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.6);
}

/* TABLET */

@media (max-width: 1100px) {
	.edsp-footer-top {
		grid-template-columns: 1.3fr 1fr 1fr;
		gap: 34px 28px;
	}

	.edsp-footer-brand {
		grid-column: 1 / -1;
		max-width: 100%;
	}

	.edsp-footer-cta {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* MOBILE */

@media (max-width: 767px) {
	.edsp-footer {
		padding-top: 54px;
	}

	.edsp-footer-container {
		padding: 0 18px;
	}

	.edsp-footer-top {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.edsp-footer-brand {
		max-width: 100%;
	}

	.edsp-footer-logo img {
		height: 46px;
	}

	.edsp-footer-col h3,
	.edsp-footer-cta-text h3 {
		font-size: 16px;
		margin-bottom: 14px;
	}

	.edsp-footer-desc,
	.edsp-footer-col a,
	.edsp-footer-contact-link,
	.edsp-footer-cta-text p {
		font-size: 14px;
	}

	.edsp-footer-cta {
		margin-top: 36px;
		padding: 22px 18px;
		border-radius: 20px;
		align-items: stretch;
	}

	.edsp-footer-cta-actions,
	.edsp-footer-cta-btn {
		width: 100%;
	}

	.edsp-footer-cta-btn {
		padding: 15px 18px;
		text-align: center;
	}

	.edsp-footer-bottom {
		margin-top: 30px;
		padding: 18px 0 24px;
	}
}

/* ================================
EDESPA UI SYSTEM
Only for redesigned pages with .edespa-ui
Does not affect old pages / dictionaries
================================ */

:root {
	--edespa-container-main: 1100px;
	--edespa-container-text: 860px;

	--edespa-pad-x-desktop: 40px;
	--edespa-pad-x-tablet: 24px;
	--edespa-pad-x-mobile: 16px;

	--edespa-section-y: 72px;
	--edespa-section-y-mobile: 56px;

	--edespa-gap-xs: 12px;
	--edespa-gap-sm: 16px;
	--edespa-gap-md: 24px;
	--edespa-gap-lg: 32px;
	--edespa-gap-xl: 48px;

	--edespa-radius-sm: 12px;
	--edespa-radius-md: 16px;
	--edespa-radius-lg: 24px;

	--edespa-shadow-sm: 0 8px 24px rgba(15, 17, 40, 0.06);
	--edespa-shadow-md: 0 14px 34px rgba(15, 17, 40, 0.10);

	--edespa-dark: #0d1128;
	--edespa-text: #1e2340;
	--edespa-muted: #5e6680;
	--edespa-light: #f3f5ff;
	--edespa-border: #dde2f5;
	--edespa-white: #ffffff;

	--edespa-h1: clamp(36px, 5vw, 52px);
	--edespa-h2: clamp(28px, 4vw, 38px);
	--edespa-h3: clamp(22px, 3vw, 28px);
	--edespa-h4: 20px;
	--edespa-lead: 18px;
	--edespa-body: 16px;
	--edespa-small: 13px;

	--edespa-line-tight: 1.12;
	--edespa-line-title: 1.18;
	--edespa-line-body: 1.6;

	--edespa-btn-height: 50px;
	--edespa-btn-pad-x: 24px;
}

.edespa-ui {
	color: var(--edespa-text);
	overflow-x: clip;
}

.edespa-ui,
.edespa-ui p,
.edespa-ui li,
.edespa-ui span,
.edespa-ui input,
.edespa-ui textarea,
.edespa-ui select,
.edespa-ui button {
	font-family: 'Inter', sans-serif;
}

.edespa-ui h1,
.edespa-ui h2,
.edespa-ui h3,
.edespa-ui h4,
.edespa-ui h5,
.edespa-ui h6,
.edespa-ui .section-title,
.edespa-ui .edespa-btn {
	font-family: 'Outfit', sans-serif;
	color: var(--edespa-dark);
	margin-top: 0;
	letter-spacing: -0.02em;
}

.edespa-ui h1 {
	font-size: var(--edespa-h1);
	line-height: var(--edespa-line-tight);
	margin-bottom: 16px;
}

.edespa-ui h2 {
	font-size: var(--edespa-h2);
	line-height: var(--edespa-line-title);
	margin-bottom: 16px;
}

.edespa-ui h3 {
	font-size: var(--edespa-h3);
	line-height: 1.24;
	margin-bottom: 14px;
}

.edespa-ui h4 {
	font-size: var(--edespa-h4);
	line-height: 1.28;
	margin-bottom: 12px;
}

.edespa-ui p,
.edespa-ui li {
	font-size: var(--edespa-body);
	line-height: var(--edespa-line-body);
	color: var(--edespa-text);
	margin-top: 0;
	margin-bottom: 16px;
}

.edespa-ui ul,
.edespa-ui ol {
	margin-top: 0;
	margin-bottom: 16px;
	padding-left: 1.2em;
}

.edespa-ui .edespa-lead,
.edespa-ui .hero-lead,
.edespa-ui p.lead {
	font-size: var(--edespa-lead);
	line-height: 1.65;
	color: var(--edespa-muted);
}

.edespa-ui .edespa-small {
	font-size: var(--edespa-small);
	line-height: 1.5;
	color: var(--edespa-muted);
}

.edespa-ui .edespa-container {
	width: 100%;
	max-width: calc(var(--edespa-container-main) + (var(--edespa-pad-x-desktop) * 2));
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--edespa-pad-x-desktop);
	padding-right: var(--edespa-pad-x-desktop);
	box-sizing: border-box;
}

.edespa-ui .edespa-container--text {
	width: 100%;
	max-width: calc(var(--edespa-container-text) + (var(--edespa-pad-x-desktop) * 2));
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--edespa-pad-x-desktop);
	padding-right: var(--edespa-pad-x-desktop);
	box-sizing: border-box;
}

.edespa-ui .edespa-section {
	padding-top: var(--edespa-section-y);
	padding-bottom: var(--edespa-section-y);
}

.edespa-ui .edespa-section--compact {
	padding-top: 56px;
	padding-bottom: 56px;
}

.edespa-ui .edespa-section--hero {
	padding-top: 40px;
	padding-bottom: 56px;
}

.edespa-ui .edespa-section--tight-top {
	padding-top: 32px;
}

.edespa-ui .edespa-section--tight-bottom {
	padding-bottom: 32px;
}

.edespa-ui .edespa-section--full {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.edespa-ui .edespa-stack > * + * {
	margin-top: var(--edespa-gap-md);
}

.edespa-ui .edespa-stack-sm > * + * {
	margin-top: var(--edespa-gap-sm);
}

.edespa-ui .edespa-stack-lg > * + * {
	margin-top: var(--edespa-gap-lg);
}

.edespa-ui .edespa-title-block {
	margin-bottom: 32px;
}

.edespa-ui .edespa-title-block > *:last-child {
	margin-bottom: 0;
}

.edespa-ui .edespa-grid {
	display: grid;
	gap: var(--edespa-gap-md);
}

.edespa-ui .edespa-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edespa-ui .edespa-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edespa-ui .edespa-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edespa-ui .edespa-card {
	background: var(--edespa-white);
	border: 1px solid var(--edespa-border);
	border-radius: var(--edespa-radius-lg);
	box-shadow: var(--edespa-shadow-sm);
	padding: 24px;
	box-sizing: border-box;
}

.edespa-ui .edespa-card--soft {
	background: var(--edespa-light);
	border: 1px solid var(--edespa-border);
	border-radius: var(--edespa-radius-lg);
	padding: 24px;
	box-sizing: border-box;
}

.edespa-ui .edespa-card > *:last-child,
.edespa-ui .edespa-card--soft > *:last-child {
	margin-bottom: 0;
}

.edespa-ui .edespa-btn,
.edespa-ui a.edespa-btn,
.edespa-ui button.edespa-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--edespa-btn-height);
	padding: 12px var(--edespa-btn-pad-x);
	border-radius: var(--edespa-radius-sm);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.edespa-ui .edespa-btn:hover {
	transform: translateY(-1px);
}

.edespa-ui .edespa-btn--primary {
	background: linear-gradient(135deg, var(--edsp-blue), #2424c0);
	color: #fff;
	box-shadow: 0 3px 0 #2424c0, 0 10px 24px rgba(58, 58, 234, 0.28);
}

.edespa-ui .edespa-btn--primary:hover {
	color: #fff;
}

.edespa-ui .edespa-btn--secondary {
	background: #fff;
	color: var(--edsp-blue);
	border: 1.5px solid rgba(58, 58, 234, 0.22);
	box-shadow: 0 10px 26px rgba(58, 58, 234, 0.10);
}

.edespa-ui .edespa-btn--secondary:hover {
	color: var(--edsp-blue);
}

.edespa-ui .edespa-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.edespa-ui input[type="text"],
.edespa-ui input[type="email"],
.edespa-ui input[type="tel"],
.edespa-ui input[type="number"],
.edespa-ui input[type="search"],
.edespa-ui input[type="url"],
.edespa-ui textarea,
.edespa-ui select {
	width: 100%;
	min-height: 48px;
	border-radius: 14px;
	border: 1px solid rgba(58, 58, 234, 0.14);
	background: #fff;
	padding: 12px 14px;
	box-sizing: border-box;
	font-size: 16px;
	color: var(--edespa-text);
}

.edespa-ui textarea {
	min-height: 120px;
	resize: vertical;
}

.edespa-ui img {
	max-width: 100%;
	height: auto;
}

.edespa-ui .edespa-media-radius img {
	border-radius: var(--edespa-radius-lg);
}

.edespa-ui .text-center {
	text-align: center;
}

.edespa-ui .text-left {
	text-align: left;
}

.edespa-ui .w-text {
	max-width: 860px;
}

.edespa-ui .mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.edespa-ui .mb-0 { margin-bottom: 0 !important; }
.edespa-ui .mb-8 { margin-bottom: 8px !important; }
.edespa-ui .mb-12 { margin-bottom: 12px !important; }
.edespa-ui .mb-16 { margin-bottom: 16px !important; }
.edespa-ui .mb-24 { margin-bottom: 24px !important; }
.edespa-ui .mb-32 { margin-bottom: 32px !important; }

.edespa-ui .mt-0 { margin-top: 0 !important; }
.edespa-ui .pt-0 { padding-top: 0 !important; }
.edespa-ui .pb-0 { padding-bottom: 0 !important; }

@media (max-width: 1024px) {
	.edespa-ui .edespa-container,
	.edespa-ui .edespa-container--text {
		padding-left: var(--edespa-pad-x-tablet);
		padding-right: var(--edespa-pad-x-tablet);
	}

	.edespa-ui .edespa-grid-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.edespa-ui .edespa-grid-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.edespa-ui .edespa-container,
	.edespa-ui .edespa-container--text {
		padding-left: var(--edespa-pad-x-mobile);
		padding-right: var(--edespa-pad-x-mobile);
	}

	.edespa-ui .edespa-section {
		padding-top: var(--edespa-section-y-mobile);
		padding-bottom: var(--edespa-section-y-mobile);
	}

	.edespa-ui .edespa-section--hero {
		padding-top: 28px;
		padding-bottom: 40px;
	}

	.edespa-ui .edespa-card,
	.edespa-ui .edespa-card--soft {
		padding: 20px;
		border-radius: 20px;
	}

	.edespa-ui .edespa-grid-2,
	.edespa-ui .edespa-grid-3,
	.edespa-ui .edespa-grid-4 {
		grid-template-columns: 1fr;
	}

	.edespa-ui .edespa-btn,
	.edespa-ui a.edespa-btn,
	.edespa-ui button.edespa-btn {
		width: 100%;
	}

	.edespa-ui .edespa-btn-row {
		flex-direction: column;
	}
}

/* FIX: HTML-страницы редизайна растягиваем на всю ширину viewport */
.edespa-ui > .elementor-widget-container,
.edespa-ui .elementor-widget-html,
.edespa-ui .elementor-widget-html .elementor-widget-container{
	width: 100%;
	max-width: 100%;
}

.edespa-ui .edespa-course-a1,
.edespa-ui .edespa-course-a2{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.edespa-ui .edespa-course-a1 .edespa-container,
.edespa-ui .edespa-course-a2 .edespa-container{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}

@media (max-width: 1024px){
	.edespa-ui .edespa-course-a1 .edespa-container,
	.edespa-ui .edespa-course-a2 .edespa-container{
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 767px){
	.edespa-ui .edespa-course-a1 .edespa-container,
	.edespa-ui .edespa-course-a2 .edespa-container{
		padding-left: 16px;
		padding-right: 16px;
	}
}