/* ================================================
   CMS Ana Stil - Modern Kurumsal Tasarım
   ================================================ */
:root {
    --renk: #1a56db;
    --renk-koyu: #1344af;
    --renk-acik: #e8f0fe;
    --metin: #1f2937;
    --metin-acik: #6b7280;
    --kenarlık: #e5e7eb;
    --arka: #f9fafb;
    --beyaz: #ffffff;
    --golge: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);
    --golge-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    --golge-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    --radius: 8px;
    --radius-lg: 12px;
    --gecis: all .2s ease;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
       color: var(--metin); background: var(--beyaz); line-height: 1.6; }
a { color: var(--renk); text-decoration: none; transition: var(--gecis); }
a:hover { color: var(--renk-koyu); }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* HEADER */
#header { background: var(--beyaz); box-shadow: var(--golge); position: sticky; top: 0; z-index: 100; }
#header .header-inner { display: flex; align-items: center; justify-content: space-between;
                         padding: 0 20px; max-width: 1200px; margin: 0 auto; height: 70px; }
#header .logo img { height: 50px; width: auto; }
#header .logo-text { font-size: 1.4rem; font-weight: 700; color: var(--renk); }
#nav { display: flex; gap: 4px; align-items: center; list-style: none; }
#nav li { position: relative; }
#nav li a { padding: 8px 14px; border-radius: var(--radius); font-weight: 500;
             color: var(--metin); display: block; font-size: .95rem; }
#nav li a:hover, #nav li a.aktif { background: var(--renk-acik); color: var(--renk); }
#nav li ul { display: none; position: absolute; top: 100%; left: 0; background: var(--beyaz);
             min-width: 200px; border-radius: var(--radius); box-shadow: var(--golge-lg);
             border: 1px solid var(--kenarlık); z-index: 200; padding: 6px; }
#nav li:hover > ul { display: block; }
#nav li ul li a { white-space: nowrap; border-radius: 6px; font-weight: 400; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--metin); margin: 5px 0; transition: var(--gecis); }

/* HERO */
.hero { background: linear-gradient(135deg, var(--renk) 0%, var(--renk-koyu) 100%);
        color: var(--beyaz); padding: 80px 20px; text-align: center; }
.hero h1 { font-size: 2.8rem; font-weight: 800; margin-bottom: 16px; line-height: 1.2; }
.hero p { font-size: 1.15rem; opacity: .9; max-width: 600px; margin: 0 auto 32px; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px;
       border-radius: var(--radius); font-weight: 600; font-size: .95rem;
       cursor: pointer; border: 2px solid transparent; transition: var(--gecis); }
.btn-primary { background: var(--renk); color: var(--beyaz); border-color: var(--renk); }
.btn-primary:hover { background: var(--renk-koyu); border-color: var(--renk-koyu); color: var(--beyaz); }
.btn-outline { background: transparent; color: var(--beyaz); border-color: rgba(255,255,255,.5); }
.btn-outline:hover { background: rgba(255,255,255,.15); color: var(--beyaz); }
.btn-white { background: var(--beyaz); color: var(--renk); }
.btn-white:hover { background: var(--renk-acik); color: var(--renk); }
.btn-sm { padding: 8px 16px; font-size: .85rem; }

/* SECTIONS */
section { padding: 70px 0; }
.section-baslik { text-align: center; margin-bottom: 48px; }
.section-baslik h2 { font-size: 2rem; font-weight: 700; color: var(--metin); margin-bottom: 12px; }
.section-baslik p { color: var(--metin-acik); font-size: 1.05rem; max-width: 580px; margin: 0 auto; }
.section-baslik .separator { width: 50px; height: 4px; background: var(--renk);
                              border-radius: 2px; margin: 16px auto 0; }

/* KARTLAR */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.kart { background: var(--beyaz); border-radius: var(--radius-lg);
        box-shadow: var(--golge); border: 1px solid var(--kenarlık);
        overflow: hidden; transition: var(--gecis); }
