/*
Theme Name: Sumbul Topcu
Theme URI: https://sumbultopcu.com.tr
Author: Codex
Description: Sumbul Topcu icin WordPress tek sayfa kurumsal emlak danismani temasi.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: sumbul-topcu
*/

:root {
	--ink: #213047;
	--muted: #6d7b8c;
	--blue: #315f8e;
	--blue-2: #4aa4d8;
	--teal: #48b9ae;
	--gold: #edc976;
	--coral: #f39a83;
	--premium-navy: #08265c;
	--premium-navy-2: #061943;
	--premium-blue: #1688e8;
	--premium-cyan: #13c7d4;
	--paper: #fffaf2;
	--mist: #f1fbf8;
	--sky: #f0f8ff;
	--line: rgba(49, 95, 142, 0.14);
	--white: #ffffff;
	--shadow: 0 22px 60px rgba(49, 95, 142, 0.14);
	--shadow-soft: 0 12px 32px rgba(49, 95, 142, 0.08);
	--radius: 8px;
	--container: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		linear-gradient(180deg, #fbfdff 0%, #ffffff 32%, #f7fcfb 100%);
	color: var(--ink);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

:focus-visible {
	outline: 3px solid rgba(74, 164, 216, 0.34);
	outline-offset: 3px;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	left: -9999px;
}

.skip-link:focus {
	left: 16px;
	top: 16px;
	z-index: 999;
	background: var(--white);
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.container {
	width: min(var(--container), calc(100% - 40px));
	margin-inline: auto;
}

.site-topbar {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 70;
	background: rgba(2, 17, 42, 0.58);
	color: rgba(255, 255, 255, 0.82);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.9rem;
	backdrop-filter: blur(14px) saturate(135%);
}

.topbar-inner,
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.topbar-inner {
	min-height: 38px;
}

.topbar-links,
.social-links {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.topbar-links a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease;
}

.topbar-links a:hover,
.social-links a:hover {
	color: #ffffff;
}

.social-link {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.11);
	color: #ffffff;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.social-link:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--premium-navy);
	transform: translateY(-1px);
}

.social-link svg {
	width: 17px;
	height: 17px;
	display: block;
}

.social-link svg path {
	fill: currentColor;
}

.social-link-instagram rect,
.social-link-instagram circle {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.social-link-sahibinden circle {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.social-link-sahibinden::after {
	content: "s!";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: currentColor;
	font-family: Arial, sans-serif;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.site-header {
	position: fixed;
	top: 38px;
	left: 0;
	right: 0;
	z-index: 50;
	background: linear-gradient(180deg, rgba(3, 18, 44, 0.52), rgba(3, 18, 44, 0.24));
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	box-shadow: none;
	backdrop-filter: blur(18px) saturate(150%);
}

body.admin-bar .site-topbar {
	top: 32px;
}

body.admin-bar .site-header {
	top: 70px;
}

.header-inner {
	min-height: 82px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 230px;
	color: #ffffff;
}

.brand-mark {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	overflow: hidden;
	padding: 4px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.brand-mark img {
	width: 104%;
	height: 104%;
	object-fit: contain;
	object-position: center;
	border-radius: 9px;
	transform: translateY(-2px);
}

.brand-text {
	display: grid;
	line-height: 1.1;
}

.brand-name {
	font-weight: 800;
	font-size: 1rem;
	color: #ffffff;
}

.brand-role {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	margin-top: 4px;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 8px;
}

.main-nav a {
	position: relative;
	padding: 10px 13px;
	border-radius: var(--radius);
	color: rgba(255, 255, 255, 0.86);
	font-weight: 650;
	font-size: 0.92rem;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	transform: translateY(-1px);
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: currentColor;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: var(--radius);
	font-weight: 800;
	line-height: 1.1;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-primary {
	background: linear-gradient(135deg, var(--gold), var(--coral));
	color: #1f1b16;
	box-shadow: 0 10px 26px rgba(234, 125, 101, 0.28);
}

.btn-blue {
	background: linear-gradient(135deg, var(--blue-2), var(--teal));
	color: var(--white);
	box-shadow: 0 10px 26px rgba(47, 134, 196, 0.2);
}

.btn-light {
	background: rgba(255, 255, 255, 0.86);
	color: var(--blue);
	border-color: rgba(49, 95, 142, 0.2);
	box-shadow: 0 10px 24px rgba(49, 95, 142, 0.1);
}

.btn-light:hover,
.btn-outline:hover {
	background: #ffffff;
	border-color: rgba(72, 185, 174, 0.38);
	box-shadow: 0 14px 34px rgba(49, 95, 142, 0.14);
}

.btn-outline {
	background: var(--white);
	color: var(--blue);
	border-color: rgba(16, 63, 128, 0.24);
}

.btn-cinematic {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.28);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.btn-cinematic:hover {
	background: #ffffff;
	color: var(--premium-navy);
	border-color: #ffffff;
}

.btn-glass {
	background: rgba(255, 255, 255, 0.11);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.28);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(12px);
}

.btn-glass:hover {
	background: #ffffff;
	color: var(--premium-navy);
	border-color: #ffffff;
}

.hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: max(760px, 100svh);
	overflow: hidden;
	background: #061943;
	color: #ffffff;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 12, 31, 0.92) 0%, rgba(3, 18, 44, 0.78) 35%, rgba(3, 18, 44, 0.38) 63%, rgba(2, 12, 31, 0.2) 100%),
		linear-gradient(180deg, rgba(2, 12, 31, 0.44) 0%, rgba(2, 12, 31, 0.08) 42%, rgba(2, 12, 31, 0.86) 100%),
		url("assets/images/real-estate-city-band.png") center / cover no-repeat;
	transform: scale(1.01);
}

.hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(246, 180, 159, 0.8), rgba(241, 217, 155, 0.9), rgba(155, 225, 216, 0.7), rgba(159, 213, 241, 0.76));
}

.hero-shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
	gap: clamp(28px, 5vw, 72px);
	align-items: end;
	padding: clamp(190px, 25vh, 250px) 0 42px;
}

.hero-content {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 780px;
	margin: 0;
	padding: 0;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	color: var(--gold);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: none;
}

.hero-badges {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.hero-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.86);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(10px);
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1;
}

.hero h1,
.section-title h2 {
	margin: 0;
	line-height: 1.05;
	letter-spacing: 0;
}

.hero h1 {
	max-width: 820px;
	color: #ffffff;
	font-size: clamp(4.4rem, 11vw, 8.4rem);
	letter-spacing: 0;
	text-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.hero .hero-seo-title {
	max-width: 100%;
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(0.78rem, 1.05vw, 0.98rem);
	font-weight: 750;
	line-height: 1.35;
	letter-spacing: 0.035em;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}

.hero-name {
	max-width: 820px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(4.4rem, 8vw, 7.4rem);
	font-weight: 850;
	line-height: 0.94;
	letter-spacing: -0.035em;
	text-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.hero-kicker {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.35rem, 3.5vw, 2.25rem);
	font-weight: 350;
	line-height: 1.15;
}

.hero-lead {
	max-width: 650px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.18rem;
}

.hero-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.hero-brand-panel {
	justify-self: end;
	width: min(460px, 36vw);
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 30px 86px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px) saturate(140%);
}

.hero-brand-panel img {
	width: 100%;
	border-radius: var(--radius);
}

.hero-proof {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	position: relative;
	z-index: 1;
	margin-bottom: 112px;
}

.proof-item {
	min-height: 94px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 85% 8%, rgba(22, 136, 232, 0.45), transparent 32%),
		linear-gradient(135deg, rgba(8, 38, 92, 0.78) 0%, rgba(13, 57, 120, 0.68) 54%, rgba(6, 25, 67, 0.78) 100%);
	box-shadow: 0 18px 46px rgba(8, 38, 92, 0.24);
	backdrop-filter: blur(8px);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.proof-item:hover {
	border-color: rgba(255, 255, 255, 0.34);
	box-shadow: 0 24px 58px rgba(8, 38, 92, 0.28);
	transform: translateY(-3px);
}

.proof-value {
	display: block;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 850;
	line-height: 1.15;
}

.proof-label {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.82rem;
	line-height: 1.35;
}

.section {
	padding: 96px 0;
}

.section-soft {
	background:
		linear-gradient(180deg, rgba(255, 250, 242, 0.84), rgba(240, 248, 255, 0.72));
}

.section-mist {
	background: linear-gradient(135deg, var(--mist), var(--sky));
}

.cinematic-band {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	display: grid;
	align-items: center;
	color: #ffffff;
	background-color: var(--premium-navy);
}

.cinematic-band::before,
.cinematic-band::after {
	content: "";
	position: absolute;
	inset: 0;
}

.cinematic-band::before {
	background-position: center;
	background-size: cover;
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.02);
}

