/* Netler - Yazılım Firması WordPress Teması
   Bölüm 1: Değişkenler, reset, layout, butonlar, header, hero */

:root {
	--netler-primary: #2563eb;
	--netler-primary-dark: #1d4ed8;
	--netler-accent: #7c3aed;
	--netler-dark: #0b1220;
	--netler-text: #334155;
	--netler-muted: #64748b;
	--netler-border: #e2e8f0;
	--netler-light: #f6f8fc;
	--netler-gradient: linear-gradient(135deg, var(--netler-primary), var(--netler-accent));
	--netler-radius: 16px;
	--netler-shadow: 0 12px 34px rgba(2, 12, 27, 0.09);
	--netler-shadow-lg: 0 24px 60px rgba(2, 12, 27, 0.16);
	--netler-container: 1180px;
	--netler-header-h: 76px;
	--netler-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--netler-header-h) + 12px);
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--netler-font);
	font-size: 16px;
	line-height: 1.7;
	color: var(--netler-text);
	background: var(--netler-bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

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

a {
	color: var(--netler-primary);
	text-decoration: none;
	transition: color 0.18s ease;
}

a:hover {
	color: var(--netler-primary-dark);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	color: var(--netler-dark);
	line-height: 1.25;
	font-weight: 800;
}

p {
	margin: 0 0 1em;
}

ul, ol {
	margin: 0 0 1em;
	padding-left: 1.25em;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.5em;
}

th, td {
	border: 1px solid var(--netler-border);
	padding: 10px 14px;
}

blockquote {
	margin: 1.5em 0;
	padding: 18px 24px;
	border-left: 4px solid var(--netler-primary);
	background: var(--netler-light);
	border-radius: 0 12px 12px 0;
}

pre {
	background: var(--netler-dark);
	color: #e2e8f0;
	padding: 18px;
	border-radius: 12px;
	overflow-x: auto;
}

code {
	font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	width: auto;
	left: 10px;
	top: 10px;
	padding: 10px 16px;
	background: var(--netler-dark);
	color: #fff;
	z-index: 999;
}

::selection {
	background: var(--netler-primary);
	color: #fff;
}

/* ---------- Layout ---------- */

.container {
	max-width: var(--netler-container);
	margin: 0 auto;
	padding: 0 24px;
}

.section {
	padding: 96px 0;
}

.section--alt {
	background: var(--netler-light);
}

.section-head {
	max-width: 720px;
	margin: 0 auto 52px;
	text-align: center;
}

.section-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--netler-primary);
	background: rgba(37, 99, 235, 0.09);
	border-radius: 999px;
	padding: 6px 16px;
	margin-bottom: 14px;
}

.section-title {
	font-size: clamp(28px, 4vw, 42px);
	margin-bottom: 12px;
}

.section-subtitle {
	color: var(--netler-muted);
	font-size: 17px;
	margin: 0 0 10px;
}

.section-more {
	text-align: center;
	margin-top: 44px;
}

.no-results {
	text-align: center;
	padding: 50px 0;
}

/* ---------- Buttons ---------- */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	padding: 15px 28px;
	border-radius: 12px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
	white-space: nowrap;
}

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

.btn--primary {
	background: var(--netler-gradient);
	color: #fff;
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.btn--primary:hover {
	color: #fff;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.38);
}

.btn--outline {
	background: transparent;
	color: var(--netler-primary);
	border-color: var(--netler-primary);
}

.btn--outline:hover {
	background: var(--netler-primary);
	color: #fff;
}

.btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.55);
}

.btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.9);
}

.btn--ghost-dark {
	background: transparent;
	color: var(--netler-dark);
	border-color: var(--netler-border);
}

.btn--ghost-dark:hover {
	border-color: var(--netler-dark);
	color: var(--netler-dark);
}

.btn--link {
	background: transparent;
	color: var(--netler-primary);
	padding: 15px 8px;
}

.btn--link:hover {
	color: var(--netler-primary-dark);
}

.btn--small {
	padding: 10px 18px;
	font-size: 13px;
	border-radius: 9px;
}

