/*
Theme Name: Proxima Theme
Author: V.Shakhlai
Description: Custom FSE theme for Proxima Intech
Version: 1.0
*/

main {
	margin-top: 0;
}

.wp-block-heading {
	margin-left: 0 !important;
}

.site-header .wp-block-group {
	padding: 0 !important;
	margin: 0 auto !important;
}

.site-logo {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
}

.site-logo img {
	height: 80px !important;
	width: auto !important;
	display: block;
	object-fit: contain;
	flex-shrink: 0;
}

.main-navigation {
	display: flex;
	align-items: center;
}

.nav-menu {
	display: flex;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	gap: 30px;
}

.nav-menu li {
	margin: 0;
	padding: 0;
	position: relative;
}

.nav-menu li a {
	color: var(--wp--preset--color--text-primary) !important;
	text-decoration: none !important;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	transition: color 0.3s ease;
	display: block;
	padding: 10px 0;
}

.nav-menu li a:hover {
	color: var(--wp--preset--color--accent) !important;
}

.nav-menu li.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	min-width: 300px;
	padding: 12px 0;
	margin: 0;
	list-style: none;
	z-index: 1000;

	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
}

.nav-menu .sub-menu li a {
	padding: 10px 24px;
	font-size: 15px;
	font-weight: 500;
	color: var(--wp--preset--color--text-primary) !important;
	border-left: 3px solid transparent;
	transition: all 0.2s ease;
}

.nav-menu .sub-menu li a:hover {
	background-color: var(--wp--preset--color--bg-alt);
	color: var(--wp--preset--color--primary) !important;
	border-left-color: var(--wp--preset--color--accent);
	padding-left: 28px; 
}

.nav-menu li.menu-item-has-children > a::after {
	content: '▾';
	margin-left: 6px;
	font-size: 10px;
	opacity: 0.6;
	transition: transform 0.3s ease;
}

.nav-menu li.menu-item-has-children:hover > a::after {
	transform: rotate(180deg);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-phone {
	color: var(--wp--preset--color--primary-dark) !important;
	text-decoration: none !important;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 16px;
	white-space: nowrap;
		transition: all 0.3s ease;

}

.header-phone:hover {
	color: var(--wp--preset--color--accent);
}

.burger-menu span {
	display: block;
	width: 24px;
	height: 2px;
	background-color: var(--wp--preset--color--text-primary);
}

.mobile-menu-overlay.active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0;
}

.close-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	font-size: 40px;
	cursor: pointer;
	color: var(--wp--preset--color--text-primary);
	line-height: 1;
}

.mobile-nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 25px;
	text-align: center;
}

.mobile-nav-menu li a {
	color: var(--wp--preset--color--text-primary);
	text-decoration: none;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 24px;
}

.mobile-sub-menu {
	list-style: none;
	padding: 0 20px;
	margin-top: 15px;
	display: none;
}

.mobile-has-submenu.active > .mobile-sub-menu {
	display: block;
}

.mobile-sub-menu li a {
	font-size: 18px;
	font-weight: 500;
	color: var(--wp--preset--color--text-secondary) !important;
}

@media (max-width: 991px) {
	.header-inner {
		padding: 0 20px;
	}

	.main-navigation {
		display: none;
	}

	.header-phone {
		display: none;
	}

	.burger-menu {
		display: flex;
	}

	.site-logo img {
		height: 32px !important;
	}
}

.site-footer {
	background-color: var(--wp--preset--color--primary-dark) !important;
	color: var(--wp--preset--color--primary-light);
	font-family: 'Inter', sans-serif;
	margin-top: auto;
}

.footer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0;
}

.footer-logo img {
	height: 64px;
	width: auto;
}

.footer-socials {
	display: flex;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

.footer-socials .wp-social-link a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.footer-socials .wp-social-link a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.footer-socials .wp-social-link svg {
	fill: var(--wp--preset--color--background);
	width: 20px;
	height: 20px;
}

.wp-block-separator.is-style-wide {
	border: none;
	margin: 0;
	width: 100%;
}

.footer-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	padding: 2rem 0;
	border-top: 1px solid var(--wp--preset--color--light-lines);
	border-bottom: 1px solid var(--wp--preset--color--light-lines);
	align-items: flex-start;
	margin-top: 0;
}

