

.tekiner-organizasyon-prensipleri-page {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.op-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #262430;
}

.op-hero--has-video {
	overflow: hidden;
}

.op-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	display: block;
}

.op-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.op-hero-overlay--no-video {
	background: #262430;
}

.op-hero-inner {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 1100px;
	width: 92%;
	padding: 2rem 1.5rem;
	margin: 0 auto;
}

.op-hero-title {
	margin: 0 0 1rem 0;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}

.op-hero-text {
	margin: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.95);
	line-height: 1.6;
	white-space: nowrap;
}

.op-diagram {
	padding: 2rem 0 6rem 0;
	background: transparent;
	overflow: hidden;
}

.op-diagram-container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 2rem;
}

.op-diagram-ust {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 4rem;
	text-align: center;
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2rem;
}

.op-diagram-ust p {
	margin: 0 0 0.75em 0;
}

.op-diagram-ust p:last-child {
	margin-bottom: 0;
}

.op-diagram-inner {
	position: relative;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	aspect-ratio: 1;
}

.op-diagram-lines {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.op-diagram-lines line {
	stroke-dasharray: 45;
	stroke-dashoffset: 45;
	transition: stroke-dashoffset 1s ease;
}
.op-diagram.is-visible .op-diagram-lines line {
	stroke-dashoffset: 0;
}

.op-diagram-circle {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 0.85s ease, transform 0.85s ease;
}

.op-diagram-circle--center { transition-delay: 1s; }
.op-diagram-circle--1 { transition-delay: 1.08s; }
.op-diagram-circle--2 { transition-delay: 1.16s; }
.op-diagram-circle--3 { transition-delay: 1.24s; }
.op-diagram-circle--4 { transition-delay: 1.32s; }
.op-diagram-circle--5 { transition-delay: 1.4s; }
.op-diagram-circle--6 { transition-delay: 1.48s; }

.op-diagram.is-visible .op-diagram-circle,
.op-diagram-circle.is-visible {
	opacity: 1;
}

.op-diagram-circle--center {
	width: 36%;
	height: 36%;
	min-width: 120px;
	min-height: 120px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	background: #ad0900;
	color: #fff;
	font-weight: 700;
	font-size: clamp(14px, 1.8vw, 20px);
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border: 2px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: transform 0.4s ease;
}

.op-diagram.is-visible .op-diagram-circle--center {
	transform: translate(-50%, -50%) scale(1);
}

.op-diagram.is-visible .op-diagram-circle--center:hover {
	transform: translate(-50%, -50%) scale(1.35);
}

.op-diagram-circle--center:hover .op-diagram-circle-inner {
	transform: scale(0.9);
}

.op-diagram-circle--center .op-diagram-circle-alt {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	font-size: 0.9em;
	font-weight: 500;
	text-transform: none;
	transition: opacity 0.35s ease, max-height 0.35s ease;
}

.op-diagram-circle--center:hover .op-diagram-circle-alt {
	opacity: 1;
	max-height: 6em;
}

.op-diagram-circle--sat {
	width: 26%;
	height: 26%;
	min-width: 100px;
	min-height: 100px;
	background: #002741;
	color: #fff;
	font-weight: 600;
	font-size: clamp(11px, 1.35vw, 15px);
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: transform 0.4s ease, z-index 0s;
	will-change: transform;
	z-index: 1;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.op-diagram-circle--sat:hover {
	z-index: 10;
	transition-delay: 0s !important;
}

.op-diagram-circle--1 { left: 50%; top: 8%; transform: translate(-50%, -50%) scale(0.6); }
.op-diagram.is-visible .op-diagram-circle--1 { transform: translate(-50%, -50%) scale(1); }
.op-diagram.is-visible .op-diagram-circle--1:hover { transform: translate(-50%, -50%) scale(1.35); }

.op-diagram-circle--2 { left: 86.4%; top: 29%; transform: translate(-50%, -50%) scale(0.6); }
.op-diagram.is-visible .op-diagram-circle--2 { transform: translate(-50%, -50%) scale(1); }
.op-diagram.is-visible .op-diagram-circle--2:hover { transform: translate(-50%, -50%) scale(1.35); }

.op-diagram-circle--3 { left: 86.4%; top: 71%; transform: translate(-50%, -50%) scale(0.6); }
.op-diagram.is-visible .op-diagram-circle--3 { transform: translate(-50%, -50%) scale(1); }
.op-diagram.is-visible .op-diagram-circle--3:hover { transform: translate(-50%, -50%) scale(1.35); }

.op-diagram-circle--4 { left: 50%; top: 92%; transform: translate(-50%, -50%) scale(0.6); }
.op-diagram.is-visible .op-diagram-circle--4 { transform: translate(-50%, -50%) scale(1); }
.op-diagram.is-visible .op-diagram-circle--4:hover { transform: translate(-50%, -50%) scale(1.35); }

.op-diagram-circle--5 { left: 13.6%; top: 71%; transform: translate(-50%, -50%) scale(0.6); }
.op-diagram.is-visible .op-diagram-circle--5 { transform: translate(-50%, -50%) scale(1); }
.op-diagram.is-visible .op-diagram-circle--5:hover { transform: translate(-50%, -50%) scale(1.35); }

.op-diagram-circle--6 { left: 13.6%; top: 29%; transform: translate(-50%, -50%) scale(0.6); }
.op-diagram.is-visible .op-diagram-circle--6 { transform: translate(-50%, -50%) scale(1); }
.op-diagram.is-visible .op-diagram-circle--6:hover { transform: translate(-50%, -50%) scale(1.35); }

.op-diagram-circle--sat .op-diagram-circle-dot {
	display: none;
}

.op-diagram-circle-dot {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	pointer-events: none;
	animation: op-dot-spin 2.5s linear infinite;
}
.op-diagram-circle-dot::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -5px;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 12px rgba(255, 255, 255, 0.6);
}
.op-diagram-circle--center .op-diagram-circle-dot::after {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 14px rgba(255, 255, 255, 0.7);
}
@keyframes op-dot-spin {
	to { transform: rotate(360deg); }
}

.op-diagram-circle-inner {
	position: relative;
	z-index: 1;
	padding: 0.5em;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.25em;
	transition: transform 0.4s ease;
}

.op-diagram-circle--sat:hover .op-diagram-circle-inner {
	transform: scale(0.9);
}

.op-diagram-circle-baslik {
	display: block;
	text-align: center;
}

.op-diagram-circle-alt {
	display: block;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	font-size: 0.85em;
	font-weight: 500;
	text-transform: none;
	line-height: 1.4;
	text-align: center;
	transition: opacity 0.35s ease, max-height 0.35s ease;
}

.op-diagram-circle--sat:hover .op-diagram-circle-alt {
	opacity: 1;
	max-height: 6em;
}

.op-bloklar {
	padding: 0 0 4rem 0;
	background: #fff;
}

.op-bloklar-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.op-blok {
	margin-bottom: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.op-blok:nth-child(odd) {
	transform: translateX(-80px);
}

.op-blok:nth-child(even) {
	transform: translateX(80px);
}

.op-blok.is-visible {
	opacity: 1;
	transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
	.op-blok {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.op-blok-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "sol sag";
	gap: 0;
	align-items: stretch;
	min-height: 600px;
}

.op-blok--title-right .op-blok-inner {
	grid-template-areas: "sag sol";
}

.op-blok--title-right .op-blok-sol {
	padding: 3rem 150px 3rem 2.5rem;
}

.op-blok--title-right .op-blok-uzun-alan {
	align-items: flex-start;
	text-align: left;
	padding: 3rem 2.5rem 3rem 150px;
}

.op-blok--title-right .op-blok-uzun-inner {
	text-align: left;
}

.op-blok-sol {
	grid-area: sol;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 3rem 2.5rem 3rem 150px;
	background: #002741;
}

.op-blok--1 .op-blok-sol {
	background: #ad0900;
}

.op-blok-sag {
	grid-area: sag;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #f5f4f0;
}

.op-blok-uzun-alan {
	width: 100%;
	padding: 3rem 150px 3rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	text-align: right;
}

.op-blok-uzun-ust {
	align-self: flex-end;
	width: 100%;
	margin-top: -4.5rem;
	margin-bottom: 0.75rem;
	text-align: right;
}

.op-blok--title-right .op-blok-uzun-ust {
	align-self: flex-start;
	text-align: left;
}

.op-blok-uzun-yil,
.tekiner-organizasyon-prensipleri-page .op-blok-uzun-alan .op-blok-uzun-yil {
	margin: 0 0 0.2rem 0;
	font-size: 16px !important;
	font-weight: 400;
	color: #002741;
	line-height: 1.2;
}

.op-blok-uzun-baslik-metin,
.tekiner-organizasyon-prensipleri-page .op-blok-uzun-alan .op-blok-uzun-baslik-metin,
.tekiner-organizasyon-prensipleri-page .op-blok-uzun-alan h2.op-blok-uzun-baslik-metin {
	margin: 0;
	font-size: 18px !important;
	font-weight: 400;
	color: #002741;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: none;
}

.op-blok-uzun-baslik {
	margin: 0 0 0.75rem 0;
	font-size: 1.75rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.op-blok-uzun-cizgi {
	display: block;
	width: 3.5rem;
	height: 4px;
	background: #002741;
	margin-bottom: 1.25rem;
}

.op-blok-uzun-inner {
	font-size: 25px !important;
	line-height: 1.75;
	color: #000;
	text-align: right;
	max-width: 100%;
}

.op-blok-uzun-inner,
.op-blok-uzun-inner p,
.op-blok-uzun-inner li,
.tekiner-organizasyon-prensipleri-page .op-blok-uzun-inner * {
	font-size: 25px !important;
	color: #000;
}

.op-blok-uzun-inner p {
	margin: 0 0 1rem 0;
}

.op-blok-uzun-inner p:last-child {
	margin-bottom: 0;
}

.op-blok-baslik-title {
	margin: 0;
	font-size: 70px;
	font-weight: 900;
	font-stretch: expanded;
	color: #fff;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	max-width: 100%;
}

.op-blok-baslik-word {
	display: block;
	font-weight: 900;
	font-stretch: expanded;
}

.op-blok-baslik-title:last-child {
	margin-bottom: 0;
}

.op-content {
	padding: 4rem 0;
	background: #fff;
}

.op-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.op-content-body {
	font-size: 1.0625rem;
	line-height: 1.7;
	color: #333;
}

.op-content-body p {
	margin: 0 0 1rem 0;
}

.op-content-body p:last-child {
	margin-bottom: 0;
}

.op-content-body h2 {
	margin: 2rem 0 0.75rem 0;
	font-size: 1.5rem;
	color: #1a1a1a;
}

.op-content-body h2:first-child {
	margin-top: 0;
}

.op-content-body h3 {
	margin: 1.5rem 0 0.5rem 0;
	font-size: 1.25rem;
	color: #333;
}

.op-content-body ul,
.op-content-body ol {
	margin: 0 0 1rem 0;
	padding-left: 1.5rem;
}

@media (max-width: 1200px) {
	.op-hero-title { font-size: 40px; }
	.op-blok-baslik-title { font-size: 52px; }
	.op-blok-inner { min-height: 520px; }
	.op-blok-sol { padding: 3rem 4rem 3rem 80px; }
	.op-blok--title-right .op-blok-sol { padding: 3rem 80px 3rem 4rem; }
	.op-blok-uzun-alan { padding: 3rem 80px 3rem 2.5rem; }
	.op-blok--title-right .op-blok-uzun-alan { padding: 3rem 2.5rem 3rem 80px; }
	.op-blok-uzun-ust { margin-top: -3.5rem; }
}

@media (max-width: 992px) {
	.op-hero-title { font-size: 34px; }
	.op-blok-baslik-title { font-size: 44px; }
	.op-blok-inner { min-height: 460px; }
	.op-blok-sol { padding: 2.5rem 3rem 2.5rem 50px; }
	.op-blok--title-right .op-blok-sol { padding: 2.5rem 50px 2.5rem 3rem; }
	.op-blok-uzun-alan { padding: 2.5rem 50px 2.5rem 2rem; }
	.op-blok--title-right .op-blok-uzun-alan { padding: 2.5rem 2rem 2.5rem 50px; }
	.op-blok-uzun-ust { margin-top: -3rem; }
	.op-blok-uzun-inner,
	.tekiner-organizasyon-prensipleri-page .op-blok-uzun-inner * { font-size: 22px !important; }
	.op-blok-uzun-baslik-metin,
	.tekiner-organizasyon-prensipleri-page .op-blok-uzun-alan h2.op-blok-uzun-baslik-metin { font-size: 17px !important; }
	.op-blok-uzun-yil { font-size: 15px !important; }
}

@media (max-width: 768px) {
	.op-hero-title { font-size: 28px; }
	.op-hero-inner { padding: 1.5rem; }
	.op-hero-text { font-size: 16px; white-space: normal; }
	.op-diagram { padding: 3rem 0; }
	.op-diagram-container { padding: 0 1.25rem; }
	.op-diagram-circle--center { font-size: clamp(12px, 3.5vw, 18px); }
	.op-diagram-circle--sat { font-size: clamp(10px, 2.5vw, 13px); }
	.op-bloklar-container { padding: 0; }
	.op-blok-inner {
		grid-template-columns: 1fr;
		grid-template-areas: "sol" "sag";
		min-height: 0;
	}
	.op-blok--title-right .op-blok-inner { grid-template-areas: "sol" "sag"; }
	.op-blok-sol,
	.op-blok-sag { padding: 2rem 1.5rem; }
	.op-blok--title-right .op-blok-sol { padding: 2rem 1.5rem; }
	.op-blok-uzun-alan { padding: 2rem 1.5rem; }
	.op-blok--title-right .op-blok-uzun-alan { padding: 2rem 1.5rem; }
	.op-blok-uzun-ust { margin-top: -1.5rem; margin-bottom: 0.5rem; }
	.op-blok-baslik-title { font-size: 32px; }
	.op-blok-uzun-inner,
	.tekiner-organizasyon-prensipleri-page .op-blok-uzun-inner * { font-size: 20px !important; }
	.op-blok-uzun-baslik-metin,
	.tekiner-organizasyon-prensipleri-page .op-blok-uzun-alan h2.op-blok-uzun-baslik-metin { font-size: 16px !important; }
	.op-blok-uzun-yil { font-size: 14px !important; }
	.op-content { padding: 2.5rem 0; }
}

@media (max-width: 576px) {
	.op-hero-title { font-size: 24px; }
	.op-hero-inner { padding: 1.25rem 0.75rem; }
	.op-hero-text { font-size: 15px; }
	.op-blok-sol,
	.op-blok-sag { padding: 1.5rem 1rem; }
	.op-blok--title-right .op-blok-sol { padding: 1.5rem 1rem; }
	.op-blok-uzun-alan,
	.op-blok--title-right .op-blok-uzun-alan { padding: 1.5rem 1rem; }
	.op-blok-uzun-ust { margin-top: -1rem; margin-bottom: 0.5rem; }
	.op-blok-baslik-title { font-size: 26px; }
	.op-blok-uzun-inner,
	.tekiner-organizasyon-prensipleri-page .op-blok-uzun-inner * { font-size: 18px !important; }
	.op-blok-uzun-baslik-metin,
	.tekiner-organizasyon-prensipleri-page .op-blok-uzun-alan h2.op-blok-uzun-baslik-metin { font-size: 15px !important; }
	.op-blok-uzun-yil { font-size: 13px !important; }
	.op-content { padding: 2rem 0; }
	.op-container { padding: 0 1rem; }
}

@media (max-width: 480px) {
	.op-hero-title { font-size: 22px; }
	.op-hero-inner { padding: 1rem 0.5rem; }
	.op-hero-text { font-size: 15px; }
	.op-diagram { padding: 2.5rem 0; }
	.op-diagram-container { padding: 0 1rem; }
	.op-blok-sol,
	.op-blok-sag { padding: 1.25rem 0.75rem; }
	.op-blok-uzun-alan,
	.op-blok--title-right .op-blok-uzun-alan { padding: 1.25rem 0.75rem; }
	.op-blok-uzun-ust { margin-top: -0.5rem; }
	.op-blok-baslik-title { font-size: 24px; }
	.op-blok-uzun-inner,
	.tekiner-organizasyon-prensipleri-page .op-blok-uzun-inner * { font-size: 17px !important; }
	.op-blok-uzun-baslik-metin,
	.tekiner-organizasyon-prensipleri-page .op-blok-uzun-alan h2.op-blok-uzun-baslik-metin { font-size: 14px !important; }
	.op-blok-uzun-yil { font-size: 12px !important; }
}
