
.zrf-hero-section {
    position: relative;
    min-height: 500px;
    background: -o-linear-gradient(315deg, rgba(9, 19, 53, 0.92) 0%, rgba(9, 19, 53, 0.7) 40%, rgba(9, 19, 53, 0.85) 100%),
    url('/wp-content/uploads/M1_100mm-scaled-2.webp') center/cover;
    background: linear-gradient(135deg, rgba(9, 19, 53, 0.92) 0%, rgba(9, 19, 53, 0.7) 40%, rgba(9, 19, 53, 0.85) 100%),
    url('/wp-content/uploads/M1_100mm-scaled-2.webp') center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px 80px 20px;
    overflow: hidden;
}

.zrf-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-radial-gradient(top right, ellipse, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    -o-radial-gradient(bottom left, ellipse, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    background: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    z-index: 1;
}

.zrf-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: -o-repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, .05) 35px, rgba(255, 255, 255, .05) 70px);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, .05) 35px, rgba(255, 255, 255, .05) 70px);
    z-index: 1;
}

.zrf-hero-content {
    max-width: 1000px;
    z-index: 2;
    position: relative;
    -webkit-animation: zrf-fadeInUp 1s ease-out;
    animation: zrf-fadeInUp 1s ease-out;
}

.zrf-hero-content2 {
    max-width: 1800px;
    z-index: 2;
    position: relative;
    -webkit-animation: zrf-fadeInUp 1s ease-out;
    animation: zrf-fadeInUp 1s ease-out;
}

.zrf-hero-title {
    color: #ffffff !important;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.1;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
    letter-spacing: -0.03em;
}