.footer-col {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.footer-title {
	color: var(--wp--preset--color--background) !important;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0 !important;
	text-align: left;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.8rem;
}

.footer-nav ul li a {
	color: var(--wp--preset--color--primary-light) !important;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.footer-nav ul li a:hover {
	color: var(--wp--preset--color--background) !important;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0;
	align-items: flex-start;
}

.footer-contacts {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.contact-item {
	margin: 0;
	font-size: 14px;
}

.contact-item a {
	color: var(--wp--preset--color--primary-light);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 4px;
}

.contact-item a img {
	width: 1rem;
}

.copyright {
	margin: 0;
	font-size: 14px;
	color: var(--wp--preset--color--primary-light);
}

@media (max-width: 991px) {
	.footer-columns {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 8px;
	}

	.footer-header {
		padding: 0 8px;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 1rem;
		text-align: left;
	}

	.footer-contacts {
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.footer-header {
		flex-direction: column;
		gap: 1.5rem;
		text-align: center;
	}

	.footer-columns {
		grid-template-columns: 1fr;
		text-align: center;
		justify-content: flex-start;
		gap: 64px;
		padding: 0 8px;
	}

	.footer-col {
		gap: 1rem;
	}
}

.hero-fullwidth-slider {
	position: relative;
	min-height: 600px;
	overflow: hidden;

	padding: 0;
	margin-top: 40px !important;
}

.hero-background-slider-fullwidth {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--hero-img-width, 50%);
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-swiper-full {
    width: 100%;
    height: 100%;
}

.hero-swiper-full .swiper-slide {
    width: 100%;
    height: 100%;
}

.hero-swiper-full .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.hero-overlay-fullwidth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero-text-box-static {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 3;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	clip-path: polygon(0 0, 80% 0, 100% 25%, 84% 100%, 0% 100%); //3 вариант
	 background-color: var(--wp--preset--color--primary-dark);
	 align-items: flex-start;

	/* clip-path: polygon(0 0, 80% 0, 100% 20%, 84% 100%, 0% 100%); // 2 вариант */
	/* clip-path: polygon(0 0, 80% 0, 100% 30%, 88% 100%, 0% 100%); //1 вариант */
	/* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
	margin: 0;
	padding-left: calc((100vw - 1228px) / 2);
	padding-right: calc((100vw - 1228px) / 4);
}

.hero-title-static {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 1.5rem;
	margin-left: 0 !important;
	color: var(--wp--preset--color--background) !important;
	text-align: left;
}

.hero-subtitle-static {
	font-family: var(--wp--preset--font-family--inter);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 2.5rem;
	line-height: 1.6;
	color: var(--wp--preset--color--primary-light) !important;
	text-align: left;
	margin-left: 0 !important;
	max-width: 80%;
}

.wp-block-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 !important;
}

.wp-block-button__link {
	padding: 12px 32px;
	border-radius: 8px;
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}

.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid var(--wp--preset--color--background);
}

.is-style-outline .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--background) !important;
}

.is-style-fill .wp-block-button__link {
	background-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--background);
}

.is-style-fill .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--primary-dark);
	border-color: var(--wp--preset--color--primary);
}

.main-hero-button:hover {
	background-color: var(--wp--preset--color--background) !important;
	color: var(--wp--preset--color--accent) !important;
	border-color: var(--wp--preset--color--accent);
}

.hero-subtitle-static {
		max-width: 90%;
	}

@media (max-width: 1440px) {
	.hero-text-box-static {
		transform: translateX(0);
	}
}

@media (max-width: 1280px) {
	.footer-header, .footer-columns, .copyright, .header-inner {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.hero-subtitle-static {
		max-width: 80%;
	}

	.hero-text-box-static {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (max-width: 991px) {
	.hero-fullwidth-slider {
		min-height: 500px;
		margin-top: 20px !important;
		padding: 0 !important;
	}

	.hero-text-box-static {
		padding: 3rem;
		max-width: 70%;
	}

	.hero-title-static {
		font-size: 36px !important;
		max-width: 90%;
	}
}

@media (max-width: 576px) {
	.hero-fullwidth-slider {
		min-height: 400px;
		margin-top: 0px !important;
	}

	.hero-text-box-static {
		padding: 2rem 1.5rem;
		max-width: 65%;
	}

	.hero-title-static {
		font-size: 28px !important;
	}

	.hero-subtitle-static {
		font-size: 14px !important;
		margin-bottom: 1.5rem;
	}

	.wp-block-button__link {
		padding: 12px 32px;
		font-size: 14px;
	}
}

.tech-section {
	padding: 5rem 0;
}

.tech-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	text-align: left;
}

.tech-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--primary-dark) !important;
	text-align: left;
}

.tech-divider {
	border: none;
	border-top: 3px solid var(--wp--preset--color--accent);
	width: 100%;
	max-width: 720px;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 3rem;
}

.tech-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
}

.tech-row.reverse {
	flex-direction: row-reverse;
}

.tech-text {
	flex: 1;
	max-width: 600px;
}

.tech-text p {
	margin-bottom: 1.5rem;
	line-height: 1.7;
	color: var(--wp--preset--color--text-secondary) !important;
	text-align: left;
}

.tech-image {
	flex: 1;
	margin: 0;
	line-height: 0;
}

.tech-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
	.tech-row,
	.tech-row.reverse {
		flex-direction: column;
		gap: 2rem;
	}

	.tech-text {
		max-width: 100%;
	}

	.tech-image {
		width: 100%;
	}

	.tech-divider {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.tech-section {
		padding: 3rem 0;
	}

	.tech-title {
		font-size: 28px !important;
	}

	.tech-text p {
		font-size: 14px;
	}
}

.tech-container {
	text-align: left !important;
}

.tech-container .wp-block-heading,
.tech-container .wp-block-paragraph,
.tech-container .wp-block-buttons,
.tech-container .wp-block-image,
.tech-container .wp-block-group {
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

.tech-divider {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.tech-container .wp-block-buttons {
	justify-content: flex-start !important;
}

.benefits-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--background);
}

.benefits-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.benefits-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--primary-dark) !important;
	text-align: left;
	margin-left: 0 !important;
}

.benefits-divider {
	border: none;
	border-top: 3px solid var(--wp--preset--color--accent);
	width: 100%;
	max-width: 600px;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-bottom: 3rem;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.benefit-card {
	background-color: #ffffff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 2rem;
	display: flex;
	min-height: 310px;
	flex-direction: column;
	gap: 1.5rem;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

.benefit-icon {
    margin: 0 !important;
    line-height: 0;
    width: 48px;
    height: 48px;
    background-color: var(--wp--preset--color--primary-light);
    padding: 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.benefit-icon img,
.benefit-icon svg {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

.benefit-icon svg {
    flex-shrink: 0;
}

.benefit-title-card {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin: 0 !important;
	color: var(--wp--preset--color--primary-dark) !important;
	text-align: left;
}

.benefit-card p {
	margin: 0;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary) !important;
	text-align: left;
}

@media (max-width: 991px) {
	.benefits-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.benefits-section {
		padding: 3rem 0;
	}

	.benefits-grid {
		grid-template-columns: 1fr;
	}

	.benefits-title {
		font-size: 28px !important;
	}

	.benefit-card {
		padding: 1.5rem;
		min-height: 240px;
	}
}

.news-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--background);
}

.news-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.news-title-main {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--primary-dark) !important;
	text-align: left;
	margin-left: 0 !important;
}

.news-divider {
	border: none;
	border-top: 3px solid var(--wp--preset--color--accent);
	width: 100%;
	max-width: 600px;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-bottom: 3rem;
}

.solutions-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--background);
}

.solutions-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	align-items: flex-start;
}

.solutions-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--primary-dark) !important;
	text-align: left;
}

.solutions-divider {
	border: none;
	border-top: 3px solid var(--wp--preset--color--accent);
	width: 100%;
	max-width: 600px;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-bottom: 3rem;
}

.product-card {
	display: flex;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff;
	align-items: stretch;
}

.product-card.reverse {
	flex-direction: row-reverse;
}

.product-slider {
	flex: 1;
	min-height: 450px;
	position: relative;
	background-color: var(--wp--preset--color--primary);
}

.product-swiper {
	position: absolute !important;
	width: 100%;
	height: 100%;
}

.product-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-info {
	flex: 1;
	padding: 0 2rem 2rem 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
	margin: 0 !important;
}

.product-tag {
	display: inline-block;
	background-color: var(--wp--preset--color--primary-light);
	color: var(--wp--preset--color--primary-dark);
	padding: 0.4rem 1rem;
	border-radius: 6px;
	font-size: 14px;
	width: fit-content;
	margin: 0;
}

.product-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-size: 52px;
	margin: 0;
	color: var(--wp--preset--color--primary-dark);
}

.product-desc {
	color: var(--wp--preset--color--text-secondary) !important;
	line-height: 1.6;
	margin: 0;
}

.product-adv-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 600;
	font-size: 16px;
	margin: 0.5rem 0 0;
	color: var(--wp--preset--color--primary-dark) !important;
}

.product-adv-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.product-adv-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	color: var(--wp--preset--color--text-secondary);
	font-size: 14px;
	line-height: 1.5;
}

.product-adv-list li svg {
	flex-shrink: 0;
	margin-top: 2px;
}

.product-btn .wp-block-button__link {
	background-color: var(--wp--preset--color--primary-dark) !important;
	color: #ffffff;
	border-radius: 8px;
	padding: 12px 32px;
	font-weight: 600;
	width: fit-content;
	margin-top: 0.5rem;
}

.product-btn .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--background) !important;
}

.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
	top: 50% !important;
	transform: translateY(-50%) !important;
	color: var(--wp--preset--color--primary-dark) !important;
	background: #ffffff !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s ease;
}

.product-swiper .swiper-button-prev {
	left: 20px !important;
	right: auto !important;
}

.product-swiper .swiper-button-next {
	right: 20px !important;
	left: auto !important;
}

.product-swiper .swiper-button-next:after,
.product-swiper .swiper-button-prev:after {
	font-size: 16px !important;
	font-weight: bold !important;
}

.product-swiper .swiper-pagination {
	bottom: 20px !important;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	text-align: center;
}

.product-swiper .swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	background: #ffffff !important;
	opacity: 0.6 !important;
	transition: all 0.3s ease !important;
	margin: 0 4px !important;
}

.product-swiper .swiper-pagination-bullet-active {
	width: 24px !important;
	border-radius: 4px !important;
	opacity: 1 !important;
}

@media (max-width: 991px) {
	.product-card,
	.product-card.reverse {
		flex-direction: column;
	}

	.product-slider {
		min-height: 300px;
	}

	.product-title {
		font-size: 24px;
	}
}

@media(max-width:1280px){
	.product-title {
		font-size: 32px;
	}
}

@media (max-width: 576px) {
	.solutions-section {
		padding: 3rem 0;
	}

	.solutions-title {
		font-size: 28px !important;
	}

	.product-slider {
		min-height: 250px;
	}

	.product-info {
	}

	.product-adv-list li {
		font-size: 13px;
	}
}

.hero-contacts {
	position: relative;
	min-height: 600px;
	overflow: hidden;
	margin-top: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.hero-contacts .wp-block-post-featured-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	margin-left: calc(50% - 50vw);
	z-index: 1;
}

.hero-contacts .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-contacts-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.hero-contacts-text-box {
	position: relative;
	z-index: 3;
	max-width: 600px;
	padding: 5rem 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: calc((100vw - 1440px) / 2);
}

@media (max-width: 1440px) {
	.hero-contacts-text-box {
		margin-left: auto;
		margin-right: auto;
	}
}

.hero-contacts-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: var(--wp--preset--color--background) !important;
	text-align: left;
}

.hero-contacts-subtitle {
	font-family: var(--wp--preset--font-family--inter);
	font-weight: 400;
	margin-bottom: 2.5rem;
	line-height: 1.6;
	color: var(--wp--preset--color--primary-light) !important;
	text-align: left;
}

@media (max-width: 991px) {
	.hero-contacts {
		min-height: 500px;
	}

	.hero-contacts-text-box {
		max-width: 100%;
		padding: 3rem 2rem;
		clip-path: none;
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.hero-contacts-title {
		font-size: 36px !important;
	}
}

@media (max-width: 576px) {
	.hero-contacts {
		min-height: 400px;
	}

	.hero-contacts-text-box {
		padding: 2rem 1.5rem;
	}

	.hero-contacts-title {
		font-size: 28px !important;
	}

	.hero-contacts-subtitle {
		font-size: 16px !important;
	}
}

.contact-content-section {
	padding: 5rem 0;
}

.contact-content-container {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 3rem;
}

.contact-info-column {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
}

.contact-card {
	background-color: var(--wp--preset--color--bg-alt);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 1.5rem;
	display: flex;
	gap: 1rem;

	align-items: center;
}

.contact-card-text {
	margin: 0;
}

.contact-card-icon {
	background-color: var(--wp--preset--color--primary);
	width: 48px;
	height: 48px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.contact-card-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 16px;
	color: var(--wp--preset--color--primary-dark);
	margin: 0 0 0.3rem 0;
}

.contact-card-desc {
	margin: 0;
	font-size: 14px;
	color: var(--wp--preset--color--text-secondary);
	line-height: 1.5;
}

.contact-card-desc a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s;
}

.contact-card-desc a:hover {
	color: var(--wp--preset--color--accent);
}

.contact-socials {
	margin-top: 1rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--wp--preset--color--border);
}

.contact-socials-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--text-primary);
}

.contact-socials-icons {
	display: flex;
	gap: 1rem;
}

.social-icon-link {
	width: 40px;
	height: 40px;
	background-color: var(--wp--preset--color--primary-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s;
}

.social-icon-link:hover {
	transform: translateY(-3px);
}

.social-icon-link:hover svg path {
	fill: #ffffff;
}

.contact-form-column {
	background-color: #ffffff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 2.5rem;
	margin: 0;
	width: 100%;
	background-color: var(--wp--preset--color--bg-alt);
}

.form-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 24px;
	color: var(--wp--preset--color--primary-dark);
	margin-bottom: 0.5rem;
}

.form-subtitle {
	color: var(--wp--preset--color--text-secondary);
	font-size: 14px;
	margin-bottom: 2rem;
}

.forminator-custom-form .forminator-input,
.forminator-custom-form .forminator-textarea {
	background-color: var(--wp--preset--color--background) !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-radius: 8px !important;
	padding: 12px 16px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	margin-bottom: 1.5rem !important;
	width: 100%;
}

.forminator-custom-form .forminator-input:focus,
.forminator-custom-form .forminator-textarea:focus {
	border-color: var(--wp--preset--color--accent) !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(55, 168, 53, 0.1);
}

.forminator-custom-form .forminator-button-submit {
	background-color: var(--wp--preset--color--accent) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 14px 28px !important;
	font-family: 'Manrope', sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	width: 100% !important;
	cursor: pointer;
	transition: background-color 0.3s;
}

.forminator-custom-form .forminator-button-submit:hover {
	background-color: var(--wp--preset--color--accent-hover) !important;
}

.forminator-checkbox-label {
	font-size: 13px !important;
	color: var(--wp--preset--color--text-secondary) !important;
}

@media (max-width: 991px) {
	.contact-content-container {
		grid-template-columns: 1fr;
	}

	.contact-form-column {
		padding: 1.5rem;
	}
}

.map {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.map-section {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.map-section .wp-block-shortcode {
	width: 100vw !important;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	height: 400px !important;
	max-width: none !important;
}

.map-section .leaflet-container {
	height: 400px !important;
	width: 100% !important;
	z-index: 1;
}

.map-section iframe {
	width: 100% !important;
	height: 400px !important;
	border: none;
	display: block;
}

body {
	overflow-x: hidden;
}

.hero-about-section {
	position: relative;
	min-height: 500px;
	background-color: var(--wp--preset--color--primary-dark);
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 5rem 0;
}

.hero-about-content {
	position: relative;
	z-index: 2;
	padding-left: calc((100vw - 1228px) / 2);
	padding-right: calc((100vw - 1228px) / 4);
	margin-bottom: 0;
}

.hero-about-title {
	font-family: var(--wp--preset--font-family--manrope);
	margin-bottom: 1rem;
	color: var(--wp--preset--color--background) !important;
	text-align: left;
}

.hero-about-divider {
	border: none;
	border-top: 3px solid var(--wp--preset--color--accent);
	width: 80px;
	margin: 0 0 2rem 0;
	position: relative;
}

.hero-about-divider::after {
	content: '';
	position: absolute;
	right: 0;
	top: -5px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid var(--wp--preset--color--accent);
}

.hero-about-subtitle {
	font-family: var(--wp--preset--font-family--inter);
	font-weight: 400;
	line-height: 1.5;
	color: var(--wp--preset--color--primary-light) !important;
	text-align: left;
	margin: 0;
	max-width: 500px;
}

.hero-about-illustration {
    position: absolute;
    right: 0;
    top: 0;
    width: var(--hero-img-width, 50%);
    height: 100%;
    margin: 0;
    z-index: 1;
    opacity: 0.3;
}

.hero-about-illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}

.about-content-section {
	background-color: var(--wp--preset--color--background);
}

.about-text-container {
	max-width: 1440px;
	margin: 0 auto;
}

.about-intro-text {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 16px;
	line-height: 1.8;
	color: var(--wp--preset--color--text-secondary);
	text-align: left;
}

@media (max-width: 991px) {
	.hero-about-section {
		min-height: 400px;
		padding: 3rem 0;
	}

	.hero-about-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.hero-about-illustration {
		width: 60%;
	}

	.hero-about-title {
		font-size: 36px !important;
	}

	.hero-about-subtitle {
		font-size: 18px !important;
	}
}

@media (max-width: 576px) {

	.contact-content-section {
	padding: 2rem 0;
}

	.hero-about-section {
		min-height: 350px;
	}

	.hero-about-content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.hero-about-title {
		font-size: 28px !important;
	}

	.hero-about-subtitle {
		font-size: 16px !important;
	}

	.hero-about-illustration {
		width: 100%;
		opacity: 0.1;
	}

	.about-intro-text {
		font-size: 14px;
	}
}

.mission-section {
	padding: 5rem 0;
}

.mission-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.mission-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--primary-dark) !important;
	text-align: left;
}

.mission-divider {
	border: none;
	border-top: 3px solid var(--wp--preset--color--accent);
	width: 80px;
	margin: 0 0 2rem 0;
	position: relative;
}

.mission-divider::after {
	content: '';
	position: absolute;
	right: 0;
	top: -5px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid var(--wp--preset--color--accent);
}

.mission-statement {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 20px;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary);
	text-align: left;
}

.mission-blocks-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
	margin: 0;
}

.mission-block {
	position: relative;
	border-radius: 24px;
	padding: 48px 32px 36px;
	min-height: 540px;
	overflow: hidden;
	transition:
		transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
}

.mission-block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	border-radius: 24px 24px 0 0;
	z-index: 4;
}

.block-icon-bg {
	position: absolute;
	bottom: -40px;
	right: -40px;
	width: 240px;
	height: 240px;
	opacity: 0.08;
	z-index: 1;
	pointer-events: none;
	transition: all 0.4s ease;
}

.mission-block:hover .block-icon-bg {
	opacity: 0.14;
	transform: scale(1.08) rotate(4deg);
}

.block-icon-bg svg {
	width: 100%;
	height: 100%;
}

.block-number {
	position: relative;
	z-index: 3;
	font-family: var(--wp--preset--font-family--manrope);
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1;
	opacity: 0.12;
	margin-bottom: -15px;
}

.block-title {
	position: relative;
	z-index: 3;
	font-family: var(--wp--preset--font-family--manrope);
	font-size: 1.45rem;
	margin-bottom: 24px;
	line-height: 1.3;
	min-height: 64px;
}

.block-text {
	position: relative;
	z-index: 3;
	font-size: 0.98rem;
	line-height: 1.7;
	margin-bottom: 14px;
}

.block-quote {
	position: relative;
	z-index: 3;
	padding: 18px 22px;
	border-radius: 12px;
	font-style: italic;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 24px;
	margin-bottom: 0;
	margin-top: auto;
}

.mission-block-green {
	background: linear-gradient(
		160deg,
		var(--wp--preset--color--accent) 0%,
		#2a8228 100%
	);
	color: #ffffff;
	box-shadow: 0 16px 40px rgba(55, 168, 53, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.15);

	margin-block-start: auto !important;
}

.mission-block-green:hover {
	box-shadow: 0 24px 50px rgba(55, 168, 53, 0.35);
}

.mission-block-green::before {
	background: linear-gradient(90deg, transparent, #84f582, transparent);
}

.mission-block-green .block-number,
.mission-block-green .block-title {
	color: #ffffff;
}

.mission-block-green .block-text {
	color: rgba(255, 255, 255, 0.85);
}

.mission-block-green .block-quote {
	background: rgba(255, 255, 255, 0.12);
	border-left: 4px solid #84f582;
	color: #e8fce8;
}

.mission-block-green .block-icon-bg svg {
	stroke: #ffffff;
}

.mission-block-blue {
	background: linear-gradient(
		160deg,
		var(--wp--preset--color--primary) 0%,
		#1d4060 100%
	);
	color: #ffffff;
	box-shadow: 0 16px 40px rgba(42, 88, 128, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.mission-block-blue:hover {
	box-shadow: 0 24px 50px rgba(42, 88, 128, 0.35);
}

.mission-block-blue::before {
	background: linear-gradient(90deg, transparent, #7ab8ff, transparent);
}

.mission-block-blue .block-number,
.mission-block-blue .block-title {
	color: #ffffff;
}

.mission-block-blue .block-text {
	color: rgba(255, 255, 255, 0.85);
}

.mission-block-blue .block-quote {
	background: rgba(255, 255, 255, 0.1);
	border-left: 4px solid #7ab8ff;
	color: #e0f0ff;
}

.mission-block-blue .block-icon-bg svg {
	stroke: #ffffff;
}

.mission-block-light {
	background: linear-gradient(
		160deg,
		var(--wp--preset--color--primary-light) 0%,
		#f8fbff 100%
	);
	color: var(--wp--preset--color--text-primary);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
	border: 1px solid #c8d8e8;
}

.mission-block-light:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.mission-block-light::before {
	background: linear-gradient(
		90deg,
		transparent,
		var(--wp--preset--color--primary),
		transparent
	);
}

.mission-block-light .block-number,
.mission-block-light .block-title {
	color: var(--wp--preset--color--primary);
}

.mission-block-light .block-text {
	color: #334155;
}

.mission-block-light .block-quote {
	background: rgba(42, 88, 128, 0.06);
	border-left: 4px solid var(--wp--preset--color--primary);
	color: #1e3a5f;
}

.mission-block-light .block-icon-bg svg {
	stroke: var(--wp--preset--color--primary);
}

@media (max-width: 1100px) {
	.mission-blocks-wrapper {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mission-block {
		min-height: auto;
		padding: 40px 28px 28px;
	}

	.mission-statement {
		font-size: 18px;
	}

	.mission-title {
		font-size: 28px !important;
	}
}

@media (max-width: 576px) {
	.mission-section {
		padding: 3rem 0;
	}

	.block-number {
		font-size: 3.5rem;
	}

	.block-title {
		font-size: 1.25rem;
	}

	.block-quote {
		font-size: 0.95rem;
	}
}

.history-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--bg-alt);
}

.history-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.history-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--primary-dark) !important;
	text-align: left;
}

.history-divider {
	border: none;
	border-top: 3px solid var(--wp--preset--color--accent);
	width: 80px;
	margin: 0 0 2rem 0;
	position: relative;
}

.history-divider::after {
	content: '';
	position: absolute;
	right: 0;
	top: -5px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid var(--wp--preset--color--accent);
}

.history-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4rem;
	margin-left: 0 !important;
}

.history-text-column {
	flex: 1;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.history-text {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 16px;
	line-height: 1.8;
	color: var(--wp--preset--color--text-secondary);
	text-align: left;
	margin: 0;
}

.history-image {
	flex: 1;
	margin: 0;
	line-height: 0;
}

.history-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1100px) {
	.history-content {
		flex-direction: column;
		gap: 3rem;
	}

	.history-text-column {
		max-width: 100%;
	}

	.history-image {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.history-section {
		padding: 3rem 0;
	}

	.history-title {
		font-size: 28px !important;
	}

	.history-content {
		gap: 2rem;
	}

	.history-text {
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.history-text {
		font-size: 14px;
		line-height: 1.7;
	}

	.history-image img {
		border-radius: 8px;
	}
}

.section-heading,
.tech-title,
.benefits-title,
.news-title-main,
.solutions-title,
.hero-news-title,
.hero-about-title,
.mission-title {
	position: relative;
	display: inline-block;
	margin-bottom: 1.2rem;
	font-family: 'Manrope', sans-serif;
	max-width: 80%;
	font-size: 36px;
	margin-top: 0;
}

.section-heading::before,
.tech-title::before,
.benefits-title::before,
.news-title-main::before,
.solutions-title::before,
.hero-news-title::before,
.hero-about-title::before,
.mission-title::before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--wp--preset--color--accent);
}

.section-heading::after,
.tech-title::after,
.benefits-title::after,
.news-title-main::after,
.solutions-title::after,
.hero-news-title::after,
.hero-about-title::after,
.mission-title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	right: -18px;
	width: 18px;
	height: 4px;
	background-color: var(--wp--preset--color--accent);
	transform-origin: left bottom;
	transform: rotate(-45deg);
}

.competencies-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--background);
}

.competencies-container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.competencies-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--primary-dark) !important;
}

.competencies-text {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 18px;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary);

	margin-bottom: 3rem;
	margin-left: 0 !important;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 3rem;
}

.stat-card {
	background-color: #f8fafc;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 2rem;
	text-align: center;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;

	margin-block-start: inherit !important;
}


.stat-number {
	font-family: var(--wp--preset--font-family--manrope);
	font-size: 48px;
	color: var(--wp--preset--color--primary);
	margin-bottom: 0.5rem;
	line-height: 1;
	margin-top: 0.5rem;
}

.stat-description {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 15px;
	color: var(--wp--preset--color--text-secondary);
	margin: 0;
	line-height: 1.4;
}

.cta-join-block {
	background-color: var(--wp--preset--color--primary-dark);
	border-radius: 16px;
	padding: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	color: #ffffff;
	width: 100%;
}

.cta-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 28px;
	margin: 0;
	color: #ffffff !important;
	flex: 1;
}

.cta-description {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 16px;
	color: var(--wp--preset--color--primary-light) !important;
	margin: 0;
	flex: 1.5;
	line-height: 1.5;
}

.cta-button .wp-block-button__link {
	background-color: #ffffff;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 8px;
	padding: 12px 32px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.cta-button .wp-block-button__link:hover {
	background-color: white !important;
color: var(--wp--preset--color--primary-dark) !important;
}

.hero-container {
	padding: 0 !important;
}

@media (max-width: 1100px) {
	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cta-join-block {
		flex-direction: column;
		text-align: center;
	}

	.cta-title,
	.cta-description {
		width: 100%;
	}
}

@media (max-width: 768px) {

	.hero-text-box-static {
		clip-path: none;
	}

	.hero-text-box-static::before {
		clip-path: none !important;
	}

	.competencies-text {
		font-size: 16px;
		margin-bottom: 2rem;
	}

	.section-heading {
		font-size: 30px;
	}

	.stat-number {
		font-size: 36px;
	}

	.stat-card {
		padding: 1.5rem;
	}
}

@media (max-width: 576px) {
	.competencies-section {
		padding: 3rem 0;
	}

	.section-heading {
		font-size: 22px;
	}

	.competencies-title {
		font-size: 28px !important;
	}

	.stats-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cta-join-block {
		padding: 2rem 1.5rem;
	}

	.cta-title {
		font-size: 24px;
		text-align: left;
	}

	.cta-description {
		font-size: 14px;
		text-align: left;
	}
}

.hero-news-section {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 5rem 0 !important;
}

.hero-news-section .wp-block-post-featured-image {
    position: absolute;
    right: 0;
    top: 0;
    width: var(--hero-img-width, 100%);
    height: 100%;
    margin: 0;
    z-index: 1;
}

.hero-news-section .wp-block-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}

.hero-news-text-box {
	position: relative;
	z-index: 3;
	padding-left: calc((100vw - 1440px) / 2 + 40px);
	margin: 0;
	padding-left: calc((100vw - 1228px) / 2);
	padding-right: calc((100vw - 1228px) / 4);
}

.hero-news-title {
	font-family: var(--wp--preset--font-family--manrope);
	margin-bottom: 1rem;
	color: var(--wp--preset--color--background) !important;
	text-align: left;
}

.hero-news-subtitle {
	font-family: var(--wp--preset--font-family--inter);
	font-weight: 400;
	line-height: 1.5;
	color: var(--wp--preset--color--primary-light) !important;
	text-align: left;
	margin: 0;
	max-width: 550px;
}

@media (max-width: 991px) {
	.hero-news-section {
		min-height: 400px;
		padding: 3rem 0;
	}
	.hero-news-text-box {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.hero-news-section .wp-block-post-featured-image {
		width: 100%;
	}
	.hero-news-title {
		font-size: 36px !important;
	}
	.hero-news-subtitle {
		font-size: 18px !important;
	}
}
@media (max-width: 576px) {
	.hero-news-section {
		min-height: 350px;
	}
	.hero-news-text-box {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.hero-news-title {
		font-size: 28px !important;
	}
	.hero-news-subtitle {
		font-size: 16px !important;
	}
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin: auto;
	width: 100%;
	/* margin-bottom: 3rem; */
}

.news-card {
	background-color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	border: 0.5px var(--wp--preset--color--border) solid;
}

.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.news-card-image {
	position: relative;
	height: 240px;
	overflow: hidden;
}

.news-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img {
	transform: scale(1.05);
}

.news-category {
	position: absolute;
	top: 16px;
	left: 16px;
	background-color: var(--wp--preset--color--accent);
	color: #ffffff;
	padding: 4px 12px;
	border-radius: 6px;
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 2;
}

.news-card-content {
	padding: 20px 24px 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.news-card-date {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #718096;
	font-size: 14px;
}

.news-card-date svg {
	flex-shrink: 0;
}

.news-card-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
}

.news-card-title a {
	color: var(--wp--preset--color--primary-dark);
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-card-title a:hover {
	color: var(--wp--preset--color--accent);
}

.news-card-excerpt {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 14px;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary);
	margin: 0;
	flex: 1;
}

.news-card-link {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 600;
	font-size: 16px;
	color: var(--wp--preset--color--primary-dark);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.3s ease;
	padding-top: 12px;
}

.news-card-link:hover {
	color: var(--wp--preset--color--accent);
}

.news-card-footer {
	border-top: 1px solid #e2e8f0;
}

.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 3rem;
	padding: 2rem 0;
	min-height: 80px;
}

.news-pagination a,
.news-pagination span,
.news-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 600;
	font-size: 16px;
	color: var(--wp--preset--color--primary-dark);
	text-decoration: none;
	transition: all 0.3s ease;
}

.news-pagination a:hover,
.news-pagination .page-numbers:hover {
	background-color: var(--wp--preset--color--accent);
	border-color: var(--wp--preset--color--accent);
	color: #ffffff;
}

.news-pagination .current {
	background-color: var(--wp--preset--color--primary-dark);
	border-color: var(--wp--preset--color--primary-dark);
	color: #ffffff;
	cursor: default;
}

.news-pagination .dots {
	border: none;
	cursor: default;
	padding: 0 8px;
}

.news-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--background);
}

