/*
Theme Name: doscinali
Theme URI: https://t.me/notarikon
Author: antongotry
Author URI: https://t.me/notarikon
Description: Лендінг для світлових панелей з підсвіткою. Ефективна посадкова сторінка для презентації продукту як унікального дизайнерського та функціонального рішення для дому й комерційних просторів.
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doscinali
Tags: landing-page, custom-design, one-column, full-width-template
*/

/* ============================================
   Reset & Base Styles
   ============================================ */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}

body {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
	position: relative;
}

/* ============================================
   Custom Scrollbar - Тонкий та естетичний
   ============================================ */
/* Webkit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
	transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
	background: #666;
}

/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #888 transparent;
}


img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

/* ============================================
   Container & Grid System
   ============================================ */
.container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

@media (max-width: 1360px) {
	.container {
		max-width: 100%;
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

/* ============================================
   Hero Concept Wrapper
   ============================================ */
.hero-concept-wrapper {
	position: relative;
	width: 100%;
	height: 100svh;
	min-height: 600px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff; 
	overflow: hidden;
	border-radius: 0; 
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	background: #000;
}

.hero-bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 100%);
	z-index: 1;
}

.hero-content-inner {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	height: 100%; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
}

/* ============================================
   Header Navigation
   ============================================ */
.hero-top-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: all 0.4s ease;
}

.hero-top-nav.scrolled {
	background: #ffffff;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.nav-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 20px 20px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 40px;
	transition: padding 0.3s;
}

.nav-links {
	justify-self: center;
}

.hero-top-nav.scrolled .nav-inner {
	padding: 15px 20px;
}

.nav-logo { 
	font-weight: 700; 
	font-size: 24px;
	display: flex; 
	align-items: center; 
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	transition: color 0.3s;
}

.nav-logo a {
	color: inherit;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
}

.header-logo {
	max-height: 38px;
	width: auto;
	display: block;
	transition: opacity 0.3s ease;
}

.header-logo-light {
	opacity: 1;
}

.header-logo-dark {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.hero-top-nav.scrolled .header-logo-light {
	opacity: 0;
}

.hero-top-nav.scrolled .header-logo-dark {
	opacity: 1;
	position: relative;
	transform: none;
}

.nav-links { 
	display: flex; 
	gap: 30px; 
}

.nav-links span {
	color: #ffffff;
	cursor: pointer;
	transition: color 0.3s;
	font-size: 14px;
	font-weight: 500;
}

.nav-links span:hover {
	color: rgba(255, 255, 255, 0.8);
}

.nav-actions { 
	display: flex; 
	gap: 30px; 
	align-items: center; 
}

.nav-actions span {
	color: #ffffff;
	transition: color 0.3s;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.nav-lang {
	display: flex;
	align-items: center;
	gap: 4px;
}

.lang-separator {
	opacity: 0.5;
}

.lang-active {
	opacity: 1;
	font-weight: 600;
}

.nav-btn {
	background: rgba(255, 255, 255, 0.2);
	padding: 8px 24px;
	border-radius: 20px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	text-decoration: none !important;
	border: 1px solid rgba(255,255,255,0.3);
	color: #ffffff !important;
	transition: all 0.3s;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
}

.nav-btn:hover { 
	background: #fff; 
	color: #000 !important; 
}

/* Інверсія при скролі */
.hero-top-nav.scrolled .nav-logo { 
	color: #000000; 
}

.hero-top-nav.scrolled .nav-links span { 
	color: #000000; 
}

.hero-top-nav.scrolled .nav-links span:hover { 
	color: #555; 
}

.hero-top-nav.scrolled .nav-actions span { 
	color: #000000; 
}

.hero-top-nav.scrolled .nav-btn {
	border-color: #000000;
	color: #000000 !important;
	background: transparent;
}

.hero-top-nav.scrolled .nav-btn:hover {
	background: #000000;
	color: #ffffff !important;
}

/* ============================================
   Hero Grid & Content
   ============================================ */
.hero-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	align-items: center;
	height: 100%; 
	padding-top: 80px; 
}

.hero-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
}

.main-title {
	font-size: clamp(40px, 5vw, 72px); 
	line-height: 1.1;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0;
	color: #ffffff;
	display: flex;
	flex-direction: column;
}

.title-line-1 {
	display: block;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.main-title .title-line-2 { 
	font-weight: 600; 
	font-size: 1.2em;
	display: block;
	line-height: 0.95;
	margin: 0;
	padding: 0;
	margin-top: 0.05em;
}

.title-line-3 {
	display: block;
	margin-top: 0.05em;
	line-height: 1;
	font-weight: 300;
	padding: 0;
}

.sub-desc {
	font-size: 16px;
	line-height: 1.5;
	opacity: 0.9;
	max-width: 450px;
	margin-top: 10px;
	color: #ffffff;
}

.cta-button {
	display: inline-block;
	background: #ffffff;
	color: #000000 !important; 
	padding: 15px 40px;
	border-radius: 30px;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 16px;
	margin-top: 30px;
	width: fit-content;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	transition: transform 0.3s ease;
}

.cta-button:hover { 
	transform: scale(1.05); 
}

.hero-right {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 40px;
}

/* ============================================
   Glass Cards
   ============================================ */
.glass-card-top {
	align-self: flex-end;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 24px;
	padding: 12px;
	width: 480px;
	display: flex;
	gap: 14px;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

.card-thumb {
	width: 140px;
	height: 140px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	flex-shrink: 0;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 3;
}

.play-icon::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid #000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-left: 2px;
}

.play-icon:hover {
	transform: translate(-50%, -50%) scale(1.1);
	box-shadow: 0 3px 12px rgba(0,0,0,0.4);
}

.tab-content {
	position: relative;
}

.tab-pane {
	animation: fadeIn 0.3s ease;
}

.tab-pane.active {
	display: block !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.card-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.card-title { 
	font-size: 20px; 
	font-weight: 600; 
	margin: 0 0 10px 0; 
	color: #fff; 
	line-height: 1.2;
}

.card-text { 
	font-size: 13px; 
	opacity: 0.9; 
	margin: 0; 
	line-height: 1.6; 
	color: #fff; 
}

.tags { 
	display: flex; 
	gap: 8px; 
	margin-bottom: 12px; 
	align-items: center;
}

.tag { 
	font-size: 11px; 
	border: 1px solid rgba(255,255,255,0.3); 
	padding: 4px 12px; 
	border-radius: 20px; 
	color: rgba(255, 255, 255, 0.9); 
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	font-weight: 400;
}

.tag:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255,255,255,0.4);
}