.zrf-hero-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.4rem;
    line-height: 1.8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    font-weight: 300 !important;
    max-width: 800px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.zrf-hero-subtitle2 {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.4rem;
    line-height: 1.8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    font-weight: 300 !important;
    max-width: 1200px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.zrf-hero-cta {
    margin-top: 40px;
    display: inline-block;
    padding: 18px 45px;
    background: rgba(255, 255, 255, 0.95);
    color: #091335;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.zrf-hero-cta:hover {
    background: #ffffff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.zrf-gradient-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(248, 249, 250, 0.7)), to(#f8f9fa));
    background: -o-linear-gradient(top, transparent 0%, rgba(248, 249, 250, 0.7) 60%, #f8f9fa 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(248, 249, 250, 0.7) 60%, #f8f9fa 100%);
    z-index: 1;
}

.zrf-features-section {
    position: relative;
    padding: 100px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#f8f9fa));
    background: -o-linear-gradient(top, #f8f9fa 0%, #f8f9fa 100%);
    background: linear-gradient(180deg, #f8f9fa 0%, #f8f9fa 100%);
}

.zrf-features-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.zrf-feature-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 0px;
    -webkit-box-shadow: 0 10px 30px rgba(9, 19, 53, 0.08);
    box-shadow: 0 10px 30px rgba(9, 19, 53, 0.08);
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(9, 19, 53, 0.05);
    position: relative;
    overflow: hidden;
}

.zrf-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #091335;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.zrf-feature-card:hover::before {
    height: 100%;
}

.zrf-feature-card:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 20px 40px rgba(9, 19, 53, 0.15);
    box-shadow: 0 20px 40px rgba(9, 19, 53, 0.15);
}

.zrf-feature-icon {
    width: 60px;
    height: 60px;
    background: -o-linear-gradient(315deg, #091335 0%, #0d1a4a 100%);
    background: linear-gradient(135deg, #091335 0%, #0d1a4a 100%);
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
    font-size: 28px;
    color: #ffffff;
    -webkit-box-shadow: 0 8px 20px rgba(9, 19, 53, 0.2);
    box-shadow: 0 8px 20px rgba(9, 19, 53, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.zrf-feature-card:hover .zrf-feature-icon {
    -webkit-transform: rotate(5deg) scale(1.05);
    -ms-transform: rotate(5deg) scale(1.05);
    transform: rotate(5deg) scale(1.05);
}

.zrf-feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #091335;
    margin-bottom: 15px;
    line-height: 1.3;
}

.zrf-feature-text {
    color: #666;
    line-height: 1.8;
    font-size: 1.05rem;
}

.zrf-cta-section {
    background: #091335;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}

.zrf-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-radial-gradient(10% 50%, circle, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
    -o-radial-gradient(90% 50%, circle, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
    background: radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
}

.zrf-cta-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.zrf-cta-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 0px;
    font-size: 0.9rem;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-animation: zrf-fadeInUp 0.8s ease-out;
    animation: zrf-fadeInUp 0.8s ease-out;
}

.zrf-cta-title {
    color: #ffffff !important;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 35px;
    -webkit-animation: zrf-fadeInUp 0.8s ease-out 0.1s both;
    animation: zrf-fadeInUp 0.8s ease-out 0.1s both;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.zrf-cta-content .zrf-cta-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 50px;
    line-height: 1.9;
    -webkit-animation: zrf-fadeInUp 0.8s ease-out 0.2s both;
    animation: zrf-fadeInUp 0.8s ease-out 0.2s both;
    max-width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.zrf-cta-button {
    display: inline-block;
    padding: 22px 60px;
    background: -o-linear-gradient(315deg, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #091335;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0px;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    -webkit-animation: zrf-fadeInUp 0.8s ease-out 0.3s both;
    animation: zrf-fadeInUp 0.8s ease-out 0.3s both;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.zrf-cta-button:hover {
    -webkit-transform: translateY(-5px) scale(1.02);
    -ms-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    background: -o-linear-gradient(315deg, #ffffff 0%, #e0e0e0 100%);
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
}

.zrf-cta-button-icon {
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.zrf-cta-button:hover .zrf-cta-button-icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@-webkit-keyframes zrf-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes zrf-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .zrf-features-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    header .logo img {
        height: 40px !important;
    }

    .zrf-cta-title {
        font-size: 2.2rem;
    }

    .zrf-hero-title {
        font-size: 2.5rem !important;
    }

    .zrf-hero-subtitle {
        font-size: 1.0rem !important;
        font-weight: 400 !important;
    }

    .zrf-hero-section {
        padding: 30px 20px !important;
        min-height: 0px;
    }

    .zrf-features-section {
        padding: 30px 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f9fa));
        background: -o-linear-gradient(top, #ffffff 0%, #f8f9fa 100%);
        background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    }

    .zrf-cta-section {
        padding: 40px 20px;
    }
}

.footerphone ul, .footerphone li {
    list-style: none;
}

.footerphone {
    padding-left: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
}


.elementor-button {
    background: #091335;
    color: #FFFFFF;
    padding: 18px 45px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.8px;
    border: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-box-shadow: 0 2px 5px rgba(9, 19, 53, 0.15);
    box-shadow: 0 2px 5px rgba(9, 19, 53, 0.15);
}

.elementor-button:hover {
    background: #1A2856;
    color: #FFFFFF;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 8px 20px rgba(9, 19, 53, 0.25);
    box-shadow: 0 8px 20px rgba(9, 19, 53, 0.25);
}

.elementor-button:active {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 3px 10px rgba(9, 19, 53, 0.2);
    box-shadow: 0 3px 10px rgba(9, 19, 53, 0.2);
}


.series-selector-wrapper {
    background: transparent;
    padding: 40px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    margin-top: -70px;
}

.series-selector-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.series-selector-title {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 40px;
    margin-bottom: 40px !important;
    font-weight: 400;
}

.series-selector-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.series-selector-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 400px;
    display: block;
    text-decoration: none;
    background: #f8f9fa;
    border-radius: 0;
    padding: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.series-selector-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 15px 40px rgba(9, 19, 53, 0.1);
    box-shadow: 0 15px 40px rgba(9, 19, 53, 0.1);
}

.series-selector-modern {
    background: -o-linear-gradient(315deg, #091335 0%, #0d1a4a 100%);
    background: linear-gradient(135deg, #091335 0%, #0d1a4a 100%);
}

.series-selector-modern:hover {
    border-color: #ffd700;
    -webkit-box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);
}

.series-selector-exclusive {

    background: -o-linear-gradient(315deg, #fef180 0%, #ceb800 100%);

    background: linear-gradient(135deg, #fef180 0%, #ceb800 100%);
}

.series-selector-exclusive:hover {

    border-color: #091335;
}

.series-selector-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.series-selector-modern .series-selector-label {
    color: #ffd700;
}

.series-selector-exclusive .series-selector-label {
    color: #091335;
}

.series-selector-name {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.series-selector-modern .series-selector-name {

    color: #ffffff;
}

.series-selector-exclusive .series-selector-name {
    color: #091335;
}

.series-selector-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.series-selector-modern .series-selector-description {
    color: rgba(255, 255, 255, 0.8);
}

.series-selector-exclusive .series-selector-description {
    color: #666;
}

.series-selector-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.series-selector-modern .series-selector-arrow {
    color: #ffd700;
}

.series-selector-exclusive .series-selector-arrow {
    color: #091335;
}

.series-selector-arrow-icon {
    margin-left: 8px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.series-selector-card:hover .series-selector-arrow-icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.series-selector-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 12px;
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 700;
}

.series-selector-modern .series-selector-badge {

    background: rgba(255, 215, 0, 0.2);
    color: #ffd700;
}

.series-selector-exclusive .series-selector-badge {
    background: rgba(9, 19, 53, 0.1);
    color: #091335;
}

@media (max-width: 768px) {
    .series-selector-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .series-selector-card {
        max-width: 100%;
        width: 100%;
    }

    .series-selector-wrapper {
        position: relative;
        padding: 30px 0;
        margin-top: 0px;
    }

    .zrf-hero-subtitle2 {
        font-size: 1rem;
        text-align: justify;
    }
}


.seria-modern-wrapper {

    background: #f8f9fa;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.seria-modern-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.seria-modern-header {
    text-align: center;
    margin-bottom: 60px;
}

.seria-modern-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #091335;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.seria-modern-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #091335;
}

.seria-modern-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.seria-modern-image-box {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #e0e0e0;
}

.seria-modern-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.seria-modern-text-content {
    background: #ffffff;
    padding: 50px;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.seria-modern-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    text-align: justify;
}

.seria-modern-features {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.seria-feature-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.seria-feature-card:hover {
    border-color: #091335;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 20px rgba(9, 19, 53, 0.1);
    box-shadow: 0 10px 20px rgba(9, 19, 53, 0.1);
}

.seria-feature-icon {
    width: 50px;
    height: 50px;
    background: #091335;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #ffffff;
    font-size: 24px;
}

.seria-feature-text {
    font-size: 0.95rem;
    color: #091335;
    font-weight: 600;
}

.seria-modern-cta {
    text-align: center;
    margin-top: 50px;
}

.seria-cta-button {
    display: inline-block;
    padding: 18px 50px;
    background: #091335;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 10px 30px rgba(9, 19, 53, 0.2);
    box-shadow: 0 10px 30px rgba(9, 19, 53, 0.2);
}

.seria-cta-button:hover {
    background: #0d1a4a;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 15px 40px rgba(9, 19, 53, 0.3);
    box-shadow: 0 15px 40px rgba(9, 19, 53, 0.3);
    color: white !important;
}

.seria-modern-title span {
    font-size: 2.4rem;
    display: block;
    color: #e2ce20;
}

.seria-modern-title span {
    font-size: 2.4rem;
    display: block;
    color: #e2ce20;
}

@media (max-width: 768px) {
    .seria-modern-text-content {
        padding: 30px;
    }

    .seria-modern-title {
        font-size: 2rem;
    }

    .seria-modern-title span {
        font-size: 1.8rem;
        display: block;
        color: #e2ce20;
    }


    .seria-modern-features {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.imgobj img {
    aspect-ratio: 3 / 2;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    max-height: 250px;
}


.series-final-cta {

    background: -o-linear-gradient(315deg, #091335 0%, #0d1a4a 100%);
    background: linear-gradient(135deg, #091335 0%, #0d1a4a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.series-final-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    -webkit-animation: cta-float 15s ease-in-out infinite;
    animation: cta-float 15s ease-in-out infinite;
}

.series-final-cta::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: -o-radial-gradient(circle, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
    background: radial-gradient(circle, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
    animation: cta-float 15s ease-in-out infinite reverse;
}

.series-cta-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    text-align: center;
}

h2.series-cta-question {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 30px;
    line-height: 1.2;
    -webkit-animation: fadeInDown 0.8s ease-out;
    animation: fadeInDown 0.8s ease-out;
}

.series-cta-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: fadeInUp 0.8s ease-out 0.2s both;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.series-cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-animation: fadeInUp 0.8s ease-out 0.4s both;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.series-cta-primary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 50px;
    background: -o-linear-gradient(315deg, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #091335;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.series-cta-primary:hover {
    -webkit-transform: translateY(-5px) scale(1.02);
    -ms-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
}

.series-cta-secondary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 50px;
    background: transparent;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.series-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #ffffff !important;
}

.series-cta-text {
    margin-left: auto !important;
    margin-right: auto !important;
}

.series-cta-icon {
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.series-cta-primary:hover .series-cta-icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.series-cta-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-animation: fadeInUp 0.8s ease-out 0.6s both;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.series-cta-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.series-cta-check {
    width: 24px;
    height: 24px;
    background: rgba(255, 215, 0, 0.2);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffd700;
}

@-webkit-keyframes cta-float {
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        -webkit-transform: translate(30px, -30px) rotate(120deg);
        transform: translate(30px, -30px) rotate(120deg);
    }
    66% {
        -webkit-transform: translate(-20px, 20px) rotate(240deg);
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

@keyframes cta-float {
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        -webkit-transform: translate(30px, -30px) rotate(120deg);
        transform: translate(30px, -30px) rotate(120deg);
    }
    66% {
        -webkit-transform: translate(-20px, 20px) rotate(240deg);
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .series-cta-question {
        font-size: 1.8rem;
    }

    .series-cta-text {
        font-size: 1.1rem;
    }

    .series-cta-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .series-cta-primary,
    .series-cta-secondary {
        width: 100%;
        max-width: 300px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .series-cta-features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.fusion-modal-text-link .series-cta-question {
    color: white !important;
}

.series-cta-feature p {
    margin: 0 !important;
}

.zrf-product-section {
    background: #fff;
    margin-bottom: 40px;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.zrf-product-header {
    background: -o-linear-gradient(315deg, #1e3a8a 0%, #091335 100%);
    background: linear-gradient(135deg, #1e3a8a 0%, #091335 100%);
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.zrf-header-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.zrf-product-title {
    color: #fff !important;
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}

.zrf-product-content {
    padding: 0;
}

.zrf-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zrf-product-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}

.zrf-product-description p {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.zrf-product-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zrf-feature-item {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    padding: 40px;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #1e3a8a;
    font-weight: 500;
}

.zrf-feature-item i {
    font-size: 14px;
}

.zrf-product-showcase {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 320px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.zrf-showcase-img {
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.zrf-product-label {
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.zrf-gallery-section {
    padding: 0 40px 40px;
}

.zrf-gallery-img {
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Specs Grid */
.zrf-specs-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.zrf-spec-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 0;
    text-align: center;
}

.zrf-spec-card i {
    font-size: 24px;
    color: #2563eb;
    margin-bottom: 10px;
    display: block;
}

.zrf-spec-card h4 {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.zrf-spec-card p {
    font-size: 18px;
    color: #1e3a8a;
    margin: 0;
    font-weight: 700;
}

/* Brushless Section */
.zrf-brushless-section {
    background: #1e293b;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.zrf-brushless-wrapper {
    max-width: 1420px;
    padding: 80px 0;
    margin-left: auto;
    margin-right: auto;
}

.zrf-brushless-intro {
    text-align: center;
    margin-bottom: 50px;
}

.zrf-brushless-icon {
    width: 80px;
    height: 80px;
    background: -o-linear-gradient(315deg, #2563eb 0%, #3b82f6 100%);
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 36px;
    color: #fff;
}

.zrf-brushless-title {
    color: #fff !important;
    font-size: 28px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.zrf-brushless-lead {
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/* Tech Features */
.zrf-tech-features {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.zrf-tech-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 30px;
}

.zrf-tech-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.zrf-tech-header i {
    font-size: 24px;
    color: #3b82f6;
}

.zrf-tech-header h4 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.zrf-tech-description {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.zrf-tech-subtitle {
    color: #fff !important;
    font-size: 16px;
    margin: 20px 0 15px 0;
    font-weight: 600;
}

.zrf-tech-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zrf-tech-list li {
    color: #cbd5e1;
    font-size: 15px;
    padding: 8px 0 8px 28px;
    position: relative;
}

.zrf-tech-list li:before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-size: 10px;
}

/* Motor Gallery */
.zrf-motor-gallery {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.zrf-motor-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 250px;
}

.zrf-motor-item img {
    width: 100%;
    height: auto;
    max-height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .zrf-product-section {
        margin-bottom: 25px;
    }

    .zrf-product-header {
        padding: 20px;
    }

    .zrf-header-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .zrf-product-title {
        font-size: 22px !important;
    }

    .zrf-content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 20px;
        gap: 25px;
    }

    .zrf-product-showcase {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .zrf-gallery-section {
        padding: 0 20px 25px;
    }

    .zrf-specs-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .zrf-brushless-wrapper {
        padding: 30px 20px;
    }

    .zrf-brushless-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .zrf-brushless-title {
        font-size: 22px;
    }

    .zrf-brushless-lead {
        font-size: 16px;
    }

    .zrf-tech-features {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .zrf-tech-card {
        padding: 25px 20px;
    }

    .zrf-motor-gallery {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .zrf-feature-item {
        padding: 8px 16px;
        font-size: 14px;
    }
}

/* Alap táblázat stílusok */
.responsive-table-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.responsive-price-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.responsive-price-table th {
    background-color: #091335;
    color: white;
    padding: 15px 10px;
    text-align: left;
    font-weight: bold;
}

.responsive-price-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
}

.responsive-price-table tbody tr:hover {
    background-color: #f5f5f5;
}

/* Tablet nézet */
@media screen and (max-width: 992px) {
    .responsive-price-table {
        font-size: 14px;
    }

    .responsive-price-table th,
    .responsive-price-table td {
        padding: 10px 8px;
    }
}

/* Mobil nézet - 768px alatt */
@media screen and (max-width: 768px) {
    /* Táblázat fejléc elrejtése */
    .responsive-price-table thead {
        position: absolute;
        left: -9999px;
    }

    /* Sorok kártya stílusúvá alakítása */
    .responsive-price-table tbody tr {
        display: block;
        margin-bottom: 15px;
        background: #fff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 15px;
        border-left: 4px solid #091335;
    }

    /* Cellák blokk elemekké alakítása */
    .responsive-price-table td {
        display: block;
        text-align: left;
        padding: 6px 0;
        border-bottom: none;
        position: relative;
        padding-left: 40%;
    }

    /* Címkék megjelenítése */
    .responsive-price-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 35%;
        font-weight: bold;
        color: #091335;
    }

    /* Első cella (Kód) kiemelése */
    .responsive-price-table td:first-child {
        background: #f0f0f0;
        padding: 10px;
        margin: -15px -15px 10px -15px;
        font-size: 16px;
        font-weight: bold;
        color: #091335;
        text-align: center;
    }

    .responsive-price-table td:first-child:before {
        content: none;
    }

    /* Árak kiemelése */
    .responsive-price-table td:nth-child(5),
    .responsive-price-table td:nth-child(6),
    .responsive-price-table td:nth-child(7) {
        font-weight: bold;
        color: #2ecc71;
        font-size: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .responsive-table-wrapper {
        overflow-x: auto;
        position: relative;
    }

    .responsive-table-wrapper:after {
        content: '→';
        position: absolute;
        top: 50%;
        right: 10px;
        font-size: 20px;
        color: #999;
        -webkit-animation: slide 2s infinite;
        animation: slide 2s infinite;
    }

    @-webkit-keyframes slide {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        50% {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes slide {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        50% {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
}

.product-detail-section {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #ffffff;
    padding: 0;
    position: relative;
    overflow: visible;
}

.product-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 800px) {
    .product-detail-container {
        padding: 0;
    }

}

.product-header-wrapper {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.product-series-badge {
    display: inline-block;
    background: rgba(9, 19, 53, 0.05);
    color: #091335;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.typy-cenova-ponuka {
    text-align: center;

    margin-top: 50px;
}

.typy-cenova-ponuka a {
    display: inline-block;
    background: #fae000;
    color: #091335;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.typy-cenova-ponuka a:hover {
    background: #ffe714;

}

.product-series-badge:hover {
    background: #091335;
    color: white;
}

.product-main-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #091335;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;;
    -webkit-box-orient: vertical;;
    -webkit-box-direction: normal;;
    -ms-flex-direction: column;;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-main-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#091335), to(transparent));
    background: -o-linear-gradient(left, transparent, #091335, transparent);
    background: linear-gradient(90deg, transparent, #091335, transparent);
}

.product-intro-text {
    max-width: 800px;
    margin: 0 auto !important;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    text-align: center;
    margin-top: 40px;
}

.product-features-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 80px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.product-benefits-section {
    background: #e6e6e6;
    padding: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.product-benefits-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 400px;
    height: 400px;
    background: -o-radial-gradient(circle, rgba(9, 19, 53, 0.15) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(9, 19, 53, 0.15) 0%, transparent 70%);
}

.product-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #091335;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.product-section-icon {
    width: 40px;
    height: 40px;
    background: #091335;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.product-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.product-benefit-item:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    border-color: rgba(9, 19, 53, 0.1);
    -webkit-box-shadow: 0 5px 20px rgba(9, 19, 53, 0.05);
    box-shadow: 0 5px 20px rgba(9, 19, 53, 0.05);
}

.product-benefit-item:last-of-type {
    margin: 0 !important;
}

.product-benefit-icon {
    width: 30px;
    height: 30px;
    background: rgba(9, 19, 53, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #091335;
    font-size: 14px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-benefit-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-benefit-title {
    font-weight: 600;
    color: #091335;
    margin-bottom: 5px;
}

.product-benefit-desc {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.product-usage-section {
    background: #091335;
    color: #ffffff;
    padding: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    height: -webkit-fill-available;
}

.product-usage-section::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
}

.product-usage-section .product-section-title {
    color: #ffffff;
}

.product-usage-section .product-section-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.product-usage-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.product-usage-examples {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.product-usage-tag {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.product-usage-tag:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.product-visual-element {
    grid-column: 1 / -1;
    margin-top: 60px;
    text-align: center;
}

.product-size-display {
    background: -o-linear-gradient(315deg, #f8f9fa 0%, #ffffff 100%);
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 40px;
    -webkit-box-shadow: 0 10px 40px rgba(9, 19, 53, 0.08);
    box-shadow: 0 10px 40px rgba(9, 19, 53, 0.08);
}

.product-size-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #091335;
    margin-bottom: 30px;
    text-align: center;
}

.product-size-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-size-item {
    text-align: center;
}

.product-size-visual {
    width: 80px;
    background: #091335;
    margin: 0 auto 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-size-visual.size-small {
    height: 20px;
}

.product-size-visual.size-medium {
    height: 40px;
}

.product-size-visual.size-large {
    height: 60px;
}

.product-size-visual.size-xlarge {
    height: 80px;
}

.product-size-item:hover .product-size-visual {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 5px 15px rgba(9, 19, 53, 0.2);
    box-shadow: 0 5px 15px rgba(9, 19, 53, 0.2);
}

.product-size-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

/* Alternative color schemes for different series */
.product-detail-section.series-exclusive .product-series-badge {
    background: rgba(255, 215, 0, 0.15);
    color: #d4a017;
}

.product-detail-section.series-exclusive .product-section-icon {
    background: -o-linear-gradient(315deg, #f0b90b 0%, #ffd700 100%);
    background: linear-gradient(135deg, #f0b90b 0%, #ffd700 100%);
}

.product-detail-section.series-exclusive .product-benefit-icon {
    background: rgba(255, 215, 0, 0.15);
    color: #d4a017;
}

@media (max-width: 968px) {
    .product-features-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0px;
        margin: 0 -15px;
    }

    .product-benefits-section,
    .product-usage-section {
        padding: 35px;
    }

    .product-usage-examples {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .product-usage-section {
        margin-bottom: 0px;
    }
}

@media (max-width: 640px) {
    .product-size-range {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .product-main-title {
        font-size: 45px !important;
    }

    .product-series-badge {
        margin-bottom: 0px;
    }

    .title-typy-gallery {
        font-size: 35px !important;
    }

    #main .post-content .title-all-types.title.fusion-title h2 p {
        font-size: 30px !important;
        margin-top: 20px;

    }

    .product-section-title {
        margin-top: 10px;
    }

    .fusion-body .fusion-flex-container.fusion-builder-row-3, .fusion-body .fusion-flex-container.fusion-builder-row-5 {
        margin-top: 30px !important;
    }
}

/* Modern, smooth footer hover effects */

/* Link alapstílus */
.elementor-icon-list-items a {
    position: relative;
    display: inline-block;
    color: var(--e-global-color-531d7ff);
    text-decoration: none;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* Elegáns aláhúzás animáció */
.elementor-icon-list-items a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: -webkit-gradient(linear,
    left top, right top,
    from(transparent),
    color-stop(var(--e-global-color-secondary)),
    to(transparent));
    background: -o-linear-gradient(left,
    transparent,
    var(--e-global-color-secondary),
    transparent);
    background: linear-gradient(90deg,
    transparent,
    var(--e-global-color-secondary),
    transparent);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.elementor-icon-list-items a:hover::before {
    width: 100%;
}

/* Finom színátmenet hover-nél */
.elementor-icon-list-items a:hover .elementor-icon-list-text {
    color: var(--e-global-color-secondary);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

/* Telefon és email stílusok */
.subphone li,
.footerphone {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subphone li {
    color: var(--e-global-color-531d7ff);
    padding: 4px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Elegáns bal oldali vonal animáció telefonhoz */
.subphone li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: var(--e-global-color-secondary);
    -webkit-transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.subphone li:hover::before {
    width: 8px;
}

.subphone li:hover {
    color: var(--e-global-color-primary);
    padding-left: 8px;
}

/* Email hover - finom glow effect */
.elementor-widget-text-editor p {
    color: var(--e-global-color-531d7ff);
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.elementor-widget-text-editor a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-widget-text-editor a[href^="mailto:"]:hover {
    color: var(--e-global-color-secondary);
    text-shadow: 0 0 20px rgba(226, 206, 32, 0.15);
}

/* Ultra smooth fade-in effect a teljes footer widget-ekhez */
.elementor-icon-list-item {
    opacity: 0.85;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-icon-list-item:hover {
    opacity: 1;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

/* Opcionális: Finom háttér glow a linkekhez */
.elementor-icon-list-items a {
    padding: 2px 6px;
    border-radius: 3px;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.elementor-icon-list-items a:hover {
    background: -webkit-gradient(linear,
    left top, right top,
    from(rgba(226, 206, 32, 0.03)),
    color-stop(50%, rgba(226, 206, 32, 0.08)),
    to(rgba(226, 206, 32, 0.03)));
    background: -o-linear-gradient(left,
    rgba(226, 206, 32, 0.03) 0%,
    rgba(226, 206, 32, 0.08) 50%,
    rgba(226, 206, 32, 0.03) 100%);
    background: linear-gradient(90deg,
    rgba(226, 206, 32, 0.03) 0%,
    rgba(226, 206, 32, 0.08) 50%,
    rgba(226, 206, 32, 0.03) 100%);
}

/* Még simább átmenet minden elemhez */
* {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Telefonszámok linkként */
.subphone a {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}

/* Elegáns wave effect (opcionális) */
@-webkit-keyframes subtle-wave {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes subtle-wave {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.elementor-icon-list-items a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
    left top, right top,
    from(transparent),
    color-stop(rgba(226, 206, 32, 0.1)),
    to(transparent));
    background: -o-linear-gradient(left,
    transparent,
    rgba(226, 206, 32, 0.1),
    transparent);
    background: linear-gradient(90deg,
    transparent,
    rgba(226, 206, 32, 0.1),
    transparent);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.elementor-icon-list-items a:hover::after {
    -webkit-animation: subtle-wave 0.6s ease;
    animation: subtle-wave 0.6s ease;
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
    .elementor-icon-list-items a,
    .subphone li {
        padding: 10px 5px;
    }

    /* Touch-friendly hover helyett tap effect */
    .elementor-icon-list-items a:active,
    .subphone li:active {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
        opacity: 0.8;
    }

    .subphone li, .footerphone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .subphone {
        padding: 0;
    }
}

.elementor-icon-list-items,
.footerphone,
.subphone {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Base header (before sticky kicks in) */
header {
    z-index: 999;
}

/* Element that gets the sticky class */
header .elementor-sticky--effects {
    height: 80px; /* taller before sticky */
    min-height: 80px;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);

    /* Smooth animation */
    -webkit-transition: height 0.3s ease,
    min-height 0.3s ease,
    background 0.3s ease,
    -webkit-backdrop-filter 0.3s ease,
    -webkit-box-shadow 0.3s ease;
    transition: height 0.3s ease,
    min-height 0.3s ease,
    background 0.3s ease,
    -webkit-backdrop-filter 0.3s ease,
    -webkit-box-shadow 0.3s ease;
    -o-transition: height 0.3s ease,
    min-height 0.3s ease,
    backdrop-filter 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
    transition: height 0.3s ease,
    min-height 0.3s ease,
    backdrop-filter 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
    transition: height 0.3s ease,
    min-height 0.3s ease,
    backdrop-filter 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-backdrop-filter 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

/* Sticky state (your current styles) */
header.elementor-sticky--effects,
header .elementor-sticky--effects.elementor-sticky--effects {
    height: 60px;
    min-height: 60px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.78) !important;
    -webkit-box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.15);
    z-index: 999 !important;
}

/* Logo default + transition */
header .logo img {
    height: 60px; /* bigger before sticky */
    width: auto !important;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

/* Logo when sticky */
header .elementor-sticky--effects .logo img {
    height: 50px;
}


.otgs-development-site-front-end {
    display: none !important;
}

.modern-mobile-trigger {
    top: 10px !important;
    right: 10px !important;
    width: 48px;
    height: 48px;
    z-index: 999999;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(9, 19, 53, 0.1);
    -webkit-box-shadow: 0 10px 30px rgba(9, 19, 53, 0.08);
    box-shadow: 0 10px 30px rgba(9, 19, 53, 0.08);
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.modern-mobile-trigger:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 12px 35px rgba(9, 19, 53, 0.12);
    box-shadow: 0 12px 35px rgba(9, 19, 53, 0.12);
    border-color: rgba(226, 206, 32, 0.3);
}

.modern-mobile-trigger.active {
    position: fixed;
    background: #091335;
    border-color: #091335;
}

.modern-burger {
    width: 20px;
    height: 14px;
    position: relative;
}

.modern-burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #091335;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.modern-burger span:nth-child(1) {
    top: 0;
    width: 100%;
}

.modern-burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75%;
}

.modern-burger span:nth-child(3) {
    bottom: 0;
    width: 50%;
}

.modern-mobile-trigger:hover .modern-burger span {
    width: 100%;
}

.modern-mobile-trigger.active .modern-burger span {
    background: #E2CE20;
}

.modern-mobile-trigger.active .modern-burger span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.modern-mobile-trigger.active .modern-burger span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(20px);
    -ms-transform: translateY(-50%) translateX(20px);
    transform: translateY(-50%) translateX(20px);
}

.modern-mobile-trigger.active .modern-burger span:nth-child(3) {
    width: 100%;
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

.modern-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: -o-linear-gradient(315deg, #091335 0%, #0a1642 50%, #091335 100%);
    background: linear-gradient(135deg, #091335 0%, #0a1642 50%, #091335 100%);
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.modern-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modern-menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background: #ffffff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow-y: auto;
    -webkit-box-shadow: -20px 0 60px rgba(0, 0, 0, 0.1);
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.1);
}

.modern-menu-overlay.active .modern-menu-panel {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.modern-menu-header {
    padding: 40px;
    background: -o-linear-gradient(315deg, #091335 0%, #0a1642 100%);
    background: linear-gradient(135deg, #091335 0%, #0a1642 100%);
    position: relative;
    overflow: hidden;
}

.modern-menu-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: -o-radial-gradient(circle, rgba(226, 206, 32, 0.1) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(226, 206, 32, 0.1) 0%, transparent 70%);
    -webkit-animation: pulse 4s ease-in-out infinite;
    animation: pulse 4s ease-in-out infinite;
}

@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.modern-menu-logo {
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-animation: fadeInUp 0.6s ease 0.2s both;
    animation: fadeInUp 0.6s ease 0.2s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.modern-menu-logo img {
    max-width: 140px;
    height: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.modern-menu-content {
    padding: 30px;
}

.modern-nav-section {
    margin-bottom: 40px;
    -webkit-animation: fadeInUp 0.6s ease 0.3s both;
    animation: fadeInUp 0.6s ease 0.3s both;
}

.modern-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modern-nav-item {
    margin-bottom: 8px;
}

.modern-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px;
    color: #091335;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.modern-nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #E2CE20;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.modern-nav-link:hover {
    background: rgba(9, 19, 53, 0.02);
    border-color: rgba(9, 19, 53, 0.08);
    padding-left: 32px;
}

.modern-nav-link:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.modern-nav-link.highlight-price {
    background: -o-linear-gradient(315deg, #E2CE20 0%, #d4c01c 100%);
    background: linear-gradient(135deg, #E2CE20 0%, #d4c01c 100%);
    color: #ffffff;
    font-weight: 600;
    border: none;
    -webkit-box-shadow: 0 8px 24px rgba(226, 206, 32, 0.25);
    box-shadow: 0 8px 24px rgba(226, 206, 32, 0.25);
}

.modern-nav-link.highlight-price:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 12px 32px rgba(226, 206, 32, 0.35);
    box-shadow: 0 12px 32px rgba(226, 206, 32, 0.35);
    padding-left: 24px;
}

.modern-nav-parent > .modern-nav-link::after {
    content: '';
    margin-left: auto;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(9, 19, 53, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4L5 6L7 4' stroke='%23091335' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.modern-nav-parent.open > .modern-nav-link::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: rgba(9, 19, 53, 0.05);
}

.modern-submenu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 8px 0 8px 20px;
}

.modern-submenu.open {
    max-height: 500px;
}

.modern-submenu .modern-nav-link {
    font-size: 14px;
    padding: 12px 20px;
    background: rgba(9, 19, 53, 0.02);
    border: 1px solid rgba(9, 19, 53, 0.06);
}

.modern-contact-section {
    padding: 30px;
    background: rgba(9, 19, 53, 0.02);
    margin: 0 30px 30px;
    -webkit-animation: fadeInUp 0.6s ease 0.4s both;
    animation: fadeInUp 0.6s ease 0.4s both;
}

.modern-contact-title {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(9, 19, 53, 0.5);
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modern-contact-title::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: rgba(9, 19, 53, 0.1);
    margin-left: 16px;
}

.modern-contact-grid {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.modern-contact-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(9, 19, 53, 0.08);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.modern-contact-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#E2CE20), to(#091335));
    background: -o-linear-gradient(top, #E2CE20 0%, #091335 100%);
    background: linear-gradient(180deg, #E2CE20 0%, #091335 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.modern-contact-card:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 8px 24px rgba(9, 19, 53, 0.08);
    box-shadow: 0 8px 24px rgba(9, 19, 53, 0.08);
}

.modern-contact-card:hover::before {
    opacity: 1;
}

.modern-contact-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(9, 19, 53, 0.4);
    margin-bottom: 8px;
}

.modern-contact-value {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #091335;
    line-height: 1.6;
}

.modern-contact-value a {
    color: #091335;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.modern-contact-value a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #E2CE20;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.modern-contact-value a:hover {
    color: #E2CE20;
}

.modern-contact-value a:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    .modern-menu-panel {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .modern-mobile-trigger {
        top: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
    }

    .modern-menu-header {
        padding: 30px;
    }

    .modern-menu-content {
        padding: 20px;
    }

    .modern-contact-section {
        margin: 0 20px 20px;
        padding: 20px;
    }

    .modern-nav-link {
        font-size: 15px;
        padding: 14px 20px;
    }
}

body.modern-menu-open {
    overflow: hidden;
}


.blurme {
    backdrop-filter: blur(10px);
}

header .logo img {
    max-width: 160px;
    width: 100%;
    transition: max-width 0.3s ease-in-out;
}

header.elementor-sticky--effects .logo img {
    max-width: 100px !important;
    width: 100% !important;
}

.zrf-hero-cta,
.zrf-cta-button,
.seria-cta-button,
.typy-cenova-ponuka a,
.elementor-button {
    border-radius: 24px;
}

.zrf-feature-card,
.series-selector-card,
.seria-modern-image-box,
.seria-modern-text-content,
.seria-feature-card,
.zrf-product-section,
.zrf-brushless-section,
.zrf-tech-card,
.zrf-motor-item,
.product-benefits-section,
.product-usage-section,
.product-size-display,
.zrf-spec-card,
.modern-menu-panel,
.modern-contact-section,
.modern-contact-card {
    border-radius: 24px;
}

.zrf-feature-icon,
.seria-feature-icon,
.zrf-header-icon,
.zrf-brushless-icon,
.product-section-icon,
.product-benefit-icon {
    border-radius: 12px;
}

.product-benefit-item,
.product-usage-tag,
.zrf-feature-item,
.series-selector-badge,
.product-series-badge,
.zrf-cta-badge {
    border-radius: 12px;
}

.zrf-showcase-img,
.zrf-gallery-img,
.seria-modern-image,
.zrf-motor-item img {
    border-radius: 24px;
}

.product-size-visual {
    border-radius: 8px;
}

.modern-mobile-trigger {
    border-radius: 16px;
}

.modern-nav-link {
    border-radius: 12px;
}

.modern-nav-link::before {
    border-radius: 0 12px 12px 0;
}

.modern-menu-header {
    border-radius: 0 0 24px 24px;
}

.modern-submenu .modern-nav-link {
    border-radius: 10px;
}


.mobile_info_holder {
    position: fixed;
    z-index: 99999;
    top: 20%;
}


@media (max-width: 1000px) {
    .mobile_info_holder .mobile {
        display: block;
    }

    .mobile_info_holder .desktop {
        display: none;
    }
}


@media (min-width: 1000px) {
    .mobile_info_holder .mobile {
        display: none;
    }

    .mobile_info_holder .desktop {
        display: block;
    }
}

body.page.page-id-11 .mobile_info_holder,
body.page.page-id-1942 .mobile_info_holder,
body.page.page-id-1941 .mobile_info_holder {
    display: none !important;
}


#vyziadat_cenovu_ponuku {
    position: fixed;
    top: 200px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: #f8e100c7;
    width: 55px;
    z-index: 9;
    border-radius: 0 24px 24px 0;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06),
    4px 4px 24px rgba(0, 0, 0, 0.08),
    8px 8px 48px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    animation: slideInLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: 0.5s;
    backdrop-filter: blur(20px);
}

#vyziadat_cenovu_ponuku:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.08),
    6px 6px 30px rgba(0, 0, 0, 0.12),
    12px 12px 60px rgba(0, 0, 0, 0.08);
    transform: translateX(3px);
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#vyziadat_cenovu_ponuku .eursign {
    background: #0a1634;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 55px;
}

#vyziadat_cenovu_ponuku .eursign span {
    color: white;
    font-size: 38px;
    font-weight: 600;
}

#vyziadat_cenovu_ponuku .ponuka_text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#vyziadat_cenovu_ponuku .ponuka_text span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    color: #0a1634;
    letter-spacing: 0.5px;
}

@media (max-width: 1000px) {

    #vyziadat_cenovu_ponuku .ponuka_text {
        display: none;
    }

    #vyziadat_cenovu_ponuku {
        width: 50px;
        display:none;
    }

    #vyziadat_cenovu_ponuku .eursign {
        background: #f8e100;
    }

    #vyziadat_cenovu_ponuku .eursign span {

        color: #0a1634;
    }
}