/* =========================================
   TEMA: Dark Premium (Koyu Yeşil Premium)
   Sertavul Global — Gıda & İçecek Dağıtım
   ========================================= */
:root {
    --primary:       #1B6B1B;
    --primary-dark:  #092909;
    --primary-mid:   #114A11;
    --primary-light: #2E8B2E;
    --accent:        #F0A500;
    --accent-dark:   #C47800;
    --accent-light:  #F5C53A;
    --white:         #ffffff;
    --off-white:     #F5FAF5;
    --light-gray:    #ECF5EC;
    --border:        #C4DCC4;
    --text:          #111B11;
    --text-muted:    #3D5E3D;
    --text-light:    #7A9C7A;
    --shadow-sm:     0 2px 8px rgba(9,41,9,.10);
    --shadow-md:     0 6px 24px rgba(9,41,9,.14);
    --shadow-lg:     0 16px 48px rgba(9,41,9,.18);
}

/* Hero — Koyu Yeşil Premium Gradyan */
.hero-section {
    background: linear-gradient(135deg, #071A07 0%, #0D3A0D 45%, #1A5C1A 100%) !important;
}
.hero-section::before {
    background: radial-gradient(ellipse 60% 50% at 80% 30%, rgba(240,165,0,.12), transparent) !important;
}
.hero-section::after {
    background: radial-gradient(ellipse 50% 60% at 20% 80%, rgba(27,107,27,.3), transparent) !important;
}
.hero-title { color: #ffffff !important; }
.hero-subtitle { color: rgba(255,255,255,.78) !important; }
.hero-badge { background: rgba(240,165,0,.14) !important; border-color: rgba(240,165,0,.38) !important; color: #F5C53A !important; }
.hero-stat-bar { background: rgba(255,255,255,.08) !important; backdrop-filter: blur(14px); border-top: 1px solid rgba(255,255,255,.10) !important; }
.hero-stat-bar-num { color: var(--accent) !important; }
.hero-stat-bar-lbl { color: rgba(255,255,255,.65) !important; }
.hero-stat-divider { background: rgba(255,255,255,.15) !important; }
.btn-hero-outline { border-color: rgba(255,255,255,.32) !important; color: #fff !important; }
.btn-hero-outline:hover { background: rgba(255,255,255,.10) !important; }
.hero-brands-grid .hero-brand-box { background: rgba(255,255,255,.96) !important; }

/* Navbar */
.navbar { background: #ffffff !important; border-bottom: 2px solid var(--primary) !important; }

/* Section arka planları */
.section-about { background: var(--off-white); }
.section-services { background: #ffffff; }
.section-partners { background: var(--light-gray); }
