/* ================= TEKNİKSERVİS.CSS (FİNAL VERSİYON) ================= */

/* Temel Arka Plan (Dikişsiz BGM Mavisi) */
body.bgm-dark-body {
    background-color: #102652 !important;
    margin: 0;
    padding: 0;
}

.ts-hero-section {
    position: relative !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 100px !important;
    overflow: hidden !important;
    border: none !important;
    z-index: 1;
}

/* Arka Plan Uçuşan İkonlar (Çarklar ve Araçlar) */
.ts-bg-elements { position: absolute !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; pointer-events: none !important; z-index: -1 !important; }
.ts-bg-elements i { position: absolute !important; color: rgba(255, 255, 255, 0.03) !important; animation: tsFloat 6s ease-in-out infinite alternate !important; }
.t-1 { top: 15%; left: 8%; font-size: 160px; animation: tsRotateFloat 10s linear infinite !important; } /* Çark döner */
.t-2 { bottom: 25%; right: 12%; font-size: 130px; animation-delay: 1s; }
.t-3 { top: 45%; left: 45%; font-size: 90px; animation-delay: 2s; }

@keyframes tsFloat { 0% { transform: translateY(0); } 100% { transform: translateY(-30px); } }
@keyframes tsRotateFloat { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } 100% { transform: translateY(0) rotate(360deg); } }

.ts-hero-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 50px !important;
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 10 !important;
}

/* --- SOL: İÇERİK --- */
.ts-hero-content { flex: 1.2 !important; }

.ts-badge {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    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; margin-bottom: 30px !important;
    letter-spacing: 1.5px !important; text-transform: uppercase !important;
}

.ts-title {
    font-size: 55px !important; font-weight: 900 !important; color: #ffffff !important;
    line-height: 1.1 !important; margin-bottom: 30px !important;
}