.cinematic-band::after {
	background:
		linear-gradient(90deg, rgba(6, 25, 67, 0.88) 0%, rgba(8, 38, 92, 0.66) 48%, rgba(6, 25, 67, 0.2) 100%),
		radial-gradient(circle at 78% 22%, rgba(22, 136, 232, 0.28), transparent 34%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
}

.cinematic-city::before {
	background-image: url("assets/images/real-estate-city-band.png");
	background-position: center;
}

.cinematic-trust::before {
	background-image: url("assets/images/real-estate-home-band.png");
	background-position: center;
}

.cinematic-trust::after {
	background:
		linear-gradient(270deg, rgba(6, 25, 67, 0.9) 0%, rgba(8, 38, 92, 0.7) 48%, rgba(6, 25, 67, 0.28) 100%),
		radial-gradient(circle at 16% 28%, rgba(19, 199, 212, 0.22), transparent 34%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
}

.cinematic-content {
	position: relative;
	z-index: 1;
	max-width: 650px;
	padding: 76px 0;
}

.cinematic-content-right {
	margin-left: auto;
}

.cinematic-content .eyebrow {
	color: #9fd5f1;
	margin-bottom: 14px;
}

.cinematic-content h2 {
	margin: 0;
	max-width: 720px;
	color: #ffffff;
	font-size: clamp(2.25rem, 5vw, 4.1rem);
	line-height: 1.02;
	letter-spacing: 0;
}

.cinematic-content p {
	max-width: 590px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.08rem;
}

.cinematic-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.cinematic-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 30px;
}

.cinematic-metrics span {
	display: grid;
	gap: 4px;
	min-height: 86px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.72);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.cinematic-metrics strong {
	color: #ffffff;
	font-size: 1.05rem;
}

.section-title {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.55fr);
	gap: 36px;
	align-items: end;
	margin-bottom: 42px;
}

.section-title h2 {
	font-size: clamp(2rem, 5vw, 3.35rem);
	max-width: 780px;
}

.section-title p {
	margin: 0;
	color: var(--muted);
}

.about-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	gap: 34px;
	align-items: center;
}

.portrait-panel {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	background: #18304c;
}

.portrait-panel img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

.portrait-panel-cutout {
	display: grid;
	align-items: end;
	min-height: 520px;
	background: #dceef8;
}

.portrait-panel-cutout img {
	aspect-ratio: 3 / 4;
	object-fit: contain;
	object-position: center bottom;
}

.portrait-caption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: grid;
	gap: 4px;
	padding: 14px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.92);
	color: var(--ink);
}

.portrait-caption strong {
	font-size: 1.08rem;
}

.portrait-caption span {
	color: var(--muted);
	font-size: 0.9rem;
}

.about-copy {
	display: grid;
	gap: 18px;
	color: #2e394d;
}

.about-copy p {
	margin: 0;
}

.highlight-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 8px;
}

.cigdem-section {
	position: relative;
	overflow: hidden;
}

.cigdem-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: 22px;
	align-items: stretch;
}

.cigdem-story {
	position: relative;
	overflow: hidden;
	display: grid;
	align-content: start;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 88% 8%, rgba(22, 136, 232, 0.4), transparent 30%),
		radial-gradient(circle at 0% 100%, rgba(19, 199, 212, 0.18), transparent 28%),
		linear-gradient(135deg, var(--premium-navy), #123d80 58%, var(--premium-navy-2));
	box-shadow: 0 24px 62px rgba(8, 38, 92, 0.22);
	color: #ffffff;
}

.cigdem-story h3 {
	margin: 0;
	font-size: clamp(1.7rem, 3.3vw, 2.65rem);
	line-height: 1.08;
}

.cigdem-story p {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.76);
}

.cigdem-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.cigdem-community-panel {
	display: grid;
	gap: 16px;
}

.cigdem-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.cigdem-point {
	min-height: 228px;
	padding: 20px;
	border: 1px solid rgba(49, 95, 142, 0.14);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: var(--shadow-soft);
}

.cigdem-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: var(--radius);
	background: linear-gradient(135deg, rgba(72, 185, 174, 0.14), rgba(243, 154, 131, 0.12));
	color: var(--teal);
	box-shadow: inset 0 0 0 1px rgba(72, 185, 174, 0.12);
}

.cigdem-point h3 {
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.22;
}

.cigdem-point p {
	margin: 10px 0 0;
	color: var(--muted);
	font-size: 0.92rem;
}

.cigdem-photo-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	grid-template-rows: repeat(2, minmax(150px, 1fr));
	gap: 12px;
}

.cigdem-photo-slot {
	position: relative;
	overflow: hidden;
	display: grid;
	align-content: end;
	min-height: 172px;
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius);
	background:
		linear-gradient(135deg, rgba(8, 38, 92, 0.78), rgba(18, 61, 128, 0.68)),
		linear-gradient(135deg, var(--sky), var(--mist));
	box-shadow: 0 18px 46px rgba(8, 38, 92, 0.16);
	color: #ffffff;
}

.cigdem-photo-slot img {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
}

.cigdem-photo-slot:first-child {
	grid-row: span 2;
}

.cigdem-photo-slot::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(4, 21, 52, 0.08) 0%, rgba(4, 21, 52, 0.22) 44%, rgba(4, 21, 52, 0.86) 100%),
		radial-gradient(circle at 86% 12%, rgba(19, 199, 212, 0.24), transparent 30%);
}

.cigdem-photo-slot .dashicons,
.cigdem-photo-slot figcaption {
	position: relative;
	z-index: 2;
}

.cigdem-photo-slot .dashicons {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	margin-bottom: 12px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.cigdem-photo-slot figcaption {
	font-weight: 850;
	line-height: 1.18;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
}

.cigdem-event-gallery {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid rgba(49, 95, 142, 0.12);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.74);
	box-shadow: var(--shadow-soft);
}

.cigdem-event-gallery-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.cigdem-event-gallery-head .eyebrow {
	margin: 0 0 8px;
	color: var(--teal);
}

.cigdem-event-gallery-head h3 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(1.35rem, 2.8vw, 2rem);
	line-height: 1.08;
}

.cigdem-event-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(210px, 1fr);
	gap: 12px;
	overflow-x: auto;
	padding-bottom: 4px;
	scroll-snap-type: x proximity;
	scrollbar-color: rgba(8, 38, 92, 0.34) rgba(8, 38, 92, 0.08);
}

.cigdem-event-track figure {
	position: relative;
	overflow: hidden;
	min-height: 224px;
	margin: 0;
	border-radius: var(--radius);
	background: var(--premium-navy);
	box-shadow: 0 16px 38px rgba(8, 38, 92, 0.16);
	scroll-snap-align: start;
}

.cigdem-event-track img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cigdem-event-track figure::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(4, 21, 52, 0.08) 0%, rgba(4, 21, 52, 0.14) 45%, rgba(4, 21, 52, 0.84) 100%);
}

.cigdem-event-track figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	z-index: 2;
	color: #ffffff;
	font-weight: 850;
	line-height: 1.15;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.36);
}

.seo-page {
	background: linear-gradient(180deg, #fbfdff 0%, #ffffff 42%, #f7fcfb 100%);
}

.seo-hero {
	position: relative;
	overflow: hidden;
	padding: 184px 0 96px;
	background:
		linear-gradient(90deg, rgba(2, 12, 31, 0.92) 0%, rgba(3, 18, 44, 0.8) 48%, rgba(3, 18, 44, 0.5) 100%),
		url("assets/images/real-estate-city-band.png") center / cover no-repeat;
	color: #ffffff;
}

.seo-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(246, 180, 159, 0.8), rgba(241, 217, 155, 0.9), rgba(155, 225, 216, 0.7), rgba(159, 213, 241, 0.76));
}

