/* ================================================================
   BGM BİLİŞİM - KURUMSAL BAKIM HERO CSS (GÖRSEL STİLİ)
   ================================================================ */

body.bgm-dark-body { background-color: #102652 !important; margin: 0; padding: 0; overflow-x: hidden; }

.kb-hero {
    position: relative !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    padding: 100px 5% 0 5% !important;
    background: #102652 !important;
    overflow: hidden !important;
}

.kb-hero-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    z-index: 10 !important;
}

/* --- SOL TARAF --- */
.kb-hero-content { flex: 1.2 !important; }

.sm-badge {
    background: rgba(255, 204, 0, 0.1) !important;
    border: 1px solid rgba(255, 204, 0, 0.2) !important;
    color: #ffcc00 !important;
    padding: 8px 20px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    margin-bottom: 30px !important;
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
}

.sm-title {
    font-size: 65px !important;
    font-weight: 900 !important;
    color: #fff !important;
    line-height: 1.1 !important;
    margin-bottom: 25px !important;
}

.sm-animated-gradient {
    color: #ffcc00 !important;
}

.sm-desc {
    font-size: 19px !important;
    color: #94a3b8 !important;
    line-height: 1.8 !important;
    max-width: 650px !important;
    margin-bottom: 40px !important;
}

/* BUTONLAR (GÖRSELDEKİ GİBİ) */
.sm-btn-group { display: flex !important; gap: 20px !important; }

.sm-btn-primary {
    background: #ffcc00 !important;
    color: #102652 !important;
    padding: 18px 35px !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    box-shadow: 0 10px 20px rgba(255, 204, 0, 0.2) !important;
    transition: 0.3s !important;
}

.sm-btn-secondary {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 18px 35px !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    display: flex !important; align-items: center !important; gap: 10px !important;
    text-decoration: none !important;
    transition: 0.3s !important;
}

.sm-btn-primary:hover, .sm-btn-secondary:hover { transform: translateY(-5px) !important; }

/* --- SAĞ TARAF: UÇUŞAN İKONLAR --- */
.kb-hero-visual { flex: 1 !important; display: flex !important; justify-content: center !important; position: relative !important; }

.kb-floating-icons-wrap { position: relative !important; width: 400px; height: 400px; }

.kb-main-circle {
    position: absolute !important; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 200px; height: 200px; background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 50%;
    display: flex !important; align-items: center !important; justify-content: center !important;
    font-size: 100px; color: rgba(255, 204, 0, 0.1);
}

.f-icon {
    position: absolute !important;
    font-size: 50px !important;
    color: #ffcc00 !important;
    filter: drop-shadow(0 0 15px rgba(255, 204, 0, 0.3)) !important;
    animation: kbIconFloat 5s infinite ease-in-out alternate !important;
}

.fi-1 { top: 10%; left: 10%; animation-delay: 0s !important; }
.fi-2 { top: 10%; right: 10%; animation-delay: 1s !important; }
.fi-3 { bottom: 10%; left: 10%; animation-delay: 2s !important; }
.fi-4 { bottom: 10%; right: 10%; animation-delay: 1.5s !important; }

@keyframes kbIconFloat {
    from { transform: translateY(0) rotate(0); }
    to { transform: translateY(-30px) rotate(15deg); }
}

/* ARKA PLAN */
.kb-bg-icon { position: absolute !important; color: rgba(255, 255, 255, 0.02) !important; font-size: 180px !important; }
.kbi-1 { top: 10%; left: 10%; }
.kbi-2 { top: 30%; right: 10%; }

@media (max-width: 991px) {
    .kb-hero-container { flex-direction: column !important; text-align: center !important; }
    .kb-hero-visual { margin-top: 60px !important; }
    .sm-btn-group { justify-content: center !important; }
    .sm-title { font-size: 45px !important; }
}

/* ================= NEDEN BAKIM ANLAŞMASI ULTRA PREMIUM CSS ================= */

.kb-neden-section {
    padding: 120px 0 !important;
    background-color: #102652 !important;
    position: relative;
}

/* ORTALANMIŞ BAŞLIK ALANI */
.kb-header-centered {
    text-align: center !important;
    margin-bottom: 80px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.kb-title-glass-box {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 40px 60px !important;
    border-radius: 40px !important;
    margin-top: 20px !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2) !important;
}

.kb-title-main {
    font-size: 54px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    color: #fff !important;
    margin: 0 !important;
}

.kb-desc-center {
    color: #94a3b8 !important;
    font-size: 18px !important;
    max-width: 600px !important;
    margin-top: 30px !important;
    line-height: 1.6 !important;
}