/* KAYAN RENKLİ BAŞLIK EFEKTİ */
.ts-animated-gradient {
    background: linear-gradient(90deg, #ffcc00, #ffffff, #ffcc00, #ff9900) !important;
    background-size: 300% auto !important;
    color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    animation: shineTextTs 4s linear infinite !important;
    display: inline-block !important;
}
@keyframes shineTextTs { 0% { background-position: 0% center; } 100% { background-position: 300% center; } }

/* SEO Optimize Edilmiş, Kalın ve Ferah Açıklama Metni */
.ts-desc {
    font-size: 19px !important; color: #cbd5e1 !important; line-height: 1.8 !important;
    margin-bottom: 40px !important; max-width: 650px !important; font-weight: 400 !important;
}

/* --- METİN VURGU RENKLERİ (SEO İÇİN ÇOK ÖNEMLİ) --- */
.ts-text-white { color: #ffffff !important; font-weight: 700 !important; }
.ts-text-yellow { color: #ffcc00 !important; font-weight: 700 !important; }

/* Butonlar */
.ts-btn-group { display: flex !important; gap: 20px !important; }

.ts-btn-primary {
    background: #ffcc00 !important; color: #102652 !important; font-weight: 800 !important;
    padding: 18px 35px !important; border-radius: 12px !important; text-decoration: none !important;
    transition: all 0.3s ease !important; box-shadow: 0 10px 20px rgba(255,204,0,0.2) !important;
    display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important;
}
.ts-btn-primary:hover { transform: translateY(-5px) !important; background: #ffffff !important; box-shadow: 0 15px 30px rgba(255,255,255,0.3) !important; }
.ts-btn-primary i { font-size: 24px !important; } 

.ts-btn-secondary {
    background: rgba(255,255,255,0.05) !important; color: #ffffff !important; font-weight: 700 !important;
    padding: 18px 35px !important; border-radius: 12px !important; text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.1) !important; display: inline-flex !important; align-items: center !important; gap: 8px !important;
    transition: all 0.3s ease !important; justify-content: center !important;
}
.ts-btn-secondary:hover { background: rgba(255,255,255,0.1) !important; transform: translateY(-5px) !important; }

/* --- SAĞ: GERÇEK GÖRSEL KUTUSU (FOTOĞRAF İÇİN OPTİMİZE) --- */
.ts-hero-visual { flex: 1 !important; position: relative !important; perspective: 1000px !important; }

/* Havada süzülme efekti (Glassmorphism Kutu) */
.ts-mockup-box {
    background: rgba(255, 255, 255, 0.02) !important; border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 35px !important; min-height: 480px !important; 
    display: flex !important; align-items: center !important; justify-content: center !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4) !important;
    backdrop-filter: blur(15px) !important; -webkit-backdrop-filter: blur(15px) !important;
    animation: tsFloatingCard 6s ease-in-out infinite !important;
    overflow: hidden !important; /* Resmin taşmasını engeller */
}
@keyframes tsFloatingCard { 0%, 100% { transform: translateY(0) rotateX(0deg); } 50% { transform: translateY(-20px) rotateX(2deg); } }

/* FOTOĞRAF AYARLARI */
.ts-mockup-img {
    width: 100% !important; height: 100% !important;
    object-fit: cover !important; /* Fotoğrafı kutuya tam sığdırır */
    border-radius: 34px !important; 
    display: block !important;
    position: relative !important; z-index: 1 !important;
}

/* Fotoğraf Üstüne Hafif Karanlık Efekti */
.ts-store-overlay {
    position: absolute !important;
    top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important;
    background: linear-gradient(180deg, rgba(16,38,82,0) 50%, rgba(16,38,82,0.6) 100%) !important;
    pointer-events: none !important; z-index: 2 !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 991px) {
    .ts-hero-container { flex-direction: column !important; text-align: center !important; gap: 60px !important; padding: 50px 20px !important; }
    .ts-title { font-size: 42px !important; }
    .ts-desc { margin: 0 auto 40px auto !important; }
    .ts-btn-group { justify-content: center !important; flex-wrap: wrap !important; width: 100% !important; }
    .ts-btn-primary, .ts-btn-secondary { width: 100% !important; max-width: 320px !important; justify-content: center !important; }
    .ts-mockup-box { min-height: 380px !important; width: 100% !important; }
}


/* ================= TEKNİK SERVİS - UZMANLIK ALANLARIMIZ (FİNAL CSS) ================= */

.ts-services-section {
    position: relative !important;
    padding: 100px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    border: none !important;
}

.ts-services-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* --- BAŞLIK ALANI --- */
.ts-serv-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    width: 100% !important;
}

.ts-serv-main-title {
    font-size: 46px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.ts-serv-subtitle {
    color: #cbd5e1 !important;
    font-size: 18px !important;
    max-width: 750px !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

/* --- 6'LI KART SİSTEMİ (GRID) --- */
.ts-serv-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* Yanyana 3 Sütun, Toplam 2 Satır */
    gap: 30px !important;
    width: 100% !important;
}

/* Cam Efektli (Glassmorphism) Kartlar */
.ts-serv-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 25px !important;
    padding: 40px 30px !important;
    text-align: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

/* Hover (Üzerine Gelme) Efekti */
.ts-serv-card:hover {
    transform: translateY(-15px) !important;
    background: rgba(255, 204, 0, 0.04) !important;
    border-color: rgba(255, 204, 0, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), inset 0 0 20px rgba(255,204,0,0.05) !important;
}

/* İkon Kutusu */
.ts-serv-icon {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 25px auto !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border-radius: 50% !important; /* Yuvarlak kutu */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 40px !important;
    transition: all 0.4s ease !important;
}

/* İkon Animasyonu */
.ts-serv-card:hover .ts-serv-icon {
    background: #ffcc00 !important;
    color: #102652 !important;
    transform: scale(1.15) rotate(10deg) !important;
    box-shadow: 0 0 25px rgba(255, 204, 0, 0.4) !important;
}

/* Metinler */
.ts-serv-card h3 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    transition: color 0.3s ease !important;
    line-height: 1.3 !important;
}

.ts-serv-card:hover h3 {
    color: #ffcc00 !important;
}

.ts-serv-card p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 1100px) {
    .ts-serv-grid { grid-template-columns: repeat(2, 1fr) !important; /* Tablette 2'li */ }
}

