*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#080d20;color:#e0e0e0;line-height:1.6;overflow-x:hidden}.container{width:90%;max-width:1200px;margin:0 auto}a{color:#89cff0;text-decoration:none}a:hover{text-decoration:underline}button{font-family:Poppins,sans-serif;cursor:pointer;border:none;border-radius:5px;padding:10px 20px;font-size:1rem;transition:background-color .3s ease,transform .2s ease}header{background-color:#0a0f26cc;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:padding .3s ease-in-out}header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;color:#fff}.logo-highlight{color:#00a9ff}.mobile-nav-content{display:flex;align-items:center}header nav ul{list-style:none;display:flex}header nav ul li{margin-left:25px}header nav ul li a{color:silver;font-weight:400;transition:color .3s ease}header nav ul li a:hover{color:#fff;text-decoration:none}.nav-cta{background-color:#007bff;color:#fff;font-weight:600;margin-left:25px}.nav-cta:hover{background-color:#0056b3;transform:translateY(-2px)}.hamburger-menu{display:none;background:none;border:none;padding:8px;cursor:pointer;z-index:1001}.hamburger-icon{display:block;position:relative;width:25px;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease-in-out}.hamburger-icon:before,.hamburger-icon:after{content:"";position:absolute;left:0;width:25px;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease-in-out}.hamburger-icon:before{transform:translateY(-8px)}.hamburger-icon:after{transform:translateY(8px)}header.menu-open .hamburger-icon{background-color:transparent}header.menu-open .hamburger-icon:before{transform:translateY(0) rotate(45deg)}header.menu-open .hamburger-icon:after{transform:translateY(0) rotate(-45deg)}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px;position:relative;background:linear-gradient(#080d20e6,#080d20fa),radial-gradient(ellipse at center,rgba(20,40,100,.4) 0%,transparent 70%),linear-gradient(160deg,#0a0f26,#0d122c);overflow:hidden}.hero-section:before{content:"";position:absolute;left:50%;top:50%;width:300%;height:300%;background-image:linear-gradient(45deg,rgba(60,100,180,.04) 1px,transparent 1px),linear-gradient(-45deg,rgba(60,100,180,.04) 1px,transparent 1px);background-size:150px 150px,150px 150px;opacity:.7;animation:rotateBackground 260s linear infinite;transform-origin:center center;will-change:transform}.hero-section:after{content:"";position:absolute;left:50%;top:50%;width:250%;height:250%;background-image:radial-gradient(circle,rgba(100,150,255,.1) .5px,transparent 1px),radial-gradient(circle,rgba(120,180,255,.15) 1px,transparent 1.5px);background-size:40px 40px,70px 70px;opacity:.9;animation:rotateBackground 120s linear infinite reverse;transform-origin:center center;will-change:transform}@keyframes rotateBackground{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.hero-content{z-index:1;max-width:800px}.hero-section h1{font-size:3.2rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:1.5rem;text-shadow:0px 2px 10px rgba(0,0,0,.3)}.hero-section .highlight,.section-title .highlight{color:#00a9ff}.hero-section .subtitle{font-size:1.1rem;font-weight:300;color:#d0d0d0;max-width:600px;margin:0 auto 2.5rem}.cta-button{background-color:#00a9ff;color:#fff;padding:15px 35px;font-size:1.1rem;font-weight:600;border-radius:8px;box-shadow:0 4px 15px #00a9ff4d}.cta-button:hover{background-color:#08c;transform:translateY(-3px) scale(1.03);box-shadow:0 6px 20px #00a9ff66}.section-title{text-align:center;font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:3rem}.resources-section{padding:60px 0;background-color:#0d122c}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.resource-card{background-color:#1a1f36;padding:2rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 15px #0003;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease}.resource-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00a9ff33}.resource-icon-wrapper{margin-bottom:1rem}.resource-icon{width:28px;height:28px;background:none;display:flex;align-items:center;justify-content:center;position:relative}.resource-icon:before{content:none}.resource-card h3{font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:.75rem}.resource-card p{font-size:.95rem;color:#b0b0b0;line-height:1.7}@media (max-width: 768px){header .container{flex-wrap:wrap}.hamburger-menu{display:block;order:1}.mobile-nav-content{display:none;flex-direction:column;align-items:center;width:100%;order:2;padding-top:1rem}header.menu-open .mobile-nav-content{display:flex}.mobile-nav-content nav{width:100%}.mobile-nav-content nav ul{flex-direction:column;align-items:center;padding:0}.mobile-nav-content nav ul li{margin:10px 0}.mobile-nav-content .nav-cta{margin-top:15px;margin-left:0;width:auto}.hero-section h1{font-size:2.5rem}.hero-section .subtitle{font-size:1rem;padding:0 10px}.cta-button{padding:12px 30px;font-size:1rem}.hero-section:before,.hero-section:after{width:400%;height:400%}.section-title{font-size:2rem;margin-bottom:2rem}.resources-grid{grid-template-columns:1fr;gap:1.5rem}.resource-card h3{font-size:1.2rem}.resource-card p{font-size:.9rem}}@media (max-width: 480px){.hero-section h1{font-size:2rem}.hero-section .subtitle{font-size:.9rem}.hero-section:before,.hero-section:after{width:500%;height:500%}.section-title{font-size:1.8rem}}.how-it-works-section{background:linear-gradient(160deg,#10162b,#181f3a);padding:60px 0;text-align:center;opacity:0;transform:translateY(40px);will-change:opacity,transform}.how-it-works-section.fade-in{opacity:1;transform:translateY(0);transition:opacity .9s cubic-bezier(.4,0,.2,1),transform .9s cubic-bezier(.4,0,.2,1)}.how-it-works-section .container{max-width:700px}.how-it-works-text{font-size:1.18rem;color:#e0e0e0;margin:0 auto;line-height:1.8;text-align:center;font-weight:400}.how-it-works-text strong{color:#00a9ff;font-weight:600}@media (max-width: 768px){.how-it-works-section .container{max-width:98%}.how-it-works-text{font-size:1rem}}.contact-section{background:linear-gradient(160deg,#10162b,#181f3a);padding:60px 0;text-align:center}.contact-section .container{max-width:500px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:1.5rem;background:#181f3a;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 4px 24px #0000002e;margin-top:1.5rem}.form-group{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.contact-form label{font-weight:500;color:#e0e0e0;margin-bottom:.2rem}.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel]{width:100%;padding:.8rem 1rem;border-radius:6px;border:1px solid #22284A;background:#10162b;color:#e0e0e0;font-size:1rem;transition:border-color .2s}.contact-form input:focus{border-color:#00a9ff;outline:none}.form-error{color:#ff4d4f;font-size:.92rem;min-height:1.2em;margin-top:.1rem;display:block;text-align:left}.form-success{color:#28a745;font-size:1rem;margin-top:1rem;display:block;text-align:center}.site-footer{background:#10142a;color:#e0e0e0;padding:40px 0 0;margin-top:60px;position:relative;font-size:1rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;padding-bottom:20px;border-bottom:1px solid #23284a}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{font-size:2rem;font-weight:700;color:#fff}.footer-contact{display:flex;align-items:center;gap:.5rem;font-size:1rem}.footer-whatsapp{display:flex;align-items:center;color:#e0e0e0;font-weight:500;gap:.4rem}.whatsapp-icon{width:20px;height:20px;filter:none;background-color:transparent}.footer-whatsapp .whatsapp-icon{filter:none}.footer-whatsapp .whatsapp-icon{mix-blend-mode:normal}.footer-whatsapp .whatsapp-icon{fill:#25d366}.footer-links{display:flex;flex-direction:column;gap:.7rem}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.3rem}.footer-link{color:#89cff0;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff;text-decoration:underline}.footer-bottom{text-align:center;padding:18px 0 10px;font-size:.95rem;color:#b0b0b0}.scroll-to-top{position:fixed;right:32px;bottom:32px;background:#181e3a;border:none;border-radius:50%;box-shadow:0 2px 12px #0000002e;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2000;transition:background .2s,transform .2s;opacity:.85}.scroll-to-top:hover{background:#23284a;transform:translateY(-4px) scale(1.07);opacity:1}.scroll-to-top svg{display:block}@media (max-width: 700px){.footer-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-logo{font-size:1.5rem}}.how-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}@media (max-width: 900px){.how-steps-grid{grid-template-columns:1fr;gap:1.2rem}}.how-step-card{background-color:#1a1f36;padding:2rem 1.5rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 15px #00000021;display:flex;flex-direction:column;align-items:center;transition:transform .3s,box-shadow .3s}.how-step-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00a9ff21}.how-step-number{width:48px;height:48px;background:linear-gradient(135deg,#00a9ff 60%,#007bff);color:#fff;font-size:2rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;box-shadow:0 2px 8px #00a9ff1f}.how-step-title{font-size:1.18rem;font-weight:600;color:#fff;margin-bottom:.7rem;text-align:center}.how-step-desc{font-size:1rem;color:#b0b0b0;line-height:1.7;text-align:center}@media (max-width: 768px){.how-step-number{width:40px;height:40px;font-size:1.4rem}.how-step-title{font-size:1rem}.how-step-desc{font-size:.95rem}}.how-step-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.7rem;height:52px}.how-step-icon svg{width:44px;height:44px;display:block}@media (max-width: 768px){.how-step-icon{height:40px;margin-bottom:.5rem}.how-step-icon svg{width:36px;height:36px}}
