

.btn-outline-light {
    text-transform: none !important;
    /* Açık renk çerçeveli butonların (btn-outline-light) metnini otomatik büyük harfe çevirmez */
}

/* =========================================================
   7. PROTOKOLLER & SÖZLEŞMELER – Tabs
   (Üst sekme navigasyonu ve ikonları)
   ========================================================= */
#protocols-and-agreements .performance-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    /* Sekmelerin altına ince beyaz çizgi */
    justify-content: center;
    /* Sekmeleri yatayda ortalar */
}

#protocols-and-agreements .performance-tabs .nav-link {
    border: none;
    /* Varsayılan border’ı temizler */
    border-bottom: 2px solid transparent;
    /* Alt çizgiyi şeffaf başlatır; active’de renklenecek */
    padding: 0.75rem 1.4rem;
    /* Sekmenin iç boşluğu */
    font-size: 0.78rem;
    /* Sekme yazı boyutu */
    letter-spacing: 0.18em;
    /* Harfler arası mesafe (kurumsal görünüm) */
    text-transform: uppercase;
    /* Sekme başlıklarını büyük harfe çevirir */
}

#protocols-and-agreements .performance-tabs .nav-link i {
    font-size: 0.9rem;
    /* Sekme içindeki ikon boyutu */
    margin-right: 0.4rem;
    /* İkon ile metin arası yatay boşluk */
}

#protocols-and-agreements .performance-tabs .nav-link.active {
    border-bottom-color: #ffffff;
    /* Aktif sekmenin alt çizgisi beyaz */
    background: rgba(255, 255, 255, 0.08);
    /* Aktif sekmenin arka planı hafif beyaz overlay */
    border-radius: 999px;
    /* Sekmeye kapsül formu verir */
}

#protocols-and-agreements .performance-tab-block {
    max-width: 1050px;
    /* İçerik alanının maksimum genişliği */
    margin: 0 auto;
    /* Ortaya hizalama */
}

#protocols-and-agreements .performance-icon {
    width: 54px;
    /* Yuvarlak ikon alanı genişliği */
    height: 54px;
    /* Yuvarlak ikon alanı yüksekliği */
    border-radius: 50%;
    /* Daire formu */
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* Yarı saydam beyaz daire çerçevesi */
    display: inline-flex;
    /* İçeriği ortalamak için flex */
    align-items: center;
    /* Dikey ortalama */
    justify-content: center;
    /* Yatay ortalama */
}

.performance-icon i {
    font-size: 40px;
    /* İçteki ikon boyutu */
    color: #ffffff;
    /* İkon rengi beyaz */
    opacity: .9;
    /* Bir tık yumuşak beyaz */
}

/* =========================================================
   8. PROTOKOLLER – Accordion (FAQ)
   (Sıkça sorulan sorular için, arka planı cam/transparent)
   ========================================================= */
#tab-faq .accordion {
    background: transparent !important;
    /* Akordeon arka planını şeffaf yapar */
    border: none !important;
    /* Varsayılan kenarlıkları kaldırır */
    box-shadow: none !important;
    /* Varsayılan gölgeleri kaldırır */
    padding: 0 !important;
    /* Ekstra padding temizlenir */
}

#tab-faq .accordion-item {
    background: transparent !important;
    /* Her bir akordeon item’ı şeffaf */
    border: none !important;
    /* Kenarlık yok */
}

#tab-faq .accordion-button {
    background: transparent !important;
    /* Başlık butonu arka planı şeffaf */
    color: #ffffff !important;
    /* Başlık yazısı beyaz */
    box-shadow: none !important;
    /* Bootstrap’in default gölgesini kaldırır */
    padding-left: 0 !important;
    /* Sol padding’i sıfırlar (daha hizalı görünüm) */
}

#tab-faq .accordion-body {
    background: transparent !important;
    /* İç içerik arka planı şeffaf */
    color: #ffffff !important;
    /* İçerik metni beyaz */
    padding-left: 0 !important;
    /* Soldan padding yok */
    padding-top: 0.4rem !important;
    /* Başlık ile gövde arasında hafif boşluk */
}

/* =========================================================
   9. GLOBAL — Mirai Intelligence Scrollbox
   (Tüm sekmeler KVKK / MSS / EULA / SLA / FAQ bu kutuyu kullanır)
   ========================================================= */
.mirai-scrollbox {
    background: rgba(255, 255, 255, 0.06);
    /* Hafif şeffaf beyaz arka plan (cam efekti) */
    backdrop-filter: blur(10px);
    /* Arka planı bulanıklaştırır (glassmorphism) */
    -webkit-backdrop-filter: blur(10px);
    /* Safari için blur desteği */
    border: 1px solid rgba(255, 255, 255, 0.12);
    /* İnce yarı saydam beyaz çerçeve */
    border-radius: 14px;
    /* Köşeleri yuvarlatır */
    padding: 20px 24px;
    /* İç boşlukları ayarlar */
    max-height: 20rem;
    /* Maksimum kutu yüksekliği */
    overflow-y: auto;
    /* İçerik taşarsa dikey scroll ekler */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
    /* Kutunun altına derin gölge verir */
    font-size: 0.85rem;
    /* İç metin yazı boyutu */
    line-height: 1.6;
    /* Satır yüksekliği / okunabilirlik */
}

.mirai-scrollbox::-webkit-scrollbar {
    width: 6px;
    /* Scroll çubuğu genişliği */
}

.mirai-scrollbox::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    /* Scroll çubuğu rengi (aralık) */
    border-radius: 10px;
    /* Scroll çubuğu köşelerini yuvarlatır */
}

.mirai-scrollbox::-webkit-scrollbar-track {
    background: transparent;
    /* Scroll çubuğu arka kanalı görünmez */
}

/* =========================================================
   10. GLOBAL — Mirai Intelligence Tab Title
   (KVKK / SLA / MSS / EULA / FAQ için başlık standardı)
   ========================================================= */
.mirai-tab-title {
    color: #ffffff;
    /* Başlık rengi beyaz */
    font-weight: 600;
    /* Orta kalınlıkta başlık */
    letter-spacing: 0.5px;
    /* Hafif harf aralığı */
    font-size: 1.15rem;
    /* Başlık yazı boyutu */
    margin-bottom: 1.2rem;
    /* Başlık ile alt içerik arası boşluk */
}

/* =========================================================
   PROTOKOLLER – ICON FIXES (WHITE ICONS)
   ========================================================= */
.performance-icon i,
.nav-tabs .nav-link i,
.accordion-button i {
    color: #ffffff !important;
}

/* Saydam ikon arka plan çerçevesi de beyaz olsun istiyorsan: */
.performance-icon {
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sol büyük ikon kaymasın diye min genişlik */
.performance-tab-block .performance-icon {
    min-width: 48px;
}

#tab-faq .performance-icon i {
    color: #ffffff !important;
}

/* Sol ikonların dairesi */
.performance-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Font Awesome ikonların rengi */
.performance-icon i {
    color: #ffffff !important;
    font-size: 22px !important;
}

/* ================================
   PROTOKOLLER – ICON COLOR FIX
   Tüm tablet-ikonların BEYAZ olmasını zorlar.
================================== */
.performance-tab-block .performance-icon i {
    color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
}