.news-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.news-title-main {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--primary-dark) !important;
	text-align: left;
	margin-left: 0 !important;
}

.news-divider {
	border: none;
	border-top: 3px solid var(--wp--preset--color--accent);
	width: 100%;
	max-width: 600px;
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-bottom: 3rem;
}

.news-grid-container {
	max-width: 1440px;
	margin: 0 auto;
}

.no-news {
	text-align: center;
	padding: 5rem 2rem;
	font-size: 18px;
	color: var(--wp--preset--color--text-secondary);
}

@media (max-width: 1100px) {
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.news-grid-section {
		padding: 0 8px;
	}
}

@media (max-width: 768px) {
	.news-grid-section {
		padding: 3rem 0;
	}

	.news-grid-container {
		padding: 0 20px;
	}

	.news-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.news-pagination {
		flex-wrap: wrap;
		gap: 8px;
		min-height: 60px;
	}

	.news-pagination a,
	.news-pagination span,
	.news-pagination .page-numbers {
		min-width: 40px;
		height: 40px;
		font-size: 14px;
		padding: 0 10px;
	}
}

@media (max-width: 576px) {
	.news-section {
		padding: 3rem 0;
	}

	.news-card-image {
		height: 200px;
	}

	.news-card-content {
		padding: 16px 20px 20px;
	}

	.news-card-title {
		font-size: 16px;
	}

	.news-title-main {
		font-size: 28px !important;
	}
}

