/* =====================================================================
   FMS Yemek — Bileşen & Tema Stilleri (style.css)
   ---------------------------------------------------------------------
   Bootstrap 5 (css/bootstrap.min.css, scss/bootstrap.scss'ten derlenir)
   üzerine markaya özel bileşen katmanını ekler.

   İÇİNDEKİLER
     1.  Tasarım Token'ları (:root)
     2.  Temel / Global
     3.  Tipografi Yardımcıları
     4.  Bölüm Ritmi & Boşluk (responsive)
     5.  Butonlar
     6.  Navbar & Menü (sticky)
     7.  Sayfa Başlığı (breadcrumb hero)
     8.  Kartlar — Hizmet
     9.  Galeri (event / lightbox)
     10. Yorum (testimonial) Carousel
     11. Sertifika Carousel
     12. Form & İletişim
     13. Tablolar
     14. Footer & Copyright
     15. Yukarı Çık Butonu
     16. Erişilebilirlik & Hareket Tercihi
   Ayrıntı: docs/DESIGN-SYSTEM.md · docs/COMPONENTS.md
   ===================================================================== */

/* ============================ 1. TOKEN'LAR ========================== */
:root {
    /* Marka renk uzantıları (Bootstrap --bs-* değişkenlerini tamamlar) */
    --brand-green:      #2B603E;
    --brand-green-700:  #1F4A2F;   /* hover/aktif koyu ton */
    --brand-green-050:  #EDF3EF;   /* çok açık yeşil zemin */
    --brand-navy:       #1C3255;
    --brand-gold:       #C9A227;   /* yalnız dekoratif vurgu */
    --ink:              #14261B;   /* koyu marka yeşili (başlık) */
    --muted:            #6C757D;

    /* Katmanlı, yönlü gölge ölçeği (eski 0 0 45px halo yerine) */
    --shadow-sm: 0 1px 2px rgba(5, 15, 9, .05), 0 4px 12px rgba(5, 15, 9, .05);
    --shadow-md: 0 1px 2px rgba(5, 15, 9, .05), 0 8px 24px rgba(5, 15, 9, .08);
    --shadow-lg: 0 4px 8px rgba(5, 15, 9, .06), 0 16px 32px rgba(5, 15, 9, .12);
    --shadow-primary: 0 6px 18px rgba(43, 96, 62, .28);

    /* Köşe yarıçapı */
    --radius-sm: .375rem;
    --radius:    .5rem;
    --radius-lg: .875rem;
    --radius-xl: 1.25rem;

    /* Geçişler (modern: 0.2–0.25s) */
    --t-fast: .2s ease;
    --t-base: .25s ease;

    /* Bölüm dikey ritmi (responsive) */
    --section-y: clamp(3rem, 4vw + 1.5rem, 6rem);
}

/* ============================ 2. GLOBAL ============================= */
html { scroll-behavior: smooth; }

body { min-width: 320px; overflow-x: hidden; }

::selection { background: var(--brand-green); color: #fff; }

img { max-width: 100%; }

/* WOW.js kaldırıldı: giriş animasyonu için işaretli öğeler her zaman görünür */
.wow { visibility: visible !important; }

a { transition: color var(--t-fast); }

/* Uzun metin paragrafları için okunur satır uzunluğu (prose) */
.prose { max-width: 72ch; }
.prose p { margin-bottom: 1.15rem; }

/* ====================== 3. TİPOGRAFİ YARDIMCILARI =================== */
/* NOT: Başlık fontu (Plus Jakarta Sans) ve gövde (Inter) scss'ten gelir;
   eski "h1-h3 Playball / h4-h6 Open Sans !important" zorlaması kaldırıldı. */

.display-1, .display-2, .display-3, .display-4 { letter-spacing: -.02em; }
h1, h2, .h1, .h2 { letter-spacing: -.01em; }

/* Bölüm üstü küçük etiket (eski fw-bold pill yerine tutarlı bileşen) */
.section-label {
    display: inline-block;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand-green);
    background: var(--brand-green-050);
    border-radius: var(--radius-pill, 50rem);
    padding: .35rem 1rem;
    margin-bottom: 1rem;
}

/* Sayfa başlığı (breadcrumb hero) — display-1 yerine ölçülü */
.page-title { font-size: clamp(2rem, 1.3rem + 2.8vw, 3.25rem); line-height: 1.15; }

.lead { font-weight: 400; color: var(--ink); }

/* =================== 4. BÖLÜM RİTMİ & BOŞLUK ======================= */
/* Sabit 6rem yerine responsive: mobilde ~3rem, geniş ekranda 6rem */
.py-6 { padding-top: var(--section-y); padding-bottom: var(--section-y); }
.my-6 { margin-top: var(--section-y); margin-bottom: var(--section-y); }

/* ============================ 5. BUTONLAR ========================== */
.btn {
    font-weight: 600;
    transition: background-color var(--t-fast), border-color var(--t-fast),
                color var(--t-fast), transform var(--t-base), box-shadow var(--t-base);
}

.btn.btn-primary { border: 0; }

/* Hover: siyaha sıçrama yok → marka yeşilinin koyusu + hafif kalkış */
.btn.btn-primary:hover,
.btn.btn-primary:focus-visible {
    background: var(--brand-green-700) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible {
    transform: translateY(-2px);
    box-shadow: var(--shadow-primary);
}

/* Buton içi modern sağ ok — hover'da sağa kayar */
.btn-arrow { transition: transform var(--t-base); }
.btn:hover .btn-arrow { transform: translateX(-5px); }

/* Kare ikon butonları */
.btn-square    { width: 32px; height: 32px; }
.btn-sm-square { width: 38px; height: 38px; }
.btn-md-square { width: 44px; height: 44px; }
.btn-lg-square { width: 56px; height: 56px; }
.btn-square, .btn-sm-square, .btn-md-square, .btn-lg-square {
    padding: 0; display: inline-flex; align-items: center;
    justify-content: center; font-weight: normal;
}

/* ======================= 6. NAVBAR & MENÜ ========================== */
.nav-bar {
    background: rgba(255, 255, 255, .9);
    backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid rgba(20, 38, 27, .07);
    transition: box-shadow var(--t-base), background var(--t-base);
}

/* Sticky: kaydırınca gölge + hafif küçülme (main.js .nav-sticky ekler) */
.nav-bar.sticky-top { z-index: 1030; }
.nav-bar.nav-sticky {
    box-shadow: 0 2px 20px rgba(20, 38, 27, .08);
    background: rgba(255, 255, 255, .96);
}
.nav-bar.nav-sticky .navbar { padding-top: .6rem; padding-bottom: .6rem; }
.navbar-brand img { transition: height var(--t-base); }

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 10px 14px;
    font-weight: 500;
    font-size: 1rem;
    color: var(--ink);
    white-space: nowrap;
    transition: color var(--t-fast);
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color: var(--brand-green); }

/* Aktif/hover için ince alt çizgi göstergesi */
.navbar .navbar-nav > .nav-link::after,
.navbar .navbar-nav > .nav-item > .nav-link::after {
    content: "";
    position: absolute;
    right: 14px; left: 14px; bottom: 4px;
    height: 2px;
    background: var(--brand-green);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--t-base);
}
.navbar .navbar-nav > .nav-link:hover::after,
.navbar .navbar-nav > .nav-link.active::after,
.navbar .navbar-nav > .nav-item:hover > .nav-link::after,
.navbar .navbar-nav > .nav-item > .nav-link.active::after { transform: scaleX(1); }

/* Dropdown ok işareti */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-right: 6px;
}

/* Dropdown kutusu: modern (eski rotateX flip kaldırıldı) */
.dropdown-menu {
    border: 0;
    border-radius: var(--radius-lg);
    padding: .5rem;
    box-shadow: var(--shadow-md);
    margin-top: .5rem;
}
.dropdown-item {
    border-radius: var(--radius-sm);
    padding: .55rem .85rem;
    font-weight: 500;
    transition: background var(--t-fast), color var(--t-fast);
}
.dropdown-item:hover, .dropdown-item:focus {
    background: var(--brand-green-050);
    color: var(--brand-green);
}
.dropdown-item.active, .dropdown-item:active {
    background: var(--brand-green);
    color: #fff;
}

/* Masaüstünde hover ile fade+slide açılış (navbar-expand-xl = 1200px) */
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(8px);
        transition: opacity var(--t-base), transform var(--t-base), visibility var(--t-base);
        top: 100%; margin-top: 0;
    }
    .navbar .nav-item:hover .dropdown-menu,
    .navbar .nav-item:focus-within .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

/* Açılır menü panel modu (xl altı: hamburger) */
@media (max-width: 1199.98px) {
    .navbar-collapse {
        background: #fff;
        margin-top: 1rem;
        padding: 1rem;
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-md);
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }
    .navbar .navbar-nav .nav-link { padding: 12px 8px; }
    .navbar .navbar-nav > .nav-link::after,
    .navbar .navbar-nav > .nav-item > .nav-link::after { display: none; }
    .navbar-brand img { height: 54px; }
    .navbar .btn { margin-top: .75rem; }
}