.tag.active {
	background: #ffffff;
	border-color: #ffffff;
	color: #1a1a1a;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.glass-card-bottom {
	align-self: flex-end;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 24px;
	padding: 12px;
	width: 280px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.stat-number { 
	font-size: 38px; 
	font-weight: 400; 
	margin-top: 15px; 
	margin-bottom: 10px; 
	display: block; 
	line-height: 1; 
	color: #fff; 
}

.stat-desc { 
	display: block; 
	font-size: 14px; 
	opacity: 0.9; 
	line-height: 1.4 !important; 
	margin: 0 !important; 
	padding: 0 !important; 
	color: #fff; 
}

.avatars { 
	display: flex; 
}

.avatars span { 
	width: 30px; 
	height: 30px; 
	border-radius: 50%; 
	background: #ddd; 
	border: 2px solid #555; 
	margin-left: -10px; 
	background-size: cover; 
	background-position: center;
}

.avatars span:first-child { 
	margin-left: 0; 
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 767px) {
	.hero-top-nav {
		width: 100%;
	}
	
	.nav-inner {
		padding: 15px 20px;
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 15px;
		width: 100%;
		max-width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	
	.nav-logo {
		justify-self: start;
		grid-column: 1;
	}
	
	.header-logo {
		max-height: 32px;
	}
	
	.header-logo-dark {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.hero-top-nav.scrolled .header-logo-dark {
		position: absolute;
		transform: translateY(-50%);
	}
	
	.nav-links {
		display: none;
	}
	
	.nav-actions {
		justify-self: end;
		grid-column: 3;
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	
	.nav-actions span {
		display: none;
	}
	
	.nav-btn {
		margin: 0;
		padding: 8px 20px;
		font-size: 13px;
		white-space: nowrap;
		display: inline-block;
	}
	
	.hero-concept-wrapper {
		height: 100svh;
		min-height: 100svh;
	}
	
	.hero-overlay {
		background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.51) 50%, rgba(0,0,0,0.25) 100%);
	}
	
	.hero-content-inner {
		padding: 0 20px;
		padding-top: 100px;
		padding-bottom: 40px;
	}
	
	.hero-grid {
		grid-template-columns: 1fr;
		padding-top: 0;
		gap: 20px;
	}
	
	.hero-left {
		text-align: center;
		align-items: stretch;
		width: 100%;
	}
	
	.sub-desc {
		text-align: center;
		max-width: 100%;
		font-size: 14px;
	}
	
	.cta-button {
		width: 100%;
		max-width: 280px;
		text-align: center;
		padding: 12px 30px;
		font-size: 14px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.hero-right {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 0;
		width: 100%;
	}
	
	.glass-card-top {
		width: 100%;
		max-width: 100%;
		padding: 10px;
		margin: 0;
		align-self: stretch;
		flex-direction: row;
		gap: 12px;
	}
	
	.glass-card-bottom {
		width: 100%;
		max-width: 100%;
		padding: 10px;
		margin: 0;
		align-self: stretch;
	}
	
	.card-thumb {
		width: 152px;
		height: 152px;
		flex-shrink: 0;
	}
	
	.card-content {
		flex: 1;
		min-width: 0;
		display: flex;
		flex-direction: column;
	}
	
	.tags {
		margin-bottom: 10px;
		gap: 6px;
		order: 1;
	}
	
	.tab-content {
		order: 2;
	}
	
	.card-title {
		font-size: 16px;
		margin-bottom: 8px;
	}
	
	.card-text {
		font-size: 11px;
		line-height: 1.5;
	}
	
	.stat-desc {
		font-size: 13px;
	}
	
	.tag {
		font-size: 10px;
		padding: 4px 10px;
	}
	
	.stat-number {
		font-size: 22px;
	}
	
	.avatars span {
		width: 20px;
		height: 20px;
	}
	
	.main-title {
		font-size: 36px;
	}
	
	.title-line-1 {
		display: inline;
		margin-right: 0.3em;
	}
	
	.main-title .title-line-2 {
		display: inline;
		margin-top: 0;
		margin-left: 0;
	}
	
	.title-line-3 {
		display: block;
		margin-top: 0.1em;
	}
}


/* ============================================
   Why Us Section
   ============================================ */
.why-us-section {
	padding: 120px 0 30px 0;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	color: #1a1a1a;
	margin: 0;
}

.wu-title {
	font-size: 2.2rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 60px;
	letter-spacing: -0.5px;
	color: #111;
}

.wu-grid {
	display: grid;
	grid-template-columns: 42% 53%;
	gap: 5%;
	align-items: stretch;
}

/* --- Ліва частина (Фото) --- */
.wu-image-block {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	padding: 0;
	height: 100%;
	min-height: 600px;
	box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.wu-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.wu-image-block:hover .wu-image {
	transform: scale(1.03);
}

/* Текст на фото */
.wu-img-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px 40px;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
	color: #fff;
	z-index: 2;
}

.wu-img-text h3 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.3;
	color: #fff;
}

.wu-img-text p {
	font-size: 1rem;
	font-weight: 300;
	opacity: 0.9;
	line-height: 1.6;
	margin: 0;
	color: #fff;
}

/* --- Права частина (Картки) --- */
.wu-features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

.wu-card {
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 24px;
	padding: 32px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	transition: all 0.4s ease;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.wu-card:hover {
	border-color: transparent;
	box-shadow: 0 20px 50px rgba(72, 176, 93, 0.08);
	transform: translateY(-5px);
}

.wu-card.active {
	border-color: #48b05d;
	box-shadow: 0 20px 50px rgba(72, 176, 93, 0.15);
	transform: translateY(-5px);
	background: #f8fdf9;
}

.wu-card h4 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 12px 0;
	color: #222;
}

.wu-card p {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.7;
	margin: 0;
	font-weight: 300;
}

/* Іконки */
.wu-icon-wrapper {
	margin-top: 22px;
	display: flex;
	align-items: center;
}

.wu-svg {
	width: 75px;
	height: 75px;
	fill: none;
	stroke: #48b05d;
	stroke-width: 0.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.4s ease;
}

.wu-card:hover .wu-svg {
	transform: scale(1.05);
	stroke-width: 1;
}

.wu-card.active .wu-svg {
	transform: scale(1.1);
	stroke-width: 1.2;
	stroke: #48b05d;
}

/* Номер картки */
.wu-num {
	position: absolute;
	bottom: 25px;
	right: 30px;
	font-size: 0.9rem;
	color: #e0e0e0;
	font-weight: 500;
	transition: color 0.4s ease;
}

.wu-card.active .wu-num {
	color: #48b05d;
}

/* Адаптив для Why Us */

@media (max-width: 767px) {
	.why-us-section {
		padding: 60px 0 30px 0;
	}
	
	.wu-title {
		font-size: 1.5rem;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.wu-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.wu-image-block {
		min-height: 350px;
		border-radius: 24px;
		order: 1;
	}
	
	.wu-img-overlay {
		padding: 30px 20px;
	}
	
	.wu-img-text h3 {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	
	.wu-img-text p {
		font-size: 0.9rem;
		line-height: 1.5;
	}
	
	.wu-features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		order: 2;
	}
	
	.wu-card {
		padding: 18px 14px;
		border-radius: 16px;
	}
	
	.wu-card h4 {
		font-size: 0.9rem;
		margin-bottom: 8px;
		line-height: 1.3;
	}
	
	.wu-card p {
		display: none; /* Приховуємо опис на мобільних */
	}
	
	.wu-icon-wrapper {
		margin-top: 12px;
	}
	
	.wu-svg {
		width: 40px;
		height: 40px;
	}
	
	.wu-num {
		bottom: 12px;
		right: 12px;
		font-size: 0.9rem;
		font-weight: 600;
	}
}

/* ============================================
   Gallery Section
   ============================================ */
.gallery-section {
	padding: 120px 0 30px 0;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.gallery-wrapper-stable {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: visible;
}

.gallery-title {
	font-size: 2.2rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 60px;
	letter-spacing: -0.5px;
	color: #111;
	text-align: left;
}

.gallery-swiper {
	width: 100%;
	padding-bottom: 0;
	max-width: 1320px;
	margin: 0 auto;
	overflow: hidden;
}

.gallery-swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- СЛАЙД (НЕАКТИВНЫЙ) --- */
.gallery-swiper .swiper-slide {
	height: 480px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	background: #000;
	flex-shrink: 0;
	box-sizing: border-box;
	will-change: width, transform;
	/* Ширина буде встановлюватися через JavaScript */
}

/* --- АКТИВНЫЙ СЛАЙД (РАСШИРЕННЫЙ) --- */
.gallery-swiper .swiper-slide-active {
	z-index: 10;
	/* Ширина буде встановлюватися через JavaScript */
}

/* ФОН */
.slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.gallery-swiper .swiper-slide-active .slide-bg {
	transform: scale(1.05);
}

/* ЗАТЕМНЕНИЕ */
.slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.85) 100%);
	z-index: 1;
}

/* КОНТЕНТ */
.slide-content {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	opacity: 0.7;
	transition: opacity 0.4s;
}

.gallery-swiper .swiper-slide-active .slide-content {
	opacity: 1;
}

/* БЕЙДЖИ */
.slide-badges {
	position: absolute;
	top: 28px;
	left: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 280px;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.4s ease 0.1s;
	pointer-events: none;
	z-index: 10;
}

.gallery-swiper .swiper-slide-active .slide-badges {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.badge {
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 500;
	text-transform: lowercase;
	letter-spacing: 0.5px;
	white-space: nowrap;
	display: inline-block;
	flex-shrink: 0;
	line-height: 1.2;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.badge:hover {
	background: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.5);
}

.badge.active {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #1a1a1a;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

/* ТЕКСТ */
.slide-content h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	white-space: nowrap;
}

.slide-content p.desc {
	color: rgba(255,255,255,0.85);
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 20px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gallery-swiper .swiper-slide-active p.desc {
	-webkit-line-clamp: 5;
}

/* КНОПКА ПОДРОБНЕЕ */
.slide-btn,
.order-btn {
	background: #fff;
	color: #000;
	border-radius: 50px;
	padding: 12px 20px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	transition: background 0.3s;
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
}

.gallery-swiper .swiper-slide-active .slide-btn {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	transition-delay: 0.2s;
}

.slide-btn:hover,
.order-btn:hover {
	background: #f0f0f0;
}

/* Кнопка перегляду галереї в стилі тега */
.gallery-view-tag {
	position: absolute;
	top: 28px;
	right: 28px;
	font-size: 11px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 4px 12px;
	border-radius: 20px;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: lowercase;
	letter-spacing: 0.5px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	white-space: nowrap;
	display: inline-block;
	line-height: 1.2;
	z-index: 20;
	box-sizing: border-box;
}

.gallery-swiper .swiper-slide-active .gallery-view-tag {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.gallery-view-tag:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	/* transform видалено, щоб не рухалася на мобільних */
}

.gallery-view-tag:active {
	/* transform видалено для стабільності */
	opacity: 0.8;
}


@keyframes galleryBtnPulse {
	0%, 100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		opacity: 0.7;
		transform: translate(-50%, -50%) scale(1.05);
	}
}

/* Анімація появи/зникнення кнопки */
@keyframes galleryBtnAppear {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.8);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes galleryBtnDisappear {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.8);
	}
}

