/*
Theme Name: ACU Theme
Theme URI: https://acibademuniversite.edu.tr
Description: Acıbadem Üniversitesi — %100 native, sayfa oluşturucu bağımsız landing teması. Anasayfa bölümleri "Ana Sayfa Yönetimi" panelinden yönetilir. WPBakery gerektirmez.
Author: DGS
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: acu-theme
*/

/* Global taban stiller — bölüm stilleri inc/runtime/assets/css altında modüler yüklenir. */
html, body { padding: 0; margin: 0; }
html { scroll-behavior: smooth; }
/* Yatay kaymayı kes — hem html hem body seviyesinde. hidden, eski iOS Safari (16 altı,
   clip DESTEKLEMEZ) dahil TÜM tarayıcılarda çalışır ve fixed elemanların (mobil alt bar)
   taşmasını da yakalar. Root seviyede olduğu için dikey position:sticky'yi bozmaz. */
html, body { overflow-x: hidden; }
body { max-width: 100%; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; }