@media (min-width: 992px) {


    /* ============================
   MİRAİ LOGO – PREMIUM ANİMASYON
===============================*/
    .mirai-logo-effect {
        position: relative;
        width: 320px;
        height: 320px;
        margin: 0 auto;
    }

    /* ----- LOGO ----- */
    .mirai-core-img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: relative;
        z-index: 10;
        box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
    }

    /* ----- HALO (görünür nefes alan ışık) ----- */
    .mirai-glow {
        position: absolute;
        inset: -45px;
        border-radius: 50%;
        background: radial-gradient(rgba(62, 87, 129, 0.45), rgba(62, 87, 129, 0.0));
        animation: miraiGlow 8s ease-in-out infinite;
        z-index: 1;
    }

    @keyframes miraiGlow {

        0%,
        100% {
            transform: scale(0.9);
            opacity: 0.5;
        }

        50% {
            transform: scale(1.05);
            opacity: 1;
        }
    }

    /* ----- ORBITS (çok net hareket) ----- */
    .mirai-orbit {
        position: absolute;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.55);
        z-index: 2;
    }

    .mirai-orbit.outer {
        inset: -35px;
        animation: orbitOuter 14s linear infinite;
    }

    .mirai-orbit.inner {
        inset: -15px;
        border-color: rgba(255, 255, 255, 0.25);
        animation: orbitInner 10s linear infinite reverse;
    }

    @keyframes orbitOuter {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    @keyframes orbitInner {
        from {
            transform: rotate(360deg);
        }

        to {
            transform: rotate(0deg);
        }
    }

    /* ----- PARTICLES (çok görünür) ----- */
    .mirai-particles {
        position: absolute;
        inset: -28px;
        border-radius: 50%;
        animation: particlesSpin 18s linear infinite;
        z-index: 3;
    }

    @keyframes particlesSpin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .mirai-particles span {
        position: absolute;
        width: 8px;
        height: 8px;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 14px rgba(255, 255, 255, 0.9);
    }

    /* 8 büyük görünür nokta */
    .mirai-particles span:nth-child(1) {
        top: -4px;
        left: 50%;
        transform: translateX(-50%);
    }

    .mirai-particles span:nth-child(2) {
        top: 20%;
        left: 100%;
        transform: translate(-50%, -50%);
    }

    .mirai-particles span:nth-child(3) {
        top: 80%;
        left: 100%;
        transform: translate(-50%, -50%);
    }

    .mirai-particles span:nth-child(4) {
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mirai-particles span:nth-child(5) {
        top: 80%;
        left: 0%;
        transform: translate(-50%, -50%);
    }

    .mirai-particles span:nth-child(6) {
        top: 20%;
        left: 0%;
        transform: translate(-50%, -50%);
    }

    .mirai-particles span:nth-child(7) {
        top: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
    }

    .mirai-particles span:nth-child(8) {
        top: 50%;
        left: 0%;
        transform: translate(-50%, -50%);
    }

    /* =========================================================
   PLAY BUTTON – PREMIUM CENTER ICON
========================================================= */
    .play-btn-center {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        background: rgba(255, 255, 255, 0.15);
        border: 2px solid rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(4px);
        transition: all .35s ease;
    }

    .play-btn-center i {
        font-size: 32px;
        color: #fff;
        transition: all .35s ease;
    }

    .play-btn-center:hover {
        background: rgba(255, 255, 255, 0.3);
        border-color: #fff;
        transform: scale(1.08);
    }

    .play-btn-center:hover i {
        color: #fff;
        transform: scale(1.12);
    }

    /* =========================================================
   HEADER SLIDER – Tipografi Düzeltmesi (Premium Weight)
   ========================================================= */
    .header-title {
        font-weight: 500 !important;
        /* 700 gibi durmasın */
        letter-spacing: 0.5px !important;
        /* premium aralık */
        line-height: 1.2 !important;
    }

    .header-desc {
        font-weight: 300 !important;
        /* yumuşak */
        letter-spacing: 0.2px !important;
        line-height: 1.5 !important;
        opacity: 0.92 !important;
        /* hafif transparan */
    }

    .header-badge {
        font-weight: 500 !important;
        letter-spacing: 1px !important;
    }

    .header-tag {
        font-weight: 400 !important;
        letter-spacing: 0.4px !important;
    }

    /* =========================================================
   MIRAI CEO MASONRY — V4.0 AI CINEMATIC GALLERY
   ========================================================= */
    .ceo-gallery-v4 {
        max-width: 900px;
        margin: 48px auto 0 auto;
        padding: 0 14px;
    }

    .ceo-masonry-v4 .col-6,
    .ceo-masonry-v4 .col-md-4,
    .ceo-masonry-v4 .col-md-8 {
        padding: 0 !important;
    }

    /* BASE IMAGE STYLE — ultra-premium */
    .ceo-v4-img {
        width: 100%;
        border-radius: 16px;
        display: block;
        object-fit: cover;
        /* Depth + Soft Glow */
        box-shadow:
            0 12px 30px rgba(0, 0, 0, .22), 0 4px 14px rgba(0, 0, 0, .12);
        transition:
            transform .55s cubic-bezier(.23, 1, .32, 1), box-shadow .55s cubic-bezier(.23, 1, .32, 1), filter .45s ease;
        /* Gradient Mask (çok hafif) */
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, .92));
        mask-size: 100% 100%;
    }

    /* HOVER: 3D depth + AI glow + lift */
    .ceo-v4-img:hover {
        transform: translateY(-10px) scale(1.04) rotateX(1deg) rotateY(-1deg);
        filter: brightness(1.1) saturate(1.05);
        box-shadow:
            0 22px 55px rgba(0, 0, 0, .35), 0 10px 20px rgba(0, 0, 0, .22), 0 0 18px rgba(80, 130, 255, .25);
        /* AI Glow */
    }

    /* Reflection effect under images */
    .ceo-v4-img::after {
        content: "";
        position: absolute;
    }

    /* Scroll Fade-Up Stagger – enriched version */
    .fade-item {
        opacity: 0;
        transform: translateY(40px) scale(.96);
        animation: fadeUpV4 1.15s forwards cubic-bezier(.23, 1, .32, 1);
    }

    .fade-item:nth-child(1) {
        animation-delay: .12s
    }

    .fade-item:nth-child(2) {
        animation-delay: .24s
    }

    .fade-item:nth-child(3) {
        animation-delay: .36s
    }

    .fade-item:nth-child(4) {
        animation-delay: .48s
    }

    .fade-item:nth-child(5) {
        animation-delay: .60s
    }

    .fade-item:nth-child(6) {
        animation-delay: .72s
    }

    .fade-item:nth-child(7) {
        animation-delay: .84s
    }

    @keyframes fadeUpV4 {
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    /* MOBILE OPTIMIZATION */
    @media(max-width: 768px) {
        .ceo-gallery-v4 {
            max-width: 100%;
            padding: 0 6px;
        }
    }

    /* =========================================================
   MIRAI SHARE ICONS — FINAL V5 (No conflicts)
========================================================= */
    .share-icons li {
        display: inline-block;
        margin-right: 10px;
    }

    .share-icons a {
        text-decoration: none !important;
    }

    .share-icons a span {
        font-size: 22px;
        /* Normal boyut */
        color: rgba(255, 255, 255, 0.75) !important;
        /* Soft beyaz */
        transition:
            color .25s ease, transform .30s cubic-bezier(.22, .61, .36, 1), text-shadow .30s ease;
    }

    /* HOVER – Premium effect */
    .share-icons a:hover span {
        color: #ffffff !important;
        transform: scale(1.45);
        /* Hissedilir büyüme */
        text-shadow: 0 0 14px rgba(255, 255, 255, 0.65);
        /* Glow */
    }


    .feature-item h5 {
        font-weight: 500;
        font-size: 1.35rem;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #111;
        /* Hafif koyu premium siyah */
        margin-bottom: 0.75rem;
        transition: color .3s ease, transform .3s ease;
    }

    .feature-item:hover h5 {
        color: #000;
        transform: translateX(4px);
    }


    .feature-item h5 {
        position: relative;
        font-weight: 600;
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        color: #222;
        padding-bottom: 6px;
    }

    .feature-item h5::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 42px;
        height: 3px;
        background: linear-gradient(90deg, #ff8a85, #ffd1cf);
        border-radius: 2px;
        opacity: 0.7;
        transition: width .35s ease, opacity .35s ease;
    }

    .feature-item:hover h5::after {
        width: 200px;
        opacity: 1;
    }


    .feature-item h5 {
        font-size: 1.45rem;
        font-weight: 700;
        /* Kalın ama kaba değil */
        text-transform: uppercase;
        letter-spacing: 0.6px;
        color: #1c1c1c;
        margin-bottom: 10px;
        transition: transform .25s ease, color .25s ease;
    }

    .feature-item:hover h5 {
        transform: scale(1.05);
        color: #000;
    }


    /* ================================
   MIRAI STATS — PREMIUM V1.0
================================ */

    /* SECTION WRAPPER */
    #mirai-stats {
        position: relative;
        padding: 90px 0;
        color: #fff;
    }

    .mirai-stats-title {
        font-size: 52px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .mirai-stats-sub {
        text-transform: uppercase;
        opacity: .75;
        font-size: 14px;
        margin-top: 8px;
    }

    .mirai-stats-hr {
        width: 40px;
        height: 2px;
        background: #fff;
        border: none;
        margin: 20px auto 40px;
    }

    /* STAT ITEM */
    .mirai-stat {
        margin-bottom: 40px;
    }

    /* ICON CIRCLE */
    .mirai-stat-icon {
        width: 90px;
        height: 90px;
        margin: 0 auto 15px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(6px);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.25);
        transition: transform .35s ease, box-shadow .35s ease;
    }

    .mirai-stat-icon i {
        font-size: 38px;
        opacity: 0.85;
    }

    /* HOVER EFFECT */
    .mirai-stat:hover .mirai-stat-icon {
        transform: scale(1.12);
        box-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
    }

    .mirai-stat-number {
        font-size: 40px;
        font-weight: 300;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }

    .mirai-stat-label {
        font-size: 13px;
        opacity: .85;
        white-space: nowrap;
    }

    /* RESPONSIVE */
    @media(max-width: 768px) {
        .mirai-stats-title {
            font-size: 36px;
        }

        .mirai-stat-number {
            font-size: 30px;
        }
    }


    /* ===============================================
   MIRAI STATS — PREMIUM GLASS STYLE
=============================================== */

    .mirai-stats-section {
        position: relative;
        padding: 90px 0;
    }

    .mirai-stats-title {
        color: #fff;
        font-size: 46px;
        font-weight: 300;
        letter-spacing: 2px;
    }

    .mirai-stats-sub {
        color: rgba(255, 255, 255, 0.85);
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-top: 6px;
        font-size: 13px;
    }

    .mirai-stats-hr {
        width: 60px;
        height: 2px;
        background: #fff;
        opacity: 0.8;
        margin: 18px auto 40px;
    }

    /* STAT BOX */
    .mirai-stat {
        text-align: center;
        margin-bottom: 40px;
    }

    /* ICON CIRCLE */
    .mirai-stat-icon {
        width: 92px;
        height: 92px;
        margin: 0 auto 15px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;

        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(10px);

        box-shadow:
            0 10px 25px rgba(0, 0, 0, 0.35),
            inset 0 0 12px rgba(255, 255, 255, 0.10);

        transition: all .35s ease;
    }

    .mirai-stat-icon i {
        font-size: 34px;
        color: #fff;
        opacity: .92;
    }

    .mirai-stat-icon:hover {
        transform: scale(1.16);
        background: rgba(255, 255, 255, 0.18);
        border-color: rgba(255, 255, 255, 0.55);
    }

    /* NUMBER */
    .mirai-stat-number {
        font-size: 38px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 300;
        margin-bottom: 4px;
        transition: transform .25s ease;
    }

    .mirai-stat-number:hover {
        transform: scale(1.08);
    }

    /* LABEL */
    .mirai-stat-label {
        color: rgba(255, 255, 255, 0.85);
        font-size: 14px;
        letter-spacing: .5px;
    }


    /* ============================
   HAKKIMIZDA – Düzenlemeler
============================ */

    /* Değerler & Hedefler listesi */
    #about-us .about-list {
        text-align: left !important;
        padding-left: 0 !important;
        margin: 0;
    }

    #about-us .about-list li {
        list-style: none;
        margin-bottom: 12px;
        padding-left: 28px;
        position: relative;
        line-height: 1.45;
        font-size: 15px;
    }

    /* Madde başı ikonu */
    #about-us .about-list li::before {
        content: "\f058";
        /* check-circle */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 16px;
        color: #3e5781;
    }

    /* Logo hizalama – kayma sorunu çözümü */
    #about-us .mirai-logo-effect {
        max-width: 280px;
        margin: 0 auto !important;
        display: block;
    }

    /* Tablet düzeni */
    @media (max-width: 991px) {
        #about-us .col-md-4 {
            text-align: center !important;
            margin-bottom: 35px;
        }

        #about-us .about-list {
            text-align: center !important;
        }

        #about-us .about-list li {
            padding-left: 0 !important;
        }

        #about-us .about-list li::before {
            display: none;
            /* Tablet için ikon istersen burayı kaldırırız */
        }
    }


    /* ------------------------------ */
    /* 1) Fade + Lift Reveal Effect   */
    /* ------------------------------ */
    .reveal-fade-up {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s ease-out;
    }

    .reveal-fade-up.visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* ------------------------------ */
    /* 2) Micro Parallax Tilt         */
    /* ------------------------------ */
    .tilt-item {
        transition: transform 0.2s ease-out;
        transform-style: preserve-3d;
    }

    /* ------------------------------ */
    /* 3) Soft Fog Gradient Layer     */
    /* ------------------------------ */
    .eco-fog-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(to bottom,
                rgba(255, 255, 255, 0.55) 0%,
                rgba(255, 255, 255, 0.15) 40%,
                rgba(255, 255, 255, 0) 80%);
        opacity: 0;
        animation: fogReveal 2.5s ease forwards;
    }

    @keyframes fogReveal {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    /* =========================================================
   MIRAI ECOSYSTEM – ULTRA PREMIUM WAVE TIMING v1.1
   ========================================================= */

    .reveal-fade-up {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 1.6s ease, transform 1.6s ease;
    }

    /* Wave delays (yavaşlatılmış, premium) */
    .wave-1 {
        transition-delay: 0.00s !important;
    }

    .wave-2 {
        transition-delay: 0.25s !important;
    }

    .wave-3 {
        transition-delay: 0.55s !important;
    }

    .wave-4 {
        transition-delay: 0.85s !important;
    }

    .wave-5 {
        transition-delay: 1.15s !important;
    }

    /* Reveal active (JS tetikliyor) */
    .reveal-active {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }


    /* =========================================================
   MIRAI PORTFOLIO — HOVERDIR COMPATIBLE PREMIUM HOVER
========================================================= */

    .mirai-hoverbox {
        position: relative;
        overflow: hidden;
        border-radius: 14px;
    }

    .mirai-hoverbox img {
        transition: transform .55s cubic-bezier(.22, .61, .36, 1);
        width: 100%;
        display: block;
    }

    .hoverdir-item:hover img {
        transform: scale(1.08);
    }

    /* HOVER LAYER */
    .mirai-hover-layer {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.20);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 22px;
        text-align: center;
        opacity: 0;
        transition: opacity .45s ease;
        pointer-events: none;
        /* Hover yön animasyonu için KALACAK */
    }
	
	/* HoverDir overlay koyuluğunu azalt (tema CSS'ini ezer) */