.gallery-view-btn.show {
	animation: galleryBtnAppear 0.4s ease-out forwards, galleryBtnPulse 3s ease-in-out 0.4s infinite;
}

.gallery-view-btn.hide {
	animation: galleryBtnDisappear 0.3s ease-in forwards;
}

/* СТРІЛКИ НАВІГАЦІЇ */
.gallery-controls {
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}

/* ПАГІНАЦІЯ ДЛЯ МОБІЛЬНИХ (DOTS) */
.gallery-pagination-mobile {
	display: none; /* Приховано на десктопі */
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
}

.gallery-pagination-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #000;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	opacity: 1;
	margin: 0 !important;
	position: relative;
}

.gallery-pagination-dot:hover {
	background: #000;
	transform: scale(1.2);
}

.gallery-pagination-dot-active {
	background: #000;
	border-color: #000;
	width: 32px;
	border-radius: 16px;
	transform: scale(1);
}

.gallery-nav-btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-user-select: none;
	user-select: none;
	font-size: 20px;
	font-weight: 600;
	background: #fff;
	color: #000;
	border: 2px solid #000;
	position: relative;
	flex-shrink: 0;
}

.gallery-nav-btn:hover {
	background: #000;
	color: #fff;
	border-color: #000;
	transform: scale(1.1);
}

.gallery-nav-btn:active {
	transform: scale(0.95);
}

/* ПАГІНАЦІЯ З ЦИФРАМИ */
.gallery-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	padding-bottom: 30px;
	position: relative;
	z-index: 10;
}

.gallery-pagination .swiper-pagination-bullet {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-user-select: none;
	user-select: none;
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	color: #000;
	border: 2px solid #000;
	opacity: 1;
	margin: 0 !important;
	position: relative;
}

.gallery-pagination .swiper-pagination-bullet:hover {
	background: #000;
	color: #fff;
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.gallery-pagination .swiper-pagination-bullet-active {
	background: #000;
	color: #fff;
	border-color: #000;
	transform: scale(1.2);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	font-weight: 700;
}

/* МОБИЛЬНАЯ ВЕРСИЯ */
@media (max-width: 767px) {
	.gallery-section {
		padding: 60px 0 30px 0;
	}
	
	.gallery-wrapper-stable {
		padding: 0 20px;
	}
	
	.gallery-title {
		font-size: 1.5rem;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.gallery-swiper {
		padding-bottom: 0;
		overflow: hidden;
	}
	
	.gallery-swiper .swiper-slide,
	.gallery-swiper .swiper-slide-active {
		width: 100% !important;
		height: 420px;
		margin: 0;
	}
	
	.slide-badges {
		opacity: 1 !important;
		transform: none !important;
		max-width: 280px;
		gap: 8px;
		top: 20px;
		left: 20px;
		pointer-events: auto !important; /* Дозволяємо кліки на мобільних */
	}
	
	.slide-badges .badge {
		font-size: 11px;
		padding: 4px 12px;
		pointer-events: auto !important; /* Дозволяємо кліки на баджах */
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); /* Підсвітка при тапі */
	}
	
	.slide-content {
		padding: 20px;
	}
	
	.slide-content h3 {
		font-size: 20px;
	}
	
	.slide-content p.desc {
		font-size: 12px;
		-webkit-line-clamp: 4;
	}
	
	.gallery-swiper .swiper-slide-active p.desc {
		-webkit-line-clamp: 4;
	}
	
	.slide-btn {
		opacity: 1 !important;
		transform: none !important;
		padding: 10px 18px;
		font-size: 13px;
	}
	
	.slide-btn span {
		font-size: 20px; /* Збільшуємо іконку стрілки на телефоні */
		margin-left: 6px;
	}
	
	.gallery-controls {
		display: none !important; /* Приховуємо навігаційні стрілки на мобільних */
	}
	
	.gallery-pagination-mobile {
		display: flex !important; /* Показуємо dots на мобільних */
	}
	
	.gallery-view-tag {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important; /* Фіксоване центрування */
		right: auto;
		bottom: auto;
		font-size: 11px;
		padding: 4px 12px;
		z-index: 20;
		white-space: nowrap;
		line-height: 1.2;
		transition: background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease !important; /* Тільки background, border, opacity */
	}
	
	.gallery-view-tag:hover {
		transform: translate(-50%, -50%) !important; /* Зберігаємо центрування на hover */
		background: rgba(255, 255, 255, 0.2);
		border-color: rgba(255, 255, 255, 0.5);
	}
	
	.gallery-view-tag:active {
		transform: translate(-50%, -50%) !important; /* Зберігаємо центрування при натисканні */
		opacity: 0.8;
	}
	
	@keyframes galleryTagPulseMobile {
		0%, 100% {
			opacity: 1;
		}
		50% {
			opacity: 0.3;
		}
	}
	
	.gallery-nav-btn {
		width: 56px;
		height: 56px;
		font-size: 24px;
	}
	
	.gallery-pagination {
		margin-top: 20px;
		gap: 10px;
	}
}

/* Дуже маленькі екрани */
@media (max-width: 360px) {
	.slide-badges {
		max-width: calc(100% - 130px);
		gap: 5px;
		top: 15px;
		left: 15px;
	}
	
	.slide-badges .badge {
		font-size: 9px;
		padding: 2px 8px;
	}
	
	.gallery-view-tag {
		font-size: 9px;
		padding: 2px 8px;
	}
}

/* ============================================
   Why Choose Us Section
   ============================================ */
.why-choose-section {
	position: relative;
	padding: 100px 0 30px 0;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
	color: #1a1a1a;
	overflow: visible;
	margin: 0;
}

.why-choose-section .container {
	position: relative;
	z-index: 2;
	overflow: visible;
}

.wc-title {
	font-size: 2.2rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 60px;
	letter-spacing: -0.5px;
	color: #111;
	text-align: left;
}

/* Advantages Grid */
.wc-advantages-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 0;
	overflow: visible;
}

.wc-advantage-card {
	background: transparent;
	border: none;
	border-radius: 24px;
	padding: 0;
	position: relative;
	perspective: 1000px;
	height: 100%;
}

.wc-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.wc-advantage-card.flipped .wc-card-inner {
	transform: rotateY(180deg);
}

.wc-card-front,
.wc-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.wc-card-back {
	transform: rotateY(180deg);
	justify-content: space-between;
}

.wc-card-front {
	transform: rotateY(0deg);
}

/* На десктопі показуємо тільки передню сторону з описом */
@media (min-width: 768px) {
	.wc-advantage-card {
		perspective: none;
	}
	
	.wc-card-inner {
		transform: none !important;
		position: relative;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.wc-card-front {
		position: relative;
		transform: none;
		backface-visibility: visible;
		-webkit-backface-visibility: visible;
		transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	}
	
	.wc-card-back {
		display: none;
	}
	
	/* Показуємо опис на десктопі */
	.wc-card-front p {
		display: block !important;
		font-size: 0.9rem;
		color: #666;
		line-height: 1.7;
		margin-top: 12px;
		margin-bottom: 0;
		font-weight: 300;
	}
	
	/* Трохи менший текст для 4-го пункту на десктопі */
	.wc-advantage-card:nth-child(4) .wc-card-front p {
		font-size: 0.85rem;
	}
	
	/* Приховуємо кнопку розгортання на десктопі */
	.wc-card-front .wc-expand-btn {
		display: none;
	}
}

.wc-card-front:hover {
	border-color: transparent;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px) rotateY(0deg);
}

.wc-card-number {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #e0e0e0;
	transition: color 0.4s ease;
}

.wc-card-front:hover .wc-card-number {
	color: #48b05d;
}

.wc-icon-wrapper {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.wc-svg {
	width: 60px;
	height: 60px;
	fill: none;
	stroke: #48b05d;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.4s ease;
}

.wc-card-front:hover .wc-svg {
	transform: scale(1.1);
	stroke-width: 2;
}

.wc-card-front h4 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 12px 0;
	color: #222;
}

.wc-card-back h4 {
	display: none; /* На зворотній стороні не показуємо заголовок */
}

.wc-card-back p {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.7;
	margin: 0;
	font-weight: 300;
	flex: 1;
	display: flex;
	align-items: center;
}

/* ============================================
   Reviews Section
   ============================================ */
