.youtube-header{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:white;padding:120px 0 80px;}.youtube-header-content{display:flex;align-items:center;gap:60px;}.youtube-branding{flex:1;display:flex;align-items:center;gap:2rem;}.youtube-logo{width:80px;height:80px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:white;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,0.3);}.youtube-info{flex:1;}.youtube-title{font-size:3rem;font-weight:700;margin-bottom:0.5rem;text-shadow:2px 2px 4px rgba(0,0,0,0.1);}.youtube-subtitle{font-size:1.8rem;font-weight:400;margin-bottom:1rem;opacity:0.9;}.youtube-description{font-size:1.2rem;opacity:0.8;font-weight:300;}.youtube-image{flex:0 0 200px;display:flex;justify-content:center;align-items:center;}.youtube-img{width:300px;height:225px;border-radius:15px;object-fit:cover;box-shadow:0 20px 40px rgba(0,0,0,0.2);border:4px solid rgba(255,255,255,0.2);}.youtube-profile-img{width:200px;height:200px;border-radius:50%;object-fit:cover;object-position:center;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:6px solid rgba(255,255,255,0.9);transition:all 0.3s ease;}.youtube-profile-img:hover{transform:scale(1.05);box-shadow:0 25px 50px rgba(0,0,0,0.4);}.channel-main-section{padding:80px 0;background:#f8fafc;}.channel-info{display:flex;align-items:center;gap:3rem;background:white;padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,0.1);}.channel-avatar{flex:0 0 120px;}.channel-icon{width:120px;height:120px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:white;box-shadow:0 10px 30px rgba(255,107,107,0.3);}.channel-details{flex:1;}.channel-name{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;}.channel-description{font-size:1.2rem;color:#64748b;line-height:1.6;margin-bottom:2rem;}.channel-actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;}.btn-youtube{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:white;padding:15px 30px;border-radius:25px;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:0.5rem;transition:all 0.3s ease;border:none;cursor:pointer;}.btn-youtube:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(255,107,107,0.3);}.social-share{display:flex;align-items:center;gap:1rem;}.social-share span{color:#64748b;font-weight:500;}.share-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:white;transition:all 0.3s ease;}.share-btn.facebook{background:#1877f2;}.share-btn.twitter{background:#1da1f2;}.share-btn.pinterest{background:#e60023;}.share-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,0.2);}.videos-section{padding:80px 0;background:white;}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;}.video-card{background:white;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);overflow:hidden;transition:all 0.3s ease;}.video-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.15);}.video-thumbnail{position:relative;height:200px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);display:flex;align-items:center;justify-content:center;overflow:hidden;}.video-iframe-container{position:relative;width:100%;height:200px;overflow:hidden;border-radius:15px 15px 0 0;}.video-iframe-container iframe{width:100%;height:100%;border:none;border-radius:15px 15px 0 0;}.video-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;color:white;text-align:center;}.video-placeholder i{font-size:4rem;opacity:0.8;}.video-duration{background:rgba(0,0,0,0.7);color:white;padding:0.3rem 0.6rem;border-radius:5px;font-size:0.9rem;font-weight:600;position:absolute;bottom:10px;right:10px;}.video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;}.video-card:hover .video-overlay{opacity:1;}.play-btn{width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,0.9);border:none;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#ff6b6b;cursor:pointer;transition:all 0.3s ease;}.play-btn:hover{background:white;transform:scale(1.1);}.video-info{padding:1.5rem;}.video-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:0.5rem;}.video-description{color:#64748b;line-height:1.5;margin-bottom:1rem;font-size:0.95rem;}.video-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.9rem;color:#94a3b8;}.video-views{display:flex;align-items:center;gap:0.3rem;}.video-duration-meta{font-weight:600;}.youtube-cta-section{padding:80px 0;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:white;}.cta-content{display:flex;align-items:center;gap:4rem;}.cta-text{flex:1;}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;}.cta-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:0.9;}.cta-stats{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap;}.stat-item{display:flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.1);padding:1rem 1.5rem;border-radius:25px;backdrop-filter:blur(10px);}.stat-item i{font-size:1.2rem;}.cta-actions{flex:0 0 300px;text-align:center;}.btn-youtube-large{background:white;color:#ff6b6b;padding:20px 40px;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.2rem;display:inline-flex;align-items:center;gap:0.8rem;transition:all 0.3s ease;margin-bottom:1.5rem;}.btn-youtube-large:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(0,0,0,0.2);}.cta-note{font-size:1rem;opacity:0.8;display:flex;align-items:center;justify-content:center;gap:0.5rem;}.youtube-contact-section{padding:80px 0;background:#f8fafc;text-align:center;}.youtube-contact-content{max-width:600px;margin:0 auto;}.youtube-contact-content h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;}.youtube-contact-content p{font-size:1.2rem;color:#64748b;line-height:1.6;margin-bottom:2rem;}.contact-info{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap;}.contact-item{display:flex;align-items:center;gap:0.5rem;color:#64748b;}.contact-item a{color:#ff6b6b;text-decoration:none;font-weight:600;}.contact-item a:hover{text-decoration:underline;}@media (max-width:768px){.youtube-header-content{flex-direction:column;text-align:center;gap:30px;}.youtube-branding{flex-direction:column;text-align:center;}.youtube-title{font-size:2.5rem;}.youtube-img{width:250px;height:187px;}.youtube-profile-img{width:150px;height:150px;}.channel-info{flex-direction:column;text-align:center;gap:2rem;}.channel-actions{justify-content:center;}.videos-grid{grid-template-columns:1fr;}.cta-content{flex-direction:column;text-align:center;gap:2rem;}.cta-stats{justify-content:center;}.contact-info{flex-direction:column;gap:1rem;}}@media (max-width:480px){.youtube-title{font-size:2rem;}.youtube-subtitle{font-size:1.4rem;}.channel-name{font-size:2rem;}.cta-content h2{font-size:2rem;}.stat-item{padding:0.8rem 1rem;font-size:0.9rem;}.btn-youtube-large{padding:15px 30px;font-size:1.1rem;}}