/* ---------- Header ---------- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 500;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid transparent;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
	border-color: var(--netler-border);
	box-shadow: 0 6px 24px rgba(2, 12, 27, 0.07);
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: var(--netler-header-h);
}

.site-brand {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	font-weight: 900;
	color: var(--netler-dark);
	letter-spacing: -0.02em;
	margin-right: auto;
}

.site-logo {
	max-height: 46px;
	width: auto;
}

.site-logo--text-light {
	color: #fff;
}

.site-nav {
	display: flex;
	align-items: center;
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu > li {
	position: relative;
}

.main-menu a {
	display: block;
	padding: 10px 14px;
	font-weight: 600;
	font-size: 15px;
	color: var(--netler-text);
	border-radius: 9px;
}

.main-menu a:hover,
.main-menu .current-menu-item > a,
.main-menu .current_page_item > a {
	color: var(--netler-primary);
	background: rgba(37, 99, 235, 0.08);
}

.main-menu ul.sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	background: #fff;
	border: 1px solid var(--netler-border);
	border-radius: 12px;
	box-shadow: var(--netler-shadow);
	min-width: 210px;
	padding: 8px;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	z-index: 100;
}

.main-menu li:hover > ul.sub-menu,
.main-menu li:focus-within > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-menu ul.sub-menu a {
	padding: 9px 12px;
}

.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: var(--netler-light);
	border: 1px solid var(--netler-border);
	border-radius: 10px;
	cursor: pointer;
}

.nav-toggle span {
	display: block;
	height: 2px;
	width: 100%;
	background: var(--netler-dark);
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */

.hero {
	position: relative;
	background: var(--netler-gradient);
	color: #fff;
	overflow: hidden;
	padding: 92px 0 130px;
}

.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.14), transparent 42%),
		radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.1), transparent 45%);
}

.hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	align-items: center;
	gap: 56px;
}

.hero-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	padding: 7px 18px;
	margin-bottom: 22px;
}

.hero__title {
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.12;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
}

.hero__subtitle {
	font-size: 18px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
	max-width: 560px;
	margin-bottom: 34px;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 44px;
}

.hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-stat {
	min-width: 140px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 14px;
	padding: 16px 20px;
	backdrop-filter: blur(6px);
}

.hero-stat__value {
	display: block;
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
}

.hero-stat__label {
	display: block;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.78);
}

.hero__visual {
	position: relative;
}

.hero__visual-glow {
	position: absolute;
	inset: -10%;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), transparent 62%);
	filter: blur(30px);
}

.hero__img {
	position: relative;
	width: 100%;
	border-radius: 20px;
	box-shadow: var(--netler-shadow-lg);
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero__wave {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 90px;
	display: block;
}

/* ---------- Features ---------- */

.features {
	background: #fff;
	padding: 34px 0 10px;
}

.features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin-top: -74px;
	z-index: 2;
}

.feature-card {
	background: #fff;
	border: 1px solid var(--netler-border);
	border-radius: var(--netler-radius);
	padding: 30px;
	box-shadow: var(--netler-shadow);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--netler-shadow-lg);
}

.feature-card__icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: var(--netler-gradient);
	color: #fff;
	margin-bottom: 18px;
	box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.feature-card h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.feature-card p {
	font-size: 15px;
	color: var(--netler-muted);
	margin: 0;
}

/* Netler - Bölüm 2: About, kartlar, blog, iletişim, form */

/* ---------- About ---------- */

.about__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: 60px;
}

.about__media img {
	border-radius: var(--netler-radius);
	box-shadow: var(--netler-shadow);
	width: 100%;
}

.about__content .section-eyebrow {
	margin-bottom: 12px;
}

.about__text {
	font-size: 17px;
	color: var(--netler-text);
}

.about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 26px;
}

/* ---------- Cards (ürün & blog) ---------- */

.cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.cards-grid--blog {
	grid-template-columns: repeat(3, 1fr);
}

.card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--netler-border);
	border-radius: var(--netler-radius);
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.card:hover {
	transform: translateY(-6px);
	box-shadow: var(--netler-shadow-lg);
}

.card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--netler-light);
}

.card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.card:hover .card__media img {
	transform: scale(1.05);
}

.product-card__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--netler-primary);
	background: linear-gradient(135deg, #eef2ff, #f5f3ff);
}

.card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 24px;
	flex: 1;
}

.card__title {
	font-size: 19px;
	margin: 0;
}

.card__title a {
	color: var(--netler-dark);
}

.card__title a:hover {
	color: var(--netler-primary);
}

.card__excerpt {
	color: var(--netler-muted);
	font-size: 15px;
	margin: 0;
	flex: 1;
}

.card__more {
	font-weight: 700;
	font-size: 14px;
}

.blog-card__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
}

.blog-card__meta a {
	font-weight: 700;
	color: var(--netler-primary);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.04em;
}

.blog-card__date {
	color: var(--netler-muted);
}

/* ---------- Contact ---------- */

.contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 48px;
	align-items: start;
}

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

.contact-list li {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--netler-border);
	border-radius: 14px;
	padding: 18px;
}

.contact-list__icon {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	background: var(--netler-gradient);
	color: #fff;
	border-radius: 12px;
}