.seo-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	gap: clamp(28px, 5vw, 70px);
	align-items: end;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.86rem;
}

.breadcrumb a {
	color: #ffffff;
	font-weight: 800;
}

.breadcrumb span::before {
	content: "/";
	margin-right: 8px;
	color: rgba(255, 255, 255, 0.38);
}

.seo-hero h1 {
	max-width: 880px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(3rem, 6.8vw, 5.7rem);
	line-height: 0.98;
	letter-spacing: 0;
}

.seo-hero-copy > p:not(.eyebrow) {
	max-width: 720px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.16rem;
}

.seo-hero-card {
	display: grid;
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(18px) saturate(140%);
}

.seo-hero-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 6px;
}

.seo-hero-card strong,
.seo-hero-card span {
	display: block;
}

.seo-hero-card strong {
	color: #ffffff;
	font-size: 1.08rem;
}

.seo-hero-card span,
.seo-hero-card li {
	color: rgba(255, 255, 255, 0.72);
}

.seo-hero-card ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.seo-hero-card li {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	font-size: 0.94rem;
}

.seo-hero-card .dashicons {
	color: var(--gold);
}

.seo-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.seo-card,
.seo-faq {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid rgba(49, 95, 142, 0.14);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: var(--shadow-soft);
}

.seo-card h3,
.seo-faq h3 {
	margin: 0;
	font-size: 1.16rem;
	line-height: 1.22;
}

.seo-card p,
.seo-faq p {
	margin: 12px 0 0;
	color: var(--muted);
}

.cigdem-guide {
	background:
		radial-gradient(circle at 8% 0%, rgba(19, 199, 212, 0.1), transparent 28%),
		linear-gradient(180deg, #ffffff, #f5faff);
}

.cigdem-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cigdem-guide-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 258px;
	padding: 24px;
	border: 1px solid rgba(49, 95, 142, 0.14);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--shadow-soft);
}

.cigdem-guide-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--sky), var(--mist));
	color: var(--blue);
}

.cigdem-guide-card h3 {
	margin: 0;
	font-size: 1.16rem;
	line-height: 1.22;
}

.cigdem-guide-card p {
	margin: 12px 0 18px;
	color: var(--muted);
}

.cigdem-guide-card a,
.cigdem-guide-note {
	margin-top: auto;
	font-size: 0.9rem;
	font-weight: 800;
}

.cigdem-guide-card a {
	color: var(--blue);
}

.cigdem-guide-card a:hover {
	color: var(--teal);
}

.cigdem-guide-note,
.cigdem-guide-disclaimer {
	color: #61728b;
}

.cigdem-guide-disclaimer {
	margin: 20px 0 0;
	font-size: 0.88rem;
}

.seo-local-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
	gap: 24px;
	align-items: center;
}

.seo-local-copy h2,
.seo-contact-grid h2 {
	margin: 0;
	font-size: clamp(2rem, 4.4vw, 3.35rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.seo-local-copy p,
.seo-contact-grid p {
	margin: 18px 0 0;
	color: var(--muted);
}

.seo-photo-placeholders {
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	grid-template-rows: repeat(2, minmax(150px, 1fr));
	gap: 12px;
}

.seo-photo-placeholders figure {
	position: relative;
	overflow: hidden;
	display: grid;
	align-content: end;
	min-height: 180px;
	margin: 0;
	padding: 18px;
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 84% 12%, rgba(19, 199, 212, 0.24), transparent 30%),
		linear-gradient(135deg, var(--premium-navy), #123d80 62%, var(--premium-navy-2));
	color: #ffffff;
	box-shadow: 0 18px 46px rgba(8, 38, 92, 0.16);
}

.seo-photo-placeholders figure::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(4, 21, 52, 0.08) 0%, rgba(4, 21, 52, 0.2) 45%, rgba(4, 21, 52, 0.86) 100%),
		radial-gradient(circle at 84% 12%, rgba(19, 199, 212, 0.18), transparent 30%);
}

.seo-photo-placeholders img {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
}

.seo-photo-placeholders figure:first-child {
	grid-row: span 2;
}

.seo-photo-placeholders .dashicons {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	margin-bottom: 12px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.14);
}

.seo-photo-placeholders figcaption {
	position: relative;
	z-index: 2;
	font-weight: 850;
	line-height: 1.18;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
}

.seo-faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.seo-contact-band {
	background:
		radial-gradient(circle at 92% 0%, rgba(22, 136, 232, 0.34), transparent 30%),
		linear-gradient(135deg, var(--premium-navy), #123d80 58%, var(--premium-navy-2));
	color: #ffffff;
}

.seo-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	gap: 30px;
	align-items: start;
}

.seo-contact-grid p {
	color: rgba(255, 255, 255, 0.76);
}

.seo-lead-form {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
}

.seo-lead-form label {
	color: #ffffff;
}

.mini-card,
.service-card,
.step-card,
.link-card,
.contact-card,
.credential-card,
.testimonial-card,
.gallery-item {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: var(--shadow-soft);
}

.mini-card {
	padding: 16px;
}

.mini-card strong {
	display: block;
	font-size: 1.05rem;
}

.mini-card span {
	display: block;
	margin-top: 4px;
	color: var(--muted);
	font-size: 0.9rem;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.service-feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.service-card {
	position: relative;
	overflow: hidden;
	min-height: 236px;
	padding: 22px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card-deep {
	min-height: auto;
	padding: 28px;
}

.service-card-compact {
	min-height: auto;
	padding: 26px;
}

.service-support-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
	gap: 16px;
	margin-top: 16px;
}

.service-card::before,
.step-card::before,
.link-card::before,
.contact-card::before,
.credential-card::before,
.testimonial-card::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--coral), var(--gold), var(--teal));
	opacity: 0;
	transition: opacity 0.22s ease;
}

.service-card:hover,
.step-card:hover,
.link-card:hover,
.contact-card:hover,
.credential-card:hover,
.testimonial-card:hover {
	border-color: rgba(72, 185, 174, 0.28);
	box-shadow: var(--shadow);
	transform: translateY(-4px);
}

.service-card:hover::before,
.step-card:hover::before,
.link-card:hover::before,
.contact-card:hover::before,
.credential-card:hover::before,
.testimonial-card:hover::before {
	opacity: 1;
}

.service-icon {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	margin-bottom: 18px;
	border-radius: var(--radius);
	background: linear-gradient(135deg, rgba(42, 167, 155, 0.14), rgba(234, 125, 101, 0.12));
	color: var(--teal);
	font-size: 1.25rem;
	box-shadow: inset 0 0 0 1px rgba(72, 185, 174, 0.12);
}

.service-card h3,
.step-card h3,
.link-card h3,
.contact-card h3 {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.25;
}

.service-card p,
.step-card p,
.link-card p,
.contact-card p {
	margin: 12px 0 0;
	color: var(--muted);
	font-size: 0.95rem;
}

.service-list {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.service-list-compact {
	gap: 9px;
}

.service-list li {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.94rem;
	line-height: 1.45;
}

.service-list .dashicons {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	color: var(--gold);
	font-size: 16px;
	line-height: 1;
}

.service-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.service-chip-list span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.1;
}

.service-trust-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 28px;
	align-items: start;
	margin-top: 16px;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 94% 0%, rgba(22, 136, 232, 0.44), transparent 28%),
		radial-gradient(circle at 0% 100%, rgba(19, 199, 212, 0.18), transparent 30%),
		linear-gradient(135deg, var(--premium-navy), #123d80 58%, var(--premium-navy-2));
	box-shadow: 0 24px 62px rgba(8, 38, 92, 0.22);
	color: #ffffff;
}

.service-trust-panel h3 {
	margin: 0;
	font-size: clamp(1.45rem, 3vw, 2.1rem);
	line-height: 1.12;
}

