 /* Video Section */
        .video-section {
            background: white;
            padding: 0 0 30px;
        }
        
        .video-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            border-radius: 10px;
            background: #000;
        }
        
        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }