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

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

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

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

.t3yfDACFHFT {
    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;
}

.t3yfDACFHFT.aQpskgYWclT,
.t3yfDACFHFT.hWACKjJY,
.t3yfDACFHFT.dko0on5fm,
.t3yfDACFHFT.wniIskmoIJg {
    min-height: 500px !important;
}

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

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

.t3yfDACFHFT .jXoBXJgDh {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
}

.t3yfDACFHFT.has-image.aQpskgYWclT .oltJAxTQ7LAG,
.t3yfDACFHFT.has-image.hWACKjJY .oltJAxTQ7LAG,
.t3yfDACFHFT.has-image.dko0on5fm .oltJAxTQ7LAG,
.t3yfDACFHFT.has-image.wniIskmoIJg .oltJAxTQ7LAG,
.t3yfDACFHFT.has-background-image.aQpskgYWclT .oltJAxTQ7LAG,
.t3yfDACFHFT.has-background-image.hWACKjJY .oltJAxTQ7LAG,
.t3yfDACFHFT.has-background-image.dko0on5fm .oltJAxTQ7LAG,
.t3yfDACFHFT.has-background-image.wniIskmoIJg .oltJAxTQ7LAG {
    position: relative;
    z-index: 100 !important;
}

/* Default Style */
.t3yfDACFHFT.vdyt1Ers {
    justify-content: center;
    align-items: center;
}

.t3yfDACFHFT.vdyt1Ers .jXoBXJgDh {
    margin: 0 auto;
    width: 100%;
}