.products-hero-section {
	padding: 4rem 0 3rem;
	background-color: var(--wp--preset--color--background);
}

.products-hero-content {
	text-align: left;
}

.products-title {
	font-family: var(--wp--preset--font-family--manrope);
	margin-bottom: 1rem;
}

.products-subtitle {
	font-family: var(--wp--preset--font-family--inter);
	line-height: 1.5;
	max-width: 700px;
	margin: 0;
}

.products-grid-section {
	padding: 3rem 0 5rem;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem;
}

.product-page-card {
	background-color: #ffffff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 16px;
	overflow: hidden;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	margin-top: 0;
}

.product-page-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.product-page-image {
	height: 280px;
	overflow: hidden;
	margin: 0;
}

.product-page-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.product-page-card:hover .product-page-image img {
	transform: scale(1.05);
}

.product-page-content {
	padding: 1.4rem;
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-top: 0;
}

.product-page-tag {
	display: inline-block;
	background-color: var(--wp--preset--color--primary-light);
	color: var(--wp--preset--color--primary-dark);
	padding: 4px 12px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 1rem;
	width: fit-content;
}

.product-page-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-size: 28px;
	margin: 0 0 1rem 0;
	color: var(--wp--preset--color--primary-dark) !important;
}

.product-page-desc {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 15px;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary) !important;
	margin-bottom: 1.4rem;
	margin-top: 0;
}

.product-page-features {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	flex: 1;
}

.product-page-features li {
	display: flex;
	align-items: flex-start;
	gap: 0.2rem;
	font-size: 14px;
	line-height: 1.5;
	color: var(--wp--preset--color--text-secondary);
}

.product-page-features li svg {
	flex-shrink: 0;
	margin-top: 2px;
}