.service-trust-copy {
	display: grid;
	gap: 12px;
}

.service-trust-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.step-card {
	position: relative;
	overflow: hidden;
	padding: 24px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.credentials-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(320px, 1.2fr);
	gap: 16px;
}

.credential-card {
	position: relative;
	overflow: hidden;
	display: grid;
	align-content: start;
	gap: 18px;
	min-height: 240px;
	padding: 24px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.credential-card h3 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.2;
}

.credential-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: var(--radius);
	background: linear-gradient(135deg, rgba(72, 185, 174, 0.14), rgba(243, 154, 131, 0.12));
	color: var(--teal);
	box-shadow: inset 0 0 0 1px rgba(72, 185, 174, 0.12);
}

.pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pill-list span,
.region-focus strong {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 9px 13px;
	border: 1px solid rgba(49, 95, 142, 0.14);
	border-radius: 999px;
	background: #f8fcff;
	color: var(--blue);
	font-weight: 800;
	line-height: 1;
}

.region-focus {
	display: grid;
	gap: 12px;
}

.region-focus span {
	color: var(--muted);
}

.event-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-list li {
	position: relative;
	padding-left: 20px;
	color: #536579;
}

.event-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gold), var(--teal));
}

.step-no {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--blue), var(--teal));
	color: var(--white);
	font-weight: 850;
}

.service-card,
.step-card,
.credential-card,
.link-card,
.testimonial-card {
	border-color: rgba(255, 255, 255, 0.16);
	background:
		radial-gradient(circle at 88% 10%, rgba(22, 136, 232, 0.46), transparent 30%),
		radial-gradient(circle at 8% 100%, rgba(19, 199, 212, 0.2), transparent 28%),
		linear-gradient(135deg, var(--premium-navy) 0%, #123d80 58%, var(--premium-navy-2) 100%);
	box-shadow: 0 22px 56px rgba(8, 38, 92, 0.2);
	color: #ffffff;
}

.service-card::before,
.step-card::before,
.credential-card::before,
.link-card::before,
.testimonial-card::before {
	height: 4px;
	background: linear-gradient(90deg, #63b7ff 0%, var(--premium-cyan) 48%, var(--gold) 100%);
	opacity: 1;
}

.service-card::after,
.step-card::after,
.credential-card::after,
.link-card::after,
.testimonial-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 34%),
		linear-gradient(305deg, rgba(255, 255, 255, 0.06), transparent 42%);
	pointer-events: none;
}

.service-card:hover,
.step-card:hover,
.credential-card:hover,
.link-card:hover,
.testimonial-card:hover {
	border-color: rgba(99, 183, 255, 0.36);
	box-shadow: 0 30px 74px rgba(8, 38, 92, 0.28);
	transform: translateY(-5px);
}

.service-card > *,
.step-card > *,
.credential-card > *,
.link-card > *,
.testimonial-card > * {
	position: relative;
	z-index: 1;
}

.service-card h3,
.step-card h3,
.credential-card h3,
.link-card h3,
.testimonial-card strong {
	color: #ffffff;
}

.service-card p,
.step-card p,
.link-card p,
.testimonial-card p,
.testimonial-card footer span,
.region-focus span,
.event-list li {
	color: rgba(255, 255, 255, 0.75);
}

.service-icon,
.credential-icon,
.step-no {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.18),
		0 12px 28px rgba(0, 0, 0, 0.14);
}

.pill-list span,
.region-focus strong {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.event-list li::before {
	background: linear-gradient(135deg, var(--premium-cyan), #63b7ff);
	box-shadow: 0 0 0 4px rgba(99, 183, 255, 0.12);
}

.link-card .btn-outline {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.26);
}

.link-card .btn-outline:hover {
	background: #ffffff;
	color: var(--premium-navy);
}

.testimonial-card footer {
	border-top-color: rgba(255, 255, 255, 0.16);
}

.quote-mark {
	color: rgba(255, 255, 255, 0.14);
}

.awards-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: 24px;
	align-items: stretch;
}

.award-copy {
	position: relative;
	overflow: hidden;
	padding: 32px;
	border: 1px solid rgba(49, 95, 142, 0.14);
	border-radius: var(--radius);
	background: linear-gradient(135deg, #ffffff 0%, #eef9ff 55%, #effbf7 100%);
	color: var(--ink);
	box-shadow: var(--shadow);
}

.award-copy::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, var(--gold), var(--teal), var(--blue-2));
}

.award-copy h2 {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	line-height: 1.08;
}

.award-copy p {
	margin: 16px 0 0;
	color: var(--muted);
}

.award-list {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.award-list li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.award-list .dashicons {
	color: var(--gold);
}

.award-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.award-images img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.award-images img:hover {
	box-shadow: 0 24px 70px rgba(49, 95, 142, 0.18);
	transform: translateY(-3px);
}

.award-moments {
	margin-top: 22px;
	padding: 22px;
	border: 1px solid rgba(49, 95, 142, 0.14);
	border-radius: var(--radius);
	background: linear-gradient(135deg, #ffffff 0%, #eef9ff 56%, #f1fbf8 100%);
	box-shadow: var(--shadow);
}

.award-moments-copy {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.62fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 18px;
}

.award-moments-copy .eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -8px;
}

.award-moments-copy h3 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	line-height: 1.08;
}

.award-moments-copy p {
	margin: 0;
	color: var(--muted);
}

.team-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 18px;
	align-items: stretch;
}

.team-feature,
.team-tile,
.video-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(49, 95, 142, 0.14);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: var(--shadow-soft);
}

.team-feature img {
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: center 40%;
}

.team-feature figcaption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: grid;
	gap: 4px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius);
	background: rgba(6, 25, 67, 0.78);
	color: rgba(255, 255, 255, 0.76);
	backdrop-filter: blur(14px);
}

.team-feature figcaption strong {
	color: #ffffff;
	font-size: 1.08rem;
}

.team-mosaic {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.team-tile {
	background: #061943;
}

.team-tile img {
	width: 100%;
	height: 100%;
	min-height: 270px;
	object-fit: cover;
	object-position: center 35%;
	transition: transform 0.35s ease, filter 0.35s ease;
}

.team-tile:hover img,
.team-feature:hover img {
	filter: saturate(1.06);
	transform: scale(1.025);
}

.team-tile-wide {
	grid-column: 1 / -1;
}

.team-tile-wide img {
	min-height: 252px;
	object-position: center 38%;
}

.video-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: 18px;
	margin-top: 18px;
}

.video-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	background:
		radial-gradient(circle at 84% 10%, rgba(22, 136, 232, 0.35), transparent 32%),
		linear-gradient(135deg, var(--premium-navy), var(--premium-navy-2));
	color: #ffffff;
	box-shadow: 0 24px 64px rgba(8, 38, 92, 0.2);
}

.video-card video {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #020c1f;
}

.video-card-vertical {
	grid-template-columns: minmax(0, 0.68fr) minmax(190px, 0.32fr);
	align-items: center;
}

.video-card-vertical video {
	height: 100%;
	max-height: 520px;
	aspect-ratio: 9 / 16;
}

.video-copy {
	padding: 22px;
}

.video-copy h3 {
	margin: 0;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.2;
}

.video-copy p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.95rem;
}

.portfolio-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
	gap: 20px;
	align-items: stretch;
}

.portfolio-media {
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: var(--shadow);
	padding: 18px;
}

.portfolio-media img {
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: contain;
	border-radius: 6px;
}

.portfolio-links {
	display: grid;
	gap: 14px;
}

.portfolio-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.portfolio-section-heading .section-title {
	margin-bottom: 0;
}

.portfolio-admin-link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 7px;
	padding: 9px 12px;
	border: 1px solid rgba(8, 38, 92, 0.2);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--premium-navy);
	font-size: 0.88rem;
	font-weight: 750;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.portfolio-admin-link:hover {
	border-color: var(--premium-blue);
	background: #ffffff;
	transform: translateY(-1px);
}