.kart:hover { box-shadow: var(--golge-lg); transform: translateY(-4px); }
.kart img { width: 100%; height: 200px; object-fit: cover; }
.kart-icerik { padding: 20px; }
.kart-icerik h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; }
.kart-icerik p { color: var(--metin-acik); font-size: .9rem; line-height: 1.6; }
.kart-icerik .devami { display: inline-block; margin-top: 14px; color: var(--renk);
                        font-weight: 600; font-size: .9rem; }
.kart-icerik .devami:hover { text-decoration: underline; }
.kart-etiket { display: inline-block; background: var(--renk-acik); color: var(--renk);
               padding: 3px 10px; border-radius: 20px; font-size: .78rem;
               font-weight: 600; margin-bottom: 10px; }

/* PROJE KARTı */
.proje-kart .kart-img { position: relative; overflow: hidden; height: 220px; }
.proje-kart .kart-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.proje-kart:hover .kart-img img { transform: scale(1.05); }
.proje-kart .overlay { position: absolute; inset: 0; background: rgba(26,86,219,.85);
                        display: flex; align-items: center; justify-content: center;
                        opacity: 0; transition: var(--gecis); }
.proje-kart:hover .overlay { opacity: 1; }
.proje-kart .overlay a { color: var(--beyaz); border: 2px solid var(--beyaz);
                          padding: 10px 20px; border-radius: var(--radius); font-weight: 600; }

/* HİZMETLER */
.hizmet-kart { padding: 28px; background: var(--beyaz); border-radius: var(--radius-lg);
               box-shadow: var(--golge); border: 1px solid var(--kenarlık);
               transition: var(--gecis); text-align: center; }
.hizmet-kart:hover { box-shadow: var(--golge-lg); border-color: var(--renk); }
.hizmet-ikon { width: 60px; height: 60px; background: var(--renk-acik); border-radius: 50%;
               display: flex; align-items: center; justify-content: center;
               margin: 0 auto 16px; font-size: 1.6rem; }
.hizmet-kart h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 10px; }
.hizmet-kart p { color: var(--metin-acik); font-size: .9rem; line-height: 1.6; }

/* SAYAÇLAR */
.sayaclar { background: var(--renk); color: var(--beyaz); padding: 50px 0; }
.sayac-item { text-align: center; }
.sayac-item .sayi { font-size: 2.5rem; font-weight: 800; display: block; }
.sayac-item .etiket { opacity: .85; font-size: .95rem; margin-top: 6px; }

/* REFERANSLAR */
.referans-logo { background: var(--arka); border-radius: var(--radius);
                 padding: 20px; display: flex; align-items: center; justify-content: center;
                 border: 1px solid var(--kenarlık); height: 80px; }
.referans-logo img { max-height: 50px; object-fit: contain; filter: grayscale(1); opacity: .6; transition: var(--gecis); }
.referans-logo:hover img { filter: none; opacity: 1; }

/* SAYFA İÇERİĞİ */
.sayfa-icerik { padding: 50px 0 70px; }
.sayfa-baslik-alan { background: var(--arka); border-bottom: 1px solid var(--kenarlık); padding: 40px 0; }
.sayfa-baslik-alan h1 { font-size: 2rem; font-weight: 700; margin-bottom: 10px; }
.breadcrumb { color: var(--metin-acik); font-size: .9rem; }
.breadcrumb a { color: var(--renk); }
.breadcrumb span { margin: 0 6px; }
.icerik-alan { max-width: 800px; }
.icerik-alan h2 { font-size: 1.5rem; font-weight: 600; margin: 28px 0 12px; color: var(--metin); }
.icerik-alan h3 { font-size: 1.2rem; font-weight: 600; margin: 22px 0 10px; }
.icerik-alan p { color: var(--metin-acik); margin-bottom: 16px; line-height: 1.8; }
.icerik-alan ul, .icerik-alan ol { margin: 12px 0 16px 24px; color: var(--metin-acik); }
.icerik-alan li { margin-bottom: 6px; line-height: 1.7; }
.icerik-alan img { border-radius: var(--radius); margin: 16px 0; }
.icerik-alan blockquote { border-left: 4px solid var(--renk); padding: 12px 20px;
                           background: var(--renk-acik); border-radius: 0 var(--radius) var(--radius) 0;
                           margin: 20px 0; color: var(--metin); }

