.hero{position:relative;width:100%;height:calc(100vh - 80px);overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.hero-bg-slide,.hero-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg-slide{object-fit:cover;opacity:0;transition:opacity 2s ease-in-out,transform 20s ease-out;transform:scale(1)}.hero-bg-slide.active{opacity:1;transform:scale(1.05)}.hero-overlay{top:0;height:100%;background:rgba(0,0,0,.15)}.hero-gradient-overlay,.hero-overlay{position:absolute;left:0;width:100%;z-index:2}.hero-gradient-overlay{bottom:0;height:40%;background:linear-gradient(transparent,rgba(0,0,0,.4))}.hero-content{position:relative;z-index:4;text-align:center;color:white;padding:2rem;margin-bottom:4rem;animation:slideUpFade 1.5s ease-out}.hero-badge{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);backdrop-filter:blur(20px);padding:.8rem;border-radius:50%;margin-bottom:1rem;border:1px solid rgba(255,255,255,.2);animation:fadeIn 2s ease-out;width:60px;height:60px}.hero-badge .material-symbols-outlined{font-size:1.8rem;color:#ffd700}.hero-content h1{font-size:4rem;font-weight:700;margin-bottom:.5rem;line-height:1.1;text-shadow:2px 4px 8px rgba(0,0,0,.5);background:linear-gradient(135deg,#ffffff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content h2{font-size:1.5rem;font-weight:300;margin-bottom:1rem;color:rgba(255,255,255,.9);text-shadow:1px 2px 4px rgba(0,0,0,.3)}.hero-content p{font-size:1.1rem;margin-bottom:2rem;color:rgba(255,255,255,.85);text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:300;letter-spacing:1px}.hero-cta{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.cta-primary,.cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:500;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.cta-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:white;box-shadow:0 4px 15px rgba(255,107,53,.3)}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,107,53,.4)}.cta-secondary{background:rgba(255,255,255,.15);backdrop-filter:blur(20px);color:white;border:1px solid rgba(255,255,255,.3)}.cta-secondary:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.cta-primary.navigating,.cta-secondary.navigating{opacity:.8;cursor:wait;transform:scale(.98)}.cta-primary.navigating .material-symbols-outlined,.cta-secondary.navigating .material-symbols-outlined{animation:spin .8s linear infinite}.cta-primary:disabled,.cta-secondary:disabled{opacity:.6;cursor:not-allowed}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.8rem;z-index:5}.dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease}.dot.active{background:white;transform:scale(1.2)}.dot:hover{background:rgba(255,255,255,.8)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);color:white;width:60px;height:60px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.hero-arrow .material-symbols-outlined{font-size:1.8rem}.hero-arrow:hover{background:rgba(255,255,255,.2);transform:translateY(-50%) scale(1.1);border-color:rgba(255,255,255,.4)}.hero-arrow-left{left:3rem}.hero-arrow-right{right:3rem}.scroll-indicator{position:absolute;bottom:1rem;right:2rem;z-index:5;display:flex;flex-direction:column;align-items:center;color:white;text-decoration:none;animation:float 3s ease-in-out infinite;opacity:.8;transition:opacity .3s ease}.scroll-indicator:hover{opacity:1}.scroll-text{font-size:.9rem;margin-bottom:.25rem;font-weight:300;letter-spacing:1px}.scroll-indicator .material-symbols-outlined{font-size:1.5rem;animation:bounce 2s infinite}@keyframes slideUpFade{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@media (max-width:1024px){.hero-arrow-left{left:2rem}.hero-arrow-right{right:2rem}.hero-content h1{font-size:3rem}}@media (max-width:768px){.hero{height:calc(100vh - 70px)}.hero-content{padding:1.5rem;margin-bottom:3rem}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.2rem}.hero-content p{font-size:1rem}.hero-cta{flex-direction:column;gap:.8rem}.cta-primary,.cta-secondary{width:100%;max-width:280px}.hero-arrow{width:50px;height:50px}.hero-arrow .material-symbols-outlined{font-size:1.5rem}.hero-arrow-left{left:1rem}.hero-arrow-right,.scroll-indicator{right:1rem}.hero-badge{width:50px;height:50px;padding:.6rem}.hero-badge .material-symbols-outlined{font-size:1.5rem}}@media (max-width:480px){.hero-content h1{font-size:2rem}.hero-content h2{font-size:1rem}.hero-content p{font-size:.9rem}.hero-badge{font-size:.8rem;padding:.4rem .8rem}.hero-dots{bottom:1.5rem}.dot{width:10px;height:10px}}.slideshow-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slideshow-container{position:relative;background:linear-gradient(135deg,#1a1a1a,#0d0d0d);border-radius:20px;max-width:1400px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid #333}.close-button{position:absolute;top:1.5rem;right:1.5rem;background:rgba(239,62,52,.2);border:2px solid #ef3e34;color:#ef3e34;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:10;font-weight:700;line-height:1;padding:0}.close-button:hover{background:#ef3e34;color:white;transform:rotate(90deg) scale(1.1)}.main-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(102,126,234,.2);border:2px solid #667eea;color:#667eea;font-size:3rem;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:10;font-weight:700;line-height:1;padding:0}.main-nav-arrow:hover{background:#667eea;color:white;transform:translateY(-50%) scale(1.1)}.main-nav-arrow.left{left:1rem}.main-nav-arrow.right{right:1rem}.slideshow-content{display:block;padding:2rem;position:relative}.slideshow-image-section{float:left;width:350px;margin-right:2rem;margin-bottom:1rem;margin-top:8rem;gap:1rem}.image-container,.slideshow-image-section{display:flex;align-items:center;position:relative}.image-container{flex:1;height:300px;justify-content:center;background:#0d0d0d;border-radius:.5rem;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:cover}.image-indicator{position:absolute;bottom:1rem;right:1rem;background:rgba(0,0,0,.7);color:white;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.image-nav-arrow{background:rgba(102,126,234,.2);border:2px solid #667eea;color:#667eea;font-size:2rem;width:45px;height:45px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0;font-weight:700;line-height:1;padding:0}.image-nav-arrow:hover{background:#667eea;color:white;transform:scale(1.1)}.slideshow-details{display:flex;flex-direction:column;gap:1.5rem;overflow:auto}.slideshow-details h2{font-size:2.5rem;color:#667eea;margin:0;font-weight:700}.main-description{font-size:1.2rem;color:#ccc;line-height:1.6;margin:0}.details-grid{display:flex;flex-direction:column;gap:1.5rem}.detail-section{background:rgba(102,126,234,.05);padding:1.5rem;border-radius:10px;border-left:4px solid #667eea}.detail-section h4{color:#667eea;font-size:1.2rem;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.detail-section h4 .material-symbols-outlined{font-size:1.5rem}.detail-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.detail-section ul li{color:#aaa;padding-left:1.5rem;position:relative;line-height:1.6}.detail-section ul li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.slideshow-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #333;margin-top:auto}.class-indicator{color:#777;font-size:.95rem;margin:0}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:.875rem 1.75rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s;border:none;cursor:pointer;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.4)}@media (max-width:1024px){.slideshow-image-section{float:none;width:100%;margin-right:0;margin-top:0}.main-nav-arrow{width:50px;height:50px;font-size:2.5rem}.slideshow-details h2{font-size:2rem}}@media (max-width:768px){.slideshow-overlay{padding:1rem}.slideshow-container{max-height:95vh}.slideshow-content{padding:1rem;gap:1rem}.close-button{top:1rem;right:1rem;width:40px;height:40px;font-size:1.5rem}.main-nav-arrow{width:45px;height:45px;font-size:2rem}.main-nav-arrow.left{left:.5rem}.main-nav-arrow.right{right:.5rem}.image-container{height:200px}.slideshow-details h2{font-size:1.75rem}.main-description{font-size:1rem}.detail-section{padding:1rem}.slideshow-footer{flex-direction:column;gap:1rem;align-items:stretch}.cta-button{width:100%;text-align:center}}@media (max-width:480px){.slideshow-details h2{font-size:1.5rem}.detail-section h4{font-size:1rem}.main-nav-arrow{width:40px;height:40px;font-size:1.75rem}.image-nav-arrow{width:35px;height:35px;font-size:1.5rem}}