.videos-page{padding:50px 0 70px}.videos-header{text-align:center;margin-bottom:40px}.videos-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;background:linear-gradient(135deg,#291495,#4b2ac4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.videos-header p{font-size:15px;color:#666;max-width:650px;margin:0 auto;line-height:1.7}.videos-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.video-card{background:#f8f9fa;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.video-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.video-embed{position:relative;width:100%;padding-bottom:56.25%}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px 16px 0 0}.video-title{padding:14px 16px;font-size:14px;font-weight:500;color:#333;line-height:1.5;margin:0}@media (max-width:991px){.videos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.videos-grid{grid-template-columns:1fr}}