.contact-list strong {
	color: var(--netler-dark);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.contact-list a {
	font-weight: 600;
}

.contact__form {
	background: #fff;
	border: 1px solid var(--netler-border);
	border-radius: var(--netler-radius);
	padding: 30px;
	box-shadow: var(--netler-shadow);
}

.contact__map {
	margin-top: 48px;
	border-radius: var(--netler-radius);
	overflow: hidden;
	box-shadow: var(--netler-shadow);
}

.contact__map iframe {
	display: block;
	width: 100%;
	height: 360px;
	border: 0;
}

/* ---------- Form elemanları ---------- */

.contact-form .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.contact-form .form-field {
	margin-bottom: 16px;
}

.contact-form label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: var(--netler-dark);
	margin-bottom: 7px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form textarea,
.contact-form select {
	width: 100%;
	padding: 13px 16px;
	border: 1px solid var(--netler-border);
	border-radius: 10px;
	font-family: inherit;
	font-size: 15px;
	color: var(--netler-text);
	background: #fff;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	outline: none;
	border-color: var(--netler-primary);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.contact-form textarea {
	resize: vertical;
}

.contact-form__notice {
	padding: 14px 18px;
	border-radius: 10px;
	font-weight: 600;
	margin-bottom: 18px;
}

.contact-form__notice--ok {
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	color: #15803d;
}

/* ---------- Pagination ---------- */

.pagination {
	margin-top: 48px;
	text-align: center;
}

.pagination .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	border: 1px solid var(--netler-border);
	border-radius: 10px;
	font-weight: 600;
	font-size: 15px;
	color: var(--netler-text);
	background: #fff;
}

.pagination .page-numbers:hover {
	border-color: var(--netler-primary);
	color: var(--netler-primary);
}

.pagination .page-numbers.current {
	background: var(--netler-gradient);
	color: #fff;
	border-color: transparent;
}

/* Netler - Bölüm 3: Sayfalar, tekil içerik, footer, responsive, animasyon */

/* ---------- Sayfa başlığı (page-head) ---------- */

.page-head {
	padding: 64px 0;
	text-align: center;
}

.page-head__title {
	font-size: clamp(28px, 4vw, 40px);
	margin: 0;
}

.page-head__desc {
	color: var(--netler-muted);
	font-size: 17px;
	margin: 10px auto 0;
	max-width: 640px;
}

.page-head .section-eyebrow {
	margin-bottom: 12px;
}

/* ---------- Tekil içerik genel ---------- */

.single-post,
.single-page,
.single-product {
	max-width: 860px;
	margin: 0 auto;
}

.single-post__header {
	text-align: center;
	margin-bottom: 36px;
}

.single-post__cats {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 16px;
}

.single-post__cats a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--netler-primary);
	background: rgba(37, 99, 235, 0.09);
	border-radius: 999px;
	padding: 6px 14px;
}

.single-post__title,
.single-page__title {
	font-size: clamp(28px, 4.4vw, 44px);
	margin: 0 0 18px;
}

.single-post__meta {
	display: flex;
	justify-content: center;
	gap: 10px;
	color: var(--netler-muted);
	font-size: 15px;
}

.single-post__thumb,
.single-page__thumb {
	border-radius: var(--netler-radius);
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: var(--netler-shadow);
}

.single-post__thumb img,
.single-page__thumb img {
	width: 100%;
}

.entry-content {
	font-size: 17px;
	line-height: 1.85;
}

.entry-content h2 { font-size: 28px; margin-top: 1.6em; }
.entry-content h3 { font-size: 23px; margin-top: 1.4em; }
.entry-content ul, .entry-content ol { margin: 1em 0; }
.entry-content img { margin: 1.5em 0; border-radius: 14px; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }

.single-post__footer {
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid var(--netler-border);
}

.single-post__tags a {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: var(--netler-text);
	background: var(--netler-light);
	border: 1px solid var(--netler-border);
	border-radius: 999px;
	padding: 5px 14px;
	margin: 0 6px 8px 0;
}

.single-post__tags a:hover {
	color: var(--netler-primary);
	border-color: var(--netler-primary);
}

.post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 52px 0 0;
}

.post-navigation a {
	display: block;
	padding: 18px 20px;
	border: 1px solid var(--netler-border);
	border-radius: 14px;
	font-weight: 700;
	font-size: 15px;
	color: var(--netler-text);
}

.post-navigation a:hover {
	border-color: var(--netler-primary);
	color: var(--netler-primary);
}

.post-navigation .nav-next {
	text-align: right;
}

/* ---------- Tekil ürün ---------- */

.single-product {
	max-width: var(--netler-container);
}

.single-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.single-product__media {
	border-radius: var(--netler-radius);
	overflow: hidden;
	box-shadow: var(--netler-shadow);
	position: sticky;
	top: calc(var(--netler-header-h) + 24px);
}

.single-product__media img {
	width: 100%;
}

.single-product__title {
	font-size: clamp(26px, 3.6vw, 40px);
	margin-bottom: 16px;
}

.single-product__lead {
	font-size: 19px;
	color: var(--netler-muted);
}

