/* ==========================================================================
   MİHRA SAÇ & GÜZELLİK - Türkçe Premium Kuaför & Sinematik Slider Stilleri
   Renk Paleti:
   - Rose Pink: #C7788D (Gül Pembesi Ana Vurgu)
   - Dark Plum: #4B2434 (Koyu Vişne Zemin & Başlıklar)
   - Soft Powder: #EBCAD3 (Pudra Yüzey)
   - Rose Nude: #D8AAA8 (Rose Nude)
   - Warm Cream: #F7EEE9 (Sıcak Krem Kartlar)
   - Off-White Base: #FFF9F6 (Kırık Beyaz Zemin)
   - Dark Charcoal Text: #30242A (Koyu Metin)
   ========================================================================== */

:root {
	--mihra-rose: #C7788D;
	--mihra-rose-rgb: 199, 120, 141;
	--mihra-plum: #4B2434;
	--mihra-powder: #EBCAD3;
	--mihra-nude: #D8AAA8;
	--mihra-cream: #F7EEE9;
	--mihra-offwhite: #FFF9F6;
	--mihra-charcoal: #30242A;
	--mihra-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.page-template-page-demo-mihra-sac-guzellik {
	background-color: var(--mihra-offwhite) !important;
	color: var(--mihra-charcoal) !important;
	font-family: var(--mihra-font) !important;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Hide Main PXVERS Canvas on Mihra Page */
body.page-template-page-demo-mihra-sac-guzellik #pxvers-neural-canvas,
body.page-template-page-demo-mihra-sac-guzellik .bg-ambient-grid,
body.page-template-page-demo-mihra-sac-guzellik .bg-noise,
body.page-template-page-demo-mihra-sac-guzellik .custom-cursor-dot,
body.page-template-page-demo-mihra-sac-guzellik .custom-cursor-follower {
	display: none !important;
}

.mihra-wrapper {
	width: 100%;
	position: relative;
	background-color: var(--mihra-offwhite);
}

.mihra-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 28px;
}

/* --------------------------------------------------------------------------
   HEADER & NAVIGATION
   -------------------------------------------------------------------------- */
.mihra-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 22px 0;
	transition: all 0.35s ease;
}

.mihra-header.scrolled {
	background: rgba(255, 249, 246, 0.95);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(199, 120, 141, 0.25);
	padding: 12px 0;
	box-shadow: 0 4px 20px rgba(75, 36, 52, 0.08);
}

.mihra-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mihra-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.mihra-logo-mark {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mihra-logo-text {
	display: flex;
	flex-direction: column;
}

.mihra-logo-main {
	font-family: var(--mihra-font);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 3.5px;
	color: var(--mihra-plum);
	line-height: 1;
}

.mihra-logo-sub {
	font-family: var(--mihra-font);
	font-size: 8.5px;
	font-weight: 800;
	letter-spacing: 3px;
	color: var(--mihra-rose);
	margin-top: 3px;
	text-transform: uppercase;
}

.mihra-nav {
	display: flex;
	align-items: center;
	gap: 36px;
}

.mihra-nav-link {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--mihra-charcoal);
	text-decoration: none;
	transition: color 0.2s ease;
}

.mihra-nav-link:hover {
	color: var(--mihra-rose);
}

.btn-mihra-cta {
	background: var(--mihra-rose);
	color: #FFFFFF;
	font-size: 13.5px;
	font-weight: 800;
	padding: 11px 24px;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 18px rgba(199, 120, 141, 0.35);
}

.btn-mihra-cta:hover {
	background: #B26579;
	transform: translateY(-2px);
	box-shadow: 0 6px 22px rgba(199, 120, 141, 0.5);
}

/* --------------------------------------------------------------------------
   HERO — FULLSCREEN 1920x1080 CINEMATIC BEAUTY SLIDER
   -------------------------------------------------------------------------- */
.mihra-hero-slider-section {
	position: relative;
	width: 100%;
	height: 90vh;
	min-height: 640px;
	background: var(--mihra-plum);
	overflow: hidden;
}

.mihra-slide-item {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.85s ease, visibility 0.85s ease;
	display: flex;
	align-items: center;
	z-index: 1;
}

.mihra-slide-item.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.mihra-slide-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
	transition: transform 8s ease-out;
}

.mihra-slide-item.active .mihra-slide-bg {
	transform: scale(1);
}

.mihra-slide-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(75, 36, 52, 0.92) 0%, rgba(75, 36, 52, 0.6) 50%, rgba(75, 36, 52, 0.35) 100%);
}

.mihra-slide-content {
	position: relative;
	z-index: 5;
	max-width: 680px;
}

.mihra-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(199, 120, 141, 0.2);
	border: 1px solid rgba(199, 120, 141, 0.4);
	color: var(--mihra-powder);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 6px 14px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.mihra-hero-title {
	font-size: 52px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 1.12;
	margin-bottom: 20px;
	letter-spacing: -1.5px;
}

.mihra-hero-title span {
	color: var(--mihra-rose);
}

.mihra-hero-desc {
	font-size: 16px;
	color: #EBD9DF;
	line-height: 1.65;
	margin-bottom: 32px;
}

/* Slider Controls & Counter */
.mihra-slider-controls {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 20px;
}

.mihra-slide-counter {
	font-size: 14px;
	font-weight: 800;
	color: var(--mihra-rose);
	letter-spacing: 2px;
}

.btn-mihra-slide-nav {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(75, 36, 52, 0.75);
	backdrop-filter: blur(10px);
	border: 1.5px solid rgba(199, 120, 141, 0.4);
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
	transition: all 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-mihra-slide-nav:hover {
	background: var(--mihra-rose);
	color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   HIZLI RANDEVU DRAWER / MODAL
   -------------------------------------------------------------------------- */
.mihra-drawer-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(48, 36, 42, 0.85);
	backdrop-filter: blur(12px);
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.mihra-drawer-card {
	background: var(--mihra-offwhite);
	border: 2px solid var(--mihra-rose);
	border-radius: 28px;
	max-width: 680px;
	width: 100%;
	padding: 32px;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.mihra-chip-btn {
	background: #FFFFFF;
	border: 1.5px solid rgba(199, 120, 141, 0.25);
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 12.5px;
	font-weight: 800;
	color: var(--mihra-plum);
	cursor: pointer;
	transition: all 0.25s ease;
}

.mihra-chip-btn:hover,
.mihra-chip-btn.active {
	background: var(--mihra-rose);
	border-color: var(--mihra-rose);
	color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   FOOTER & DEMO BADGE
   -------------------------------------------------------------------------- */
.mihra-footer {
	background: #341924;
	color: #BDA7B0;
	padding: 44px 0 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mihra-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.mihra-demo-badge {
	text-align: center;
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.4);
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mihra-demo-badge a {
	color: var(--mihra-rose);
	text-decoration: none;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 992px) {
	.mihra-hero-title {
		font-size: 38px;
	}
}

@media (max-width: 576px) {
	.mihra-nav {
		display: none;
	}
	.mihra-hero-title {
		font-size: 28px;
	}
}