@media (max-width: 768px) {
    .ts-serv-grid { grid-template-columns: 1fr !important; /* Telefonda Alt Alta */ padding: 0 15px !important; }
    .ts-serv-main-title { font-size: 36px !important; }
    .ts-serv-subtitle { font-size: 16px !important; padding: 0 15px !important; }
}


/* ================= TEKNİK SERVİS - ŞEFFAF SÜRECİMİZ ================= */

.ts-process-section {
    position: relative !important;
    padding: 100px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    border: none !important;
    overflow: hidden !important;
}

.ts-process-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* --- BAŞLIK ALANI --- */
.ts-process-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    width: 100% !important;
}

.ts-process-main-title {
    font-size: 46px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.ts-process-subtitle {
    color: #cbd5e1 !important;
    font-size: 18px !important;
    max-width: 750px !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

/* --- ADIM KARTLARI (GRID SİSTEMİ) --- */
.ts-process-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* Yanyana 4 Sütun */
    gap: 30px !important;
    width: 100% !important;
}

/* Kart Tasarımı */
.ts-process-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 25px !important;
    padding: 45px 30px !important;
    position: relative !important;
    overflow: hidden !important;
    text-align: left !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Üzerine Gelince Zıplama Efekti */
.ts-process-card:hover {
    transform: translateY(-10px) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 204, 0, 0.3) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
}

/* Kart Arkasındaki Dev Numara Filigranı (Watermark) */
.ts-step-watermark {
    position: absolute !important;
    right: -10px !important;
    bottom: -20px !important;
    font-size: 120px !important;
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.03) !important;
    line-height: 1 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    transition: all 0.5s ease !important;
}

.ts-process-card:hover .ts-step-watermark {
    color: rgba(255, 204, 0, 0.08) !important;
    transform: scale(1.1) rotate(-5deg) !important;
}

/* İkonlar */
.ts-process-icon {
    font-size: 35px !important;
    color: #ffcc00 !important;
    background: rgba(255, 204, 0, 0.1) !important;
    width: 65px !important;
    height: 65px !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
    position: relative !important;
    z-index: 2 !important;
    transition: all 0.4s ease !important;
}

.ts-process-card:hover .ts-process-icon {
    background: #ffcc00 !important;
    color: #102652 !important;
    transform: scale(1.1) !important;
}

/* Metinler */
.ts-process-card h3 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 2 !important;
    line-height: 1.3 !important;
}

.ts-process-card p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 1100px) {
    .ts-process-grid { grid-template-columns: repeat(2, 1fr) !important; /* Tablette 2'li */ }
}

@media (max-width: 768px) {
    .ts-process-grid { grid-template-columns: 1fr !important; /* Telefonda Alt Alta */ padding: 0 15px !important; }
    .ts-process-main-title { font-size: 36px !important; }
    .ts-process-subtitle { font-size: 16px !important; padding: 0 15px !important; }
}


/* ================= TEKNİK SERVİS - HİZMET VERDİĞİMİZ MARKALAR ================= */

.ts-brands-section {
    position: relative !important;
    padding: 80px 0 100px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    border: none !important;
}

.ts-brands-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* --- BAŞLIK ALANI --- */
.ts-brands-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    width: 100% !important;
}

.ts-brands-main-title {
    font-size: 40px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
}

.ts-brands-subtitle {
    color: #cbd5e1 !important;
    font-size: 17px !important;
    max-width: 750px !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

/* --- MARKA KUTULARI (GRID) --- */
.ts-brands-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* Yanyana 4 Marka */
    gap: 20px !important;
    width: 100% !important;
}