.navbar-toggler { border-color: rgba(20, 38, 27, .15); }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(43, 96, 62, .25); }

/* =================== 7. SAYFA BAŞLIĞI (HERO) ====================== */
/* İç sayfaların breadcrumb kutusu: koyu yeşil gradyan + beyaz metin */
.page-header {
    background: linear-gradient(-135deg, var(--brand-green-700), var(--brand-green));
    padding: clamp(3.5rem, 3vw + 2.5rem, 5.5rem) 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.page-header::after {
    content: "";
    position: absolute;
    left: -80px; top: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(255, 255, 255, .10), transparent 70%);
    pointer-events: none;
}
.page-header h1, .page-header .page-title { color: #fff; }
.page-header .breadcrumb { margin-bottom: 0; }
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a { color: rgba(255, 255, 255, .85); }
.page-header .breadcrumb-item a:hover { color: #fff; }
.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item[aria-current] { color: #fff; }
.page-header .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, .7); }

/* ===================== 8. HİZMET KARTLARI ========================= */
.service-item {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(20, 38, 27, .06);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform var(--t-base), box-shadow var(--t-base);
}
/* Üst marka şeridi */
.service-item::before {
    content: "";
    position: absolute; inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(-90deg, var(--brand-green), var(--brand-gold));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--t-base);
}
/* Modern hover: kalkış + gölge (eski 1s yeşil perde kaldırıldı) */
.service-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-item:hover::before { transform: scaleX(1); }

/* Servis ikonu rengi .icon-badge'den miras alınır (normalde yeşil, hover'da beyaz) */

/* ==================== 9. GALERİ (EVENT / LIGHTBOX) ================ */
.event-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--radius-lg);
    position: relative;
}
.event-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform var(--t-base);
}
.event-img:hover img { transform: scale(1.06); }

.event .event-img .event-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(5, 15, 9, .75), rgba(43, 96, 62, .35));
    border-radius: var(--radius-lg);
    opacity: 0;
    transition: opacity var(--t-base);
    z-index: 1;
}
.event .event-img:hover .event-overlay { opacity: 1; }

/* Büyüteç ikonu: min 44x44 tıklama alanı + hover'da büyür */
.event-overlay a {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 44px; min-height: 44px;
}
.event-overlay i {
    color: #fff;
    transform: scale(.8);
    opacity: 0;
    transition: transform var(--t-base), opacity var(--t-base);
}
.event-img:hover .event-overlay i { transform: scale(1); opacity: 1; }

.event-title {
    font-size: .95rem;
    font-weight: 600;
    color: var(--ink);
    text-align: center;
    line-height: 1.4;
}

/* ==================== 10. YORUM CAROUSEL ========================== */
.testimonial-item {
    position: relative;
    background: #fff;
    border: 1px solid rgba(20, 38, 27, .06);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    box-shadow: var(--shadow-sm);
    transition: transform var(--t-base), box-shadow var(--t-base);
}
.testimonial-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-item .quote-icon,
.testimonial-item .fa-quote-right { color: var(--brand-green-050); }
.testimonial-item img.rounded-circle { width: 64px; height: 64px; object-fit: cover; }

/* Yorumlar: bağımlılıksız responsive grid (owl carousel yerine) */
.testimonial-carousel-1, .testimonial-carousel-2 { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) {
    .testimonial-carousel-1, .testimonial-carousel-2 { grid-template-columns: repeat(2, 1fr); }
}

/* ==================== 11. SERTİFİKA (tek belge, ortalı) ========= */
.certificate-single { max-width: 460px; margin-inline: auto; }
.certificate-single .event-img {
    aspect-ratio: 210 / 297;   /* A4 portre */
    overflow: hidden;
    border: 1px solid rgba(20, 38, 27, .1);
    box-shadow: var(--shadow-sm);
}
.certificate-single img {
    width: 100%; height: 100%;
    object-fit: contain;   /* belge kırpılmasın */
    background: #fff;
}
.certificate-single .event-img { border-radius: var(--radius-lg); transition: box-shadow var(--t-base); }
.certificate-single .event-img:hover { box-shadow: var(--shadow-lg); }
.certificate-single .event-img:hover img { transform: none; }  /* belge zoom yapmasın */

/* Modern hover: gradient yerine yumuşak bulanık overlay + "Büyüt" pill butonu
   (özgüllük genel .event .event-img .event-overlay kuralını geçmeli) */