.hoverdir-item .hoverdir-text{
  background: rgba(0,0,0,0.85) !important;
}

	
	

    .hoverdir-item:hover .mirai-hover-layer {
        opacity: 1;
    }

    /* Inner content */
    .mirai-hover-layer h3 {
        font-size: 1.55rem;
        color: #fff;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .mirai-hover-layer p {
        color: rgba(255, 255, 255, 0.85);
        font-size: .9rem;
        letter-spacing: .5px;
    }

    /* SADECE BUTON TIKLANABİLİR OLSUN — Modal için gerekli */
    .btn-mirai {
        background: #fff;
        color: #000;
        padding: 6px 18px;
        font-size: .75rem;
        border-radius: 20px;
        display: inline-block;
        margin-top: 10px;
        transition: all .3s ease;
        pointer-events: auto !important;
        /* 🔥 ASIL SİHİR BURADA */
        cursor: pointer;
    }

    .btn-mirai:hover {
        background: #1a1a1a;
        color: #fff;
    }


    /* MIRAI EKOSİSTEMİ – MERKEZ LOGO + DOUBLE ORBIT */

    .eco-center {
        position: relative;
    }

    /* Sadece logo taşıyıcı – arka daire YOK */
    .eco-center-circle {
        position: relative;
        width: 170px;
        height: 170px;
        margin: 0 auto;
        border-radius: 50%;
        background: transparent;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }

    /* Logo */
    .eco-logo-full {
        max-width: 80%;
        height: auto;
        filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    }

    /* Ortak orbit stil */
    .eco-orbit {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        border-style: dashed;
        border-color: rgba(62, 87, 129, 0.45);
        pointer-events: none;
    }

    /* Dış orbit – saat yönünün tersine */
    .eco-orbit-outer {
        width: 260px;
        height: 260px;
        border-width: 2px;
        opacity: 0.85;
        transform: translate(-50%, -50%);
        animation: ecoOrbitCCW 18s linear infinite;
        z-index: 1;
    }

    /* İç orbit – saat yönünde, biraz daha ince ve hafif */
    .eco-orbit-inner {
        width: 220px;
        height: 220px;
        border-width: 1.5px;
        opacity: 0.6;
        transform: translate(-50%, -50%);
        animation: ecoOrbitCW 14s linear infinite;
        z-index: 2;
    }

    /* Animasyonlar */
    @keyframes ecoOrbitCCW {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(-360deg);
        }
    }

    @keyframes ecoOrbitCW {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }


    /* MERKEZ LOGO BOYUTU – %25 büyük */
    .eco-center-circle {
        width: 212px;
        /* 170 → ~%25 artış */
        height: 212px;
    }

    /* LOGO İÇ BOYUTU */
    .eco-logo-full {
        max-width: 82%;
        /* 80 → 82 */
    }

    /* DIŞ ORBİT – %25 büyük */
    .eco-orbit-outer {
        width: 325px;
        /* 260 → 325 */
        height: 325px;
    }

    /* İÇ ORBİT – %25 büyük */
    .eco-orbit-inner {
        width: 275px;
        /* 220 → 275 */
        height: 275px;
    }


    /* =========================================================
   NASIL ÇALIŞIYORUZ? — Process Timeline Premium Styles
   RefCode: SEC-HOW-01
   Versiyon: 1.0.4
   ========================================================= */

    .process-item {
        position: relative;
    }

    /* İkon çerçevesi: kabartmalı, beyaz, hafif gölgeli */
    .process-icon-circle {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        padding: 4px;
        background: #ffffff;
        border: 2px dashed rgba(0, 0, 0, 0.10);
        box-shadow:
            0 12px 26px rgba(0, 0, 0, 0.18),
            0 3px 6px rgba(0, 0, 0, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    /* Görsel: hafif büyütülmüş, hover’da biraz daha zoom */
    .process-icon {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        transform: scale(1.03);
        transition:
            transform 0.45s cubic-bezier(.22, .61, .36, 1),
            filter 0.45s ease;
    }

    /* Hover durumunda ikon ve numara biraz canlansın */
    .process-item:hover .process-icon {
        transform: scale(1.10);
        filter: saturate(1.08);
    }

    .process-item:hover .process-number-circle {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }


    /* OUTER FRAME – PREMIUM ORTA GENİŞLİK */
    .mirai-bmc-frame {
        width: 100%;
        max-width: 1520px;
        /* Sayfaya yayılıyor ama tam duvar gibi değil */
        margin: 0 auto;
        /* Ortalı kalsın */
        border: 1px solid rgba(255, 255, 255, 0.45);
        border-radius: 18px;
        padding: 32px 30px;
        /* Biraz daha ince padding */
        backdrop-filter: blur(6px);
        background: rgba(0, 0, 0, 0.18);
        box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
    }

    /* ORIGINAL BMC GRID (simetri sabit) */
    .mirai-bmc-grid {
        display: grid;
        grid-gap: 24px;
        grid-template-areas:
            "partners activities value relationships segments"
            "resources resources channels channels channels"
            "cost cost cost revenue revenue";
    }

    /* GRID AREAS */
    .partners {
        grid-area: partners;
    }

    .activities {
        grid-area: activities;
    }

    .value {
        grid-area: value;
    }

    .relationships {
        grid-area: relationships;
    }

    .segments {
        grid-area: segments;
    }

    .resources {
        grid-area: resources;
    }

    .channels {
        grid-area: channels;
    }

    .cost {
        grid-area: cost;
    }

    .revenue {
        grid-area: revenue;
    }

    /* BOXES */
    .box {
        border-radius: 14px;
        padding: 20px 20px;
        /* 24px 22px → 20px 20px (daha zarif, daha alçak) */
        border: 0.75px solid rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(10px);
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
        transition: .28s cubic-bezier(.25, .46, .45, .94);
        text-align: left;
    }

    .box:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
    }

    /* HEADINGS */
    .box h4 {
        font-weight: 700;
        color: #fdfdfd;
        margin-bottom: 14px;
        font-size: 1.02rem;
        letter-spacing: .35px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* LIST */
    .box ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .box ul li {
        margin-bottom: 6px;
        padding-left: 14px;
        position: relative;
        color: #f3f4f6;
        font-size: .94rem;
        line-height: 1.4rem;
    }

    .box ul li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #f4b46a;
        font-weight: 900;
    }

    /* MIRAI LINE-ICON SET (3 çizgili badge) */
    .mirai-icon {
        width: 20px;
        height: 20px;
        border-radius: 7px;
        border: 1px solid rgba(255, 255, 255, 0.75);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #f8e0b8;
    }

    .mirai-icon::before {
        content: "";
        position: absolute;
        width: 11px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        box-shadow: 0 4px 0 currentColor, 0 -4px 0 currentColor;
    }

    /* Bloklara göre hafif renk tonu (warm pastel glass) */
    .warm-partners {
        background: rgba(214, 198, 143, 0.24);
    }

    .warm-activities {
        background: rgba(221, 173, 137, 0.24);
    }

    .warm-value {
        background: rgba(255, 239, 213, 0.24);
    }

    .warm-relationships {
        background: rgba(255, 208, 190, 0.24);
    }

    .warm-segments {
        background: rgba(232, 213, 144, 0.24);
    }

    .warm-resources {
        background: rgba(214, 179, 196, 0.24);
    }

    .warm-channels {
        background: rgba(216, 206, 191, 0.24);
    }

    .warm-cost {
        background: rgba(200, 193, 185, 0.24);
    }

    .warm-revenue {
        background: rgba(198, 219, 156, 0.24);
    }

    /* Responsive: mobilde tek kolon */
    @media (max-width: 1200px) {
        .mirai-bmc-grid {
            grid-template-areas:
                "partners"
                "activities"
                "value"
                "relationships"
                "segments"
                "resources"
                "channels"
                "cost"
                "revenue";
        }
    }


    /* ============================================================
   MIRAI CANVAS — Frame, kutular, başlık, numara, ikon, tooltip
   ============================================================ */

    /* DIŞ ÇERÇEVE GENİŞLİĞİ ve ORTALAMA */
    .mirai-bmc-frame {
        max-width: 1900px;
        /* Gerekirse 1600–1800 civarına çekebilirsin */
        margin: 0 auto;
        /* yatayda ortalar */
        padding: 2.5rem 3rem;
        /* çerçeve ile kutular arasındaki boşluk */
    }

    /* GRID'İ de tam ortaya çekelim */
    .mirai-bmc-grid {
        margin-inline: auto;
    }

    /* KUTU: referans noktası + hover animasyonları */
    .mirai-bmc-grid .box {
        position: relative;
        transition:
            transform 0.35s ease,
            box-shadow 0.35s ease,
            border-color 0.35s ease,
            backdrop-filter 0.35s ease;
        backdrop-filter: blur(12px);
    }

    .mirai-bmc-grid .box:hover {
        transform: translateY(-6px) scale(1.005);
        /* daha az yukarı, daha az büyüme */
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
        /* gölgeyi hafiflet */
        border-color: rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(16px);
    }


    /* BAŞLIK SATIRI */
    .mirai-bmc-title {
        position: relative;
        padding-bottom: 0.65rem;
        margin-bottom: 0.75rem;
        font-size: 0.9rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-align: left;
        gap: 0.45rem;
        padding-right: 2.8rem;
        /* sağ üstteki numara için boşluk */
    }


    /* Başlık altı çizgi — KUTU BORDER’I İLE AYNI STİL */
    .mirai-bmc-title::after {
        content: "";
        position: absolute;
        left: 40px;
        bottom: 0;

        width: 40px;
        /* normal uzunluk (sende vardı) */
        height: 0;
        /* dolgu çizgiyi kapat */
        border-top: 0.75px solid rgba(255, 255, 255, 0.35);
        /* BOX border ile aynı */
        border-radius: 999px;

        background: none;
        /* eski beyaz kalın çizgiyi kapat */
        transition: width 0.35s ease;
    }


    /* Hover’da aynı çizgi sadece UZASIN (stil değişmesin) */
    .mirai-bmc-grid .box:hover .mirai-bmc-title::after {
        width: 5.0rem;
        /* sende vardı */
    }

    /* Eski sabit-uzayan çizgiyi kapat */
    .mirai-bmc-title::after {
        content: none !important;
    }


    /* NUMARA: sağ üst köşe */
    .mirai-bmc-index {
        position: absolute;
        top: 0.45rem;
        right: 1.1rem;

        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.75);
        font-size: 0.8rem;
        font-weight: 600;
        color: #fff;
        background: rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
    }

    .mirai-bmc-grid .box:hover .mirai-bmc-index {
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
    }

    /* İKON ve LABEL (sol üstte kalıyorlar) */
    .mirai-bmc-icon i {
        font-size: 0.95rem;
        opacity: 0.9;
    }

    .mirai-bmc-label {
        white-space: nowrap;
    }

    /* INFO: sağ alt köşe (minicik “i” tooltip tetikleyici) */
    .mirai-bmc-info {
        position: absolute;
        right: 0.9rem;
        bottom: 0.7rem;

        margin-left: 0;
        border: none;
        background: transparent;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 999px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.8rem;
        cursor: pointer;
        transition:
            background-color 0.25s ease,
            color 0.25s ease,
            box-shadow 0.25s ease;
    }

    .mirai-bmc-info:hover {
        background: rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    }

    /* Küçük ekran uyumu */
    @media (max-width: 767.98px) {
        .mirai-bmc-title {
            flex-wrap: wrap;
        }

        .mirai-bmc-label {
            white-space: normal;
        }
    }


    /* Mirai Ekibi (üstteki) – alt padding’i kısalt */
    .mirai-team-section {
        padding-bottom: 3rem;
        /* çok gelirse 2.5rem / 2rem ile oynarsın */
    }

    /* Danışman Kurulu (alttaki) – üst padding’i kısalt */
    .advisory-board-section {
        padding-top: 3rem;
        /* yine 2.5rem / 2rem denenebilir */
    }


    /* Mirai Ekibi ↔ Danışman Kurulu arası premium “bridge” */
    .section-bridge {
        margin: 2.5rem auto 2.5rem;
        /* iki bölüm arası dikey mesafe */
        text-align: center;
    }

    .section-bridge-pill {
        display: inline-block;
        padding: 0.45rem 1.8rem;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
        font-size: 0.8rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #777;
    }


    /* =========================================================
   HERO HEADER — SLIDE ICON NAV (HERO-NAV-01)
   Açıklama: Hero slider altındaki ikon bazlı slayt navigasyonu.
   Amaç: Kullanıcının doğrudan ilgili ana slayta atlamasını sağlamak.
   Last Modified: 2025-12-07 — Mirai Dev Team (Tooltip eklendi)
   ========================================================= */

    #hero-header .hero-slider-nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 6rem;
        /* DEĞİŞTİRİLDİ: Eskisi 3.75rem idi.
                                Daha yukarı almak için 6rem yaptık. */
        z-index: 15;
        pointer-events: none;
        /* yalnızca butonlar tıklanabilir olacak */
    }

    #hero-header .hero-slider-nav-inner {
        display: flex;
        justify-content: center;
        gap: 0.75rem;
    }

    #hero-header .hero-slide-dot {
        pointer-events: auto;
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        background: rgba(0, 0, 0, 0.35);
        color: rgba(255, 255, 255, 0.65);
        /* DEĞİŞTİRİLDİ: Eskisi #ffffff.
                                        Rengi biraz soluklaştırdık. */
        font-size: 0.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        outline: none;
        cursor: pointer;
        transition: all 0.25s ease;
        opacity: 0.6;
        /* DEĞİŞTİRİLDİ: Eskisi 0.65.
                                        Genel opaklık hafifçe düşürüldü. */
        position: relative;
        /* EKLENDİ: Tooltip'i bu butonun
                                        göreli koordinatına bağlamak için. */
    }

    #hero-header .hero-slide-dot .hero-dot-label {
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    #hero-header .hero-slide-dot.is-active,
    #hero-header .hero-slide-dot:hover,
    #hero-header .hero-slide-dot:focus {
        opacity: 1;
        border-color: #ffffff;
        background: rgba(0, 0, 0, 0.65);
        color: #ffffff;
        /* EKLENDİ: Aktif/hover olduğunda
                                        sayıları tekrar tam beyaz yap. */
        transform: translateY(-2px);
    }

    /* =========================================================
   TOOLTIP: aria-label içeriğini gösteren balon
   ========================================================= */

    /* EKLENDİ: Tooltip balonu — metin kaynağı olarak aria-label kullanılır */
    #hero-header .hero-slide-dot::after {
        content: attr(aria-label);
        /* BURASI ÖNEMLİ: Tooltip metni
                                        doğrudan aria-label'den okunuyor. */
        position: absolute;
        left: 50%;
        bottom: 135%;
        /* dairenin biraz üstünde */
        transform: translate(-50%, 4px);
        padding: 0.25rem 0.5rem;
        background: rgba(0, 0, 0, 0.85);
        color: #ffffff;
        font-size: 0.68rem;
        line-height: 1.2;
        white-space: nowrap;
        border-radius: 0.35rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
        z-index: 20;
    }

    /* EKLENDİ: Tooltip'in küçük oku (üçgen) */
    #hero-header .hero-slide-dot::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 125%;
        transform: translateX(-50%);
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 20;
    }

    /* EKLENDİ: Hover/focus halinde tooltip'i göster */
    #hero-header .hero-slide-dot:hover::after,
    #hero-header .hero-slide-dot:focus::after {
        opacity: 1;
        transform: translate(-50%, 0);
        /* hafif yukarı gelsin */
    }

    #hero-header .hero-slide-dot:hover::before,
    #hero-header .hero-slide-dot:focus::before {
        opacity: 1;
    }

    @media (max-width: 767.98px) {
        #hero-header .hero-slider-nav {
            bottom: 4rem;
            /* DEĞİŞTİRİLDİ: Eskisi 2.5rem.
                                        Mobilde de biraz yukarı aldık. */
        }

        #hero-header .hero-slide-dot {
            width: 1.9rem;
            height: 1.9rem;
            font-size: 0.7rem;
        }
    }


    /* =========================================================
   TESTIMONIAL — SLIDE ICON NAV (TST-NAV-01)
   Açıklama: Müşteri görüşleri slider altındaki ikon navigasyonu.
   Amaç: Kullanıcının dilediği görüşe tek tıkla geçmesini sağlamak.
   Last Modified: 2025-12-07 — Mirai Dev Team
   ========================================================= */

    .mirai-testimonial .testimonial-slider-nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -24px;
        /* Cam panelin hemen altı – SENİN bıraktığın hiza */
        z-index: 11;
        pointer-events: none;
        /* Sadece butonlar tıklanabilir olacak */
    }

    .mirai-testimonial .testimonial-slider-nav-inner {
        display: flex;
        justify-content: center;
        gap: 0.75rem;
    }

    .mirai-testimonial .testimonial-slide-dot {
        pointer-events: auto;
        width: 2.1rem;
        height: 2.1rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        background: rgba(0, 0, 0, 0.35);
        color: rgba(255, 255, 255, 0.65);
        /* sayılar hafif soluk */
        font-size: 0.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        outline: none;
        cursor: pointer;
        transition: all 0.25s ease;
        opacity: 0.6;
        position: relative;
        /* tooltip için referans */
    }

    .mirai-testimonial .testimonial-dot-label {
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .mirai-testimonial .testimonial-slide-dot.is-active,
    .mirai-testimonial .testimonial-slide-dot:hover,
    .mirai-testimonial .testimonial-slide-dot:focus {
        opacity: 1;
        border-color: #ffffff;
        background: rgba(0, 0, 0, 0.65);
        color: #ffffff;
        transform: translateY(-2px);
    }

    /* Tooltip — aria-label içeriğini gösteren balon */

    .mirai-testimonial .testimonial-slide-dot::after {
        content: attr(aria-label);
        /* Tooltip metni buradan geliyor */
        position: absolute;
        left: 50%;
        bottom: 135%;
        transform: translate(-50%, 4px);
        padding: 0.25rem 0.55rem;
        background: rgba(0, 0, 0, 0.85);
        color: #ffffff;
        font-size: 0.68rem;
        line-height: 1.2;
        white-space: nowrap;
        border-radius: 0.35rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
        z-index: 20;
    }

    .mirai-testimonial .testimonial-slide-dot::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 125%;
        transform: translateX(-50%);
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 20;
    }

    .mirai-testimonial .testimonial-slide-dot:hover::after,
    .mirai-testimonial .testimonial-slide-dot:focus::after {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .mirai-testimonial .testimonial-slide-dot:hover::before,
    .mirai-testimonial .testimonial-slide-dot:focus::before {
        opacity: 1;
    }

    @media (max-width: 767.98px) {
        .mirai-testimonial .testimonial-slider-nav {
            bottom: -10px;
            /* Mobilde de panelin biraz altında */
        }

        .mirai-testimonial .testimonial-slide-dot {
            width: 1.85rem;
            height: 1.85rem;
            font-size: 0.7rem;
        }
    }


    /* TESTIMONIAL NAV OK İKONLARI */
    .mirai-nav::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: rgba(255, 255, 255, 0.75);
        /* yönü .mirai-prev / .mirai-next içinde vereceğiz */
    }

    /* Sol ok */
    .mirai-prev::before {
        transform: translate(-50%, -50%) rotate(225deg);
    }

    /* Sağ ok */
    .mirai-next::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    /* Hover’da oku da beyaz yapalım */
    .mirai-nav:hover::before {
        border-color: #ffffff;
    }


    /* =========================================================
   CLEAN-ZONE — MİRAİ OPTIMIZED CSS BLOCK (FINAL)
   <section> meta ==========================================
   SECTION: clean-zone
   Açıklama:
   • Tüm optimize edilmiş yeni stiller bu bölümde toplanır.
   • Üst tarafta dağınık veya geçici override kodları, çalışma
     tamamlandığında bu alana taşınır.
   • Index dosyasının yapısı korunur; bu yöntem %100 güvenlidir.
   Amaç/Goal:
   • Kod mimarisini sadeleştirmek
   • Stil tekrarlarını ortadan kaldırmak
   • Tüm bileşenler stabil hale gelinceye kadar güvenli çalışma alanı sağlamak
   Yapı:
   • Katmanlı ve sürümlü CSS blokları
   ChangeLog:
     • 1.0.0 — İlk oluşturma (2025-12-07)
   Versiyon: 1.0.0
   Oluşturan: Mirai Developer Team
   Düzenleyen: İldeniz Tufan Boy — COO, Mirai Intelligence
   E-posta: ildeniz@mira.tr | ildeniz@icloud.com |
           ildeniz@gmail.com | ildeniz@protonmail.com
   data-section: clean-zone
   ========================================================= */


    /* =========================================================
   SEC-HD-00 — DOCUMENT HEAD
   <section> meta ==========================================
   SECTION: document-head
   Açıklama:
   • Bu bölüm yalnızca HTML head içeriği (meta, SEO, OG tags,
     preload fontlar, JSON-LD, CSS/JS linkleri) içerir.
   • Stil tanımı barındırmadığı için CLEAN ZONE içinde aktif
     optimize edilen bir bölüm değildir.
   Amaç/Goal:
   • Head bölümünün stil tarafında ayrıca optimize edilmemesi gerektiğini belirtir.
   Yapı:
   • HTML meta & kaynak bağlantıları
   ChangeLog:
     • 1.0.0 — Tanımlayıcı meta oluşturuldu (2025-12-07)
   Versiyon: 1.0.0
   Oluşturan: Mirai Developer Team
   Düzenleyen: İldeniz Tufan Boy — COO, Mirai Intelligence
   E-posta: ildeniz@mira.tr | ildeniz@icloud.com |
           ildeniz@gmail.com | ildeniz@protonmail.com
   data-section: document-head
   ========================================================= */


    /* ====================== END OF SECTION: document-head ====================== */


    /* =========================================================
   SEC-NAV-01 — NAVBAR (OPTIMIZED CLEAN BLOCK v2 — FINAL)
   <section> meta ==========================================
   SECTION: nav-main
   Açıklama:
   • Navbar linklerindeki gereksiz uppercase zorlamalarını kaldırır.
   • Dropdown genişlik ve taşma problemlerini düzeltir.
   • Dropdown item’ların tüm satırı kaplayan premium arka plan davranışını sağlar.
   • Mobil görünümde spacing ve hizalamayı optimize eder.
   • Hover ile açılan dropdown davranışını stabilize eder.
   • Logo hizalamasını tutarlı hale getirir.
   • Bootstrap çekirdeğine zarar vermeyen güvenli override mimarisi kullanır.
   Amaç/Goal:
   • Kusursuz, erişilebilir, stabil ve tutarlı bir ana navigasyon sunmak.
   Yapı:
   • Bootstrap tabanlı responsive navbar
   Breakpoints:
     • xs → hamburger menü aktif
     • lg → geniş ekran tam menü
   ChangeLog:
     • 2.0.0 — Final optimize version (2025-12-07)
   Versiyon: 2.0.0
   Oluşturan: Mirai Developer Team
   Düzenleyen: İldeniz Tufan Boy — COO, Mirai Intelligence
   E-posta: ildeniz@mira.tr | ildeniz@icloud.com |
           ildeniz@gmail.com | ildeniz@protonmail.com
   RefCode: SEC-NAV-01
   data-section: nav-main
   ========================================================= */


    /* Genel link davranışları — uppercase kaldırma + satır kırılmasını engelleme */
    .navbar .nav-link,
    .navbar .nav-link-text,
    .navbar .dropdown-item {
        text-transform: none !important;
        white-space: nowrap !important;
    }

    /* =========================================================
   DROPDOWN MENU — genişlik kontrolü
   ========================================================= */

    /* Dropdown genişlik optimizasyonu */
    .dropdown-menu {
        min-width: max-content !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }

    /* Dropdown item genişliği — tam satır kapla */
    .dropdown-menu .dropdown-item {
        display: block !important;
        /* Tüm satırı kapla */
        width: 100% !important;
        /* max-content içinde bile full width */
        padding: 0.65rem 1rem !important;
        /* Premium spacing */
        background-color: transparent !important;
        color: #fff !important;
    }

    /* Hover / Focus / Active tüm satırı siyah kaplar */
    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu .dropdown-item:active {
        background-color: rgba(0, 0, 0, 0.65) !important;
        color: #fff !important;
    }

    /* Açılan dropdown'ın hafif aşağı kayması */
    .nav-item.dropdown .dropdown-menu {
        margin-top: 0.4rem !important;
    }

    /* Dropdown hover davranışı (Bootstrap dışında) */
    .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
    }

    /* =========================================================
   MOBIL GÖRÜNÜM
   ========================================================= */
    @media (max-width: 991.98px) {
        .navbar-nav .nav-item {
            margin-bottom: 0.35rem;
        }
    }

    /* =========================================================
   NAVBAR SCROLL DAVRANIŞI
   ========================================================= */
    .navbar[data-navbar-on-scroll] {
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    /* =========================================================
   LOGO HİZALAMASI
   ========================================================= */
    .navbar-brand img {
        display: block;
        height: 75px;
        width: auto;
    }

    /* Hamburger icon spacing refine */
    .navbar-toggler {
        padding: 0.35rem 0.45rem !important;
    }


    /* ====================== END OF SECTION: nav-main ====================== */


    /* =========================================================
   SEC-HERO-01 — HERO HEADER CLEAN BLOCK
   <section> meta ==========================================
   SECTION: hero-header
   Açıklama:
   • Slider görseli 100vh + cover olacak şekilde optimize edildi.
   • Overlay katmanı hizalandı, flex yapısı temizlendi.
   • Orijinal sol hizalı metin düzeni aynen korunarak refine edildi.
   • Başlık, açıklama, hashtag ve CTA okunabilirlik açısından iyileştirildi.
   • Dot navigasyon + indicator hizaları bozulmadan stabilize edildi.
   • Mobile breakpoints: font-size & padding rafine edildi.
   Amaç/Goal:
   • Hero bölümünün orijinal tasarımını bozmadan daha temiz, stabil, premium görünüm sağlamak.
   Yapı:
   • Swiper tam ekran slider + overlay + sol hizalı text block
   Breakpoints:
     • xs → dikey yığılmış metin
     • lg → sol hizalı düzen
   ChangeLog:
     • 1.0.0 — İlk clean edition optimize edildi (2025-12-07)
   Versiyon: 1.0.0
   Oluşturan: Mirai Developer Team
   Düzenleyen: İldeniz Tufan Boy — COO, Mirai Intelligence
   E-posta: ildeniz@mira.tr | ildeniz@icloud.com |
           ildeniz@gmail.com | ildeniz@protonmail.com
   RefCode: SEC-HERO-01
   data-section: hero-header
   ========================================================= */


    /* =========================================================
   SEC-ABOUT-01 — ABOUT US SECTION CLEAN BLOCK
   Açıklama:
   • HAKKIMIZDA bölümünün başlık ve içerik hiyerarşisini rafine eder
   • 3 kolonlu grid yapısında liste okunabilirliğini ve ikonlu madde
     yapısını iyileştirir
   • Mirai logo efekt bloğunun (glow + orbit + particles) görsel
     dengesini ve animasyonlarını yönetir
   • Typed-text başlık alanında satır yüksekliği ve dikey hizayı optimize eder
   • Küçük ekranlarda kolonların alt alta gelmesini ve tipografinin
     korunmasını sağlar
   ---------------------------------------------------------
   RefCode: SEC-ABOUT-01
   Version: 1.0.0 — Mirai Clean Edition
   Last Update: 2025-12-07
   ========================================================= */


    /* HAKKIMIZDA başlığı altındaki typed-text hizası */
    #about-us [data-typed-text] {
        display: inline-block;
        transform: translateY(0.12rem);
    }

    /* ABOUT LIST — temel liste yapısı */
    .about-list {
        text-align: left !important;
        padding-left: 0 !important;
        margin: 0;
    }

    .about-list li {
        list-style: none;
        margin-bottom: 12px;
        position: relative;
        line-height: 1.45;
    }

    /* ABOUT LIST — Hakkımızda bölümüne özel ikonlu madde yapısı */
    #about-us .about-list {
        text-align: left !important;
    }

    #about-us .about-list li {
        padding-left: 1.35rem;
        margin-bottom: 0.85rem;
        line-height: 1.6;
        font-size: 0.95rem;
    }

    #about-us .about-list li::before {
        content: "•";
        position: absolute;
        left: 0;
        top: 0.1rem;
        font-size: 0.9rem;
        color: #3e5781;
    }

    /* HAKKIMIZDA — Mirai logo bloğunun çevresel hizası */
    #about-us .mirai-logo-effect {
        max-width: 260px;
        margin: 0 auto;
    }

    /* MİRAİ LOGO EFFECT — ana kapsayıcı */
    .mirai-logo-effect {
        position: relative;
        width: 256px;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
        filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.35));
    }

    /* Glow halkası */
    .mirai-glow {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: radial-gradient(circle at 50% 50%,
                rgba(255, 255, 255, 0.8) 0,
                rgba(62, 87, 129, 0.4) 35%,
                rgba(0, 0, 0, 0.9) 80%);
        opacity: 0.8;
        animation: miraiGlow 6s ease-in-out infinite;
    }

    /* Orbit çemberi — temel */
    .mirai-orbit {
        position: absolute;
        inset: 12%;
        border-radius: 50%;
        border: 1px dashed rgba(255, 255, 255, 0.35);
        box-shadow:
            0 0 18px rgba(255, 255, 255, 0.25),
            0 0 32px rgba(62, 87, 129, 0.6);
    }

    /* Dış orbit (yavaş dönüş) */
    .mirai-orbit.outer {
        animation: orbitOuter 26s linear infinite;
    }

    /* İç orbit (ters yönde hafif dönüş) */
    .mirai-orbit.inner {
        inset: 23%;
        border-style: solid;
        opacity: 0.75;
        animation: orbitOuter 18s linear infinite reverse;
    }

    /* Partikül katmanı */
    .mirai-particles {
        position: absolute;
        inset: 0;
        pointer-events: none;
        animation: particlesSpin 36s linear infinite;
    }

    .mirai-particles span {
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: radial-gradient(circle,
                #ffffff 0,
                #c5d4f0 60%,
                transparent 100%);
        box-shadow:
            0 0 8px rgba(255, 255, 255, 0.9),
            0 0 18px rgba(62, 87, 129, 0.9);
    }

    /* Partikül konumları */
    .mirai-particles span:nth-child(1) {
        top: 4%;
        left: 48%;
    }

    .mirai-particles span:nth-child(2) {
        top: 24%;
        right: 6%;
    }

    .mirai-particles span:nth-child(3) {
        bottom: 18%;
        right: 10%;
    }

    .mirai-particles span:nth-child(4) {
        bottom: 6%;
        left: 36%;
    }

    .mirai-particles span:nth-child(5) {
        bottom: 26%;
        left: 4%;
    }

    .mirai-particles span:nth-child(6) {
        top: 28%;
        left: 14%;
    }

    .mirai-particles span:nth-child(7) {
        top: 52%;
        left: 70%;
    }

    .mirai-particles span:nth-child(8) {
        top: 64%;
        left: 20%;
    }

    /* Logo çekirdeği */
    .mirai-core-img {
        position: relative;
        z-index: 2;
        width: 52%;
        height: auto;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
    }

    /* RESPONSIVE — Hakkımızda kolon & liste davranışları */
    @media (max-width: 991px) {
        #about-us .col-md-4 {
            margin-bottom: 1.5rem;
        }

        #about-us .col-md-4:last-child {
            margin-bottom: 0;
        }

        #about-us .about-list {
            text-align: center !important;
        }

        #about-us .about-list li {
            padding-left: 0 !important;
        }

        #about-us .about-list li::before {
            display: none;
        }
    }

    /* ANİMASYONLAR — Mirai logo efektleri */
    @keyframes miraiGlow {
        0% {
            opacity: 0.7;
            transform: scale(0.98);
        }

        50% {
            opacity: 1;
            transform: scale(1.03);
        }

        100% {
            opacity: 0.7;
            transform: scale(0.98);
        }
    }

    @keyframes orbitOuter {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes particlesSpin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-360deg);
        }
    }


    #why-us h5 {
        font-weight: 300;
        /* daha ince ve zarif */
        font-size: 1.05rem;
        /* daha küçük ve kibar */
        letter-spacing: 0.02em;
        /* premium bir hava katar */
    }


    /* ====================== END OF SECTION: about-us ====================== */


    /* ============================================================
   MIRAI BMC — FINAL GRID (NO INDEX VERSION)
   ============================================================ */

    /* GLOBAL RESET */
    .mirai-bmc-grid,
    .mirai-bmc-frame,
    #mirai-canvas .container-fluid {
        box-sizing: border-box;
        overflow-x: hidden !important;
    }

    /* OUTER FRAME */
    .mirai-bmc-frame {
        max-width: 1600px;
        margin: 0 auto;
        padding: 20px;
    }

    /* ============================================================
   GRID — ORIGINAL BUSINESS MODEL CANVAS RATIOS
   ============================================================ */
    .mirai-bmc-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: auto;
        gap: 24px;
        width: 100%;
        padding: 0 20px;
    }

    /* TOP ROW (1–5) */
    .mirai-bmc-grid .partners {
        grid-column: span 2;
    }

    .mirai-bmc-grid .activities {
        grid-column: span 2;
    }

    .mirai-bmc-grid .value {
        grid-column: span 3;
    }

    .mirai-bmc-grid .relationships {
        grid-column: span 2;
    }

    .mirai-bmc-grid .segments {
        grid-column: span 3;
    }

    /* MIDDLE ROW (6–7) */
    .mirai-bmc-grid .resources {
        grid-column: span 6;
    }

    .mirai-bmc-grid .channels {
        grid-column: span 6;
    }

    /* BOTTOM ROW (8–9) */
    .mirai-bmc-grid .cost {
        grid-column: span 7;
    }

    .mirai-bmc-grid .revenue {
        grid-column: span 5;
    }

    /* ============================================================
   BOX DEFAULTS
   ============================================================ */
    .mirai-bmc-grid .box {
        position: relative;
        padding: 28px;
        min-width: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .mirai-bmc-grid .box ul li {
        line-height: 1.45rem;
    }

    /* ============================================================
   INDEX REMOVAL — COMPLETELY HIDE NUMBERS
   ============================================================ */

    /* Hide index elements entirely */
    .mirai-bmc-index {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Remove any leftover space inside titles */
    .mirai-bmc-title .mirai-bmc-index {
        display: none !important;
    }

    /* ============================================================
   RESPONSIVE
   ============================================================ */
    @media (max-width: 1200px) {
        .mirai-bmc-grid {
            grid-template-columns: repeat(6, 1fr);
        }

        .mirai-bmc-grid .partners,
        .mirai-bmc-grid .activities,
        .mirai-bmc-grid .value,
        .mirai-bmc-grid .relationships,
        .mirai-bmc-grid .segments {
            grid-column: span 6;
        }

        .mirai-bmc-grid .resources {
            grid-column: span 6;
        }

        .mirai-bmc-grid .channels {
            grid-column: span 6;
        }

        .mirai-bmc-grid .cost {
            grid-column: span 6;
        }

        .mirai-bmc-grid .revenue {
            grid-column: span 6;
        }
    }

    @media (max-width: 768px) {
        .mirai-bmc-grid {
            grid-template-columns: 1fr;
        }

        .mirai-bmc-grid .partners,
        .mirai-bmc-grid .activities,
        .mirai-bmc-grid .value,
        .mirai-bmc-grid .relationships,
        .mirai-bmc-grid .segments,
        .mirai-bmc-grid .resources,
        .mirai-bmc-grid .channels,
        .mirai-bmc-grid .cost,
        .mirai-bmc-grid .revenue {
            grid-column: span 1;
        }
    }


    /* Canvas kutuları: sidebar için zemin */
    .mirai-bmc-frame .box {
        position: relative;
        padding-left: 88px;
        /* Sol dikey bant kadar iç boşluk */
    }


    /* DİKEY SOL BANT BAŞLIK */
    .mirai-bmc-title {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        /* Kutunun tüm yüksekliğini kaplasın */
        width: 40px;
        /* Bant genişliği */

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        background: rgba(255, 255, 255, 0.06);
        border-right: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 26px 0 0 26px;
        padding: 14px 6px;
    }

    /* Numara */
    .mirai-bmc-index {
        font-size: 0.7rem;
        font-weight: 600;
        color: #ffffff;
        opacity: 0.85;
        margin-bottom: 8px;
    }

    /* İkon */
    .mirai-bmc-icon {
        font-size: 1.1rem;
        color: #ffffff;
        margin-bottom: 10px;
    }

    /* Dikey başlık metni */
    .mirai-bmc-label {
        writing-mode: vertical-rl;
        /* Dikey yazı yönü */
        transform: rotate(180deg);
        /* Harfler ters olmasın */
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-align: center;
        color: #ffffff;
    }


    /* İç liste hizası yumuşasın */
    .mirai-bmc-frame .box ul {
        margin-bottom: 0;
    }


    /* SEC-CMP-01 — Hover hareketini kapat */
    #comparisons .compare-list li {
        transition: none;
        /* yumuşak kayma yok */
    }

    #comparisons .compare-list li:hover {
        transform: none;
        /* sağa kayma yok */
        opacity: 0.9;
        /* normal değeri koru */
        font-weight: inherit;
        /* ekstra bold olmasın */
    }


    /* SEC-CMP-01 — Sol & sağ listeler arası görsel bağ (dikey kesik çizgi) */
    @media (min-width: 992px) {

        /* Sadece masaüstünde çizgi olsun, mobilde stack olduğu için gizliyoruz */
        #comparisons .comparison-group .row.g-0 {
            position: relative;
        }

        #comparisons .comparison-group .row.g-0::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            transform: translateX(-0.5px);
            border-left: 1px dashed rgba(0, 0, 0, 0.16);
            pointer-events: none;
        }

        /* Sol kolon eksene biraz yaklaşsın */
        #comparisons .comparison-group .col-md-6:first-child .comparison-panel-body {
            padding-right: 30px;
        }

        /* Sağ kolon eksene biraz yaklaşsın */
        #comparisons .comparison-group .col-md-6:last-child .comparison-panel-body {
            padding-left: 30px;
        }
    }


    /* =========================================================
   BACK-TO-TOP + HIZLI MENÜ — ORTAK ÖLÇÜLER
   ========================================================= */
    :root {
        --backtop-size: 44px;
        /* her iki butonun eni/boyu */
        --backtop-right: 20px;
        /* sağ boşluk */
        --backtop-bottom: 20px;
        /* alt boşluk */
        --quickmenu-gap: 12px;
        /* iki buton arası mesafe */
    }

    /* BACK TO TOP BUTONU (sağ alt) */
    a.btn-back-to-top {
        position: fixed;
        bottom: var(--backtop-bottom);
        right: var(--backtop-right);
        width: var(--backtop-size);
        height: var(--backtop-size);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }

    /* =========================================================
   HIZLI MENÜ (TÜM BİLEŞENLER) — BUTON & PANEL
   ========================================================= */

    /* Ana kapsayıcı: scroll-top ile YAN YANA */
    #mirai-components-menu {
        position: fixed;
        bottom: var(--backtop-bottom);
        right: calc(var(--backtop-right) + var(--backtop-size) + var(--quickmenu-gap));
        z-index: 9999;
        width: var(--backtop-size);
        height: var(--backtop-size);
    }

    /* Toggle buton (tam 44x44) */
    .mcm-btn {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(110, 110, 110, 0.9);
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s ease;
    }

    .mcm-btn:hover {
        background: #c40000;
    }

    /* İkon (Font Awesome) */
    .mcm-btn .mcm-icon {
        font-size: 20px;
        color: #fff;
    }

    /* Tooltip – sadece KAPALIYKEN, butonun ÜSTÜNDE */
    .mcm-tooltip {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: calc(100% + 6px);
        padding: 4px 10px;
        background: #000000dd;
        color: #fff;
        font-size: 12px;
        border-radius: 6px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s ease;
    }

    /* Menü kapalıyken hover’da göster */
    #mirai-components-menu[data-open="false"]:hover .mcm-tooltip {
        opacity: 1;
    }

    /* Menü açıkken tooltip tamamen kapalı */
    #mirai-components-menu[data-open="true"] .mcm-tooltip {
        opacity: 0;
        pointer-events: none;
    }

    /* ANA PANEL — BUTONUN ÜSTÜNE DOĞRU AÇILIR */
    .mcm-panel {
        position: absolute;
        right: 0;
        bottom: calc(100% + 10px);
        /* yukarı açılıyor */
        display: none;
        /* JS ile aç-kapa */
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(10px);
        border-radius: 18px;
        padding: 6px 0;
        width: 260px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    }

    /* Ana satırlar */
    .mcm-item {
        position: relative;
    }

    /* Grup başlığı */
    .mcm-item-label {
        display: block;
        padding: 9px 18px;
        font-size: 13px;
        color: #ffffff;
        opacity: 0.9;
    }

    /* Grup başlığı hover: kırmızı arka plan */
    .mcm-item.has-sub:hover>.mcm-item-label {
        background: #c40000;
        color: #fff;
    }

    /* ALT MENÜ – SAĞDAN SOLA VE YUKARI DOĞRU AÇILSIN (TÜM GRUPLAR) */
    .mcm-submenu {
        position: absolute;
        top: auto;
        /* aşağı değil */
        bottom: 0;
        /* satıra yasla, yukarı doğru büyüsün */
        right: 100%;
        /* sola açılma */
        margin-right: 6px;
        min-width: 260px;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(10px);
        border-radius: 14px;
        padding: 6px 0;
        display: none;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    }

    /* Ana satır hover’da alt menü aç */
    .mcm-item.has-sub:hover .mcm-submenu {
        display: block;
    }

    /* Alt menü linkleri */
    .mcm-submenu a {
        display: block;
        padding: 8px 18px;
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        transition: 0.2s ease;
    }

    /* Alt menü satır hover: tüm satır kırmızı, yazı beyaz */
    .mcm-submenu a:hover {
        background: #c40000;
        color: #fff;
    }


    /* PROTOKOLLER sekmeleri arasında ince, kesik dikey ayraç */
    .performance-tabs .nav-item {
        position: relative;
    }

    /* İlk sekme hariç hepsinin soluna dikey kesik çizgi */
    .performance-tabs .nav-item+.nav-item::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -6px;
        /* çizgiyi iki sekmenin ortasına almak için, gerekirse -4 / -8 ile oyna */
        transform: translateY(-50%);
        height: 16px;
        /* çizginin boyu – çok uzun gelirse 10–12px yap */
        border-left: 1px dashed rgba(255, 255, 255, 0.22);
        /* çok çok hafif */
        pointer-events: none;
    }


    /* PROTOKOLLER sekmeleri – nav item temel ayar */
    .performance-tabs .nav-item {
        position: relative;
    }

    /* Sekmeler arası dikey ayraç – daha belirgin ve tam ortalı */
    .performance-tabs .nav-item+.nav-item::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        /* tam iki sekmenin ortası */

        height: 18px;
        /* ← AYRAÇ BOYU: istersen 16 / 20 yap */
        border-left: 1px solid rgba(255, 255, 255, 0.45);
        /* ← BELİRGİNLİK */
        pointer-events: none;
        z-index: 0;
    }

    /* Ayraç çizgisi arkada, sekme butonu önde kalsın */
    .performance-tabs .nav-link {
        position: relative;
        z-index: 1;
        padding-left: 1.1rem;
        /* ← yatay boşluk; gerekirse azalt / artır */
        padding-right: 1.1rem;
    }


    /* Aktif sekmede yazı ve ikon rengi kırmızı */
    .performance-tabs .nav-link.active,
    .performance-tabs .nav-link.active i {
        color: #ff4d4d !important;
        /* ← kırmızı tonu, zevkine göre değiştir */
    }


    /* Protokoller panelinin yatay genişliği */
    .performance-tab-block {
        max-width: 1200px;
        /* ← GENİŞLİK: 1100 / 1280 / 1400 ile oynayabilirsin */
        margin-left: auto;
        margin-right: auto;
    }


    /* Tab içi metin kutusunun yüksekliği */
    .performance-tab-block .mirai-scrollbox {
        max-height: 480px;
        /* ← YÜKSEKLİK: 360 / 420 / 480 ile oynayabilirsin */
    }


    .mail-link {
        text-decoration: none;
    }

    .mail-link:hover {
        text-decoration: underline;
    }


    .mcm-divider {
        border: none;
        border-top: 1px dashed rgba(255, 255, 255, 0.25);
        margin: 6px 0;
    }


    #mirai-components-menu .mcm-panel,
    #mirai-components-menu .mcm-item,
    #mirai-components-menu .mcm-submenu {
        width: max-content;
        min-width: unset;
    }

    #mirai-components-menu a,
    #mirai-components-menu .mcm-item-label {
        white-space: nowrap;
    }


    .dropdown-menu {
        min-width: 100% !important;
    }

    .dropdown-menu li {
        width: 100%;
    }

    .dropdown-menu li>a {
        display: flex;
        width: 100%;
    }


    /* =========================================
   PERFORMANCE TABS — AKTİF SEKME RENK RESET
   ========================================= */

    .performance-tabs .nav-link.active,
    .performance-tabs .nav-link.show {
        color: #ffffff !important;
        /* kırmızı gider */
    }


    .performance-tabs .nav-link.active i {
        color: #ffffff !important;
    }
	
	
	
	
	
	
	
	
	
	/* Liste kısıt + fade */
