/* Bilgi Yarışması landing — scoped to .oe-kq-landing */

.oe-kq-main {
	margin: 0;
	padding: 0;
}

.oe-kq-landing {
	background:
		radial-gradient(circle at top left, rgba(59, 130, 246, .12), transparent 32%),
		radial-gradient(circle at top right, rgba(124, 58, 237, .12), transparent 34%),
		#f8fbff;
	color: #0f172a;
	font-family: inherit;
	overflow: hidden;
}

.oe-kq-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 26px 0 56px;
}

.oe-kq-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #64748b;
	font-size: 13px;
	margin: 6px 0 20px;
}

.oe-kq-breadcrumb a {
	color: #475569;
	text-decoration: none;
}

.oe-kq-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
	gap: 34px;
	align-items: center;
	padding: 28px 0 42px;
}

.oe-kq-pill,
.oe-kq-smallLabel {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	background: rgba(37, 99, 235, .1);
	color: #2563eb;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .02em;
	padding: 7px 11px;
}

.oe-kq-hero h1 {
	margin: 16px 0 14px;
	font-size: clamp(30px, 3.6vw, 46px);
	line-height: 1.08;
	letter-spacing: -.04em;
	color: #0f172a;
}

.oe-kq-lead {
	max-width: 650px;
	color: #475569;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 18px;
}

.oe-kq-featureChips,
.oe-kq-trust,
.oe-kq-subjectChips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.oe-kq-featureChips span,
.oe-kq-trust span,
.oe-kq-subjectChips a {
	border: 1px solid rgba(148, 163, 184, .32);
	background: rgba(255, 255, 255, .82);
	border-radius: 999px;
	padding: 8px 12px;
	color: #334155;
	font-size: 13px;
	text-decoration: none;
}

.oe-kq-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 22px 0 16px;
}

.oe-kq-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	border-radius: 14px;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.oe-kq-btn:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.oe-kq-btnPrimary {
	color: #fff;
	background: linear-gradient(135deg, #2563eb, #7c3aed);
	box-shadow: 0 14px 32px rgba(37, 99, 235, .22);
}

.oe-kq-btnGhost {
	color: #1e293b;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, .38);
}

.oe-kq-btnLight {
	color: #2563eb;
	background: #fff;
}

.oe-kq-btnBlock {
	width: 100%;
	margin-top: 16px;
}

.oe-kq-previewCard {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(148, 163, 184, .28);
	border-radius: 26px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
	padding: 20px;
	position: relative;
}

.oe-kq-previewCard::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 72px;
	border-radius: 26px 26px 0 0;
	background: linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(124, 58, 237, .14));
	pointer-events: none;
}

.oe-kq-previewHead,
.oe-kq-formGrid,
.oe-kq-miniStats,
.oe-kq-groups {
	position: relative;
	z-index: 1;
}

.oe-kq-previewHead {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.oe-kq-previewHead h2 {
	margin: 8px 0 0;
	font-size: 21px;
	letter-spacing: -.02em;
}

.oe-kq-status {
	border-radius: 999px;
	background: #dcfce7;
	color: #15803d;
	padding: 7px 10px;
	font-weight: 800;
	font-size: 12px;
}

.oe-kq-formGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.oe-kq-field,
.oe-kq-miniStats div,
.oe-kq-groupItem {
	background: #f8fafc;
	border: 1px solid rgba(226, 232, 240, .9);
	border-radius: 16px;
	padding: 12px;
}

.oe-kq-fieldFull {
	grid-column: 1 / -1;
}

.oe-kq-field span,
.oe-kq-miniStats span {
	display: block;
	color: #64748b;
	font-size: 12px;
	margin-bottom: 5px;
}

.oe-kq-field strong,
.oe-kq-miniStats strong {
	color: #0f172a;
	font-size: 14px;
}

.oe-kq-miniStats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 12px;
}

.oe-kq-groups {
	margin-top: 14px;
}

.oe-kq-groupsTitle {
	font-weight: 800;
	color: #334155;
	margin-bottom: 8px;
	font-size: 13px;
}

.oe-kq-groupItem {
	margin-top: 8px;
	font-weight: 700;
	color: #334155;
}

.oe-kq-section {
	padding: 46px 0;
}

.oe-kq-sectionHead {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 24px;
}

.oe-kq-sectionHead h2,
.oe-kq-seoBlock h2,
.oe-kq-finalCta h2 {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.16;
	letter-spacing: -.035em;
}

.oe-kq-sectionHead p {
	color: #64748b;
	margin: 0;
	line-height: 1.65;
	font-size: 15px;
}

