/*
Theme Name: Danışman A.Ş. Kurumsal
Theme URI: https://www.danismanas.com.tr/
Author: Danışman A.Ş. Web Ekibi
Author URI: https://www.danismanas.com.tr/
Description: Danışman A.Ş. için özel olarak tasarlanmış; kurumsal yönetim, dış ticaret ve stratejik danışmanlık hizmetlerini en üst düzey profesyonellikte sergileyen, modern, ultra hızlı ve mobil uyumlu WordPress teması.
Version: 1.1.5
Requires at least: 6.0
Tested up to: 7.1
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: danisman-tema
Tags: corporate, consulting, business, clean, responsive, translation-ready, modern
*/

/* Temel Sıfırlama ve WordPress Standartları */
:root {
    --primary: #0f172a;        /* Derin Kurumsal Lacivert */
    --primary-light: #1e293b;  /* Açık Lacivert / Slate */
    --accent: #059669;         /* Prestij Zümrüt Yeşili */
    --accent-hover: #047857;   /* Koyu Zümrüt */
    --accent-glow: rgba(5, 150, 105, 0.15);
    --secondary: #0284c7;      /* Güven Mavisi */
    --dark: #0f172a;           /* Metin Koyu */
    --light: #f8fafc;          /* Arka Plan Açık */
    --surface: #ffffff;        /* Kart / Beyaz Yüzey */
    --border: #e2e8f0;         /* Zarif Çizgi */
    --text-main: #334155;      /* Okuma Metni */
    --text-muted: #64748b;     /* İkincil Metin */
    --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -1px rgba(0,0,0,0.04);
    --shadow-lg: 0 10px 25px -3px rgba(15,23,42,0.08), 0 4px 6px -2px rgba(15,23,42,0.04);
    --shadow-xl: 0 20px 30px -10px rgba(15,23,42,0.12);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-full: 9999px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

body {
    font-family: var(--font-body);
    color: var(--text-main);
    background-color: #ffffff;
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

ul, ol {
    list-style: none;
}

button, input, textarea, select {
    font: inherit;
}
