/**
 * TestOku SEO landing page styles.
 * Route bağlandığında enqueue edilecek; ana /testoku/ sayfasını etkilemez.
 */

.oe-testoku-seo {
	max-width: 1240px;
	margin: 0 auto;
	padding: 34px 22px 56px;
	color: #061b46;
}

.oe-testoku-seo * {
	box-sizing: border-box;
}

.oe-testoku-seo-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 34px;
	color: #6b7f9f;
	font-size: 13px;
}

.oe-testoku-seo-breadcrumb a {
	color: #4d6689;
	text-decoration: none;
}

.oe-testoku-seo-breadcrumb a:hover {
	color: #075ce8;
}

.oe-testoku-seo-breadcrumb strong {
	color: #075ce8;
}

.oe-testoku-seo-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .85fr);
	gap: 34px;
	align-items: center;
	margin-bottom: 36px;
}

.oe-testoku-seo-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 13px;
	border-radius: 999px;
	background: #eaf8ed;
	color: #159447;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 18px;
}

.oe-testoku-seo-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(34px, 5vw, 58px);
	line-height: .98;
	letter-spacing: -1.5px;
	color: #061b46;
	font-weight: 900;
}

.oe-testoku-seo-lead {
	max-width: 680px;
	margin: 0 0 26px;
	color: #526987;
	font-size: 17px;
	line-height: 1.65;
}

.oe-testoku-seo-facts {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0 28px;
}

.oe-testoku-seo-facts div {
	min-height: 76px;
	padding: 14px;
	border: 1px solid #dbe7f8;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.oe-testoku-seo-facts span {
	display: block;
	color: #6b7f9f;
	font-size: 12px;
	margin-bottom: 6px;
}

.oe-testoku-seo-facts strong {
	display: block;
	color: #061b46;
	font-size: 14px;
	line-height: 1.25;
}

.oe-testoku-seo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.oe-testoku-seo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	border-radius: 12px;
	font-weight: 800;
	font-size: 15px;
	text-decoration: none;
	transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.oe-testoku-seo-btn--primary {
	background: #075ce8;
	color: #fff;
	box-shadow: 0 12px 28px rgba(7, 92, 232, .22);
}

.oe-testoku-seo-btn--primary:hover {
	background: #054fc4;
	color: #fff;
}

.oe-testoku-seo-btn--secondary {
	background: #fff;
	color: #075ce8;
	border: 1px solid #9abcfb;
}

.oe-testoku-seo-btn--secondary:hover {
	background: #eff6ff;
	color: #075ce8;
}

.oe-testoku-seo-login-note {
	margin: 16px 0 0;
	color: #6b7f9f;
	font-size: 13px;
}

.oe-testoku-seo-hero-media {
	position: relative;
	min-height: 390px;
	display: block;
	border-radius: 24px;
	background: linear-gradient(135deg, #f3f7ff, #ffffff);
	border: 1px solid #dbe7f8;
	overflow: hidden;
	padding: 26px;
}

.oe-testoku-seo-hero-media__phone,
.oe-testoku-seo-hero-media__paper,
.oe-testoku-seo-hero-media__books {
	position: absolute;
	z-index: 1;
	height: auto;
	max-width: none;
	object-fit: contain;
	user-select: none;
	pointer-events: none;
}

.oe-testoku-seo-hero-media__phone {
	width: min(220px, 42%);
	left: 8%;
	top: 28px;
	filter: drop-shadow(0 20px 32px rgba(15, 35, 80, .18));
}

.oe-testoku-seo-hero-media__paper {
	width: min(340px, 62%);
	right: 6%;
	top: 42px;
	transform: rotate(5deg);
	filter: drop-shadow(0 20px 30px rgba(15, 35, 80, .14));
}

.oe-testoku-seo-hero-media__books {
	width: min(108px, 22%);
	right: 18px;
	bottom: 28px;
	filter: drop-shadow(0 14px 24px rgba(15, 35, 80, .12));
}

.oe-testoku-seo-features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 20px;
	margin: 32px 0 48px;
	border: 1px solid #dbe7f8;
	border-radius: 18px;
	background: #fff;
}

.oe-testoku-seo-features article {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 14px;
}

.oe-testoku-seo-feature-icon {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #eff6ff;
	color: #075ce8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.oe-testoku-seo-feature-icon svg {
	width: 23px;
	height: 23px;
	display: block;
}

.oe-testoku-seo-feature-icon--step {
	background: #eaf8ed;
	color: #159447;
	margin: 0 auto 14px;
}

.oe-testoku-seo-features h2 {
	margin: 0 0 6px;
	font-size: 15px;
	color: #061b46;
}

.oe-testoku-seo-features p {
	margin: 0;
	color: #526987;
	font-size: 13px;
	line-height: 1.45;
}

.oe-testoku-seo-section {
	margin: 48px 0;
}

.oe-testoku-seo-section > h2,
.oe-testoku-seo-section__head h2 {
	margin: 0 0 8px;
	padding-left: 14px;
	border-left: 5px solid #075ce8;
	color: #061b46;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 900;
}

.oe-testoku-seo-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.oe-testoku-seo-section__head p {
	margin: 0;
	color: #526987;
}