.t3yfDACFHFT.vdyt1Ers .zuPM8Oz80e {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Split Styles */
.t3yfDACFHFT.dko0on5fm,
.t3yfDACFHFT.wniIskmoIJg,
.t3yfDACFHFT.aQpskgYWclT,
.t3yfDACFHFT.hWACKjJY {
    display: flex !important;
    align-items: stretch;
    min-height: auto;
    padding: 0 !important;
}

/* Override padding for split layouts */
.t3yfDACFHFT.aQpskgYWclT.nmZbgTfQ,
.t3yfDACFHFT.aQpskgYWclT.uhpBS3hdV,
.t3yfDACFHFT.aQpskgYWclT.r3aJNrlV,
.t3yfDACFHFT.aQpskgYWclT.taUoYDSoBrC,
.t3yfDACFHFT.aQpskgYWclT.tSEg8R6zY,
.t3yfDACFHFT.hWACKjJY.nmZbgTfQ,
.t3yfDACFHFT.hWACKjJY.uhpBS3hdV,
.t3yfDACFHFT.hWACKjJY.r3aJNrlV,
.t3yfDACFHFT.hWACKjJY.taUoYDSoBrC,
.t3yfDACFHFT.hWACKjJY.tSEg8R6zY,
.t3yfDACFHFT.dko0on5fm.nmZbgTfQ,
.t3yfDACFHFT.dko0on5fm.uhpBS3hdV,
.t3yfDACFHFT.dko0on5fm.r3aJNrlV,
.t3yfDACFHFT.dko0on5fm.taUoYDSoBrC,
.t3yfDACFHFT.dko0on5fm.tSEg8R6zY,
.t3yfDACFHFT.wniIskmoIJg.nmZbgTfQ,
.t3yfDACFHFT.wniIskmoIJg.uhpBS3hdV,
.t3yfDACFHFT.wniIskmoIJg.r3aJNrlV,
.t3yfDACFHFT.wniIskmoIJg.taUoYDSoBrC,
.t3yfDACFHFT.wniIskmoIJg.tSEg8R6zY {
    padding: 0 !important;
}

.t3yfDACFHFT.dko0on5fm .zuPM8Oz80e,
.t3yfDACFHFT.wniIskmoIJg .zuPM8Oz80e,
.t3yfDACFHFT.aQpskgYWclT .zuPM8Oz80e,
.t3yfDACFHFT.hWACKjJY .zuPM8Oz80e {
    display: flex !important;
    width: 100%;
    align-items: stretch;
    min-height: 500px !important;
}

.t3yfDACFHFT.dko0on5fm .jXoBXJgDh,
.t3yfDACFHFT.wniIskmoIJg .jXoBXJgDh {
    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;
}

.t3yfDACFHFT.dko0on5fm .n6GAeROp,
.t3yfDACFHFT.wniIskmoIJg .n6GAeROp {
    flex: 0 0 50%;
    width: 50%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t3yfDACFHFT.dko0on5fm .n6GAeROp img,
.t3yfDACFHFT.wniIskmoIJg .n6GAeROp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Reverse direction */
.t3yfDACFHFT.hWACKjJY .zuPM8Oz80e,
.t3yfDACFHFT.wniIskmoIJg .zuPM8Oz80e {
    flex-direction: row !important;
}

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

.t3yfDACFHFT.qgG4Jmrpzgz {
    min-height: 400px !important;
}

.t3yfDACFHFT.bC1jbDX1M {
    min-height: 500px !important;
}

.t3yfDACFHFT.lV7ZW8IxI {
    min-height: auto !important;
    height: auto !important;
}

.t3yfDACFHFT.i7uqBBUhsMur {
    min-height: 100vh !important;
}

/* Content inner */
.t3yfDACFHFT.aQpskgYWclT .fumRvDuCat,
.t3yfDACFHFT.hWACKjJY .fumRvDuCat,
.t3yfDACFHFT.dko0on5fm .fumRvDuCat,
.t3yfDACFHFT.wniIskmoIJg .fumRvDuCat {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 11 !important;
}

.t3yfDACFHFT.dko0on5fm .fumRvDuCat,
.t3yfDACFHFT.wniIskmoIJg .fumRvDuCat {
    width: 100%;
    max-width: 600px;
}

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

.t3yfDACFHFT.aQpskgYWclT .zuPM8Oz80e,
.t3yfDACFHFT.dko0on5fm .zuPM8Oz80e {
    flex-direction: row !important;
}

/* Split content */
.t3yfDACFHFT.aQpskgYWclT .oltJAxTQ7LAG,
.t3yfDACFHFT.hWACKjJY .oltJAxTQ7LAG,
.t3yfDACFHFT.dko0on5fm .oltJAxTQ7LAG,
.t3yfDACFHFT.wniIskmoIJg .oltJAxTQ7LAG {
    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 */
.t3yfDACFHFT.nmZbgTfQ .oltJAxTQ7LAG {
    padding: 10px 15px !important;
}

.t3yfDACFHFT.uhpBS3hdV .oltJAxTQ7LAG {
    padding: 20px 25px !important;
}

.t3yfDACFHFT.r3aJNrlV .oltJAxTQ7LAG {
    padding: 30px 35px !important;
}

.t3yfDACFHFT.taUoYDSoBrC .oltJAxTQ7LAG {
    padding: 50px 40px !important;
}

.t3yfDACFHFT.tSEg8R6zY .oltJAxTQ7LAG {
    padding: 80px 50px !important;
}

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

.t3yfDACFHFT.text-right .oltJAxTQ7LAG {
    justify-content: flex-end !important;
}

/* Split visual */
.t3yfDACFHFT.aQpskgYWclT .faXq36GoBS5,
.t3yfDACFHFT.hWACKjJY .faXq36GoBS5,
.t3yfDACFHFT.dko0on5fm .faXq36GoBS5,
.t3yfDACFHFT.wniIskmoIJg .faXq36GoBS5 {
    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 */
.t3yfDACFHFT.aQpskgYWclT .kQfqp1amsx,
.t3yfDACFHFT.hWACKjJY .kQfqp1amsx,
.t3yfDACFHFT.dko0on5fm .kQfqp1amsx,
.t3yfDACFHFT.wniIskmoIJg .kQfqp1amsx {
    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;
}

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

/* Hide split elements in default layout */
.t3yfDACFHFT.zKuyxEtwmuw .oltJAxTQ7LAG,
.t3yfDACFHFT.zKuyxEtwmuw .faXq36GoBS5,
.t3yfDACFHFT.vdyt1Ers .oltJAxTQ7LAG,
.t3yfDACFHFT.vdyt1Ers .faXq36GoBS5 {
    display: none !important;
}

.t3yfDACFHFT.zKuyxEtwmuw .jXoBXJgDh,
.t3yfDACFHFT.vdyt1Ers .jXoBXJgDh {
    display: block !important;
}

/* Hide default content in split layouts */
.t3yfDACFHFT.aQpskgYWclT .jXoBXJgDh,
.t3yfDACFHFT.hWACKjJY .jXoBXJgDh,
.t3yfDACFHFT.dko0on5fm .jXoBXJgDh,
.t3yfDACFHFT.wniIskmoIJg .jXoBXJgDh {
    display: none !important;
}

/* Default layout */
.t3yfDACFHFT.zKuyxEtwmuw .zuPM8Oz80e {
    justify-content: center;
    align-items: center;
}

.t3yfDACFHFT.zKuyxEtwmuw .jXoBXJgDh {
    width: 100%;
    padding: 10px;
}

/* Text alignment */
.t3yfDACFHFT.text-left,
.t3yfDACFHFT.text-left .jXoBXJgDh,
.t3yfDACFHFT.text-left .fumRvDuCat,
.t3yfDACFHFT.text-left .oltJAxTQ7LAG {
    text-align: left !important;
}

.t3yfDACFHFT.text-center,
.t3yfDACFHFT.text-center .jXoBXJgDh,
.t3yfDACFHFT.text-center .fumRvDuCat,
.t3yfDACFHFT.text-center .oltJAxTQ7LAG {
    text-align: center !important;
}

.t3yfDACFHFT.text-right,
.t3yfDACFHFT.text-right .jXoBXJgDh,
.t3yfDACFHFT.text-right .fumRvDuCat,
.t3yfDACFHFT.text-right .oltJAxTQ7LAG {
    text-align: right !important;
}

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

.t3yfDACFHFT.text-center .cUUw5fWQRcYU {
    display: flex;
    justify-content: center !important;
}

.t3yfDACFHFT.text-right .cUUw5fWQRcYU {
    display: flex;
    justify-content: flex-end !important;
}

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

@media (max-width: 991px) {
    /* Stack split layouts vertically on tablets and mobile */
    .t3yfDACFHFT.aQpskgYWclT .zuPM8Oz80e,
    .t3yfDACFHFT.hWACKjJY .zuPM8Oz80e,
    .t3yfDACFHFT.dko0on5fm .zuPM8Oz80e,
    .t3yfDACFHFT.wniIskmoIJg .zuPM8Oz80e {
        flex-direction: column !important;
    }

    .t3yfDACFHFT.aQpskgYWclT .oltJAxTQ7LAG,
    .t3yfDACFHFT.hWACKjJY .oltJAxTQ7LAG,
    .t3yfDACFHFT.aQpskgYWclT .faXq36GoBS5,
    .t3yfDACFHFT.hWACKjJY .faXq36GoBS5,
    .t3yfDACFHFT.dko0on5fm .oltJAxTQ7LAG,
    .t3yfDACFHFT.wniIskmoIJg .oltJAxTQ7LAG,
    .t3yfDACFHFT.dko0on5fm .jXoBXJgDh,
    .t3yfDACFHFT.wniIskmoIJg .jXoBXJgDh,
    .t3yfDACFHFT.dko0on5fm .n6GAeROp,
    .t3yfDACFHFT.wniIskmoIJg .n6GAeROp {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 300px !important;
    }
}
