.videos-page{min-height:100vh;background:linear-gradient(135deg,rgba(0,10,30,.95),rgba(5,20,45,.95))}.videos-hero{padding:120px 0 80px;text-align:center;background:linear-gradient(135deg,rgba(0,114,255,.1),rgba(0,198,255,.1))}.videos-hero-content{max-width:800px;margin:0 auto}.videos-page-title{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#0072FF,#00C6FF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.videos-page-subtitle{font-size:1.2rem;color:rgba(255,255,255,.8);line-height:1.6}.videos-section{padding:80px 0}.videos-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;gap:2.5rem;margin-top:3rem}.video-card{background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(24,254,245,.03));border:1px solid rgba(24,254,245,.2);border-radius:36px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px rgba(0,0,0,.1);z-index:1}.video-card:hover{border-color:rgba(24,254,245,.5);box-shadow:0 20px 60px rgba(24,254,245,.2);transform:translateY(-10px)}.video-featured-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#FFD700,#FFA500);color:#000;padding:6px 16px;border-radius:20px;font-size:.75rem;font-weight:700;z-index:10;box-shadow:0 4px 15px rgba(255,215,0,.3)}.video-card-thumbnail{position:relative;width:100%;padding-top:56.25%;background:linear-gradient(135deg,rgba(0,114,255,.2),rgba(0,198,255,.2));overflow:hidden;border-radius:36px 36px 0 0}.video-thumbnail-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-play-button{z-index:2;transition:transform .3s ease}.video-card:hover .video-play-button{transform:scale(1.1)}.video-thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,114,255,.3),rgba(0,198,255,.3));opacity:.7}.video-card:hover .video-thumbnail-overlay{opacity:.5}.video-thumbnail-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}.video-card-content{padding:2rem;border-radius:0 0 36px 36px}.video-card-title{font-size:1.5rem;font-weight:700;color:#ffffff;margin-bottom:1rem;line-height:1.3}.video-card-description{font-size:1rem;color:rgba(255,255,255,.7);line-height:1.6;margin:0}.video-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem}.video-modal-content{position:relative;width:100%;max-width:900px;background:rgba(20,30,50,.95);border-radius:20px;padding:1.5rem;border:1px solid rgba(0,114,255,.3);max-height:90vh;overflow-y:auto}.video-modal-close{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.1);border:none;color:#ffffff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10000}.video-modal-close:hover{background:rgba(255,255,255,.2);transform:rotate(90deg)}.video-modal-iframe-wrapper{position:relative;width:100%;margin-bottom:0}.video-modal-iframe{width:100%;height:500px;max-height:70vh;border:none;border-radius:12px;display:block}.video-modal-video-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.video-modal-video,.video-modal-video-wrapper{width:100%;min-height:400px;background:#000;border-radius:12px}.video-modal-video{max-width:100%;height:auto;max-height:80vh;display:block}@media (max-width:768px){.video-modal-iframe{height:300px;max-height:50vh}}.video-fallback-link{margin-top:1.5rem;text-align:center;width:100%;position:relative;z-index:10;padding:1rem 0}.video-watch-on-youtube{color:#ffffff;text-decoration:none;padding:10px 20px;background:rgba(255,0,0,.8);border-radius:8px;font-weight:600;transition:all .3s ease;display:inline-block}.video-watch-on-youtube:hover{background:rgba(255,0,0,1);transform:translateY(-2px)}.video-modal-error{padding:2rem;text-align:center;color:#ffffff}.video-modal-error p{margin-bottom:1.5rem;font-size:1.1rem;color:rgba(255,255,255,.8)}.video-embed-error{padding:3rem 2rem;text-align:center;color:rgba(255,255,255,.9);background:rgba(255,0,0,.1);border-radius:12px;border:1px solid rgba(255,0,0,.3)}.video-embed-error p{margin-bottom:1rem;font-size:1rem;color:rgba(255,255,255,.8)}.video-embed-error p:last-child{margin-bottom:0}.videos-empty,.videos-loading{text-align:center;color:rgba(255,255,255,.7);padding:4rem 2rem;font-size:1.2rem}@media (max-width:992px){.videos-grid{grid-template-columns:1fr;gap:2rem}.videos-page-title{font-size:2.5rem}}@media (max-width:768px){.videos-hero{padding:100px 0 60px}.videos-page-title{font-size:2rem}.videos-page-subtitle{font-size:1rem}.video-card-content{padding:1.5rem}.video-card-title{font-size:1.25rem}.video-modal-content{padding:1rem;max-width:95%}.video-modal-overlay{padding:1rem}.video-modal-iframe-wrapper{padding-top:56.25%}}