html{scroll-behavior:smooth}body{font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#fff;color:#040404;background-image:url(/vite-project/src/assets/download.jpg);background-size:cover;background-position:center center;background-attachment:fixed;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#5453536f,#f8f7f721);z-index:-1}.navbar{position:fixed;top:0;left:0;width:100%;background:linear-gradient(90deg,#0e0e0e,#30303080);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;padding:.5rem 5%;display:flex;justify-content:space-between;align-items:center;transition:transform .4s ease-in-out,background-color .3s ease}.navbar--hidden{transform:translateY(-110%)}.logo img{height:60px;width:auto;transition:transform .3s ease}.logo:hover img{transform:scale(1.05)}.contact-btn{display:none}.contact-btn-mobile button{padding:12px 25px;background-color:gold;color:#000;border:none;border-radius:5px;font-weight:700;cursor:pointer;width:100%;font-size:1.1rem}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:25px;cursor:pointer;z-index:1005}.hamburger .line{width:100%;height:3px;background-color:#fff;border-radius:5px;transition:all .3s ease-in-out}.navbar.menu-open .line1{transform:rotate(45deg) translate(7px,7px)}.navbar.menu-open .line2{opacity:0}.navbar.menu-open .line3{transform:rotate(-45deg) translate(7px,-7px)}.nav-links{list-style:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;position:fixed;top:0;left:100%;width:100%;height:100vh;background-color:#0e0e0e;transition:transform .4s cubic-bezier(.77,0,.175,1)}.nav-links.active{transform:translate(-100%)}.nav-links a{text-decoration:none;color:#fff;font-weight:500;font-size:1.5rem;position:relative;padding-bottom:8px;transition:color .3s ease;cursor:pointer}.nav-links a:hover,.nav-links a.active-link{color:#2473d4}.nav-links a:after{content:"";display:none}.contact-btn-mobile{display:block}@media (min-width: 768px){.navbar{padding:1rem 3rem}.logo img{height:80px}.hamburger{display:none}.nav-links{position:static;flex-direction:row;width:auto;height:auto;background-color:transparent;transform:none;transition:none;gap:2.5rem}.nav-links a{font-size:1.1rem}.nav-links a:after{display:block;position:absolute;width:0;height:2px;bottom:0;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#60a5fa,#3b82f6);transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active-link:after{width:100%}.contact-btn-mobile{display:none}.contact-btn{display:block;padding:10px 20px;background-color:gold;color:#000;border:none;border-radius:5px;font-weight:700;cursor:pointer;transition:all .3s ease}.contact-btn:hover{background-color:#ff0;transform:translateY(-2px);box-shadow:0 4px 15px #ffd7004d}}body{background-image:url(/Heroimg-4k.webp);background-size:cover;background-position:center;background-repeat:no-repeat;image-rendering:auto;background-attachment:fixed}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding:0 60px;overflow:hidden}.hero-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%}.hero-text{flex:1;max-width:600px;z-index:5}.hero-text h1{font-size:clamp(2.5rem,6vw,3.75rem);font-weight:900;color:#fff;text-shadow:2px 2px 10px rgba(0,0,0,.5);margin-bottom:10px}.hero-text h3{font-size:clamp(1.2rem,3vw,1.6rem);color:#87ceeb;margin-bottom:30px;font-weight:500}.hero-text p{font-size:1.3rem;line-height:1.7;color:#fff;margin-bottom:40px;max-width:600px}.hero-animation{flex:1;display:flex;justify-content:center;align-items:center;max-width:500px}.video-circle{width:clamp(200px,30vw,400px);height:clamp(200px,30vw,400px);border-radius:50%;top:20px;overflow:visible;position:relative;display:flex;justify-content:center;align-items:center}.video-circle video{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:3}.animated-border{position:absolute;padding:70px;top:0;left:0;width:100%;height:100%;border-radius:50%;z-index:2}.animated-border:before{top:-8px;left:-8px;width:calc(100% + 16px);height:calc(100% + 16px);border-top-color:#ff6b6b;border-right-color:#4ecdc4;animation:spin 2s linear infinite;z-index:1}.animated-border:after{top:-15px;left:-15px;width:calc(100% + 30px);height:calc(100% + 30px);border-bottom-color:#45b7d1;border-left-color:#f9ca24;animation:spin 3s linear infinite reverse;z-index:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-circle:after{content:"";position:absolute;top:-15px;left:-15px;width:calc(100% + 30px);height:calc(100% + 30px);border-radius:50%;background:radial-gradient(circle,rgba(255,107,107,.2) 0%,transparent 70%);animation:pulse 2s ease-in-out infinite alternate;z-index:0}@keyframes pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.05);opacity:.2}}.scroll-down-container{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7);cursor:pointer;z-index:10}.mouse .scroller{width:4px;height:10px;border-radius:25%;background-color:#fff;position:absolute;left:50%;transform:translate(-50%);animation:scroll-animation 2.2s infinite}@media (max-width: 768px){.hero-container{flex-direction:column;text-align:center;gap:3rem}.hero-text{max-width:100%}.hero-animation{max-width:300px}.hero-section{padding:0 20px}}h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.statement,.careers-intro p{font-size:1.2rem;color:#d1d5db;max-width:900px;margin:0 auto 3rem;line-height:1.7;text-align:center}.hero-section{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:100px 20px 40px;overflow:hidden;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.hero-container{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1200px;z-index:5}.hero-text{flex:1;width:100%}.hero-text h1{font-size:clamp(2.2rem,8vw,3.75rem);font-weight:900;color:#fff;text-shadow:2px 2px 10px rgba(0,0,0,.5);margin-bottom:10px}.hero-text h3{font-size:clamp(1rem,5vw,1.6rem);color:#87ceeb;margin-bottom:25px;font-weight:500}.hero-text p{font-size:clamp(1rem,4vw,1.2rem);line-height:1.6;color:#e5e7eb;margin:0 auto 30px;max-width:550px}.hero-animation{flex:1;display:flex;justify-content:center;align-items:center;width:100%;max-width:350px}.video-circle{width:clamp(220px,60vw,320px);height:clamp(220px,60vw,320px);border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center}.video-circle video{width:100%;height:100%;object-fit:cover;border-radius:50%;z-index:3}.animated-border{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;padding:15%;border-radius:50%;z-index:2}.animated-border:before,.animated-border:after{content:"";position:absolute;border-radius:50%;border:3px solid transparent;animation-fill-mode:both}.animated-border:before{top:0;left:0;width:100%;height:100%;border-top-color:#ff6b6b;border-right-color:#4ecdc4;animation:spin 2s linear infinite}.animated-border:after{top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);border-bottom-color:#45b7d1;border-left-color:#f9ca24;animation:spin 3s linear infinite reverse}@keyframes spin{to{transform:rotate(360deg)}}.scroll-down-container{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#fff;cursor:pointer;z-index:10}.scroll-down-container span{font-size:.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}.mouse{width:25px;height:45px;border:2px solid white;border-radius:60px;position:relative}.mouse .scroller{width:4px;height:10px;border-radius:2px;background-color:#fff;position:absolute;left:50%;transform:translate(-50%);animation:scroll-animation 2.2s infinite}@keyframes scroll-animation{0%{opacity:1;top:5px}30%{opacity:1;top:10px}60%{opacity:0;top:20px}to{opacity:0;top:5px}}@media (min-width: 768px){.hero-section{text-align:left;padding:0 60px;justify-content:flex-start}.hero-container{flex-direction:row;justify-content:space-between;gap:2rem}.hero-text{max-width:600px}.hero-text p{margin-left:0}.hero-animation{max-width:450px;justify-content:flex-end}.video-circle{width:clamp(300px,30vw,400px);height:clamp(300px,30vw,400px)}}.features-section{padding:4rem 20px;min-height:100vh}.features-grid{display:flex;flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto}.feature-card{display:flex;flex-direction:column;gap:1.5rem;background:#0a0a0a66;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0006}.feature-image{width:100%;border-radius:15px;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover;display:block}.feature-content{text-align:center}.feature-content h1{font-size:clamp(1.8rem,6vw,2.2rem);font-weight:900;margin-bottom:1rem;padding-bottom:5px}h1.h1-green{background:linear-gradient(135deg,#16a34a,#22c55e);-webkit-background-clip:text;background-clip:text;color:transparent}h1.h1-blue{background:linear-gradient(135deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}h1.h1-gradient{background:linear-gradient(135deg,#3d85ef,#0054ba);-webkit-background-clip:text;background-clip:text;color:transparent}.feature-content p{font-size:clamp(1rem,4vw,1.1rem);color:#e5e7eb;line-height:1.7;margin-bottom:1.5rem}.feature-stats{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.feature-stats span,.feature-stats button,.feature-stats a button{background:#ffffff1a;color:#fff;padding:10px 20px;border-radius:50px;font-size:.9rem;font-weight:600;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;cursor:pointer;text-decoration:none}.feature-stats a{text-decoration:none}.feature-stats span:hover,.feature-stats button:hover,.feature-stats a button:hover{background:#ffffffe6;color:#000;transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}.feature-stats .know-more-btn{background:#2563eb}@media (min-width: 800px){.features-section{padding:6rem 40px}.features-grid{gap:4rem}.feature-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem}.feature-content{text-align:left}.feature-stats{justify-content:flex-start}.feature-card.right-image .feature-content{order:1}.feature-card.right-image .feature-image{order:2}}footer{background:#000c;border-top:1px solid rgba(255,255,255,.1);padding:4rem 2rem 2rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:#60a5fa;margin-bottom:1rem;font-weight:900}.footer-section a{color:#9ca3af;font-size:1rem;text-decoration:none;display:block;margin-bottom:.75rem;transition:color .3s ease}.footer-section a:hover{color:#60a5fa}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#6b7280}.products-page-container{color:#fff;min-height:100vh;padding-top:80px;background-image:url(../download.jpg);background-size:cover;background-position:center center;background-attachment:fixed;background-repeat:no-repeat}.products-hero{text-align:center;padding:2rem 20px;text-shadow:0px 2px 8px rgba(0,0,0,.7)}.products-hero h1{font-size:clamp(2.2rem,7vw,3rem);font-weight:700;margin-bottom:.75rem}.products-hero p{font-size:clamp(1rem,4vw,1.2rem);color:#f0f0f0;max-width:600px;margin:0 auto}.product-showcase-area{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:2rem 20px;max-width:1300px;margin:0 auto}.product-card{background-color:#0f192899;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:2rem;width:100%;max-width:450px;text-align:center;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d;opacity:0;transition:transform .4s ease-out,box-shadow .4s ease-out,opacity .6s ease-out}.product-card.left-card{animation:slide-from-left .8s .2s cubic-bezier(.25,.46,.45,.94) forwards}.product-card.right-card{animation:slide-from-right .8s .2s cubic-bezier(.25,.46,.45,.94) forwards}.product-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #00000080}.product-name{font-size:clamp(1.8rem,6vw,2.3rem);margin:0 0 1.5rem;font-weight:600;color:#fff}.product-image-container{margin-bottom:1.5rem}.product-image{width:100%;max-width:300px;height:200px;object-fit:contain;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-description{font-size:clamp(1rem,4vw,1.1rem);color:#e5e7eb;line-height:1.6;flex-grow:1;margin-bottom:2rem}.product-button{display:inline-block;background-color:#00bfff;color:#fff;padding:12px 28px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;transition:background-color .3s ease,transform .3s ease;margin-top:auto}.product-button:hover{background-color:#009acd;transform:scale(1.05)}@keyframes slide-from-left{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slide-from-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 900px){.products-page-container{background-position:right center;background-attachment:scroll}.product-showcase-area{flex-direction:column;justify-content:center;align-items:center;gap:2.5rem}}@media (min-width: 901px){.product-showcase-area{flex-direction:row;justify-content:center;align-items:flex-start;gap:3rem}.product-image{height:250px}.product-card:hover{transform:translateY(-10px) scale(1.02)}}.collaboration-page-container{background-image:linear-gradient(#525354b6,#707071a3),url(../collabbg.png);background-size:cover;background-position:center;background-attachment:fixed;overflow-x:hidden}.collaboration-content{padding:120px 20px 5rem;max-width:1400px;margin:0 auto}.collaboration-header{text-align:center;margin-bottom:4rem}.collaboration-header h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#80e6f8;margin-bottom:.5rem}.collaboration-header p{font-size:1.25rem;color:#dcdede;max-width:700px;font-weight:400;margin:0 auto}.collaborators-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:4rem;margin:60px auto 0;max-width:1200px}.collaborator-card{background:#ffffffb3;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.3);border-radius:20px;box-shadow:0 8px 32px #001e501a;text-align:center;position:relative;width:280px;height:auto;padding:60px 1.5rem 1.5rem;transition:all .3s ease;opacity:0;transform:translateY(20px)}.collaborator-card.is-visible{opacity:1;transform:translateY(0)}.collaborator-card:hover{transform:translateY(-10px);box-shadow:0 16px 40px #001e5033}.collaborator-image{width:120px;height:120px;border-radius:50%;border:5px solid #fff;box-shadow:0 4px 15px #001e5026;object-fit:cover;background-color:#eee;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.card-info{padding:1rem 0 0}.collaborator-name{font-size:1.5rem;font-weight:600;color:#0d1b3f;margin:.5rem 0}.collaborator-title{font-size:1rem;color:#6a7895;margin:0 0 1.5rem}.linkedin-link{padding-top:12px;display:inline-block;color:#0077b5;transition:transform .3s ease}.linkedin-link svg{width:28px;height:28px}.linkedin-link:hover{transform:scale(1.15)}.slideshow-section{margin-top:6rem}.logo-slideshow{background:transparent;box-shadow:0 10px 20px -5px #001e501a;margin:auto;overflow:hidden;position:relative;width:100%;padding:1rem 0}.logo-slideshow:before,.logo-slideshow:after{content:"";height:100%;position:absolute;width:15%;z-index:1;top:0}.logo-slideshow:before{left:0;background:linear-gradient(to right,#f0f5ff,#f0f5ff00)}.logo-slideshow:after{right:0;background:linear-gradient(to left,#f0f5ff,#f0f5ff00)}.slide-track{display:flex;animation:scroll 40s linear infinite;width:3000px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-1500px)}}.slide{height:100px;width:250px;display:flex;align-items:center;justify-content:center;padding:15px}.slide img{max-width:200px;height:auto;max-height:200px;transition:all .3s ease}.slide:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.1)}@media (max-width: 768px){.collaboration-page-container{background-attachment:scroll}}.gallery-page-container{background-color:#000;color:#fff;overflow-x:hidden}.section-header{text-align:center;padding:3rem 20px}.section-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.section-header p{font-size:1rem;color:#ccc;max-width:600px;margin:auto}@keyframes kenburns-original{0%{transform:scale(1) translate(0)}to{transform:scale(1.15) translate(2%,-2%)}}.top-slideshow{position:relative;height:85vh;width:100%;overflow:hidden;background-color:#000}.top-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out}.top-slide.active{opacity:1}.top-slide-bg{position:absolute;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:contain}.top-slide.active .top-slide-bg{animation:kenburns-original 10s ease-out forwards}.top-slide-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;background:radial-gradient(circle,#0000004d,#000c 80%)}.top-slide-content h1{font-size:clamp(2.5rem,10vw,6rem);text-shadow:0 4px 15px rgba(0,0,0,.5);font-weight:700}.grid-showcase{padding:1rem 15px 4rem}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:250px;gap:1rem;max-width:1400px;margin:auto}.grid-item{position:relative;overflow:hidden;border-radius:10px;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out;cursor:pointer;box-shadow:0 4px 15px #0000004d}.grid-item:nth-child(4n-3),.grid-item:nth-child(5n-2){grid-row:auto}.grid-item.visible{opacity:1;transform:translateY(0)}.grid-item-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.grid-item:hover .grid-item-img{transform:scale(1.05)}.grid-item-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem 1rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);color:#fff;transform:translateY(100%);transition:transform .4s ease}.grid-item:hover .grid-item-overlay{transform:translateY(0)}.grid-item-overlay p{margin:0}.bottom-slideshow-section{padding-bottom:5rem}.simple-slideshow-container{width:90%;max-width:1100px;height:auto;margin:auto;position:relative;overflow:hidden;border-radius:15px;background:#0003;box-shadow:0 8px 25px #0000004d}.slideshow-wrapper{display:flex;transition:transform .5s ease-in-out}.slide-item{flex:0 0 100%;width:100%;box-sizing:border-box;display:flex;align-items:center;gap:1.5rem;flex-direction:column;text-align:center;padding:2rem 1.5rem}.slide-image{width:100%;max-width:400px;height:auto;max-height:250px;object-fit:contain;border-radius:10px}.slide-content{width:100%}.slide-content h3{font-size:1.5rem;color:#60a5fa;margin-bottom:1rem}.slide-content p{font-size:1rem;line-height:1.6;color:#e5e7eb}.slideshow-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;transition:background-color .3s ease;z-index:10}.slideshow-nav.prev{left:10px}.slideshow-nav.next{right:10px}.slideshow-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.dot{width:12px;height:12px;border-radius:50%;background-color:#fff6;cursor:pointer;transition:background-color .3s ease}.dot:hover{background-color:#ffffffb3}.dot.active{background-color:#fff}@media (min-width: 900px){.section-header{padding:4rem 1rem 3rem}.section-header h2{font-size:2.5rem}.top-slideshow{height:100vh}.image-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:0 2rem}.image-grid .grid-item:nth-child(4n-3){grid-row:span 2}.image-grid .grid-item:nth-child(5n-2){grid-row:span 1.5}.simple-slideshow-container{height:400px}.slide-item{flex-direction:row;text-align:left;gap:2rem;padding:2rem}.slide-image{width:100%;max-width:400px;height:auto;max-height:250px;object-fit:fill;border-radius:15px;overflow:hidden}.slide-content{width:55%}.slide-content h3{font-size:1.8rem}.slideshow-nav{width:45px;height:45px}}.about-section{padding:100px 0 5rem;background:linear-gradient(45deg,#0009,#50525266),url(../aboutbg.png) no-repeat center center/cover;min-height:100vh;display:flex;align-items:center;overflow-x:hidden}.section{width:100%;position:relative}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.about-section h2{font-size:clamp(2.2rem,6vw,3.2rem);font-weight:800;color:#fff;text-align:center;margin-bottom:1.5rem;line-height:1.2}.statement{font-size:clamp(1.1rem,4vw,1.3rem);color:#dbeaff;text-align:center;margin-bottom:4rem;line-height:1.7;font-weight:500;max-width:800px;margin-left:auto;margin-right:auto}.about-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:4rem}.about-text p{font-size:clamp(1.1rem,4vw,1.2rem);font-weight:500;line-height:1.8;color:#e5e7eb;margin-bottom:1.5em}.beliefs{background:#ffffff0d;border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000040}.beliefs h3{color:#cfe4ff;margin-bottom:1.7rem;font-size:1.3rem;font-weight:700}.belief-item{display:flex;align-items:center;margin-bottom:1rem;font-weight:600;color:#fff;transition:transform .3s ease,color .3s ease;cursor:default}.belief-item:hover{transform:translate(10px);color:#60a5fa}.belief-item:before{content:"→";margin-right:1rem;color:#3b82f6;font-weight:700;font-size:1.2rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:3rem}.btn{padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer;display:inline-block;text-align:center;min-width:180px}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 10px 25px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px #3b82f666}.btn-secondary{background:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary:hover{background:#60a5fa;color:#fff;transform:translateY(-2px)}@media (min-width: 800px){.about-content{grid-template-columns:1fr 1fr;gap:4rem}}@media (max-width: 480px){.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:320px}}#contact{position:relative;padding:100px 0 4rem;min-height:100vh;display:flex;align-items:center;overflow-x:hidden;background:linear-gradient(135deg,#0f172af2,#1e293be6),radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0%,transparent 50%),url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&auto=format&fit=crop&w=2072&q=80);background-size:cover,600px 600px,cover;background-position:center,20% 80%,center;background-attachment:scroll}#contact:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(1px 1px at 20% 30%,rgba(96,165,250,.5),transparent),radial-gradient(1px 1px at 40% 70%,rgba(139,92,246,.3),transparent);background-size:400px 400px,300px 300px;animation:particleFloat 20s ease-in-out infinite;pointer-events:none}@keyframes particleFloat{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.section{position:relative;z-index:2;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:3}.container:before{content:"";position:absolute;top:-1.5rem;left:-1.5rem;right:-1.5rem;bottom:-1.5rem;background:#ffffff05;border-radius:25px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;z-index:-1}#contact h2{font-size:clamp(2.2rem,6vw,3.5rem);font-weight:900;text-align:center;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#60a5fa,#c084fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.statement{font-size:clamp(1.1rem,4vw,1.25rem);color:#e2e8f0;text-align:center;margin-bottom:3rem;line-height:1.7}.about-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}.about-text{position:relative}.about-text p{font-size:clamp(1rem,4vw,1.1rem);line-height:1.8;color:#cbd5e1}.beliefs{background:#ffffff14;border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.15)}.beliefs h3{font-size:1.4rem;font-weight:700;color:#60a5fa;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(96,165,250,.3)}.belief-item{display:flex;align-items:center;margin-bottom:1.5rem;font-weight:500;color:#e2e8f0}.belief-item:before{content:"●";margin-right:1rem;color:#60a5fa;font-size:1.2rem}.belief-item a{color:#8cbef8;text-decoration:none;font-weight:600;transition:color .3s ease}.belief-item a:hover{color:#fff}.beliefs:before,.about-text:before,.belief-item:before{animation:none}@media (min-width: 900px){#contact{padding:15rem 0;background-attachment:fixed;background-size:cover,600px 600px,800px 800px,cover}#contact:before{animation:particleFloat 20s ease-in-out infinite}.about-text:before{content:"";position:absolute;left:-1.5rem;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#60a5fa,#c084fc,#34d399);border-radius:2px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.7;transform:scaleY(.95)}}.about-content{grid-template-columns:1fr 1fr;gap:5rem}.beliefs{padding:3rem}.beliefs:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(96,165,250,.8),transparent);animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.belief-item:before{animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 5px #60a5fa}to{text-shadow:0 0 20px #60a5fa}}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.course-page{min-height:100vh;background-color:#000}.main-content{max-width:1400px;margin:0 auto;padding:4rem 1rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-description p{font-size:1.25rem;color:#fff;max-width:32rem;margin:0 auto}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.course-card{position:relative;overflow:hidden;border-radius:1rem;background:#fff;box-shadow:0 10px 25px #0000001a;transition:all .5s ease;z-index:1}.course-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0003}.course-header{padding:2rem;color:#fff;position:relative;overflow:hidden}.course-header.forensics{background:linear-gradient(135deg,#2563eb,#7c3aed)}.course-header.agriculture{background:linear-gradient(135deg,#10b981,#059669)}.course-header.development{background:linear-gradient(135deg,#f59e0b,#dc2626)}.course-header.surveillance{background:linear-gradient(135deg,#6366f1,#2563eb)}.course-header:before,.course-header:after{content:"";position:absolute;border-radius:50%;background:#ffffff1a}.course-header:before{width:8rem;height:8rem;top:-4rem;right:-4rem}.course-header:after{width:6rem;height:6rem;bottom:-3rem;left:-3rem}.course-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;position:relative;z-index:10}.course-icon{padding:.75rem;background:#fff3;border-radius:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.course-icon svg{width:2rem;height:2rem}.course-status{padding:.5rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.course-status.available{background:#22c55e33;color:#dcfce7;border:1px solid rgba(34,197,94,.3)}.course-status.coming-soon{background:#fbbf2433;color:#fef3c7;border:1px solid rgba(251,191,36,.3)}.course-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;position:relative;z-index:10}.course-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;opacity:.9;position:relative;z-index:10}.course-meta-item{display:flex;align-items:center;gap:.25rem}.course-meta-item svg{width:1rem;height:1rem}.course-body{padding:2rem;position:relative;z-index:2}.course-description{color:#64748b;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.course-footer{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10}.course-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none;position:relative;z-index:15;pointer-events:all}.course-button.available{background:#1e293b;color:#fff}.course-button.available:hover{background:#334155;box-shadow:0 4px 12px #0003;transform:scale(1.05)}.course-button svg{width:1rem;height:1rem}.coming-soon-text{text-align:center;padding:1rem 0;position:relative;z-index:10}.coming-soon-text span{font-size:1.125rem;font-weight:600;color:#f59e0b;display:block;margin-bottom:.5rem}.coming-soon-text p{font-size:.875rem;color:#94a3b8;font-weight:400;margin:0}.course-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2563eb,#7c3aed);opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none}.course-card:hover:before{opacity:.05}.cta-section{background:linear-gradient(135deg,#1e293b,#374151);padding:4rem 1rem}.cta-content{max-width:64rem;margin:0 auto;text-align:center;padding:0 1rem}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-description{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem}.cta-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.cta-button:hover{box-shadow:0 4px 15px #0003;transform:scale(1.05)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.section-title{font-size:2.25rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.course-header,.course-body{padding:1.5rem}.course-footer{flex-direction:column;gap:1rem;align-items:stretch}.cta-title{font-size:2rem}}@media (max-width: 480px){.hero-section{padding:4rem 1rem}.hero-title{font-size:2rem}.hero-badges{flex-direction:column;align-items:center}.main-content{padding:2rem 1rem}.section-title{font-size:1.875rem}.course-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}
