@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0a1628;--navy-light:#112240;--teal:#00b4d8;--teal-dark:#0096c7;--green:#25d366;--white:#fff;--off-white:#f8f9fa;--light-gray:#f0f4f8;--text-dark:#1a1a2e;--text-gray:#6c757d;--text-light:#adb5bd;--border:#dee2e6;--shadow:0 4px 20px #0000001a;--shadow-hover:0 8px 30px #00000026;--radius:8px;--radius-lg:16px;--transition:all .3s ease}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;height:auto}ul{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}.header{z-index:1000;background:var(--navy);padding:0 2rem;position:sticky;top:0;box-shadow:0 2px 20px #0000004d}.header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;height:72px;margin:0 auto;display:flex}.header-logo img{object-fit:contain;width:auto;height:48px}.header-nav{align-items:center;gap:.25rem;display:flex}.header-nav a{color:var(--white);border-radius:var(--radius);transition:var(--transition);white-space:nowrap;padding:.5rem .85rem;font-size:.95rem;font-weight:500}.header-nav a:hover,.header-nav a.active{color:var(--teal);background:#ffffff1f}.header-social{align-items:center;gap:.6rem;display:flex}.header-social a{color:#ffffffbf;width:34px;height:34px;transition:var(--transition);border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.header-social a:hover{background:var(--teal);color:var(--white);border-color:var(--teal)}.hamburger{cursor:pointer;background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--white);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.footer{background:var(--navy);color:var(--white);padding:4rem 2rem 2rem}.footer-inner{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.footer-brand img{object-fit:contain;width:auto;height:60px;margin-bottom:1rem}.footer-brand p{color:#ffffffb3;max-width:300px;font-size:.9rem;line-height:1.7}.footer-col h4{color:var(--teal);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:1rem;font-weight:700}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:#ffffffb3;transition:var(--transition);font-size:.9rem}.footer-col ul li a:hover{color:var(--teal);padding-left:4px}.footer-contact-item{color:#ffffffb3;align-items:flex-start;gap:.6rem;margin-bottom:.85rem;font-size:.9rem;display:flex}.footer-contact-item svg{color:var(--teal);flex-shrink:0;margin-top:2px}.footer-social{gap:.75rem;margin-top:1.5rem;display:flex}.footer-social a{color:#ffffffbf;width:38px;height:38px;transition:var(--transition);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.footer-social a:hover{background:var(--teal);color:var(--white);border-color:var(--teal)}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;font-size:.85rem}.whatsapp-float{z-index:9999;background:var(--green);width:56px;height:56px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;animation:2s infinite pulse-green;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36699}.whatsapp-float svg{fill:#fff;width:28px;height:28px}@keyframes pulse-green{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 28px #25d366b3}}.btn{transition:var(--transition);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:var(--white);box-shadow:0 4px 15px #00b4d84d}.btn-primary:hover{color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px #00b4d880}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--navy)}.section{padding:5rem 2rem}.section-alt{background:var(--off-white)}.section-dark{background:var(--navy);color:var(--white)}.container{max-width:1200px;margin:0 auto}.section-label{color:var(--teal);letter-spacing:.1em;text-transform:uppercase;background:#00b4d81a;border:1px solid #00b4d84d;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2}.section-dark .section-title{color:var(--white)}.section-sub{color:var(--text-gray);max-width:600px;font-size:1.05rem;line-height:1.7}.section-dark .section-sub{color:#ffffffbf}.page-hero{background:linear-gradient(135deg,var(--navy)0%,var(--navy-light)100%);text-align:center;color:var(--white);padding:5rem 2rem 4rem;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(#00b4d81f 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.page-hero h1{margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;position:relative}.page-hero p{color:#fffc;max-width:600px;margin:0 auto;font-size:1.1rem;position:relative}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.stats-strip{background:linear-gradient(135deg,var(--navy)0%,var(--navy-light)100%);padding:3rem 2rem}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.stat-item{color:var(--white)}.stat-number{color:var(--teal);margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1;display:block}.stat-label{color:#ffffffbf;font-size:.9rem;font-weight:500}.stat-sub{color:#ffffff80;margin-top:.25rem;font-size:.8rem}.hero{justify-content:center;align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(135deg,#0a1628d9 0%,#0a1628a6 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;color:var(--white);max-width:800px;padding:2rem;position:relative}.hero-content h1{text-shadow:0 2px 30px #0000004d;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.15}.hero-content h1 span{color:var(--teal)}.hero-content p{color:#ffffffe0;margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.3rem);line-height:1.6}.testimonials-section{background:var(--off-white);padding:5rem 2rem}.testimonial-slider{margin-top:3rem;position:relative;overflow:hidden}.testimonial-track{gap:1.5rem;transition:transform .4s;display:flex}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);width:calc(33.33% - 1rem);box-shadow:var(--shadow);border:1px solid var(--border);transition:var(--transition);flex-shrink:0;padding:2rem}.testimonial-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.testimonial-stars{color:#f59e0b;letter-spacing:2px;margin-bottom:1rem;font-size:1.1rem}.testimonial-text{color:var(--text-gray);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:.85rem;display:flex}.testimonial-author img{object-fit:cover;border:3px solid var(--teal);border-radius:50%;width:52px;height:52px}.testimonial-author-info strong{color:var(--text-dark);font-size:.95rem;font-weight:700;display:block}.testimonial-author-info span{color:var(--text-gray);font-size:.82rem}.slider-controls{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.slider-btn{border:2px solid var(--teal);width:44px;height:44px;color:var(--teal);cursor:pointer;transition:var(--transition);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.slider-btn:hover{background:var(--teal);color:var(--white)}.slider-dots{gap:.5rem;display:flex}.slider-dot{background:var(--border);cursor:pointer;width:10px;height:10px;transition:var(--transition);border:none;border-radius:50%}.slider-dot.active{background:var(--teal);transform:scale(1.3)}.cta-banner{background:linear-gradient(135deg,var(--teal-dark)0%,var(--navy)100%);text-align:center;color:var(--white);padding:5rem 2rem;position:relative;overflow:hidden}.cta-banner:before{content:"";background:radial-gradient(at 50% 0,#00b4d84d 0%,#0000 70%);position:absolute;inset:0}.cta-banner>*{z-index:1;position:relative}.cta-banner h2{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.cta-banner p{color:#ffffffd9;max-width:550px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.team-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;display:grid}.team-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center;transition:var(--transition);border:1px solid var(--border);overflow:hidden}.team-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.team-card-img{aspect-ratio:1;object-fit:cover;object-position:top;width:100%}.team-card-body{padding:1rem}.team-card-body h3{color:var(--text-dark);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.team-card-body span{color:var(--teal);font-size:.8rem;font-weight:500}.team-section-title{color:var(--navy);border-bottom:3px solid var(--teal);margin:3rem 0 1.5rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:700;display:inline-block}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);border:1px solid var(--border);overflow:hidden}.service-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.service-card img{object-fit:cover;width:100%;height:200px}.service-card-body{padding:1.5rem}.service-card-body h3{color:var(--text-dark);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.service-card-body p{color:var(--text-gray);font-size:.9rem;line-height:1.6}.cert-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.cert-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);background:var(--white);border:1px solid var(--border);overflow:hidden}.cert-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.cert-card img{width:100%;height:auto;display:block}.cert-card-body{padding:1.25rem}.cert-card-body h3{color:var(--text-dark);margin-bottom:.4rem;font-size:1rem;font-weight:700}.cert-card-body p{color:var(--text-gray);font-size:.875rem;line-height:1.6}.plans-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.plan-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center;border:2px solid var(--border);transition:var(--transition);padding:2.5rem;position:relative}.plan-card:hover{border-color:var(--teal);box-shadow:0 8px 30px #00b4d833}.plan-card.featured{border-color:var(--teal);transform:scale(1.03)}.plan-badge{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:var(--white);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:50px;padding:.3rem 1.2rem;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.plan-name{color:var(--text-dark);margin-bottom:.75rem;font-size:1.3rem;font-weight:800}.plan-price{color:var(--teal);margin-bottom:.5rem;font-size:2.5rem;font-weight:900;line-height:1}.plan-price span{color:var(--text-gray);font-size:1rem;font-weight:500}.plan-earning{color:var(--text-gray);background:var(--light-gray);border-radius:var(--radius);margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem}.plan-earning strong{color:#22c55e}.plan-features{text-align:left;margin-bottom:2rem}.plan-features li{border-bottom:1px solid var(--border);color:var(--text-dark);align-items:center;gap:.6rem;padding:.5rem 0;font-size:.9rem;display:flex}.plan-features li:before{content:"✓";color:var(--teal);flex-shrink:0;font-weight:700}.payment-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));align-items:center;gap:1.5rem;display:grid}.payment-grid img{filter:grayscale(20%);width:auto;max-height:70px;transition:var(--transition);margin:0 auto;display:block}.payment-grid img:hover{filter:none;transform:scale(1.05)}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);margin-bottom:1rem;overflow:hidden}.faq-question{cursor:pointer;color:var(--text-dark);transition:var(--transition);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;display:flex}.faq-question:hover{background:var(--light-gray)}.faq-question.open{color:var(--teal);background:#00b4d80d}.faq-icon{color:var(--teal);flex-shrink:0;font-size:1.2rem;font-weight:300;transition:transform .3s}.faq-question.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .4s,padding .3s;overflow:hidden}.faq-answer.open{max-height:200px}.faq-answer-inner{color:var(--text-gray);border-top:1px solid var(--border);padding:1rem 1.5rem 1.25rem;font-size:.9rem;line-height:1.7}.contact-section{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.contact-info h2{color:var(--text-dark);margin-bottom:1rem;font-size:2rem;font-weight:800}.contact-info p{color:var(--text-gray);margin-bottom:2rem;line-height:1.7}.contact-detail{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.contact-detail-icon{width:44px;height:44px;color:var(--teal);background:#00b4d81a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-detail-text strong{color:var(--text-dark);margin-bottom:.2rem;font-weight:700;display:block}.contact-detail-text span{color:var(--text-gray);font-size:.9rem}.contact-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border);padding:2.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:1.5px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-dark);transition:var(--transition);background:var(--off-white);outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--teal);background:var(--white);box-shadow:0 0 0 3px #00b4d81a}.form-group textarea{resize:vertical;min-height:130px}.countries-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}.country-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center;transition:var(--transition);border:1px solid var(--border);overflow:hidden}.country-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.country-card img{object-fit:cover;width:100%;height:140px}.country-card-body{padding:1rem}.country-card-body h3{color:var(--text-dark);margin-bottom:.25rem;font-size:1rem;font-weight:700}.country-card-body span{color:var(--teal);font-size:.85rem;font-weight:600}.mission-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.mission-img{border-radius:var(--radius-lg);box-shadow:var(--shadow-hover);overflow:hidden}.mission-img img{object-fit:cover;width:100%;height:480px;display:block}.solutions-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.solution-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow);border:2px solid var(--border);transition:var(--transition);padding:2.5rem 2rem}.solution-card:hover{border-color:var(--teal);transform:translateY(-5px);box-shadow:0 8px 30px #00b4d826}.solution-icon{width:70px;height:70px;color:var(--teal);transition:var(--transition);background:#00b4d81a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.8rem;display:flex}.solution-card:hover .solution-icon{background:var(--teal);color:var(--white)}.solution-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.solution-card p{color:var(--text-gray);font-size:.9rem;line-height:1.6}.note-box{border-radius:var(--radius-lg);background:#f59e0b14;border:1.5px solid #f59e0b66;align-items:flex-start;gap:1rem;max-width:700px;margin:3rem auto 0;padding:1.5rem 2rem;display:flex}.note-icon{flex-shrink:0;font-size:1.5rem}.note-box h4{color:#92400e;margin-bottom:.4rem;font-weight:700}.note-box p{color:#78350f;font-size:.9rem;line-height:1.6}.fbr-section{background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:var(--radius-lg);color:var(--white);align-items:center;gap:2rem;margin-bottom:4rem;padding:2.5rem;display:flex}.fbr-badge{background:#00b4d826;border:2px solid #00b4d866;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;display:flex}.fbr-text h3{margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.fbr-text p{color:#ffffffbf;font-size:.9rem;line-height:1.6}.fbr-img{border-radius:var(--radius-lg);box-shadow:var(--shadow-hover);margin-bottom:3rem;overflow:hidden}.fbr-img img{width:100%;height:auto;display:block}.testimonial-snippet{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);border-left:4px solid var(--teal);max-width:600px;margin:3rem auto 0;padding:2rem}.testimonial-snippet .stars{color:#f59e0b;margin-bottom:.75rem;font-size:1.1rem}.testimonial-snippet p{color:var(--text-gray);margin-bottom:1rem;font-style:italic;line-height:1.7}.testimonial-snippet strong{color:var(--text-dark)}@media (max-width:1024px){.stats-grid,.countries-grid,.solutions-grid{grid-template-columns:repeat(2,1fr)}.plans-grid{grid-template-columns:1fr}.plan-card.featured{transform:none}}@media (max-width:768px){.header-nav{background:var(--navy);flex-direction:column;gap:.25rem;padding:1rem;display:none;position:fixed;top:72px;left:0;right:0;box-shadow:0 10px 20px #0000004d}.header-nav.open{display:flex}.header-nav a{border-radius:var(--radius);padding:.75rem 1rem}.hamburger{display:flex}.header-social{display:none}.footer-inner,.mission-section{grid-template-columns:1fr;gap:2rem}.testimonial-card{width:calc(100% - 1px)}.contact-section{grid-template-columns:1fr;gap:2rem}.solutions-grid{grid-template-columns:1fr}.countries-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.cert-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.section{padding:3rem 1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.countries-grid{grid-template-columns:1fr 1fr}}
