.header-content{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.logo img{margin-right:10px;width:40px;height:40px}.nav-links{display:flex;list-style:none;gap:30px}.nav-links a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .3s ease}.hero-text h1{font-size:53px;font-weight:700;color:#1a365d;margin-bottom:20px;line-height:1.2}.hero-text p{font-size:18px;color:#1a365d;margin-bottom:40px;line-height:1.6}.hero-flex-btn{display:flex;gap:20px}.btn-primary{background:#10b981;color:#fff;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:none;cursor:pointer}.hero-feature{display:flex;align-items:center;gap:10px}.hero-feature img{width:20px;height:20px}.hero-feature span{font-size:14px;color:#1a365d;font-weight:500}.hero-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000001a}.section-header p{font-size:18px;color:#1a365d}.process-icon img{width:40px}.nin-services{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}@keyframes shimmer{0%,to{opacity:.3}50%{opacity:1}}.nin-service-icon{background-color:#059669;width:100%;max-width:60px;max-height:60px;border-radius:15px;padding:10px 5px;display:flex;align-items:center;justify-content:center;position:relative}.nin-service-icon-header{display:flex;align-items:center;gap:10px}.nin-service-icon-header>h3{color:#1a365d;font-size:1.5rem}.services-header{text-align:center;margin-bottom:60px}.services-header h2{font-size:42px;font-weight:800;color:#1a365d;margin-bottom:15px;position:relative;display:inline-block}.services-header p{font-size:18px;color:#1a365d;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px}.service-item{background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:1px solid rgba(5,150,105,.1)}.service-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#059669,#10b981);transform:scaleX(0);transition:transform .4s ease;transform-origin:left}.service-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026;border-color:#0596694d}.service-item:hover:before{transform:scaleX(1)}.service-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;position:relative}.service-icon img{width:50px;height:50px;transition:transform .3s ease}.service-item:hover .service-icon img{transform:scale(1.1)}.service-content h3{font-size:24px;font-weight:700;color:#1a365d;margin-bottom:15px;line-height:1.3}.service-content p{font-size:16px;color:#1a365d;line-height:1.6;margin-bottom:25px;min-height:50px}.service-btn{display:inline-flex;align-items:center;padding:12px 24px;background:linear-gradient(135deg,#059669,#10b981);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:14px;transition:all .3s ease;position:relative;overflow:hidden;border:none;cursor:pointer}.service-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.service-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #05966966}.service-btn:hover:before{left:100%}@media(max-width:768px){.nin-services{padding:60px 0}.services-header h2{font-size:32px}.services-grid{grid-template-columns:1fr;gap:20px}.service-item{padding:30px 20px}.service-icon{width:70px;height:70px}.service-icon img{width:40px;height:40px}.service-content h3{font-size:20px}.service-content p{font-size:14px}}@media(max-width:480px){.services-header h2{font-size:28px}.service-item{padding:25px 15px}.service-btn{padding:10px 20px;font-size:13px}}.exam-scratch-card{padding:80px 0;background:linear-gradient(135deg,#fff,#f8fafc);position:relative}.exam-header{text-align:center;margin-bottom:60px}.exam-header h2{font-size:42px;font-weight:800;color:#1a365d;margin-bottom:15px;position:relative;display:inline-block}.exam-header p{font-size:18px;color:#1a365d;max-width:600px;margin:0 auto}.exam-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px}.exam-card-item{background:#fff;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid rgba(5,150,105,.1)}.exam-card-item:hover{transform:translateY(-10px);border-color:#0596694d}.exam-card-image{width:100%;height:200px;overflow:hidden;position:relative;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.exam-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.exam-card-item:hover .exam-card-image img{transform:scale(1.05)}.exam-card-content{padding:30px}.exam-card-content h3{font-size:24px;font-weight:700;color:#1a365d;margin-bottom:15px;line-height:1.3}.exam-card-content p{font-size:16px;color:#1a365d;line-height:1.6;margin-bottom:20px;min-height:50px}.exam-price{display:flex;align-items:center;gap:10px;margin-bottom:25px}.price-amount{font-size:28px;font-weight:800;color:#059669}.price-original{font-size:18px;color:#94a3b8;text-decoration:line-through}.exam-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:linear-gradient(135deg,#059669,#10b981);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:14px;transition:all .3s ease;position:relative;overflow:hidden;border:none;cursor:pointer;width:100%}.exam-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.exam-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #05966966}.exam-btn:hover:before{left:100%}.direct-services{padding:80px 0;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column}.direct-service-header{text-align:center;margin-bottom:50px;max-width:800px;margin-left:auto;margin-right:auto;padding:0 20px}.direct-service-header h2{font-size:42px;font-weight:800;color:#1a365d;margin-bottom:20px;position:relative;display:inline-block}.direct-service-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#059669,#10b981);border-radius:2px}.direct-service-header p{font-size:18px;color:#4a5568;line-height:1.6;max-width:700px;margin:20px auto 0}.flyer{position:relative;max-width:500px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.flyer:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}.flyer img{width:100%;height:auto;display:block;transition:transform .3s ease}.flyer:hover img{transform:scale(1.05)}.direct-services .flyer>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#direct-service-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;text-decoration:none;font-weight:600;font-size:16px;padding:14px 32px;border-radius:50px;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 15px #25d3664d;border:none;margin:20px auto;cursor:pointer;z-index:1}#direct-service-btn:before{content:"📱";font-size:18px;transition:transform .3s ease}#direct-service-btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease;z-index:-1}#direct-service-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #25d36666;background:linear-gradient(135deg,#20b859,#0e6b5e)}#direct-service-btn:hover:after{left:100%}#direct-service-btn:hover:before{transform:scale(1.1)}#direct-service-btn:active{transform:translateY(0);box-shadow:0 2px 10px #25d3664d}#direct-service-btn:focus-visible{outline:3px solid #25D366;outline-offset:3px;transform:translateY(-2px)}@media(max-width:768px){#direct-service-btn{padding:12px 24px;font-size:14px}#direct-service-btn:before{font-size:16px}}@media(max-width:480px){#direct-service-btn{padding:10px 20px;font-size:13px}#direct-service-btn:before{font-size:14px}}@media(max-width:480px){#direct-service-btn{width:100%;max-width:280px;margin:0 auto}}@media(min-width:769px)and (max-width:1024px){#direct-services{padding:70px 0}.direct-service-header h2{font-size:36px}.direct-service-header p{font-size:16px;padding:0 20px}.flyer{max-width:550px}}@media(max-width:768px){.exam-scratch-card{padding:60px 0}.exam-header h2{font-size:32px}.exam-cards-grid{grid-template-columns:1fr;gap:20px}.exam-card-content{padding:20px}.exam-card-image{height:180px}.exam-card-content h3{font-size:20px}.exam-card-content p{font-size:14px}.price-amount{font-size:24px}.price-original{font-size:16px}.direct-services{padding:50px 0}.direct-service-header{margin-bottom:40px;padding:0 15px}.direct-service-header h2{font-size:28px;margin-bottom:15px}.direct-service-header h2:after{width:60px;bottom:-8px}.direct-service-header p{font-size:15px;line-height:1.5;padding:0 10px}.flyer{max-width:90%;margin:0 auto;border-radius:15px}}@media(max-width:480px){.exam-header h2{font-size:28px}.exam-card-content{padding:15px}.exam-card-image{height:160px}.exam-card-content h3{font-size:18px}.exam-card-content p{font-size:13px}.price-amount{font-size:22px}.price-original{font-size:14px}.exam-btn{padding:10px 20px;font-size:13px}.direct-services{padding:40px 0}.direct-service-header h2{font-size:24px}.direct-service-header p{font-size:14px;line-height:1.4}.flyer{max-width:95%}}@media(min-width:1440px){.direct-services{padding:100px 0}.direct-service-header{max-width:1000px}.direct-service-header h2{font-size:48px}.direct-service-header p{font-size:20px;max-width:800px}.flyer{max-width:600px}}.about-us{padding:80px 0;background:#fff;position:relative}.about-us-content{max-width:900px;margin:0 auto;text-align:center;padding:0 15px}.about-us-text h1{font-size:42px;font-weight:800;color:#1a365d;margin-bottom:25px;position:relative;display:inline-block}.about-us-text h1:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#059669,#10b981);border-radius:2px}.about-us-text p{font-size:18px;color:#4a5568;line-height:1.8;margin-bottom:20px}.about-us-text p:last-child{margin-bottom:0}@media(max-width:768px){.about-us{padding:60px 0}.about-us-text h1{font-size:32px;margin-bottom:20px}.about-us-text p{font-size:16px;line-height:1.7}}*{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;background-color:#fff;scroll-behavior:smooth;opacity:0;transition:opacity .3s ease}body.loaded{opacity:1}html,a[href^="#"]{scroll-behavior:smooth}.fade-in-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-scroll.fade-in-visible{opacity:1;transform:translateY(0)}.fade-in-scroll:nth-child(1){transition-delay:.1s}.fade-in-scroll:nth-child(2){transition-delay:.2s}.fade-in-scroll:nth-child(3){transition-delay:.3s}.fade-in-scroll:nth-child(4){transition-delay:.4s}.fade-in-scroll:nth-child(5){transition-delay:.5s}.fade-in-scroll:nth-child(6){transition-delay:.6s}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.btn-primary:focus,.btn-secondary:focus{outline:2px solid #10b981;outline-offset:2px}.faq-question:focus{outline:2px solid #10b981;outline-offset:2px}.loading{opacity:0;transition:opacity .3s ease}.loaded{opacity:1}.hero-image img,.process-item,.service-card,.why-item{will-change:transform}.container,.hero-content{contain:layout style paint}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;max-width:100%;height:auto}svg{max-width:100%;height:auto;shape-rendering:geometricPrecision}.header{will-change:transform}@media print{.header,.footer,.cta{display:none}body{font-size:12pt;line-height:1.4}.hero{padding:20px 0}}@media(prefers-contrast:high){.btn-primary,.btn-secondary{border:2px solid #000}.faq-question{border:1px solid #000}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}.hero-text,.hero-image,.process-item,.service-card,.why-item{animation:none}}.btn-primary:focus-visible,.btn-secondary:focus-visible{outline:3px solid #10b981;outline-offset:2px}.faq-question:focus-visible{outline:3px solid #10b981;outline-offset:2px}.btn-primary:focus-visible,.btn-secondary:focus-visible{box-shadow:0 0 0 3px #10b9814d}.faq-question:focus-visible{box-shadow:0 0 0 3px #10b9814d}.skip-to-content:focus-visible{box-shadow:0 0 0 3px #10b9814d}@media(prefers-reduced-motion:reduce){.skip-to-content,.faq-toggle{transition:none}}@media(max-width:640px){.hero-text h1{font-size:32px;line-height:1.2}.hero-text p{font-size:16px}.section-header h2{font-size:24px}.section-header p{font-size:14px}.process-item h3,.service-card h3,.why-item h3{font-size:18px}.process-item p,.service-card p,.why-item p{font-size:14px}.btn-primary,.btn-secondary{padding:12px 24px;font-size:14px}.faq-question{font-size:16px;padding:16px}.faq-answer{font-size:14px;padding:0 16px 16px}.contact-options{flex-direction:column;gap:10px}.contact-btn{width:100%;justify-content:center}.footer-content{grid-template-columns:1fr;text-align:center;gap:30px}.social-links{justify-content:center}.header-content{flex-direction:column;gap:20px}.nav-links{flex-direction:column;gap:15px;text-align:center}.hero-features{flex-direction:column;gap:12px}.hero-feature{justify-content:flex-start}.logo{font-size:20px}.logo img{width:32px;height:32px}.container{padding:0 15px}.cta h2{font-size:24px}.footer-bottom p{font-size:12px;text-align:center;padding:0 10px}.contact-info li{flex-direction:column;align-items:center;gap:5px}.footer-column h3{font-size:18px}.footer-links li,.contact-info li span{font-size:14px}.hero-feature img{width:20px;height:20px}.process-icon img,.service-icon img,.why-icon img{width:40px;height:40px}.contact-btn img,.contact-info img{width:16px;height:16px}.hero-image img{max-height:300px;-o-object-fit:cover;object-fit:cover}.section{padding:60px 0}.faq-container{gap:15px}}.skip-to-content{position:absolute;top:-40px;left:6px;background:#10b981;color:#fff;padding:8px 12px;text-decoration:none;border-radius:4px;z-index:10000;font-weight:600;font-size:14px;transition:top .2s ease}.skip-to-content:focus{top:6px;outline:2px solid #059669;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.faq-toggle{transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg)}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid #10b981;outline-offset:2px}a:focus:not(:focus-visible),button:focus:not(:focus-visible),[tabindex]:focus:not(:focus-visible){outline:none}@media(prefers-contrast:high){.btn-primary,.btn-secondary{border:2px solid #000}.faq-question{border:1px solid #000}.skip-to-content{border:2px solid #000}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:15px 0;width:100%}.logo{display:flex;align-items:center;font-size:24px;font-weight:700;color:#1a365d;text-decoration:none}.logo:hover{color:#059669}.logo img{margin-right:10px}.mobile-menu-toggle{display:none;background:none;border:none;font-size:24px;color:#1a365d;cursor:pointer;padding:8px;border-radius:4px;transition:all .3s ease}.mobile-menu-toggle:hover{background:#f8fafc;color:#059669}.mobile-menu-toggle:focus{outline:2px solid #059669;outline-offset:2px}.nav{display:block}.nav-links{display:flex;list-style:none;gap:30px;margin:0;padding:0}.nav-links a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .3s ease;padding:8px 0}.nav-links a:hover{color:#10b981}.hero{background:linear-gradient(135deg,#f0fdf4,#fff);padding:120px 0 80px;margin-top:80px}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text>h1{font-size:52.89px;font-weight:800;color:#1a365d;margin-bottom:20px;line-height:1.2}.hero-text>p{font-size:18px;color:#1a365d;margin-bottom:40px;line-height:1.6}.hero-buttons{display:flex;gap:20px;margin-bottom:40px}.btn-get-started{background:#059669;color:#fff;padding:10px 30px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;border:none;cursor:pointer}.btn-get-started:hover{background:#059669;transform:translateY(-2px);box-shadow:0 10px 25px #10b9814d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-text,.hero-image{animation:fadeIn .8s ease-out}.hero-text{animation-delay:.2s}.hero-image{animation-delay:.4s}.process-item,.service-card,.why-item{animation:slideInUp .6s ease-out;animation-fill-mode:both}.process-item:nth-child(1){animation-delay:.1s}.process-item:nth-child(2){animation-delay:.2s}.process-item:nth-child(3){animation-delay:.3s}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.why-item:nth-child(1){animation-delay:.1s}.why-item:nth-child(2){animation-delay:.2s}.why-item:nth-child(3){animation-delay:.3s}.why-item:nth-child(4){animation-delay:.4s}.btn-primary:hover{background:#059669;transform:translateY(-2px);box-shadow:0 10px 25px #10b9814d}.btn-secondary{background:transparent;color:#10b981;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:600;border:2px solid #10b981;transition:all .3s ease;display:inline-block;cursor:pointer}.btn-secondary:hover{background:#10b981;color:#fff;transform:translateY(-2px)}.hero-features{display:flex;gap:30px}.hero-feature{display:flex;align-items:center;gap:10px;width:-moz-max-content;width:max-content;background-color:#fff;padding:5px;border-radius:8px}.hero-feature>svg{width:20px;height:20px;color:#10b981}.hero-feature>span{font-size:14px;color:#1a365d;font-weight:500}.hero-image{position:relative}.hero-image>img{width:100%;max-width:500px;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000001a}.hero-image:before{content:"";position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:#10b981;border-radius:50%;opacity:.1;z-index:-1}.hero-image:after{content:"";position:absolute;bottom:-30px;left:-30px;width:150px;height:150px;background:#059669;border-radius:50%;opacity:.08;z-index:-1}.id-card-animation{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.id-card-drop{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:120px;height:auto;opacity:.7;animation:dropFromTop 4s ease-in-out infinite}@keyframes dropFromTop{0%{top:-100px;opacity:.7;transform:translate(-50%) rotate(0)}25%{opacity:.8;transform:translate(-50%) rotate(5deg)}50%{opacity:.6;transform:translate(-50%) rotate(-5deg)}75%{opacity:.7;transform:translate(-50%) rotate(3deg)}to{top:calc(100% + 100px);opacity:.7;transform:translate(-50%) rotate(0)}}.id-card-animation:before,.id-card-animation:after{content:"";position:absolute;top:-100px;width:100px;height:60px;background:url(/assets/img/id_card.png) no-repeat center;background-size:contain;opacity:.5;animation:dropFromTop 4s ease-in-out infinite}.id-card-animation:before{left:20%;animation-delay:1.3s;width:80px;height:48px}.id-card-animation:after{right:20%;animation-delay:2.6s;width:90px;height:54px}.hero-content-animation{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.id-card-drop-small{position:absolute;width:40px;height:auto;opacity:.3}.id-card-1{top:-50px;left:10%;animation:dropDiagonal1 6s ease-in-out infinite}.id-card-2{top:-60px;left:25%;animation:dropVertical2 7s ease-in-out infinite .5s}.id-card-3{top:-55px;left:40%;animation:dropDiagonal3 8s ease-in-out infinite 1s}.id-card-4{top:-65px;left:55%;animation:dropVertical4 6.5s ease-in-out infinite 1.5s}.id-card-5{top:-50px;left:70%;animation:dropDiagonal5 7.5s ease-in-out infinite 2s}.id-card-6{top:-60px;left:85%;animation:dropVertical6 8s ease-in-out infinite 2.5s}.id-card-7{top:-55px;left:15%;animation:dropDiagonal7 6s ease-in-out infinite 3s}.id-card-8{top:-65px;left:30%;animation:dropVertical8 7s ease-in-out infinite 3.5s}.id-card-9{top:-50px;left:45%;animation:dropDiagonal9 8s ease-in-out infinite 4s}.id-card-10{top:-60px;left:60%;animation:dropVertical10 6.5s ease-in-out infinite 4.5s}.id-card-11{top:-55px;left:75%;animation:dropDiagonal11 7.5s ease-in-out infinite 5s}.id-card-12{top:-65px;left:90%;animation:dropVertical12 8s ease-in-out infinite 5.5s}.id-card-13{top:-50px;left:5%;animation:dropDiagonal13 6s ease-in-out infinite 6s}.id-card-14{top:-60px;left:20%;animation:dropVertical14 7s ease-in-out infinite 6.5s}.id-card-15{top:-55px;left:35%;animation:dropDiagonal15 8s ease-in-out infinite 7s}.id-card-16{top:-65px;left:50%;animation:dropVertical16 6.5s ease-in-out infinite 7.5s}.id-card-17{top:-50px;left:65%;animation:dropDiagonal17 7.5s ease-in-out infinite 8s}.id-card-18{top:-60px;left:80%;animation:dropVertical18 8s ease-in-out infinite 8.5s}.id-card-19{top:-55px;left:95%;animation:dropDiagonal19 6s ease-in-out infinite 9s}.id-card-20{top:-65px;left:12%;animation:dropVertical20 7s ease-in-out infinite 9.5s}@keyframes dropDiagonal1{0%{top:-50px;left:10%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 50px);left:15%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical2{0%{top:-60px;left:25%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 60px);left:25%;opacity:.3;transform:rotate(-360deg)}}@keyframes dropDiagonal3{0%{top:-55px;left:40%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 55px);left:35%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical4{0%{top:-65px;left:55%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 65px);left:55%;opacity:.3;transform:rotate(-360deg)}}@keyframes dropDiagonal5{0%{top:-50px;left:70%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 50px);left:75%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical6{0%{top:-60px;left:85%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 60px);left:85%;opacity:.3;transform:rotate(-360deg)}}@keyframes dropDiagonal7{0%{top:-55px;left:15%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 55px);left:20%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical8{0%{top:-65px;left:30%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 65px);left:30%;opacity:.3;transform:rotate(-360deg)}}@keyframes dropDiagonal9{0%{top:-50px;left:45%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 50px);left:40%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical10{0%{top:-60px;left:60%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 60px);left:60%;opacity:.3;transform:rotate(-360deg)}}@keyframes dropDiagonal11{0%{top:-55px;left:75%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 55px);left:80%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical12{0%{top:-65px;left:90%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 65px);left:90%;opacity:.3;transform:rotate(-360deg)}}@keyframes dropDiagonal13{0%{top:-50px;left:5%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 50px);left:10%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical14{0%{top:-60px;left:20%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 60px);left:20%;opacity:.3;transform:rotate(-360deg)}}@keyframes dropDiagonal15{0%{top:-55px;left:35%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 55px);left:30%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical16{0%{top:-65px;left:50%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 65px);left:50%;opacity:.3;transform:rotate(-360deg)}}@keyframes dropDiagonal17{0%{top:-50px;left:65%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 50px);left:70%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical18{0%{top:-60px;left:80%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 60px);left:80%;opacity:.3;transform:rotate(-360deg)}}@keyframes dropDiagonal19{0%{top:-55px;left:95%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 55px);left:90%;opacity:.3;transform:rotate(360deg)}}@keyframes dropVertical20{0%{top:-65px;left:12%;opacity:.3;transform:rotate(0)}to{top:calc(100% + 65px);left:12%;opacity:.3;transform:rotate(-360deg)}}@media(max-width:768px){.id-card-drop{width:80px}.id-card-drop-small{width:25px}}.how-it-works{padding:80px 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:36px;font-weight:700;color:#1a365d;margin-bottom:15px}.section-header p{font-size:20px;color:#1a365d}.process-grid{display:flex;flex-wrap:wrap;gap:40px}.process-grid>.process-item{width:100%;max-width:350px;text-align:center;padding:20px;transition:transform .3s ease}.process-grid>.process-item:hover{transform:translateY(-5px);box-shadow:none}.process-icon{width:80px;height:80px;margin:0 auto 20px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center}.process-icon svg{width:40px;height:40px;color:#10b981}.process-item h3{font-size:22px;font-weight:600;color:#1a365d;margin-bottom:15px}.process-item p{font-size:20px;color:#1a365d;line-height:1.6}.services{padding:80px 0}.services>.container>.services-grid{display:flex;align-items:center;justify-content:center;padding:20px;gap:30px}.services>.container>.services-grid>.service-card{background:#fff;width:100%;max-width:450px;border-radius:16px;padding:40px;transition:transform .3s ease;border:1px solid #e5e7eb;transition:all .6s ease-in-out;cursor:pointer}.services>.container>.services-grid>.service-card>.service-icon{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:25px}.services>.container>.services-grid>.service-card>.service-icon svg{width:35px;height:35px;color:#10b981}.services>.container>.services-grid>.service-card>.service-icon>span{color:#111827;font-size:24px;font-weight:600;font-family:Inter,sans-serif}.services>.container>.services-grid>.service-card>p{font-size:17px;color:#1a365d;line-height:1.6;margin-bottom:25px}.services>.container>.services-grid>.service-card>.contact-support-btn{width:100%;padding-top:15px;padding-bottom:15px;border-radius:12px;color:#059669;border:2px solid #059669;font-family:Inter,sans-serif;font-weight:600;font-style:Semi Bold;font-size:16px;background-color:#fff;transition:all .6s ease-in-out}.services>.container>.services-grid>.service-card>.contact-support-btn>img{margin-right:10px}.services>.container>.services-grid>.service-card>.contact-support-btn:hover{background-color:#059669;color:#fff}.contact-options{display:flex;gap:15px}.contact-btn{padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:500;font-size:14px;transition:all .3s ease;font-family:"inter" sans-serif;display:flex;align-items:center;gap:8px}.contact-btn.whatsapp,.contact-btn.call,.contact-btn.chat,.contact-btn.email{color:#1a365d}.contact-btn:hover{color:#059669}.why-choose{padding:80px 0;background:#f8fafc}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.why-item{text-align:center;background:#fff;padding:30px 20px;border-radius:16px;border:1px solid #e5e7eb;transition:all .6s ease}.why-icon{width:60px;height:60px;margin:0 auto 20px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center}.why-icon svg{width:30px;height:30px;color:#10b981}.why-item h3{font-size:18px;font-weight:600;color:#1a365d;margin-bottom:15px}.why-item p{font-size:14px;color:#1a365d;line-height:1.6}.why-choose>.container>.why-grid>.why-item:hover{background-color:#059669}.why-choose>.container>.why-grid>.why-item:hover,.why-choose>.container>.why-grid>.why-item:hover>p,.why-choose>.container>.why-grid>.why-item:hover>h3{color:#fff}.faq{padding:80px 0}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:20px;border:1px solid #047857;overflow:hidden}.faq-question{padding:25px 30px;font-size:18px;font-weight:600;color:#1a365d;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease}.faq-question:hover{background:#f8fafc}.faq-answer{padding:0 30px 25px;font-size:16px;color:#64748b;line-height:1.6;display:none}.faq-item.active .faq-answer{display:block}.faq-toggle{width:24px;height:24px;transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(180deg)}.cta{background:linear-gradient(135deg,#059669,#047857);padding:80px 0;text-align:center}.cta h2{font-size:36px;font-weight:700;color:#fff;margin-bottom:30px}.cta .btn-primary{background:#fff;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;color:#047857;font-weight:600;font-size:16px;font-family:Inter,sans-serif;margin:0 auto;gap:10px}.cta .btn-primary:hover{background:#f8fafc;box-shadow:0 10px 25px #ffffff4d}.footer{background:#111827;padding:60px 0 30px;color:#fff}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px}.footer-column h3{font-size:20px;font-weight:600;margin-bottom:20px}.footer-column p{color:#94a3b8;line-height:1.6;margin-bottom:20px}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#10b981}.social-links{display:flex;gap:15px;margin-top:20px}.social-links a{width:40px;height:40px;background:#334155;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:#10b981;transform:translateY(-2px)}.contact-info{list-style:none}.contact-info li{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:#94a3b8}.contact-info svg{width:16px;height:16px;color:#10b981}.footer-bottom{border-top:1px solid #334155;padding-top:30px;text-align:center;color:#94a3b8}.mobile-section{display:none}@media(max-width:800px){.header-content{display:flex;flex-direction:column}.header-content>.logo{display:none}.mobile-section{display:flex;align-items:center;justify-content:space-between;gap:40px}.mobile-menu-toggle{display:block}.nav{display:none}.nav.nav-open{display:block;position:relative;top:-10px;border-top:1px solid green;border-bottom:1px solid green;background-color:#fff;width:100%;z-index:1000;left:0}.hero-content{display:flex;flex-direction:column}.hero-image{display:none}.btn-get-started{padding:10px 7px;font-size:14px!important;gap:2px}.how-it-works>.container>.section-header>h2{margin:0 auto}.services{display:flex;flex-direction:column;padding:0}.services>.container{padding:0}.services-grid{display:flex;flex-direction:column}.services>.container>.services-grid>.service-card{width:100%;max-width:310px;border-radius:16px;padding:20px;transition:transform .4s ease;border:none}.service-icon{display:inline-flex;padding:0;width:-moz-fit-content;width:fit-content}.service-icon>span{font-size:1.1rem!important}.contact-options{flex-direction:row;align-items:center;justify-content:center;width:100%;gap:-20px!important}.why-grid,.footer-content{display:flex;flex-direction:column}.contact-info>li{flex-direction:row;align-items:center;justify-content:center}.services{margin:0;width:100%}}@media(max-width:390px){.btn-get-started{padding:8px 6px;font-size:12px!important;gap:1px}}@media(max-width:344px){.btn-get-started{padding:7px 6px;font-size:12px!important;gap:1px}}.section-header{margin:0 auto;justify-content:center;flex-direction:column;align-items:center}.section-header>h2{font-size:1.5rem}
