/* ==========================================================================
   HİZMET DETAY ŞABLONU - MOOVIAN STYLES
   ========================================================================== */

.moov-service-detail-section {
    padding: 80px 0;
    background-color: #f8fafc;
    scroll-margin-top: 110px;
}

#hizmet-detay {
    scroll-margin-top: 110px;
}

.moov-service-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 100px;
}

/* 1. Hizmetler Navigasyon Menüsü */
.moov-sidebar-menu-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
}

.moov-sidebar-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.01em;
}

.moov-service-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.moov-service-nav-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #334155;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.22s ease;
}

.moov-service-nav-item a i {
    font-size: 15px;
    color: #94a3b8;
    transition: transform 0.2s ease, color 0.2s ease;
}

.moov-service-nav-item a:hover {
    background: #0a192f;
    color: #ffffff;
    border-color: #0a192f;
    transform: translateX(4px);
}

.moov-service-nav-item a:hover i {
    color: #00e5ff;
    transform: translateX(3px);
}

.moov-service-nav-item.active a {
    background: #0a192f;
    color: #ffffff;
    border-color: #0a192f;
    box-shadow: 0 4px 14px rgba(10, 25, 47, 0.25);
}

.moov-service-nav-item.active a i {
    color: #00e5ff;
}

/* 2. Hızlı Teklif / İletişim Kartı */
.moov-sidebar-cta-card {
    background: linear-gradient(135deg, #0a192f 0%, #003366 100%);
    border-radius: 16px;
    padding: 26px 22px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.moov-sidebar-cta-card::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0, 229, 255, 0.15);
}

.moov-cta-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #00e5ff;
    margin: 0 auto 16px auto;
}

.moov-cta-title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
}

.moov-cta-desc {
    font-size: 12.5px;
    color: #cbd5e1;
    margin-bottom: 20px;
    line-height: 1.5;
}

.moov-cta-btn-wp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25d366;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}

.moov-cta-btn-wp:hover {
    background: #1eb956;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

.moov-cta-btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.moov-cta-btn-call:hover {
    background: #ffffff;
    color: #0f172a;
    transform: translateY(-2px);
}

/* 3. Sağ Ana İçerik Alanı */
.moov-service-main-content {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    transition: opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.moov-service-main-content.moov-is-loading {
    opacity: 0.35;
    pointer-events: none;
    transform: translateY(4px);
}

.moov-service-hero-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    height: 380px;
    background-color: #f1f5f9;
    margin-bottom: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.moov-service-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.moov-service-heading {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.moov-service-text-body {
    font-size: 15px;
    color: #475569;
    line-height: 1.8;
}

.moov-service-text-body p {
    margin-bottom: 18px;
}

.moov-service-text-body h3, 
.moov-service-text-body h4 {
    color: #0f172a;
    font-weight: 800;
    margin-top: 28px;
    margin-bottom: 14px;
}

.moov-service-text-body ul {
    padding-left: 20px;
    margin-bottom: 24px;
}

.moov-service-text-body ul li {
    margin-bottom: 8px;
    position: relative;
}

/* Hizmet Güven Rozetleri Çubuğu */
.moov-service-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #e2e8f0;
}

.moov-strust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 14px;
    border-radius: 12px;
}

.moov-strust-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(10, 25, 47, 0.08);
    color: #0a192f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.moov-strust-text strong {
    display: block;
    font-size: 13px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.2;
}

.moov-strust-text small {
    font-size: 11px;
    color: #64748b;
}

@media (max-width: 991px) {
    .moov-service-sidebar {
        position: static;
        margin-bottom: 36px;
    }
    .moov-service-main-content {
        padding: 24px;
    }
    .moov-service-hero-img-wrap {
        height: 260px;
    }
    .moov-service-trust-grid {
        grid-template-columns: 1fr;
    }
}
