/* AED Silver V2 2.4.8.1 CSS Architecture — Base: variables, reset, global defaults. */

/* Source: main.css */
:root {
  --aed-color-primary: #043B55;
  --aed-color-primary-dark: #033246;
  --aed-color-secondary: #057297;
  --aed-color-secondary-dark: #045f7f;
  --aed-color-accent: #F2AF31;
  --aed-color-accent-dark: #E09C22;
  --aed-color-bg: #f2f5f7;
  --aed-color-surface: #ffffff;
  --aed-color-surface-soft: #f7fafb;
  --aed-color-border: #d9e3e8;
  --aed-color-text: #1a2f3a;
  --aed-color-text-strong: #1c3b47;
  --aed-color-text-soft: #607782;
  --aed-color-white: #ffffff;
  --aed-color-shadow: rgba(0,0,0,0.10);
  --aed-color-shadow-strong: rgba(0,0,0,0.16);
  --aed-radius-sm: 4px;
  --aed-radius-md: 6px;
  --aed-radius-lg: 10px;
  --aed-radius-xl: 14px;
  --aed-container: 1140px;
  --aed-transition: 0.25s ease;
}

/* Source: main.css */
* { box-sizing: border-box; }

/* Source: main.css */
html { scroll-behavior: smooth; }

/* Source: main.css */
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--aed-color-bg);
  color: var(--aed-color-text);
  line-height: 1.65;
}

/* Source: main.css */
a { color: inherit; text-decoration: none; }

/* Source: main.css */
img { max-width: 100%; height: auto; display: block; }

/* Source: main.css */
.screen-reader-text, .sr-only {
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* Source: override.css */
/* =========================================================
   AED Premium System 2.4.0
   Amaç: Kart eşitliği, görsel oran standardı ve kurumsal/premium ritim.
   Mevcut shortcode ve veri yapıları korunur; yalnızca görünüm katmanı güçlendirilir.
   ========================================================= */
:root{
  --aed-premium-ink:#163038;
  --aed-premium-primary:#0f4c5c;
  --aed-premium-primary-2:#0b6a7f;
  --aed-premium-soft:#f6fafb;
  --aed-premium-border:#e2ebef;
  --aed-premium-muted:#5c727c;
  --aed-premium-shadow:0 18px 44px rgba(15,76,92,.09);
  --aed-premium-shadow-hover:0 26px 62px rgba(15,76,92,.14);
  --aed-premium-radius:24px;
  --aed-premium-radius-sm:18px;
}

/* Source: premium-complete.css */
/* =========================================================
   AED Silver Premium Complete 2.4.1
   15 maddelik tasarım sistemi tamamlama katmanı.
   Bu dosya override.css sonrasında yüklenir; veri modeli ve shortcode işlevlerine dokunmaz.
   ========================================================= */
:root{
  --aed-ui-ink:#12313a;
  --aed-ui-ink-2:#244954;
  --aed-ui-muted:#63777f;
  --aed-ui-primary:#0f4c5c;
  --aed-ui-primary-2:#0b6a7f;
  --aed-ui-accent:#e1a63b;
  --aed-ui-surface:#ffffff;
  --aed-ui-soft:#f6fafb;
  --aed-ui-soft-2:#eef7f9;
  --aed-ui-border:#dfeaec;
  --aed-ui-shadow:0 18px 46px rgba(15,76,92,.09);
  --aed-ui-shadow-lg:0 30px 74px rgba(15,76,92,.15);
  --aed-ui-radius:24px;
  --aed-ui-radius-sm:18px;
  --aed-ui-radius-lg:32px;
}

/* Source: premium-complete.css */
/* 15 — Performans/erişilebilirlik görünüm düzeltmeleri. */
img{max-width:100%;}

/* Source: desktop-premium.css */
/* ==========================================================
   AED Silver V2 Premium 2.4.8 — Desktop refinement layer
   Amaç: PC/masaüstü görünümde daha dengeli header, geniş ekran ritmi,
   tek tip kart sistemi, daha güçlü footer, sinematik hero ve form sunumu.
   Bu dosya en son yüklenir; mevcut PHP/shortcode işlevlerine dokunmaz.
   ========================================================== */
:root{
  --aed-container:1240px;
  --aed-desktop-wide:1280px;
  --aed-desk-ink:#102f38;
  --aed-desk-muted:#607781;
  --aed-desk-primary:#0f4c5c;
  --aed-desk-primary-2:#0b6f82;
  --aed-desk-accent:#e3a93c;
  --aed-desk-surface:#ffffff;
  --aed-desk-soft:#f6fafb;
  --aed-desk-border:#dfeaed;
  --aed-desk-shadow:0 18px 46px rgba(15,76,92,.085);
  --aed-desk-shadow-hover:0 26px 64px rgba(15,76,92,.135);
  --aed-desk-radius:24px;
  --aed-desk-radius-lg:32px;
}
