.about-section{padding:60px 20px;color:#fff}.about-container{max-width:1300px;margin:auto}.section-header{margin-bottom:40px}.section-title{font-size:2.5rem;font-weight:700}.highlight{color:#4db8ff}.title-underline{width:80px;background:#4db8ff;margin:10px auto 0}.about-content-grid{display:flex;flex-wrap:wrap;gap:40px}.text-column{flex:1;min-width:300px;color:#fff}.profile-card{color:#fff;padding:0;background:transparent;box-shadow:none}.profile-badge{margin-bottom:10px}.badge-text{background:hsla(0,0%,100%,.2);padding:6px 14px;border-radius:6px;font-size:.9rem;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-text{margin-bottom:18px;line-height:1.7;font-size:1.1rem;color:#fff}.expertise-tags{margin-top:15px}.tag{display:inline-block;background:hsla(0,0%,100%,.15);padding:6px 12px;border-radius:6px;margin:5px;font-size:.9rem;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.carousel-column{flex:1;min-width:300px}.carousel-wrapper{width:100%;display:flex;justify-content:center}.carousel-container{max-width:550px;border-radius:12px}.carousel-inner{display:flex;transition:transform .5s ease-in-out}.carousel-item{min-width:100%;height:350px;display:none}.carousel-item.active{display:block}.carousel-control{background:hsla(0,0%,100%,.25);border:none;padding:10px;color:#fff;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.carousel-control.prev{left:10px}.carousel-control.next{right:10px}.carousel-indicators{justify-content:center;margin-top:12px}.carousel-indicators button{width:10px;height:10px;border:none;background:hsla(0,0%,100%,.5);margin:5px}.carousel-indicators button.active{background:#4db8ff}@media (max-width:768px){.about-content-grid{flex-direction:column}.section-title{font-size:2rem}.carousel-item{height:280px}}@media (max-width:500px){.carousel-item{height:230px}.profile-text{font-size:1rem}}.about-us-section{position:relative;padding:100px 0;background:linear-gradient(180deg,rgba(10,14,39,.95),rgba(15,20,50,.98));overflow:hidden}.about-us-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,245,255,.05) 1px,transparent 0),linear-gradient(90deg,rgba(0,245,255,.05) 1px,transparent 0);background-size:50px 50px;pointer-events:none}.about-us-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.title-underline{margin:0 auto 1.5rem}.section-subtitle{font-size:1.1rem;color:hsla(0,0%,100%,.7);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:5rem}.feature-card{position:relative;background:rgba(15,20,50,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,245,255,.2);border-radius:20px;padding:2.5rem 1.5rem;text-align:center;transition:all .4s ease;animation:fadeInUp .6s ease-out backwards}.feature-card:hover{transform:translateY(-10px);border-color:#00f5ff;box-shadow:0 15px 50px rgba(0,245,255,.3)}.feature-icon-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon-wrapper:before{content:"";position:absolute;width:100px;height:100px;background:rgba(0,245,255,.1);border-radius:50%;transition:all .4s ease}.feature-card:hover .feature-icon-wrapper:before{transform:scale(1.2);background:rgba(0,245,255,.2)}.feature-icon{position:relative;color:#00f5ff;transition:all .4s ease}.feature-card:hover .feature-icon{transform:scale(1.1);filter:drop-shadow(0 0 20px rgba(0,245,255,.8))}.feature-title{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:1rem;transition:color .3s ease}.feature-card:hover .feature-title{color:#00f5ff}.feature-description{font-size:1rem;color:hsla(0,0%,100%,.7);line-height:1.6}.cta-section{position:relative;margin-top:5rem}.cta-content{background:linear-gradient(135deg,rgba(0,245,255,.1),rgba(0,153,255,.1));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,245,255,.3);border-radius:25px;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-content:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,245,255,.1),transparent);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-title{position:relative;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#fff;margin-bottom:1rem;z-index:1}.cta-description{position:relative;font-size:1.1rem;color:hsla(0,0%,100%,.8);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;z-index:1}.cta-buttons{position:relative;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;z-index:1}.cta-btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;display:inline-block}.cta-btn.primary{background:linear-gradient(135deg,#00f5ff,#09f);color:#0a0e27;box-shadow:0 4px 20px rgba(0,245,255,.4)}.cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 6px 30px rgba(0,245,255,.6)}.cta-btn.secondary{background:transparent;color:#00f5ff;border:2px solid #00f5ff}.cta-btn.secondary:hover{background:rgba(0,245,255,.1);transform:translateY(-3px);box-shadow:0 6px 30px rgba(0,245,255,.3)}@media (max-width:1024px){.about-us-section{padding:80px 0}.about-us-container{padding:0 1.5rem}.section-header{margin-bottom:3rem}.features-grid{gap:1.5rem;margin-bottom:4rem}.feature-card{padding:2rem 1.25rem}.cta-section{margin-top:4rem}.cta-content{padding:3rem 1.5rem}.cta-buttons{gap:1.25rem}}@media (max-width:768px){.about-us-section{padding:60px 0}.about-us-container{padding:0 1rem}.section-header{margin-bottom:2.5rem}.section-subtitle{font-size:1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:3rem}.feature-card{padding:1.75rem 1rem}.feature-icon-wrapper{margin-bottom:1.25rem}.feature-icon-wrapper:before{width:80px;height:80px}.feature-icon svg{width:32px;height:32px}.feature-title{font-size:1.25rem}.feature-description{font-size:.95rem}.cta-section{margin-top:3rem}.cta-content{padding:2.5rem 1.25rem;border-radius:20px}.cta-description{font-size:1rem;margin-bottom:2rem}.cta-buttons{gap:1rem}.cta-btn{padding:.875rem 2rem;font-size:1rem}}@media (max-width:480px){.about-us-section{padding:50px 0}.about-us-container{padding:0 .75rem}.section-header{margin-bottom:2rem}.section-subtitle{font-size:.95rem}.features-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}.feature-card{padding:1.5rem .875rem;border-radius:15px}.feature-icon-wrapper{margin-bottom:1rem}.feature-icon-wrapper:before{width:70px;height:70px}.feature-icon svg{width:28px;height:28px}.feature-title{font-size:1.15rem;margin-bottom:.75rem}.feature-description{font-size:.875rem;line-height:1.5}.cta-section{margin-top:2.5rem}.cta-content{padding:2rem 1rem;border-radius:18px}.cta-description{font-size:.95rem;margin-bottom:1.5rem}.cta-buttons{flex-direction:column;gap:.875rem;padding:0 1rem}.cta-btn{width:100%;padding:.75rem 1.5rem;font-size:.95rem}}.about-vpn-section{position:relative;padding:100px 0;background:linear-gradient(180deg,rgba(15,20,50,.98),rgba(10,14,39,.95));overflow:hidden}.about-vpn-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,245,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(0,245,255,.03) 1px,transparent 0);background-size:40px 40px;pointer-events:none}.about-vpn-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem}.section-title .highlight{background:linear-gradient(135deg,#00f5ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-underline{width:100px;height:4px;background:linear-gradient(90deg,transparent,#00f5ff,transparent);margin:0 auto;border-radius:2px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.carousel-wrapper{position:relative}.carousel-container{border-radius:20px;border:1px solid rgba(0,245,255,.2);box-shadow:0 10px 40px rgba(0,245,255,.2)}.carousel-container,.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner{aspect-ratio:4/3}.carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease-in-out}.carousel-item.active{opacity:1}.carousel-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,245,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,245,255,.3);color:#00f5ff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}.carousel-control:hover{background:rgba(0,245,255,.3);transform:translateY(-50%) scale(1.1);box-shadow:0 0 20px rgba(0,245,255,.5)}.carousel-control.prev{left:20px}.carousel-control.next{right:20px}.carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:2}.carousel-indicators button{width:12px;height:12px;border-radius:50%;border:2px solid #00f5ff;background:transparent;cursor:pointer;transition:all .3s ease}.carousel-indicators button.active{background:#00f5ff;box-shadow:0 0 15px rgba(0,245,255,.8)}.carousel-indicators button:hover{transform:scale(1.2)}.text-content{display:flex;align-items:center}.text-card{background:rgba(15,20,50,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,245,255,.2);border-radius:20px;padding:2.5rem;transition:all .4s ease}.text-card:hover{border-color:#00f5ff;box-shadow:0 10px 40px rgba(0,245,255,.2);transform:translateY(-5px)}.text-paragraph{font-size:1.1rem;line-height:1.8;color:hsla(0,0%,100%,.85);text-align:justify;margin-bottom:2rem}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-box{text-align:center;padding:1.5rem 1rem;background:rgba(0,245,255,.05);border:1px solid rgba(0,245,255,.2);border-radius:12px;transition:all .3s ease}.stat-box:hover{background:rgba(0,245,255,.1);border-color:#00f5ff;transform:translateY(-5px)}.stat-number{font-size:1.8rem}.stat-label{font-size:.9rem}@media (max-width:1024px){.about-vpn-section{padding:80px 0}.about-vpn-container{padding:0 1.5rem}.section-header{margin-bottom:3rem}.about-content{gap:2.5rem}.text-card{padding:2rem}.text-paragraph{font-size:1.05rem}.stats-row{gap:1.25rem}.stat-box{padding:1.25rem .875rem}.stat-number{font-size:1.6rem}}@media (max-width:768px){.about-vpn-section{padding:60px 0}.about-vpn-container{padding:0 1rem}.section-header{margin-bottom:2.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.carousel-control{width:40px;height:40px}.carousel-control.prev{left:10px}.carousel-control.next{right:10px}.carousel-indicators{bottom:15px}.carousel-indicators button{width:10px;height:10px}.text-card{padding:1.75rem}.text-paragraph{font-size:1rem;margin-bottom:1.5rem}.stats-row{gap:1rem}.stat-box{padding:1rem .75rem}.stat-number{font-size:1.4rem}.stat-label{font-size:.85rem}}@media (max-width:480px){.about-vpn-section{padding:50px 0}.about-vpn-container{padding:0 .75rem}.section-header{margin-bottom:2rem}.about-content{gap:1.5rem}.carousel-container{border-radius:15px}.carousel-control{width:35px;height:35px}.carousel-control svg{width:20px;height:20px}.carousel-indicators{bottom:10px;gap:8px}.carousel-indicators button{width:8px;height:8px}.text-card{padding:1.5rem;border-radius:15px}.text-paragraph{font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.stats-row{grid-template-columns:1fr;gap:.875rem}.stat-box{padding:.875rem .625rem;border-radius:10px}.stat-number{font-size:1.5rem;margin-bottom:.375rem}.stat-label{font-size:.8rem}}.footer{position:relative;background:linear-gradient(180deg,rgba(15,20,50,.98),#050819);border-top:1px solid rgba(0,245,255,.2);padding:80px 0 0;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,245,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(0,245,255,.03) 1px,transparent 0);background-size:30px 30px;pointer-events:none}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem}.footer-column{display:flex;flex-direction:column}.brand-column{max-width:350px}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-logo{height:45px;width:auto;filter:drop-shadow(0 0 10px rgba(0,245,255,.5))}.brand-name{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#00f5ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px;margin:0}.brand-description{font-size:.95rem;line-height:1.7;color:hsla(0,0%,100%,.7);margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(0,245,255,.1);border:1px solid rgba(0,245,255,.2);border-radius:50%;color:#00f5ff;font-size:1.1rem;transition:all .3s ease}.social-link:hover{background:rgba(0,245,255,.2);border-color:#00f5ff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,245,255,.3)}.column-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.column-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background:linear-gradient(90deg,#00f5ff,transparent)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.875rem}.footer-links a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#00f5ff;transform:translateX(5px)}.contact-info{list-style:none;padding:0;margin:0}.contact-info li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:hsla(0,0%,100%,.7);font-size:.95rem}.contact-icon{color:#00f5ff;font-size:1rem;margin-top:.25rem;flex-shrink:0}.contact-info a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:#00f5ff}.footer-bottom{border-top:1px solid rgba(0,245,255,.1);padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:hsla(0,0%,100%,.6);font-size:.9rem;margin:0}.legal-links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.legal-links a{color:hsla(0,0%,100%,.6);text-decoration:none;font-size:.9rem;transition:color .3s ease}.legal-links a:hover{color:#00f5ff}.separator{color:hsla(0,0%,100%,.3)}@media (max-width:1024px){.footer{padding:60px 0 0}.footer-container{padding:0 1.5rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:3rem}.brand-column{grid-column:1/-1;max-width:100%}}@media (max-width:768px){.footer{padding:50px 0 0}.footer-container{padding:0 1rem}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.brand-column{text-align:center}.footer-brand{justify-content:center}.brand-description{text-align:center}.social-links{justify-content:center}.column-title:after{left:50%;transform:translateX(-50%)}.footer-links{text-align:center}.footer-links a:hover{transform:translateX(0)}.contact-info{align-items:center}.contact-info li{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.legal-links{justify-content:center}}@media (max-width:480px){.footer{padding:40px 0 0}.footer-container{padding:0 .75rem}.footer-grid{gap:1.5rem;margin-bottom:2rem}.footer-logo{height:35px}.brand-name{font-size:1.25rem;letter-spacing:1.5px}.brand-description{font-size:.875rem;margin-bottom:1.25rem}.social-links{gap:.75rem}.social-link{width:35px;height:35px;font-size:1rem}.column-title{font-size:1.1rem;margin-bottom:1.25rem;padding-bottom:.625rem}.footer-links li{margin-bottom:.75rem}.contact-info a,.contact-info li,.footer-links a{font-size:.875rem}.contact-info li{gap:.625rem;margin-bottom:.875rem}.footer-bottom{padding:1.5rem 0}.footer-bottom-content{gap:.75rem}.copyright,.legal-links,.legal-links a{font-size:.8rem}.legal-links{gap:.75rem}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 2rem 80px;overflow:hidden}.hero-background{z-index:0}.hero-background,.hero-grid{position:absolute;top:0;left:0;right:0;bottom:0}.hero-grid{background-image:linear-gradient(rgba(0,245,255,.1) 1px,transparent 0),linear-gradient(90deg,rgba(0,245,255,.1) 1px,transparent 0);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;animation:pulse 8s ease-in-out infinite}.hero-glow-1{width:500px;height:500px;background:radial-gradient(circle,#00f5ff,transparent);top:-250px;left:-250px}.hero-glow-2{width:600px;height:600px;background:radial-gradient(circle,#09f,transparent);bottom:-300px;right:-300px;animation-delay:4s}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.5}}.hero-particles{position:absolute;width:100%;height:100%;overflow:hidden}.particle{position:absolute;width:2px;height:2px;background:#00f5ff;border-radius:50%;animation:float 10s infinite;opacity:.6}.particle:nth-child(odd){animation-duration:15s}.particle:first-child{left:10%;animation-delay:0s}.particle:nth-child(2){left:20%;animation-delay:2s}.particle:nth-child(3){left:30%;animation-delay:4s}.particle:nth-child(4){left:40%;animation-delay:1s}.particle:nth-child(5){left:50%;animation-delay:3s}.particle:nth-child(6){left:60%;animation-delay:5s}.particle:nth-child(7){left:70%;animation-delay:2.5s}.particle:nth-child(8){left:80%;animation-delay:4.5s}.particle:nth-child(9){left:90%;animation-delay:1.5s}.particle:nth-child(10){left:15%;animation-delay:3.5s}.particle:nth-child(11){left:25%;animation-delay:.5s}.particle:nth-child(12){left:35%;animation-delay:2.8s}.particle:nth-child(13){left:45%;animation-delay:4.2s}.particle:nth-child(14){left:55%;animation-delay:1.8s}.particle:nth-child(15){left:65%;animation-delay:3.2s}.particle:nth-child(16){left:75%;animation-delay:.8s}.particle:nth-child(17){left:85%;animation-delay:2.2s}.particle:nth-child(18){left:95%;animation-delay:4.8s}.particle:nth-child(19){left:5%;animation-delay:1.2s}.particle:nth-child(20){left:50%;animation-delay:3.8s}@keyframes float{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:.6}90%{opacity:.6}to{transform:translateY(-100vh) scale(1);opacity:0}}.hero-content{position:relative;z-index:1;max-width:1200px;text-align:center;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:rgba(0,245,255,.1);border:1px solid rgba(0,245,255,.3);border-radius:50px;color:#00f5ff;font-size:.9rem;font-weight:600;margin-bottom:2rem;animation:fadeIn 1s ease-out .2s backwards}.badge-dot{width:8px;height:8px;background:#00f5ff;border-radius:50%;animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2;animation:fadeInUp 1s ease-out .4s backwards}.hero-typing{min-height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;animation:fadeInUp 1s ease-out .6s backwards}.typing-text{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;background:linear-gradient(135deg,#00f5ff,#09f,#00f5ff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s linear infinite}@keyframes shimmer{to{background-position:200%}}.typing-cursor{font-size:clamp(2rem,5vw,3.5rem);color:#00f5ff;animation:blink 1s step-end infinite;margin-left:.25rem}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:hsla(0,0%,100%,.8);line-height:1.8;max-width:900px;margin:0 auto 3rem;animation:fadeInUp 1s ease-out .8s backwards}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem;animation:fadeInUp 1s ease-out 1s backwards}.hero-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.hero-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s ease}.hero-btn:hover:before{left:100%}.hero-btn-primary{background:linear-gradient(135deg,#00f5ff,#09f);color:#0a0e27;box-shadow:0 4px 20px rgba(0,245,255,.4)}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 30px rgba(0,245,255,.6)}.hero-btn-secondary{background:transparent;color:#00f5ff;border:2px solid #00f5ff}.hero-btn-secondary:hover{background:rgba(0,245,255,.1);transform:translateY(-3px);box-shadow:0 6px 30px rgba(0,245,255,.3)}.btn-icon{width:20px;height:20px;transition:transform .3s ease}.hero-btn:hover .btn-icon{transform:translateX(5px)}.hero-stats{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out 1.2s backwards}.stat-item{text-align:center}.stat-number{font-size:clamp(2rem,4vw,3rem);font-weight:800;background:linear-gradient(135deg,#00f5ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:hsla(0,0%,100%,.7);font-weight:500}.stat-divider{width:2px;height:50px;background:linear-gradient(180deg,transparent,#00f5ff,transparent)}@media (max-width:1024px){.hero-section{padding:100px 1.5rem 60px}.hero-stats{gap:2rem}}@media (max-width:768px){.hero-section{padding:90px 1rem 100px;min-height:auto}.hero-badge{font-size:.8rem;padding:.4rem 1rem}.hero-typing{min-height:80px}.hero-buttons{gap:1rem;margin-bottom:3rem}.hero-btn{padding:.875rem 1.5rem;font-size:1rem}.hero-stats{gap:1.5rem}.stat-divider{height:40px}.hero-glow-1,.hero-glow-2{width:300px;height:300px}}@media (max-width:480px){.hero-section{padding:80px .75rem 90px}.hero-badge{font-size:.75rem;padding:.35rem .875rem}.hero-typing{min-height:70px}.hero-buttons{flex-direction:column;width:100%;padding:0 1rem}.hero-btn{width:100%;justify-content:center;padding:.75rem 1.25rem;font-size:.95rem}.hero-stats{flex-direction:column;gap:2rem}.stat-divider{width:50px;height:2px;background:linear-gradient(90deg,transparent,#00f5ff,transparent)}}