/*
Theme Name:   Linu Theme
Theme URI:    https://www.linudigital.com
Description:  Elementor Tabanlı Yalın Linu Digital Web Site WordPress Teması
Author:       Linu Digital
Author URI:   https://www.linudigital.com
Version:      1.1.0
Text Domain:  linu-theme
License:      GNU General Public License v2 or later
Tags:         light, elementor-compatible, translation-ready
*/

/* Basit CSS Reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background: #fff; color: #333; line-height: 1.6; }
img { max-width: 100%; height: auto; }

/* Elementor Uyumu için Konteyner */
.site-header, .site-footer { width: 100%; }
.site-main { min-height: 60vh; padding: 20px; }

/* Temel Menü Stili */
.main-navigation ul { list-style: none; text-align: center; padding: 20px 0; }
.main-navigation ul li { display: inline-block; margin: 0 15px; }
.main-navigation ul li a { text-decoration: none; color: #333; font-weight: bold; }

/* Footer Stilleri */
.site-footer { background-color: #1a1a1a; color: #bbb; padding: 40px 20px; text-align: center; margin-top: auto; }
.lnu-footer-social { margin-bottom: 20px; display: flex; justify-content: center; gap: 15px; }
.lnu-footer-social a { color: #fff; background: rgba(255,255,255,0.1); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s ease; }
.lnu-footer-social a:hover { background: #d35400; transform: translateY(-3px); }
.site-info { font-size: 0.9em; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.site-info a { color: #fff; text-decoration: none; font-weight: bold; }

@media (min-width: 768px) {
    .site-info { flex-direction: row; justify-content: space-between; text-align: left; max-width: 1140px; margin: 0 auto; }
}