.reviews-section {
	padding: 120px 0 0 0;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.reviews-title {
	font-size: 2.2rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 60px;
	letter-spacing: -0.5px;
	color: #111;
	text-align: left;
}

.reviews-swiper {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
	height: 500px;
}

.reviews-swiper .swiper-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.reviews-swiper .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wc-review-card {
	background: #ffffff;
	border: 1px solid #f2f2f2;
	border-radius: 24px;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.wc-review-photo {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border: 3px solid #f2f2f2;
	transition: border-color 0.4s ease;
}

.wc-review-card:hover .wc-review-photo {
	border-color: #48b05d;
}

.wc-review-name {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 15px 0;
	color: #222;
}

.wc-review-quote {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.7;
	margin: 0;
	font-weight: 300;
	font-style: italic;
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.why-choose-section {
		padding: 60px 0 30px 0;
	}
	
	.wc-title {
		font-size: 1.5rem;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.wc-advantages-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		margin-bottom: 0;
	}
	
	.wc-advantage-card {
		perspective: 600px;
		height: 200px; /* Фіксована висота для мобільних */
	}
	
	.wc-card-inner {
		transition: transform 0.6s ease;
		width: 100%;
		height: 100%;
	}
	
	.wc-card-front,
	.wc-card-back {
		padding: 18px 14px;
		border-radius: 16px;
		height: 100%;
		box-sizing: border-box;
	}
	
	/* Передня сторона */
	.wc-card-front {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wc-card-front .wc-icon-wrapper {
		margin-bottom: 12px;
		flex-shrink: 0;
	}
	
	.wc-card-front h4 {
		font-size: 0.9rem;
		margin: 0;
		line-height: 1.3;
		flex-shrink: 0;
	}
	
	/* Приховуємо опис на передній стороні для мобільних */
	.wc-card-front p {
		display: none !important;
	}
	
	.wc-card-front .wc-expand-btn {
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background: #f5f5f5;
		border: 1px solid #e0e0e0;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s ease;
		padding: 0;
		margin-top: 8px;
		align-self: flex-end;
		flex-shrink: 0;
	}
	
	.wc-card-front .wc-expand-btn svg {
		width: 12px;
		height: 12px;
	}
	
	/* Зворотна сторона */
	.wc-card-back {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 40px; /* Місце для номера */
	}
	
	.wc-card-back p {
		font-size: 0.75rem;
		line-height: 1.5;
		color: #666;
		margin: 0;
		flex: 1;
		display: flex;
		align-items: center;
		text-align: center;
	}
	
	/* Трохи менший текст для 4-го пункту на мобільних */
	.wc-advantage-card:nth-child(4) .wc-card-back p {
		font-size: 0.7rem;
	}
	
	.wc-card-back .wc-expand-btn {
		position: absolute;
		bottom: 12px;
		right: 12px;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background: #f5f5f5;
		border: 1px solid #e0e0e0;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s ease;
		padding: 0;
		z-index: 10;
	}
	
	.wc-icon-wrapper {
		margin-bottom: 12px;
	}
	
	.wc-svg {
		width: 40px;
		height: 40px;
	}
	
	.wc-card-number {
		font-size: 0.9rem;
		top: 12px;
		right: 12px;
		z-index: 5;
		position: absolute;
	}
	
	.wc-expand-btn svg {
		width: 14px;
		height: 14px;
		color: #666;
		transition: transform 0.3s ease;
	}
	
	.wc-expand-btn:active {
		background: #e0e0e0;
		border-color: #48b05d;
		transform: scale(0.95);
	}
	
	.wc-expand-btn:active svg {
		color: #48b05d;
	}
	
	.wc-card-back .wc-expand-btn svg {
		width: 12px;
		height: 12px;
		transform: rotate(180deg);
	}
	
/* Reviews Navigation */
.reviews-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}

.reviews-nav-btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-user-select: none;
	user-select: none;
	font-size: 20px;
	font-weight: 600;
	background: #fff;
	color: #000;
	border: 2px solid #000;
	position: relative;
	flex-shrink: 0;
}

.reviews-nav-btn:hover {
	background: #000;
	color: #fff;
	border-color: #000;
	transform: scale(1.1);
}

.reviews-nav-btn:active {
	transform: scale(0.95);
}
	
	.wc-review-card {
		padding: 25px 20px;
		border-radius: 20px;
	}
	
	.wc-review-photo {
		width: 70px;
		height: 70px;
		margin-bottom: 15px;
	}
	
	.wc-review-name {
		font-size: 1rem;
		margin-bottom: 12px;
	}
	
	.wc-review-quote {
		font-size: 0.85rem;
		line-height: 1.6;
	}
	
	.reviews-section {
		padding: 60px 0 0 0;
	}
	
	.reviews-title {
		font-size: 1.5rem;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.reviews-swiper {
		padding-bottom: 50px;
		max-width: 100%;
		height: 450px;
	}
	
	.reviews-controls {
		margin-top: 30px;
	}
	
	.reviews-nav-btn {
		width: 44px;
		height: 44px;
		font-size: 18px;
	}
}

/* ============================================
   About Company Section
   ============================================ */
.about-company-section {
	padding: 120px 0 30px 0;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	color: #1a1a1a;
	margin: 0;
}

.ac-grid {
	display: grid;
	grid-template-columns: 42% 53%;
	gap: 5%;
	align-items: start;
}

/* --- Ліва частина (Текст) --- */
.ac-text-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 30px;
	padding-top: 0;
}

.ac-title {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: -0.3px;
	color: #111;
	line-height: 1.3;
}

.ac-subtitle {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #666;
	font-weight: 400;
	margin: 0;
}

/* Команда */
.ac-team-section {
	margin-top: 0;
}

.ac-team-avatars {
	display: flex;
	gap: 0;
	margin-bottom: 12px;
	align-items: center;
}

.ac-avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 3px solid #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 300;
	color: #999;
	background-color: #f5f5f5;
	flex-shrink: 0;
	margin-left: -12px;
	position: relative;
	z-index: 1;
	transition: z-index 0.3s ease, transform 0.3s ease;
}

.ac-avatar:first-child {
	margin-left: 0;
	z-index: 4;
}

.ac-avatar:nth-child(2) {
	z-index: 3;
}

.ac-avatar:nth-child(3) {
	z-index: 2;
}

.ac-avatar:hover {
	z-index: 10;
	transform: scale(1.1);
}

.ac-avatar-plus {
	background-image: none;
	border: 3px solid #fff;
	background-color: #f5f5f5;
	z-index: 1;
}

.ac-team-text {
	font-size: 0.9rem;
	color: #666;
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
}

/* Статистика */
.ac-stats {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 0;
}

.ac-stat-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	padding: 22px 0;
}

.ac-stat-divider {
	height: 1px;
	background: #e5e5e5;
	margin: 0;
}

.ac-stat-number {
	font-size: 2.2rem;
	font-weight: 700;
	color: #111;
	line-height: 1;
	min-width: 80px;
	flex-shrink: 0;
}

.ac-stat-desc {
	font-size: 0.95rem;
	color: #666;
	font-weight: 400;
	line-height: 1.5;
	flex: 1;
}

/* --- Права частина (Відео) --- */
.ac-video-block {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	padding: 0;
	height: 100%;
	min-height: 450px;
	box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.ac-video-block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
	background: transparent;
}

.ac-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 40px;
	z-index: 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}

.ac-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 100%);
	border-radius: 40px;
	z-index: 1;
	pointer-events: none; /* Не блокує кліки */
}

.ac-video-badges {
	position: absolute;
	bottom: 20px !important; /* Відступ знизу */
	left: 20px !important; /* Відступ зліва */
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 8px;
	z-index: 10;
	max-width: 280px;
	justify-content: flex-start;
	align-content: flex-start;
	opacity: 1 !important;
	visibility: visible !important;
	padding: 0 !important; /* Без padding, використовуємо bottom/left */
}

.ac-badge {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	color: #1a1a1a !important;
	padding: 6px 16px;
	border-radius: 22px;
	font-size: 11.7px;
	font-weight: 500;
	text-transform: lowercase;
	letter-spacing: 0.3px;
	white-space: nowrap;
	display: inline-block !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	position: relative;
	cursor: pointer !important;
	transition: background 0.3s ease, box-shadow 0.3s ease !important; /* Тільки background і box-shadow */
	z-index: 11;
	border: none;
	font-family: 'Montserrat', sans-serif;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: none !important; /* Фіксована позиція */
}