.single-product__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.breadcrumbs {
	font-size: 14px;
	margin-bottom: 28px;
	color: var(--netler-muted);
}

.breadcrumbs a { color: var(--netler-muted); }
.breadcrumbs a:hover { color: var(--netler-primary); }
.breadcrumbs__sep { margin: 0 8px; }

.related {
	margin-top: 80px;
}

.related .section-title {
	text-align: center;
	font-size: 28px;
	margin-bottom: 34px;
}

.mt-xl { margin-top: 80px; }

/* ---------- Yorumlar ---------- */

.comments-area {
	margin-top: 56px;
}

.comments-title {
	font-size: 24px;
	margin-bottom: 24px;
}

.comment-list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.comment-list .comment-body {
	margin-bottom: 22px;
	padding: 20px;
	border: 1px solid var(--netler-border);
	border-radius: 14px;
}

.comment-list .comment-author img {
	border-radius: 50%;
	float: left;
	margin-right: 12px;
}

.comment-list .comment-meta {
	font-size: 14px;
	color: var(--netler-muted);
	margin-bottom: 10px;
}

.comment-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--netler-border);
	border-radius: 10px;
	font-family: inherit;
	font-size: 15px;
}

.comment-form .submit {
	background: var(--netler-gradient);
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 13px 26px;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
}

/* ---------- Search form ---------- */

.search-form {
	display: flex;
	gap: 10px;
	max-width: 460px;
	margin: 0 auto;
}

.search-form input[type="search"] {
	flex: 1;
	padding: 13px 16px;
	border: 1px solid var(--netler-border);
	border-radius: 10px;
	font-size: 15px;
}

.search-form .search-submit {
	background: var(--netler-gradient);
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 0 22px;
	font-weight: 700;
	cursor: pointer;
}

/* ---------- 404 ---------- */

.error-404__inner {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0;
}

.error-404__code {
	font-size: clamp(80px, 14vw, 150px);
	font-weight: 900;
	line-height: 1;
	margin: 0 0 8px;
	background: var(--netler-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.error-404__title {
	font-size: 32px;
	margin-bottom: 12px;
}

.error-404__desc {
	color: var(--netler-muted);
}

/* ---------- Footer ---------- */

.site-footer {
	background: var(--netler-dark);
	color: #a7b0c3;
	font-size: 15px;
}

.site-footer a {
	color: #a7b0c3;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer .container {
	padding-top: 72px;
	padding-bottom: 28px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
	gap: 44px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-title {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 18px;
}

.footer-about {
	margin-top: 18px;
	line-height: 1.7;
}

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

.footer-menu a {
	font-weight: 500;
}

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

.footer-social {
	display: flex;
	gap: 10px;
}

.footer-social a {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.footer-social a:hover {
	background: var(--netler-gradient);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 24px;
	font-size: 14px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom__credit {
	color: #64748b;
}

/* ---------- Reveal animasyonu ---------- */

.reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
	html {
		scroll-behavior: auto;
	}
	.card:hover { transform: none; }
	.feature-card:hover { transform: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
	.cards-grid,
	.cards-grid--blog {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.hero__inner,
	.single-product__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.hero__visual {
		order: -1;
		max-width: 560px;
	}

	.about__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.single-product__media {
		position: static;
	}

	.features__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.features {
		padding-top: 0;
	}

	.features__grid {
		margin-top: 40px;
	}

	.hero {
		padding-top: 68px;
	}
}

@media (max-width: 782px) {
	.section {
		padding: 64px 0;
	}

	.site-nav {
		position: fixed;
		inset: var(--netler-header-h) 0 auto 0;
		background: #fff;
		border-bottom: 1px solid var(--netler-border);
		box-shadow: var(--netler-shadow);
		padding: 16px 24px 24px;
		transform: translateY(-8px);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
		max-height: calc(100vh - var(--netler-header-h));
		overflow-y: auto;
	}

	.site-nav.open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.main-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
	}

	.main-menu a {
		padding: 12px 14px;
	}

	.main-menu ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: 0;
		padding: 0 0 0 14px;
		min-width: 0;
	}

	.nav-toggle {
		display: flex;
	}

	.cards-grid,
	.cards-grid--blog,
	.features__grid,
	.contact__grid {
		grid-template-columns: 1fr;
	}

	.contact-form .form-row {
		grid-template-columns: 1fr;
	}

	.post-navigation {
		grid-template-columns: 1fr;
	}

	.hero__stats {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.footer-bottom {
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.hero__stats {
		grid-template-columns: 1fr;
	}

	.container {
		padding: 0 18px;
	}
}

/* ---------- İletişim sayfası şablonu ---------- */

.netler-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.contact-page .entry-content {
	font-size: 16px;
}

.contact-page .entry-content p:last-child {
	margin-bottom: 22px;
}