/* ======= GENTECH KOMPONENTLƏR (LOAD MORE, GALLERY, DATA) ======= */

/* ---------- Modern "Daha çox göstər" düyməsi ---------- */
.gentech-button#gentech-load-more,
.gentech-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    background: linear-gradient(#ffffff, #f4f7fb);
    color: #0b6ea6;
    border: 1px solid #d6e3ef;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(11, 110, 166, 0.06);
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

/* Hover / Fokus */
.gentech-button#gentech-load-more:hover,
.gentech-button#gentech-load-more:focus {
    transform: translateY(-2px);
    background: #eaf6ff;
    box-shadow: 0 8px 24px rgba(11, 110, 166, 0.08);
    outline: none;
}

/* Disabled state */
.gentech-button[disabled] {
    opacity: 0.6;
    cursor: default;
    transform: none;
    box-shadow: none;
}

/* ŞƏKİL QALEREYASI (Single Product) */
.product-gallery {
    max-width: 800px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.product-gallery .main-image-container {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.product-gallery .main-product-image {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

/* Datasheet izahı üçün stil */
.datasheet-info {
    font-size: 20px;
    font-weight: 500;
    margin-top: 8px;
    color: #333;
}

/* HDD Hesablama - mobil nəticə kartı hündürlük optimizasiyası */
@media (max-width: 768px) {
    body.page-id-1820 #cctv-calc-root .md\:col-span-5>.h-full {
        padding: 18px 14px;
        min-height: 0;
    }

    body.page-id-1820 #cctv-calc-root .md\:col-span-5 .mb-8 {
        margin-bottom: 16px;
    }

    body.page-id-1820 #cctv-calc-root .md\:col-span-5 .mb-10 {
        margin-bottom: 14px;
    }

    body.page-id-1820 #cctv-calc-root .md\:col-span-5 .text-8xl {
        font-size: 56px;
        line-height: 1;
    }

    body.page-id-1820 #cctv-calc-root .md\:col-span-5 .text-2xl {
        font-size: 18px;
        line-height: 1.2;
    }

    body.page-id-1820 #cctv-calc-root .md\:col-span-5 .bg-white\/20 {
        padding: 10px 12px;
        max-width: 176px;
    }
}