/* PREMIUM KARTLAR */
.kb-neden-grid-premium {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.kb-premium-card {
    position: relative !important;
    border-radius: 35px !important;
    overflow: hidden !important;
    padding: 2px !important; /* Glow efekti için */
    background: rgba(255, 255, 255, 0.05) !important;
    transition: 0.5s ease !important;
}

.kb-card-inner {
    background: #0d1e42 !important; /* Biraz daha koyu iç alan */
    padding: 45px !important;
    border-radius: 33px !important;
    height: 100% !important;
    z-index: 2 !important;
    position: relative !important;
}

.kb-icon-wrap {
    width: 70px; height: 70px;
    background: rgba(255, 204, 0, 0.1);
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 35px; color: #ffcc00;
    margin-bottom: 25px;
    transition: 0.4s;
}

.kb-premium-card h3 {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
}

.kb-premium-card p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* HOVER EFEKTLERİ */
.kb-premium-card:hover {
    transform: translateY(-10px) !important;
    background: linear-gradient(135deg, #ffcc00 0%, transparent 100%) !important;
}

.kb-premium-card:hover .kb-icon-wrap {
    background: #ffcc00 !important;
    color: #102652 !important;
}

/* PREMIUM BİLGİ KUTUSU */
.kb-premium-info {
    margin: 70px auto 0 auto !important;
    max-width: 800px !important;
    background: rgba(255, 204, 0, 0.03) !important;
    border: 1px solid rgba(255, 204, 0, 0.1) !important;
    padding: 25px 40px !important;
    border-radius: 50px !important;
    display: flex !important; align-items: center !important; gap: 20px !important;
    color: #cbd5e1 !important;
}

.kb-premium-info i { font-size: 28px; color: #ffcc00; }

/* MOBİL */
@media (max-width: 991px) {
    .kb-neden-grid-premium { grid-template-columns: 1fr !important; }
    .kb-title-glass-box { padding: 30px !important; }
    .kb-title-main { font-size: 36px !important; }
}

/* ================= KURUMSAL BAKIM KAPSAMI PREMIUM CSS ================= */

.kb-kapsam-section {
    padding: 100px 0 !important;
    background-color: #102652 !important; /* Hafif ton farkı ile ayrım */
    position: relative;
}

.kb-kapsam-grid-premium {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.kb-kapsam-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(15px) !important;
    padding: 50px 35px !important;
    border-radius: 40px !important;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative;
    overflow: hidden;
}

/* Hover Parlama Efekti */
.kb-kapsam-card::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(255,204,0,0.05) 0%, transparent 70%);
    opacity: 0;
    transition: 0.5s;
}

.kb-kapsam-card:hover::before { opacity: 1; }

.kb-kapsam-card:hover {
    transform: translateY(-15px) !important;
    border-color: rgba(255, 204, 0, 0.4) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3) !important;
}

.kb-kapsam-icon {
    width: 65px; height: 65px;
    background: rgba(255, 204, 0, 0.1);
    color: #ffcc00;
    font-size: 32px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 18px;
    margin-bottom: 25px;
}

.kb-kapsam-card h3 {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
}

.kb-kapsam-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.kb-kapsam-list li {
    color: #94a3b8 !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    line-height: 1.4 !important;
}

.kb-kapsam-list i {
    color: #ffcc00 !important;
    font-size: 18px !important;
}

/* Mobil Uyumluluk */
@media (max-width: 1100px) {
    .kb-kapsam-grid-premium { grid-template-columns: repeat(2, 1fr) !important; padding: 0 20px !important; }
}

@media (max-width: 768px) {
    .kb-kapsam-grid-premium { grid-template-columns: 1fr !important; }
    .kb-kapsam-card { padding: 35px 25px !important; }
}


/* ================= KİMLER YAPTIRMALI CSS ================= */

.kb-hedef-section {
    padding: 100px 0 !important;
    background-color: #102652 !important; /* SABİT RENK */
}

.kb-hedef-container {
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.kb-hedef-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
    margin-top: 50px !important;
}

.kb-hedef-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 40px !important;
    border-radius: 35px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 25px !important;
    transition: 0.4s ease !important;
    backdrop-filter: blur(10px) !important;
}

.kb-hedef-card:hover {
    transform: translateX(10px) !important; /* Sağa doğru tatlı bir kayma */
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 204, 0, 0.3) !important;
}

.kb-hedef-icon {
    width: 60px !important;
    height: 60px !important;
    background: rgba(255, 204, 0, 0.1) !important;
    color: #ffcc00 !important;
    font-size: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 18px !important;
    flex-shrink: 0 !important;
}

.kb-hedef-info h3 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
}

.kb-hedef-info p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* MOBİL */
@media (max-width: 850px) {
    .kb-hedef-grid { grid-template-columns: 1fr !important; }
    .kb-hedef-card { padding: 30px !important; }
}


