.video-overlay-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 2;
    pointer-events: none;
}

.video-overlay-text {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.video-overlay-text h2,
.video-overlay-text p {
    color: #fff !important;
    text-shadow: 2px 2px 8px #000, 0 0 20px #000;
}

.video-cards a,
.video-cta-button {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #23243a;
    background: rgba(255,255,255,0.75);
    border: 2px solid #fff;
    border-radius: 32px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08);
    backdrop-filter: blur(2px);
    transition: background 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.video-cards a:hover,
.video-cta-button:hover {
    background: #fff;
    color: #23243a;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.12);
    text-decoration: none;
}

/* Responsive buton stilleri */
.contact-btn {
    background: rgba(255,255,255,0.75) !important;
    color: #23243a !important;
    border-radius: 32px !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    border: 2px solid #fff !important;
    backdrop-filter: blur(2px) !important;
    transition: background 0.2s !important;
    padding: 1rem 3rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08) !important;
}

.contact-btn:hover {
    background: #fff !important;
    color: #23243a !important;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.12) !important;
    text-decoration: none !important;
}

/* Tablet responsive */
@media (max-width: 768px) {
    .contact-btn {
        font-size: 1rem !important;
        padding: 0.8rem 2.5rem !important;
    }
    
    .video-overlay-text h2 {
        font-size: 1.8rem !important;
        text-align: center !important;
        padding: 0 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .video-overlay-text p {
        font-size: 1rem !important;
        text-align: center !important;
        padding: 0 1rem !important;
    }
}

/* Mobile responsive */
@media (max-width: 576px) {
    .contact-btn {
        font-size: 0.9rem !important;
        padding: 0.7rem 2rem !important;
        border-radius: 25px !important;
        margin-top: 1rem !important;
    }
    
    .video-overlay-text h2 {
        font-size: 1.3rem !important;
        text-align: center !important;
        padding: 0 0.5rem !important;
        margin-bottom: 0.5rem !important;
        line-height: 1.3 !important;
    }
    
    .video-overlay-text p {
        display: none !important;
    }
    
    .video-cards {
        margin-top: 1rem !important;
    }
    
    .video-cards a {
        display: inline-block !important;
        height: auto !important;
        min-height: unset !important;
        line-height: 1.2 !important;
        vertical-align: middle !important;
        padding: 0.5rem 1.5rem !important;
        font-size: 1rem !important;
        box-sizing: border-box;
    }
}

/* Small mobile responsive */
@media (max-width: 375px) {
    .contact-btn {
        font-size: 0.8rem !important;
        padding: 0.6rem 1.5rem !important;
        border-radius: 20px !important;
        margin-top: 0.8rem !important;
    }
    
    .video-overlay-text h2 {
        font-size: 1.1rem !important;
        margin-bottom: 0.3rem !important;
        line-height: 1.2 !important;
    }
    
    .video-overlay-text p {
        display: none !important;
    }
    
    .video-cards {
        margin-top: 0.8rem !important;
    }
}

/* Extra small mobile responsive */
@media (max-width: 320px) {
    .contact-btn {
        font-size: 0.7rem !important;
        padding: 0.5rem 1.2rem !important;
        border-radius: 18px !important;
        margin-top: 0.5rem !important;
    }
    
    .video-overlay-text h2 {
        font-size: 1rem !important;
        margin-bottom: 0.2rem !important;
        line-height: 1.1 !important;
    }
    
    .video-cards {
        margin-top: 0.5rem !important;
    }
}