.portfolio-filters {
	display: grid;
	grid-template-columns: minmax(190px, 0.7fr) minmax(220px, 1fr) auto;
	align-items: end;
	gap: 16px;
	margin: 0 0 26px;
	padding: 18px;
	border: 1px solid rgba(17, 65, 126, 0.12);
	border-radius: var(--radius);
	background: linear-gradient(135deg, rgba(240, 247, 255, 0.96), rgba(255, 255, 255, 0.96));
	box-shadow: 0 10px 28px rgba(27, 70, 121, 0.07);
	transition: opacity 0.2s ease;
}

.portfolio-filters.is-filtering {
	opacity: 0.7;
}

.portfolio-filter-field {
	display: grid;
	gap: 7px;
}

.portfolio-filter-field label {
	color: var(--premium-navy);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.portfolio-filter-field select {
	width: 100%;
	min-height: 46px;
	padding: 0 42px 0 13px;
	border: 1px solid rgba(8, 38, 92, 0.2);
	border-radius: 7px;
	background-color: #ffffff;
	color: var(--premium-navy);
	font: inherit;
	font-weight: 650;
	cursor: pointer;
}

.portfolio-filter-field select:focus {
	border-color: var(--premium-blue);
	outline: 3px solid rgba(22, 136, 232, 0.14);
}

.portfolio-filter-status {
	align-self: center;
	margin: 20px 0 0;
	color: var(--muted);
	font-size: 0.88rem;
	white-space: nowrap;
}

.portfolio-listing-slider {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) 46px;
	align-items: center;
	gap: 12px;
}

.portfolio-listing-track {
	position: relative;
	display: flex;
	min-width: 0;
	gap: 18px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: auto;
	scrollbar-width: none;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
}

.portfolio-listing-track::-webkit-scrollbar {
	display: none;
}

.portfolio-listing-track .property-card {
	flex: 0 0 calc((100% - 36px) / 3);
}

.portfolio-listing-arrow {
	display: inline-grid;
	width: 46px;
	height: 46px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(8, 38, 92, 0.18);
	border-radius: 50%;
	background: #ffffff;
	color: var(--premium-navy);
	box-shadow: 0 9px 24px rgba(27, 70, 121, 0.12);
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.portfolio-listing-arrow:hover:not(:disabled) {
	border-color: var(--premium-blue);
	background: var(--premium-blue);
	color: #ffffff;
	transform: scale(1.06);
}

.portfolio-listing-arrow:focus-visible {
	outline: 3px solid rgba(22, 136, 232, 0.2);
	outline-offset: 3px;
}

.portfolio-listing-arrow:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.portfolio-listing-arrow .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
}

.portfolio-listing-scrubber {
	grid-column: 2;
	padding: 7px 2px 0;
}

.portfolio-listing-scrubber input[type="range"] {
	--portfolio-progress: 0%;
	width: 100%;
	height: 18px;
	margin: 0;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	cursor: grab;
}

.portfolio-listing-scrubber input[type="range"]:active {
	cursor: grabbing;
}

.portfolio-listing-scrubber input[type="range"]:focus-visible {
	outline: 3px solid rgba(22, 136, 232, 0.18);
	outline-offset: 4px;
	border-radius: 10px;
}

.portfolio-listing-scrubber input[type="range"]::-webkit-slider-runnable-track {
	height: 7px;
	border-radius: 999px;
	background: linear-gradient(
		to right,
		var(--premium-blue) 0,
		var(--premium-blue) var(--portfolio-progress),
		rgba(8, 38, 92, 0.13) var(--portfolio-progress),
		rgba(8, 38, 92, 0.13) 100%
	);
}

.portfolio-listing-scrubber input[type="range"]::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	margin-top: -6.5px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	-webkit-appearance: none;
	background: var(--premium-blue);
	box-shadow: 0 3px 10px rgba(8, 38, 92, 0.28);
}

.portfolio-listing-scrubber input[type="range"]::-moz-range-track {
	height: 7px;
	border: 0;
	border-radius: 999px;
	background: rgba(8, 38, 92, 0.13);
}

.portfolio-listing-scrubber input[type="range"]::-moz-range-progress {
	height: 7px;
	border-radius: 999px;
	background: var(--premium-blue);
}

.portfolio-listing-scrubber input[type="range"]::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: var(--premium-blue);
	box-shadow: 0 3px 10px rgba(8, 38, 92, 0.28);
}

.portfolio-listing-scrubber input[type="range"]:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.portfolio-slider {
	position: relative;
}

.portfolio-slider-track {
	display: flex;
	align-items: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	transition: height 0.28s ease;
}

.portfolio-slider-track::-webkit-scrollbar {
	display: none;
}

.portfolio-slide-page {
	display: grid;
	width: 100%;
	min-width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	scroll-snap-align: start;
}

.portfolio-slider-controls {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 16px;
}

.slider-button:disabled {
	opacity: 0.4;
	box-shadow: none;
	cursor: not-allowed;
}

.slider-button:disabled:hover {
	background: #ffffff;
	color: var(--premium-navy);
	transform: none;
}

.property-card {
	display: flex;
	min-width: 0;
	min-height: 408px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(17, 65, 126, 0.1);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(27, 70, 121, 0.09);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.property-card:hover {
	border-color: rgba(22, 136, 232, 0.3);
	box-shadow: 0 22px 42px rgba(27, 70, 121, 0.16);
	transform: translateY(-4px);
}

.property-card-media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 2.7;
	overflow: hidden;
	background: linear-gradient(135deg, #0b315e, #147bbf);
}

.property-card-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.property-card:hover .property-card-media > img {
	transform: scale(1.045);
}

.property-card-media-empty {
	display: grid;
	width: 100%;
	height: 100%;
	place-content: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.86rem;
	text-align: center;
}

.property-card-media-empty .dashicons {
	margin-inline: auto;
	font-size: 28px;
	width: 28px;
	height: 28px;
}

.property-badge,
.property-status,
.property-media-count {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 4px;
	background: rgba(3, 24, 55, 0.78);
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 750;
	line-height: 1;
	backdrop-filter: blur(8px);
}

.property-badge {
	top: 12px;
	left: 12px;
	padding: 7px 8px;
}

.property-status {
	top: 12px;
	right: 12px;
	padding: 7px 8px;
}

.property-status-yeni {
	background: rgba(14, 136, 118, 0.9);
}

.property-status-guncel {
	background: rgba(8, 70, 137, 0.9);
}

.property-status-satildi,
.property-status-kiralandi {
	background: rgba(151, 83, 26, 0.9);
}

.property-media-count {
	right: 12px;
	bottom: 12px;
	padding: 6px 7px;
}

.property-media-count .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.property-card-body {
	display: flex;
	min-height: 0;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px 18px 16px;
}

.property-card-type {
	margin: 0 0 5px;
	color: var(--blue);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: none;
}

.property-card h3 {
	margin: 0;
	color: var(--premium-navy);
	font-size: 1.08rem;
	line-height: 1.3;
}

.property-card h3 a:hover {
	color: var(--premium-blue);
}

.property-card-location,
.property-card-details {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 10px 0 0;
	color: var(--muted);
	font-size: 0.86rem;
	line-height: 1.35;
}

.property-card-location .dashicons {
	width: 16px;
	height: 16px;
	color: var(--premium-blue);
	font-size: 16px;
}

.property-card-details {
	padding-top: 9px;
	border-top: 1px solid rgba(49, 95, 142, 0.12);
}

.property-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 16px;
	color: var(--premium-navy);
}

.property-card-footer strong {
	font-size: 1.05rem;
	line-height: 1.25;
}

.property-card-footer a {
	display: grid;
	width: 32px;
	height: 32px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: rgba(22, 136, 232, 0.1);
	color: var(--premium-navy);
	transition: background 0.2s ease, color 0.2s ease;
}

.property-card-footer a:hover {
	background: var(--premium-navy);
	color: #ffffff;
}

.portfolio-empty-message {
	margin: -12px 0 22px;
	color: var(--muted);
	font-size: 0.95rem;
}

.portfolio-load-status {
	padding: 18px;
	color: var(--muted);
	font-size: 0.92rem;
	text-align: center;
}

.portfolio-showcase-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.portfolio-showcase-links p {
	max-width: 570px;
	margin: 0;
	color: var(--muted);
}

