/**
 * WPHub Blocks - Static CSS
 * Стили для кастомных Gutenberg блоков
 * Использует CSS переменные из inline стилей
 */

/* ==========================================================================
   WORDPRESS BLOCK TABLE
   ========================================================================== */

.blk-aab9e1de thead {
    border-bottom: none !important;
}

/* ==========================================================================
   CTA SECTION BLOCK
   ========================================================================== */

.aJVsIoY4 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-content: center;
    width: 100%;
    margin: 2rem 0 4rem 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color-header-bg), var(--color-primary));
    min-height: auto;
    height: auto;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.aJVsIoY4.sZeZFggw,
.aJVsIoY4.r1sB8i7WQ,
.aJVsIoY4.pSs14HK3,
.aJVsIoY4.y5iEXxK61 {
    min-height: 500px !important;
}

.aJVsIoY4.animate-in-view {
    opacity: 1;
    transform: translateY(0);
}

.aJVsIoY4 .bNZPNUyUk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.aJVsIoY4 .uOQYoGcn {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
}

.aJVsIoY4.has-image.sZeZFggw .qWZyuIPdG,
.aJVsIoY4.has-image.r1sB8i7WQ .qWZyuIPdG,
.aJVsIoY4.has-image.pSs14HK3 .qWZyuIPdG,
.aJVsIoY4.has-image.y5iEXxK61 .qWZyuIPdG,
.aJVsIoY4.has-background-image.sZeZFggw .qWZyuIPdG,
.aJVsIoY4.has-background-image.r1sB8i7WQ .qWZyuIPdG,
.aJVsIoY4.has-background-image.pSs14HK3 .qWZyuIPdG,
.aJVsIoY4.has-background-image.y5iEXxK61 .qWZyuIPdG {
    position: relative;
    z-index: 100 !important;
}

/* Default Style */
.aJVsIoY4.dVArfYZrDnb {
    justify-content: center;
    align-items: center;
}

.aJVsIoY4.dVArfYZrDnb .uOQYoGcn {
    margin: 0 auto;
    width: 100%;
}

