
    body { font-family: 'Poppins', sans-serif; background:#f8f9fb; }
    h2, h3, h4 { font-weight: 700; color:#00232e; }
    .info-box {
        background:white;
        border-radius:10px;
        padding:20px;
        box-shadow:0 5px 20px rgba(0,0,0,0.08);
        transition:0.3s;
        margin-bottom:30px;
    }
    .info-box:hover {
        transform:translateY(-5px);
        box-shadow:0 10px 26px rgba(0,0,0,0.15);
    }
    .highlight { color:#e38f20; font-weight:bold; }
    .video-section {
        background:#f1f8fa;
        padding:20px;
        border-radius:10px;
        margin-bottom:30px;
    }
    .video-section h4 { margin-bottom:15px; }
    .video-section iframe { width: 100%; height: 315px; border-radius: 10px; }