.portfolio-showcase-links > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.portfolio-detail-page {
	min-height: 100vh;
	padding-top: 128px;
}

.portfolio-detail-hero {
	padding: 54px 0 46px;
	background: linear-gradient(135deg, #061a42 0%, #083f7b 64%, #167fb5 100%);
	color: #ffffff;
}

.portfolio-back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.92rem;
}

.portfolio-back-link:hover {
	color: #ffffff;
}

.portfolio-detail-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}

.portfolio-detail-labels {
	display: flex;
	align-items: center;
	gap: 10px;
}

.portfolio-detail-labels .eyebrow {
	margin: 0;
}

.portfolio-detail-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 8px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 4px;
	background: rgba(8, 70, 137, 0.92);
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1;
}

.portfolio-detail-status-yeni {
	background: rgba(14, 136, 118, 0.92);
}

.portfolio-detail-status-satildi,
.portfolio-detail-status-kiralandi {
	background: rgba(151, 83, 26, 0.94);
}

.portfolio-detail-heading h1 {
	max-width: 800px;
	margin: 7px 0 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.08;
}

.portfolio-detail-location {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 15px 0 0;
	color: rgba(255, 255, 255, 0.78);
}

.portfolio-detail-price {
	flex: 0 0 auto;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 1.3rem;
}

.portfolio-detail-cta {
	display: grid;
	justify-items: end;
	gap: 12px;
}

.portfolio-detail-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.portfolio-detail-actions .btn {
	min-height: 42px;
	padding: 10px 13px;
	font-size: 0.9rem;
	white-space: nowrap;
}

.portfolio-detail-whatsapp {
	background: #22c55e;
	border-color: #22c55e;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(34, 197, 94, 0.24);
}

.portfolio-detail-whatsapp:hover {
	background: #16a34a;
	border-color: #16a34a;
}

.portfolio-detail-content {
	padding-top: 44px;
}

.portfolio-detail-gallery {
	margin-bottom: 42px;
}

.portfolio-carousel-stage {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius);
	background: #061943;
	box-shadow: var(--shadow);
	touch-action: pan-y;
}

.portfolio-carousel-track {
	display: flex;
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.portfolio-detail-image {
	position: relative;
	flex: 0 0 100%;
	margin: 0;
	aspect-ratio: 16 / 9;
	min-width: 0;
	background: #061943;
}

.portfolio-detail-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.portfolio-carousel-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	background: rgba(6, 25, 67, 0.78);
	color: #ffffff;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 0.2s ease, transform 0.2s ease;
	backdrop-filter: blur(8px);
}

.portfolio-carousel-arrow:hover,
.portfolio-carousel-arrow:focus-visible {
	background: var(--premium-blue);
	transform: translateY(-50%) scale(1.06);
}

.portfolio-carousel-arrow.is-previous {
	left: 18px;
}

.portfolio-carousel-arrow.is-next {
	right: 18px;
}

.portfolio-carousel-arrow .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
}

.portfolio-carousel-count {
	position: absolute;
	right: 16px;
	bottom: 14px;
	z-index: 2;
	margin: 0;
	padding: 6px 11px;
	border-radius: 999px;
	background: rgba(6, 25, 67, 0.78);
	color: #ffffff;
	font-size: 0.82rem;
	font-variant-numeric: tabular-nums;
	backdrop-filter: blur(8px);
}

.portfolio-carousel-thumbnails {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 12px 2px 6px;
	scrollbar-width: thin;
	scroll-snap-type: x proximity;
}

.portfolio-carousel-thumbnail {
	flex: 0 0 102px;
	height: 72px;
	overflow: hidden;
	padding: 0;
	border: 3px solid transparent;
	border-radius: 6px;
	background: var(--sky);
	cursor: pointer;
	opacity: 0.66;
	scroll-snap-align: start;
	transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.portfolio-carousel-thumbnail:hover,
.portfolio-carousel-thumbnail:focus-visible,
.portfolio-carousel-thumbnail.is-active {
	border-color: var(--premium-blue);
	opacity: 1;
	transform: translateY(-1px);
}

.portfolio-carousel-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
	.portfolio-slider-track,
	.portfolio-carousel-track {
		transition: none;
	}
}

/* Portföy bölümü ana sayfada Hakkımızda bölümünden önce gösterilir. */
#hakkimda ~ #portfoy {
	display: none;
}

.portfolio-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 0.38fr);
	gap: 40px;
	align-items: start;
}

.portfolio-detail-copy h2,
.portfolio-detail-videos h2 {
	margin: 0 0 16px;
	color: var(--premium-navy);
	font-size: 1.55rem;
}

.portfolio-detail-copy > :last-child {
	margin-bottom: 0;
}

.portfolio-detail-facts {
	display: grid;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: var(--shadow-soft);
}

.portfolio-detail-facts div {
	display: grid;
	gap: 3px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--line);
}

.portfolio-detail-facts div:last-child {
	border-bottom: 0;
}

.portfolio-detail-facts span {
	color: var(--muted);
	font-size: 0.78rem;
}

.portfolio-detail-facts strong {
	color: var(--premium-navy);
}

.portfolio-detail-videos {
	margin-top: 44px;
}

.portfolio-video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.portfolio-video-grid video {
	display: block;
	width: 100%;
	border-radius: var(--radius);
	background: #071c3f;
}

.link-card {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 14px;
	padding: 22px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.link-card .btn {
	justify-self: start;
}

.gallery-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr 0.85fr;
	gap: 16px;
}

.gallery-item {
	overflow: hidden;
	background: #183a62;
}

.gallery-item:first-child {
	grid-row: span 2;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-item:hover img {
	filter: saturate(1.05);
	transform: scale(1.045);
}

.review-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
	gap: 16px;
	margin-bottom: 18px;
}

.review-score,
.speed-score {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 88% 10%, rgba(22, 136, 232, 0.42), transparent 30%),
		linear-gradient(135deg, var(--premium-navy), var(--premium-navy-2));
	box-shadow: 0 22px 56px rgba(8, 38, 92, 0.18);
	color: #ffffff;
}

.review-score {
	display: grid;
	gap: 8px;
	padding: 22px;
}

.review-score .stars {
	color: var(--gold);
	font-size: 1.2rem;
	letter-spacing: 2px;
}

.review-score strong {
	font-size: 1.16rem;
}

.review-score span:last-child {
	color: rgba(255, 255, 255, 0.7);
}

.speed-score {
	display: grid;
	place-items: center;
	gap: 4px;
	padding: 20px;
	text-align: center;
}

.speed-score span {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 800;
	font-size: 0.9rem;
}

.speed-score strong {
	color: #ffffff;
	font-size: clamp(3rem, 8vw, 4.6rem);
	line-height: 1;
}

.testimonial-slider {
	position: relative;
}

.slider-controls {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-bottom: 12px;
}

.slider-button {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(49, 95, 142, 0.18);
	border-radius: var(--radius);
	background: #ffffff;
	color: var(--premium-navy);
	box-shadow: var(--shadow-soft);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.slider-button:hover {
	background: var(--premium-navy);
	color: #ffffff;
	transform: translateY(-2px);
}

.testimonial-track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 4px 20px;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: 4px;
	-webkit-overflow-scrolling: touch;
}

.testimonial-track::-webkit-scrollbar {
	height: 10px;
}

.testimonial-track::-webkit-scrollbar-track {
	background: rgba(49, 95, 142, 0.08);
	border-radius: 999px;
}

.testimonial-track::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, var(--blue), var(--teal));
	border-radius: 999px;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.testimonial-card {
	position: relative;
	overflow: hidden;
	display: grid;
	align-content: space-between;
	gap: 22px;
	min-height: 270px;
	padding: 24px;
	flex: 0 0 min(430px, calc(100vw - 56px));
	scroll-snap-align: start;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.quote-mark {
	position: absolute;
	right: 18px;
	top: 6px;
	color: rgba(255, 255, 255, 0.14);
	font-family: Georgia, serif;
	font-size: 5rem;
	line-height: 1;
	pointer-events: none;
}

.testimonial-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.95rem;
}