/* ================= KURUMSAL BAKIM SÜREÇ ULTRA PREMIUM ================= */

.kb-surec-section {
    padding: 60px 0 !important;
    background-color: #102652 !important;
}

.kb-surec-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
}

.kb-surec-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
}

.kb-surec-item {
    position: relative !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 60px 30px !important; /* Daha dolgun görünüm */
    border-radius: 40px !important;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    overflow: hidden !important;
    z-index: 1 !important;
    backdrop-filter: blur(10px) !important;
}

/* Kutu Üzerine Gelince Arka Plan Parlaması (Glow) */
.kb-surec-glow {
    position: absolute !important;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at center, rgba(255, 204, 0, 0.15) 0%, transparent 70%) !important;
    opacity: 0 !important;
    transition: 0.5s ease !important;
    z-index: -1 !important;
}

/* HOVER DURUMU: BÜYÜME VE RENK */
.kb-surec-item:hover {
    transform: translateY(-15px) scale(1.03) !important; /* Hem yukarı kayma hem büyüme */
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 204, 0, 0.5) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4) !important;
}

.kb-surec-item:hover .kb-surec-glow {
    opacity: 1 !important;
}

.kb-surec-item:hover .kb-surec-icon {
    transform: scale(1.1) rotate(5deg) !important;
    color: #fff !important; /* İkon hoverda beyaza dönsün, daha premium durur */
}

/* İÇERİK STİLLERİ */
.kb-surec-num {
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
    font-size: 50px !important;
    font-weight: 900 !important;
    color: rgba(255, 204, 0, 0.05) !important;
    transition: 0.4s !important;
}

.kb-surec-item:hover .kb-surec-num {
    color: rgba(255, 204, 0, 0.15) !important;
}

.kb-surec-icon {
    font-size: 50px !important;
    color: #ffcc00 !important;
    margin-bottom: 35px !important;
    transition: 0.4s ease !important;
}

.kb-surec-item h3 {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
}

.kb-surec-item p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

/* MOBİL */
@media (max-width: 1100px) { .kb-surec-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 600px) { .kb-surec-grid { grid-template-columns: 1fr !important; } }


/* ================= KURUMSAL BAKIM FİNAL CTA CSS ================= */

.kb-cta-section {
    padding: 60px 0 100px 0 !important;
    background-color: #102652 !important; /* SABİT LACİVERT */
}

.kb-cta-container {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.kb-cta-premium-box {
    position: relative !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50px !important;
    padding: 80px 40px !important;
    text-align: center !important;
    overflow: hidden !important;
    box-shadow: 0 40px 80px rgba(0,0,0,0.4) !important;
}

.kb-cta-title {
    font-size: 45px !important;
    color: #fff !important;
    font-weight: 900 !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
}

.kb-cta-desc {
    color: #cbd5e1 !important;
    font-size: 19px !important;
    max-width: 700px !important;
    margin: 0 auto 45px auto !important;
    line-height: 1.7 !important;
}

/* BUTONLAR (ULTRA DOLGUN) */
.kb-cta-btns {
    display: flex !important;
    justify-content: center !important;
    gap: 25px !important;
    flex-wrap: wrap !important;
}

.kb-cta-main-btn {
    background: #ffcc00 !important;
    color: #102652 !important;
    height: 70px !important;
    padding: 0 45px !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    text-decoration: none !important;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 15px 30px rgba(255, 204, 0, 0.2) !important;
}

.kb-cta-sub-btn {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    height: 70px !important;
    padding: 0 45px !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: 0.4s !important;
}

.kb-cta-main-btn:hover { transform: scale(1.05) !important; box-shadow: 0 20px 40px rgba(255, 204, 0, 0.4) !important; }
.kb-cta-sub-btn:hover { background: #fff !important; color: #102652 !important; }

/* Arka Plan Süzülen İkonlar */
.cta-shape-1, .cta-shape-2 {
    position: absolute !important;
    color: rgba(255, 204, 0, 0.03) !important;
    font-size: 220px !important;
    z-index: -1 !important;
    pointer-events: none;
}

.cta-shape-1 { top: -50px; left: -50px; transform: rotate(-20deg); }
.cta-shape-2 { bottom: -50px; right: -50px; transform: rotate(20deg); }

/* MOBİL */
@media (max-width: 768px) {
    .kb-cta-premium-box { padding: 60px 25px !important; }
    .kb-cta-title { font-size: 32px !important; }
    .kb-cta-btns { flex-direction: column !important; }
    .kb-cta-main-btn, .kb-cta-sub-btn { width: 100% !important; justify-content: center !important; }
}