.oe-kq-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.oe-kq-card {
	background: #fff;
	border: 1px solid rgba(226, 232, 240, .95);
	border-radius: 22px;
	padding: 20px;
	box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.oe-kq-icon {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #eff6ff;
	margin-bottom: 14px;
	font-size: 20px;
}

.oe-kq-card h3,
.oe-kq-steps h3 {
	margin: 0 0 8px;
	font-size: 18px;
	color: #0f172a;
}

.oe-kq-card p,
.oe-kq-steps p,
.oe-kq-seoBlock p,
.oe-kq-faq p,
.oe-kq-finalCta p {
	color: #64748b;
	line-height: 1.65;
	margin: 0;
	font-size: 15px;
}

.oe-kq-softPanel {
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(226, 232, 240, .85);
	border-radius: 28px;
	padding: 34px;
}

.oe-kq-classGrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 18px;
}

.oe-kq-classGrid a {
	background: #fff;
	border: 1px solid rgba(226, 232, 240, .96);
	border-radius: 16px;
	padding: 15px;
	color: #1e293b;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
}

.oe-kq-subjectChips {
	justify-content: center;
}

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

.oe-kq-steps article {
	background: #fff;
	border: 1px solid rgba(226, 232, 240, .95);
	border-radius: 22px;
	padding: 22px;
	text-align: center;
}

.oe-kq-steps span {
	width: 42px;
	height: 42px;
	display: inline-grid;
	place-items: center;
	border-radius: 999px;
	color: #fff;
	background: linear-gradient(135deg, #2563eb, #7c3aed);
	font-weight: 900;
	margin-bottom: 12px;
}

.oe-kq-seoBlock {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 24px;
	align-items: center;
	background: #fff;
	border: 1px solid rgba(226, 232, 240, .95);
	border-radius: 28px;
	padding: 30px;
}

.oe-kq-seoBlock p + p {
	margin-top: 12px;
}

.oe-kq-boardMock {
	background: linear-gradient(135deg, #1e293b, #312e81);
	border-radius: 24px;
	padding: 20px;
	color: #fff;
	min-height: 250px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
}

.oe-kq-boardTop {
	font-weight: 900;
	margin-bottom: 22px;
	font-size: 15px;
}

.oe-kq-boardQuestion {
	background: rgba(255, 255, 255, .12);
	border-radius: 18px;
	padding: 18px;
	margin-bottom: 18px;
	font-size: 15px;
}

.oe-kq-boardAnswers {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.oe-kq-boardAnswers span {
	display: grid;
	place-items: center;
	min-height: 54px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .18);
	font-weight: 900;
}

.oe-kq-faq {
	max-width: 860px;
	margin: 0 auto;
}

.oe-kq-faq details {
	background: #fff;
	border: 1px solid rgba(226, 232, 240, .95);
	border-radius: 16px;
	padding: 16px 18px;
	margin-bottom: 10px;
}

.oe-kq-faq summary {
	cursor: pointer;
	font-weight: 850;
	color: #0f172a;
	font-size: 15px;
}

.oe-kq-faq p {
	margin-top: 10px;
}

.oe-kq-finalCta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin-top: 24px;
	border-radius: 30px;
	padding: 30px;
	background: linear-gradient(135deg, #2563eb, #7c3aed);
	color: #fff;
}

.oe-kq-finalCta h2,
.oe-kq-finalCta p {
	color: #fff;
}

.oe-kq-quizGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.oe-kq-quizCard {
	background: #fff;
	border: 1px solid rgba(226, 232, 240, .95);
	border-radius: 20px;
	padding: 18px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.oe-kq-quizCard h3 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.35;
}

.oe-kq-quizCard h3 a {
	color: #0f172a;
	text-decoration: none;
}

.oe-kq-quizCardMeta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.oe-kq-quizCardMeta span {
	background: #f8fafc;
	border: 1px solid rgba(226, 232, 240, .95);
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 12px;
	color: #475569;
}

.oe-kq-quizCardLink {
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	color: #2563eb;
	text-decoration: none;
}

@media (max-width: 980px) {
	.oe-kq-hero,
	.oe-kq-seoBlock {
		grid-template-columns: 1fr;
	}

	.oe-kq-benefits {
		grid-template-columns: repeat(2, 1fr);
	}

	.oe-kq-classGrid {
		grid-template-columns: repeat(2, 1fr);
	}

	.oe-kq-steps {
		grid-template-columns: 1fr;
	}

	.oe-kq-quizGrid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.oe-kq-container {
		width: min(100% - 22px, 1180px);
		padding-top: 16px;
	}

	.oe-kq-hero {
		padding-top: 14px;
		gap: 22px;
	}

	.oe-kq-featureChips span,
	.oe-kq-trust span,
	.oe-kq-subjectChips a {
		font-size: 12px;
		padding: 7px 10px;
	}

	.oe-kq-formGrid,
	.oe-kq-miniStats,
	.oe-kq-benefits,
	.oe-kq-classGrid,
	.oe-kq-quizGrid {
		grid-template-columns: 1fr;
	}

	.oe-kq-softPanel,
	.oe-kq-seoBlock,
	.oe-kq-finalCta {
		padding: 22px;
		border-radius: 22px;
	}

	.oe-kq-finalCta {
		align-items: stretch;
		flex-direction: column;
	}

	.oe-kq-actions {
		flex-direction: column;
	}

	.oe-kq-btn {
		width: 100%;
	}
}