.testimonial-card footer {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 4px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.testimonial-card strong {
	color: #ffffff;
	font-size: 1rem;
}

.testimonial-card footer span {
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.84rem;
}

.lead-section {
	background:
		linear-gradient(180deg, rgba(255, 250, 242, 0.84), rgba(240, 248, 255, 0.72));
}

.lead-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.lead-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
	gap: 20px;
	align-items: start;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 88% 10%, rgba(22, 136, 232, 0.42), transparent 30%),
		radial-gradient(circle at 4% 100%, rgba(19, 199, 212, 0.18), transparent 28%),
		linear-gradient(135deg, var(--premium-navy), #123d80 58%, var(--premium-navy-2));
	box-shadow: 0 24px 62px rgba(8, 38, 92, 0.22);
	color: #ffffff;
}

.lead-card-buyer {
	background:
		radial-gradient(circle at 90% 8%, rgba(72, 185, 174, 0.32), transparent 30%),
		radial-gradient(circle at 0% 100%, rgba(237, 201, 118, 0.18), transparent 28%),
		linear-gradient(135deg, #08265c, #0e4f80 58%, #061943);
}

.lead-card-copy h3 {
	margin: 0;
	font-size: clamp(1.45rem, 2.8vw, 2rem);
	line-height: 1.1;
}

.lead-card-copy p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.76);
}

