/* ==========================================================================
   MODÜL: hizmetler-numarali-renkli-kartlar
   (Numaralı & Renkli Adım Kartları Akışı)
   ========================================================================== */
.moov-services-steps-section {
    background-color: var(--hnk-bg, #f0f9ff);
    padding-top: var(--hnk-padding-y, 85px);
    padding-bottom: var(--hnk-padding-y, 85px);
    width: 100%;
    position: relative;
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
}

/* Arka plan hafif siluet efekti */
.moov-services-steps-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: radial-gradient(circle at left center, rgba(14, 165, 233, 0.08), transparent 70%);
    pointer-events: none;
}

/* Üst Başlık Alanı */
.moov-hnk-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 2;
}

.moov-hnk-tag {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--hnk-tag-color, #ef4444);
    margin-bottom: 12px;
}

.moov-hnk-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--hnk-title-color, #1e293b);
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.025em;
}

.moov-hnk-title .moov-highlight {
    color: #0284c7;
}

.moov-hnk-desc {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Kartlar Kapsayıcısı */
.moov-hnk-cards-track {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
}

/* Tekil Hizmet Kartı */
.moov-hnk-card {
    flex: 1;
    min-width: 0;
    border-radius: var(--hnk-radius, 18px);
    padding: 34px 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    text-decoration: none !important;
}

.moov-hnk-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

/* Kart Numarası */
.moov-hnk-card-no {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    opacity: 0.92;
    flex-shrink: 0;
    letter-spacing: -0.04em;
}

/* Kart İçeriği */
.moov-hnk-card-content {
    flex-grow: 1;
}

.moov-hnk-card-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.moov-hnk-card-desc {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.92;
    font-weight: 400;
}

/* Kartlar Arası Bağlantı Oku Rozeti */
.moov-hnk-arrow-badge {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #1e293b;
    z-index: 5;
    transition: transform 0.25s ease, background 0.25s ease;
}

.moov-hnk-card:hover .moov-hnk-arrow-badge {
    transform: translateY(-50%) translateX(3px);
}

/* Alt Kesikli Zaman Çizelgesi */
.moov-hnk-timeline-wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
}

.moov-hnk-timeline-line {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background-image: linear-gradient(to right, #0d9488 40%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 12px 2px;
    background-repeat: repeat-x;
    transform: translateY(-50%);
    z-index: 1;
}

.moov-hnk-timeline-dots {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.moov-hnk-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0d9488;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 6px rgba(13, 148, 136, 0.35);
}

/* Responsive Düzenler */
@media (max-width: 991px) {
    .moov-hnk-cards-track {
        flex-direction: column;
        gap: 16px;
    }
    .moov-hnk-arrow-badge {
        display: none;
    }
    .moov-hnk-title {
        font-size: 30px;
    }
    .moov-hnk-timeline-wrap {
        display: none;
    }
}

@media (max-width: 575px) {
    .moov-hnk-title {
        font-size: 24px;
    }
    .moov-hnk-desc {
        font-size: 13.5px;
    }
    .moov-hnk-card {
        padding: 24px 20px;
        gap: 16px;
    }
    .moov-hnk-card-no {
        font-size: 30px;
    }
    .moov-hnk-card-title {
        font-size: 16px;
    }
}