.ac-badge:hover {
	background: #fff !important;
	transform: none !important; /* Не піднімається при hover */
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Специфічні стилі для кнопки order-btn всередині ac-badge */
.ac-badge.order-btn {
	opacity: 1 !important;
	transform: none !important;
	pointer-events: auto !important;
	width: auto !important;
	display: inline-block !important;
}

.ac-badge.order-btn:hover {
	transform: none !important;
	opacity: 1 !important;
}




.ac-video-buttons {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-start; /* Кнопка зліва */
	align-items: center;
	padding: 0 20px;
	z-index: 10; /* Вище за overlay */
	gap: 20px;
}

.ac-catalog-btn {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	color: #1a1a1a !important;
	padding: 10px 20px;
	border-radius: 22px;
	font-size: 12.6px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 11;
	opacity: 1 !important;
	visibility: visible !important;
}

.ac-catalog-btn:hover {
	background: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.ac-question-btn {
	display: none; /* Прибрали кнопку з питанням */
}
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	padding: 0;
	position: relative;
}

.ac-question-btn:hover {
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.ac-question-btn::after {
	content: attr(data-tooltip);
	position: absolute;
	right: calc(100% + 15px);
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 400;
	white-space: normal;
	max-width: 250px;
	width: max-content;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
	z-index: 10;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.5;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.ac-question-btn::before {
	content: '';
	position: absolute;
	right: calc(100% + 5px);
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgba(0, 0, 0, 0.85);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	z-index: 10;
}

.ac-question-btn:hover::after,
.ac-question-btn:hover::before {
	opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.about-company-section {
		padding: 60px 0 30px 0;
	}
	
	.ac-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.ac-text-block {
		order: 1;
		text-align: center;
	}
	
	.ac-title {
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
	
	.ac-subtitle {
		font-size: 0.95rem;
		line-height: 1.6;
	}
	
	.ac-text-block {
		gap: 30px;
	}
	
	.ac-team-section {
		margin-top: 0;
	}
	
	.ac-avatar {
		width: 50px;
		height: 50px;
	}
	
	.ac-team-text {
		font-size: 0.85rem;
	}
	
	.ac-stats {
		margin-top: 0;
	}
	
	.ac-stat-item {
		padding: 20px 0;
		justify-content: space-between;
	}
	
	.ac-stat-number {
		font-size: 2rem;
		text-align: left;
	}
	
	.ac-stat-desc {
		font-size: 0.85rem;
		text-align: right;
	}
	
	.ac-video-block {
		order: 2;
		min-height: 350px;
		border-radius: 24px;
		overflow: hidden;
	}
	
	.ac-video {
		border-radius: 24px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
	}
	
	.ac-video-overlay {
		border-radius: 24px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
	}
	
	.ac-video-badges {
		bottom: 20px !important;
		left: 20px !important;
		right: auto !important;
		top: auto !important;
		display: flex !important;
		gap: 8px;
		z-index: 10;
		opacity: 1 !important;
		visibility: visible !important;
	}
	
	.ac-badge {
		font-size: 11px;
		padding: 6px 12px;
	}
}

/* ============================================
   Quiz Section
   ============================================ */
.quiz-section {
	padding: 120px 0 30px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.quiz-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 50%, rgba(72, 176, 93, 0.05) 0%, transparent 50%),
	            radial-gradient(circle at 80% 50%, rgba(72, 176, 93, 0.05) 0%, transparent 50%);
	pointer-events: none;
}

.quiz-wrapper {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* Додаємо відступ зверху в модалі на десктопі, щоб не накладався на кнопку закриття */
@media (min-width: 768px) {
	.quiz-modal-content .quiz-wrapper {
		padding-top: 20px;
	}
}

.quiz-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 10px 0;
	font-family: 'Montserrat', sans-serif;
}

.quiz-grid {
	display: grid;
	grid-template-columns: 53% 42%;
	gap: 5%;
	align-items: stretch;
}

/* --- Ліва частина (Форма) --- */
.quiz-form-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.quiz-header {
	text-align: left;
	margin-bottom: 20px;
}

/* Приховуємо заголовок у модалі на десктопі */
@media (min-width: 768px) {
	.quiz-modal-content .quiz-header {
		display: none;
	}
}

.quiz-title.order-modal-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 10px 0;
	font-family: 'Montserrat', sans-serif;
}

.quiz-subtitle {
	font-size: 1.1rem;
	color: #666;
	font-weight: 400;
	margin: 0;
}

/* --- Права частина (Фото) --- */
.quiz-image-block {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	min-height: 500px;
	background: #f5f5f5;
}

.quiz-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.quiz-image-badges {
	position: absolute;
	top: 20px !important; /* Відступ зверху */
	left: 20px !important; /* Відступ зліва */
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 8px;
	z-index: 10;
	max-width: 280px;
	justify-content: flex-start;
	align-content: flex-start;
	opacity: 1 !important;
	visibility: visible !important;
	padding: 0 !important;
}

.quiz-badge {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	color: #1a1a1a !important;
	padding: 6px 16px;
	border-radius: 22px;
	font-size: 11.7px;
	font-weight: 500;
	text-transform: lowercase;
	letter-spacing: 0.3px;
	white-space: nowrap;
	display: inline-block !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	position: relative;
	cursor: pointer !important;
	transition: background 0.3s ease, box-shadow 0.3s ease !important; /* Тільки background і box-shadow */
	z-index: 11;
	border: none;
	font-family: 'Montserrat', sans-serif;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: none !important; /* Фіксована позиція */
}

.quiz-badge:hover {
	background: #fff !important;
	transform: none !important; /* Не піднімається при hover */
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Специфічні стилі для кнопки quiz-btn всередині quiz-badge - перекриваємо всі стилі quiz-btn */
.quiz-badge.quiz-btn {
	opacity: 1 !important;
	transform: none !important;
	pointer-events: auto !important;
	width: auto !important;
	display: inline-block !important;
	/* Перекриваємо стилі .quiz-btn */
	padding: 6px 16px !important;
	font-size: 11.7px !important;
	font-weight: 500 !important;
	border-radius: 22px !important;
	background: rgba(255, 255, 255, 0.95) !important;
	color: #1a1a1a !important;
	text-decoration: none !important;
	justify-content: flex-start !important;
	align-items: center !important;
	flex: none !important;
	min-width: 0 !important;
}

.quiz-badge.quiz-btn:hover {
	transform: none !important;
	opacity: 1 !important;
	background: #fff !important;
}


/* Progress Bar */
.quiz-progress {
	margin-bottom: 50px;
}

.quiz-progress-bar {
	width: 100%;
	height: 4px;
	background: #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.quiz-progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #48b05d 0%, #3a9d4f 100%);
	border-radius: 10px;
	transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	width: 25%;
}

.quiz-steps {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.quiz-step-indicator {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	opacity: 0.4;
	transition: opacity 0.3s ease;
}

.quiz-step-indicator.active {
	opacity: 1;
}

.quiz-step-indicator.completed .step-number {
	background: #48b05d;
	color: #fff;
}

.step-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f0f0f0;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.quiz-step-indicator.active .step-number {
	background: #48b05d;
	color: #fff;
	border-color: #48b05d;
}

.step-label {
	font-size: 0.85rem;
	color: #666;
	font-weight: 500;
	text-align: center;
}

.quiz-step-indicator.active .step-label {
	color: #111;
	font-weight: 600;
}

/* Quiz Form */
.quiz-form {
	background: #fff;
	border-radius: 32px;
	padding: 50px;
	border: 1px solid #f0f0f0;
	position: relative;
	overflow: hidden;
}

.quiz-step {
	display: none;
	animation: fadeInUp 0.5s ease;
}

.quiz-step.active {
	display: block;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.step-title {
	font-size: 1.8rem;
	font-weight: 600;
	color: #111;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: -0.3px;
}

/* Зменшуємо заголовок кроку в модалі на десктопі */
@media (min-width: 768px) {
	.quiz-modal-content .step-title {
		font-size: 1.3rem;
		margin-bottom: 25px;
	}
	
	/* Додаємо відступ зверху для прогрес-бару, щоб не накладався на кнопку закриття */
	.quiz-modal-content .quiz-progress-mini {
		margin-top: 20px;
	}
}

/* Quiz Options */
.quiz-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}

/* Зменшуємо опції в модалі на десктопі */
@media (min-width: 768px) {
	.quiz-modal-content .quiz-options {
		gap: 12px;
		margin-bottom: 20px;
	}
	
	.quiz-modal-content .option-card {
		padding: 15px 10px;
	}
}

.quiz-option {
	cursor: pointer;
	position: relative;
}

.quiz-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.option-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	padding: 30px 20px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.option-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(72, 176, 93, 0.05) 0%, rgba(72, 176, 93, 0.02) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.quiz-option:hover .option-card {
	border-color: #48b05d;
}

.quiz-option:hover .option-card::before {
	opacity: 1;
}

.quiz-option input[type="radio"]:checked + .option-card {
	border-color: #48b05d;
	background: linear-gradient(135deg, rgba(72, 176, 93, 0.1) 0%, rgba(72, 176, 93, 0.05) 100%);
}

.quiz-option input[type="radio"]:checked + .option-card::before {
	opacity: 1;
}

.option-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #48b05d;
	transition: color 0.3s ease;
}

/* Зменшуємо іконки в модалі на десктопі */
@media (min-width: 768px) {
	.quiz-modal-content .option-icon {
		width: 36px;
		height: 36px;
		margin-bottom: 8px;
	}
}

.option-icon svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
}

.quiz-option input[type="radio"]:checked + .option-card .option-icon {
	color: #48b05d;
}

.option-text {
	font-size: 1rem;
	font-weight: 600;
	color: #111;
	display: block;
	position: relative;
	z-index: 1;
}

/* Зменшуємо текст опцій в модалі на десктопі */
@media (min-width: 768px) {
	.quiz-modal-content .option-text {
		font-size: 0.9rem;
	}
}

/* Quiz Inputs */
.quiz-inputs-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	margin-bottom: 30px;
}

/* Зменшуємо відступи в модалі на десктопі */
@media (min-width: 768px) {
	.quiz-modal-content .quiz-inputs-grid {
		gap: 15px;
		margin-bottom: 20px;
	}
}

.quiz-input-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.quiz-input-group.full-width {
	grid-column: 1 / -1;
}

.input-label {
	font-size: 0.95rem;
	font-weight: 600;
	color: #111;
}

.quiz-input,
.quiz-textarea {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	color: #111;
	background: #fff;
	transition: all 0.3s ease;
}

/* Зменшуємо інпути в модалі на десктопі */
@media (min-width: 768px) {
	.quiz-modal-content .quiz-input,
	.quiz-modal-content .quiz-textarea {
		padding: 12px 16px;
		font-size: 0.9rem;
	}
	
	.quiz-modal-content .input-label {
		font-size: 0.85rem;
	}
}

.quiz-input:focus,
.quiz-textarea:focus {
	outline: none;
	border-color: #48b05d;
}

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

.quiz-note {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 15px 20px;
	margin-top: 20px;
}

.quiz-note p {
	margin: 0;
	font-size: 0.9rem;
	color: #666;
	line-height: 1.6;
}

/* Navigation */
.quiz-navigation {
	display: flex;
	justify-content: center; /* Центруємо кнопки */
	align-items: center;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
	gap: 15px; /* Відступ між кнопками */
}

/* Зменшуємо навігацію в модалі на десктопі */
@media (min-width: 768px) {
	.quiz-modal-content .quiz-navigation {
		margin-top: 30px;
		padding-top: 20px;
	}
}

.quiz-btn {
	padding: 16px 32px;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* Зменшуємо кнопки в модалі на десктопі */
@media (min-width: 768px) {
	.quiz-modal-content .quiz-btn {
		padding: 12px 24px;
		font-size: 0.9rem;
	}
}

.quiz-btn-prev {
	background: #f5f5f5;
	color: #666;
}

.quiz-btn-prev:hover {
	background: #e5e5e5;
	color: #111;
}

.quiz-btn-next,
.quiz-btn-submit {
	background: linear-gradient(135deg, #48b05d 0%, #3a9d4f 100%);
	color: #fff;
}

.quiz-btn-next:hover,
.quiz-btn-submit:hover {
	opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.quiz-section {
		padding: 60px 0 30px 0;
	}
	
	.quiz-title {
		font-size: 1.5rem;
	}
	
	.quiz-title.order-modal-title {
		font-size: 1.5rem;
	}
	
	.quiz-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.quiz-image-block {
		min-height: 350px;
		border-radius: 24px;
		order: 1;
	}
	
	.quiz-form-block {
		order: 2;
	}
	
	.quiz-simple-form {
		padding: 15px 10px;
	}
	
	.quiz-subtitle {
		font-size: 0.95rem;
	}
	
	.quiz-form {
		padding: 30px 20px;
		border-radius: 24px;
	}
	
	.quiz-steps {
		flex-wrap: wrap;
		gap: 15px;
	}
	
	.quiz-step-indicator {
		flex: 0 0 calc(50% - 7.5px);
	}
	
	.step-label {
		font-size: 0.75rem;
	}
	
	.quiz-options {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	
	.option-card {
		padding: 20px 15px;
	}
	
	.option-icon {
		font-size: 2rem;
	}
	
	.quiz-inputs-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.quiz-navigation {
		flex-direction: column;
		gap: 15px;
	}
	
	.quiz-btn {
		width: 100%;
		justify-content: center;
	}
	
}

/* ============================================
   Quiz Modal
   ============================================ */
.quiz-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.quiz-modal.active {
	display: flex;
	opacity: 1;
	align-items: center;
	justify-content: center;
}

.quiz-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.quiz-modal-content {
	position: relative;
	background: #ffffff;
	border-radius: 24px;
	padding: 30px;
	max-width: 700px;
	width: 90%;
	max-height: 85vh;
	overflow-y: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	z-index: 10001;
	animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-20px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.quiz-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f5f5f5;
	border: none;
	font-size: 24px;
	color: #1a1a1a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	z-index: 10;
}

.quiz-modal-close:hover {
	background: #e0e0e0;
	transform: scale(1.1);
}

/* Мінімізований прогрес-бар для попапу */
.quiz-progress-mini {
	margin-bottom: 20px;
}

.quiz-progress-bar-mini {
	width: 100%;
	height: 3px;
	background: #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0; /* Прибрали відступ, бо цифри приховані */
}

.quiz-progress-fill-mini {
	height: 100%;
	background: linear-gradient(90deg, #48b05d 0%, #3a9d4f 100%);
	border-radius: 10px;
	transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	width: 25%;
}

.quiz-steps-mini {
	display: none; /* Приховали цифри на десктопі */
}

.quiz-step-mini {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f0f0f0;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 12px;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.quiz-step-mini.active {
	background: #48b05d;
	color: #fff;
	border-color: #48b05d;
}

/* Плаваюча кнопка меню (гамбургер) */
.menu-float-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #1a1a1a;
	color: #ffffff;
	border: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10001; /* Вище за футер та меню drawer */
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	opacity: 1;
	visibility: visible;
}

.menu-float-btn.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.menu-float-btn:hover {
	background: #333;
	transform: scale(1.1);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}

.menu-float-btn:active {
	transform: scale(0.95);
}

.menu-float-btn svg {
	width: 16.8px;
	height: 16.8px;
	stroke: currentColor;
	stroke-width: 2.5;
}

.menu-float-btn.active {
	background: #ffffff;
	color: #1a1a1a;
}

/* Шторка меню знизу */
.menu-drawer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 10000;
	overflow: hidden;
	transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-drawer.active {
	height: 100vh;
}

.menu-drawer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.menu-drawer.active .menu-drawer-overlay {
	opacity: 1;
}

.menu-drawer-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	border-radius: 32px 32px 0 0;
	padding: 30px 25px 30px 25px;
	box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.15);
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	max-height: 90vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.menu-drawer.active .menu-drawer-content {
	transform: translateY(0);
}

.menu-drawer-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f5f5f5;
	border: none;
	font-size: 20px;
	color: #1a1a1a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	z-index: 10;
	flex-shrink: 0;
}

.menu-drawer-close:hover {
	background: #e0e0e0;
	transform: scale(1.1);
}

.menu-drawer-nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 5px;
	flex: 1;
	overflow: hidden;
	min-height: 0;
	justify-content: flex-start;
}

.menu-drawer-link {
	font-size: 0.95rem;
	font-weight: 500;
	color: #1a1a1a;
	text-decoration: none;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
	transition: color 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	flex-shrink: 0;
}

.menu-drawer-link:hover {
	color: #48b05d;
}

.menu-drawer-actions {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
	flex-shrink: 0;
}

.menu-drawer-btn {
	flex: 1;
	padding: 12px 20px;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}

.menu-drawer-btn-primary {
	background: #1a1a1a;
	color: #ffffff;
}

.menu-drawer-btn-primary:hover {
	background: #333;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.menu-drawer-btn-secondary {
	background: #f5f5f5;
	color: #1a1a1a;
	border: 1px solid #e0e0e0;
}

.menu-drawer-btn-secondary:hover {
	background: #e0e0e0;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Контакти та соцмережі в меню */
.menu-drawer-contact {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.menu-drawer-phone {
	font-size: 0.95rem;
	font-weight: 600;
	color: #1a1a1a;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	transition: color 0.3s ease;
}

.menu-drawer-phone:hover {
	color: #48b05d;
}

.menu-drawer-address {
	font-size: 0.8rem;
	color: #666;
	margin: 0;
	line-height: 1.4;
	text-align: center;
}

.menu-drawer-social {
	display: flex;
	gap: 12px;
	align-items: center;
}

.menu-drawer-social-link {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f5f5f5;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	text-decoration: none;
}

.menu-drawer-social-link:hover {
	background: #1a1a1a;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.menu-drawer-social-link svg {
	width: 18px;
	height: 18px;
}

/* Десктоп стилі для меню */
@media (min-width: 768px) {
	.menu-drawer-content {
		max-width: 540px; /* +20% від 450px */
		left: 50%;
		transform: translateX(-50%) translateY(100%);
		border-radius: 24px 24px 0 0;
		padding: 36px 30px 36px 30px; /* +20% від 30px 25px */
		max-height: 90vh; /* трохи вище */
	}
	
	.menu-drawer.active .menu-drawer-content {
		transform: translateX(-50%) translateY(0);
	}
	
	.menu-drawer-close {
		top: 18px;
		right: 18px;
		width: 43px; /* +20% від 36px */
		height: 43px;
		font-size: 24px; /* +20% від 20px */
	}
	
	.menu-drawer-nav {
		gap: 10px; /* +20% від 8px */
		margin-top: 6px; /* +20% від 5px */
	}
	
	.menu-drawer-link {
		font-size: 1.08rem; /* +20% від 0.9rem */
		padding: 11px 0; /* +20% від 9px */
	}
	
	.menu-drawer-actions {
		gap: 12px; /* +20% від 10px */
		margin-top: 14px; /* +20% від 12px */
		padding-top: 14px; /* +20% від 12px */
	}
	
	.menu-drawer-btn {
		padding: 13px 22px; /* +20% від 11px 18px */
		font-size: 1.02rem; /* +20% від 0.85rem */
	}
	
	.menu-drawer-contact {
		margin-top: 14px; /* +20% від 12px */
		padding-top: 14px; /* +20% від 12px */
		gap: 12px; /* +20% від 10px */
	}
	
	.menu-drawer-phone {
		font-size: 1.02rem; /* +20% від 0.85rem */
	}
	
	.menu-drawer-address {
		font-size: 0.96rem; /* +20% від 0.8rem */
	}
	
	.menu-drawer-social-link {
		width: 41px; /* +20% від 34px */
		height: 41px;
	}
	
	.menu-drawer-social-link svg {
		width: 19px; /* +20% від 16px */
		height: 19px;
	}
}

/* Проста форма замість квізу - використовує стилі форми замовлення */
.quiz-simple-form {
	background: #fff;
	border-radius: 24px;
	padding: 25px;
	border: 1px solid #f0f0f0;
}

.quiz-simple-form.order-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.quiz-header.order-modal-header {
	text-align: left;
	margin-bottom: 30px;
}

.quiz-subtitle.order-modal-subtitle {
	font-size: 0.95rem;
	color: #666;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

/* Мобільні стилі для попапу */
@media (max-width: 767px) {
	.quiz-modal-content {
		padding: 30px 20px;
		max-width: 95%;
		max-height: 95vh;
	}
	
	.menu-float-btn {
		width: 45px;
		height: 45px;
		bottom: 20px;
		right: 20px;
	}
	
	.menu-float-btn svg {
		width: 18px;
		height: 18px;
	}
	
	.menu-drawer-content {
		padding: 30px 20px 80px 20px;
		border-radius: 24px 24px 0 0;
	}
	
	.menu-drawer-link {
		font-size: 1.1rem;
		padding: 14px 0;
	}
	
	.menu-drawer-actions {
		flex-direction: column;
		gap: 12px;
	}
	
	.menu-drawer-btn {
		width: 100%;
	}
	
	.quiz-progress-mini {
		margin-bottom: 20px;
	}
	
	.quiz-steps-mini {
		gap: 6px;
	}
	
	.quiz-step-mini {
		width: 24px;
		height: 24px;
		font-size: 11px;
	}
	
	/* Оптимізація модалу на мобільному - все має поміщатися без скролу */
	.quiz-modal-content {
		padding: 15px 12px;
		max-width: 95%;
		max-height: 95vh;
		overflow-y: auto;
	}
	
	.quiz-modal-content .quiz-wrapper {
		padding-top: 5px;
	}
	
	.quiz-modal-content .quiz-header {
		margin-bottom: 12px;
	}
	
	.quiz-modal-content .quiz-title {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	
	.quiz-modal-content .quiz-subtitle {
		font-size: 0.8rem;
	}
	
	.quiz-modal-content .quiz-progress-mini {
		margin-bottom: 12px;
	}
	
	.quiz-modal-content .quiz-form {
		padding: 0;
		border: none;
		background: transparent;
		border-radius: 0;
	}
	
	.quiz-modal-content .step-title {
		font-size: 1rem;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	
	.quiz-modal-content .quiz-options {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		margin-bottom: 12px;
	}
	
	.quiz-modal-content .option-card {
		padding: 10px 6px;
	}
	
	.quiz-modal-content .option-icon {
		width: 28px;
		height: 28px;
		margin-bottom: 4px;
	}
	
	.quiz-modal-content .option-text {
		font-size: 0.75rem;
	}
	
	.quiz-modal-content .quiz-inputs-grid {
		gap: 10px;
		margin-bottom: 12px;
	}
	
	.quiz-modal-content .quiz-input-group {
		gap: 6px;
	}
	
	.quiz-modal-content .quiz-input,
	.quiz-modal-content .quiz-textarea {
		padding: 8px 10px;
		font-size: 16px; /* Прибирає зум на iOS при фокусі */
	}
	
	/* Для десктопу залишаємо менший шрифт */
	@media (min-width: 768px) {
		.quiz-modal-content .quiz-input,
		.quiz-modal-content .quiz-textarea {
			font-size: 0.9rem;
		}
	}
	
	.quiz-modal-content .quiz-textarea {
		min-height: 60px; /* 2 ряди замість 120px */
		resize: none;
	}
	
	.quiz-modal-content .input-label {
		font-size: 0.75rem;
	}
	
	.quiz-modal-content .quiz-note {
		padding: 8px 10px;
		margin-top: 10px;
	}
	
	.quiz-modal-content .quiz-note p {
		font-size: 0.7rem;
		line-height: 1.3;
	}
	
	.quiz-modal-content .quiz-navigation {
		margin-top: 15px;
		padding-top: 12px;
		flex-direction: row; /* Кнопки в один ряд */
		justify-content: center; /* Центруємо кнопки */
		align-items: center;
		gap: 10px; /* Невеликий відступ між кнопками */
	}
	
	.quiz-modal-content .quiz-btn {
		padding: 8px 16px;
		font-size: 0.8rem;
		flex: 1; /* Кожна кнопка займає 50% ширини */
		min-width: 0; /* Дозволяє кнопкам стискатися */
	}
	
	/* Приховуємо кнопки через CSS, якщо вони мають display: none */
	.quiz-modal-content .quiz-btn[style*="display: none"] {
		display: none !important;
		visibility: hidden !important;
	}
	
	.quiz-modal-content .quiz-btn-prev {
		margin-right: 5px; /* Невеликий відступ справа */
	}
	
	.quiz-modal-content .quiz-btn-next,
	.quiz-modal-content .quiz-btn-submit {
		margin-left: 5px; /* Невеликий відступ зліва */
	}
	
	/* Якщо кнопка прихована через display: none, робимо її видимою але прозорою */
	.quiz-modal-content .quiz-btn[style*="display: none"] {
		display: flex !important;
		opacity: 0.3;
		pointer-events: none;
	}
}

/* ============================================
   FAQ Section
   ============================================ */
.faq-section {
	padding: 120px 0 30px 0;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.faq-title {
	font-size: 2.2rem;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: -0.5px;
	color: #111;
}

.faq-list {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.faq-item {
	background: #f8f9fa;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	overflow: hidden;
	transition: background 0.3s ease, border-color 0.3s ease;
	will-change: contents;
}

.faq-item.active {
	background: #fff;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 28px;
	cursor: pointer;
	user-select: none;
	transition: background 0.3s ease;
}

.faq-question:hover {
	background: rgba(72, 176, 93, 0.02);
}

.faq-question-text {
	font-size: 1.1rem;
	font-weight: 600;
	color: #111;
	flex: 1;
	padding-right: 20px;
	line-height: 1.5;
}

.faq-toggle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	flex-shrink: 0;
	padding: 0;
	margin: 0;
	will-change: transform, background, border-color;
}

.faq-toggle:hover {
	border-color: #48b05d;
	background: #f8f9fa;
}

.faq-item.active .faq-toggle {
	border-color: #48b05d;
	background: #48b05d;
	color: #fff;
}

.faq-icon {
	font-size: 20px;
	font-weight: 300;
	color: #666;
	line-height: 1;
	transition: all 0.3s ease;
	display: block;
}

.faq-item.active .faq-icon {
	color: #fff;
	transform: rotate(0deg);
}

.faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0 28px;
}

.faq-answer > * {
	min-height: 0;
	overflow: hidden;
}

.faq-item.active .faq-answer {
	grid-template-rows: 1fr;
	padding: 0 28px 24px 28px;
}

.faq-answer p {
	margin: 0;
	font-size: 0.95rem;
	color: #666;
	line-height: 1.7;
	font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.faq-section {
		padding: 60px 0 30px 0;
	}
	
	.faq-title {
		font-size: 1.8rem;
		margin-bottom: 40px;
	}
	
	.faq-list {
		gap: 12px;
	}
	
	.faq-question {
		padding: 20px;
	}
	
	.faq-question-text {
		font-size: 1rem;
		padding-right: 15px;
	}
	
	.faq-toggle {
		width: 32px;
		height: 32px;
	}
	
	.faq-icon {
		font-size: 18px;
	}
	
	.faq-item.active .faq-answer {
		padding: 0 20px 20px 20px;
	}
	
	.faq-answer {
		padding: 0 20px;
		transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	}
	
	.faq-answer p {
		font-size: 0.9rem;
	}
}

/* ============================================
   Gallery Modal
   ============================================ */
.gallery-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery-modal.active {
	display: block;
	opacity: 1;
}

.gallery-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(10px);
}

.gallery-modal-content {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.gallery-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10;
	backdrop-filter: blur(10px);
}

.gallery-modal-close:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
}

.gallery-modal-header {
	margin-bottom: 30px;
	text-align: center;
}

.gallery-modal-title {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.gallery-modal-body {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.gallery-modal-swiper {
	width: 100%;
	height: 100%;
	max-height: 80vh;
	position: relative;
}

.gallery-modal-swiper .swiper-wrapper {
	display: flex;
	align-items: center;
}

.gallery-modal-swiper .swiper-slide {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-modal-swiper .swiper-slide img {
	width: 100%;
	height: auto;
	max-height: 80vh;
	object-fit: contain;
	border-radius: 16px;
}

.gallery-modal-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 5;
}

.gallery-modal-prev,
.gallery-modal-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	pointer-events: auto;
	backdrop-filter: blur(10px);
}

.gallery-modal-prev {
	margin-left: 20px;
}

.gallery-modal-next {
	margin-right: 20px;
}

.gallery-modal-prev:hover,
.gallery-modal-next:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
}

.gallery-modal-prev:active,
.gallery-modal-next:active {
	transform: scale(0.95);
}

/* Mobile Gallery Modal */
@media (max-width: 767px) {
	.gallery-modal-content {
		padding: 20px 10px;
	}
	
	.gallery-modal-close {
		top: 10px;
		right: 10px;
		width: 44px;
		height: 44px;
		font-size: 28px;
	}
	
	.gallery-modal-title {
		font-size: 1.5rem;
	}
	
	.gallery-modal-swiper {
		max-height: 70vh;
	}
	
	.gallery-modal-prev,
	.gallery-modal-next {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	
	.gallery-modal-prev {
		margin-left: 10px;
	}
	
	.gallery-modal-next {
		margin-right: 10px;
	}
}

/* ============================================
ORDER FORM MODAL
============================================ */
/* Video Modal */
.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.video-modal.active {
	display: flex;
	opacity: 1;
	align-items: center;
	justify-content: center;
}

.video-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.video-modal-content {
	position: relative;
	width: 90%;
	max-width: 1200px;
	max-height: 90vh;
	background: #000;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	z-index: 10002;
}

.video-modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10003;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.video-modal-close:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}

.video-modal-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
}

.video-modal-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.video-modal-content {
		width: 95%;
		border-radius: 12px;
	}
	
	.video-modal-close {
		top: 10px;
		right: 10px;
		width: 36px;
		height: 36px;
		font-size: 20px;
	}
}

.order-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.order-modal.active {
	display: flex;
	opacity: 1;
	align-items: center;
	justify-content: center;
}

.order-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.order-modal-content {
	position: relative;
	background: #ffffff;
	border-radius: 24px;
	padding: 40px;
	max-width: 500px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	z-index: 10001;
	animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.order-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f5f5f5;
	border: none;
	font-size: 24px;
	color: #1a1a1a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
}

.order-modal-close:hover {
	background: #e0e0e0;
	transform: scale(1.1);
}

.order-modal-header {
	text-align: center;
	margin-bottom: 30px;
}

.order-modal-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 10px 0;
	font-family: 'Montserrat', sans-serif;
}

.order-modal-subtitle {
	font-size: 0.95rem;
	color: #666;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.order-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.order-form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.order-form-group label {
	font-size: 0.9rem;
	font-weight: 500;
	color: #1a1a1a;
	font-family: 'Montserrat', sans-serif;
}

.order-form-group input[type="text"],
.order-form-group input[type="tel"],
.order-form-group input[type="email"] {
	padding: 14px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	font-size: 0.95rem;
	font-family: 'Montserrat', sans-serif;
	color: #1a1a1a;
	background: #ffffff;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.order-form-group input[type="text"]:focus,
.order-form-group input[type="tel"]:focus,
.order-form-group input[type="email"]:focus {
	outline: none;
	border-color: #1a1a1a;
	box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1);
}

.order-form-group input::placeholder {
	color: #999;
}

.order-form-checkbox {
	margin-top: 10px;
}

.order-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	font-size: 0.85rem;
	color: #666;
	line-height: 1.5;
}

.order-checkbox-label input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	cursor: pointer;
	flex-shrink: 0;
	accent-color: #1a1a1a;
}