.product-page-btn .wp-block-button__link {
	background-color: var(--wp--preset--color--primary-dark);
	color: #ffffff !important;
	border: 2px solid var(--wp--preset--color--primary-dark);
	border-radius: 8px;
	padding: 10px 24px;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.3s ease;
	width: fit-content;
}

.product-page-btn .wp-block-button__link:hover {
	background-color: transparent;
	color: var(--wp--preset--color--primary-dark) !important;
}

@media (max-width: 991px) {
	.products-grid {
		grid-template-columns: 1fr;
	}

	.product-page-image {
		height: 240px;
	}

	.product-page-title {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.products-hero-section {
		padding: 3rem 0 2rem;
	}

	.products-title {
		font-size: 32px !important;
	}

	.products-subtitle {
		font-size: 16px;
	}

	.products-grid-section {
		padding: 2rem 0 4rem;
	}

	.product-page-content {
		padding: 1rem;
	}
}

.news-single-hero {
	position: relative;
	min-height: 450px;
	background-color: var(--wp--preset--color--primary-dark);
	display: flex;
	align-items: flex-end;
	padding: 4rem 0;
	overflow: hidden;
}

.news-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.news-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to top,
		rgba(38, 79, 115, 0.95) 0%,
		rgba(38, 79, 115, 0.4) 100%
	);
	z-index: 2;
}

.news-hero-content {
	position: relative;
	z-index: 3;
	max-width: 1228px;
	width: 100%;
	margin: 0 auto;
}

.news-meta-top {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	margin-bottom: 1.5rem;
}

.news-single-title {
	max-width: 900px;
	line-height: 1.2;
}

.news-single-body {
	padding: 4rem 0 5rem;
	background-color: var(--wp--preset--color--background);
}

.news-content-wrapper {
}

.news-article-content {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 18px;
	line-height: 1.8;
	color: var(--wp--preset--color--text-secondary);
}

.news-article-content h2,
.news-article-content h3,
.news-article-content h4 {
	font-family: var(--wp--preset--font-family--manrope);
	color: var(--wp--preset--color--primary-dark);
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.news-article-content h2 {
	font-size: 32px;
	font-weight: 700;
}

.news-article-content h3 {
	font-size: 24px;
	font-weight: 600;
}

.news-article-content p {
	margin-bottom: 1.5rem;
}

.news-article-content ul,
.news-article-content ol {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
}

.news-article-content li {
	margin-bottom: 0.5rem;
}

.news-article-content img {
	border-radius: 12px;
	margin: 2rem 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.news-single-body .wp-block-separator {
	border: none;
	border-top: 1px solid var(--wp--preset--color--border);
	margin: 4rem 0;
	opacity: 1;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border-width: 1px;
	padding: 12px 32px;
	font-size: 14px;
	border-radius: 6px;
}

@media (max-width: 991px) {
	.news-single-hero {
		min-height: 350px;
		padding: 3rem 0;
	}

	.news-hero-content {
		padding: 0 20px;
	}

	.news-single-title {
		font-size: 36px !important;
	}

	.news-article-content {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.news-single-hero {
		min-height: 300px;
	}

	.news-meta-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.news-single-title {
		font-size: 28px !important;
	}
}

.product-hero-section {
	background-color: var(--wp--preset--color--primary-dark);
	padding: 5em 0;
	color: #ffffff;
}

.product-hero-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: start;
}

.product-gallery {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.product-main-image {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	background-color: #ffffff;
}

.product-main-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.product-thumbnails {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin: 0;
}

.product-thumbnails .wp-block-image {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	transition: opacity 0.3s;
}

.product-thumbnails .wp-block-image:hover {
	opacity: 0.8;
}

.product-thumbnails img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.product-info {
}

.product-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 800;
	line-height: 1.2;
}

.product-badge {
	display: inline-block;
	background-color: var(--wp--preset--color--primary);
	color: #ffffff;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.product-short-desc {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.product-features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 1rem;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
}

.feature-item svg {
	flex-shrink: 0;
}

.product-cta-btn .wp-block-button__link {
	background-color: var(--wp--preset--color--accent);
	color: #ffffff !important;
	border: none;
	border-radius: 8px;
	padding: 14px 32px;
	font-weight: 700;
	font-size: 16px;
	transition: background-color 0.3s;
}

.product-cta-btn .wp-block-button__link:hover {
	background-color: #2a8228;
}

.product-details-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--background);
}

.product-details-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.use-cases-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.use-case-card {
	background-color: var(--wp--preset--color--bg-alt);
	padding: 2rem;
	border-radius: 12px;
}

.use-case-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--primary-dark);
}

.use-case-text {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 15px;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary);
	margin: 0;
}

.specs-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.specs-list li {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 16px;
	color: var(--wp--preset--color--text-secondary);
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #e2e8f0;
}

.specs-list li:last-child {
	border-bottom: none;
}

.specs-list strong {
	color: var(--wp--preset--color--primary-dark);
	font-weight: 600;
}

@media (max-width: 991px) {
	.product-hero-container {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.product-features-grid {
		grid-template-columns: 1fr;
	}

	.use-cases-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 576px) {

	.product-title {
		font-size: 28px !important;
	}

	.product-details-section {
		padding: 3rem 0;
	}
}

.product-purpose-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--background);
}

.product-purpose-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: start;
}

.purpose-content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: flex-start;
}

.purpose-desc {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 16px;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary);
	margin: 0;
}

.purpose-subtitle {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 600;
	font-size: 16px;
	color: var(--wp--preset--color--primary-dark);
	margin: 0.5rem 0 0 0;
}

.purpose-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1rem;
	width: 100%;
}

.purpose-item {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background-color: #f8fafc;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 1.5rem;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.purpose-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.purpose-icon svg {
	width: 24px;
	height: 24px;
}

.purpose-text {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.purpose-item-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	color: var(--wp--preset--color--primary-dark);
}

.purpose-item-desc {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 14px;
	margin: 0;
	color: var(--wp--preset--color--text-secondary);
}

.purpose-image {
	margin: 0;
	height: 100%;
	min-height: 400px;
	border-radius: 12px;
	overflow: hidden;
}

.purpose-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {
	.product-purpose-container {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.purpose-image {
		min-height: 300px;
		order: -1;
	}
}

@media (max-width: 576px) {
	.product-purpose-section {
		padding: 3rem 0;
	}

	.purpose-item {
		padding: 1rem;
		gap: 1rem;
	}

	.purpose-item-title {
		font-size: 16px;
	}
}

.product-advantages-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--bg-alt);
}

.product-advantages-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.advantages-subtitle {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 18px;
	color: var(--wp--preset--color--text-secondary);
	margin: 0 !important;
	text-align: left;
}

.advantages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	width: 100%;
}

.advantage-card {
	background-color: #ffffff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 2rem 3rem;
	text-align: left;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
	margin: 0;
}

.advantage-icon-wrapper {
	width: 64px;
	height: 64px;
	background-color: var(--wp--preset--color--primary-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.advantage-icon-wrapper svg {
	width: 32px;
	height: 32px;
}

.advantage-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	color: var(--wp--preset--color--primary-dark);
}

.advantage-desc {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 14px;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary);
	margin: 0;
}

@media (max-width: 991px) {
	.advantages-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.product-advantages-section {
		padding: 3rem 0;
	}

	.advantages-grid {
		grid-template-columns: 1fr;
	}

	.advantage-card {
		padding: 2rem 1.5rem;
	}

	.advantages-subtitle {
		font-size: 16px;
	}
}

.product-specs-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--background);
}

.product-specs-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	align-items: flex-start;
}

.specs-subtitle {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 18px;
	color: var(--wp--preset--color--text-secondary);
	margin: 0 !important;
	text-align: left;
}

.specs-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 4rem;
	align-items: start;
	margin: 0 !important;
	width: 100%;
}

.specs-table-wrapper {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	overflow: hidden;
}

.specs-table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 15px;
}

.specs-table th,
.specs-table td {
	padding: 1.2rem 1.5rem;
	text-align: left;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.specs-table tr:last-child th,
.specs-table tr:last-child td {
	border-bottom: none;
}

.specs-table th {
	background-color: #f8fafc;
	font-weight: 600;
	color: var(--wp--preset--color--primary-dark);
	width: 40%;
}

.specs-table td {
	color: var(--wp--preset--color--text-secondary);
}

.comparison-wrapper {
	display: flex;
	flex-direction: column;
	margin: 0;
	gap: 1.5rem;
}

.comparison-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	color: var(--wp--preset--color--primary-dark);
}

.comparison-table-responsive {
	overflow-x: auto;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
}

.comparison-table {
	width: 100%;
	min-width: 300px;
	border-collapse: collapse;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 14px;
}

.comparison-table th,
.comparison-table td {
	padding: 1rem;
	text-align: center;
	border-right: 1px solid var(--wp--preset--color--border);
}

.comparison-table th:last-child,
.comparison-table td:last-child {
	border-right: none;
}

.comparison-table thead th {
	background-color: var(--wp--preset--color--primary-dark);
	color: #ffffff;
	font-weight: 600;
}

.comparison-table .highlight {
	background-color: rgba(55, 168, 53, 0.1);
	font-weight: 600;
	color: var(--wp--preset--color--primary-dark);
}

.comparison-table .check {
	color: var(--wp--preset--color--accent);
	font-weight: bold;
	font-size: 18px;
}

.comparison-table .cross {
	color: #ef4444;
	font-weight: bold;
	font-size: 18px;
}

@media (max-width: 991px) {
	.specs-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.specs-table th,
	.specs-table td {
		padding: 1rem;
	}
}

@media (max-width: 576px) {
	.product-specs-section {
		padding: 3rem 0;
	}

	.specs-subtitle {
		font-size: 16px;
	}

	.comparison-title {
		font-size: 20px;
	}

	.specs-table th,
	.specs-table td,
	.comparison-table th,
	.comparison-table td {
		padding: 0.8rem;
		font-size: 13px;
	}
}

