.thankyou-video-section{
    padding:80px 0;
    background:#f8fafc;
}

.video-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.video-header{
    text-align:center;
    padding:60px 40px 30px;
}

.video-badge{
    display:inline-block;
    padding:8px 18px;
    background:linear-gradient(135deg,#0f172a,#334155);
    color:#fff;
    border-radius:50px;
    font-size:12px;
    letter-spacing:2px;
    font-weight:600;
    margin-bottom:20px;
}

.video-header h2{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
}

.video-header p{
    max-width:700px;
    margin:auto;
    color:#64748b;
    line-height:1.8;
    font-size:17px;
}

.video-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:30px;
}

.video-wrapper iframe,
.video-wrapper video{
    width:100%;
    max-width:1000px;
    height:560px;
    border:none;
    border-radius:20px;
}