/* ============================================
   Usta Hizmetleri Section — başlık + açıklama
   Desktop: ortalı | Mobil: sola yaslı
   ============================================ */
.mrusta-hizmetler-baslik {
    color: var(--gray-900, #061c3d);
    font-family: Lexend;
    font-size: 56px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -1.12px;
    text-align: center;
    margin: 0 0 16px;
}

.mrusta-hizmetler-aciklama {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .mrusta-hizmetler-baslik {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.64px;
        text-align: left;
    }

    .mrusta-hizmetler-aciklama {
        text-align: left;
    }
}

/* ============================================
   Benzer Hizmetler Section — başlık + açıklama
   Desktop: ortalı | Mobil: sola yaslı
   ============================================ */
.mrusta-benzer-baslik {
    color: var(--gray-900, #061c3d);
    font-family: Lexend;
    font-size: 56px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -1.12px;
    text-align: center;
    margin: 0 0 16px;
}

.mrusta-benzer-aciklama {
    color: #061c3d;
    font-size: 20px;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .mrusta-benzer-baslik {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.64px;
        text-align: left;
    }

    .mrusta-benzer-aciklama {
        text-align: left;
    }
}

/* ============================================
   SSS Section — başlık + açıklama
   Desktop: ortalı, koyu, büyük | Mobil: sola yaslı, açık gri, küçük
   ============================================ */
.mrusta-sss-baslik {
    color: var(--gray-900, #061c3d);
    font-family: Lexend;
    font-size: 56px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -1.12px;
    text-align: center;
    margin: 0 0 16px;
}

.mrusta-sss-aciklama {
    color: var(--gray-900, #061c3d);
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .mrusta-sss-baslik {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.64px;
        text-align: left;
    }

    .mrusta-sss-aciklama {
        color: var(--gray-700, #42526b);
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
}

/* ============================================
   Benzer Hizmetler Kartları — desktop grid / mobil swipe
   ============================================ */
.mrusta-kartlar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1320px;
    margin: 0 auto;
}

.mrusta-kart {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mrusta-kart-gorsel {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.mrusta-kart-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mrusta-kart-icerik {
    display: flex;
    flex-direction: column;
    padding: 24px 32px 32px;
    gap: 16px;
}

.mrusta-kart-etiket {
    color: var(--Primary-500, #F26622);
    font-family: Lexend;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.mrusta-kart-baslik {
    color: var(--Gray-900, #061C3D);
    font-family: Lexend;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.mrusta-kart-alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mrusta-kart-fiyat {
    text-align: left;
    margin: 0;
}

.mrusta-fiyat-tutar {
    color: #f26622;
    font-weight: 600;
    font-size: 24px;
}

.mrusta-fiyat-birim {
    color: #f26622;
    font-weight: 600;
    font-size: 14px;
}

.mrusta-fiyat-aciklama {
    color: var(--Gray-600, #6A778B);
    font-family: Lexend;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.mrusta-kart-buton {
    border-radius: 12px;
    border: 1.5px solid var(--Gray-900, #061C3D);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
    height: fit-content;
    cursor: pointer;
    white-space: nowrap;
}

.mrusta-kart-buton span {
    color: #061C3D;
    font-family: Lexend;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
}

.mrusta-kart-buton svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Mobil: grid → yatay kaydırılabilir şerit */
@media (max-width: 768px) {
    .mrusta-kartlar {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding-bottom: 8px;
    }

    .mrusta-kart {
        flex: 0 0 80%;
        scroll-snap-align: start;
    }
}