/* STEK içerik / SEO sayfaları */

.stek-content-page {
	width: 100%;
	color: #fff;
	background:
		radial-gradient(ellipse 80% 40% at 50% 0%, rgba(162, 38, 38, 0.16), transparent 55%),
		#0b0b0b;
}

.stek-content-page__article {
	width: 100%;
}

.stek-content-page__inner {
	width: min(100% - 2.5rem, 46rem);
	margin: 0 auto;
	padding: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(4rem, 8vw, 6rem);
	font-family: var(--font-montserrat), Montserrat, sans-serif;
	font-weight: 300;
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.82);
}

.stek-content-page__inner > *:first-child {
	margin-top: 0;
}

.stek-content-page__inner h1 {
	margin: 0 0 1.5rem;
	font-size: clamp(1.85rem, 4.5vw, 2.75rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
}

.stek-content-page__inner h2 {
	margin: 2.5rem 0 1rem;
	font-size: clamp(1.2rem, 2.4vw, 1.5rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #fff;
}

.stek-content-page__inner h2::after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2px;
	margin-top: 0.75rem;
	background: #a22626;
}

.stek-content-page__inner p {
	margin: 0 0 1.15rem;
}

.stek-content-page__inner a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(162, 38, 38, 0.7);
	text-underline-offset: 0.18em;
}

.stek-content-page__inner a:hover {
	color: #a22626;
}

@media (max-width: 640px) {
	.stek-content-page__inner {
		width: min(100% - 2rem, 46rem);
	}
}