.certificate-single .event-img .event-overlay {
    background: rgba(20, 38, 27, .5);
    backdrop-filter: blur(2px);
    display: flex; align-items: center; justify-content: center;
}
.certificate-single .event-img .event-overlay i { opacity: 1; transform: none; color: inherit; }
.cert-zoom {
    display: inline-flex; align-items: center; gap: .5rem;
    background: #fff; color: var(--brand-green);
    padding: .6rem 1.35rem; border-radius: 50rem;
    font-weight: 600; font-size: .95rem;
    transform: translateY(10px); opacity: 0;
    transition: transform var(--t-base), opacity var(--t-base), background var(--t-base), color var(--t-base);
}
.certificate-single .event-img:hover .cert-zoom { transform: translateY(0); opacity: 1; }
.cert-zoom:hover { background: var(--brand-green); color: #fff; }

/* ==================== 12. FORM & İLETİŞİM ======================== */
/* Inputların beyaz zemin + nötr border + yeşil focus ayarı scss'ten gelir. */
.form-control, .form-select { transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.custom-textarea { min-height: 140px; resize: vertical; }

.contact-form {
    background: #fff;
    border: 1px solid rgba(20, 38, 27, .06);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-lg);
}
/* İletişim bilgi kutuları */
.contact-info-item {
    display: flex; align-items: flex-start; gap: 1rem;
    border: 1px solid rgba(20, 38, 27, .1);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.contact-info-item:hover { border-color: var(--brand-green); box-shadow: var(--shadow-sm); }

/* ========================= 13. TABLOLAR ========================= */
.table-modern { border-color: rgba(20, 38, 27, .08); }
.table-modern thead th {
    background: var(--brand-green);
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    border-color: transparent;
}
.table-modern td, .table-modern th { padding: .85rem 1rem; vertical-align: middle; }
.table-modern tbody tr:nth-child(even) { background: var(--brand-green-050); }

/* ==================== 14. FOOTER & COPYRIGHT ==================== */
.footer { background: var(--brand-green-050); }
.footer-item img { max-height: 68px; width: auto; }

.footer-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 1.25rem;
}
/* Footer linkleri: ikonsuz, temiz; hover'da yeşile döner + hafif sağa kayar */
.footer-link {
    display: inline-block;
    color: #46524b;
    margin-bottom: .7rem;
    transition: color var(--t-fast), transform var(--t-fast);
}
.footer-link:hover { color: var(--brand-green); transform: translateX(-4px); }

.footer-contact { font-style: normal; color: #46524b; }
.footer-contact li { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .85rem; }
.footer-contact i { color: var(--brand-green); margin-top: .25rem; }
.footer-contact a { color: #46524b; }
.footer-contact a:hover { color: var(--brand-green); }

/* Copyright şeridi: koyu marka yeşili + açık metin */
.copyright { background: var(--brand-green-700); }
.copyright, .copyright a { color: rgba(255, 255, 255, .85); }
.copyright a:hover { color: #fff; }

/* ==================== 15. YUKARI ÇIK BUTONU ==================== */
.back-to-top {
    position: fixed; left: 30px; bottom: 30px; z-index: 99;
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: opacity var(--t-base), transform var(--t-base), visibility var(--t-base);
    box-shadow: var(--shadow-primary);
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

/* ============ 17. MODERN EKLENTİLER (rozet/sosyal/whatsapp) ======= */

/* ---- Yuvarlak ikon rozetleri (servis kartı, iletişim) ---- */
.icon-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 76px; height: 76px; border-radius: 22px;   /* modern yumuşak-kare rozet */
    background: var(--brand-green-050); color: var(--brand-green);
    font-size: 1.85rem; flex-shrink: 0;
    transition: background var(--t-base), color var(--t-base), transform var(--t-base), box-shadow var(--t-base);
}
.icon-badge-sm { width: 48px; height: 48px; border-radius: 50%; font-size: 1.15rem; }
.service-item:hover .icon-badge {
    background: linear-gradient(-135deg, var(--brand-green), var(--brand-green-700));
    color: #fff;
    transform: translateY(-4px) rotate(4deg);
    box-shadow: 0 10px 22px rgba(43, 96, 62, .3);
}

/* ---- İletişim bilgi kartı (contact sayfası) ---- */
.contact-info-item {
    display: flex; align-items: center; gap: 1rem;
    background: #fff;
    border: 1px solid rgba(20, 38, 27, .1);
    border-radius: var(--radius-lg);
    padding: 1.15rem 1.25rem;
    transition: border-color var(--t-fast), box-shadow var(--t-fast), transform var(--t-fast);
}
.contact-info-item:hover { border-color: var(--brand-green); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.contact-info-item h3, .contact-info-item h4 { margin: 0 0 .15rem; }
.contact-info-item p { margin: 0; }

/* ---- Sosyal / hızlı iletişim yuvarlak butonları (footer) ---- */
.social-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: #fff; color: var(--brand-green);
    border: 1px solid rgba(20, 38, 27, .1);
    font-size: 1.05rem;
    transition: background var(--t-base), color var(--t-base), transform var(--t-base), box-shadow var(--t-base);
}
.social-btn:hover { color: #fff; background: var(--brand-green); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.social-btn.is-whatsapp:hover { background: #25D366; border-color: #25D366; }

/* ---- Footer üst aksан çizgisi + iletişim ikon rozetleri ---- */
.footer { border-top: 3px solid var(--brand-green); }
.footer-contact li { align-items: center; }
.footer-contact li i {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--brand-green-050); color: var(--brand-green);
    margin-top: 0; font-size: .9rem; flex-shrink: 0;
}

/* ---- Yüzen WhatsApp butonu (sol alt) ---- */
.whatsapp-float {
    position: fixed; right: 30px; bottom: 30px; z-index: 99;
    width: 54px; height: 54px; border-radius: 50%;
    background: #25D366; color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 6px 18px rgba(37, 211, 102, .45);
    transition: transform var(--t-base), box-shadow var(--t-base);
}
.whatsapp-float:hover { color: #fff; transform: scale(1.08); box-shadow: 0 8px 24px rgba(37, 211, 102, .55); }
@media (max-width: 575.98px) { .whatsapp-float { width: 48px; height: 48px; font-size: 1.5rem; right: 20px; bottom: 20px; } }

/* ================ 16. ERİŞİLEBİLİRLİK & HAREKET ================ */
:focus-visible { outline: 3px solid var(--brand-green); outline-offset: 2px; }
.page-header :focus-visible,
.copyright :focus-visible,
.event-overlay :focus-visible { outline-color: #fff; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ==================== 17. DİL DEĞİŞTİRİCİ ==================== */
.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    background: var(--brand-green-050);
    border-radius: 999px;
}
.lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 4px 8px;
    font-size: .78rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .02em;
    color: var(--brand-green);
    border-radius: 999px;
    transition: background var(--t-base), color var(--t-base);
}
.lang-link:hover { color: var(--brand-green-700); background: rgba(43, 96, 62, .10); }
.lang-link.active { color: #fff; background: var(--brand-green); }
@media (max-width: 1199.98px) {
    .lang-switch { margin-top: .5rem; }
}

/* =====================================================================
   18. REDESIGN 2026 — Premium tasarım sistemi (dc index.dc.html birebir)
   ---------------------------------------------------------------------
   Palet: koyu #0E2116 · parlak yeşil #34B364 · altın #C6A15B · krem #F7F5EF
   Font: Space Grotesk (başlık) + Sora (gövde)
   ===================================================================== */
:root {
    --rd-ink:        #0E2116;   /* en koyu yeşil zemin */
    --rd-ink-2:      #132C1E;   /* koyu kart */
    --rd-ink-3:      #16341F;   /* koyu kart hover */
    --rd-ink-foot:   #0A190F;   /* footer copyright */
    --rd-green:      #34B364;   /* birincil aksan */
    --rd-green-br:   #3FCB73;   /* hover parlak */
    --rd-green-lt:   #7FE0A2;   /* koyu üstü açık yazı */
    --rd-green-md:   #2A8A50;   /* açık üstü etiket */
    --rd-green-dk:   #1E6E3F;   /* koyu yeşil yazı/buton */
    --rd-on-green:   #08160D;   /* yeşil buton üstü yazı */
    --rd-gold:       #C6A15B;
    --rd-gold-dk:    #B08A3E;
    --rd-cream:      #F7F5EF;
    --rd-cream-2:    #F0EDE3;
    --rd-chip:       #EAF3EC;
    --rd-head:       #14231B;   /* açık üstü başlık */
    --rd-body:       #4C5A50;   /* açık üstü gövde */
    --rd-body-2:     #3A473F;
    --rd-muted-d:    #9FB3A4;   /* koyu üstü muted */
    --rd-muted-d2:   #A9BBAF;
    --rd-role:       #6B7A70;
    --rd-ease:       cubic-bezier(.16, .8, .24, 1);
    --rd-maxw:       1280px;
    /* Fontlar değişken üzerinden — Arapça (arabic.css) tek satırla Cairo'ya çevirir */
    --rd-font-head:  'Space Grotesk', 'Sora', system-ui, sans-serif;
    --rd-font-body:  'Sora', system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* --- Global tipografi + zemin (tüm sayfalara yansır) --- */
body { font-family: var(--rd-font-body); background: var(--rd-cream); color: var(--rd-body-2); }
h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: var(--rd-font-head);
}
.rd ::selection { background: var(--rd-green); color: var(--rd-on-green); }

/* --- Ortak yerleşim --- */
.rd-section { padding: 88px 0; }
.rd-wrap { max-width: var(--rd-maxw); margin: 0 auto; padding: 0 32px; }
.bg-cream  { background: var(--rd-cream); }
.bg-cream2 { background: var(--rd-cream-2); }
.bg-ink {
    background-color: var(--rd-ink);
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
                      linear-gradient(-90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 56px 56px;
}

/* --- Scroll reveal (JS: .is-visible ekler) --- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--rd-ease), transform .8s var(--rd-ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

/* --- Eyebrow (bölüm üstü etiket) --- */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.eyebrow__line { width: 30px; height: 3px; border-radius: 2px; background: var(--rd-green); flex: 0 0 auto; }
.eyebrow__text { font-size: 12.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--rd-green-md); }
.eyebrow--dark .eyebrow__text { color: var(--rd-green-lt); }
.eyebrow--gold .eyebrow__text { color: var(--rd-gold-dk); }
.eyebrow--gold .eyebrow__line { background: var(--rd-gold); }

/* --- Butonlar --- */
.btn-accent, .btn-ghost, .btn-dark {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--rd-font-head);
    font-weight: 700; border-radius: 12px; cursor: pointer; text-align: center; line-height: 1;
    transition: transform .35s var(--rd-ease), background .35s, border-color .35s, box-shadow .35s;
}
.btn-accent { background: var(--rd-green); color: var(--rd-on-green); font-size: 16px; padding: 17px 30px; box-shadow: 0 18px 38px -14px rgba(52, 179, 100, .7); }
.btn-accent:hover { transform: translateY(-3px); background: var(--rd-green-br); color: var(--rd-on-green); }
.btn-ghost { color: #fff; font-size: 16px; padding: 17px 28px; border: 1.5px solid rgba(255, 255, 255, .24); }
.btn-ghost:hover { background: rgba(255, 255, 255, .08); border-color: #fff; color: #fff; }
.btn-dark { background: var(--rd-ink); color: #fff; font-size: 15px; padding: 15px 26px; border-radius: 11px; }
.btn-dark:hover { transform: translateY(-3px); background: var(--rd-green-dk); color: #fff; }
.btn-accent svg, .btn-ghost svg, .btn-dark svg { flex: 0 0 auto; }

/* ---------------------------- HERO ---------------------------- */
.hero { position: relative; overflow: hidden; }
.hero::before {
    content: ""; position: absolute; top: -140px; left: 100px; width: 460px; height: 460px;
    border-radius: 50%; background: radial-gradient(circle, rgba(52, 179, 100, .14), transparent 66%); pointer-events: none;
}
.hero__inner { max-width: var(--rd-maxw); margin: 0 auto; padding: 70px 32px 64px; position: relative; }
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(52, 179, 100, .4); padding: 9px 16px; border-radius: 8px; margin-bottom: 28px; }
.hero-badge__dot { width: 7px; height: 7px; background: var(--rd-green); border-radius: 2px; }
.hero-badge__text { font-size: 12px; font-weight: 700; letter-spacing: .2em; color: var(--rd-green-lt); text-transform: uppercase; }
.hero__title { font-family: var(--rd-font-head); font-weight: 700; font-size: clamp(42px, 5vw, 74px); line-height: 1; letter-spacing: -.03em; margin: 0 0 26px; color: #fff; }
.hero__title .accent { color: var(--rd-green); }
.hero__lead { font-size: 18px; line-height: 1.6; color: var(--rd-muted-d2); max-width: 490px; margin: 0 0 36px; }
.hero__cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero__media { position: relative; }
.hero__media::before { content: ""; position: absolute; top: -14px; right: -14px; width: 60px; height: 60px; border-top: 3px solid var(--rd-gold); border-right: 3px solid var(--rd-gold); border-radius: 0 6px 0 0; }
.hero__media::after { content: ""; position: absolute; bottom: -14px; left: -14px; width: 60px; height: 60px; border-bottom: 3px solid var(--rd-green); border-left: 3px solid var(--rd-green); border-radius: 0 0 0 6px; }
.hero__frame { border-radius: 16px; overflow: hidden; aspect-ratio: 1/1; border: 1px solid rgba(255, 255, 255, .14); }
.hero__frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s var(--rd-ease); }
.hero__frame:hover img { transform: scale(1.06); }
.hero__tag { position: absolute; right: 22px; bottom: 22px; background: rgba(14, 33, 22, .82); backdrop-filter: blur(6px); border: 1px solid rgba(52, 179, 100, .4); border-radius: 12px; padding: 12px 16px; display: flex; align-items: center; gap: 11px; }
.hero__tag span { color: #fff; font-size: 13.5px; font-weight: 600; }

/* Stat bar (hero içinde, koyu zemin devam eder) */
.statbar { border-top: 1px solid rgba(255, 255, 255, .09); position: relative; }
.statbar__inner { max-width: var(--rd-maxw); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4, 1fr); }
.statbar__item { padding: 32px 24px; border-left: 1px solid rgba(255, 255, 255, .09); }
.statbar__item:last-child { border-left: 0; }
.statbar__num { font-family: var(--rd-font-head); font-weight: 700; font-size: clamp(38px, 4vw, 52px); line-height: 1; color: #fff; display: flex; align-items: baseline; gap: 2px; }
.statbar__num .accent { color: var(--rd-green); }
.statbar__label { font-size: 13.5px; color: var(--rd-muted-d); margin-top: 8px; }

/* --------------------------- ABOUT --------------------------- */
.about__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.about__title { font-weight: 700; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.03em; margin: 0 0 24px; color: var(--rd-head); }
.about__text { font-size: 15.5px; line-height: 1.72; color: var(--rd-body); }
.about__text p { margin: 0 0 16px; }
.about__text p:last-child { margin: 0; }
.chips { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.chip { display: inline-flex; align-items: center; gap: 8px; background: var(--rd-chip); color: var(--rd-green-dk); font-weight: 600; font-size: 13.5px; padding: 10px 16px; border-radius: 8px; }
.about__media { position: relative; }
.about__frame { border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; border: 1px solid rgba(10, 25, 16, .1); box-shadow: 0 34px 70px -30px rgba(10, 25, 16, .4); }
.about__frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s var(--rd-ease); }
.about__frame:hover img { transform: scale(1.05); }
.about__card { position: absolute; right: -22px; bottom: 36px; background: var(--rd-ink); color: #fff; border-radius: 12px; padding: 18px 22px; box-shadow: 0 20px 44px -18px rgba(10, 25, 16, .6); font-family: var(--rd-font-head); font-weight: 700; font-size: 15px; line-height: 1.4; }
.about__card .accent { color: var(--rd-green); }

/* -------------------------- SERVICES ------------------------- */
.svc__head { margin-bottom: 44px; }
.svc__title { font-weight: 700; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.03em; margin: 0; color: #fff; }
.svc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card { background: var(--rd-ink-2); border: 1px solid rgba(255, 255, 255, .09); border-radius: 16px; padding: 36px 30px; position: relative; overflow: hidden; height: 100%; transition: transform .4s var(--rd-ease), border-color .4s, background .4s; }
.svc-card:hover { transform: translateY(-8px); border-color: rgba(52, 179, 100, .5); background: var(--rd-ink-3); }
.svc-card--gold:hover { border-color: rgba(198, 161, 91, .5); }
.svc-card__num { position: absolute; top: 22px; left: 26px; font-family: var(--rd-font-head); font-weight: 700; font-size: 30px; color: rgba(255, 255, 255, .09); }
.svc-card__icon { width: 56px; height: 56px; border-radius: 12px; background: rgba(52, 179, 100, .14); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.svc-card--gold .svc-card__icon { background: rgba(198, 161, 91, .16); }
.svc-card__title { font-family: var(--rd-font-head); font-weight: 600; font-size: 23px; margin: 0 0 12px; color: #fff; }
.svc-card__text { font-size: 14px; line-height: 1.65; color: var(--rd-muted-d); margin: 0; }

/* ------------------------ CERTIFICATES ----------------------- */
.certs__head { text-align: center; margin-bottom: 48px; }
.certs__title { font-weight: 700; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.05; letter-spacing: -.03em; margin: 0 auto; max-width: 720px; color: var(--rd-head); }
.certs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cert-card { background: #fff; border: 1px solid rgba(10, 25, 16, .08); border-radius: 16px; padding: 18px; text-align: center; height: 100%; transition: transform .4s var(--rd-ease), box-shadow .4s; }
.cert-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -28px rgba(10, 25, 16, .4); }
.cert-card__thumb { aspect-ratio: 1/1; border-radius: 10px; overflow: hidden; background: var(--rd-cream); display: flex; align-items: center; justify-content: center; }
.cert-card__thumb img { width: 100%; height: 100%; object-fit: contain; }
.cert-card__name { font-size: 14px; font-weight: 600; color: var(--rd-head); margin: 16px 0 4px; }
.certs__cta { text-align: center; margin-top: 40px; }
/* Tek gerçek belge — ortalanmış, biraz daha büyük kart */
.certs__single { max-width: 360px; margin: 0 auto; }
.certs__single .cert-card__thumb { aspect-ratio: 3/4; }
.cert-card__zoom { position: relative; display: block; }
.cert-card__zoom-badge { position: absolute; right: 50%; bottom: 14px; transform: translateX(50%) translateY(8px); display: inline-flex; align-items: center; gap: 7px; background: var(--rd-green); color: var(--rd-on-green); font-family: var(--rd-font-head); font-weight: 700; font-size: 13px; padding: 8px 14px; border-radius: 999px; opacity: 0; transition: opacity .35s var(--rd-ease), transform .35s var(--rd-ease); box-shadow: 0 10px 24px -8px rgba(52, 179, 100, .7); }
.cert-card:hover .cert-card__zoom-badge { opacity: 1; transform: translateX(50%) translateY(0); }

/* Sertifika görüntüleyici (dc index.dc-2 — 2 kolon: açıklama + aktif görsel) */
#sertifikalar { scroll-margin-top: 100px; } /* #sertifikalar linkinde sticky navbar altında kalmasın */
.certs2-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 56px; align-items: center; }
.certs2__title { font-family: var(--rd-font-head); font-weight: 700; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.05; letter-spacing: -.03em; margin: 0 0 22px; color: var(--rd-head); }
.certs2__lead { font-size: 16px; line-height: 1.7; color: var(--rd-body); max-width: 460px; margin: 0 0 26px; }
.certs2__badge { display: flex; align-items: center; gap: 16px; border: 1px solid rgba(10, 25, 16, .12); border-radius: 12px; padding: 18px 22px; background: #fff; }
.certs2__badge-ico { width: 46px; height: 46px; border-radius: 10px; background: var(--rd-chip); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--rd-green-dk); }
.certs2__badge-t { font-weight: 700; font-size: 15.5px; color: var(--rd-head); }
.certs2__badge-s { font-size: 13px; color: var(--rd-role); margin-top: 2px; }
.certs2__viewer { position: relative; display: block; border: 1px solid rgba(10, 25, 16, .12); border-radius: 16px; overflow: hidden; background: #fff; padding: 20px; box-shadow: 0 30px 64px -34px rgba(10, 25, 16, .4); cursor: zoom-in; transition: transform .5s var(--rd-ease); }
.certs2__viewer:hover { transform: translateY(-6px); }
.certs2__frame { height: clamp(320px, 42vw, 480px); display: flex; align-items: center; justify-content: center; background: var(--rd-cream); border-radius: 8px; overflow: hidden; }
.certs2__frame img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.certs2__label { position: absolute; right: 32px; bottom: 32px; background: rgba(255, 255, 255, .94); backdrop-filter: blur(4px); border: 1px solid rgba(10, 25, 16, .1); border-radius: 8px; padding: 8px 14px; font-size: 13px; font-weight: 600; color: var(--rd-head); max-width: 55%; }
.certs2__zoom { position: absolute; left: 32px; bottom: 32px; background: var(--rd-ink); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 16px; border-radius: 8px; display: inline-flex; align-items: center; gap: 8px; pointer-events: none; }
@media (max-width: 479.98px) {
    .certs2__label { right: 20px; bottom: 20px; max-width: none; left: 20px; }
    .certs2__zoom { display: none; }
}

/* ------------------------ TESTIMONIALS ----------------------- */
.testi__head { text-align: center; margin-bottom: 46px; }
.testi__title { font-weight: 700; font-size: clamp(30px, 3.6vw, 46px); line-height: 1; letter-spacing: -.03em; margin: 0; color: var(--rd-head); }
.testi__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.testi-card { background: #fff; border: 1px solid rgba(10, 25, 16, .09); border-radius: 16px; padding: 28px; height: 100%; transition: transform .4s var(--rd-ease), box-shadow .4s; }
.testi-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -28px rgba(10, 25, 16, .4); }
.testi-card__quote { margin-bottom: 16px; opacity: .9; }
.testi-card__text { font-size: 14.5px; line-height: 1.6; color: var(--rd-body-2); margin: 0 0 22px; }
.testi-card__foot { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid rgba(10, 25, 16, .08); }
.testi-card__avatar { width: 42px; height: 42px; border-radius: 10px; background: var(--rd-ink); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--rd-green); font-size: 14px; font-family: var(--rd-font-head); flex: 0 0 auto; }
.testi-card__name { font-weight: 700; color: var(--rd-head); font-size: 14.5px; }
.testi-card__role { font-size: 12px; color: var(--rd-role); }

/* -------- NAVBAR (yeni: açık zemin, yeşil aksan) -------- */
.nav-bar { background: #fff; border-bottom: 1px solid rgba(10, 25, 16, .08); box-shadow: none; }
.nav-bar.nav-sticky { box-shadow: 0 8px 28px -16px rgba(10, 25, 16, .28); }
.nav-bar .navbar-nav .nav-link { font-family: var(--rd-font-head); font-weight: 600; font-size: 15px; color: var(--rd-head); }
.nav-bar .navbar-nav .nav-link:hover,
.nav-bar .navbar-nav .nav-link.active { color: var(--rd-green-dk); }
.nav-bar .dropdown-item.active, .nav-bar .dropdown-item:active { background: var(--rd-chip); color: var(--rd-green-dk); }
.nav-cta { background: var(--rd-green); color: var(--rd-on-green); font-family: var(--rd-font-head); font-weight: 700; border-radius: 10px; padding: .62rem 1.3rem; transition: transform .3s var(--rd-ease), background .3s; }
.nav-cta:hover { background: var(--rd-green-br); color: var(--rd-on-green); transform: translateY(-2px); }
.lang-switch { background: var(--rd-chip); }
.lang-link { color: var(--rd-green-dk); font-family: var(--rd-font-head); }
.lang-link:hover { color: var(--rd-ink); background: rgba(52, 179, 100, .14); }
.lang-link.active { background: var(--rd-green); color: var(--rd-on-green); }

/* -------- FOOTER (yeni: koyu zemin) -------- */
.footer { background: var(--rd-ink); color: var(--rd-muted-d2); }
.footer p, .footer address, .footer-contact span { color: var(--rd-muted-d2); }
.footer .footer-title { color: #fff; font-family: var(--rd-font-head); }
.footer .footer-link { color: var(--rd-muted-d2); }
.footer .footer-link:hover { color: var(--rd-green); }
.footer-contact a { color: var(--rd-muted-d2); }
.footer-contact a:hover { color: var(--rd-green); }
.footer-contact i, .footer .footer-item > .footer-title + * i { color: var(--rd-green); }
.footer .social-btn { background: rgba(255, 255, 255, .06); color: #fff; border: 1px solid rgba(255, 255, 255, .12); }
.footer .social-btn:hover { background: var(--rd-green); color: var(--rd-on-green); border-color: var(--rd-green); }
.footer .social-btn.is-whatsapp { background: rgba(37, 211, 102, .16); }
.copyright { background: var(--rd-ink-foot); color: #7E9187; }
.copyright a { color: var(--rd-muted-d2); }
.copyright a:hover { color: var(--rd-green); }

/* -------- Yukarı çık (yeni yeşil) -------- */
.back-to-top { background: var(--rd-green) !important; color: var(--rd-on-green) !important; border: none !important; }

/* ------------------------ RESPONSIVE ------------------------- */
@media (max-width: 991.98px) {
    .rd-section { padding: 64px 0; }
    .hero__inner { padding: 48px 24px 0; }
    .hero__grid { grid-template-columns: 1fr; gap: 40px; }
    .hero__media { order: -1; }
    .statbar__inner { grid-template-columns: repeat(2, 1fr); }
    .statbar__item:nth-child(2) { border-left: 0; }
    .about__grid { grid-template-columns: 1fr; gap: 40px; }
    .about__media { order: -1; }
    .svc__grid { grid-template-columns: 1fr; }
    .certs__grid { grid-template-columns: repeat(2, 1fr); }
    .testi__grid { grid-template-columns: repeat(2, 1fr); }
    .rd-wrap, .hero__inner, .statbar__inner { padding-right: 24px; padding-left: 24px; }
}
@media (max-width: 575.98px) {
    .rd-section { padding: 52px 0; }
    .rd-wrap, .hero__inner, .statbar__inner { padding-right: 18px; padding-left: 18px; }
    .statbar__item { padding: 22px 14px; }
    .certs__grid, .testi__grid { grid-template-columns: 1fr; }
    .about__card { right: 12px; left: 12px; bottom: -18px; }
    .btn-accent, .btn-ghost { width: 100%; justify-content: center; }
}

/* -------- Reduced-motion: reveal görünürlüğünü garanti et -------- */
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; }
}

/* =====================================================================
   19. REDESIGN 2026 — Koyu Header + Footer + Alt sayfa bileşenleri
   (dc Header.dc.html / Footer.dc.html + sayfa tasarımları birebir)
   ===================================================================== */

/* ---------------- Utility topbar ---------------- */
.topbar { background: #0A160E; color: #8FA396; font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding: 10px 0; }
.topbar-loc { display: inline-flex; align-items: center; gap: 8px; }
.topbar-contact { display: inline-flex; align-items: center; gap: 22px; }
.topbar a { color: #8FA396; display: inline-flex; align-items: center; gap: 7px; transition: color var(--t-fast); }
.topbar a:hover { color: #fff; }
.topbar svg { width: 14px; height: 14px; color: var(--rd-gold); flex: 0 0 auto; }
@media (max-width: 767.98px) {
    .topbar-loc { display: none; }
    .topbar-inner { justify-content: center; }
}

/* ---------------- Dark header (override §18 light) ---------------- */
.nav-bar {
    background: var(--rd-ink);
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
                      linear-gradient(-90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 56px 56px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: none;
}
.nav-bar.nav-sticky { background: rgba(14, 33, 22, .94); backdrop-filter: blur(10px); box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .5); }
.nav-logo { display: inline-flex; align-items: center; background: #fff; border-radius: 11px; padding: 7px 12px; box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .5); }
.nav-logo img { height: 40px; width: auto; display: block; }
.nav-bar .navbar-toggler { border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .06); color: #fff; }
.nav-bar .navbar-toggler .fa-bars { color: #fff; }
.nav-bar .navbar-nav .nav-link {
    position: relative; font-family: var(--rd-font-head); font-weight: 600;
    font-size: 13px; letter-spacing: .05em; text-transform: uppercase; color: #C5D3C9;
    padding-right: .7rem; padding-left: .7rem;
}
.nav-bar .navbar-nav .nav-link.dropdown-toggle { display: inline-flex; align-items: center; }
.nav-bar .navbar-nav .nav-link::after {
    content: ""; position: absolute; right: .7rem; left: .7rem; bottom: 2px; height: 2px;
    border-radius: 2px; background: var(--rd-green); transform: scaleX(0); transform-origin: right;
    transition: transform .3s var(--rd-ease);
}
/* Dropdown chevron (Referanslar/Politikalarımız) */
.nav-caret { width: 11px; height: 11px; margin-right: 5px; flex: 0 0 auto; transition: transform .3s var(--rd-ease); }
.nav-bar .nav-link[aria-expanded="true"] .nav-caret { transform: rotate(-180deg); }
.nav-bar .navbar-nav .nav-link:hover { color: #fff; }
.nav-bar .navbar-nav .nav-link:hover::after,
.nav-bar .navbar-nav .nav-link.active::after { transform: scaleX(1); }
.nav-bar .navbar-nav .nav-link.active { color: #fff; }
.nav-bar .dropdown-menu {
    background: var(--rd-ink-2); border: 1px solid rgba(255, 255, 255, .1); border-radius: 14px;
    padding: 8px; box-shadow: 0 30px 60px -22px rgba(0, 0, 0, .7);
}
.nav-bar .dropdown-item { color: #C5D3C9; font-size: 13.5px; font-weight: 500; padding: 10px 14px; border-radius: 8px; white-space: nowrap; }
.nav-bar .dropdown-item:hover, .nav-bar .dropdown-item.active { background: rgba(52, 179, 100, .14); color: #fff; }
.nav-bar .dropdown-toggle::after { vertical-align: middle; }
.nav-cta { font-size: 14px; padding: .6rem 1.15rem; }
.lang-switch { background: rgba(255, 255, 255, .07); }
.lang-link { color: #C5D3C9; }
.lang-link:hover { color: #fff; background: rgba(52, 179, 100, .18); }
.lang-link.active { background: var(--rd-green); color: var(--rd-on-green); }
@media (max-width: 1199.98px) {
    .nav-bar .navbar-collapse {
        background: var(--rd-ink-2);
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0 30px 60px -22px rgba(0, 0, 0, .7);
    }
    .nav-actions { margin-top: .75rem; padding-top: .75rem; border-top: 1px solid rgba(255, 255, 255, .08); }
}

/* ---------------- Footer (dc) ---------------- */
.footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; padding-top: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.footer-cta__title { font-weight: 700; font-size: clamp(24px, 3vw, 38px); line-height: 1.06; margin: 0 0 12px; color: #fff; letter-spacing: -.02em; }
.footer-cta__desc { font-size: 16px; color: var(--rd-muted-d); margin: 0; max-width: 480px; }
.footer-cta__btn { font-size: 17px; padding: 18px 30px; }
.footer-main { background: #0B1C11; color: var(--rd-muted-d); }
.footer-main .rd-wrap { padding-top: 60px; padding-bottom: 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1.2fr; gap: 44px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.footer-logo { display: inline-flex; background: #fff; border-radius: 12px; padding: 10px 14px; margin-bottom: 20px; }
.footer-logo img { height: 46px; width: auto; display: block; }
.footer-tagline { font-size: 14.5px; line-height: 1.7; max-width: 330px; margin: 0 0 22px; color: var(--rd-muted-d); }
.footer-social { display: flex; gap: 12px; }
.footer .social-btn, .footer-social .social-btn {
    width: 44px; height: 44px; border-radius: 10px; background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1); color: #fff; display: inline-flex; align-items: center;
    justify-content: center; transition: background var(--t-base), transform var(--t-base);
}
.footer-social .social-btn:hover { background: var(--rd-green); color: var(--rd-on-green); transform: translateY(-3px); }
.footer-social .social-btn.is-whatsapp:hover { background: #25D366; color: #fff; }
.footer-social .social-btn svg { width: 18px; height: 18px; }
.footer-title { font-family: var(--rd-font-head); font-size: 13px; font-weight: 700; letter-spacing: .14em; color: var(--rd-gold); margin: 0 0 20px; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.footer-link { color: var(--rd-muted-d); transition: color var(--t-fast); }
.footer-link:hover { color: #fff; }
.footer-contact ul li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 13px; font-size: 14.5px; line-height: 1.5; color: var(--rd-muted-d); }
.footer-contact svg { color: var(--rd-green); width: 17px; height: 17px; margin-top: 2px; flex: 0 0 auto; }
.footer-contact a { color: var(--rd-muted-d); transition: color var(--t-fast); word-break: break-word; }
.footer-contact a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 13px; color: #6E8074; flex-wrap: wrap; gap: 16px; }
.footer-credit { display: inline-flex; align-items: center; gap: 6px; direction: rtl; color: #8FA396; transition: color var(--t-fast); }
.footer-credit:hover { color: #fff; }
.footer-credit .credit-logo { height: 11px; width: auto; display: block; filter: brightness(0) invert(.55); transition: filter var(--t-fast); }
.footer-credit:hover .credit-logo { filter: none; }
@media (max-width: 991.98px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .footer-cta__inner { padding-top: 44px; padding-bottom: 44px; }
}
@media (max-width: 575.98px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------------- Yüzen WhatsApp (sol) + yukarı çık ---------------- */
.whatsapp-float { right: 26px; left: auto; background: #25D366; animation: rdPulseWa 2.6s infinite; }
@keyframes rdPulseWa {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .5); }
    70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.back-to-top { border-radius: 12px !important; }

/* ---------------- Page header (koyu hero) ---------------- */
.page-hero { position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; top: -120px; left: 60px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(52, 179, 100, .14), transparent 66%); pointer-events: none; }
.page-hero__inner { max-width: var(--rd-maxw); margin: 0 auto; padding: 66px 32px 74px; text-align: center; position: relative; }
.page-hero__title { font-weight: 700; font-size: clamp(28px, 4vw, 54px); letter-spacing: -.03em; margin: 0 0 16px; color: #fff; }
.page-hero__crumbs { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; color: var(--rd-muted-d); flex-wrap: wrap; }
.page-hero__crumbs a { color: var(--rd-muted-d); transition: color var(--t-fast); }
.page-hero__crumbs a:hover { color: #fff; }
.page-hero__crumbs .sep { color: var(--rd-green); }
.page-hero__crumbs .current { color: #fff; }
@media (max-width: 575.98px) { .page-hero__inner { padding: 44px 20px 52px; } }

/* ---------------- İçerik kabı (dar prose) ---------------- */
.rd-narrow { max-width: 900px; margin: 0 auto; padding: 80px 32px; }
.rd-mid { max-width: 1120px; margin: 0 auto; padding: 80px 32px; }
@media (max-width: 575.98px) { .rd-narrow, .rd-mid { padding: 52px 20px; } }

/* ---------------- Beyaz içerik kartı ---------------- */
.paper { background: #fff; border: 1px solid rgba(10, 25, 16, .08); border-radius: 20px; padding: clamp(28px, 4vw, 56px); box-shadow: 0 30px 70px -46px rgba(10, 25, 16, .4); }
.paper__lead { font-size: 16.5px; line-height: 1.75; color: #2C3830; font-weight: 500; margin: 0 0 28px; }
.paper__lead strong { color: var(--rd-head); }

/* Prose (uzun metin) */
.prose-rd { font-size: 15.5px; line-height: 1.8; color: var(--rd-body); }
.prose-rd p { margin: 0 0 18px; }
.prose-rd p:last-child { margin: 0; }
.prose-rd em { font-style: italic; }

/* Checklist maddeleri */
.checklist { display: flex; flex-direction: column; gap: 14px; }
.check-item { display: flex; align-items: flex-start; gap: 13px; font-size: 15px; line-height: 1.7; color: var(--rd-body); background: #F5F8F5; border-radius: 12px; padding: 16px 18px; }
.check-item svg, .check-item .fa-check { flex: 0 0 auto; margin-top: 2px; color: var(--rd-green); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 767.98px) { .check-grid { grid-template-columns: 1fr; } }

/* Numaralı politika bölümleri */
.policy-num { display: inline-flex; align-items: center; justify-content: center; background: var(--rd-chip); color: var(--rd-green-md); font-family: var(--rd-font-head); font-weight: 700; font-size: 14px; width: 40px; height: 40px; border-radius: 10px; margin-bottom: 14px; }
.policy-block { margin-bottom: 34px; }
.policy-block h2, .paper h2 { font-family: var(--rd-font-head); font-weight: 700; font-size: 24px; margin: 0 0 12px; color: var(--rd-head); }
.policy-block p { font-size: 15.5px; line-height: 1.75; color: var(--rd-body); margin: 0; }

/* Sol-kenarlı grup kutusu */
.policy-group { margin-bottom: 22px; border-right: 3px solid var(--rd-green); background: #F5F8F5; border-radius: 12px 0 0 12px; padding: 20px 24px; }
.policy-group h3 { font-family: var(--rd-font-head); font-weight: 600; font-size: 17px; margin: 0 0 14px; color: var(--rd-green-dk); }
.policy-group .g-items { display: flex; flex-direction: column; gap: 11px; }
.g-item { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; line-height: 1.6; color: var(--rd-body); }
.g-item svg, .g-item .fa-check { flex: 0 0 auto; margin-top: 2px; color: var(--rd-green); }

/* Callout (renkli sol-kenar kutu) */
.callout { border-right: 3px solid var(--rd-green); background: #EEF4F0; border-radius: 12px 0 0 12px; padding: 20px 24px; margin: 26px 0; }
.callout p { margin: 0; font-size: 15.5px; line-height: 1.75; color: #2C3830; }
.callout--gold { border-right-color: var(--rd-gold); background: #FBF6EC; }
.callout--gold p { color: #5A4A28; font-weight: 600; }

.paper__divider { margin-top: 32px; border-top: 1px solid rgba(10, 25, 16, .08); padding-top: 28px; }

/* Etiket rozetleri (kapsam) */
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-pill { font-size: 13px; font-weight: 600; color: var(--rd-green-dk); background: var(--rd-chip); padding: 9px 15px; border-radius: 8px; }

/* ---------------- KPI tablosu ---------------- */
.kpi-wrap { overflow-x: auto; border-radius: 14px; border: 1px solid rgba(10, 25, 16, .08); }
.kpi-table { width: 100%; min-width: 820px; border-collapse: collapse; font-size: 13.5px; }
.kpi-table thead tr { background: var(--rd-ink); }
.kpi-table th { text-align: right; padding: 14px 16px; color: #fff; font-weight: 600; font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
.kpi-table td { padding: 14px 16px; color: var(--rd-body); line-height: 1.5; border-top: 1px solid rgba(10, 25, 16, .07); }
.kpi-table tbody tr:nth-child(even) { background: #FBFAF6; }
.kpi-table td.kpi-name { font-weight: 600; color: var(--rd-head); }
.kpi-table td.kpi-c { text-align: center; }
.kpi-table td.kpi-cur { text-align: center; font-family: var(--rd-font-head); font-weight: 700; color: var(--rd-head); }
.kpi-badge { display: inline-block; font-weight: 700; font-size: 12px; padding: 5px 11px; border-radius: 999px; white-space: nowrap; }
.kpi-badge--no { background: #E6F4EA; color: var(--rd-green-dk); }
.kpi-badge--yes { background: #FBEBD6; color: #9A5B12; }

/* ---------------- Formlar (contact + feedback) ---------------- */
.field { width: 100%; padding: 15px 16px; border: 1.5px solid rgba(10, 25, 16, .14); border-radius: 11px; font-size: 15px; font-family: var(--rd-font-body); color: var(--rd-head); background: #FBFAF6; outline: none; transition: border-color .25s, box-shadow .25s; }
.field::placeholder { color: #9AA6A0; }
select.field { color: var(--rd-body); cursor: pointer; appearance: none; -webkit-appearance: none; -moz-appearance: none; padding-left: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239AA6A0' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 16px center; background-size: 18px; }
textarea.field { resize: vertical; min-height: 150px; }
.field:focus { border-color: var(--rd-green); box-shadow: 0 0 0 3px rgba(52, 179, 100, .15); }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
@media (max-width: 575.98px) { .form-row-2, .form-row-3 { grid-template-columns: 1fr; } }
.form-sub { font-size: 12.5px; font-weight: 700; letter-spacing: .14em; color: var(--rd-green-md); text-transform: uppercase; }
.form-divider { border-top: 1px solid rgba(10, 25, 16, .08); margin: 6px 0 2px; padding-top: 20px; }
.btn-accent[type="submit"], button.btn-accent { border: none; cursor: pointer; font-family: var(--rd-font-body); }

/* Contact yerleşimi */
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.contact-form-card { background: #fff; border: 1px solid rgba(10, 25, 16, .08); border-radius: 20px; padding: 44px; box-shadow: 0 30px 70px -40px rgba(10, 25, 16, .4); }
.contact-form-card h2 { font-family: var(--rd-font-head); font-weight: 700; font-size: clamp(26px, 3vw, 38px); line-height: 1.1; letter-spacing: -.02em; margin: 0 0 30px; color: var(--rd-head); }
.info-stack { display: flex; flex-direction: column; gap: 16px; }
.info-card { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid rgba(10, 25, 16, .1); border-radius: 16px; padding: 22px; transition: border-color .3s, box-shadow .3s, transform .3s; }
.info-card:hover { border-color: var(--rd-green); box-shadow: 0 14px 30px -18px rgba(10, 25, 16, .4); }
.info-card__icon { width: 52px; height: 52px; border-radius: 13px; background: var(--rd-chip); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--rd-green-dk); font-size: 20px; }
.info-card h3 { font-size: 16px; font-weight: 700; margin: 0 0 4px; color: var(--rd-head); }
.info-card p { margin: 0; font-size: 14px; color: #5A665D; line-height: 1.5; word-break: break-word; }
.info-card--wa { background: var(--rd-ink); border-color: var(--rd-ink); }
.info-card--wa:hover { transform: translateY(-3px); }
.info-card--wa .info-card__icon { background: #25D366; color: #fff; }
.info-card--wa h3 { color: #fff; }
.info-card--wa p { color: var(--rd-muted-d); }
.contact-map { margin-top: 28px; border-radius: 20px; overflow: hidden; border: 1px solid rgba(10, 25, 16, .1); box-shadow: 0 30px 70px -44px rgba(10, 25, 16, .4); }
.contact-map iframe { width: 100%; height: 380px; border: 0; display: block; filter: grayscale(.2); }
@media (max-width: 991.98px) { .contact-grid { grid-template-columns: 1fr; } }

/* Feedback formu */
.feedback-card { background: #fff; border: 1px solid rgba(10, 25, 16, .08); border-radius: 22px; overflow: hidden; box-shadow: 0 34px 80px -46px rgba(10, 25, 16, .45); }
.feedback-dots { background: var(--rd-ink); padding: 14px; display: flex; justify-content: center; gap: 8px; }
.feedback-dots span { width: 8px; height: 8px; border-radius: 50%; }
.feedback-dots span:nth-child(1) { background: var(--rd-green); }
.feedback-dots span:nth-child(2) { background: var(--rd-gold); }
.feedback-dots span:nth-child(3) { background: rgba(255, 255, 255, .25); }
.feedback-body { padding: 48px clamp(24px, 4vw, 48px) 52px; }
.feedback-head { text-align: center; margin-bottom: 38px; }
.feedback-head h2 { font-family: var(--rd-font-head); font-weight: 700; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.08; letter-spacing: -.02em; margin: 0; color: var(--rd-head); }
.feedback-head p { font-size: 15px; color: var(--rd-role); margin: 14px auto 0; max-width: 440px; line-height: 1.6; }
.form-pill { display: inline-flex; align-items: center; gap: 10px; background: var(--rd-chip); padding: 8px 16px; border-radius: 999px; margin-bottom: 16px; font-size: 12px; font-weight: 700; letter-spacing: .18em; color: var(--rd-green-md); text-transform: uppercase; }
.feedback-form { display: flex; flex-direction: column; gap: 16px; }

/* ---------------- Proje galerileri ---------------- */
.section-head-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 38px; flex-wrap: wrap; }
.count-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--rd-ink); color: #fff; padding: 10px 18px; border-radius: 999px; }
.count-pill strong { font-family: var(--rd-font-head); font-weight: 700; font-size: 18px; color: var(--rd-green); }
.count-pill span { font-size: 13px; color: var(--rd-muted-d); }
.proj-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.proj-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proj-card { display: block; background: #fff; border: 1px solid rgba(10, 25, 16, .08); border-radius: 16px; overflow: hidden; box-shadow: 0 16px 40px -32px rgba(10, 25, 16, .4); transition: transform .5s var(--rd-ease), box-shadow .4s; }
.proj-card:hover { transform: translateY(-6px); box-shadow: 0 30px 56px -30px rgba(10, 25, 16, .5); }
.proj-card__img { position: relative; aspect-ratio: 1/1; overflow: hidden; background: linear-gradient(-135deg, #16341F, #0E2116); }
.proj-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s var(--rd-ease); }
.proj-card:hover .proj-card__img img { transform: scale(1.08); }
.proj-card__name { padding: 16px 18px; min-height: 74px; display: flex; align-items: center; font-family: var(--rd-font-head); font-weight: 600; font-size: 13.5px; line-height: 1.4; margin: 0; color: var(--rd-head); }
.proj-card--lg .proj-card__img { aspect-ratio: 4/3; }
.proj-card--lg { border-radius: 18px; }
.proj-card--lg:hover { transform: translateY(-8px); box-shadow: 0 34px 64px -32px rgba(10, 25, 16, .5); }
.proj-card__foot { padding: 22px; display: flex; align-items: center; gap: 12px; }
.proj-card__foot .ico { width: 40px; height: 40px; border-radius: 11px; background: var(--rd-chip); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--rd-green-dk); }
.proj-card__foot h3 { font-family: var(--rd-font-head); font-weight: 600; font-size: 15.5px; line-height: 1.35; margin: 0; color: var(--rd-head); }
.proj-badge { position: absolute; top: 14px; right: 14px; background: rgba(52, 179, 100, .95); color: var(--rd-on-green); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
@media (max-width: 991.98px) { .proj-grid-4 { grid-template-columns: repeat(2, 1fr); } .proj-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .proj-grid-4, .proj-grid-3 { grid-template-columns: 1fr; } }

/* ---------------- Menü galerisi ---------------- */
.menu-intro { max-width: 900px; margin: 0 auto 52px; text-align: center; }
.menu-intro__lead { font-size: 17px; line-height: 1.75; color: var(--rd-body); margin: 20px auto 28px; }
.role-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.role-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid rgba(10, 25, 16, .1); color: #2C3830; font-weight: 600; font-size: 13.5px; padding: 10px 16px; border-radius: 999px; }
.role-chip svg, .role-chip .fa-check { color: var(--rd-green); }
.menu-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.menu-cell { display: block; flex: 0 1 calc((100% - 54px) / 4); position: relative; aspect-ratio: 1/1; border-radius: 16px; overflow: hidden; border: 1px solid rgba(10, 25, 16, .08); box-shadow: 0 16px 40px -32px rgba(10, 25, 16, .4); transition: transform .5s var(--rd-ease), box-shadow .4s; }
.menu-cell:hover { transform: translateY(-6px); box-shadow: 0 30px 56px -30px rgba(10, 25, 16, .5); }
.menu-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s var(--rd-ease); }
.menu-cell:hover img { transform: scale(1.09); }
.menu-cell__ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8, 16, 13, .55), transparent 55%); opacity: 0; transition: opacity .35s; display: flex; align-items: flex-end; justify-content: flex-end; padding: 14px; }
.menu-cell:hover .menu-cell__ov { opacity: 1; }
.menu-cell__ov span { width: 38px; height: 38px; border-radius: 10px; background: rgba(52, 179, 100, .95); display: flex; align-items: center; justify-content: center; color: var(--rd-on-green); }
@media (max-width: 991.98px) { .menu-cell { flex-basis: calc((100% - 36px) / 3); } }
@media (max-width: 767.98px) { .menu-cell { flex-basis: calc((100% - 18px) / 2); } }

/* ---------------- Hakkımızda sayfası ---------------- */
.about-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.about-sticky { position: relative; position: sticky; top: 100px; }
.about-sticky__frame { border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; border: 1px solid rgba(10, 25, 16, .1); box-shadow: 0 34px 70px -30px rgba(10, 25, 16, .4); }
.about-sticky__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-sticky__badge { position: absolute; left: -22px; bottom: 34px; background: var(--rd-gold); color: #fff; border-radius: 14px; padding: 16px 20px; box-shadow: 0 20px 40px -16px rgba(198, 161, 91, .6); max-width: 180px; font-weight: 700; font-size: 14px; line-height: 1.4; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.feature-item { display: flex; align-items: center; gap: 10px; color: var(--rd-head); font-weight: 600; font-size: 14.5px; }
.feature-item .ico { width: 34px; height: 34px; border-radius: 9px; background: var(--rd-chip); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--rd-green-dk); }
@media (max-width: 991.98px) {
    .about-split { grid-template-columns: 1fr; gap: 40px; }
    .about-sticky { position: relative; top: 0; }
    .feature-grid { grid-template-columns: 1fr; }
}

/* Vizyon / Misyon (koyu 2 kolon) */
.vm-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.vm-list { display: flex; flex-direction: column; gap: 34px; }
.vm-block + .vm-block { border-top: 1px solid rgba(255, 255, 255, .09); padding-top: 34px; }
.vm-block h3 { font-family: var(--rd-font-head); font-weight: 700; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.02em; margin: 0 0 14px; color: #fff; }
.vm-block p { font-size: 15.5px; line-height: 1.7; color: var(--rd-muted-d2); margin: 0; }
.vm-media { position: relative; }
.vm-media__frame { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; border: 1px solid rgba(255, 255, 255, .14); }
.vm-media__frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s var(--rd-ease); }
.vm-media__frame:hover img { transform: scale(1.05); }
.vm-media::before { content: ""; position: absolute; top: -14px; left: -14px; width: 60px; height: 60px; border-top: 3px solid var(--rd-green); border-left: 3px solid var(--rd-green); border-radius: 6px 0 0 0; }
@media (max-width: 991.98px) { .vm-split { grid-template-columns: 1fr; gap: 40px; } }

/* Hijyen/Kalite ISO sistem kartları (koyu) */
.iso-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.iso-card { flex: 0 1 calc((100% - 40px) / 3); background: var(--rd-ink-2); border: 1px solid rgba(255, 255, 255, .09); border-radius: 16px; padding: 28px; transition: transform .35s var(--rd-ease), border-color .35s, background .35s; }
.iso-card:hover { transform: translateY(-6px); border-color: rgba(52, 179, 100, .5); background: var(--rd-ink-3); }
.iso-code { display: inline-flex; align-items: center; background: rgba(52, 179, 100, .14); color: var(--rd-green-lt); font-family: var(--rd-font-head); font-weight: 700; font-size: 14px; letter-spacing: .02em; padding: 8px 14px; border-radius: 8px; margin-bottom: 18px; }
.iso-card h3 { font-family: var(--rd-font-head); font-weight: 600; font-size: 19px; line-height: 1.25; margin: 0 0 10px; color: #fff; }
.iso-card p { font-size: 13.5px; line-height: 1.5; color: var(--rd-muted-d); margin: 0; display: flex; align-items: center; gap: 7px; }
.iso-card p svg, .iso-card p .fa-check { color: var(--rd-gold); flex: 0 0 auto; }
@media (max-width: 991.98px) { .iso-card { flex-basis: calc((100% - 20px) / 2); } }
@media (max-width: 575.98px) { .iso-card { flex-basis: 100%; } }

/* Sertifika galerisi (about) — mevcut .cert-card ile uyumlu, çoklu grid */
.cert-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 991.98px) { .cert-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479.98px) { .cert-grid-4 { grid-template-columns: 1fr; } }

/* Stroke SVG ikonlarına bağlam-bazlı boyut (FA'dan çevrilenler width/height'sız) */
.info-card__icon svg { width: 22px; height: 22px; }
.menu-cell__ov span svg { width: 18px; height: 18px; }
.role-chip svg { width: 14px; height: 14px; flex: 0 0 auto; }
.proj-card__foot .ico svg { width: 20px; height: 20px; }
.cert-card__zoom-badge svg { width: 16px; height: 16px; }

/* =====================================================================
   20. ANİMASYON & İNCE AYAR (kurumsal canlandırma)
   ===================================================================== */
/* İki beyaz kart arası boşluk (ör. Hedefler/KPI sayfası) */
.paper + .paper { margin-top: 28px; }

/* İletişim formu — alan boşlukları (isim/e-posta/mesaj) */
.contact-form-card form { display: flex; flex-direction: column; gap: 16px; }

/* Scroll ilerleme çubuğu (üstte ince) */
.scroll-progress { position: fixed; top: 0; right: 0; height: 3px; width: 0; z-index: 2000; background: linear-gradient(-90deg, var(--rd-green), var(--rd-green-lt)); box-shadow: 0 0 10px rgba(52, 179, 100, .5); transition: width .12s linear; pointer-events: none; }

/* Ambient glow salınımı (hero + sayfa başlığı arka planı) */
@keyframes rdGlow { 0%, 100% { opacity: .6; transform: scale(1); } 50% { opacity: 1; transform: scale(1.12); } }
.hero::before, .page-hero::before { animation: rdGlow 9s ease-in-out infinite; }

/* Yüzen rozette çok hafif dikey salınım */
@keyframes rdFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.hero__tag { animation: rdFloat 5.5s ease-in-out infinite; }

/* Reveal öğelerinde hafif ölçek — daha canlı giriş */
.reveal { transition: opacity .8s var(--rd-ease), transform .8s var(--rd-ease); }

/* Daha akıcı hover (GPU ipucu) */
.svc-card, .cert-card, .testi-card, .proj-card, .menu-cell, .info-card, .iso-card, .nav-cta, .btn-accent, .btn-dark { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
    .hero::before, .page-hero::before, .hero__tag { animation: none !important; }
    .scroll-progress { display: none; }
}

/* Özel lightbox (menü galerisi + sertifika) — dc menu.dc-2 tasarımı */
.lb { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 24px; cursor: zoom-out; background: rgba(8, 16, 13, .93); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.lb.is-open { opacity: 1; visibility: visible; }
.lb__stage { display: flex; flex-direction: column; align-items: center; gap: 16px; cursor: default; }
.lb__img { max-width: min(90vw, 1100px); max-height: 80vh; border-radius: 14px; box-shadow: 0 40px 100px -20px rgba(0, 0, 0, .7); border: 1px solid rgba(255, 255, 255, .12); display: block; }
.lb__caption { font-family: var(--rd-font-head); font-weight: 600; font-size: 15px; color: #fff; text-align: center; max-width: 600px; }
.lb__caption:empty { display: none; }
.lb__counter { position: absolute; top: 24px; right: 26px; font-family: var(--rd-font-head); font-weight: 600; font-size: 14px; color: #C5D3C9; letter-spacing: .05em; pointer-events: none; }
.lb__btn { position: absolute; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .25s var(--rd-ease), transform .25s var(--rd-ease); }
.lb__btn:hover { background: var(--rd-green); color: var(--rd-on-green); }
.lb__close { top: 18px; left: 20px; width: 48px; height: 48px; border-radius: 12px; }
.lb__prev, .lb__next { top: 50%; width: 52px; height: 52px; border-radius: 50%; transform: translateY(-50%); }
.lb__prev { right: 20px; }
.lb__next { left: 20px; }
.lb__prev:hover, .lb__next:hover { transform: translateY(-50%) scale(1.08); }
.lb.is-single .lb__prev, .lb.is-single .lb__next { display: none; }
@media (max-width: 575.98px) {
    .lb__prev, .lb__next { width: 44px; height: 44px; }
    .lb__close { width: 44px; height: 44px; }
    .lb__counter { top: 15px; right: 18px; font-size: 13px; }
}
