*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#0a0e27;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}.website{background:#0a0e27;min-height:100vh}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes glow{0%,to{box-shadow:0 0 20px #18436180}50%{box-shadow:0 0 40px #184361cc}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}nav{z-index:1000;width:100%;padding:1.2rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0}nav.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0e27f2;border-bottom:1px solid #1843614d;box-shadow:0 4px 30px #1843614d}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo{color:#fff;cursor:pointer;align-items:center;gap:.6rem;font-size:1.8rem;font-weight:800;animation:.8s ease-out slideInLeft;display:flex}.logo-icon{animation:3s ease-in-out infinite float}.nav-links{align-items:center;gap:2.5rem;list-style:none;animation:.8s ease-out slideInRight;display:flex}.nav-links a{color:#ffffffe6;cursor:pointer;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-links a:after{content:"";background:linear-gradient(90deg,#184361,#2a5f7f);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links a:hover{color:#3a8bb8}.nav-links a:hover:after{width:100%}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:transform .3s;display:none}.mobile-menu-btn:hover{transform:scale(1.1)}.hero{text-align:center;color:#fff;background:linear-gradient(135deg,#0a0e27 0%,#184361 100%);flex-direction:column;justify-content:center;min-height:100vh;padding:10rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#1843614d 0%,#0000 70%);width:200%;height:200%;animation:30s linear infinite rotate;position:absolute;top:-50%;left:-50%}.hero:after{content:"";background:radial-gradient(circle at 20% 30%,#18436166 0%,#0000 40%),radial-gradient(circle at 80% 70%,#3a8bb84d 0%,#0000 40%);animation:8s ease-in-out infinite pulse;position:absolute;inset:0}.hero-content{z-index:1;max-width:900px;margin:0 auto;position:relative}.hero h1{background:linear-gradient(135deg,#fff 0%,#3a8bb8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.2;animation:1s ease-out fadeInUp}.hero p{opacity:.95;margin-bottom:2.5rem;font-size:1.4rem;animation:1s ease-out .2s backwards fadeInUp}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;animation:1s ease-out .4s backwards fadeInUp;display:flex}.btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn-primary{color:#fff;background:linear-gradient(135deg,#184361 0%,#2a5f7f 100%);box-shadow:0 10px 40px #18436166}.btn-primary:hover{transform:translateY(-5px);box-shadow:0 15px 50px #18436199}.btn-secondary{color:#fff;background:0 0;border:2px solid #184361}.btn-secondary:hover{background:#184361;transform:translateY(-5px);box-shadow:0 15px 50px #18436166}.cloud-providers{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:5rem;animation:1s ease-out .6s backwards fadeInUp;display:flex}.provider-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1843614d;border:1px solid #18436180;border-radius:50px;align-items:center;gap:.7rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .4s;display:flex}.provider-badge:hover{background:#18436180;transform:translateY(-5px)scale(1.05);box-shadow:0 10px 30px #18436180}.features{background:#fff;padding:8rem 2rem;position:relative}.features:before{content:"";opacity:.1;background:linear-gradient(#184361,#0000);height:100px;position:absolute;top:0;left:0;right:0}.section-title{text-align:center;color:#184361;margin-bottom:1rem;font-size:3rem;font-weight:900;animation:.8s ease-out fadeInUp}.section-subtitle{text-align:center;color:#666;margin-bottom:4rem;font-size:1.2rem;animation:.8s ease-out .2s backwards fadeInUp}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{color:#333;background:#fff;border:2px solid #0000;border-radius:25px;padding:3rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out backwards scaleIn;position:relative;overflow:hidden;box-shadow:0 10px 40px #1843611a}.feature-card:before{content:"";background:linear-gradient(90deg,#184361,#2a5f7f);width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.feature-card:hover:before{transform:scaleX(1)}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:hover{border-color:#184361;transform:translateY(-15px);box-shadow:0 20px 60px #18436133}.feature-icon{color:#fff;background:linear-gradient(135deg,#184361 0%,#2a5f7f 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:all .4s;display:flex}.feature-card:hover .feature-icon{animation:2s ease-in-out infinite glow;transform:rotateY(360deg)}.feature-card h3{color:#184361;margin-bottom:1rem;font-size:1.6rem;font-weight:800}.feature-card p{color:#666;font-size:1.05rem;line-height:1.7}.pricing{background:linear-gradient(135deg,#0a0e27 0%,#184361 100%);padding:8rem 2rem;position:relative;overflow:hidden}.pricing:before{content:"";background:radial-gradient(circle,#3a8bb833 0%,#0000 70%);width:100%;height:200%;animation:40s linear infinite reverse rotate;position:absolute;top:-50%;right:-50%}.pricing .section-title{color:#fff}.pricing .section-subtitle{color:#fffc}.pricing-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;margin:3rem auto 0;display:grid;position:relative}.pricing-card{background:#fffffff2;border:2px solid #0000;border-radius:30px;padding:3rem;transition:all .5s cubic-bezier(.4,0,.2,1);animation:.8s ease-out backwards fadeInUp;position:relative;box-shadow:0 20px 60px #0000004d}.pricing-card:first-child{animation-delay:.2s}.pricing-card:nth-child(2){animation-delay:.4s}.pricing-card:nth-child(3){animation-delay:.6s}.pricing-card:hover{border-color:#184361;transform:translateY(-20px)scale(1.02);box-shadow:0 30px 80px #18436166}.pricing-card.popular{color:#fff;background:linear-gradient(135deg,#184361 0%,#2a5f7f 100%);border:3px solid #3a8bb8;transform:scale(1.08)}.pricing-card.popular:hover{transform:translateY(-20px)scale(1.1)}.pricing-card.popular h3,.pricing-card.popular .price,.pricing-card.popular .features-list li{color:#fff}.popular-badge{color:#fff;background:linear-gradient(135deg,#3a8bb8,#184361);border-radius:50px;padding:.7rem 2rem;font-size:.95rem;font-weight:800;animation:2s ease-in-out infinite pulse;position:absolute;top:-20px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #18436166}.pricing-card h3{color:#184361;margin-bottom:1rem;font-size:2rem;font-weight:900}.price{color:#184361;margin-bottom:.5rem;font-size:3.5rem;font-weight:900}.price-period{color:#666;margin-bottom:2rem;font-size:1.1rem}.pricing-card.popular .price-period{color:#fffc}.features-list{margin-bottom:2.5rem;list-style:none}.features-list li{color:#555;border-bottom:1px solid #0000000d;align-items:center;gap:1rem;padding:1rem 0;font-size:1.05rem;display:flex}.pricing-card.popular .features-list li{border-bottom-color:#ffffff1a}.check-icon{color:#184361;flex-shrink:0;animation:.5s ease-out scaleIn}.pricing-card.popular .check-icon{color:#3a8bb8}.btn-plan{cursor:pointer;color:#fff;background:linear-gradient(135deg,#184361 0%,#2a5f7f 100%);border:none;border-radius:15px;width:100%;padding:1.3rem;font-size:1.15rem;font-weight:700;transition:all .4s;position:relative;overflow:hidden}.btn-plan:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-plan:hover:before{left:100%}.pricing-card.popular .btn-plan{color:#184361;background:#fff}.btn-plan:hover{transform:scale(1.03);box-shadow:0 15px 40px #18436180}.about{background:#fff;padding:8rem 2rem;position:relative}.about-content{text-align:center;max-width:1000px;margin:0 auto}.about-content p{color:#555;margin-bottom:2rem;font-size:1.25rem;line-height:1.9;animation:.8s ease-out fadeInUp}.about-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:4rem;display:grid}.about-feature{text-align:center;animation:.8s ease-out backwards fadeInUp}.about-feature:first-child{animation-delay:.2s}.about-feature:nth-child(2){animation-delay:.4s}.about-feature:nth-child(3){animation-delay:.6s}.about-feature-icon{color:#fff;background:linear-gradient(135deg,#184361 0%,#2a5f7f 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;transition:all .4s;animation:3s ease-in-out infinite float;display:flex}.about-feature:nth-child(2) .about-feature-icon{animation-delay:1s}.about-feature:nth-child(3) .about-feature-icon{animation-delay:2s}.about-feature:hover .about-feature-icon{animation:2s ease-in-out infinite glow;transform:scale(1.15)}.about-feature h4{color:#184361;margin-bottom:.7rem;font-size:1.4rem;font-weight:800}.about-feature p{color:#666;font-size:1.05rem}.stats{color:#fff;background:linear-gradient(135deg,#184361 0%,#0a0e27 100%);padding:6rem 2rem;position:relative;overflow:hidden}.stats:before{content:"";background:radial-gradient(circle at 30%,#3a8bb833 0%,#0000 50%),radial-gradient(circle at 70%,#18436133 0%,#0000 50%);animation:10s ease-in-out infinite pulse;position:absolute;inset:0}.stats-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.stat-card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:25px;padding:3rem 2rem;transition:all .4s;animation:.8s ease-out backwards fadeInUp}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.stat-card:hover{background:#ffffff1a;border-color:#3a8bb8;transform:translateY(-10px)scale(1.05);box-shadow:0 20px 50px #1843614d}.stat-icon{background:#3a8bb84d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:all .4s;display:flex}.stat-card:hover .stat-icon{background:#3a8bb880;transform:rotateY(360deg)}.stat-number{background:linear-gradient(135deg,#fff 0%,#3a8bb8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:900}.stat-label{opacity:.9;font-size:1.2rem;font-weight:600}.contact{background:#fff;padding:8rem 2rem}.contact-container{max-width:1200px;margin:0 auto}.contact-grid{grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-card{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px solid #0000;border-radius:20px;padding:2rem;transition:all .3s}.contact-card:hover{border-color:#184361;transform:translateY(-5px);box-shadow:0 10px 30px #18436133}.contact-icon{color:#fff;background:linear-gradient(135deg,#184361 0%,#2a5f7f 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;display:flex}.contact-card h4{color:#184361;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.contact-card p{color:#666;margin:.3rem 0;font-size:1.05rem}.contact-form-wrapper{background:linear-gradient(135deg,#184361 0%,#2a5f7f 100%);border-radius:25px;padding:3rem;box-shadow:0 20px 60px #1843614d}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group input,.form-group textarea{background:#fffffff2;border:none;border-radius:10px;width:100%;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;outline:none;box-shadow:0 0 0 3px #ffffff4d}.form-group textarea{resize:vertical;font-family:inherit}.legal-section{background:#fff;min-height:100vh;padding:8rem 2rem 4rem}.legal-container{max-width:900px;margin:0 auto}.legal-content{background:#f8f9fa;border-radius:20px;margin-top:2rem;padding:3rem;box-shadow:0 10px 40px #1843611a}.legal-updated{color:#666;border-bottom:2px solid #184361;margin-bottom:2rem;padding-bottom:1rem;font-style:italic}.legal-content h3{color:#184361;margin-top:2.5rem;margin-bottom:1rem;font-size:1.6rem;font-weight:800}.legal-content h4{color:#2a5f7f;margin-top:1.5rem;margin-bottom:.8rem;font-size:1.2rem;font-weight:700}.legal-content p{color:#555;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.legal-content ul,.legal-content ol{margin-bottom:1.5rem;margin-left:2rem}.legal-content li{color:#555;margin-bottom:.8rem;font-size:1.05rem;line-height:1.8}.legal-content strong{color:#184361;font-weight:700}@media (max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form-wrapper,.legal-content{padding:2rem}.legal-content h3{font-size:1.4rem}}footer{color:#fff;background:#0a0e27;border-top:1px solid #1843614d;padding:4rem 2rem 2rem}.footer-content{text-align:center;max-width:1200px;margin:0 auto}.footer-logo{color:#fff;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:2rem;font-weight:800;display:inline-flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-bottom:2.5rem;display:flex}.footer-links a{color:#fffc;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.footer-links a:after{content:"";background:#3a8bb8;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.footer-links a:hover{color:#3a8bb8}.footer-links a:hover:after{width:100%}.footer-bottom{opacity:.7;border-top:1px solid #1843614d;margin-top:2rem;padding-top:2rem}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}.nav-links.mobile{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0e27fa;border-bottom:2px solid #18436180;flex-direction:column;padding:2rem;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #00000080}.nav-links.mobile a{border-bottom:1px solid #ffffff1a;padding:1rem 0}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.section-title{font-size:2.2rem}.pricing-card.popular{transform:scale(1)}.stat-number{font-size:2.8rem}.cloud-providers{gap:1rem}.provider-badge{padding:.8rem 1.5rem;font-size:1rem}}@media (max-width:480px){.hero h1{font-size:2rem}.cta-buttons{flex-direction:column}.btn{width:100%}.features-grid,.pricing-grid,.about-features,.stats-grid{grid-template-columns:1fr}}