.compare-list-wrapper {
  position: relative;
  max-height: 320px; /* ≈ 6 madde */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.compare-list-wrapper.open {
  max-height: 2000px;
}

.fade-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    rgba(255,255,255,0.95)
  );
  pointer-events: none;
}

.compare-list-wrapper.open .fade-overlay {
  display: none;
}

/* Buton */
.btn-show-more {
  background: none;
  border: none;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
  color: #555;
}

	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* =========================================================
   COMPARISON LIST — SADE VE KONTROLLÜ
   ========================================================= */

.compare-list {
  display: grid;
  grid-auto-rows: minmax(28px, auto);
  gap: 10px;
}

.compare-list li {
  position: relative;
  padding-right: 20px;
}

/* İnce bağ çizgisi (abartısız) */
.compare-list.positive li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.25);
  transform: translateY(-50%);
  transition: border-color 0.25s ease;
}

.comparison-group:hover .compare-list.positive li::after {
  border-color: rgba(0, 0, 0, 0.45);
}

/* =========================================================
   COMPARISON GROUP — KART
   ========================================================= */

.comparison-group {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}

/* =========================================================
   HEADER — TEK KAYNAK, TEK GERÇEK
   ========================================================= */

.comparison-group-header {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2b3a55;
  text-align: center;
}

