/* ================================================================
   BGM BİLİŞİM - BASKI HİZMETLERİ ÖZEL CSS (FİNAL & PREMİUM)
   ================================================================ */

/* Temel Gövde Ayarı */
body.bgm-dark-body { 
    background-color: #102652 !important; 
    margin: 0; 
    padding: 0; 
    overflow-x: hidden; 
}

/* HERO BÖLÜMÜ */
.baski-hero {
    position: relative !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    padding: 120px 5% 60px 5% !important;
    background-color: #102652 !important;
    overflow: hidden !important;
}

.baski-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: 100 !important;
}

/* --- SOL İÇERİK --- */
.baski-hero-content {
    flex: 1.2 !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Cam Efektli Başlık Konteynırı */
.baski-title-glass-wrap {
    background: rgba(255, 255, 255, 0.03) !important;
    padding: 35px 50px !important;
    border-radius: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    display: inline-block !important;
    margin-bottom: 35px !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3) !important;
}

.sm-title {
    font-size: 62px !important;
    font-weight: 900 !important;
    color: #fff !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    letter-spacing: -1px !important;
}

/* Badge / Etiket */
.sm-badge {
    background: rgba(255, 204, 0, 0.1) !important;
    border: 1px solid rgba(255, 204, 0, 0.3) !important;
    color: #ffcc00 !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

/* Açıklama Metni */
.sm-desc {
    font-size: 19px !important;
    color: #cbd5e1 !important;
    line-height: 1.8 !important;
    max-width: 650px !important;
    margin-bottom: 45px !important;
}

/* Buton Grubu */
.sm-btn-group {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.sm-btn-primary, .sm-btn-secondary {
    height: 62px !important;
    padding: 0 40px !important;
    border-radius: 16px !important;
    font-weight: 800 !important;
    font-size: 17px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-whatsapp {
    background: #25d366 !important;
    color: #fff !important;
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.2) !important;
}
.btn-whatsapp:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(37, 211, 102, 0.4) !important;
}

.btn-phone {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.btn-phone:hover {
    background: #fff !important;
    color: #102652 !important;
    transform: translateY(-5px) !important;
}

/* --- SAĞ TARAF: VİSUAL (Üst Üste Binmeyen Grid) --- */
.baski-hero-visual {
    flex: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    position: relative !important;
}

.b-visual-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 180px) !important;
    gap: 25px !important;
    position: relative !important;
}

.b-visual-card {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 30px !important;
    padding: 35px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    color: #fff !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3) !important;
    transition: 0.4s ease !important;
}

/* 3D Baskı Kartı (Geniş) */
.main-card {
    grid-column: span 2 !important;
    background: rgba(255, 204, 0, 0.05) !important;
    border-color: rgba(255, 204, 0, 0.2) !important;
    padding: 50px 20px !important;
}