.purchase-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--bg-alt);
}

.purchase-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.purchase-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 4rem;
	align-items: start;
}

.purchase-steps {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.step-card {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background-color: #ffffff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 1.5rem;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.step-number {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 800;
	font-size: 24px;
	color: var(--wp--preset--color--primary);
	width: 48px;
	height: 48px;
	background-color: var(--wp--preset--color--primary-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.step-content {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.step-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	color: var(--wp--preset--color--primary-dark);
}

.step-desc {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 14px;
	margin: 0;
	color: var(--wp--preset--color--text-secondary);
	line-height: 1.5;
}

.purchase-form-wrapper {
	background-color: #ffffff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	padding: 2.5rem;
	margin: 0;
}

.form-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0.5rem;
	color: var(--wp--preset--color--primary-dark);
}

.form-subtitle {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 14px;
	color: var(--wp--preset--color--text-secondary);
	margin-bottom: 2rem;
}

.forminator-custom-form .forminator-input,
.forminator-custom-form .forminator-textarea,
.forminator-custom-form .forminator-select {
	background-color: #f8fafc !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-radius: 8px !important;
	padding: 12px 16px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	margin-bottom: 1.5rem !important;
	width: 100%;
}

.forminator-custom-form .forminator-input:focus,
.forminator-custom-form .forminator-textarea:focus {
	border-color: var(--wp--preset--color--accent) !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(55, 168, 53, 0.1);
}

.forminator-custom-form .forminator-button-submit {
	background-color: var(--wp--preset--color--accent) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 14px 28px !important;
	font-family: 'Manrope', sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	width: 100% !important;
	cursor: pointer;
	transition: background-color 0.3s;
}

.forminator-custom-form .forminator-button-submit:hover {
	background-color: #2a8228 !important;
}

.forminator-checkbox-label {
	font-size: 13px !important;
	color: var(--wp--preset--color--text-secondary) !important;
}

@media (max-width: 991px) {
	.purchase-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.purchase-form-wrapper {
		padding: 2rem;
	}
}

@media (max-width: 576px) {
	.purchase-section {
		padding: 3rem 0;
	}

	.step-card {
		padding: 1rem;
		gap: 1rem;
	}

	.step-number {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.step-title {
		font-size: 16px;
	}

	.purchase-form-wrapper {
		padding: 1.5rem;
	}
}

.other-products-section {
	padding: 5rem 0;
	background-color: var(--wp--preset--color--background);
}

.other-products-container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	align-items: flex-start;
}

.other-products-subtitle {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 18px;
	color: var(--wp--preset--color--text-secondary);
	margin: 0;
	max-width: 600px;
}

.other-products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.other-product-card {
	background-color: #ffffff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 12px;
	overflow: hidden;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

.other-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.other-product-image {
	overflow: hidden;
	margin: 0;
}

.other-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.other-product-card:hover .other-product-image img {
	transform: scale(1.05);
}

.other-product-content {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.other-product-title {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 1rem 0;
}

.other-product-title a {
	color: var(--wp--preset--color--primary-dark);
	text-decoration: none;
	transition: color 0.3s ease;
}

.other-product-title a:hover {
	color: var(--wp--preset--color--accent);
}

.other-product-desc {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 14px;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary);
	margin-bottom: 1.5rem;
	flex: 1;
}

.other-product-btn .wp-block-button__link {
	background-color: transparent;
	color: var(--wp--preset--color--primary-dark) !important;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	padding: 12px 28px;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	width: fit-content;
}

.other-product-btn .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary-dark);
	color: #ffffff !important;
	border-color: var(--wp--preset--color--primary-dark);
}

.all-solutions-btn .wp-block-button__link {
	background-color: transparent;
	color: var(--wp--preset--color--primary-dark) !important;
	border: 2px solid var(--wp--preset--color--primary-dark);
	border-radius: 8px;
	padding: 12px 32px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	width: fit-content;
}

.all-solutions-btn .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary-dark);
	color: #ffffff !important;
}

@media (max-width: 991px) {
	.other-products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.other-products-section {
		padding: 3rem 0;
	}

	.other-products-grid {
		grid-template-columns: 1fr;
	}

	.other-product-content {
		padding: 1.5rem;
	}

	.other-product-title {
		font-size: 16px;
	}

	.all-solutions-btn .wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}

.custom-social-icons {
	display: flex;
	list-style: none;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	align-items: center;
}

.custom-social-icons li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--wp--preset--color--primary);
	border-radius: 500px;
	transition:
		transform 0.3s ease,
		opacity 0.3s ease;
}

.custom-social-icons li a img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	flex-shrink: 0;
}

.custom-social-icons li a:hover {
	transform: translateY(-3px);
	opacity: 0.8;
}

@media (max-width: 576px) {
	.footer-header {
		flex-direction: column;
		gap: 1.5rem;
		text-align: center;
	}

	.custom-social-icons {
		justify-content: center;
	}
}

.news-meta-top {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 1rem;
	flex-wrap: wrap;
}

.news-meta-top .wp-block-post-terms {
	display: inline-block;
	pointer-events: none;
	cursor: default;
}

.news-meta-top .wp-block-post-terms a {
	font-family: var(--wp--preset--font-family--manrope);
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--wp--preset--color--background) !important;
	text-decoration: none;
	background-color: var(--wp--preset--color--accent);
	padding: 4px 12px;
	border-radius: 6px;
	transition: all 0.3s ease;
	display: inline-block;
}

.news-meta-top .wp-block-post-date {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 14px;
	color: var(--wp--preset--color--primary-light) !important;
	margin-top: 0;
}

@media (max-width: 768px) {

	.tech-section,
	.benefits-section,
	.news-section,
	.solutions-section,
	.competencies-section,
	.mission-section,
	.history-section {
		padding: 2.5rem 0;
	}

	.tech-container,
	.benefits-container,
	.news-container,
	.solutions-container {
	}

	.tech-title,
	.benefits-title,
	.news-title-main,
	.solutions-title {
		font-size: 24px !important;
		margin-bottom: 0.8rem !important;
	}

	.tech-divider,
	.benefits-divider,
	.news-divider,
	.solutions-divider {
		max-width: 100% !important;
		margin-bottom: 1.5rem !important;
	}
}

@media (max-width: 576px) {
	.site-content > .wp-block-group {
		padding-left: 6px;
		padding-right: 6px;
	}

	.tech-section,
	.benefits-section,
	.news-section,
	.solutions-section {
		padding: 2rem 0;
	}

	.tech-title,
	.benefits-title,
	.news-title-main,
	.solutions-title {
		font-size: 22px !important;
	}

	.benefit-card p,
	.product-desc,
	.tech-text p {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}

	.benefit-title-card,
	.product-title {
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
.site-content > .wp-block-group {
	padding-left: 8px ;
	padding-right: 8px;
}

.hero-fullwidth-slider {
	padding: 0 !important;
}

	.product-card,
	.product-card.reverse {
		flex-direction: column !important;
	}

	.product-slider {
		min-height: 250px !important;
		width: 100% !important;
	}

	.product-info {
		width: 100% !important;
	}

	.product-adv-list li {
		font-size: 13px !important;
		gap: 0.5rem !important;
	}

	.product-adv-list li svg {
		width: 16px !important;
		height: 16px !important;
	}
}

@media (max-width: 576px) {
	.product-slider {
		min-height: 200px !important;
	}

	.product-tag {
		font-size: 12px !important;
		padding: 0.3rem 0.8rem !important;
	}

	.product-btn .wp-block-button__link {
		padding: 10px 20px !important;
		font-size: 14px !important;
		width: 100% !important;
		text-align: center !important;
	}
}

@media (max-width: 991px) {
	.benefits-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 1.5rem !important;
	}
}

@media (max-width: 576px) {
	.benefits-grid {
		grid-template-columns: 1fr !important;
		gap: 1.2rem !important;
	}

	.benefit-card {
		padding: 1.2rem !important;
		gap: 1rem !important;
	}

	.benefit-icon img {
		width: 40px !important;
		height: 40px !important;
	}
}

@media (max-width: 991px) {
	.tech-row,
	.tech-row.reverse {
		flex-direction: column !important;
		gap: 2rem !important;
	}

	.tech-text {
		max-width: 100% !important;
		width: 100% !important;
	}

	.tech-image {
		width: 100% !important;
	}

	.tech-image img {
		border-radius: 8px !important;
	}
}

@media (max-width: 576px) {
	.tech-row,
	.tech-row.reverse {
		gap: 1.5rem !important;
	}

	.tech-text p {
		font-size: 14px !important;
		margin-bottom: 1rem !important;
	}
}

@media (max-width: 1100px) {
	.news-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 1.5rem !important;
	}
}

@media (max-width: 768px) {
	.news-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 576px) {
	.news-card-image {
		height: 180px !important;
	}

	.news-card-content {
		padding: 1rem !important;
	}

	.news-card-title {
		font-size: 16px !important;
	}

	.news-card-excerpt {
		font-size: 13px !important;
	}

	.news-category {
		font-size: 10px !important;
		padding: 3px 8px !important;
	}
}

@media (max-width: 576px) {
	.wp-block-buttons {
		margin: 0;
		width: 80% !important;
		/* align-items: center;  */
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 10px; 
		justify-content: flex-start; 
	}
	.wp-block-button__link {
		width: auto !important;
		min-width: 120px; 
		flex: 0 1 auto; 
		text-align: center !important;
		padding: 8px 16px !important;
		font-size: 13px !important;
	}
}

@media (max-width: 768px) {
	.tech-text,
	.product-info,
	.benefit-card,
	.news-card-content,
	.hero-text-box-static {
		padding-left: 6px !important;
		padding-right: 6px !important;
		left: 0;
		clip-path: none !important;
	}

	
}