/* KATEGORİ */
.kategori-listesi { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.kategori-btn { padding: 8px 18px; border-radius: 20px; border: 2px solid var(--kenarlık);
                font-weight: 500; font-size: .9rem; color: var(--metin); background: var(--beyaz); }
.kategori-btn:hover, .kategori-btn.aktif { background: var(--renk); color: var(--beyaz); border-color: var(--renk); }

/* İLETİŞİM */
.iletisim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.iletisim-bilgi h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 24px; }
.iletisim-satir { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.iletisim-ikon { width: 44px; height: 44px; background: var(--renk-acik); border-radius: 50%;
                 display: flex; align-items: center; justify-content: center;
                 flex-shrink: 0; font-size: 1.1rem; }
.iletisim-satir .metin strong { display: block; font-size: .85rem; color: var(--metin-acik);
                                  margin-bottom: 2px; font-weight: 500; }
.iletisim-satir .metin a { color: var(--metin); font-weight: 500; }
.iletisim-satir .metin a:hover { color: var(--renk); }
.sosyal-ikonlar { display: flex; gap: 10px; margin-top: 24px; }
.sosyal-ikon { width: 40px; height: 40px; border-radius: 50%; background: var(--arka);
               border: 1px solid var(--kenarlık); display: flex; align-items: center;
               justify-content: center; color: var(--metin); font-size: .95rem; transition: var(--gecis); }
.sosyal-ikon:hover { background: var(--renk); color: var(--beyaz); border-color: var(--renk); }

/* FORM */
.form-grup { margin-bottom: 18px; }
.form-etiket { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--metin); }
.form-girdi { width: 100%; padding: 11px 14px; border: 2px solid var(--kenarlık);
              border-radius: var(--radius); font-size: .95rem; background: var(--beyaz);
              color: var(--metin); transition: var(--gecis); font-family: inherit; }
.form-girdi:focus { outline: none; border-color: var(--renk); box-shadow: 0 0 0 3px rgba(26,86,219,.1); }
textarea.form-girdi { resize: vertical; min-height: 130px; }
.form-kart { background: var(--beyaz); border-radius: var(--radius-lg);
             box-shadow: var(--golge-md); border: 1px solid var(--kenarlık); padding: 32px; }
