/*
Theme Name: AC-Niche
Theme URI: https://acmeguvenlik.com.tr
Author: M.Salih ASLAN
Author URI: https://acmeguvenlik.com.tr
Description: Modern, ultra hızlı, SEO ve AdSense odaklı premium niche blog teması. AC-Niche, gelişmiş analitik, mega menü ve modern UI bileşenleriyle donatılmıştır.
Version: 1.1.0
Requires at least: 5.8
Tested up to: 6.4
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: ac-niche
Tags: blog, one-column, two-columns, right-sidebar, custom-colors, custom-menu, custom-logo, editor-style, featured-images, flexible-header, footer-widgets, threaded-comments, translation-ready, rtl-language-support

AC-Niche, Acme Güvenlik için M.Salih ASLAN tarafından geliştirilmiş modern bir blog temasıdır.
*/

/* ==========================================================================
   Normalize ve Reset
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  background-color: #f8f9fa;
}

/* ==========================================================================
   Temel Elementler
   ========================================================================== */

a {
  color: #007bff;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #0056b3;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.5rem;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.site-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.content-area {
  display: flex;
  gap: 40px;
  margin: 40px 0;
}

.main-content {
  flex: 1;
  min-width: 0;
}

.sidebar {
  width: 360px;
  flex-shrink: 0;
}

/* Single column layout */
.no-sidebar .main-content {
  max-width: 800px;
  margin: 0 auto;
}

/* ==========================================================================
   Screen Reader Text
   ========================================================================== */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999999;
}

.skip-link:focus {
  left: 6px;
  top: 7px;
  background-color: #fff;
  padding: 10px 15px;
  border: 2px solid #007bff;
  border-radius: 3px;
}