/*
Theme Name: Analiz Kariyer
Theme URI: https://xstudio.com.tr/analiz-kariyer
Author: xStudio
Author URI: https://xstudio.com.tr
Description: Analiz Kariyer — Elementor Pro ile geliştirilmek üzere hazırlanmış, hafif ve modern özel WordPress teması. Theme Builder (header/footer/single/archive) tam desteklidir. xStudio tarafından hazırlanmıştır.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: analiz-kariyer
Tags: elementor, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

/* ==========================================================================
   Analiz Kariyer — Temel reset & taban stiller
   (Tasarımın büyük kısmı Elementor ile yönetilir; burası sadece sağlam bir taban.)
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1f2937;
	background: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

a {
	color: #2563eb;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	line-height: 1.25;
	font-weight: 700;
	color: #111827;
}

p {
	margin: 0 0 1.25em;
}

/* Düzen yardımcıları (Elementor tam genişlik şablonu için) */
.analiz-container {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.site-main {
	min-height: 50vh;
}

/* Erişilebilirlik: ekran okuyucu metni */
.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 !important;
	word-wrap: normal !important;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 8px;
	z-index: 100000;
	background: #111827;
	color: #fff;
	padding: 10px 16px;
	border-radius: 4px;
}

.skip-link:focus {
	left: 8px;
}

/* Basit menü (Elementor header'ı devralana kadar fallback) */
.analiz-fallback-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	border-bottom: 1px solid #e5e7eb;
}

.analiz-fallback-header .site-title {
	font-size: 1.25rem;
	font-weight: 800;
	margin: 0;
}

.analiz-fallback-header nav ul {
	list-style: none;
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
}

.analiz-fallback-footer {
	border-top: 1px solid #e5e7eb;
	padding: 24px 0;
	text-align: center;
	color: #6b7280;
	font-size: .9rem;
}

/* Sayfalama / yorum vb. minimal */
.analiz-pagination {
	margin: 32px 0;
}

.analiz-pagination .page-numbers {
	display: inline-block;
	padding: 6px 12px;
	margin: 0 2px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
}

.analiz-pagination .current {
	background: #2563eb;
	color: #fff;
	border-color: #2563eb;
}