@media (max-width: 576px) {
	.tech-text,
	.product-info,
	.benefit-card,
	.news-card-content,
	.hero-text-box-static {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (max-width: 768px) {
	.wp-block-group.aligncontent {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 991px) {
	.news-single-hero {
		min-height: 350px !important;
		padding: 3rem 0 !important;
	}

	.news-hero-content {
		padding: 0 2rem !important;
	}

	.news-single-title {
		font-size: 36px !important;
		line-height: 1.3 !important;
	}

	.news-meta-top {
		gap: 1rem !important;
		flex-direction: row !important;
		align-items: center !important;
	}

	.news-single-body {
		padding: 3rem 0 4rem;
	}

	.news-article-content {
		font-size: 16px !important;
		line-height: 1.7 !important;
		padding: 0 1rem !important;
	}

	.news-article-content h2 {
		font-size: 28px !important;
	}

	.news-article-content h3 {
		font-size: 22px !important;
	}

	.news-article-content img {
		max-width: 100% !important;
		height: auto !important;
	}

	.wp-block-button__link {
		padding: 10px 24px !important;
		font-size: 14px !important;
	}
}

@media (max-width: 576px) {
	.news-single-hero {
		min-height: 300px !important;
		padding: 2rem 0 !important;
	}

	.news-hero-content {
		padding: 0 1.5rem !important;
	}

	.news-single-title {
		font-size: 28px !important;
		line-height: 1.4 !important;
	}

	.news-meta-top {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 0.5rem !important;
	}

	.news-meta-top .wp-block-post-terms a {
		font-size: 11px !important;
		padding: 3px 10px !important;
	}

	.news-meta-top .wp-block-post-date {
		font-size: 13px !important;
	}

	.news-article-content {
		font-size: 14px !important;
		line-height: 1.6 !important;
		padding: 0 !important;
	}

	.news-article-content h2 {
		font-size: 24px !important;
		margin-top: 2rem !important;
	}

	.news-article-content h3 {
		font-size: 20px !important;
	}

	.news-article-content p {
		margin-bottom: 1.2rem !important;
	}

	.news-article-content ul,
	.news-article-content ol {
		padding-left: 1.5rem !important;
		margin-bottom: 1.2rem !important;
	}

	.news-article-content img {
		border-radius: 8px !important;
		margin: 1.5rem 0 !important;
	}

	.news-single-body {
		padding: 2rem 0 3rem;
	}

	.news-single-body .wp-block-separator {
		margin: 3rem 0 !important;
	}

	.wp-block-button__link {
		padding: 10px 20px !important;
	}

	.wp-block-buttons {
		justify-content: flex-start;
	}
}

@media (max-width: 375px) {
	.news-single-title {
		font-size: 24px !important;
	}

	.news-article-content {
		font-size: 13px !important;
	}

	.news-article-content h2 {
		font-size: 22px !important;
	}
}

@media (max-width: 991px) {
	.hero-about-section {
		min-height: 400px !important;
		padding: 3rem 0 !important;
	}

	.hero-about-content {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.hero-about-title {
		font-size: 36px !important;
	}

	.hero-about-subtitle {
		font-size: 18px !important;
	}

	.hero-about-illustration {
		width: 60% !important;
		opacity: 0.15 !important;
	}

	.mission-blocks-wrapper {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	.mission-block {
		min-height: auto !important;
		padding: 40px 28px 28px !important;
	}

	.mission-statement {
		font-size: 18px !important;
	}

	.mission-title {
		font-size: 28px !important;
	}

	.history-content {
		flex-direction: column !important;
		gap: 3rem !important;
	}

	.history-text-column {
		max-width: 100% !important;
	}

	.history-image {
		width: 100% !important;
	}

	.history-title {
		font-size: 28px !important;
	}

	.stats-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.competencies-title {
		font-size: 28px !important;
	}

	.competencies-text {
		font-size: 16px !important;
		margin-bottom: 1rem;
	}

	.cta-join-block {
		flex-direction: column !important;
		text-align: center !important;
		gap: 1.5rem !important;
	}

	.cta-title,
	.cta-description {
		width: 100% !important;
	}

	.cta-button .wp-block-button__link {
		width: 100% !important;
		text-align: center !important;
	}
}

@media (max-width: 576px) {
	.hero-about-section {
		min-height: 350px !important;
	}

	.hero-about-content {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.hero-about-title {
		font-size: 28px !important;
	}

	.hero-about-subtitle {
		font-size: 16px !important;
	}

	.hero-about-illustration {
		width: 100% !important;
		opacity: 0.1 !important;
	}

	.mission-section {
		padding: 3rem 0 !important;
	}

	.mission-block {
		padding: 32px 24px 24px !important;
	}

	.block-number {
		font-size: 3.5rem !important;
	}

	.block-title {
		font-size: 1.25rem !important;
	}

	.block-text,
	.block-quote {
		font-size: 14px !important;
	}

	.mission-statement {
		font-size: 16px !important;
	}

	.history-section {
		padding: 3rem 0 !important;
	}

	.history-text {
		font-size: 14px !important;
		line-height: 1.7 !important;
	}

	.history-image img {
		border-radius: 8px !important;
	}

	.competencies-section {
		padding: 3rem 0 !important;
	}

	.stats-grid {
		grid-template-columns: 1fr !important;
		gap: 0;
	}

	.stat-number {
		font-size: 36px !important;
	}

	.stat-card {
		padding: 1.5rem !important;
	}

	.cta-join-block {
		padding: 2rem 1.5rem !important;
	}

	.cta-title {
		font-size: 24px !important;
	}

	.cta-description {
		font-size: 14px !important;
	}
}

@media (max-width: 375px) {
	.hero-about-title {
		font-size: 24px !important;
	}

	.block-number {
		font-size: 3rem !important;
	}

	.stat-number {
		font-size: 32px !important;
	}
}

@media (max-width: 991px) {
	.tech-container,
	.benefits-container,
	.news-container,
	.solutions-container,
	.competencies-container,
	.mission-container,
	.history-container,
	.other-products-container,
	.purchase-container,
	.product-advantages-container,
	.product-specs-container,
	.product-purpose-container,
	.product-details-container {
		gap: 2.5rem !important;
	}
}

@media (max-width: 576px) {
	.tech-container,
	.benefits-container,
	.news-container,
	.solutions-container,
	.competencies-container,
	.mission-container,
	.history-container,
	.other-products-container,
	.purchase-container,
	.product-advantages-container,
	.product-specs-container,
	.product-purpose-container,
	.product-details-container {
		gap: 1.5rem !important;
	}
}

@media (max-width: 991px) {
	[class$='-container'] {
		gap: 2.5rem !important;
	}
}
@media (max-width: 576px) {
	[class$='-container'] {
		gap: 1.5rem !important;
	}
}

.site-header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100% !important;
	z-index: 9999 !important;
	background-color: var(--wp--preset--color--background) !important;
	border-bottom: 1px solid var(--wp--preset--color--border);
	padding: 0 !important;
	margin: 0 !important;
	height: 92px;
	display: flex;
	align-items: center;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

main,
.site-content > .wp-block-group {
	padding: 80px 0;
	margin-top: 0;
}


.site-content > .wp-block-group {
	padding-left: 6px;
	padding-right: 6px;
}

@media(min-width:1280px) {
	.site-content > .wp-block-group {
		padding: 80px 0;
	}
}

.burger-menu {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	width: 44px;
	height: 44px;
	position: relative;
	z-index: 10001;
	flex-shrink: 0;
}

.burger-menu span {
	display: block;
	width: 24px;
	height: 2px;
	background-color: var(--wp--preset--color--text-primary);
	position: absolute;
	left: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 2px;
}
.burger-menu span:nth-child(1) {
	top: 14px;
}
.burger-menu span:nth-child(2) {
	top: 21px;
}
.burger-menu span:nth-child(3) {
	top: 28px;
}

.burger-menu.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 21px !important;
}
.burger-menu.active span:nth-child(2) {
	opacity: 0;
	transform: translateX(-20px);
}
.burger-menu.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 21px !important;
}

.burger-menu.active {
	position: fixed !important;
	top: 12px !important;
	right: 12px !important;
	z-index: 10002 !important;
	background: rgba(255, 255, 255, 0.95) !important;
	border-radius: 50% !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15) !important;
}

.close-menu {
	display: none !important;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.mobile-menu-content {
	padding: 2rem;
	max-width: 90vw;
}

.mobile-nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 25px;
	text-align: center;
}
.mobile-nav-menu li a {
	color: var(--wp--preset--color--text-primary);
	text-decoration: none;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 24px;
}
.mobile-sub-menu {
	display: none;
	padding: 10px 0;
}
.mobile-has-submenu.active > .mobile-sub-menu {
	display: block;
}
.mobile-sub-menu li a {
	font-size: 18px;
	color: var(--wp--preset--color--text-secondary) !important;
}
.mobile-phone {
	color: var(--wp--preset--color--primary-dark) !important;
	font-weight: 700;
	font-size: 20px;
}

.map {
	margin-bottom: 80px;
}

@media (max-width: 991px) {
	.site-header {
		height: 60px !important;
	}
	.header-inner {
		padding: 0 20px;
	}
	.site-logo img {
		height: 32px !important;
	}
	main,
	.site-content > .wp-block-group {
		padding: 42px 0;
		margin-bottom: 20px;
	}

	.site-content > .wp-block-group {
		padding-left: 6px;
		padding-right: 6px;
	}

	.main-navigation,
	.header-phone {
		display: none;
	}
	.burger-menu {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	.burger-menu:not(.active) {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		background: none !important;
		box-shadow: none !important;
		z-index: 10001;
	}
}

@media (max-width: 576px) {
	.site-header {
		margin-top: 0 !important;
	}

	main,
	.site-content > .wp-block-group {
		padding: 24px 0;
		margin-bottom: 40px;
	}

}

.product-gallery .glightbox-product {
	cursor: zoom-in;
	display: block;
}

.product-gallery .glightbox-product img {
	transition: transform 0.3s ease;
}

.product-gallery .glightbox-product:hover img {
	transform: scale(1.02);
}

@media (max-width: 768px) {
	.product-gallery .glightbox-product {
		cursor: pointer;
	}
}

.glightbox-desc,
.gdesc-container {
	display: none !important;
}

.gslide-description {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gslide-image img {
	max-height: 95vh !important;
	object-fit: contain !important;
}

.main-product-info {
}

.mission-quote-wrapper {
	text-align: center;
}

.mission-quote {
	margin: 0 auto;
	padding: 2rem 3rem;
	position: relative;
}

.mission-quote-text {
	font-family: var(--wp--preset--font-family--manrope);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--wp--preset--color--primary-dark);
	margin: 0;
	position: relative;
	z-index: 2;
}

.quote-mark {
	position: absolute;
	font-family: Georgia, serif;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	color: var(--wp--preset--color--primary);
	opacity: 0.15;
	z-index: 1;
	top: 0px;
}

.quote-mark.opening {
	left: 0;
}

.quote-mark.closing {
	right: 0;
}

.mission-intro {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--wp--preset--color--text-secondary);
}

@media (max-width: 768px) {
	.mission-quote {
		padding: 1.5rem 2rem;
	}

	.mission-quote-text {
		font-size: 20px;
	}

	.quote-mark {
		font-size: 68px;
	}

	.quote-mark.opening {
		left: 0px;
	}

	.quote-mark.closing {
		right: 0px;
	}

	.mission-intro {
		font-size: 15px;
		margin-bottom: 2rem;
	}
}

.badge-in-stock {
	background-color: var(--wp--preset--color--accent);
}

.footer-info {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
    font-size: 14px;
    text-align: left;
}

.footer-info p {
    margin: 0;
}

body.legal-page .site-content {
    padding-top: 80px !important;
}

@media (max-width: 991px) {
    body.legal-page .site-content {
        padding-top: 40px !important;
    }
}

@media (max-width: 576px) {
    body.legal-page .site-content {
        padding-top: 40px !important;
    }
}

@media (max-width: 375px) {
    body.legal-page .site-content {
        padding-top: 30px !important;
    }
}

body.legal-page .wp-block-post-content {
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
}

.site-content {
	margin-bottom: 5rem;
}

body.legal-page .wp-block-post-content h1,
body.legal-page .wp-block-post-content h2,
body.legal-page .wp-block-post-content h3 {
    color: var(--wp--preset--color--primary-dark) !important;
    text-align: left !important;
    margin-left: 0 !important;
}

body.legal-page .wp-block-post-content h1 {
    font-size: 42px !important;
    margin-bottom: 2rem !important;
    font-weight: 700 !important;
}

body.legal-page .wp-block-post-content h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
    position: relative;
    padding-bottom: 0.8rem;
}

body.legal-page .wp-block-post-content h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--wp--preset--color--primary) !important;
    margin-top: 2rem !important;
}