.order-checkbox-text {
	flex: 1;
}

.order-checkbox-text a {
	color: #1a1a1a;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.order-checkbox-text a:hover {
	color: #666;
}

.order-form-submit {
	padding: 16px 32px;
	background: #1a1a1a;
	color: #ffffff;
	border: none;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.order-form-submit:hover {
	background: #333;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.order-form-submit:active {
	transform: translateY(0);
}

/* Order Success Modal */
.order-success-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10002;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.order-success-modal.active {
	display: flex;
	opacity: 1;
	align-items: center;
	justify-content: center;
}

.order-success-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.order-success-content {
	position: relative;
	background: #ffffff;
	border-radius: 24px;
	padding: 50px 40px;
	max-width: 450px;
	width: 90%;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	z-index: 10003;
	animation: modalSlideIn 0.3s ease;
}

.order-success-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f5f5f5;
	border: none;
	font-size: 24px;
	color: #1a1a1a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
}

.order-success-close:hover {
	background: #e0e0e0;
	transform: scale(1.1);
}

.order-success-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #48b05d;
	color: #ffffff;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-weight: 700;
}

.order-success-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
}

.order-success-text {
	font-size: 0.95rem;
	color: #666;
	margin: 0 0 30px 0;
	line-height: 1.6;
	font-family: 'Montserrat', sans-serif;
}

