/* SarisanDijital V46
   Paket seçim sayfası: yorum formu, özellik kartı, ilk paket seçimi,
   dikdörtgen paketler ve mobil alt menü kaldırma düzenlemeleri.
   Yalnızca body.page-category üzerinde çalışır. */

/* Paket sayfasında genel mobil alt menü gösterilmez. */
body.page-category .bottom--menu {
    display: none !important;
}

body.page-category {
    padding-bottom: 0 !important;
}

/* Sol sütundaki Örnek Kullanıcılar ve Paket Özellikleri bağımsız, yuvarlak kartlardır. */
body.page-category .category-overview-v43 {
    display: grid !important;
    gap: 16px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-category .category-users-v43,
body.page-category .category-benefits-v43 {
    width: 100% !important;
    overflow: hidden !important;
    border: 1px solid rgba(13, 23, 51, .09) !important;
    border-radius: 26px !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 24px 70px rgba(22, 31, 68, .10) !important;
}

body.page-category .category-users-v43 {
    min-height: 0 !important;
    justify-content: flex-start !important;
    padding: 24px !important;
    border-bottom: 1px solid rgba(13, 23, 51, .09) !important;
}

body.page-category .category-users-copy-v43 {
    width: 100% !important;
}

body.page-category .category-benefits-v43 {
    align-self: start !important;
    padding: 24px !important;
}

/* Paket kartlarını kare görünümden çıkarıp daha fazla seçeneği aynı anda gösterir. */
body.page-category .service--content .pack--list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
}

body.page-category .service--content .pack--list .pack {
    aspect-ratio: auto !important;
    min-width: 0 !important;
    min-height: 102px !important;
    height: auto !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 16px 17px !important;
    border-radius: 17px !important;
    background: #f7f8fc !important;
}

body.page-category .service--content .pack--list .pack span.amount {
    font-size: clamp(21px, 1.45vw, 26px) !important;
    font-weight: 650 !important;
    line-height: 1.05 !important;
    letter-spacing: -.015em !important;
}

body.page-category .service--content .pack--list .pack span.type {
    margin-top: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

body.page-category .service--content .pack--list .pack span.price,
body.page-category .service--content .pack--list .pack.selected span.price,
body.page-category .service--content .pack--list .pack:hover span.price {
    margin-top: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* Seçili paket özeti: miktar, fiyat ve satın al tek yatay satırda. */
body.page-category .service--content .service--bottom,
body.page-category .service--content .service--bottom.active-bar {
    position: sticky !important;
    left: auto !important;
    right: auto !important;
    bottom: 16px !important;
    display: flex !important;
    width: 100% !important;
    min-height: 72px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin-top: 16px !important;
    padding: 11px 12px !important;
    border-radius: 18px !important;
}

body.page-category .service--content .selected--pack {
    display: flex !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    gap: 11px !important;
}

body.page-category .service--content .selected--pack .icon {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    border-radius: 13px !important;
}

body.page-category .service--content .selected--pack .text {
    display: flex !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    gap: 12px !important;
    line-height: 1.2 !important;
}

body.page-category .service--content .selected--pack .text > span:first-child {
    display: flex !important;
    min-width: 0 !important;
    align-items: baseline !important;
    gap: 5px !important;
    white-space: nowrap !important;
}

body.page-category .service--content .selected--pack [data-selected_price] {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 7px 10px !important;
    border-radius: 10px !important;
    background: color-mix(in srgb, var(--main-color) 8%, #fff) !important;
    font-size: 15px !important;
    white-space: nowrap !important;
}

body.page-category .service--content .pack--action {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
}

body.page-category .service--content .pack--action .pack--butto {
    min-width: 142px !important;
    height: 48px !important;
    padding: 0 18px !important;
    border-radius: 14px !important;
}

body.page-category .iptal-buton {
    display: none !important;
}

/* Yorumlar ve Yorum Yap alanı */
body.page-category #comments {
    padding: 56px 0 72px !important;
    background: #f4f6fb !important;
}

body.page-category #comments .post-comment-area {
    display: grid !important;
    gap: 22px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-category #comments .comment-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
}

body.page-category #comments .comment-item {
    margin: 0 !important;
    padding: 20px !important;
    border: 1px solid rgba(13, 23, 51, .09) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 16px 40px rgba(22, 31, 68, .07) !important;
}

body.page-category #comments .comment-item .head {
    padding: 0 0 13px !important;
    border-bottom: 1px solid rgba(13, 23, 51, .08) !important;
}

body.page-category #comments .comment-item .message {
    padding: 14px 0 0 !important;
}

body.page-category #comments .add-comment-area {
    overflow: hidden !important;
    padding: 28px !important;
    border: 1px solid rgba(13, 23, 51, .09) !important;
    border-radius: 26px !important;
    background: #fff !important;
    box-shadow: 0 24px 70px rgba(22, 31, 68, .10) !important;
}

body.page-category #comments .title-heading.side-title {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 22px !important;
    padding: 0 0 20px !important;
    border-bottom: 1px solid rgba(13, 23, 51, .09) !important;
    text-align: left !important;
}

body.page-category #comments .title-heading.side-title > i {
    display: grid !important;
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    place-items: center !important;
    border-radius: 14px !important;
    color: var(--main-color) !important;
    background: color-mix(in srgb, var(--main-color) 10%, #fff) !important;
    font-size: 22px !important;
}

