.hero{z-index:0;justify-content:center;align-items:center;width:100%;height:100vh;padding:0;display:flex;position:relative;top:0;left:0;overflow:hidden}.video-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;width:100%;height:100%}.video-overlay{z-index:2;background:linear-gradient(#05050566 0%,#050505cc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;text-align:center;width:100%;max-width:1600px;padding:0 5%;position:relative}.hero-logo-center{object-fit:contain;filter:drop-shadow(0 4px 12px #00000026);width:100%;max-width:600px;height:auto;max-height:512px;margin:0 auto;display:block}.hero-title{letter-spacing:-2px;text-transform:uppercase;margin-bottom:1.5rem;font-size:5.5rem;font-weight:800;line-height:1}.hero-title .highlight{background:linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;text-shadow:0 0 40px #00f0ff66;-webkit-background-clip:text;display:inline-block}.hero-cta{z-index:10;margin-top:25vh;position:relative}.scroll-indicator{z-index:3;opacity:.7;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator:hover{opacity:1}@media (max-width:768px){.hero{aspect-ratio:3/4;height:auto}.hero-cta{margin-top:10vh}.hero-logo-center{max-width:250px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.2rem}.hero-actions{flex-direction:column;gap:1rem}.hero-actions .btn{width:100%}}
.scroll-text-wrapper{width:100%;padding:4rem 0;position:relative;overflow:hidden}.scroll-text-section{background-color:var(--bg-color-light,#121212);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);align-items:center;width:100%;padding:3rem 0;display:flex;transform:rotate(-4deg)scale(1.05);box-shadow:0 10px 40px #00000080}.scroll-text-container{white-space:nowrap;width:100%;overflow:hidden}.scroll-text-content{font-family:var(--font-main);text-transform:uppercase;color:#0000;-webkit-text-stroke:1.5px #fff9;text-shadow:0 0 10px #ffffff1a;letter-spacing:2px;will-change:transform;font-size:5rem;font-weight:800;display:inline-flex}.scroll-text-content span{padding-right:2rem}.scroll-text-content span:nth-child(2n){background:linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;color:#0000;-webkit-text-stroke:0;text-shadow:none;-webkit-background-clip:text;background-clip:text}@media (max-width:768px){.scroll-text-section{padding:2rem 0}.scroll-text-content{font-size:3rem}}
.about{background-color:#0000;padding-bottom:3rem;position:relative}.about-container{max-width:1200px;margin:0 auto}.text-center{text-align:center}.features-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:3rem;max-width:950px;margin:0 auto 2rem;display:grid}.feature-card{text-align:center;border:1px solid #00aa244d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 3rem;transition:transform .4s,box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #00aa240d}.icon-wrapper{width:80px;height:80px;color:var(--accent-primary);background:#00f0ff1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.feature-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-secondary);font-size:1rem}.about-stats{border:1px solid var(--glass-border);background:linear-gradient(135deg,#0a0a0fcc,#14141ee6);border-radius:20px;flex-wrap:wrap;justify-content:space-around;gap:2rem;padding:4rem 2rem;display:flex}.stat-item{text-align:center}.stat-number{background:linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:4rem;font-weight:800;line-height:1;display:block}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:2px;font-size:1.1rem;font-weight:400}@media (max-width:768px){.stat-number{font-size:3rem}.about-stats{flex-direction:column;align-items:center}.features-grid,.team-grid{gap:1.5rem}.feature-card,.team-card{padding:2rem 1.5rem}}.team-section{position:relative}.team-poster-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:5rem;display:grid}@media (max-width:1024px){.team-poster-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:600px){.team-poster-grid{grid-template-columns:1fr;gap:2rem}}.member-poster-card{aspect-ratio:3/4;cursor:pointer;background-color:#050505;border:1px solid #ffffff0d;border-radius:20px;position:relative;overflow:hidden;transform:translateZ(0)}.member-poster-image{width:100%;height:100%;position:absolute;top:0;left:0}.member-poster-image img{object-fit:cover;object-position:center 20%;filter:grayscale(0%)brightness(.8);width:100%;height:100%;transition:transform .8s cubic-bezier(.2,1,.3,1),filter .5s}.member-poster-placeholder{background:linear-gradient(135deg,#ffffff05,#ffffff0d);border:2px dashed #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.placeholder-text{color:#ffffff4d;text-transform:uppercase;letter-spacing:2px;font-size:.9rem;font-weight:700}.member-poster-overlay{background:linear-gradient(#0000 0%,#000c 70%,#000000f2 100%);flex-direction:column;justify-content:flex-end;width:100%;height:70%;padding:2.5rem 2rem;transition:height .5s,background .5s;display:flex;position:absolute;bottom:0;left:0}.member-poster-content{z-index:2;position:relative}.poster-name{color:#fff;margin-bottom:.3rem;font-size:1.8rem;font-weight:800;transition:transform .5s cubic-bezier(.2,1,.3,1)}.poster-role{color:var(--accent-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:0;font-size:.85rem;font-weight:600;transition:margin .5s}.poster-desc-wrapper{grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.2,1,.3,1);display:grid}.poster-desc{color:var(--text-secondary);opacity:0;margin:0;padding-top:0;font-size:1rem;line-height:1.6;transition:padding-top .5s,opacity .5s;overflow:hidden}.member-poster-card:hover .member-poster-image img{filter:grayscale(0%)brightness();transform:scale(1.08)}.member-poster-card:hover .member-poster-overlay{background:linear-gradient(#0000 0%,#000000e6 50%,#000000f2 100%);height:85%}.member-poster-card:hover .poster-role{margin-bottom:1rem}.member-poster-card:hover .poster-desc-wrapper{grid-template-rows:1fr}.member-poster-card:hover .poster-desc{opacity:1;padding-top:.5rem}@media (max-width:900px){.member-poster-overlay{background:linear-gradient(#0000 0%,#000000d9 60%,#000000f2 100%);height:80%}.poster-role{margin-bottom:1rem}.poster-desc-wrapper{grid-template-rows:1fr}.poster-desc{opacity:1;padding-top:.5rem}}
.services-home-section{background-color:#0000;padding:3rem 0;position:relative}.services-stacking-container{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:0 5% 8rem;display:flex}.service-sticky-card{z-index:1;will-change:transform;background-color:#0a0a0a;border-radius:30px;min-height:480px;transition:box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 -20px 40px #0009,0 30px 60px #00f0ff0d}.service-sticky-card:hover{border-color:#00f0ff4d;box-shadow:0 -20px 40px #000c,0 30px 60px #00f0ff26}.sticky-card-content{align-items:center;gap:3rem;width:100%;padding:5rem 4rem;display:flex;position:relative}.sticky-card-left{flex-direction:column;flex:1.2;justify-content:center;display:flex}.card-number{color:var(--accent-primary);opacity:.9;font-size:2.2rem;font-weight:800;font-family:var(--font-secondary);margin-bottom:.5rem}.sticky-card-left .card-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.2}.sticky-card-left .card-desc{color:var(--text-secondary);max-width:95%;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.card-action-link{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;align-self:flex-start;align-items:center;gap:0;width:fit-content;padding:.5rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;overflow:hidden}.card-action-text-reveal{color:var(--accent-secondary);opacity:0;white-space:nowrap;max-width:0;padding-left:0;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.card-action-icon-circle{width:40px;height:40px;color:var(--accent-primary);background:#00aa241a;border-radius:50%;justify-content:center;align-items:center;transition:all .4s;display:flex}.card-action-link:hover{background:#00aa241a;border-color:#00aa244d;box-shadow:0 5px 20px #00aa2433}.card-action-link:hover .card-action-text-reveal{opacity:1;max-width:400px;padding-left:1rem;padding-right:1rem}.card-action-link:hover .card-action-icon-circle{background:var(--accent-primary);color:#000;transform:rotate(-45deg)}.sticky-card-right{flex:.8;justify-content:center;align-items:center;display:flex}.icon-glow-container{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative}.card-hero-icon{color:#fff;filter:drop-shadow(0 0 #0000);transition:transform .8s cubic-bezier(.2,1,.3,1),color .3s}.service-sticky-card:hover .card-hero-icon{color:var(--accent-primary);transform:scale(1.15)rotate(5deg)}.services-home-footer{text-align:center;z-index:10;position:relative}@media (max-width:992px){.sticky-card-content{text-align:center;flex-direction:column-reverse;gap:2rem;padding:3rem 2rem}.sticky-card-left .card-desc{max-width:100%;margin-bottom:2rem}.card-action-link{margin:0 auto}.icon-glow-container{width:200px;height:200px}.card-hero-icon{width:90px;height:90px}.service-sticky-card{min-height:auto}}@media (max-width:576px){.services-stacking-container{gap:1.5rem;padding:0 1rem}.sticky-card-left .card-title{margin-bottom:1rem;font-size:1.6rem}.card-number{margin-bottom:.2rem;font-size:1.2rem}.sticky-card-left .card-desc,.sticky-card-right{display:none}.sticky-card-content{gap:0;padding:2.5rem 1.25rem}.service-sticky-card{border-radius:20px;min-height:auto}}.shimmer-bg{position:relative;overflow:hidden}.shimmer-bg:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:50%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes shimmer{to{left:200%}}
.testimonials-section{border-top:1px solid var(--glass-border);background-color:#0000;padding:8rem 0;position:relative;overflow:hidden}.marquee-container{width:100%;max-width:100%;padding:1.5rem 0;display:flex;position:relative;overflow:hidden}.marquee-container:before,.marquee-container:after{content:"";z-index:2;pointer-events:none;width:10%;height:100%;position:absolute;top:0}.marquee-container:before{background:linear-gradient(to right, var(--bg-color), transparent);left:0}.marquee-container:after{background:linear-gradient(to left, var(--bg-color), transparent);right:0}.marquee-track{will-change:transform;gap:2rem;width:max-content;animation:45s linear infinite scrollMarquee;display:flex}.marquee-container:hover .marquee-track{animation-play-state:paused}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}.marquee-item-wrapper{flex-shrink:0;width:400px;height:auto}.testimonial-card-alt{border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;height:100%;padding:3rem 2.5rem;transition:transform .4s,border-color .4s,box-shadow .4s;display:flex;position:relative}.testimonial-card-alt:hover{border-color:#00aa2466;box-shadow:inset 0 0 20px #00aa240d,0 10px 30px #00000080}.testimonial-icon-wrapper{color:var(--accent-primary);opacity:.8;margin-bottom:2rem}.testimonial-text{color:var(--text-primary);flex-grow:1;margin-bottom:3rem;font-size:1.15rem;font-weight:400;line-height:1.7}.testimonial-footer{border-top:1px solid #ffffff0d;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.testimonial-avatar{width:50px;height:50px;color:var(--accent-primary);background:linear-gradient(135deg,#00aa241a,#00aa2405);border:1px solid #00aa244d;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex;overflow:hidden}.testimonial-avatar img{object-fit:cover;width:100%;height:100%}.testimonial-author-info{flex-direction:column;display:flex}.testimonial-author-info h4{color:#fff;margin:0 0 .2rem;font-size:1.1rem;font-weight:800}.testimonial-author-info p{color:var(--text-secondary);margin:0;font-size:.85rem}.testimonial-author-info p span{color:var(--accent-primary);font-weight:700}@media (max-width:768px){.testimonials-section{padding:5rem 0}.marquee-item-wrapper{width:320px}.testimonial-card-alt{padding:2.5rem 2rem}}