.order-success-btn {
	padding: 14px 32px;
	background: #1a1a1a;
	color: #ffffff;
	border: none;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.order-success-btn:hover {
	background: #333;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.order-success-btn:active {
	transform: translateY(0);
}

/* Mobile Order Modal */
@media (max-width: 767px) {
	.order-modal-content {
		padding: 30px 20px;
		max-width: 95%;
	}
	
	.order-modal-title {
		font-size: 1.5rem;
	}
	
	.order-modal-subtitle {
		font-size: 0.9rem;
	}
	
	.order-success-content {
		padding: 40px 30px;
	}
	
	.order-success-icon {
		width: 60px;
		height: 60px;
		font-size: 30px;
	}
	
	.order-success-title {
		font-size: 1.5rem;
	}
}

/* ============================================
   Footer
   ============================================ */
.site-footer {
	background: #1a1a1a;
	color: #8E8E8E;
	padding: 0;
	margin-top: 0;
	position: relative;
	overflow: hidden;
}

.footer-content {
	max-width: 1320px;
	margin: 0 auto;
	padding: 80px 20px 40px 20px;
	position: relative;
	z-index: 1;
}

.footer-top {
	background: transparent;
	border-radius: 32px 32px 0 0;
	padding: 60px 40px;
	text-align: center;
	position: relative;
}

.footer-logo {
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo-img {
	max-height: 31px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.footer-brand {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	margin: 0 0 24px 0;
	letter-spacing: -0.5px;
}

.footer-divider {
	width: 100%;
	height: 1px;
	background: #333;
	margin: 0 auto 24px;
	max-width: 200px;
}

.footer-tagline {
	font-size: 1rem;
	color: #999;
	margin: 0 0 32px 0;
	line-height: 1.6;
	font-weight: 400;
}

.footer-social {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.footer-social-link {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #333;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer-social-link:hover {
	border-color: #48b05d;
	background: rgba(72, 176, 93, 0.1);
	color: #48b05d;
}

.footer-social-link svg {
	width: 20px;
	height: 20px;
}

.footer-watermark {
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 8rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.02);
	white-space: nowrap;
	pointer-events: none;
	z-index: 0;
	letter-spacing: 8px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px 0;
	font-size: 0.9rem;
	color: #999;
}

.footer-copyright p {
	margin: 0;
	color: #999;
}

.footer-dev {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-dev-link {
	color: #999;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: color 0.3s ease;
	font-size: 0.9rem;
}

.footer-dev-link:hover {
	color: #48b05d;
}

.footer-dev-link span {
	font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.footer-content {
		padding: 60px 20px 30px 20px;
	}
	
	.footer-top {
		padding: 40px 24px;
		border-radius: 24px 24px 0 0;
	}
	
	.footer-logo {
		font-size: 1rem;
		margin-bottom: 16px;
		justify-content: center;
	}
	
	.footer-logo-img {
		margin: 0 auto;
	}
	
	.footer-brand {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	
	.footer-tagline {
		font-size: 0.9rem;
		margin-bottom: 24px;
	}
	
	.footer-social-link {
		width: 40px;
		height: 40px;
	}
	
	.footer-social-link svg {
		width: 18px;
		height: 18px;
	}
	
	.footer-watermark {
		font-size: 4rem;
		bottom: 100px;
		letter-spacing: 4px;
	}
	
	.footer-bottom {
		flex-direction: column;
		gap: 16px;
		text-align: center;
		padding: 24px 20px 0;
	}
	
	.footer-copyright,
	.footer-dev {
		width: 100%;
		justify-content: center;
	}
	
	.footer-dev-link {
		font-size: 0.85rem;
	}
}