body.page-category #comments .title-heading.side-title .title {
    color: #0d1733 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

body.page-category #comments .add-comment_content,
body.page-category #comments #ns_comment_form {
    width: 100% !important;
    margin: 0 !important;
}

body.page-category #comments .add-comment_content .well {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-category #comments .add-comment_content .well > .ww-12 {
    width: 100% !important;
    margin: 0 !important;
}

body.page-category #comments .add-comment_content .well > .ww-12:nth-child(3),
body.page-category #comments .add-comment_content .well > .ww-12:nth-child(4),
body.page-category #comments .add-comment_content .well > .ww-12:nth-child(5) {
    grid-column: 1 / -1 !important;
}

body.page-category #comments .form-floating {
    position: relative !important;
    width: 100% !important;
}

body.page-category #comments .form-control {
    width: 100% !important;
    min-height: 58px !important;
    padding: 22px 17px 9px !important;
    border: 1px solid rgba(13, 23, 51, .13) !important;
    border-radius: 15px !important;
    color: #0d1733 !important;
    background: #f8f9fc !important;
    box-shadow: none !important;
    font-size: 14px !important;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

body.page-category #comments textarea.form-control {
    min-height: 126px !important;
    resize: vertical !important;
}

body.page-category #comments .form-control:focus {
    border-color: color-mix(in srgb, var(--main-color) 56%, #dbe1ec) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--main-color) 10%, transparent) !important;
}

body.page-category #comments .form-floating > label {
    left: 17px !important;
    top: 9px !important;
    padding: 0 !important;
    color: #77829a !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    transform: none !important;
    opacity: 1 !important;
}

body.page-category #comments .add-comment_content .d-flex {
    justify-content: flex-end !important;
}

body.page-category #comments .add-comment_content button.butto {
    min-width: 154px !important;
    height: 50px !important;
    margin: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(115deg, var(--main-color), #2f7bff) !important;
    box-shadow: 0 14px 30px color-mix(in srgb, var(--main-color) 22%, transparent) !important;
}

/* Tablet */
@media (max-width: 1050px) {
    body.page-category .category-overview-v43 {
        gap: 14px !important;
    }

    body.page-category .service--content .pack--list {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* Mobil */
@media (max-width: 768px) {
    body.page-category .service--area.category-service-v43,
    body.page-category .service--area.category-service-v43.active {
        padding-bottom: 42px !important;
    }

    body.page-category .category-users-v43,
    body.page-category .category-benefits-v43,
    body.page-category .service--base.service--bases,
    body.page-category #comments .add-comment-area {
        border-radius: 22px !important;
    }

    body.page-category .service--content .pack--list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    body.page-category .service--content .pack--list .pack {
        min-height: 92px !important;
        padding: 13px 14px !important;
        border-radius: 15px !important;
    }

    body.page-category .service--content .pack--list .pack span.amount {
        font-size: 21px !important;
    }

    body.page-category .service--content .service--bottom,
    body.page-category .service--content .service--bottom.active-bar {
        bottom: 10px !important;
        display: flex !important;
        grid-template-columns: none !important;
        min-height: 66px !important;
        gap: 8px !important;
        padding: 9px !important;
    }

    body.page-category .service--content .selected--pack {
        gap: 8px !important;
    }

    body.page-category .service--content .selected--pack .icon {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
    }

    body.page-category .service--content .selected--pack .text {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        line-height: 1.15 !important;
    }

    body.page-category .service--content .selected--pack [data-selected_price] {
        display: inline-flex !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        font-size: 14px !important;
    }

    body.page-category .service--content .pack--action .pack--butto {
        min-width: 116px !important;
        height: 46px !important;
        padding: 0 14px !important;
        font-size: 13px !important;
    }

    body.page-category #comments {
        padding: 42px 0 54px !important;
    }

    body.page-category #comments .comment-list,
    body.page-category #comments .add-comment_content .well {
        grid-template-columns: 1fr !important;
    }

    body.page-category #comments .add-comment_content .well > .ww-12:nth-child(3),
    body.page-category #comments .add-comment_content .well > .ww-12:nth-child(4),
    body.page-category #comments .add-comment_content .well > .ww-12:nth-child(5) {
        grid-column: auto !important;
    }

    body.page-category #comments .add-comment-area {
        padding: 20px !important;
    }

    body.page-category #comments .title-heading.side-title {
        margin-bottom: 16px !important;
        padding-bottom: 15px !important;
    }

    body.page-category #comments .title-heading.side-title .title {
        font-size: 21px !important;
    }
}

@media (max-width: 430px) {
    body.page-category .service--content .pack--list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.page-category .service--content .pack--list .pack {
        min-height: 88px !important;
        padding: 12px !important;
    }

    body.page-category .service--content .pack--list .pack span.amount {
        font-size: 19px !important;
    }

    body.page-category .service--content .service--bottom,
    body.page-category .service--content .service--bottom.active-bar {
        gap: 6px !important;
    }

    body.page-category .service--content .selected--pack .icon {
        display: none !important;
    }

    body.page-category .service--content .selected--pack .text > span:first-child {
        font-size: 12px !important;
    }

    body.page-category .service--content .pack--action .pack--butto {
        min-width: 108px !important;
        padding: 0 12px !important;
    }

    body.page-category #comments .add-comment_content button.butto {
        width: 100% !important;
    }
}
