/* Yeksa Holding - Visual Art styles (RTL Persian-First)
   Snippet Suffix: 4283cb80 */

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700;800&display=swap');

.yk-wrapper-4283cb80 {
	font-family: 'Shazde Persian', 'Vazirmatn', -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	direction: rtl;
	text-align: right;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/* Base Container */
.yk-container-4283cb80 {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}

/* MINIMAL HEADER */
.yk-header-4283cb80 {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(230, 231, 232, 0.5);
	padding: 20px 0;
}
body.admin-bar .yk-header-4283cb80 {
	top: var(--wp-admin--admin-bar--height, 32px);
}

.yk-header-inner-4283cb80 {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.yk-logo-container-4283cb80 {
	display: flex;
	align-items: center;
	gap: 12px;
}

.yk-logo-text-fa-4283cb80 {
	font-size: 26px;
	font-weight: 800;
	color: #192F7C;
	letter-spacing: -1px;
}

.yk-logo-text-en-4283cb80 {
	font-size: 13px;
	font-weight: 700;
	color: #96AFCE;
	letter-spacing: 2px;
}

.yk-header-center-4283cb80 {
	display: flex;
	gap: 28px;
}

.yk-nav-link-4283cb80 {
	text-decoration: none;
	color: #6689AF;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s ease;
	position: relative;
}

.yk-nav-link-4283cb80:hover {
	color: #192F7C;
}

.yk-nav-active-4283cb80 {
	color: #192F7C;
	font-weight: 700;
}

.yk-nav-active-4283cb80::after {
	content: '';
	position: absolute;
	bottom: -6px;
	right: 0;
	width: 14px;
	height: 2px;
	background-color: #F15A31;
}

.yk-header-left-4283cb80 {
	font-size: 13px;
	font-weight: 700;
	color: #192F7C;
	letter-spacing: 1px;
}

/* SECTION 1: HERO */
.yk-hero-section-4283cb80 {
	padding: 100px 0 120px 0;
	background-color: #FFFFFF;
}

.yk-hero-copy-4283cb80 {
	max-width: 780px;
	margin-bottom: 70px;
}

.yk-eyebrow-4283cb80 {
	display: inline-block;
	color: #F15A31;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 24px;
}

.yk-hero-title-4283cb80 {
	font-size: 64px;
	font-weight: 800;
	color: #192F7C;
	line-height: 1.25;
	margin: 0 0 24px 0;
	letter-spacing: -1.5px;
}

.yk-hero-description-4283cb80 {
	font-size: 20px;
	color: #3F5779;
	margin-bottom: 40px;
	max-width: 620px;
	font-weight: 400;
	line-height: 1.7;
}

.yk-hero-actions-4283cb80 {
	display: flex;
	align-items: center;
	gap: 24px;
}

/* Buttons */
.yk-btn-primary-4283cb80 {
	display: inline-flex;
	align-items: center;
	background: transparent;
	border: 2px solid #192F7C;
	color: #192F7C;
	padding: 14px 32px;
	border-radius: 100px;
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
	transition: all 0.2s ease;
}

.yk-btn-primary-4283cb80:hover {
	background: #192F7C;
	color: #FFFFFF;
}

.yk-btn-link-4283cb80 {
	color: #6689AF;
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
	transition: color 0.2s ease;
}

.yk-btn-link-4283cb80:hover {
	color: #192F7C;
}

/* Hero Visual */
.yk-hero-visual-container-4283cb80 {
	position: relative;
	width: 100%;
}

.yk-hero-image-wrapper-4283cb80 {
	position: relative;
	width: 90%;
	margin-right: auto;
	border-radius: 32px;
	overflow: visible;
}

.yk-hero-img-4283cb80 {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 32px;
	display: block;
}

/* Yeksa Diagonal Line Pattern layer */
.yk-pattern-diagonal-4283cb80 {
	position: absolute;
	right: -40px;
	bottom: -40px;
	z-index: -1;
	pointer-events: none;
}

/* Floating Card */
.yk-floating-card-4283cb80 {
	position: absolute;
	bottom: 40px;
	right: 40px;
	background: #FFFFFF;
	padding: 24px 32px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(25, 47, 124, 0.12);
	max-width: 320px;
	z-index: 10;
}

.yk-card-header-4283cb80 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.yk-card-dot-4283cb80 {
	width: 8px;
	height: 8px;
	background-color: #F15A31;
	border-radius: 50%;
}

.yk-card-title-4283cb80 {
	font-weight: 700;
	font-size: 14px;
	color: #192F7C;
	letter-spacing: 0.5px;
}

.yk-card-body-4283cb80 {
	display: flex;
	gap: 8px;
	font-size: 13px;
	color: #6689AF;
	font-weight: 500;
}

.yk-card-sep-4283cb80 {
	color: #E6E7E8;
}

/* TRANSITION SECTION */
.yk-transition-container-4283cb80 {
	position: relative;
	padding: 60px 0;
	display: flex;
	justify-content: flex-start;
}

.yk-curved-transition-pattern-4283cb80 {
	opacity: 0.45;
	margin-right: 80px;
}

/* SECTION 2: THE ECOSYSTEM */
.yk-ecosystem-section-4283cb80 {
	padding: 60px 0 140px 0;
}

.yk-ecosystem-card-4283cb80 {
	max-width: 1360px;
	margin: 0 auto;
	background-color: #F5F4F0;
	border-radius: 40px;
	padding: 90px 80px;
}

.yk-container-inner-4283cb80 {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 80px;
	align-items: center;
}

.yk-eco-header-4283cb80 {
	max-width: 520px;
}

.yk-eco-title-4283cb80 {
	font-size: 48px;
	font-weight: 800;
	color: #192F7C;
	line-height: 1.3;
	margin: 0 0 24px 0;
	letter-spacing: -1px;
}

.yk-eco-description-4283cb80 {
	font-size: 17px;
	color: #3F5779;
	line-height: 1.75;
	margin-bottom: 40px;
}

.yk-btn-secondary-4283cb80 {
	display: inline-flex;
	align-items: center;
	background: transparent;
	border: 2px solid #192F7C;
	color: #192F7C;
	padding: 14px 32px;
	border-radius: 100px;
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
	transition: all 0.2s ease;
}

.yk-btn-secondary-4283cb80:hover {
	background: #192F7C;
	color: #FFFFFF;
}

/* Ecosystem Visual Space */
.yk-eco-visual-wrapper-4283cb80 {
	position: relative;
}

.yk-eco-img-4283cb80 {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 32px;
	display: block;
	position: relative;
	z-index: 2;
}

/* Brand Grid Detail */
.yk-pattern-curved-grid-4283cb80 {
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 1;
	pointer-events: none;
}

/* Floating labels */
.yk-eco-label-4283cb80 {
	position: absolute;
	background: #FFFFFF;
	padding: 10px 18px;
	border-radius: 100px;
	box-shadow: 0 8px 24px rgba(25, 47, 124, 0.08);
	font-size: 13px;
	font-weight: 700;
	color: #192F7C;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 10;
	white-space: nowrap;
}

.yk-label-dot-4283cb80 {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.color-orange-4283cb80 { background-color: #F15A31; }
.color-blue-4283cb80 { background-color: #244EA2; }
.color-light-4283cb80 { background-color: #4A8ECC; }

/* Positioning labels asymmetrically */
.label-top-right-4283cb80 {
	top: 15%;
	right: -15px;
}

.label-mid-left-4283cb80 {
	top: 50%;
	left: -20px;
}

.label-bottom-right-4283cb80 {
	bottom: 12%;
	right: 15px;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
	.yk-container-inner-4283cb80 {
		grid-template-columns: 1fr;
		gap: 60px;
	}
	.yk-header-center-4283cb80 {
		display: none;
	}
	.yk-hero-title-4283cb80 {
		font-size: 48px;
	}
	.yk-eco-title-4283cb80 {
		font-size: 38px;
	}
	.yk-ecosystem-card-4283cb80 {
		padding: 50px 30px;
	}
}