/* =========================================================
   HEADER PILL
   ========================================================= */

.header-pill {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 6px 14px;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  margin-bottom: 6px;
}

/* =========================================================
   HEADER TITLE
   ========================================================= */

.header-title {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.35;
}

/* =========================================================
   HR SHORT — NET
   ========================================================= */

.hr-short {
  height: 2px;
  width: 60px;
  border: none;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}

	
	
	
	.comparison-group-header {
  position: relative;
}

.comparison-group-header::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 420px;   /* ← KİLİT */
  height: 64px;
  background: #fff;
  border-radius: 999px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

	
	
	
	
	.header-oval {
  width: 420px;     /* ← EN KRİTİK SATIR */
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 999px;
}

	
	
	.comparison-group-header,
.comparison-group-header * {
  color: #2b3a55 !important;
}

	
	
	
	
	/* Ana başlık (kart içi) */
.comparison-group-header .header-title {
  font-size: 0.95rem;        /* küçültüldü */
  font-weight: 500;          /* 600/700 yok */
  letter-spacing: 0.02em;    /* nefes aldırır */
  line-height: 1.4;
  color: #2b3a55;
}

/* Mobilde biraz daha da incelsin */
@media (max-width: 768px) {
  .comparison-group-header .header-title {
    font-size: 0.9rem;
  }
}

	
	
	.comparison-group-header .header-title {
  text-transform: uppercase;
  font-size: 0.70rem;
  letter-spacing: 0.08em;
}

	
	
	
	

	
	
	
	
	.bg-holder {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bg-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
}

	
	
	
	
	

	
	

	
	
	

	
	
	
	
	
	
	
/* =========================================================
   TEKNOMEKTEP — PROJE BİLGİ KARTI
   ========================================================= */