.main-card i { font-size: 75px !important; color: #ffcc00 !important; }
.b-visual-card i { font-size: 45px !important; color: #ffcc00 !important; }
.b-visual-card span { font-weight: 800 !important; font-size: 16px !important; }

/* Kart Animasyonları */
.b-visual-card:hover {
    transform: translateY(-15px) !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: #ffcc00 !important;
}

/* --- ARKA PLAN ELEMENTLERİ --- */
.baski-bg-elements {
    position: absolute !important;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1 !important;
    pointer-events: none !important;
}

.b-bg-icon {
    position: absolute !important;
    color: rgba(255, 255, 255, 0.03) !important;
    animation: bgmFloat 12s infinite alternate ease-in-out !important;
}

.bi-1 { top: 10%; left: 5%; font-size: 180px; }
.bi-2 { bottom: 10%; right: 5%; font-size: 150px; }
.bi-3 { top: 40%; left: 45%; font-size: 100px; animation-delay: 2s; }

@keyframes bgmFloat {
    from { transform: translateY(0) rotate(0deg); }
    to { transform: translateY(-80px) rotate(25deg); }
}

/* MOBİL UYUM */
@media (max-width: 1100px) {
    .baski-hero-container { flex-direction: column !important; text-align: center !important; }
    .baski-hero-visual { width: 100% !important; justify-content: center !important; margin-top: 60px !important; }
    .sm-title { font-size: 45px !important; }
    .baski-title-glass-wrap { padding: 25px !important; width: 100% !important; }
    .sm-btn-group { justify-content: center !important; }
    .b-visual-grid { grid-template-columns: repeat(2, 160px) !important; }
}


/* ================================================================
   BGM BİLİŞİM - BASKI HİZMETLERİ PREMİUM CSS (BAŞLIK & ANİMASYON)
   ================================================================ */

body.bgm-dark-body { background-color: #102652 !important; margin: 0; padding: 0; overflow-x: hidden; }

.baski-hero {
    position: relative !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    padding: 120px 5% 60px 5% !important;
    background-color: #102652 !important;
    overflow: hidden !important;
}

.baski-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: 100 !important;
}

/* --- SOL İÇERİK --- */
.baski-hero-content { flex: 1.2 !important; }

/* 📸 GÖRSELDEKİ SARI-BEYAZ BAŞLIK STİLİ */
.baski-title-glass-wrap {
    background: rgba(255, 255, 255, 0.03) !important;
    padding: 40px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) !important;
    display: inline-block !important;
    margin-bottom: 30px !important;
}

.sm-title {
    font-size: 60px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    color: #ffffff !important; /* Üst kısım beyaz */
}

/* İkinci fotoğraftaki o parlak sarı efekt */
.sm-animated-gradient {
    color: #ffcc00 !important; 
    display: block !important;
    margin-top: 5px !important;
    text-shadow: 0 0 20px rgba(255, 204, 0, 0.4) !important;
}

.sm-badge {
    background: rgba(255, 204, 0, 0.1) !important;
    border: 1px solid rgba(255, 204, 0, 0.3) !important;
    color: #ffcc00 !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    margin-bottom: 25px !important;
    display: inline-flex !important;
}

.sm-desc {
    font-size: 19px !important;
    color: #cbd5e1 !important;
    line-height: 1.8 !important;
    max-width: 600px !important;
    margin-bottom: 40px !important;
}

/* BUTONLAR */
.sm-btn-group { display: flex !important; gap: 15px !important; }
.btn-whatsapp { background: #25d366 !important; color: #fff !important; padding: 18px 30px !important; border-radius: 15px !important; font-weight: 800 !important; text-decoration: none !important; transition: 0.3s; }
.btn-phone { background: rgba(255,255,255,0.05) !important; color: #fff !important; padding: 18px 30px !important; border-radius: 15px !important; font-weight: 800 !important; text-decoration: none !important; border: 1px solid rgba(255,255,255,0.1) !important; transition: 0.3s; }
.btn-whatsapp:hover, .btn-phone:hover { transform: translateY(-5px) !important; }

/* --- SAĞ TARAF: HAREKETLİ KUTULAR --- */
.baski-hero-visual { flex: 1 !important; display: flex !important; justify-content: flex-end !important; }

.b-visual-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 170px) !important;
    gap: 20px !important;
}

.b-visual-card {
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 25px !important;
    padding: 30px 15px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    color: #fff !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
}

/* Animasyonlar: Kutular süzülsün */
.main-card { 
    grid-column: span 2 !important; 
    animation: boxFloat 5s ease-in-out infinite !important; 
    border-color: rgba(255, 204, 0, 0.2) !important;
}
.b-visual-card:nth-child(2) { animation: boxFloat 6s ease-in-out infinite alternate !important; }
.b-visual-card:nth-child(3) { animation: boxFloat 4s ease-in-out infinite alternate-reverse !important; }
.b-visual-card:nth-child(4) { animation: boxFloat 5.5s ease-in-out infinite alternate !important; }

@keyframes boxFloat {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.b-visual-card i { font-size: 40px !important; color: #ffcc00 !important; }
.main-card i { font-size: 60px !important; }
.b-visual-card span { font-weight: 800 !important; font-size: 14px !important; }

/* ARKA PLAN */
.b-bg-icon { position: absolute !important; color: rgba(255,255,255,0.02) !important; font-size: 150px !important; z-index: 1; pointer-events: none; }
.bi-1 { top: 10%; left: 5%; }
.bi-2 { bottom: 10%; right: 5%; }



/* ================= PROFESYONEL BASKI GRID (KOMPAKT) ================= */

.b-hizmetler-section {
    padding: 80px 0 !important;
    background-color: #102652 !important;
}

.b-hizmetler-container {
    max-width: 1100px !important; /* Alanı daraltarak kutuları topladık */
    margin: 0 auto !important;
}

.b-hizmetler-header {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.b-hizmetler-title {
    font-size: 40px !important;
    color: #fff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.b-hizmetler-desc {
    color: #94a3b8 !important;
    max-width: 650px !important;
    margin: 15px auto 0 auto !important;
    font-size: 16px !important;
}

/* Grid Yapısını Daralttık */
.b-hizmetler-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 15px !important; /* Boşlukları azalttık */
}

.b-hizmet-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 30px 15px !important; /* İç boşluğu optimize ettik */
    border-radius: 25px !important;
    text-align: center !important;
    transition: all 0.4s ease !important;
}

.b-hizmet-icon {
    font-size: 28px !important; /* İkonu biraz küçülttük */
    color: #ffcc00 !important;
    margin-bottom: 20px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.b-hizmet-card h3 {
    color: #fff !important;
    font-size: 16px !important; /* Başlıkları daha zarif yaptık */
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.b-hizmet-card p {
    color: #94a3b8 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.b-hizmet-card:hover {
    transform: translateY(-8px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 204, 0, 0.3) !important;
}

/* MOBİL AYARLARI */
@media (max-width: 991px) {
    .b-hizmetler-grid { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 600px) {
    .b-hizmetler-grid { grid-template-columns: repeat(2, 1fr) !important; }
}


/* ================= BASKI SÜRECİ (NİZAMLI & KOMPAKT) ================= */

.b-process-section {
    padding: 80px 0 !important;
    background-color: #102652 !important;
}

.b-process-container {
    max-width: 1000px !important; /* Alanı daralttık, nizam sağladık */
    margin: 0 auto !important;
}

.b-process-header {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.b-process-title {
    font-size: 38px !important;
    color: #fff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.b-process-desc {
    color: #94a3b8 !important;
    max-width: 600px !important;
    margin: 15px auto 0 auto !important;
    font-size: 16px !important;
}

/* Grid Nizamı */
.b-process-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important; /* Boşlukları daralttık */
}

.b-process-item {
    position: relative !important;
    background: rgba(255, 255, 255, 0.02) !important;
    padding: 30px 20px !important;
    border-radius: 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: 0.3s ease !important;
    text-align: left !important;
}

.b-process-num {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    font-size: 35px !important;
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.03) !important;
}

.b-process-icon {
    font-size: 32px !important;
    color: #ffcc00 !important;
    margin-bottom: 20px !important;
}

.b-process-item h3 {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.b-process-item p {
    color: #94a3b8 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.b-process-item:hover {
    transform: translateY(-5px) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 204, 0, 0.2) !important;
}

/* MOBİL */
@media (max-width: 991px) {
    .b-process-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 500px) {
    .b-process-grid { grid-template-columns: 1fr !important; }
}

/* ================= 3D BASKI BÖLÜMÜ (NİZAMLI) ================= */

.b-3d-section {
    padding: 100px 0 !important;
    background-color: #102652 !important;
}

.b-3d-container {
    max-width: 1100px !important; /* Ekrandan taşmayı engelleyen sınır */
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.b-3d-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 60px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    padding: 60px !important;
    border-radius: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Sol Görsel Alanı */
.b-3d-visual {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

.b-3d-glass-card {
    width: 250px !important;
    height: 250px !important;
    background: rgba(255, 204, 0, 0.05) !important;
    border: 1px solid rgba(255, 204, 0, 0.2) !important;
    border-radius: 35px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    backdrop-filter: blur(10px) !important;
}

.b-3d-glass-card i {
    font-size: 100px !important;
    color: #ffcc00 !important;
}

.b-3d-badge {
    background: #ffcc00 !important;
    color: #102652 !important;
    padding: 5px 15px !important;
    border-radius: 10px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
}

/* Sağ İçerik Alanı */
.b-3d-content {
    flex: 1.5 !important;
}

.b-3d-title {
    font-size: 38px !important;
    color: #fff !important;
    font-weight: 800 !important;
    margin: 20px 0 !important;
    line-height: 1.2 !important;
}

.b-3d-text {
    color: #94a3b8 !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
}

.b-3d-features {
    list-style: none !important;
    padding: 0 !important;
}

.b-3d-features li {
    color: #cbd5e1 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 16px !important;
}

.b-3d-features i {
    color: #ffcc00 !important;
    font-size: 22px !important;
}

/* MOBİL UYUM */
@media (max-width: 991px) {
    .b-3d-wrapper { flex-direction: column !important; padding: 40px 20px !important; gap: 40px !important; }
    .b-3d-content { text-align: center !important; }
    .b-3d-features li { justify-content: center !important; }
}


/* ================= BASKI FİNAL KAPANIŞ CSS ================= */

.b-cta-section {
    padding: 80px 0 120px 0 !important;
    background-color: #102652 !important;
}

.b-cta-container {
    max-width: 1000px !important; /* Nizamlı durması için daralttık */
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.b-cta-glass-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(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 40px !important;
    padding: 80px 40px !important;
    text-align: center !important;
    overflow: hidden !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3) !important;
}

.b-cta-title {
    font-size: 42px !important;
    color: #fff !important;
    font-weight: 900 !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

.b-cta-desc {
    color: #cbd5e1 !important;
    font-size: 18px !important;
    max-width: 600px !important;
    margin: 0 auto 40px auto !important;
    line-height: 1.6 !important;
}

/* Buton Düzeni */
.b-cta-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.cta-whatsapp, .cta-mail {
    height: 65px !important;
    padding: 0 40px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-weight: 800 !important;
    font-size: 17px !important;
    text-decoration: none !important;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.cta-whatsapp {
    background: #25d366 !important;
    color: #fff !important;
}

.cta-whatsapp:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.3) !important;
}

.cta-mail {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.cta-mail:hover {
    background: #fff !important;
    color: #102652 !important;
}

/* Arka Plan İkonları */
.cta-icon-1, .cta-icon-2 {
    position: absolute !important;
    color: rgba(255, 255, 255, 0.03) !important;
    font-size: 180px !important;
    z-index: -1 !important;
}

.cta-icon-1 { top: -40px; left: -40px; transform: rotate(-15deg); }
.cta-icon-2 { bottom: -40px; right: -40px; transform: rotate(15deg); }

/* MOBİL */
@media (max-width: 768px) {
    .b-cta-glass-box { padding: 50px 20px !important; }
    .b-cta-title { font-size: 32px !important; }
    .b-cta-buttons { flex-direction: column !important; }
    .cta-whatsapp, .cta-mail { width: 100% !important; justify-content: center !important; }
}