/* Cam Efektli (Glassmorphism) Marka Kutusu */
.ts-brand-box {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 15px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transition: all 0.4s ease !important;
    cursor: default !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.ts-brand-box span {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #64748b !important; /* İlk başta soluk gri */
    letter-spacing: 2px !important;
    transition: all 0.4s ease !important;
}

.ts-brand-box i {
    font-size: 30px !important;
    color: #64748b !important;
    transition: all 0.4s ease !important;
}

/* --- HOVER (PARLAMA VE MARKA RENKLERİ) --- */
.ts-brand-box:hover {
    transform: translateY(-8px) scale(1.05) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2) !important;
}

/* Her Markanın Kendi Rengiyle Parlaması */
.ts-brand-box.brand-apple:hover { border-color: #ffffff !important; box-shadow: 0 10px 20px rgba(255,255,255,0.1) !important; }
.ts-brand-box.brand-apple:hover span, .ts-brand-box.brand-apple:hover i { color: #ffffff !important; }

.ts-brand-box.brand-asus:hover { border-color: #00539b !important; box-shadow: 0 10px 20px rgba(0,83,155,0.2) !important; }
.ts-brand-box.brand-asus:hover span { color: #00539b !important; filter: drop-shadow(0 0 5px rgba(0,83,155,0.5)) !important; }

.ts-brand-box.brand-msi:hover { border-color: #ff0000 !important; box-shadow: 0 10px 20px rgba(255,0,0,0.2) !important; }
.ts-brand-box.brand-msi:hover span { color: #ff0000 !important; filter: drop-shadow(0 0 5px rgba(255,0,0,0.5)) !important; }

.ts-brand-box.brand-lenovo:hover { border-color: #e2231a !important; box-shadow: 0 10px 20px rgba(226,35,26,0.2) !important; }
.ts-brand-box.brand-lenovo:hover span { color: #e2231a !important; filter: drop-shadow(0 0 5px rgba(226,35,26,0.5)) !important; }

.ts-brand-box.brand-hp:hover { border-color: #0096d6 !important; box-shadow: 0 10px 20px rgba(0,150,214,0.2) !important; }
.ts-brand-box.brand-hp:hover span, .ts-brand-box.brand-hp:hover i { color: #0096d6 !important; filter: drop-shadow(0 0 5px rgba(0,150,214,0.5)) !important; }

.ts-brand-box.brand-dell:hover { border-color: #007db8 !important; box-shadow: 0 10px 20px rgba(0,125,184,0.2) !important; }
.ts-brand-box.brand-dell:hover span { color: #007db8 !important; filter: drop-shadow(0 0 5px rgba(0,125,184,0.5)) !important; }

.ts-brand-box.brand-monster:hover { border-color: #00ff00 !important; box-shadow: 0 10px 20px rgba(0,255,0,0.1) !important; }
.ts-brand-box.brand-monster:hover span { color: #00ff00 !important; filter: drop-shadow(0 0 8px rgba(0,255,0,0.6)) !important; }

.ts-brand-box.brand-acer:hover { border-color: #83b81a !important; box-shadow: 0 10px 20px rgba(131,184,26,0.2) !important; }
.ts-brand-box.brand-acer:hover span { color: #83b81a !important; filter: drop-shadow(0 0 5px rgba(131,184,26,0.5)) !important; }

/* --- MOBİL UYUM --- */
@media (max-width: 991px) {
    .ts-brands-grid { grid-template-columns: repeat(3, 1fr) !important; /* Tablette 3'lü */ }
}

@media (max-width: 768px) {
    .ts-brands-grid { grid-template-columns: repeat(2, 1fr) !important; /* Telefonda 2'li */ padding: 0 15px !important; gap: 15px !important; }
    .ts-brands-main-title { font-size: 32px !important; }
    .ts-brand-box { height: 80px !important; }
    .ts-brand-box span { font-size: 18px !important; }
}




/* ================= TEKNİK SERVİS - CİHAZ TAKİP SİSTEMİ ================= */

.ts-tracking-section {
    position: relative !important;
    padding: 100px 0 !important;
    background-color: #102652 !important; /* Arka planı hafif koyulaştırdık, bölüm ayrılsın diye */
    border: none !important;
    overflow: hidden !important;
}

.ts-tracking-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 60px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* --- SOL KISIM (METİNLER VE LİSTE) --- */
.ts-track-left {
    flex: 1.2 !important;
}

.ts-track-title {
    font-size: 48px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.ts-track-desc {
    font-size: 18px !important;
    color: #cbd5e1 !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
    max-width: 600px !important;
}

/* Liste Yapısı */
.ts-track-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
}

.ts-track-list li {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-size: 16px !important;
    color: #94a3b8 !important;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
}

.ts-track-list li i {
    color: #ffcc00 !important;
    font-size: 24px !important;
    min-width: 24px !important;
}

/* Butonlar */
.ts-track-buttons {
    display: flex !important;
    gap: 20px !important;
}

.ts-btn-outline {
    background: transparent !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 18px 35px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    border: 2px solid #102652 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
}
.ts-btn-outline:hover {
    border-color: #ffcc00 !important;
    color: #ffcc00 !important;
    transform: translateY(-5px) !important;
}

/* --- SAĞ KISIM (DEVASA SORGULAMA KARTI) --- */
.ts-track-right {
    flex: 1 !important;
    position: relative !important;
    perspective: 1000px !important;
}

.ts-track-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(145deg, #102652, #0a1835) !important;
    border: 1px solid rgba(255, 204, 0, 0.2) !important;
    border-radius: 30px !important;
    padding: 60px 40px !important;
    text-align: center !important;
    text-decoration: none !important;
    position: relative !important;
    z-index: 2 !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5) !important;
}

.ts-track-card:hover {
    transform: translateY(-15px) scale(1.02) !important;
    border-color: rgba(255, 204, 0, 0.6) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 0 30px rgba(255, 204, 0, 0.05) !important;
}

/* Ortadaki Arama İkonu */
.ts-track-icon {
    width: 90px !important;
    height: 90px !important;
    background: rgba(255, 204, 0, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
    transition: all 0.4s ease !important;
}

.ts-track-icon i {
    font-size: 45px !important;
    color: #ffcc00 !important;
}

.ts-track-card:hover .ts-track-icon {
    background: #ffcc00 !important;
    transform: scale(1.1) !important;
}
.ts-track-card:hover .ts-track-icon i {
    color: #102652 !important;
}

/* Metinler */
.ts-track-card h3 {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
}

.ts-track-card p {
    color: #94a3b8 !important;
    font-size: 16px !important;
    margin-bottom: 25px !important;
}

/* Gizli "Sisteme Git" Yazısı */
.ts-card-link-text {
    color: #ffcc00 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    transition: all 0.3s ease !important;
}

.ts-track-card:hover .ts-card-link-text {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Kartın Arkasındaki Parlama */
.ts-track-glow {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    height: 100% !important;
    background: radial-gradient(circle, rgba(255, 204, 0, 0.15) 0%, transparent 70%) !important;
    z-index: -1 !important;
    border-radius: 30px !important;
    pointer-events: none !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 991px) {
    .ts-tracking-container { flex-direction: column !important; text-align: center !important; gap: 50px !important; padding: 0 20px !important; }
    .ts-track-list li { justify-content: center !important; text-align: left !important; }
    .ts-track-buttons { justify-content: center !important; flex-wrap: wrap !important; }
    .ts-track-card { width: 100% !important; padding: 50px 20px !important; }
}

/* ================= TEKNİK SERVİS - S.S.S. (SIKÇA SORULAN SORULAR) ================= */

.ts-faq-section {
    position: relative !important;
    padding: 100px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    border: none !important;
}

.ts-faq-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 900px !important; /* Okunabilirlik için kutuyu biraz daralttık */
    margin: 0 auto !important;
}

/* --- BAŞLIK ALANI --- */
.ts-faq-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    width: 100% !important;
}

.ts-faq-main-title {
    font-size: 44px !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.ts-faq-subtitle {
    color: #cbd5e1 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

/* --- AKORDİYON YAPISI --- */
.ts-faq-accordion {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

/* Her Bir Soru Kutusu */
.ts-faq-item {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

/* Kutu Açıldığında (Açık Durum Stili) */
.ts-faq-item[open] {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 204, 0, 0.3) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
}

/* Soru Başlığı (Tıklanabilir Alan) */
.ts-faq-question {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 22px 30px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    list-style: none !important; /* Standart ok işaretini gizler */
    user-select: none !important;
    transition: all 0.3s ease !important;
}

/* Safari için ok gizleme */
.ts-faq-question::-webkit-details-marker {
    display: none !important;
}

.ts-faq-question:hover {
    color: #ffcc00 !important;
}

/* Artı/Eksi İkonu */
.ts-faq-icon {
    font-size: 24px !important;
    color: #ffcc00 !important;
    transition: transform 0.3s ease !important;
    background: rgba(255, 204, 0, 0.1) !important;
    border-radius: 50% !important;
    padding: 5px !important;
}

/* Kutu Açıldığında İkon Dönüşümü (X İşareti olur) */
.ts-faq-item[open] .ts-faq-icon {
    transform: rotate(45deg) !important;
    background: #ffcc00 !important;
    color: #102652 !important;
}

/* Cevap Metni */
.ts-faq-answer {
    padding: 0 30px 25px 30px !important;
    color: #94a3b8 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    margin-top: 5px !important;
    padding-top: 20px !important;
    animation: tsFadeIn 0.4s ease-in-out !important;
}

.ts-faq-answer p {
    margin: 0 !important;
}

/* İçerik Yüklenme Animasyonu */
@keyframes tsFadeIn {
    0% { opacity: 0; transform: translateY(-10px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --- MOBİL UYUM --- */
@media (max-width: 768px) {
    .ts-faq-main-title { font-size: 34px !important; }
    .ts-faq-question { padding: 18px 20px !important; font-size: 16px !important; gap: 15px !important; }
    .ts-faq-answer { padding: 0 20px 20px 20px !important; font-size: 15px !important; }
    .ts-faq-icon { font-size: 20px !important; }
}


/* ================= TEKNİK SERVİS - MEGA KAPANIŞ (CTA) ================= */

.ts-cta-section {
    position: relative !important;
    padding: 120px 0 !important;
    background-color: #102652 !important; /* Dikişsiz BGM Mavisi */
    border: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

/* Kutu Arkasındaki Yuvarlak Işık Parlaması */
.ts-cta-bg-glow {
    position: absolute !important;
    top: 50% !important; left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 650px !important; height: 650px !important;
    background: radial-gradient(circle, rgba(255, 204, 0, 0.07) 0%, transparent 70%) !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

.ts-cta-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Devasa Cam Kutu */
.ts-cta-box {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 40px !important;
    padding: 80px 50px !important;
    text-align: center !important;
    max-width: 950px !important;
    width: 100% !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.ts-cta-main-title {
    font-size: 52px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.ts-cta-subtitle {
    color: #cbd5e1 !important;
    font-size: 19px !important;
    max-width: 750px !important;
    line-height: 1.8 !important;
    margin-bottom: 40px !important;
    font-weight: 400 !important;
}

/* CTA'ya Özel Buton Merkezlemesi */
.ts-cta-box .ts-btn-group {
    justify-content: center !important;
    width: 100% !important;
}

/* --- MOBİL UYUM --- */
@media (max-width: 991px) {
    .ts-cta-box { padding: 60px 30px !important; }
}

@media (max-width: 768px) {
    .ts-cta-main-title { font-size: 38px !important; }
    .ts-cta-box { padding: 50px 20px !important; border-radius: 30px !important; }
    .ts-cta-subtitle { font-size: 16px !important; }
    .ts-cta-box .ts-btn-group { flex-direction: column !important; gap: 15px !important; }
    .ts-cta-box .ts-btn-primary, .ts-cta-box .ts-btn-secondary { width: 100% !important; max-width: 320px !important; justify-content: center !important; }
}