.uyari { padding: 14px 18px; border-radius: var(--radius); margin-bottom: 16px; font-size: .9rem; }
.uyari-basari { background: #d1fae5; color: #065f46; border-left: 4px solid #10b981; }
.uyari-hata { background: #fee2e2; color: #991b1b; border-left: 4px solid #ef4444; }
.uyari-bilgi { background: #e0f2fe; color: #075985; border-left: 4px solid #0ea5e9; }

/* HARITA */
.harita-alani iframe { width: 100%; height: 400px; border: none; border-radius: var(--radius-lg); }

/* FOOTER */
#footer { background: #0f172a; color: #94a3b8; padding: 60px 0 0; }
#footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
#footer h4 { color: var(--beyaz); font-size: 1rem; font-weight: 600; margin-bottom: 16px; }
#footer p { line-height: 1.7; font-size: .9rem; }
#footer ul { list-style: none; }
#footer ul li { margin-bottom: 8px; }
#footer ul li a { color: #94a3b8; font-size: .9rem; }
#footer ul li a:hover { color: var(--beyaz); }
#footer .iletisim-satir { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
#footer .iletisim-satir svg { flex-shrink: 0; margin-top: 3px; }
#footer .footer-alt { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; 
                       display: flex; align-items: center; justify-content: space-between;
                       flex-wrap: wrap; gap: 10px; }
#footer .footer-alt p { font-size: .85rem; }
#footer .footer-sosyal { display: flex; gap: 10px; }
#footer .footer-sosyal a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08);
                             display: flex; align-items: center; justify-content: center;
                             color: #94a3b8; font-size: .85rem; transition: var(--gecis); }
#footer .footer-sosyal a:hover { background: var(--renk); color: var(--beyaz); }
#footer .logo-text { color: var(--beyaz); font-size: 1.3rem; font-weight: 700; }

/* WHATSAPP BUTONU */
.wp-btn { position: fixed; bottom: 80px; right: 20px; z-index: 999;
          background: #25d366; color: var(--beyaz); width: 54px; height: 54px;
          border-radius: 50%; display: flex; align-items: center; justify-content: center;
          font-size: 1.6rem; box-shadow: 0 4px 16px rgba(37,211,102,.4); transition: var(--gecis); }
.wp-btn:hover { transform: scale(1.1); color: var(--beyaz); }
.back-top { position: fixed; bottom: 20px; right: 20px; z-index: 999;
            background: var(--renk); color: var(--beyaz); width: 40px; height: 40px;
            border-radius: 50%; display: none; align-items: center; justify-content: center;
            font-size: 1rem; cursor: pointer; border: none; box-shadow: var(--golge-md); }
.back-top.show { display: flex; }

/* PROJE DETAY */
.proje-detay-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }
.proje-bilgi-kutu { background: var(--arka); border-radius: var(--radius-lg);
                    border: 1px solid var(--kenarlık); padding: 24px; }
.proje-bilgi-satir { display: flex; justify-content: space-between; padding: 10px 0;
                      border-bottom: 1px solid var(--kenarlık); font-size: .9rem; }
.proje-bilgi-satir:last-child { border: none; }
.proje-bilgi-satir strong { color: var(--metin-acik); font-weight: 500; }

/* GALERİ */
.galeri-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.galeri-grid img { border-radius: var(--radius); cursor: pointer; width: 100%; height: 200px; object-fit: cover; transition: var(--gecis); }
.galeri-grid img:hover { opacity: .85; transform: scale(1.02); }

/* PAGINATION */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; list-style: none; }
.pagination li a, .pagination li span { padding: 8px 14px; border-radius: var(--radius);
                                         border: 1px solid var(--kenarlık); font-size: .9rem;
                                         color: var(--metin); display: block; }
.pagination li.aktif a, .pagination li.aktif span { background: var(--renk); color: var(--beyaz); border-color: var(--renk); }
.pagination li a:hover { background: var(--arka); }

/* MOBIL */
@media (max-width: 768px) {
    .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    #footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .hero h1 { font-size: 2rem; }
    .iletisim-grid { grid-template-columns: 1fr; }
    .proje-detay-grid { grid-template-columns: 1fr; }
    .galeri-grid { grid-template-columns: repeat(2, 1fr); }
    #nav { display: none; position: absolute; top: 70px; left: 0; right: 0;
           background: var(--beyaz); flex-direction: column; padding: 12px;
           box-shadow: var(--golge-lg); border-top: 1px solid var(--kenarlık); gap: 2px; }
    #nav.acik { display: flex; }
    #nav li ul { position: static; box-shadow: none; border: none; padding-left: 16px; }
    #nav li:hover > ul { display: block; }
    .hamburger { display: block; }
    #header { position: relative; }
}
@media (max-width: 480px) {
    #footer .footer-grid { grid-template-columns: 1fr; }
    .galeri-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 1.6rem; }
}

/* ═══════════════════════════════════════════════════
   ANASAYFA BÖLÜMLERİ
═══════════════════════════════════════════════════ */

