.hero-section{max-width:100%;margin:0 auto;padding:.5rem;position:relative}.hero-content{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15);position:relative;padding:0;transition:transform .5s ease,opacity .5s ease,box-shadow .5s ease;min-height:450px;height:auto}.hero-content.transitioning{opacity:.7;transform:scale(.98);box-shadow:0 5px 15px rgba(0,0,0,.1)}.hero-background{z-index:0}.animated-shapes,.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.animated-shapes{opacity:.4}.shape{position:absolute;background:rgba(255,255,255,.1);border-radius:50%}.shape-1{width:200px;height:200px;top:-100px;right:-50px;animation:floatAnimation 20s ease-in-out infinite alternate}.shape-2{width:150px;height:150px;bottom:-75px;left:-40px;animation:floatAnimation 25s ease-in-out infinite alternate-reverse}.shape-3{width:100px;height:100px;bottom:20%;right:10%;animation:floatAnimation 18s ease-in-out infinite alternate}@keyframes floatAnimation{0%{transform:translate(0)}50%{transform:translate(-15px,15px)}to{transform:translate(15px,-15px)}}.hero-text{padding:1.75rem;justify-content:center;text-align:center;z-index:2}.content-header,.hero-text{display:flex;flex-direction:column;position:relative}.content-header{align-items:center;margin-bottom:1.5rem}.content-header h1{font-size:2rem;color:white;font-weight:800;margin:0 0 .75rem;transition:all .3s ease;text-shadow:0 2px 10px rgba(0,0,0,.2);letter-spacing:-.02em;line-height:1.2;background:linear-gradient(90deg,#ffffff,rgba(255,255,255,.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.content-header h1:after{content:"";position:absolute;width:40px;height:3px;background:var(--accent-color,#8E2DE2);bottom:-8px;left:50%;transform:translateX(-50%);border-radius:2px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.discount-badge{display:inline-block;padding:.4rem 1rem;background:linear-gradient(45deg,#FF416C,#FF4B2B);color:white;border-radius:8px;font-size:.9rem;font-weight:700;margin-bottom:1rem;animation:pulse 2s infinite;box-shadow:0 3px 10px rgba(255,75,43,.3);position:relative;overflow:hidden;letter-spacing:.5px}.discount-badge:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:rgba(255,255,255,.1);transform:rotate(30deg);animation:shineEffect 3s infinite}@keyframes shineEffect{0%{transform:translateX(-100%) rotate(30deg)}20%,to{transform:translateX(100%) rotate(30deg)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 3px 10px rgba(255,75,43,.3)}50%{transform:scale(1.05);box-shadow:0 5px 15px rgba(255,75,43,.5)}to{transform:scale(1);box-shadow:0 3px 10px rgba(255,75,43,.3)}}.hero-text p{color:rgba(255,255,255,.9);margin-bottom:1.25rem;line-height:1.6;font-size:.95rem;transition:all .3s ease;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.1)}.hero-price{font-size:1.5rem;font-weight:700;color:white;margin-bottom:1.5rem;display:inline-block;padding:.4rem 1rem;background-color:rgba(255,255,255,.15);border-radius:8px;transition:all .3s ease;align-self:center;box-shadow:0 3px 10px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.05);text-shadow:0 2px 5px rgba(0,0,0,.2)}.hero-cta{padding:.8rem 1.6rem;background-color:var(--accent-color,#8E2DE2);color:white;border:none;border-radius:30px;cursor:pointer;transition:all .4s ease;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin:0 auto;box-shadow:0 5px 15px rgba(0,0,0,.2);position:relative;overflow:hidden;z-index:1;min-width:160px;min-height:48px;text-decoration:none;letter-spacing:.5px;-webkit-tap-highlight-color:transparent}.hero-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(255,255,255,.2),transparent);z-index:-1;transition:all .4s ease}.hero-cta:active{transform:translateY(2px);box-shadow:0 2px 5px rgba(0,0,0,.2)}.hero-cta:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 12px 25px rgba(0,0,0,.3)}.hero-cta:hover:before{opacity:.5}.nav-button{position:absolute;bottom:1.25rem;top:auto;transform:none;width:48px;height:48px;background:rgba(30,30,30,.25);border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;opacity:1;transition:background .3s,border .3s,box-shadow .3s;-webkit-tap-highlight-color:transparent;box-shadow:0 4px 18px rgba(0,0,0,.1)}.nav-button svg{width:24px;height:24px;color:#fff;stroke-width:3px}.nav-button.prev{left:1rem}.nav-button.next{right:1rem}.nav-button:active{background:rgba(142,45,226,.4);transform:scale(.95)}.nav-button:hover{background:rgba(142,45,226,.22);border-color:var(--accent-color,#8E2DE2);box-shadow:0 8px 32px rgba(142,45,226,.12)}.slide-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:1rem;position:relative;z-index:5;padding:.5rem 0}.indicator{width:12px;height:12px;border-radius:50%;background-color:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.05);cursor:pointer;position:relative;padding:0;overflow:hidden;transition:all .3s ease;margin:5px;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 6px rgba(0,0,0,.1)}.indicator.active{transform:scale(1.2);box-shadow:0 0 12px var(--accent-color,var(--accent-primary))}.indicator-progress,.indicator.active{background-color:var(--accent-color,var(--accent-primary))}.indicator-progress{position:absolute;top:0;left:0;width:100%;height:100%;transform:scaleX(0);transform-origin:left}.indicator.active .indicator-progress{animation:progress 6s linear forwards}@keyframes progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.discount-badge,.hero-price,.hero-text h1,.hero-text p{animation:fadeIn .6s ease forwards}@media (max-width:480px){.hero-content{border-radius:14px;min-height:420px}.hero-text{padding:1.5rem}.content-header h1{font-size:1.75rem}.hero-text p{font-size:.9rem;margin-bottom:1rem}.discount-badge{font-size:.8rem;padding:.35rem .8rem}.hero-price{font-size:1.3rem;padding:.35rem .8rem;margin-bottom:1.2rem}.hero-cta{min-width:140px;min-height:44px;padding:.7rem 1.4rem;font-size:.95rem}.nav-button{width:40px;height:40px;bottom:1rem}.nav-button.prev{left:.8rem}.nav-button.next{right:.8rem}.nav-button svg{width:20px;height:20px}.slide-indicators{gap:.5rem}.indicator{width:10px;height:10px;margin:4px}.animated-shapes{opacity:.3}.shape-1{width:150px;height:150px}.shape-2{width:120px;height:120px}.shape-3{width:80px;height:80px}}@media (-webkit-min-device-pixel-ratio:2) and (max-width:480px),(min-resolution:192dpi) and (max-width:480px){.content-header h1{text-shadow:0 1px 8px rgba(0,0,0,.15)}.hero-text p{text-shadow:0 1px 1px rgba(0,0,0,.1)}}@supports (-webkit-touch-callout:none){.hero-content{-webkit-mask-image:-webkit-radial-gradient(white,black)}.indicator:active{background-color:rgba(255,255,255,.4)}}@media (min-width:481px){.hero-section{padding:.75rem}.hero-content{min-height:480px}.hero-text{padding:2rem}.content-header h1{font-size:2.25rem}.hero-text p{font-size:1rem}.nav-button{width:50px;height:50px}}@media (min-width:768px){.hero-section{max-width:95%;padding:1rem}.hero-content{flex-direction:row;height:500px;border-radius:20px}.hero-text{flex:1;padding:2.5rem;text-align:left}.discount-badge,.hero-price{align-self:flex-start}.content-header{align-items:flex-start}.content-header h1{font-size:2.5rem;text-align:left}.content-header h1:after{left:0;transform:none;width:50px}.hero-text p{font-size:1.05rem;margin-left:0;margin-right:0;text-align:left;line-height:1.8}.hero-cta{margin:0;padding:.9rem 2.2rem;min-width:auto;width:auto}.nav-button{width:50px;height:50px;bottom:2rem}.nav-button.prev{left:2rem}.nav-button.next{right:2rem}.animated-shapes{opacity:.6}.shape-1{width:300px;height:300px;top:-150px;right:-100px;animation:floatAnimationDesktop 15s ease-in-out infinite alternate}.shape-2{width:200px;height:200px;bottom:-100px;left:-50px;animation:floatAnimationDesktop 20s ease-in-out infinite alternate-reverse}.shape-3{width:150px;height:150px;bottom:20%;right:10%;animation:floatAnimationDesktop 12s ease-in-out infinite alternate}@keyframes floatAnimationDesktop{0%{transform:translate(0) rotate(0deg)}25%{transform:translate(-20px,20px) rotate(5deg)}50%{transform:translate(20px,-10px) rotate(-5deg)}75%{transform:translate(-15px,-15px) rotate(3deg)}to{transform:translate(15px,10px) rotate(-3deg)}}}@media (min-width:1024px){.hero-section{padding:1.5rem}.hero-content{height:520px;border-radius:24px}.hero-text{padding:3rem}.content-header h1{font-size:3rem;margin-bottom:1rem}.content-header h1:after{width:60px;height:4px;bottom:-10px}.hero-text p{font-size:1.1rem;margin-bottom:2rem}.discount-badge{font-size:1.2rem;margin-bottom:1.5rem}.discount-badge,.hero-price{padding:.6rem 1.5rem;border-radius:12px}.hero-price{font-size:1.8rem}.hero-cta{width:auto;max-width:280px;padding:.9rem 2rem;font-size:1.05rem}.nav-button{width:54px;height:54px}.nav-button.prev{left:2rem}.nav-button.next{right:2rem}.slide-indicators{margin-top:1.5rem}.indicator{width:14px;height:14px}}@media (min-width:1200px){.hero-section{padding:2rem .5rem;max-width:92%}.hero-content{height:550px}.hero-text{padding:3.5rem}.content-header h1{font-size:3.5rem}.hero-text p{font-size:1.15rem;max-width:600px}.hero-cta{padding:1rem 2.2rem;font-size:1.1rem;max-width:250px}.nav-button{width:58px;height:58px}.nav-button.prev{left:2.5rem}.nav-button.next{right:2.5rem}}@media (min-width:1600px){.hero-section{max-width:90%}.hero-content{height:600px;border-radius:30px}.hero-text{padding:4rem}.content-header h1{font-size:3.8rem}.hero-text p{font-size:1.3rem}.hero-cta{padding:1.1rem 2.8rem;font-size:1.2rem}.nav-button{width:60px;height:60px}.nav-button.prev{left:3rem}.nav-button.next{right:3rem}}.scroll-indicator{position:absolute;left:40px;bottom:50px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5;transition:opacity .3s,transform .3s;z-index:20;animation:bounceBelow 2s infinite;background:none;box-shadow:0 2px 8px rgba(0,0,0,.1)}.scroll-indicator:hover{opacity:.9;transform:translateY(2px) scale(1.08)}.scroll-indicator svg{width:20px;height:20px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}@keyframes bounceBelow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}@media (max-width:768px){.scroll-indicator{display:none}}.project-card{background-color:var(--bg-secondary);border-radius:16px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column;border:1px solid var(--border-color)}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.project-card:active{transform:translateY(-4px)}.project-card-image-container{width:100%;aspect-ratio:16/9;position:relative;background-color:var(--bg-tertiary);overflow:hidden}.youtube-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .youtube-thumbnail{transform:scale(1.05)}.youtube-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;display:flex;align-items:center;justify-content:center;border:none;background:radial-gradient(circle at 60% 40%,rgba(30,30,30,.55) 70%,rgba(0,0,0,.38) 100%);border-radius:50%;box-shadow:0 8px 32px 0 rgba(0,0,0,.18);cursor:pointer;transition:box-shadow .2s,transform .2s,background .2s,opacity .2s;z-index:2;padding:0;opacity:.85}.youtube-play-button:hover{background:radial-gradient(circle at 60% 40%,rgba(30,30,30,.75) 70%,rgba(0,0,0,.52) 100%);box-shadow:0 12px 36px 0 rgba(0,0,0,.24);transform:translate(-50%,-50%) scale(1.1);opacity:1}.youtube-play-button svg{width:36px;height:36px;display:block}.project-card-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,var(--bg-tertiary) 0,var(--bg-secondary) 100%);color:var(--text-secondary)}.project-card-placeholder svg{margin-bottom:.75rem;opacity:.7}.project-card-placeholder p{font-size:.95rem;font-weight:500}.project-card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.project-card-category{background:rgba(126,87,194,.1);color:var(--accent-primary);font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:20px;display:inline-block;margin-bottom:1rem;text-transform:capitalize}.project-card-title{color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.4}.project-card-description{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.project-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-color)}.project-card-price{color:var(--accent-secondary);font-weight:700;font-size:1.1rem}.project-card-button{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));color:white;border:none;padding:.65rem 1.25rem;border-radius:8px;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(126,87,194,.2)}.project-card-button:hover{transform:translateY(-3px);box-shadow:0 6px 15px rgba(126,87,194,.3)}.project-card-button:active{transform:translateY(-1px)}.youtube-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.youtube-modal-content{position:relative;width:100%;max-width:900px;aspect-ratio:16/9}.youtube-modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:white;font-size:1.5rem;cursor:pointer}.youtube-modal iframe{width:100%;height:100%;border:none;border-radius:8px}@media (min-width:768px){.project-card-content{padding:1.75rem}.project-card-title{font-size:1.3rem}.project-card-description{font-size:1rem}}@media (min-width:1200px){.project-card-title{font-size:1.35rem}}.featured-projects{padding:3rem 1rem;width:100%;max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2rem;color:var(--text-primary);margin-bottom:1rem;position:relative;display:inline-block;font-weight:700}.section-title:after{content:"";position:absolute;left:50%;bottom:-12px;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:2px}.section-description{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.6;padding:0 1rem}.project-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}.view-all-button{display:flex;margin:2.5rem auto 0;padding:.85rem 1.75rem;background-color:transparent;color:var(--accent-primary);border:2px solid var(--accent-primary);border-radius:10px;font-weight:600;font-size:1.05rem;transition:all .3s ease;align-items:center;justify-content:center;gap:.6rem;width:100%;max-width:250px}.view-all-button:active,.view-all-button:hover{background-color:var(--accent-primary);color:white;transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.1)}.view-all-button:active{transform:translateY(-1px)}.project-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.filter-button{padding:.65rem 1.25rem;background-color:var(--bg-tertiary);border:none;border-radius:30px;color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.filter-button.active{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));color:white;box-shadow:0 4px 12px rgba(126,87,194,.25)}.filter-button:hover{background-color:var(--bg-secondary);transform:translateY(-2px)}.error-state,.loading-state,.no-projects{text-align:center;padding:4rem 1.5rem;color:var(--text-secondary);background-color:var(--bg-tertiary);border-radius:12px;border:1px dashed var(--border-color);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:1.5rem 0}.loading-state .spinner{animation:spin 1.5s linear infinite;margin-bottom:1.5rem;color:var(--accent-primary)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-state svg,.no-projects svg{margin-bottom:1.5rem;color:var(--text-secondary);opacity:.8}.error-state h3,.no-projects h3{font-size:1.4rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:600}.error-state p,.no-projects p{max-width:450px;margin:0 auto 1.5rem;line-height:1.6}.retry-button{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));color:white;border:none;padding:.85rem 1.75rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.25rem;box-shadow:0 4px 12px rgba(126,87,194,.2)}.retry-button:hover{transform:translateY(-3px);box-shadow:0 6px 15px rgba(126,87,194,.3)}.retry-button:active{transform:translateY(-1px)}@media (min-width:600px){.project-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.section-title{font-size:2.15rem}}@media (min-width:900px){.featured-projects{padding:4rem 2rem}.project-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.section-title{font-size:2.25rem}.view-all-button{width:auto;max-width:fit-content}}@media (min-width:1200px){.section-description{font-size:1.1rem}.project-filters{gap:1rem}.filter-button{font-size:1rem}}@media (min-width:1600px){.featured-projects{max-width:1600px}.project-grid{grid-template-columns:repeat(4,1fr)}}