.tm-project-card{
  position: relative;
  background: #f3f3f3;
  border-radius: 12px;
  padding: 28px 24px 22px;
  max-width: 360px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(0,0,0,.08);
}
.tm-project-card__topline{
  position:absolute;
  top:0; left:0; right:0;
  height:3px;
  background:#d40d0d;
}
.tm-project-card__title{
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color:#d40d0d;
  margin: 0;
}
.tm-meta-row{
  display:grid;
  grid-template-columns: 1fr;
  row-gap: 6px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.tm-meta-row:last-child{ border-bottom: 0; padding-bottom: 0; }
.tm-meta-row dt{ font-weight: 800; color:#111; }
.tm-meta-row dd{ margin:0; color:#6b6f76; font-weight: 600; }
.tm-meta-row a{
  color:#111;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,0,0,.35);
}
.tm-meta-row a:hover{ border-bottom-color: rgba(212,13,13,.7); color:#d40d0d; }

.tm-project-card__social{ display:flex; gap:10px; }
.tm-social-btn{
  width: 38px; height: 38px; border-radius: 999px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#111; color:#fff; text-decoration:none;
  box-shadow: 0 10px 18px rgba(0,0,0,.14);
}
.tm-social-btn:hover{ color:#fff; transform: translateY(-1px); }

.tm-project-card__decor{
  position:absolute; right:-10px; bottom:-18px;
  width: 150px; height: 95px;
  transform: rotate(-10deg);
  border-radius: 12px;
  pointer-events:none;
}
.tm-decor-gray{
  background: rgba(0,0,0,.08);
  right: 18px; bottom: -26px;
  width: 170px; height: 85px;
}
.tm-decor-red{ background: #d40d0d; }

/* =========================================================
   TEKNOMEKTEP — CHECK + QUOTE
   ========================================================= */
.tm-check{
  width: 22px; height: 22px; border-radius: 999px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#d40d0d; color:#fff;
  flex: 0 0 22px;
  box-shadow: 0 8px 18px rgba(212,13,13,.22);
  font-size: 12px;
}
.tm-quote{
  background: #fff;
  border-left: 4px solid #d40d0d;
  padding: 14px 16px;
  border-radius: 10px;
  color:#333;
  box-shadow: 0 14px 28px rgba(0,0,0,.06);
}



























/* =========================================================
   TEKNOMEKTEP — PROJE BİLGİ KARTI (Informations replacement)
   ========================================================= */
.tm-project-card{
  position: relative;
  background: #f3f3f3;
  border-radius: 12px;
  padding: 28px 24px 22px;
  max-width: 360px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(0,0,0,.08);
}
.tm-project-card__topline{
  position:absolute;
  top:0; left:0; right:0;
  height:3px;
  background:#d40d0d;
}
.tm-project-card__title{
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color:#d40d0d;
  margin: 0;
}
.tm-project-card__meta{
  margin:0;
}
.tm-meta-row{
  display:grid;
  grid-template-columns: 1fr;
  row-gap: 6px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.tm-meta-row:last-child{ border-bottom: 0; padding-bottom: 0; }
.tm-meta-row dt{
  font-weight: 800;
  color:#111;
}
.tm-meta-row dd{
  margin:0;
  color:#6b6f76;
  font-weight: 600;
}
.tm-meta-row a{
  color:#111;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0,0,0,.35);
}
.tm-meta-row a:hover{
  border-bottom-color: rgba(212,13,13,.7);
  color:#d40d0d;
}

.tm-project-card__social{
  display:flex;
  gap:10px;
}
.tm-social-btn{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
  text-decoration:none;
  box-shadow: 0 10px 18px rgba(0,0,0,.14);
}
.tm-social-btn:hover{ color:#fff; transform: translateY(-1px); }

.tm-project-card__decor{
  position:absolute;
  right:-10px;
  bottom:-18px;
  width: 150px;
  height: 95px;
  transform: rotate(-10deg);
  border-radius: 12px;
  pointer-events:none;
}
.tm-decor-gray{
  background: rgba(0,0,0,.08);
  right: 18px;
  bottom: -26px;
  width: 170px;
  height: 85px;
}
.tm-decor-red{
  background: #d40d0d;
}

	
	
	
	
	
/* =========================================================
   TEKNOMEKTEP — CHECK + QUOTE (left content)
   ========================================================= */
.tm-check{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#d40d0d;
  color:#fff;
  flex: 0 0 22px;
  box-shadow: 0 8px 18px rgba(212,13,13,.22);
  font-size: 12px;
}
.tm-quote{
  background: #fff;
  border-left: 4px solid #d40d0d;
  padding: 14px 16px;
  border-radius: 10px;
  color:#333;
  box-shadow: 0 14px 28px rgba(0,0,0,.06);
}

/* =========================================================
   TEKNOMEKTEP — VIDEO SLIDER (CARD İÇİNDE ARKAPLAN VİDEO)
   ========================================================= */
.tm-video-slider .swiper-slide{ height:auto; }

.tm-video-thumb{
  position: relative;
  /* Görsel alanın boyu sabit kalsın istiyorsan burayı değiştir:
     height: 180px;  (alternatif) */
  aspect-ratio: 16 / 9;
  background: #000;
}
.tm-card-video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none; /* tıklama linke gitsin */
}

	
	

	
	
	
	
	
	
	
	
	
	
	
	/* =========================================================
   EDUCATION PACKAGES — Tabs (Gallery) + Airy + Glass (Unified)
   RefCode: SEC-EDU-TABS-UNIFIED
   ========================================================= */

#education-packages-gallery{
  --mirai-tab-accent: #8C0304; /* Mirai Burgundy */
}

/* ---------------------------------------------------------
   BASE: Layout & spacing (all variants)
   --------------------------------------------------------- */

#education-packages-gallery .mirai-package-tabs{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  margin-bottom: 1rem;
  padding-bottom: 10px;
}

#education-packages-gallery .mirai-package-tabs .nav-item{
  position: relative;
}

#education-packages-gallery .tab-content{
  margin-top: 1.25rem;
}

/* Galeri genişliğini koru: max-width yok, daraltma yok */
#education-packages-gallery .thumbnail-grid-container{
  width: 100%;
}

/* ---------------------------------------------------------
   DEFAULT LOOK (if mirai-tabs-airy NOT used)
   --------------------------------------------------------- */

#education-packages-gallery .mirai-package-tabs:not(.mirai-tabs-airy) .nav-item + .nav-item::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  height: 16px;
  border-left: 1px solid rgba(0,0,0,0.18);
  pointer-events: none;
  opacity: .9;
}

#education-packages-gallery .mirai-package-tabs:not(.mirai-tabs-airy) .nav-link{
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.78);
  border-radius: 999px;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