.oe-testoku-seo-section__head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid #d1e0fb;
	border-radius: 10px;
	color: #075ce8;
	text-decoration: none;
	font-weight: 800;
	font-size: 13px;
	white-space: nowrap;
}

.oe-testoku-seo-questions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.oe-testoku-seo-question {
	position: relative;
	padding: 26px 22px 20px;
	border: 1px solid #dbe7f8;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .04);
}

.oe-testoku-seo-question__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #075ce8;
	color: #fff;
	font-weight: 900;
	margin-bottom: 14px;
}

.oe-testoku-seo-question h3 {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.45;
	color: #061b46;
}

.oe-testoku-seo-question ol {
	margin: 0 0 14px;
	padding-left: 22px;
	color: #34496a;
	font-size: 14px;
	line-height: 1.7;
}

.oe-testoku-seo-question details {
	margin: 0;
}

.oe-testoku-seo-question summary {
	cursor: pointer;
	list-style: none;
	color: #075ce8;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 10px;
	user-select: none;
}

.oe-testoku-seo-question summary::-webkit-details-marker {
	display: none;
}

.oe-testoku-seo-question summary::before {
	content: 'Cevabı gizle';
}

.oe-testoku-seo-question details:not([open]) summary::before {
	content: 'Cevabı göster';
}

.oe-testoku-seo-answer {
	padding: 14px;
	border-radius: 12px;
	background: #eaf8ed;
	color: #155f36;
}

.oe-testoku-seo-answer strong {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
}

.oe-testoku-seo-answer p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
}

.oe-testoku-seo-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.oe-testoku-seo-steps article {
	position: relative;
	min-height: 190px;
	padding: 28px 22px;
	border: 1px solid #dbe7f8;
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.oe-testoku-seo-step-num {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #eff6ff;
	color: #075ce8;
	font-size: 12px;
	font-weight: 900;
}

.oe-testoku-seo-steps h3 {
	margin: 0 0 10px;
	font-size: 16px;
}

.oe-testoku-seo-steps p {
	margin: 0;
	color: #526987;
	font-size: 14px;
	line-height: 1.5;
}

.oe-testoku-seo-related {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.oe-testoku-seo-related a {
	display: block;
	padding: 22px;
	border: 1px solid #dbe7f8;
	border-radius: 16px;
	background: #fff;
	color: #061b46;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.45;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.oe-testoku-seo-related a:hover {
	border-color: #9abcfb;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.oe-testoku-seo-related strong {
	font-size: 17px;
}

.oe-testoku-seo-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 48px 0 28px;
	padding: 34px 38px;
	border-radius: 22px;
	background: linear-gradient(135deg, #075ce8, #18be78);
	color: #fff;
	box-shadow: 0 18px 44px rgba(7, 92, 232, .22);
}

.oe-testoku-seo-cta h2 {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.2;
}

.oe-testoku-seo-cta p {
	margin: 0;
	opacity: .92;
}

.oe-testoku-seo-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 12px;
	background: #fff;
	color: #075ce8;
	text-decoration: none;
	font-weight: 900;
	white-space: nowrap;
}

.oe-testoku-seo-note {
	padding: 18px 20px;
	border: 1px solid #b9d4ff;
	border-radius: 14px;
	background: #f0f7ff;
	color: #526987;
	font-size: 14px;
}

@media (max-width: 1050px) {
	.oe-testoku-seo-hero {
		grid-template-columns: 1fr;
	}

	.oe-testoku-seo-hero-media {
		min-height: 360px;
	}

	.oe-testoku-seo-facts,
	.oe-testoku-seo-features,
	.oe-testoku-seo-steps,
	.oe-testoku-seo-related {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oe-testoku-seo-questions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.oe-testoku-seo {
		padding: 24px 16px 42px;
	}

	.oe-testoku-seo-hero h1 {
		font-size: 38px;
		letter-spacing: -1px;
	}

	.oe-testoku-seo-lead {
		font-size: 15px;
	}

	.oe-testoku-seo-facts,
	.oe-testoku-seo-features,
	.oe-testoku-seo-steps,
	.oe-testoku-seo-related {
		grid-template-columns: 1fr;
	}

	.oe-testoku-seo-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.oe-testoku-seo-btn {
		width: 100%;
	}

	.oe-testoku-seo-hero-media {
		min-height: auto;
		padding: 18px;
		aspect-ratio: 5 / 4;
	}

	.oe-testoku-seo-hero-media__phone {
		width: min(170px, 40%);
		left: 6%;
		top: 18px;
	}

	.oe-testoku-seo-hero-media__paper {
		width: min(250px, 58%);
		right: 4%;
		top: 28px;
	}

	.oe-testoku-seo-hero-media__books {
		width: min(88px, 24%);
		right: 12px;
		bottom: 16px;
	}

	.oe-testoku-seo-section > h2,
	.oe-testoku-seo-section__head h2 {
		font-size: 23px;
	}

	.oe-testoku-seo-section__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.oe-testoku-seo-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 26px 22px;
	}

	.oe-testoku-seo-cta h2 {
		font-size: 23px;
	}
}