.lead-benefits {
	display: grid;
	gap: 9px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.lead-benefits li {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.94rem;
}

.lead-benefits .dashicons {
	color: var(--gold);
}

.lead-form {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.lead-form .field label {
	color: #ffffff;
}

.lead-form .field textarea {
	min-height: 118px;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
	gap: 22px;
	align-items: start;
}

.contact-card {
	position: relative;
	overflow: hidden;
	padding: 26px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.contact-list {
	display: grid;
	gap: 14px;
	margin: 22px 0 0;
}

.contact-line {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	color: #334057;
}

.contact-line .dashicons {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: var(--radius);
	background: linear-gradient(135deg, var(--sky), var(--mist));
	color: var(--blue);
}

.contact-form {
	display: grid;
	gap: 14px;
}

.sumbul-cf7-form .wpcf7-form {
	display: grid;
	gap: 14px;
}

.sumbul-cf7-form p {
	margin: 0;
}

.sumbul-cf7-form .wpcf7-form-control-wrap {
	display: block;
}

.sumbul-cf7-form input[type="submit"].btn {
	width: 100%;
	border: 0;
	appearance: none;
}

.sumbul-cf7-form .wpcf7-spinner {
	margin: 8px 0 0 10px;
}

.sumbul-cf7-form .wpcf7-not-valid-tip {
	margin-top: 7px;
	color: #9b2e2e;
	font-size: 0.86rem;
	font-weight: 750;
}

.lead-form .wpcf7-not-valid-tip,
.seo-lead-form .wpcf7-not-valid-tip {
	color: #ffe1d9;
}

.sumbul-cf7-form .wpcf7 form .wpcf7-response-output,
.sumbul-cf7-form .wpcf7-response-output {
	margin: 0;
	padding: 12px 14px;
	border-radius: var(--radius);
	font-weight: 750;
}

.field-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.field label {
	display: block;
	margin-bottom: 7px;
	color: #334057;
	font-weight: 750;
	font-size: 0.92rem;
}

.field input,
.field textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 13px;
	border: 1px solid rgba(23, 32, 51, 0.18);
	border-radius: var(--radius);
	background: var(--white);
	color: var(--ink);
	font: inherit;
}

.field textarea {
	min-height: 142px;
	resize: vertical;
}

.field input:focus,
.field textarea:focus {
	outline: 3px solid rgba(42, 167, 155, 0.2);
	border-color: var(--teal);
}

.form-status {
	padding: 12px 14px;
	border-radius: var(--radius);
	background: rgba(15, 143, 138, 0.1);
	color: #0d5f5a;
	font-weight: 750;
}

.form-status.error {
	background: rgba(176, 49, 49, 0.1);
	color: #8a2525;
}

.site-footer {
	padding: 36px 0;
	background: linear-gradient(135deg, #ffffff, #f0f8ff 52%, #f1fbf8);
	color: var(--muted);
	border-top: 1px solid rgba(49, 95, 142, 0.12);
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--ink);
	font-weight: 850;
}

.footer-logo-pair {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-logo {
	width: 58px;
	height: 58px;
	padding: 4px;
	object-fit: contain;
	border-radius: 12px;
	background: var(--white);
	box-shadow: var(--shadow-soft);
}

.footer-logo-sumbul {
	transform: translateY(-2px);
}

.footer-logo-cb {
	padding: 6px;
}

.site-footer .social-link {
	background: #ffffff;
	color: var(--blue);
	border-color: rgba(49, 95, 142, 0.18);
}

.floating-cta {
	position: fixed;
	right: 8px;
	bottom: 22px;
	z-index: 80;
	display: grid;
	grid-template-columns: 44px;
	grid-template-areas:
		"call"
		"whatsapp";
	gap: 6px;
	align-items: center;
	padding: 4px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	background:
		radial-gradient(circle at 92% 0%, rgba(22, 136, 232, 0.46), transparent 34%),
		linear-gradient(135deg, var(--premium-navy), var(--premium-navy-2));
	box-shadow: 0 22px 64px rgba(8, 38, 92, 0.32);
	color: #ffffff;
}

.floating-cta-label {
	grid-area: label;
	display: none;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.floating-cta-call,
.floating-cta-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius);
	font-weight: 850;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.floating-cta-call {
	grid-area: call;
	flex-direction: column;
	gap: 2px;
	width: 44px;
	min-height: 44px;
	padding: 7px 6px;
	background: linear-gradient(135deg, var(--gold), var(--coral));
	color: #171717;
	white-space: nowrap;
	font-size: 0.72rem;
	line-height: 1;
}

.floating-cta-call span:last-child {
	display: none;
}

.floating-cta-call::after {
	content: "Ara";
}

.floating-cta-whatsapp {
	grid-area: whatsapp;
	width: 44px;
	height: 44px;
	background: #22c55e;
	color: #ffffff;
}

.floating-cta-call:hover,
.floating-cta-whatsapp:hover {
	transform: translateY(-2px);
}

@media (max-width: 980px) {
	body.admin-bar .site-topbar {
		top: 46px;
	}

	body.admin-bar .site-header {
		top: 84px;
	}

	.header-inner {
		min-height: 68px;
	}

	.menu-toggle {
		display: block;
	}

	.main-nav {
		position: absolute;
		left: 20px;
		right: 20px;
		top: calc(100% + 8px);
		display: none;
		padding: 10px;
		border: 1px solid var(--line);
		border-radius: var(--radius);
		background: var(--white);
		box-shadow: var(--shadow);
	}

	.main-nav.is-open {
		display: grid;
	}

	.main-nav a {
		padding: 12px;
		color: var(--ink);
	}

	.hero::before {
		background:
			linear-gradient(180deg, rgba(2, 12, 31, 0.86) 0%, rgba(3, 18, 44, 0.62) 42%, rgba(2, 12, 31, 0.88) 100%),
			url("assets/images/real-estate-city-band.png") center / cover no-repeat;
	}

	.hero-shell {
		grid-template-columns: 1fr;
		padding-top: 170px;
	}

	.hero-brand-panel {
		justify-self: start;
		width: min(420px, 72vw);
	}

	.hero-proof,
	.cigdem-points,
	.services-grid,
	.cigdem-guide-grid,
	.service-support-grid,
	.credentials-layout,
	.testimonials-grid,
	.highlight-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section-title,
	.about-grid,
	.cigdem-layout,
	.seo-hero-grid,
	.seo-local-layout,
	.seo-contact-grid,
	.lead-grid,
	.lead-card,
	.awards-layout,
	.award-moments-copy,
	.service-trust-panel,
	.portfolio-panel,
	.contact-layout,
	.team-showcase,
	.video-grid,
	.review-summary {
		grid-template-columns: 1fr;
	}

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

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

	.portfolio-filter-status {
		grid-column: 1 / -1;
		margin-top: 0;
	}

	.portfolio-listing-track .property-card {
		flex-basis: calc((100% - 18px) / 2);
	}

	.portfolio-slide-page {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portfolio-detail-layout {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.portfolio-detail-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portfolio-detail-facts div:nth-last-child(2):not(:first-child) {
		border-bottom: 0;
	}

	.video-card-vertical {
		grid-template-columns: 1fr;
	}

	.video-card-vertical video {
		justify-self: center;
		width: min(100%, 360px);
		height: auto;
		max-height: none;
	}

	.award-images img {
		min-height: 250px;
	}

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

	.cinematic-content,
	.cinematic-content-right {
		margin-left: 0;
		margin-right: auto;
	}

	.cinematic-metrics {
		grid-template-columns: 1fr;
	}

	.award-moments-copy .eyebrow {
		margin-bottom: 0;
	}
}

@media (max-width: 680px) {
	.container {
		width: min(100% - 28px, var(--container));
	}

	.topbar-inner {
		justify-content: center;
	}

	.topbar-links {
		display: none;
	}

	.brand {
		min-width: 0;
	}

	.brand-mark {
		width: 48px;
		height: 48px;
		padding: 3px;
	}

	.brand-role {
		display: none;
	}

	.hero {
		min-height: auto;
	}

	.hero-shell {
		padding: 142px 0 24px;
	}

	.seo-hero {
		padding: 142px 0 62px;
	}

	.hero-content {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.hero h1 {
		max-width: 100%;
		font-size: clamp(3.15rem, 16vw, 4.85rem);
		overflow-wrap: break-word;
	}

	.hero .hero-seo-title {
		font-size: 0.76rem;
		line-height: 1.35;
	}

	.hero-name {
		max-width: 100%;
		font-size: clamp(3.4rem, 17vw, 5rem);
		overflow-wrap: break-word;
	}

	.seo-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.5rem);
		line-height: 1.02;
	}

	.hero-kicker {
		font-size: 1.25rem;
	}

	.hero-badges {
		gap: 7px;
	}

	.hero-badges span {
		min-height: 28px;
		padding: 7px 9px;
		font-size: 0.74rem;
	}

	.hero-lead {
		font-size: 1.02rem;
	}

	.hero-brand-panel {
		display: none;
	}

	.hero-actions,
	.field-grid,
	.hero-proof,
	.cigdem-points,
	.cigdem-photo-grid,
	.cigdem-guide-grid,
	.seo-service-grid,
	.seo-faq-list,
	.seo-photo-placeholders,
	.lead-grid,
	.lead-card,
	.services-grid,
	.service-support-grid,
	.credentials-layout,
	.steps-grid,
	.award-images,
	.gallery-grid,
	.testimonials-grid,
	.highlight-row,
	.team-mosaic {
		grid-template-columns: 1fr;
	}

	.portfolio-section-heading,
	.portfolio-showcase-links,
	.portfolio-detail-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.portfolio-section-heading {
		gap: 16px;
	}

	.portfolio-admin-link {
		width: 100%;
		justify-content: center;
	}

	.portfolio-filters {
		grid-template-columns: 1fr;
	}

	.portfolio-filter-status {
		grid-column: auto;
	}

	.portfolio-listing-slider {
		grid-template-columns: 38px minmax(0, 1fr) 38px;
		gap: 7px;
	}

	.portfolio-listing-arrow {
		width: 38px;
		height: 38px;
	}

	.portfolio-listing-track .property-card {
		flex-basis: 100%;
	}

	.portfolio-grid,
	.portfolio-slide-page,
	.portfolio-detail-facts,
	.portfolio-video-grid {
		grid-template-columns: 1fr;
	}

	.portfolio-showcase-links > div {
		width: 100%;
	}

	.portfolio-detail-page {
		padding-top: 108px;
	}

	.portfolio-detail-hero {
		padding: 36px 0 34px;
	}

	.portfolio-detail-heading h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.portfolio-detail-price {
		font-size: 1.1rem;
	}

	.portfolio-detail-cta,
	.portfolio-detail-actions {
		width: 100%;
	}

	.portfolio-detail-cta {
		justify-items: stretch;
	}

	.portfolio-detail-actions {
		display: grid;
	}

	.portfolio-detail-image {
		aspect-ratio: 4 / 3;
	}

	.portfolio-carousel-arrow {
		width: 40px;
		height: 40px;
	}

	.portfolio-carousel-arrow.is-previous {
		left: 10px;
	}

	.portfolio-carousel-arrow.is-next {
		right: 10px;
	}

	.portfolio-carousel-thumbnail {
		flex-basis: 82px;
		height: 60px;
	}

	.hero-actions {
		display: grid;
	}

	.hero-proof {
		margin-bottom: 38px;
	}

	.btn {
		width: 100%;
	}

	.section {
		padding: 62px 0;
	}

	.section-title {
		gap: 16px;
	}

	.section-title h2 {
		font-size: clamp(1.75rem, 7.5vw, 1.95rem);
		line-height: 1.08;
	}

	.cigdem-story {
		padding: 22px;
	}

	.cigdem-photo-slot,
	.seo-photo-placeholders figure {
		min-height: 260px;
	}

	.cigdem-photo-slot:first-child {
		grid-row: auto;
	}

	.cigdem-event-gallery {
		margin-top: 14px;
		padding: 14px;
	}

	.cigdem-event-gallery-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.cigdem-event-track {
		grid-auto-columns: minmax(220px, 82vw);
	}

	.cigdem-event-track figure {
		min-height: 260px;
	}

	.seo-photo-placeholders figure:first-child {
		grid-row: auto;
	}

	.seo-card,
	.seo-faq {
		padding: 22px;
	}

	.seo-local-copy h2,
	.seo-contact-grid h2 {
		font-size: clamp(1.75rem, 7.5vw, 1.95rem);
		line-height: 1.08;
	}

	.service-card-deep,
	.service-card-compact {
		padding: 22px;
	}

	.lead-card {
		padding: 22px;
	}

	.service-trust-panel {
		padding: 22px;
	}

	.award-moments {
		padding: 14px;
	}

	.review-summary {
		gap: 12px;
	}

	.slider-controls {
		justify-content: flex-start;
	}

	.gallery-item:first-child {
		grid-row: auto;
	}

	.gallery-item img,
	.award-images img {
		min-height: 220px;
	}

	.team-feature img {
		min-height: 430px;
	}

	.team-feature figcaption {
		left: 12px;
		right: 12px;
		bottom: 12px;
		padding: 14px;
	}

	.team-tile-wide {
		grid-column: auto;
	}

	.team-tile img,
	.team-tile-wide img {
		min-height: 310px;
	}

	.video-card video {
		aspect-ratio: 4 / 3;
	}

	.video-card-vertical video {
		aspect-ratio: 9 / 16;
	}

	.video-copy {
		padding: 18px;
	}

	.footer-inner {
		align-items: flex-start;
	}

	.cinematic-band {
		min-height: 520px;
	}

	.cinematic-band::after,
	.cinematic-trust::after {
		background:
			linear-gradient(180deg, rgba(6, 25, 67, 0.9) 0%, rgba(8, 38, 92, 0.74) 54%, rgba(6, 25, 67, 0.34) 100%),
			radial-gradient(circle at 78% 22%, rgba(22, 136, 232, 0.26), transparent 34%);
	}

	.cinematic-content {
		padding: 58px 0;
	}

	.cinematic-actions {
		display: grid;
	}

	.floating-cta {
		left: 12px;
		right: 12px;
		bottom: 12px;
		grid-template-columns: 1fr 48px;
		grid-template-areas: "call whatsapp";
		padding: 9px;
		border-radius: 10px;
	}

	.floating-cta-label {
		display: none;
	}

	.floating-cta-call {
		width: auto;
		min-height: 48px;
		padding: 10px 13px;
		flex-direction: row;
		gap: 8px;
		font-size: inherit;
	}

	.floating-cta-call span:last-child {
		display: inline;
	}

	.floating-cta-call::after {
		content: none;
	}

	.floating-cta-whatsapp {
		width: 48px;
		height: 48px;
	}

	.site-footer {
		padding-bottom: 92px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition: none !important;
	}
}