#education-packages-gallery .mirai-package-tabs:not(.mirai-tabs-airy) .nav-link:hover{
  background: rgba(0,0,0,0.04);
  color: rgba(0,0,0,0.95);
  transform: translateY(-1px);
}

#education-packages-gallery .mirai-package-tabs:not(.mirai-tabs-airy) .nav-link.active{
  border-bottom-color: rgba(0,0,0,0.75);
  background: rgba(0,0,0,0.06);
  color: #000;
}

/* ---------------------------------------------------------
   AIRY + GLASS (only when .mirai-tabs-airy is present)
   --------------------------------------------------------- */

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy{
  position: relative;
  padding: 6px 10px 14px;
  border-bottom: none; /* underline zaten var */
  gap: 14px;
}

/* Glass strip */
#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy::before{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  z-index: 0;
}

/* Airy modda ayraç çizgileri kapalı */
#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-item + .nav-item::before{
  display: none !important;
}

/* Bring buttons above glass */
#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-item,
#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link{
  position: relative;
  z-index: 1;
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link{
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  color: rgba(0,0,0,0.55) !important;
  padding: 0.85rem 1.15rem;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color .22s ease, transform .22s ease;
}

/* underline */
#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link::after{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  bottom: 6px;
  height: 2px;
  background: var(--mirai-tab-accent);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease, opacity .22s ease;
  opacity: .85;
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link:hover{
  color: rgba(0,0,0,0.88) !important;
  transform: translateY(-1px);
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link:hover::after{
  transform: scaleX(.45);
  opacity: .35;
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link.active{
  color: #000 !important;
  font-weight: 700;
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link.active::after{
  transform: scaleX(1);
  opacity: .95;
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 768px){
  /* Airy modda kırma yok, kaydır */
  #education-packages-gallery .mirai-package-tabs.mirai-tabs-airy{
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link{
    white-space: nowrap;
  }
}

@media (max-width: 576px){
  /* Default modda spacing biraz dar */
  #education-packages-gallery .mirai-package-tabs:not(.mirai-tabs-airy) .nav-link{
    padding: 0.65rem 0.95rem;
    letter-spacing: 0.12em;
  }
  #education-packages-gallery .mirai-package-tabs:not(.mirai-tabs-airy) .nav-item + .nav-item::before{
    display:none;
  }
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* =========================================================
   Airy Tabs — Micro tuning (Slimmer + more airy)
   RefCode: SEC-EDU-TABS-TUNE
   (Place at the VERY END of user.css)
   ========================================================= */

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy{
  gap: 12px;
  padding: 4px 10px 12px;        /* barı incelt */
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy::before{
  height: 42px;                  /* cam şerit daha zarif */
  background: rgba(255,255,255,0.42);
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link{
  padding: 0.70rem 1.05rem;      /* butonları hafif küçült */
  letter-spacing: 0.12em;
  color: rgba(0,0,0,0.48) !important;  /* pasifler daha “soft” */
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link:hover{
  color: rgba(0,0,0,0.78) !important;  /* hover daha net */
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link::after{
  left: 12px;
  right: 12px;
  bottom: 4px;                   /* underline biraz yukarı */
  height: 2px;
  opacity: .80;
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-airy .nav-link.active::after{
  box-shadow: 0 3px 10px rgba(140,3,4,0.18); /* aktif çizgiye ipek gibi halo */
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* =========================================================
   EDUCATION PACKAGES — Pill Tabs (Premium / Soft)
   RefCode: SEC-EDU-TABS-PILL
   (Place at the VERY END of user.css)
   ========================================================= */

#education-packages-gallery{
  --mirai-pill-accent: #8C0304;
  --mirai-pill-bg: rgba(255,255,255,0.55);
  --mirai-pill-border: rgba(0,0,0,0.10);
}

/* Glass strip is optional; pill'de daha ince tutalım */
#education-packages-gallery .mirai-package-tabs.mirai-tabs-pill{
  position: relative;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: none;
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-pill::before{
  content:"";
  position:absolute;
  inset: 0;
  background: rgba(255,255,255,0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
  z-index: 0;
}

/* Üstte kalsın */
#education-packages-gallery .mirai-package-tabs.mirai-tabs-pill .nav-item,
#education-packages-gallery .mirai-package-tabs.mirai-tabs-pill .nav-link{
  position: relative;
  z-index: 1;
}

/* Airy underline varsa kapat */
#education-packages-gallery .mirai-package-tabs.mirai-tabs-pill .nav-link::after{
  display:none !important;
}

/* PILL button */
#education-packages-gallery .mirai-package-tabs.mirai-tabs-pill .nav-link{
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  padding: 0.70rem 1.10rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55) !important;
  transition: background .22s ease, border-color .22s ease, transform .22s ease, color .22s ease;
}

#education-packages-gallery .mirai-package-tabs.mirai-tabs-pill .nav-link:hover{
  background: rgba(0,0,0,0.04) !important;
  border-color: rgba(0,0,0,0.08) !important;
  color: rgba(0,0,0,0.85) !important;
  transform: translateY(-1px);
}

/* ACTIVE pill: soft fill + accent ring */
#education-packages-gallery .mirai-package-tabs.mirai-tabs-pill .nav-link.active{
  background: var(--mirai-pill-bg) !important;
  border-color: rgba(140,3,4,0.30) !important;
  color: #000 !important;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(140,3,4,0.10);
}

/* Mobilde kaydırma: genişlik korunur */
@media (max-width: 768px){
  #education-packages-gallery .mirai-package-tabs.mirai-tabs-pill{
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #education-packages-gallery .mirai-package-tabs.mirai-tabs-pill .nav-link{
    white-space: nowrap;
  }
}

	
	/* =========================================================
   PROTOKOLLER & SZLE?MELER  BACKGROUND (HEIGHT FIT)
   performance-bg.png'nin k?rp?lmadan section yksekli?ine s??mas? iin
   ========================================================= */
#protocols-and-agreements > .bg-holder {
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;   /* ykseklik bazl? lekleme */
  background-position: left center !important;
}

	
	
	
/* Desktop: bo?luk kalmas?n */
#protocols-and-agreements > .bg-holder{
  background-repeat: no-repeat !important;
  background-size: cover !important;          /* geni?li?i kaplar */
  background-position: left center !important; /* odak solda kals?n */
  background-color: #000 !important;          /* olas? bo?luklarda gri olmas?n */
}

/* Daha dar ekranlarda: ykseklik bazl? s??d?r */
@media (max-width: 1400px){
  #protocols-and-agreements > .bg-holder{
    background-size: auto 100% !important;     /* ykseklik bazl? */
    background-position: left center !important;
  }
}

	

	/* Protocols & Agreements background softening */
#protocols-and-agreements .bg-holder.overlay-soft::before{
  opacity: 0.65; /* 0.55-0.85 aral???nda oynat?n */
}

	
	#protocols-and-agreements .bg-holder{
  filter: brightness(0.65) contrast(0.9) saturate(0.85);
}

	
	
	
	
	
	
	