body.legal-page .wp-block-post-content p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-align: left !important;
    margin-bottom: 1.2rem !important;
}

body.legal-page .wp-block-post-content ul,
body.legal-page .wp-block-post-content ol {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: var(--wp--preset--color--text-secondary) !important;
    margin: 1rem 0 1.5rem 1.5rem !important;
    padding-left: 1rem !important;
}

body.legal-page .wp-block-post-content li {
    margin-bottom: 0.5rem;
}

body.legal-page .wp-block-post-content strong {
    color: var(--wp--preset--color--primary-dark) !important;
    font-weight: 600;
}

body.legal-page .wp-block-post-content a {
    color: var(--wp--preset--color--accent) !important;
    text-decoration: underline;
}

body.legal-page .wp-block-post-content .wp-block-separator {
    border: none;
    border-top: 1px solid var(--wp--preset--color--border);
    margin: 3rem 0 !important;
    opacity: 1;
}

@media (max-width: 768px) {

		.site-content {
			margin-bottom: 3rem;
		}
    
    body.legal-page .wp-block-post-content {
        padding: 2rem 1rem 3rem;
    }
    
    body.legal-page .wp-block-post-content h1 {
        font-size: 32px !important;
    }
    
    body.legal-page .wp-block-post-content h2 {
        font-size: 24px !important;
    }
    
    body.legal-page .wp-block-post-content h3 {
        font-size: 20px !important;
    }
    
    body.legal-page .wp-block-post-content p,
    body.legal-page .wp-block-post-content li {
        font-size: 15px !important;
    }
}

.error-404-section {
    padding: 4rem 0 6rem;
    background-color: var(--wp--preset--color--background);
    min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
}

.error-404-container {
    text-align: center;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (max-width: 576px) {
    .error-404-container {
        padding: 0 1rem;
    }
}

@media (max-width: 375px) {
    .error-404-container {
        padding: 0 0.75rem;
    }

		.error-404-code {
        gap: 0.5rem;
    }
    .error-404-number {
        font-size: 50px;  /* Ещё меньше */
    }
    .error-404-icon {
        width: 50px;
        height: 50px;
    }
    .error-404-icon svg {
        width: 24px;
        height: 24px;
    }
}

.error-404-code {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.error-404-number {
    font-family: var(--wp--preset--font-family--manrope);
    font-size: 180px;
    font-weight: 900;
    line-height: 1;
    color: var(--wp--preset--color--primary-dark);
    opacity: 0.15;
    letter-spacing: -5px;
}

.error-404-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: var(--wp--preset--color--primary-light);
    border-radius: 50%;
    flex-shrink: 0;
}

.error-404-icon svg {
    width: 60px;
    height: 60px;
}

.error-404-title {
    font-family: var(--wp--preset--font-family--manrope) !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-block !important;
}

.error-404-text {
    font-family: var(--wp--preset--font-family--inter);
    font-size: 18px;
    line-height: 1.7;
    color: var(--wp--preset--color--text-secondary);
    max-width: 600px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.error-404-btn .wp-block-button__link {
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.error-404-btn.is-style-fill .wp-block-button__link {
    background-color: var(--wp--preset--color--accent) !important;
    color: #ffffff !important;
    border: 2px solid var(--wp--preset--color--accent) !important;
}

.error-404-btn.is-style-fill .wp-block-button__link:hover {
    background-color: #fff !important;
		color:#2a8228 !important;
}

.error-404-btn.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    color: var(--wp--preset--color--primary-dark) !important;
    border: 2px solid var(--wp--preset--color--primary-dark) !important;
}

.error-404-btn.is-style-outline .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--primary-dark) !important;
    color: #ffffff !important;
}

.error-404-links {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid var(--wp--preset--color--border);
}

.error-404-links-title {
    font-family: var(--wp--preset--font-family--manrope);
    font-size: 16px;
    font-weight: 600;
    color: var(--wp--preset--color--text-primary);
    margin-bottom: 1.5rem;
}

.error-404-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    max-width: 700px;
    margin: 0 auto;
}

.error-404-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 1.5rem 1rem;
    background-color: var(--wp--preset--color--bg-alt);
    border: 1px solid var(--wp--preset--color--border);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.error-404-link:hover {
    background-color: var(--wp--preset--color--primary-light);
    border-color: var(--wp--preset--color--primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(38, 79, 115, 0.1);
}

.error-404-link svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.error-404-link span {
    font-family: var(--wp--preset--font-family--manrope);
    font-size: 14px;
    font-weight: 600;
    color: var(--wp--preset--color--primary-dark);
    text-align: center;
}

@media (max-width: 991px) {
    .error-404-number {
        font-size: 120px;
    }
    
    .error-404-icon {
        width: 90px;
        height: 90px;
    }
    
    .error-404-icon svg {
        width: 45px;
        height: 45px;
    }
    
    .error-404-title {
        font-size: 36px !important;
    }
    
    .error-404-text {
        font-size: 16px;
    }
    
    .error-404-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {

	.site-content {
		margin-bottom: 2.5rem;
	}

	.product-hero-section {
		padding: 3rem 0;
	}

    .error-404-section {
        padding: 3rem 0 4rem;
    }
    
    .error-404-number {
        font-size: 80px;
        letter-spacing: -2px;
    }
    
    .error-404-icon {
        width: 70px;
        height: 70px;
    }
    
    .error-404-icon svg {
        width: 35px;
        height: 35px;
    }
    
    .error-404-title {
        font-size: 28px !important;
    }
    
    .error-404-text {
        font-size: 15px;
    }
    
    .error-404-btn .wp-block-button__link {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
    
    .error-404-links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    
    .error-404-link {
        padding: 1rem 0.8rem;
    }
    
    .error-404-link svg {
        width: 24px;
        height: 24px;
    }
    
    .error-404-link span {
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .error-404-number {
        font-size: 60px;
    }
    
    .error-404-icon {
        width: 60px;
        height: 60px;
    }
    
    .error-404-icon svg {
        width: 30px;
        height: 30px;
    }
    
    .error-404-title {
        font-size: 24px !important;
    }
    
    .wp-block-buttons {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .error-404-btn {
        width: 100% !important;
    }
    
    .error-404-btn .wp-block-button__link {
        width: 100% !important;
        text-align: center !important;
    }
}

.block-404-buttons {
	display: flex;
	gap: 2rem;
	justify-content: center;
}

@media (max-width: 768px) {
    .block-404-buttons {
        gap: 1rem;
        flex-wrap: wrap;
    }
    .error-404-btn .wp-block-button__link {
        padding: 12px 24px !important;
        font-size: 15px !important;
    }
}

@media(min-width:1920px) {
	.hero-text-box-static {
		max-width: 60%;
	}
}

.hero-section-container {
	padding: 0 !important;
}

.hero-container {
	padding: 0 !important;
}