/* ── SLIDER ──────────────────────────────────────── */
.slider-alan {
    position: relative;
    overflow: hidden;
    background: #0f172a;
    height: 620px;
}
.slider-sarici {
    display: flex;
    height: 100%;
    transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.slider-slayt {
    min-width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.slider-overlay {
    position: absolute;
    inset: 0;
}
.slider-koyu .slider-overlay {
    background: linear-gradient(135deg, rgba(15,23,42,.82) 0%, rgba(15,23,42,.55) 60%, rgba(15,23,42,.3) 100%);
}
.slider-acik .slider-overlay {
    background: linear-gradient(135deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.6) 60%, rgba(255,255,255,.2) 100%);
}
.slider-icerik {
    position: relative;
    z-index: 2;
    max-width: 760px;
    animation: sliderGiris .7s ease both;
}
@keyframes sliderGiris {
    from { opacity:0; transform:translateY(30px); }
    to   { opacity:1; transform:translateY(0); }
}
.slider-alt-baslik {
    display: inline-block;
    background: var(--renk);
    color: #fff;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.slider-koyu .slider-alt-baslik { background: rgba(255,255,255,.18); }
.slider-baslik {
    font-size: clamp(1.8rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 28px;
}
.slider-koyu .slider-baslik { color: #f1f5f9; text-shadow: 0 2px 12px rgba(0,0,0,.3); }
.slider-acik .slider-baslik { color: #1e293b; }
.slider-butonlar { display: flex; gap: 14px; flex-wrap: wrap; }
.slider-btn {
    display: inline-flex;
    align-items: center;
    padding: 13px 28px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all .2s;
    border: 2px solid transparent;
}
.slider-btn-birincil { background: var(--renk); color: #fff; }
.slider-btn-birincil:hover { background: var(--renk-koyu); color: #fff; transform: translateY(-2px); }
.slider-koyu .slider-btn-ikincil { border-color: rgba(255,255,255,.6); color: #fff; background: rgba(255,255,255,.08); }
.slider-koyu .slider-btn-ikincil:hover { background: rgba(255,255,255,.18); color: #fff; }
.slider-acik .slider-btn-ikincil { border-color: var(--renk); color: var(--renk); background: transparent; }
.slider-acik .slider-btn-ikincil:hover { background: var(--renk); color: #fff; }

/* Slider oklar */
.slider-ok {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,.3);
    color: #fff;
    width: 50px; height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: all .2s;
    display: flex; align-items: center; justify-content: center;
}
.slider-ok:hover { background: var(--renk); border-color: var(--renk); transform: translateY(-50%) scale(1.05); }
.slider-sol { left: 24px; }
.slider-sag { right: 24px; }

/* Slider noktalar */
.slider-noktalar {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
}
.slider-nokta {
    width: 10px; height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.6);
    background: transparent;
    cursor: pointer;
    transition: all .2s;
    padding: 0;
}
.slider-nokta.aktif { background: #fff; border-color: #fff; width: 28px; border-radius: 5px; }

/* ── BÖLÜM ORTAK ─────────────────────────────────── */
.as-hakkimizda,
.as-hizmetler,
.as-blog { padding: 80px 0; }
.as-hizmetler { background: var(--arka); }

.as-etiket {
    display: inline-block;
    color: var(--renk);
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 10px;
}
.as-baslik {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--metin);
    margin-bottom: 12px;
    line-height: 1.2;
}
.as-ayrac {
    width: 48px; height: 4px;
    background: var(--renk);
    border-radius: 2px;
    margin: 14px 0 22px;
}
.as-ayrac-orta { margin: 14px auto 22px; }
.as-bolum-baslik { text-align: center; margin-bottom: 48px; }
.as-bolum-aciklama {
    color: var(--metin-acik);
    font-size: 1.05rem;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.8;
}
.as-ozet {
    color: var(--metin-acik);
    line-height: 1.9;
    font-size: 1.02rem;
    margin-top: 6px;
}
.as-devami {
    display: inline-block;
    margin-top: 14px;
    color: var(--renk);
    font-weight: 600;
    font-size: .88rem;
    transition: gap .2s;
}
.as-daha-fazla { text-align: center; margin-top: 40px; }

/* Buton varyantları */
.btn-ikincil-outline {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 22px;
    border-radius: var(--radius);
    font-size: .9rem; font-weight: 600;
    border: 2px solid var(--renk);
    color: var(--renk);
    background: transparent;
    text-decoration: none;
    transition: all .2s;
}
.btn-ikincil-outline:hover { background: var(--renk); color: #fff; }

/* ── HAKKIMIZDA ──────────────────────────────────── */
.as-hakkimizda-ic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.as-hakkimizda-ic.tek-sutun {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto;
}
.as-gorsel-sarici {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: visible;
}
.as-gorsel-sarici img {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
    position: relative;
    z-index: 1;
    display: block;
}
.as-gorsel-deko {
    position: absolute;
    bottom: -16px; right: -16px;
    width: 65%;
    height: 65%;
    background: var(--renk-acik);
    border-radius: var(--radius-lg);
    z-index: 0;
}

/* ── KART IZGARA ─────────────────────────────────── */
.as-kart-izgara { display: grid; gap: 24px; }
.as-3lu { grid-template-columns: repeat(3, 1fr); }
.as-2li { grid-template-columns: repeat(2, 1fr); }

/* ── HİZMET KARTI ────────────────────────────────── */
.as-hizmet-kart {
    background: var(--beyaz);
    border-radius: var(--radius-lg);
    border: 1px solid var(--kenarlık);
    box-shadow: var(--golge);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all .25s;
    display: flex;
    flex-direction: column;
}
.as-hizmet-kart:hover {
    box-shadow: var(--golge-lg);
    transform: translateY(-5px);
    border-color: var(--renk);
}
.as-hizmet-resim {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.as-hizmet-resim img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    display: block;
}
.as-hizmet-kart:hover .as-hizmet-resim img { transform: scale(1.06); }
.as-hizmet-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26,86,219,.82);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s;
}
.as-hizmet-kart:hover .as-hizmet-overlay { opacity: 1; }
.as-hizmet-overlay span { color: #fff; font-weight: 700; font-size: 1rem; }
.as-hizmet-ikon-alan {
    height: 120px;
    background: var(--renk-acik);
    display: flex; align-items: center; justify-content: center;
}
.as-hizmet-ikon { font-size: 2.5rem; }
.as-hizmet-icerik { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.as-hizmet-icerik h3 {
    font-size: 1.05rem; font-weight: 700;
    color: var(--metin); margin-bottom: 8px;
}
.as-hizmet-icerik p {
    color: var(--metin-acik); font-size: .9rem;
    line-height: 1.6; flex: 1;
}

/* ── CALL TO ACTION ──────────────────────────────── */
.as-cta {
    background: linear-gradient(135deg, var(--renk) 0%, #1344af 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.as-cta::before {
    content: '';
    position: absolute;
    top: -50%; right: -10%;
    width: 500px; height: 500px;
    background: rgba(255,255,255,.05);
    border-radius: 50%;
}
.as-cta::after {
    content: '';
    position: absolute;
    bottom: -40%; left: -5%;
    width: 350px; height: 350px;
    background: rgba(255,255,255,.04);
    border-radius: 50%;
}
.as-cta-ic {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.as-cta-metin h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.as-cta-metin p { color: rgba(255,255,255,.85); font-size: 1rem; line-height: 1.7; max-width: 500px; }
.as-cta-butonlar { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }

/* ── BLOG KARTI ──────────────────────────────────── */
.as-blog { background: var(--beyaz); }
.as-blog-kart {
    border-radius: var(--radius-lg);
    border: 1px solid var(--kenarlık);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: var(--beyaz);
    box-shadow: var(--golge);
    transition: all .25s;
    display: flex;
    flex-direction: column;
}
.as-blog-kart:hover { box-shadow: var(--golge-lg); transform: translateY(-5px); }
.as-blog-resim {
    position: relative;
    height: 210px;
    overflow: hidden;
    background: var(--renk-acik);
}
.as-blog-resim img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s;
    display: block;
}
.as-blog-kart:hover .as-blog-resim img { transform: scale(1.05); }
.as-blog-resim-yok {
    height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 3rem;
}
.as-blog-tarih {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--renk);
    color: #fff;
    width: 50px; height: 50px;
    border-radius: 8px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    font-size: 1.2rem; font-weight: 800; line-height: 1;
}
.as-blog-tarih span { font-size: .6rem; font-weight: 600; text-transform: uppercase; opacity: .85; margin-top: 2px; }
.as-blog-icerik { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.as-blog-icerik h3 {
    font-size: 1rem; font-weight: 700;
    color: var(--metin); margin-bottom: 8px; line-height: 1.4;
}
.as-blog-icerik p { color: var(--metin-acik); font-size: .88rem; line-height: 1.6; flex: 1; }

/* ── MOBİL ───────────────────────────────────────── */
@media (max-width: 900px) {
    .slider-alan { height: 500px; }
    .as-hakkimizda-ic { grid-template-columns: 1fr; gap: 36px; }
    .as-hakkimizda-ic .as-hakkimizda-gorsel { order: -1; }
    .as-gorsel-deko { display: none; }
    .as-cta-ic { flex-direction: column; text-align: center; }
    .as-cta-butonlar { justify-content: center; }
    .as-cta-metin p { margin: 0 auto; }
}
@media (max-width: 768px) {
    .slider-alan { height: 420px; }
    .as-3lu, .as-2li { grid-template-columns: 1fr; }
    .slider-ok { display: none; }
    .as-hakkimizda, .as-hizmetler, .as-blog { padding: 56px 0; }
}

/* ── İSTATİSTİKLER ───────────────────────────────── */
.sayac-bolum {
    background: linear-gradient(135deg, var(--renk) 0%, var(--renk-koyu, #1344af) 100%);
    padding: 52px 0;
    position: relative;
    overflow: hidden;
}
.sayac-bolum::before {
    content: '';
    position: absolute;
    top: -60%; right: -5%;
    width: 400px; height: 400px;
    background: rgba(255,255,255,.05);
    border-radius: 50%;
}
.sayac-izgara {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.sayac-kutu {
    text-align: center;
    padding: 16px 20px;
    position: relative;
    color: #fff;
}
.sayac-kutu + .sayac-kutu::before {
    content: '';
    position: absolute;
    left: 0; top: 20%; bottom: 20%;
    width: 1px;
    background: rgba(255,255,255,.2);
}
.sayac-sayi {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -.02em;
}
.sayac-etiket {
    font-size: .88rem;
    opacity: .85;
    font-weight: 500;
}
@media (max-width: 640px) {
    .sayac-izgara { grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
    .sayac-kutu { background: linear-gradient(135deg, var(--renk), var(--renk-koyu, #1344af)); }
    .sayac-kutu::before { display: none; }
}

/* ── GALERİ VE LİGHTBOX ─────────────────────────── */
.icerik-galeri {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 24px 0;
}
.icerik-galeri .galeri-item {
    display: block;
    overflow: hidden;
    border-radius: var(--radius);
    aspect-ratio: 4/3;
}
.icerik-galeri .galeri-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .3s;
    display: block;
}
.icerik-galeri .galeri-item:hover img { transform: scale(1.05); }

/* Lightbox */
.lb-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.lb-overlay.acik { display: flex; }
.lb-icerik {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lb-icerik img {
    max-width: 90vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    display: block;
}
.lb-kapat {
    position: absolute;
    top: -44px; right: 0;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    padding: 4px 8px;
    opacity: .8;
    transition: opacity .2s;
}
.lb-kapat:hover { opacity: 1; }
.lb-ok {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,.8);
    font-size: 2rem;
    cursor: pointer;
    background: rgba(255,255,255,.12);
    border: none;
    width: 48px; height: 48px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s;
    z-index: 10000;
}
.lb-ok:hover { background: rgba(255,255,255,.25); }
.lb-ok-sol { left: 16px; }
.lb-ok-sag { right: 16px; }
.lb-sayac {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.7);
    font-size: .85rem;
}
@media (max-width: 640px) {
    .icerik-galeri { grid-template-columns: repeat(2, 1fr); }
}
