.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }

.hero-animate {
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
}
.hero-delay-1 { animation-delay: 0.2s; }
.hero-delay-2 { animation-delay: 0.4s; }
.hero-delay-3 { animation-delay: 0.6s; }

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

.sb-button-primary, .sb-button-secondary, .sb-header-default__button {
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.sb-button-primary:hover, .sb-button-secondary:hover:not(.sb-button-type_inherit-color), .sb-header-default__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.sb-button-primary:active, .sb-button-secondary:active:not(.sb-button-type_inherit-color), .sb-header-default__button:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}


.s-steps-type-2__block-wrapper {
    transition: transform 0.3s ease;
}
.s-steps-type-2__block-wrapper:hover {
    transform: translateX(5px);
}
.s-steps-type-2__circle {
    transition: all 0.3s ease;
}
.s-steps-type-2__block-wrapper:hover .s-steps-type-2__circle {
    background-color: #303952;
    color: white;
    border-color: #303952;
    transform: scale(1.1);
}

.s-faq-type-3__question {
    transition: border-color 0.3s ease, background-color 0.3s ease;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 8px !important;
}
.s-faq-type-3__question:hover {
    background-color: #f8f9fa;
    border-color: #2D98DA !important;
}

.premium-overlay {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.7) 45%, rgba(15, 23, 42, 0.1) 100%) !important;
    opacity: 1 !important;
}

.premium-hero-text h1 {
    font-size: 3.4rem !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-shadow: 0 4px 16px rgba(0,0,0,0.6);
    letter-spacing: -0.5px;
    margin-bottom: 24px !important;
}
@media (max-width: 959px) {
    .premium-hero-text h1 {
        font-size: 2.1rem !important;
    }
    .premium-overlay {
        background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.8) 70%, rgba(15, 23, 42, 0.4) 100%) !important;
    }
}
@media (max-width: 639px) {
    .premium-hero-text h1 {
        font-size: 1.15rem !important;
        line-height: 1.25 !important;
    }
    .premium-hero-text h1 span {
        font-size: 0.8em !important;
    }
}
.premium-hero-text .sb-font-p3 {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
    opacity: 0.95;
    max-width: 95%;
}

.premium-hero-text .sb-button-primary {
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%) !important;
    color: #111 !important;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.25);
    border: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.sb-background-image.sb-background {
    z-index: 1; }

body, p, a, div, span, li, ul, input, button {
    font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .sb-font-title, .sb-font-h1, .sb-font-h2, .sb-font-h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
}

.sb-header-default__logo {
    width: auto !important;
    overflow: visible !important;
}.premium-hero-text .sb-button-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.35);
}

.premium-hero-text .sb-button-secondary {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #fff !important;
    font-weight: 500;
    transition: all 0.3s ease !important;
}
.premium-hero-text .sb-button-secondary:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
