/*
Theme Name: NTZ Tema v2
Theme URI: https://ntztur.com
Author: NTZ Turizm
Author URI: https://ntztur.com
Description: NTZ Turizm – Bursa'nın İncisi için native (Elementor'suz) açık mavi tema.
Version: 1.0.0
Text Domain: ntz
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: turizm, türkçe, custom-logo, custom-menu, responsive
*/

/* ========================================
   TEMEL SIFIRLAMA
   ======================================== */

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

html {
    font-size: 17px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
        Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #1F2A37;
    background-color: var(--ntz-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'ss01', 'cv11', 'cv02';
}

p { color: #374151; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--ntz-ink);
}

h1 { letter-spacing: -0.028em; line-height: 1.1; }
h2 { letter-spacing: -0.022em; line-height: 1.15; }
h3 { letter-spacing: -0.018em; }

a {
    color: var(--ntz-blue);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--ntz-blue-dark);
}

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

/* ========================================
   ERİŞİLEBİLİRLİK
   ======================================== */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    clip-path: none;
    color: var(--ntz-blue);
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