.aJVsIoY4.dVArfYZrDnb .jQtUdmwRDXb {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Split Styles */
.aJVsIoY4.pSs14HK3,
.aJVsIoY4.y5iEXxK61,
.aJVsIoY4.sZeZFggw,
.aJVsIoY4.r1sB8i7WQ {
    display: flex !important;
    align-items: stretch;
    min-height: auto;
    padding: 0 !important;
}

/* Override padding for split layouts */
.aJVsIoY4.sZeZFggw.oIDrWpcYBd5G,
.aJVsIoY4.sZeZFggw.rR651R33,
.aJVsIoY4.sZeZFggw.nCL3yhHeo,
.aJVsIoY4.sZeZFggw.yGQOPLd25Z,
.aJVsIoY4.sZeZFggw.ywrYSMKGf0Mo,
.aJVsIoY4.r1sB8i7WQ.oIDrWpcYBd5G,
.aJVsIoY4.r1sB8i7WQ.rR651R33,
.aJVsIoY4.r1sB8i7WQ.nCL3yhHeo,
.aJVsIoY4.r1sB8i7WQ.yGQOPLd25Z,
.aJVsIoY4.r1sB8i7WQ.ywrYSMKGf0Mo,
.aJVsIoY4.pSs14HK3.oIDrWpcYBd5G,
.aJVsIoY4.pSs14HK3.rR651R33,
.aJVsIoY4.pSs14HK3.nCL3yhHeo,
.aJVsIoY4.pSs14HK3.yGQOPLd25Z,
.aJVsIoY4.pSs14HK3.ywrYSMKGf0Mo,
.aJVsIoY4.y5iEXxK61.oIDrWpcYBd5G,
.aJVsIoY4.y5iEXxK61.rR651R33,
.aJVsIoY4.y5iEXxK61.nCL3yhHeo,
.aJVsIoY4.y5iEXxK61.yGQOPLd25Z,
.aJVsIoY4.y5iEXxK61.ywrYSMKGf0Mo {
    padding: 0 !important;
}

.aJVsIoY4.pSs14HK3 .jQtUdmwRDXb,
.aJVsIoY4.y5iEXxK61 .jQtUdmwRDXb,
.aJVsIoY4.sZeZFggw .jQtUdmwRDXb,
.aJVsIoY4.r1sB8i7WQ .jQtUdmwRDXb {
    display: flex !important;
    width: 100%;
    align-items: stretch;
    min-height: 500px !important;
}

.aJVsIoY4.pSs14HK3 .uOQYoGcn,
.aJVsIoY4.y5iEXxK61 .uOQYoGcn {
    flex: 0 0 50%;
    width: 50%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    box-sizing: border-box;
    background: inherit;
}

.aJVsIoY4.pSs14HK3 .yqK1Gkh8D,
.aJVsIoY4.y5iEXxK61 .yqK1Gkh8D {
    flex: 0 0 50%;
    width: 50%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aJVsIoY4.pSs14HK3 .yqK1Gkh8D img,
.aJVsIoY4.y5iEXxK61 .yqK1Gkh8D img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Reverse direction */
.aJVsIoY4.r1sB8i7WQ .jQtUdmwRDXb,
.aJVsIoY4.y5iEXxK61 .jQtUdmwRDXb {
    flex-direction: row !important;
}

/* Height variants */
.aJVsIoY4.c1SykzfI {
    min-height: 300px !important;
}

.aJVsIoY4.fEeuFfHDt5Sj {
    min-height: 400px !important;
}

.aJVsIoY4.jmBXSDlRMAkR {
    min-height: 500px !important;
}

.aJVsIoY4.tvbsEEZq {
    min-height: auto !important;
    height: auto !important;
}

.aJVsIoY4.ivTP0gEcs {
    min-height: 100vh !important;
}

/* Content inner */
.aJVsIoY4.sZeZFggw .lFfsoOH6iN,
.aJVsIoY4.r1sB8i7WQ .lFfsoOH6iN,
.aJVsIoY4.pSs14HK3 .lFfsoOH6iN,
.aJVsIoY4.y5iEXxK61 .lFfsoOH6iN {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 11 !important;
}

.aJVsIoY4.pSs14HK3 .lFfsoOH6iN,
.aJVsIoY4.y5iEXxK61 .lFfsoOH6iN {
    width: 100%;
    max-width: 600px;
}

/* Section container */
.aJVsIoY4 .jQtUdmwRDXb {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
    position: relative;
    z-index: 5;
}

.aJVsIoY4.sZeZFggw .jQtUdmwRDXb,
.aJVsIoY4.pSs14HK3 .jQtUdmwRDXb {
    flex-direction: row !important;
}

/* Split content */
.aJVsIoY4.sZeZFggw .qWZyuIPdG,
.aJVsIoY4.r1sB8i7WQ .qWZyuIPdG,
.aJVsIoY4.pSs14HK3 .qWZyuIPdG,
.aJVsIoY4.y5iEXxK61 .qWZyuIPdG {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 50px 40px;
    box-sizing: border-box;
    min-height: 500px !important;
    background: inherit;
    position: relative;
    z-index: 10 !important;
}

/* Padding variants */
.aJVsIoY4.oIDrWpcYBd5G .qWZyuIPdG {
    padding: 10px 15px !important;
}

.aJVsIoY4.rR651R33 .qWZyuIPdG {
    padding: 20px 25px !important;
}

.aJVsIoY4.nCL3yhHeo .qWZyuIPdG {
    padding: 30px 35px !important;
}

.aJVsIoY4.yGQOPLd25Z .qWZyuIPdG {
    padding: 50px 40px !important;
}

.aJVsIoY4.ywrYSMKGf0Mo .qWZyuIPdG {
    padding: 80px 50px !important;
}

/* Text alignment for split content */
.aJVsIoY4.text-left .qWZyuIPdG {
    justify-content: flex-start !important;
}

.aJVsIoY4.text-right .qWZyuIPdG {
    justify-content: flex-end !important;
}

/* Split visual */
.aJVsIoY4.sZeZFggw .r4HwocaKca,
.aJVsIoY4.r1sB8i7WQ .r4HwocaKca,
.aJVsIoY4.pSs14HK3 .r4HwocaKca,
.aJVsIoY4.y5iEXxK61 .r4HwocaKca {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-height: 500px !important;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

/* Split image */
.aJVsIoY4.sZeZFggw .v9hLIDJA,
.aJVsIoY4.r1sB8i7WQ .v9hLIDJA,
.aJVsIoY4.pSs14HK3 .v9hLIDJA,
.aJVsIoY4.y5iEXxK61 .v9hLIDJA {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    min-width: 100% !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.aJVsIoY4 .v9hLIDJA:hover {
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}

/* Hide split elements in default layout */
.aJVsIoY4.qwwVDlPe8I .qWZyuIPdG,
.aJVsIoY4.qwwVDlPe8I .r4HwocaKca,
.aJVsIoY4.dVArfYZrDnb .qWZyuIPdG,
.aJVsIoY4.dVArfYZrDnb .r4HwocaKca {
    display: none !important;
}

.aJVsIoY4.qwwVDlPe8I .uOQYoGcn,
.aJVsIoY4.dVArfYZrDnb .uOQYoGcn {
    display: block !important;
}

/* Hide default content in split layouts */
.aJVsIoY4.sZeZFggw .uOQYoGcn,
.aJVsIoY4.r1sB8i7WQ .uOQYoGcn,
.aJVsIoY4.pSs14HK3 .uOQYoGcn,
.aJVsIoY4.y5iEXxK61 .uOQYoGcn {
    display: none !important;
}

/* Default layout */
.aJVsIoY4.qwwVDlPe8I .jQtUdmwRDXb {
    justify-content: center;
    align-items: center;
}

.aJVsIoY4.qwwVDlPe8I .uOQYoGcn {
    width: 100%;
    padding: 10px;
}

/* Text alignment */
.aJVsIoY4.text-left,
.aJVsIoY4.text-left .uOQYoGcn,
.aJVsIoY4.text-left .lFfsoOH6iN,
.aJVsIoY4.text-left .qWZyuIPdG {
    text-align: left !important;
}

.aJVsIoY4.text-center,
.aJVsIoY4.text-center .uOQYoGcn,
.aJVsIoY4.text-center .lFfsoOH6iN,
.aJVsIoY4.text-center .qWZyuIPdG {
    text-align: center !important;
}

.aJVsIoY4.text-right,
.aJVsIoY4.text-right .uOQYoGcn,
.aJVsIoY4.text-right .lFfsoOH6iN,
.aJVsIoY4.text-right .qWZyuIPdG {
    text-align: right !important;
}

/* Button wrapper alignment */
.aJVsIoY4.text-left .aUu2TpMO {
    display: flex;
    justify-content: flex-start !important;
}

.aJVsIoY4.text-center .aUu2TpMO {
    display: flex;
    justify-content: center !important;
}

.aJVsIoY4.text-right .aUu2TpMO {
    display: flex;
    justify-content: flex-end !important;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991px) {
    /* Stack split layouts vertically on tablets and mobile */
    .aJVsIoY4.sZeZFggw .jQtUdmwRDXb,
    .aJVsIoY4.r1sB8i7WQ .jQtUdmwRDXb,
    .aJVsIoY4.pSs14HK3 .jQtUdmwRDXb,
    .aJVsIoY4.y5iEXxK61 .jQtUdmwRDXb {
        flex-direction: column !important;
    }

    .aJVsIoY4.sZeZFggw .qWZyuIPdG,
    .aJVsIoY4.r1sB8i7WQ .qWZyuIPdG,
    .aJVsIoY4.sZeZFggw .r4HwocaKca,
    .aJVsIoY4.r1sB8i7WQ .r4HwocaKca,
    .aJVsIoY4.pSs14HK3 .qWZyuIPdG,
    .aJVsIoY4.y5iEXxK61 .qWZyuIPdG,
    .aJVsIoY4.pSs14HK3 .uOQYoGcn,
    .aJVsIoY4.y5iEXxK61 .uOQYoGcn,
    .aJVsIoY4.pSs14HK3 .yqK1Gkh8D,
    .aJVsIoY4.y5iEXxK61 .yqK1Gkh8D {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 300px !important;
    }
}
