@charset "UTF-8";.toast-container{position:fixed;top:5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:1rem;max-width:400px}.toast-container .toast{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:.75rem;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid;box-shadow:0 10px 40px #0006;min-width:300px}.toast-container .toast .toast-icon{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.toast-container .toast .toast-message{flex:1;color:#fff;font-size:.95rem;line-height:1.4}.toast-container .toast.toast-success{border-color:#4ade80}.toast-container .toast.toast-success .toast-icon{background:#4ade8033;color:#4ade80}.toast-container .toast.toast-error{border-color:#f87171}.toast-container .toast.toast-error .toast-icon{background:#f8717133;color:#f87171}.toast-container .toast.toast-warning{border-color:#fbbf24}.toast-container .toast.toast-warning .toast-icon{background:#fbbf2433;color:#fbbf24}.toast-container .toast.toast-info{border-color:#00ff41}.toast-container .toast.toast-info .toast-icon{background:#00ff4133;color:#00ff41}@media(max-width:768px){.toast-container{right:1rem;left:1rem;max-width:none}.toast-container .toast{min-width:auto}}.matrix-loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:9999;display:flex;align-items:center;justify-content:center}.matrix-canvas{position:absolute;top:0;left:0;width:100%;height:100%}.loader-content{position:relative;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loader-logo{width:200px;height:auto;margin-bottom:1rem;filter:drop-shadow(0 0 20px rgba(0,255,65,.5))}.coffee-cup{width:35px;height:35px;border-radius:50%}.loader-subtitle{color:#00ff41b3;font-size:1rem;margin:0}.loader-bar-container{width:300px;height:4px;background:#00ff4133;border-radius:2px;overflow:hidden}.loader-bar{height:100%;background:linear-gradient(90deg,#00ff41,#0c3);box-shadow:0 0 10px #00ff41cc}@media(max-width:768px){.loader-logo{width:150px}.loader-subtitle{font-size:.9rem}.coffee-cup{width:30px;height:30px}}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem}.loading-spinner .spinner{border:4px solid rgba(0,255,65,.1);border-top:4px solid #00FF41;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner .loading-message{color:#fff;font-size:1.1rem;margin:0;opacity:.8}.loading-spinner.loading-spinner-small{padding:1rem;gap:.75rem}.loading-spinner.loading-spinner-small .spinner{width:24px;height:24px;border-width:3px}.loading-spinner.loading-spinner-small .loading-message{font-size:.9rem}.loading-spinner.loading-spinner-medium .spinner{width:48px;height:48px}.loading-spinner.loading-spinner-large{padding:4rem;gap:2rem}.loading-spinner.loading-spinner-large .spinner{width:64px;height:64px;border-width:5px}.loading-spinner.loading-spinner-large .loading-message{font-size:1.3rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998}.modal-container{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.modal-content{background:#000b48fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,255,65,.3);border-radius:1rem;box-shadow:0 20px 60px #00000080,0 0 40px #00ff4126;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative}.modal-content.modal-small{max-width:400px}.modal-content.modal-medium{max-width:600px}.modal-content.modal-large{max-width:900px}.modal-content.modal-full{max-width:1200px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,255,65,.2)}@media(max-width:480px){.modal-header{padding:1.25rem 1.5rem}}.modal-title{font-size:1.5rem;font-weight:700;color:#00ff41;margin:0;font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif}@media(max-width:480px){.modal-title{font-size:1.25rem}}.modal-close{background:transparent;border:1px solid rgba(0,255,65,.3);border-radius:.5rem;padding:.5rem;color:#00ff41;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#00ff411a;border-color:#00ff41;transform:rotate(90deg)}.modal-close:active{transform:rotate(90deg) scale(.95)}.modal-body{padding:2rem;overflow-y:auto;flex:1}@media(max-width:480px){.modal-body{padding:1.5rem}}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#00ff410d;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#00ff414d;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#00ff4180}.service-request-form form{display:flex;flex-direction:column;gap:2rem}.service-request-form .form-section{background:#1a1a1a99;border-radius:1rem;padding:2rem;border:1px solid rgba(0,255,65,.1)}.service-request-form .form-section .section-title{font-size:1.3rem;font-weight:600;color:#00ff41;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,255,65,.2)}.service-request-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.service-request-form .form-row{grid-template-columns:1fr}}.service-request-form .form-group{display:flex;flex-direction:column;gap:.5rem}.service-request-form .form-group label{font-weight:600;color:#fff;font-size:.9rem}.service-request-form .form-group input,.service-request-form .form-group select,.service-request-form .form-group textarea{padding:.75rem 1rem;background:#0000004d;border:1px solid rgba(0,255,65,.2);border-radius:.5rem;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease}.service-request-form .form-group input:focus,.service-request-form .form-group select:focus,.service-request-form .form-group textarea:focus{outline:none;border-color:#00ff41;background:#00000080}.service-request-form .form-group input::placeholder,.service-request-form .form-group select::placeholder,.service-request-form .form-group textarea::placeholder{color:#fff9}.service-request-form .form-group textarea{resize:vertical;min-height:100px}.service-request-form .form-group select{cursor:pointer}.service-request-form .checkbox-group{display:flex;flex-direction:column;gap:1rem}.service-request-form .checkbox-group .checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;color:#fff;font-size:1rem}.service-request-form .checkbox-group .checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#00FF41}.service-request-form .features-input{display:flex;gap:.75rem}.service-request-form .features-input input{flex:1;padding:.75rem 1rem;background:#0000004d;border:1px solid rgba(0,255,65,.2);border-radius:.5rem;color:#fff;font-size:1rem}.service-request-form .features-input input:focus{outline:none;border-color:#00ff41;background:#00000080}.service-request-form .features-input input::placeholder{color:#fff9}.service-request-form .features-input .btn-add-feature{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#00ff411a;border:1px solid rgba(0,255,65,.3);border-radius:.5rem;color:#00ff41;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.service-request-form .features-input .btn-add-feature:hover{background:#00ff4133;border-color:#00ff41}.service-request-form .features-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.service-request-form .features-list .feature-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#00ff411a;border:1px solid rgba(0,255,65,.2);border-radius:1.5rem;color:#fff;font-size:.9rem}.service-request-form .features-list .feature-tag button{background:transparent;border:none;color:#fff9;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.service-request-form .features-list .feature-tag button:hover{color:#ef4444}.service-request-form .form-actions{display:flex;justify-content:center;padding-top:1rem}.service-request-form .form-actions .btn-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 3rem;background:linear-gradient(135deg,#00ff41,#00cc34);border:none;border-radius:.5rem;color:#000;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00ff4133}.service-request-form .form-actions .btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #00ff4166}.service-request-form .form-actions .btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.appointment-modal{width:100%}.appointment-modal .appointment-intro{font-size:1rem;line-height:1.6;color:#ffffffd9;margin-bottom:2rem;padding:1rem;background:#00ff410d;border-left:3px solid #00FF41;border-radius:.5rem}.appointment-form{display:flex;flex-direction:column;gap:1.5rem}.appointment-form .form-group{display:flex;flex-direction:column;gap:.5rem}.appointment-form .form-group label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#00ff41}.appointment-form .form-group input,.appointment-form .form-group textarea{background:#0000004d;border:1px solid rgba(0,255,65,.3);border-radius:.5rem;padding:.875rem 1rem;font-size:1rem;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .3s ease}.appointment-form .form-group input::placeholder,.appointment-form .form-group textarea::placeholder{color:#fff6}.appointment-form .form-group input:focus,.appointment-form .form-group textarea:focus{outline:none;border-color:#00ff41;background:#00000080;box-shadow:0 0 0 3px #00ff411a}.appointment-form .form-group input:hover,.appointment-form .form-group textarea:hover{border-color:#00ff4180}.appointment-form .form-group textarea{resize:vertical;min-height:120px}.appointment-form .btn-submit{background:#00ff41;color:#000;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.appointment-form .btn-submit:hover:not(:disabled){background:#0c3;transform:translateY(-2px);box-shadow:0 4px 12px #00ff4166}.appointment-form .btn-submit:active:not(:disabled){transform:translateY(0)}.appointment-form .btn-submit:disabled{opacity:.6;cursor:not-allowed}.appointment-form .status-message{padding:1rem;border-radius:.5rem;font-weight:600;text-align:center;animation:slideIn .3s ease}.appointment-form .status-message.success{background:#00ff411a;color:#00ff41;border:1px solid rgba(0,255,65,.3)}.appointment-form .status-message.error{background:#ff41001a;color:#ff4100;border:1px solid rgba(255,65,0,.3)}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.team-modal .team-intro{font-size:1rem;line-height:1.6;color:#ffffffd9;margin-bottom:2rem;padding:1rem;background:#00ff410d;border-left:3px solid #00FF41;border-radius:.5rem;text-align:center}.team-modal .loading-state,.team-modal .empty-state{text-align:center;padding:3rem 2rem;color:#fff9;font-size:1rem}.team-modal .loading-state{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.team-modal .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}@media(max-width:480px){.team-modal .team-grid{grid-template-columns:1fr;gap:1.5rem}}.team-modal .team-member{background:#0000004d;border:1px solid rgba(0,255,65,.2);border-radius:1rem;padding:1.5rem;text-align:center;transition:all .3s ease}.team-modal .team-member:hover{border-color:#00ff4180;transform:translateY(-4px);box-shadow:0 8px 24px #00ff4126}.team-modal .team-member .member-avatar{width:150px;height:150px;margin:0 auto 1rem;border-radius:50%;border:3px solid #00FF41;overflow:hidden;box-shadow:0 4px 12px #00ff414d}.team-modal .team-member .member-avatar img{width:100%;height:100%;object-fit:cover}.team-modal .team-member .member-name{font-size:1.25rem;font-weight:700;color:#fff;margin:.5rem 0 .25rem;font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif}.team-modal .team-member .member-speciality{display:block;font-size:.9rem;color:#ffffffb3;margin-bottom:1rem}.team-modal .team-member .skills-toggle{background:transparent;border:1px solid rgba(0,255,65,.4);border-radius:.5rem;padding:.5rem 1rem;color:#00ff41;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem}.team-modal .team-member .skills-toggle:hover{background:#00ff411a;border-color:#00ff41}.team-modal .team-member .skills-panel{margin-top:1rem;padding:1rem;background:#00ff410d;border-radius:.5rem;animation:slideDown .3s ease}.team-modal .team-member .skills-panel ul{list-style:none;padding:0;margin:0;text-align:left}.team-modal .team-member .skills-panel ul li{padding:.5rem 0;border-bottom:1px solid rgba(0,255,65,.1)}.team-modal .team-member .skills-panel ul li:last-child{border-bottom:none}.team-modal .team-member .skills-panel ul li .skill-name{color:#00ff41;font-weight:600;font-size:1rem}.team-modal .team-member .skills-panel ul li .skill-level{color:#fff9;font-size:.85rem;margin-left:.5rem}.team-modal .team-footer{border-top:1px solid rgba(0,255,65,.2);padding-top:2rem;margin-top:2rem}.team-modal .team-footer .footer-section{margin-bottom:2rem}.team-modal .team-footer .footer-section:last-child{margin-bottom:0}.team-modal .team-footer .footer-section h3{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif}.team-modal .team-footer .footer-section h4{font-size:1.25rem;font-weight:600;color:#00ff41;margin:.75rem 0 .5rem;font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif}.team-modal .team-footer .footer-section p{font-size:1rem;line-height:1.7;color:#ffffffd9;margin:.5rem 0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-modal .auth-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid rgba(0,255,65,.2)}.auth-modal .auth-tabs .auth-tab{flex:1;background:transparent;border:none;border-bottom:3px solid transparent;padding:.875rem 1rem;font-size:1rem;font-weight:600;color:#fff9;cursor:pointer;transition:all .3s ease;position:relative;bottom:-2px}.auth-modal .auth-tabs .auth-tab:hover{color:#00ff41}.auth-modal .auth-tabs .auth-tab.active{color:#00ff41;border-bottom-color:#00ff41}.auth-modal .auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-modal .auth-form .form-group{display:flex;flex-direction:column;gap:.5rem}.auth-modal .auth-form .form-group label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#00ff41}.auth-modal .auth-form .form-group input{background:#0000004d;border:1px solid rgba(0,255,65,.3);border-radius:.5rem;padding:.875rem 1rem;font-size:1rem;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .3s ease}.auth-modal .auth-form .form-group input::placeholder{color:#fff6}.auth-modal .auth-form .form-group input:focus{outline:none;border-color:#00ff41;background:#00000080;box-shadow:0 0 0 3px #00ff411a}.auth-modal .auth-form .form-group input:hover{border-color:#00ff4180}.auth-modal .auth-form .error-message{background:#ff41001a;border:1px solid rgba(255,65,0,.3);border-radius:.5rem;padding:.875rem 1rem;color:#ff4100;font-size:.9rem;font-weight:500;text-align:center}.auth-modal .auth-form .btn-submit{background:#00ff41;color:#000;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.auth-modal .auth-form .btn-submit:hover:not(:disabled){background:#0c3;transform:translateY(-2px);box-shadow:0 4px 12px #00ff4166}.auth-modal .auth-form .btn-submit:active:not(:disabled){transform:translateY(0)}.auth-modal .auth-form .btn-submit:disabled{opacity:.6;cursor:not-allowed}.auth-modal .auth-form .form-footer{text-align:center;padding-top:.5rem}.auth-modal .auth-form .form-footer .link-secondary{color:#00ff41cc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.auth-modal .auth-form .form-footer .link-secondary:hover{color:#00ff41;text-decoration:underline}.legal-modal{padding:1rem 0}.legal-modal .legal-intro{margin-bottom:2rem;padding:1.5rem;background:#00ff410d;border-left:3px solid #00FF41;border-radius:.5rem}.legal-modal .legal-intro p{font-size:1rem;line-height:1.6;color:#ffffffe6;margin-bottom:.5rem}.legal-modal .legal-intro p:last-child{margin-bottom:0}.legal-modal .legal-intro .legal-date{font-size:.875rem;color:#ffffffb3;margin-top:1rem}.legal-modal .legal-intro .legal-date strong{color:#00ff41}.legal-modal .legal-section{margin-bottom:2rem}.legal-modal .legal-section:last-child{margin-bottom:0}.legal-modal .legal-section h3{font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#00ff41;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,255,65,.2)}.legal-modal .legal-section p{font-size:.95rem;line-height:1.7;color:#ffffffd9;margin-bottom:1rem}.legal-modal .legal-section p:last-child{margin-bottom:0}.legal-modal .legal-section p strong{color:#fff;font-weight:600}.legal-modal .legal-section ul{list-style:none;padding:0;margin:1rem 0}.legal-modal .legal-section ul li{position:relative;padding-left:1.5rem;font-size:.95rem;line-height:1.7;color:#fffc;margin-bottom:.75rem}.legal-modal .legal-section ul li:last-child{margin-bottom:0}.legal-modal .legal-section ul li:before{content:"▹";position:absolute;left:0;color:#00ff41;font-size:1.2rem;line-height:1.5}.legal-modal .legal-section ul li strong{color:#fff;font-weight:600}@media(max-width:768px){.legal-modal .legal-intro{padding:1rem}.legal-modal .legal-section h3{font-size:1.125rem}.legal-modal .legal-section p,.legal-modal .legal-section ul li{font-size:.9rem}}@media(max-width:480px){.legal-modal{padding:.5rem 0}.legal-modal .legal-intro{padding:.875rem;margin-bottom:1.5rem}.legal-modal .legal-section{margin-bottom:1.5rem}.legal-modal .legal-section h3{font-size:1rem;margin-bottom:.75rem}.legal-modal .legal-section p,.legal-modal .legal-section ul li{font-size:.875rem}.legal-modal .legal-section ul li{padding-left:1.25rem;margin-bottom:.5rem}}.service-modal{width:100%;max-width:900px}.service-modal .service-hero{position:relative;height:180px;margin:-1.5rem -1.5rem 2rem;border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:768px){.service-modal .service-hero{height:140px;margin:-1rem -1rem 1.5rem}}.service-modal .service-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#0000004d);pointer-events:none}.service-modal .service-hero .hero-icon{font-size:6rem;position:relative;z-index:1;filter:drop-shadow(0 4px 20px rgba(0,0,0,.3));animation:float 3s ease-in-out infinite}@media(max-width:768px){.service-modal .service-hero .hero-icon{font-size:4rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.service-modal .service-modal-content .service-intro{margin-bottom:2.5rem;padding:1.5rem;background:linear-gradient(135deg,#00ff4108,#00ff4103);border-left:3px solid #00FF41;border-radius:0 8px 8px 0}.service-modal .service-modal-content .service-intro .service-description{font-size:1.05rem;line-height:1.8;color:#ffffffbf;margin:0}.service-modal .service-modal-content .service-section{margin-bottom:3rem}.service-modal .service-modal-content .service-section h3{font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 1.5rem;font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;align-items:center;gap:1rem}.service-modal .service-modal-content .service-section h3 .section-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#00ff41,#00b32e);color:#000;border-radius:8px;font-size:.9rem;font-weight:700;font-family:JetBrains Mono,Fira Code,monospace;flex-shrink:0}.service-modal .service-modal-content .service-section .features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}@media(max-width:768px){.service-modal .service-modal-content .service-section .features-grid{grid-template-columns:1fr}}.service-modal .service-modal-content .service-section .features-grid .feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#00ff4108;border:1px solid rgba(0,255,65,.1);border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-modal .service-modal-content .service-section .features-grid .feature-item:before{content:"";position:absolute;top:0;left:0;width:3px;height:0%;background:#00ff41;transition:height .3s ease}.service-modal .service-modal-content .service-section .features-grid .feature-item:hover{background:#00ff4114;border-color:#00ff4140;transform:translate(4px)}.service-modal .service-modal-content .service-section .features-grid .feature-item:hover:before{height:100%}.service-modal .service-modal-content .service-section .features-grid .feature-item:hover .feature-icon-wrapper{background:#00ff41;box-shadow:0 0 15px #00ff4166}.service-modal .service-modal-content .service-section .features-grid .feature-item .feature-icon-wrapper{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#00ff4126;border-radius:6px;flex-shrink:0;transition:all .3s ease}.service-modal .service-modal-content .service-section .features-grid .feature-item .feature-icon-wrapper .feature-icon{color:#00ff41}.service-modal .service-modal-content .service-section .features-grid .feature-item span{color:#fff;font-size:.95rem;font-weight:500;line-height:1.5;padding-top:2px}.service-modal .service-modal-content .service-section .tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.service-modal .service-modal-content .service-section .tech-tags .tech-tag{padding:.65rem 1.25rem;background:linear-gradient(135deg,#00ff411f,#00ff410d);border:1px solid rgba(0,255,65,.2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-modal .service-modal-content .service-section .tech-tags .tech-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,65,.2),transparent);transition:left .5s ease}.service-modal .service-modal-content .service-section .tech-tags .tech-tag:hover{background:linear-gradient(135deg,#00ff4133,#00ff411a);border-color:#00ff4166;transform:translateY(-2px);box-shadow:0 4px 12px #00ff4126}.service-modal .service-modal-content .service-section .tech-tags .tech-tag:hover:before{left:100%}.service-modal .service-modal-content .service-section.benefits-section .benefits-list{display:flex;flex-direction:column;gap:.75rem}.service-modal .service-modal-content .service-section.benefits-section .benefits-list .benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#00ff4114,#00ff4105);border:1px solid rgba(0,255,65,.15);border-left:3px solid #00FF41;border-radius:10px;transition:all .3s ease}.service-modal .service-modal-content .service-section.benefits-section .benefits-list .benefit-item:hover{background:linear-gradient(135deg,#00ff411f,#00ff410a);border-color:#00ff4140;transform:translate(8px)}.service-modal .service-modal-content .service-section.benefits-section .benefits-list .benefit-item .benefit-icon-wrapper{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#00ff4126;border-radius:8px;flex-shrink:0;transition:all .3s ease}.service-modal .service-modal-content .service-section.benefits-section .benefits-list .benefit-item .benefit-icon-wrapper .benefit-icon{color:#00ff41}.service-modal .service-modal-content .service-section.benefits-section .benefits-list .benefit-item span{color:#fff;font-size:1rem;font-weight:500;line-height:1.6;padding-top:4px}.service-modal .service-modal-content .service-cta{margin-top:3rem;padding:2.5rem;background:linear-gradient(135deg,#00ff4114,#00ff4105);border:2px solid rgba(0,255,65,.2);border-radius:16px;text-align:center;position:relative;overflow:hidden}.service-modal .service-modal-content .service-cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,255,65,.1) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.service-modal .service-modal-content .service-cta .btn-primary-service{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;background:linear-gradient(135deg,#00ff41,#00cc34);color:#000;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00ff414d;font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.service-modal .service-modal-content .service-cta .btn-primary-service:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.service-modal .service-modal-content .service-cta .btn-primary-service:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px #00ff4180}.service-modal .service-modal-content .service-cta .btn-primary-service:hover:before{width:300px;height:300px}.service-modal .service-modal-content .service-cta .btn-primary-service:active{transform:translateY(-1px) scale(1)}.service-modal .service-modal-content .service-cta .btn-primary-service span{position:relative;z-index:1}.service-modal .service-modal-content .service-cta .btn-primary-service svg{position:relative;z-index:1;transition:transform .3s ease}.service-modal .service-modal-content .service-cta .btn-primary-service:hover svg{transform:translate(4px)}@media(max-width:768px){.service-modal .service-modal-content .service-cta .btn-primary-service{width:100%;justify-content:center;font-size:1rem;padding:1rem 2rem}}.service-modal .service-modal-content .service-cta .cta-subtitle{position:relative;z-index:1;margin:1.25rem 0 0;color:#fff9;font-size:.9rem}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;z-index:9999;pointer-events:none}.cookie-consent-overlay .cookie-consent-banner{pointer-events:all;max-width:600px;margin:0 auto 2rem;background:linear-gradient(135deg,#1a1a1afa,#0a0a0afa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,255,65,.3);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #00000080,0 0 40px #00ff4133}@media(max-width:768px){.cookie-consent-overlay .cookie-consent-banner{margin:0 1rem 1rem;padding:1.5rem;border-radius:12px}}.cookie-consent-overlay .cookie-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.cookie-consent-overlay .cookie-header .cookie-icon{color:#00ff41;flex-shrink:0}.cookie-consent-overlay .cookie-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#fff;font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif}@media(max-width:768px){.cookie-consent-overlay .cookie-header h3{font-size:1.25rem}}.cookie-consent-overlay .cookie-content{margin-bottom:1.5rem}.cookie-consent-overlay .cookie-content p{margin:0;color:#ffffffbf;line-height:1.6;font-size:.95rem}.cookie-consent-overlay .cookie-content p a{color:#00ff41;text-decoration:underline;transition:color .2s}.cookie-consent-overlay .cookie-content p a:hover{color:#0c3}.cookie-consent-overlay .cookie-settings{margin-bottom:1.5rem}.cookie-consent-overlay .cookie-settings .settings-description{margin:0 0 1.5rem;color:#ffffffbf;font-size:.95rem}.cookie-consent-overlay .cookie-settings .cookie-option{background:#00ff410d;border:1px solid rgba(0,255,65,.15);border-radius:8px;padding:1rem;margin-bottom:1rem}.cookie-consent-overlay .cookie-settings .cookie-option:last-child{margin-bottom:0}.cookie-consent-overlay .cookie-settings .cookie-option .option-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.cookie-consent-overlay .cookie-settings .cookie-option .option-header label{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.cookie-consent-overlay .cookie-settings .cookie-option .option-header label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#00FF41}.cookie-consent-overlay .cookie-settings .cookie-option .option-header label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.cookie-consent-overlay .cookie-settings .cookie-option .option-header label .option-title{font-weight:600;color:#fff;font-size:1rem}.cookie-consent-overlay .cookie-settings .cookie-option .option-header .required-badge{background:#00ff4133;color:#00ff41;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cookie-consent-overlay .cookie-settings .cookie-option .option-description{margin:0;color:#fff9;font-size:.85rem;line-height:1.5;padding-left:2rem}.cookie-consent-overlay .cookie-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}@media(max-width:768px){.cookie-consent-overlay .cookie-actions{flex-direction:column}.cookie-consent-overlay .cookie-actions .cookie-btn{width:100%}}.cookie-consent-overlay .cookie-actions .cookie-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cookie-consent-overlay .cookie-actions .cookie-btn-accept{background:linear-gradient(135deg,#00ff41,#00cc34);color:#000;box-shadow:0 4px 12px #00ff414d}.cookie-consent-overlay .cookie-actions .cookie-btn-accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00ff4166}.cookie-consent-overlay .cookie-actions .cookie-btn-reject{background:#ff44441a;color:#f44;border:1px solid rgba(255,68,68,.3)}.cookie-consent-overlay .cookie-actions .cookie-btn-reject:hover{background:#f443;border-color:#ff444480}.cookie-consent-overlay .cookie-actions .cookie-btn-settings{background:#00ff411a;color:#00ff41;border:1px solid rgba(0,255,65,.3)}.cookie-consent-overlay .cookie-actions .cookie-btn-settings:hover{background:#00ff4133;border-color:#00ff4180}.cookie-consent-overlay .cookie-actions .cookie-btn-back{background:transparent;color:#ffffffbf;border:1px solid rgba(255,255,255,.3)}.cookie-consent-overlay .cookie-actions .cookie-btn-back:hover{background:#ffffff1a;border-color:#ffffff80}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;background:#000b48b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header.scrolled{background:#000b48f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00ff411a}.header .header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header .logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header .logo .logo-img{height:70px;width:auto;object-fit:contain;filter:drop-shadow(0 0 10px rgba(0,255,65,.3));transition:filter .3s ease}.header .logo .logo-img:hover{filter:drop-shadow(0 0 15px rgba(0,255,65,.5))}.header .desktop-nav{display:flex;gap:.5rem;align-items:center}.header .desktop-nav .nav-separator{width:1px;height:24px;background:#00ff414d;margin:0 .5rem}.header .desktop-nav .user-name{color:#00ff41;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.header .desktop-nav .nav-btn{color:#fff;background:transparent;border:1px solid transparent;padding:.625rem 1.25rem;border-radius:2rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.header .desktop-nav .nav-btn.nav-link{font-size:.85rem;padding:.5rem 1rem;color:#ffffffd9}.header .desktop-nav .nav-btn.nav-link:hover{color:#00ff41;background:transparent;border-color:transparent}.header .desktop-nav .nav-btn:hover{border-color:#00ff41;color:#00ff41;background:#00ff410d}.header .desktop-nav .nav-btn.nav-btn-primary{background:#00ff411a;border-color:#00ff41;color:#00ff41}.header .desktop-nav .nav-btn.nav-btn-primary:hover{background:#00ff41;color:#000}.header .desktop-nav .nav-dropdown{position:relative}.header .desktop-nav .nav-dropdown .dropdown-toggle svg{transition:transform .3s ease}.header .desktop-nav .nav-dropdown .dropdown-toggle svg.rotate{transform:rotate(180deg)}.header .desktop-nav .nav-dropdown .dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:220px;background:#000b48fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,255,65,.2);border-radius:.75rem;padding:.5rem;box-shadow:0 8px 32px #0006;z-index:100}.header .desktop-nav .nav-dropdown .dropdown-menu .dropdown-item{display:block;width:100%;padding:.75rem 1rem;color:#fff;background:transparent;border:none;border-radius:.5rem;text-align:left;text-decoration:none;font-size:.9rem;cursor:pointer;transition:all .2s ease}.header .desktop-nav .nav-dropdown .dropdown-menu .dropdown-item:hover{background:#00ff411a;color:#00ff41}.header .mobile-menu-btn{display:none;background:transparent;border:1px solid #00FF41;border-radius:.5rem;padding:.5rem;color:#00ff41;cursor:pointer;transition:all .3s ease;flex-shrink:0;width:44px;height:44px;align-items:center;justify-content:center}.header .mobile-menu-btn:hover{background:#00ff411a}.header .mobile-menu-btn svg{display:block;width:24px;height:24px}.header .mobile-nav{position:fixed;top:0;right:0;width:85%;max-width:320px;height:100vh;background:#000b48fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5rem 1.5rem 2rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:-5px 0 30px #00000080;border-left:1px solid rgba(0,255,65,.2)}.header .mobile-nav .user-name-mobile{color:#00ff41;font-size:.95rem;font-weight:500;padding:.875rem 1rem;border-bottom:1px solid rgba(0,255,65,.2);margin-bottom:.5rem}.header .mobile-nav>button,.header .mobile-nav>a{color:#fff;background:transparent;border:1px solid transparent;padding:.875rem 1rem;border-radius:.5rem;text-decoration:none;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;align-items:center;gap:.5rem}.header .mobile-nav>button:hover,.header .mobile-nav>a:hover{border-color:#00ff41;color:#00ff41;background:#00ff410d}.header .mobile-nav .mobile-separator{height:1px;background:#00ff4133;margin:.5rem 0}.header .mobile-nav .mobile-dropdown>button{width:100%;display:flex;justify-content:space-between;align-items:center;color:#fff;background:transparent;border:1px solid transparent;padding:.875rem 1rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.header .mobile-nav .mobile-dropdown>button:hover{border-color:#00ff41;color:#00ff41;background:#00ff410d}.header .mobile-nav .mobile-dropdown>button svg{transition:transform .3s ease}.header .mobile-nav .mobile-dropdown .mobile-dropdown-content{padding-left:1rem;margin-top:.25rem;margin-bottom:.5rem;display:flex;flex-direction:column;gap:0;background:#0003;border-radius:.5rem;overflow:hidden}.header .mobile-nav .mobile-dropdown .mobile-dropdown-content button,.header .mobile-nav .mobile-dropdown .mobile-dropdown-content a{padding:.75rem 1rem;font-size:.9rem;color:#ffffffd9;background:transparent;border:none;border-left:3px solid transparent;text-decoration:none;cursor:pointer;transition:all .2s ease;text-align:left}.header .mobile-nav .mobile-dropdown .mobile-dropdown-content button:hover,.header .mobile-nav .mobile-dropdown .mobile-dropdown-content a:hover{border-left-color:#00ff41;color:#00ff41;background:#00ff4114}.header .mobile-nav .mobile-dropdown .mobile-dropdown-content button:not(:last-child),.header .mobile-nav .mobile-dropdown .mobile-dropdown-content a:not(:last-child){border-bottom:1px solid rgba(0,255,65,.1)}@media(max-width:768px){.header .header-container{padding:.75rem 1rem}.header .logo .logo-img{height:60px}.header .desktop-nav{display:none}.header .mobile-menu-btn{display:flex}}.skills-carousel{width:100%;overflow:hidden;padding:3rem 0;background:linear-gradient(90deg,#000000f2,#00ff410d,#000000f2);border-top:1px solid rgba(0,255,65,.2);border-bottom:1px solid rgba(0,255,65,.2);position:relative}.skills-carousel:before,.skills-carousel:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.skills-carousel:before{left:0;background:linear-gradient(90deg,rgb(0,0,0),transparent)}.skills-carousel:after{right:0;background:linear-gradient(270deg,rgb(0,0,0),transparent)}.skills-carousel .skills-track{display:flex;gap:2rem;padding:0 2rem;will-change:transform}.skills-carousel .skill-badge{flex-shrink:0;padding:1.2rem 1.8rem;background:#00ff4114;border:2px solid rgba(0,255,65,.3);border-radius:1rem;display:flex;align-items:center;gap:1.2rem;min-width:220px;transition:all .3s ease}.skills-carousel .skill-badge:hover{background:#00ff4126;border-color:#00ff4199;transform:translateY(-5px);box-shadow:0 8px 25px #00ff414d}.skills-carousel .skill-badge .skill-icon{width:50px;height:50px;object-fit:cover;border-radius:8px;flex-shrink:0}.skills-carousel .skill-badge .skill-content{display:flex;flex-direction:column;gap:.3rem;flex:1}.skills-carousel .skill-badge .skill-title{color:#00ff41;font-weight:700;font-size:1.1rem;text-shadow:0 0 10px rgba(0,255,65,.3);line-height:1.2}.skills-carousel .skill-badge .skill-slogan{color:#00ff4199;font-size:.8rem;line-height:1.3}@media(max-width:768px){.skills-carousel{padding:2rem 0}.skills-carousel .skill-badge{min-width:180px;padding:1rem 1.2rem;gap:1rem}.skills-carousel .skill-badge .skill-icon{width:40px;height:40px}.skills-carousel .skill-badge .skill-title{font-size:.95rem}.skills-carousel .skill-badge .skill-slogan{font-size:.7rem}}.hero-carousel-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-top:80px;background:linear-gradient(135deg,#000,#000b48,#00ff410d)}.carousel-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.carousel-container .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.carousel-container .carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000d9,#000000b3,#00ff411a)}.carousel-container .carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:#00ff411a;border:2px solid rgba(0,255,65,.5);color:#00ff41;font-size:3rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-container .carousel-control:hover{background:#00ff414d;border-color:#00ff41;box-shadow:0 0 20px #00ff4180}.carousel-container .carousel-control.prev{left:2rem}.carousel-container .carousel-control.next{right:2rem}.carousel-container .carousel-indicators{display:none}.hero-content{position:relative;z-index:5;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex;flex-direction:column;gap:3rem;width:100%}.hero-content .hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-content .hero-label{display:inline-block;padding:.5rem 1.5rem;background:#00ff411a;border:1px solid rgba(0,255,65,.35);border-radius:2rem;color:#00ff41;font-size:.9rem;font-weight:600;letter-spacing:.1rem;text-transform:uppercase;width:fit-content;margin-top:1.5rem}.hero-content .hero-title{font-size:4rem;font-weight:800;line-height:1.2;color:#fff;margin:0 0 1.5rem;text-shadow:0 0 30px rgba(0,255,65,.3)}.hero-content .hero-title .highlight{color:#00ff41;text-shadow:0 0 20px rgba(0,255,65,.5)}.hero-content .hero-title .highlight-gradient{background:linear-gradient(135deg,#00ff41,#0c3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content .skill-info{margin:2rem 0;padding:1.5rem;background:#00ff410d;border-left:4px solid #00FF41;border-radius:.5rem;max-width:700px}.hero-content .skill-info .skill-slogan{font-size:1.3rem;color:#fffffff2;margin:0;line-height:1.6;font-weight:400}.hero-content .hero-description{font-size:1.25rem;line-height:1.8;color:#fffc;max-width:700px}.hero-content .hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start;align-items:center;margin-top:1.25rem;width:100%}.hero-content .hero-cta .btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.hero-content .hero-cta .btn.btn-primary-matrix{background:#00ff41;color:#000;border:none}.hero-content .hero-cta .btn.btn-primary-matrix:hover{background:#0c3;box-shadow:0 0 30px #00ff4199;transform:translateY(-2px)}.hero-content .hero-cta .btn.btn-outline-matrix{background:transparent;color:#00ff41;border:2px solid #00FF41}.hero-content .hero-cta .btn.btn-outline-matrix:hover{background:#00ff411a;box-shadow:0 0 10px #00ff414d}.hero-content .hero-indicators{display:flex;gap:.75rem;margin-top:1.25rem}.hero-content .hero-indicators .indicator{width:12px;height:12px;border-radius:50%;background:#ffffff40;border:2px solid rgba(0,255,65,.5);cursor:pointer;transition:all .3s ease}.hero-content .hero-indicators .indicator.active{background:#00ff41;box-shadow:0 0 10px #00ff41cc}.hero-content .hero-indicators .indicator:hover{background:#00ff4199}.hero-content .hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid rgba(0,255,65,.2);max-width:800px;margin:0 auto}.hero-content .hero-stats .stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.hero-content .hero-stats .stat-item .stat-number{font-size:3rem;font-weight:800;color:#00ff41;text-shadow:0 0 15px rgba(0,255,65,.5);line-height:1}.hero-content .hero-stats .stat-item .stat-label{font-size:.85rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05rem}.hero-content .hero-skills-strip{width:100vw;margin-left:calc(-50vw + 50%);margin-top:3rem}@media(max-width:1024px){.hero-content{padding:3rem 1.5rem}.hero-content .hero-label{font-size:.8rem;padding:.4rem 1.2rem}.hero-content .hero-title{font-size:2.5rem}.hero-content .hero-cta{flex-direction:column;align-items:center;max-width:100%;gap:.9rem}.hero-content .hero-cta .btn{width:100%;max-width:400px;justify-content:center;padding:.95rem 1.5rem;font-size:.95rem}.hero-content .skill-info{padding:1.2rem}.hero-content .skill-info .skill-slogan,.hero-content .hero-description{font-size:1.1rem}}@media(max-width:768px){.hero-carousel-section{padding-top:90px}.carousel-container .carousel-control{width:35px;height:35px;font-size:1.8rem}.carousel-container .carousel-control.prev{left:.5rem}.carousel-container .carousel-control.next{right:.5rem}.carousel-container .carousel-indicators{bottom:1rem;gap:.5rem}.carousel-container .carousel-indicators .indicator{width:8px;height:8px}.hero-content{padding:2.5rem 1rem}.hero-content .hero-label{font-size:.7rem;padding:.35rem 1rem;letter-spacing:.05rem}.hero-content .hero-title{font-size:1.8rem;margin:0 0 1rem}.hero-content .skill-info{margin:1rem 0;padding:1rem}.hero-content .skill-info .skill-slogan{font-size:1rem;line-height:1.5}.hero-content .hero-description{font-size:.95rem;line-height:1.6}.hero-content .hero-cta{gap:.75rem;width:100%;max-width:100%;flex-direction:column;align-items:center}.hero-content .hero-cta .btn{padding:.9rem 1.25rem;font-size:.9rem;width:100%;max-width:360px;box-sizing:border-box;justify-content:center}.hero-content .hero-stats{gap:2rem;padding-top:1.5rem}.hero-content .hero-stats .stat-item{min-width:100px}.hero-content .hero-stats .stat-item .stat-number{font-size:2rem}.hero-content .hero-stats .stat-item .stat-label{font-size:.75rem}.hero-content .hero-skills-strip{margin-top:2rem;margin-left:calc(-50vw + 50%)}}@media(max-width:480px){.carousel-container .carousel-control{display:none}.hero-content{padding:1.5rem 1.25rem}.hero-content .hero-label{font-size:.65rem;padding:.3rem .8rem}.hero-content .hero-title{font-size:1.6rem}.hero-content .skill-info{padding:.8rem}.hero-content .skill-info .skill-slogan{font-size:.9rem}.hero-content .hero-description{font-size:.85rem}.hero-content .hero-cta{gap:.65rem;padding:0 .75rem}.hero-content .hero-cta .btn{padding:.8rem 1rem;font-size:.85rem;max-width:300px}.hero-content .hero-stats{gap:1.5rem}.hero-content .hero-stats .stat-item .stat-number{font-size:1.8rem}.hero-content .hero-stats .stat-item .stat-label{font-size:.7rem}.hero-content .hero-skills-strip{margin-top:1.5rem;margin-left:calc(-50vw + 50%)}}@media(prefers-reduced-motion:reduce){.carousel-slide,.hero-content>*{animation:none!important;transition:none!important}}@media(prefers-contrast:high){.carousel-overlay{background:#000000f2!important}.hero-title,.skill-title,.stat-number{text-shadow:none!important;filter:contrast(1.2)}}.services-section{position:relative;padding:4rem 0;background:#000}.services-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#00FF41 50%,transparent 100%)}.services-section .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.services-section .section-label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#00ff41;margin-bottom:1rem}.services-section .section-title{font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin:1rem 0;color:#fff}.services-section .section-title .highlight{color:#00ff41;text-shadow:0 0 20px rgba(0,255,65,.5)}.services-section .section-description{font-size:1.125rem;line-height:1.7;color:#ffffffb3;margin-top:1rem}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:4rem}@media(max-width:480px){.services-section .services-grid{grid-template-columns:1fr}}.services-section .service-card{position:relative;background:#00ff4105;border:1px solid rgba(0,255,65,.1);border-radius:16px;padding:2rem;transition:all .3s ease;overflow:hidden}.services-section .service-card:hover{border-color:#00ff414d;background:#00ff410d;box-shadow:0 8px 32px #00ff411a}.services-section .service-card:hover .service-hover-glow{opacity:1}.services-section .service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.services-section .service-card .service-hover-glow{position:absolute;top:50%;left:50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,255,65,.1) 0%,transparent 70%);transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.services-section .service-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;transition:transform .3s ease}.services-section .service-title{font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.services-section .service-description{font-size:1rem;line-height:1.6;color:#ffffffb3;margin-bottom:1.5rem}.services-section .service-features{list-style:none;padding:0;margin:0}.services-section .service-features li{font-size:.875rem;color:#fff9;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.services-section .service-features li .feature-bullet{color:#00ff41;font-size:1.2rem}.services-section .services-cta{text-align:center;padding-top:2rem;border-top:1px solid rgba(0,255,65,.1)}.services-section .services-cta p{font-size:1.125rem;color:#fffc;margin-bottom:1rem}.methodology-section{position:relative;padding:4rem 0;background:#000}.methodology-section .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.methodology-section .methodology-timeline{position:relative;max-width:1000px;margin:0 auto}.methodology-section .timeline-item{position:relative;display:grid;grid-template-columns:80px 1fr;gap:2rem;margin-bottom:4rem}@media(max-width:480px){.methodology-section .timeline-item{grid-template-columns:60px 1fr;gap:1rem;margin-bottom:2rem}}.methodology-section .timeline-item:last-child{margin-bottom:0}.methodology-section .timeline-number{font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:3rem;font-weight:700;color:#00ff41;opacity:.3;line-height:1;transition:all .3s ease}@media(max-width:480px){.methodology-section .timeline-number{font-size:2rem}}.methodology-section .timeline-item:hover .timeline-number{opacity:1;text-shadow:0 0 20px rgba(0,255,65,.5)}.methodology-section .timeline-content{background:#00ff4105;border:1px solid rgba(0,255,65,.1);border-radius:16px;padding:2rem;transition:all .3s ease}.methodology-section .timeline-content:hover{border-color:#00ff414d;background:#00ff410d;transform:translate(8px)}.methodology-section .timeline-title{font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(max-width:480px){.methodology-section .timeline-title{font-size:1.5rem}}.methodology-section .timeline-description{font-size:1rem;line-height:1.7;color:#ffffffb3;margin-bottom:1.5rem}.methodology-section .timeline-details{list-style:none;padding:0;margin:0;display:flex;gap:1rem;flex-wrap:wrap}.methodology-section .timeline-details li{font-size:.875rem;color:#fff9;display:flex;align-items:center;gap:.5rem}.methodology-section .timeline-details li .detail-check{color:#00ff41;font-weight:700}.methodology-section .timeline-connector{position:absolute;left:40px;top:100%;width:2px;height:4rem;background:linear-gradient(180deg,#00ff414d,#00ff411a)}@media(max-width:480px){.methodology-section .timeline-connector{left:30px;height:2rem}}.testimonials-section{position:relative;padding:4rem 0;background:#000;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#00FF41 50%,transparent 100%)}.testimonials-section .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.testimonials-section .testimonials-carousel{max-width:900px;margin:0 auto;position:relative}.testimonials-section .testimonial-card{background:#00ff4105;border:1px solid rgba(0,255,65,.2);border-radius:24px;padding:4rem;text-align:center;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width:480px){.testimonials-section .testimonial-card{padding:2rem;min-height:500px}}.testimonials-section .testimonial-avatar{width:100px;height:100px;margin-bottom:1.5rem;border-radius:50%;overflow:hidden;border:3px solid rgba(0,255,65,.3);display:flex;align-items:center;justify-content:center;background:#00ff410d}.testimonials-section .testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonials-section .testimonial-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00ff411a,#00ff410d);color:#00ff41;font-size:2.5rem}@media(max-width:480px){.testimonials-section .testimonial-avatar{width:80px;height:80px}.testimonials-section .testimonial-avatar .avatar-placeholder{font-size:2rem}}.testimonials-section .testimonial-rating{margin-bottom:1.5rem}.testimonials-section .testimonial-rating .star{color:#00ff41;font-size:1.5rem;margin:0 2px;text-shadow:0 0 20px rgba(0,255,65,.5)}.testimonials-section .testimonial-text{font-size:1.25rem;line-height:1.8;color:#ffffffe6;font-style:italic;margin-bottom:2rem;max-width:700px}@media(max-width:480px){.testimonials-section .testimonial-text{font-size:1.125rem}}.testimonials-section .testimonial-author .author-name{font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:700;color:#00ff41;margin-bottom:.5rem}.testimonials-section .testimonial-author .author-role{font-size:1rem;color:#ffffffb3;margin-bottom:4px}.testimonials-section .testimonial-author .author-company{font-size:.875rem;color:#ffffff80}.testimonials-section .carousel-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}.testimonials-section .carousel-btn{width:50px;height:50px;border-radius:50%;border:1px solid rgba(0,255,65,.3);background:#00ff410d;color:#00ff41;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.testimonials-section .carousel-btn:hover{background:#00ff411a;border-color:#00ff41;transform:scale(1.1)}.testimonials-section .carousel-btn:active{transform:scale(.95)}.testimonials-section .carousel-dots{display:flex;gap:.5rem}.testimonials-section .dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,255,65,.3);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.testimonials-section .dot.active{background:#00ff41;box-shadow:0 0 10px #00ff4180}.testimonials-section .dot:hover:not(.active){background:#00ff4133}.cta-section{position:relative;padding:4rem 0;background:linear-gradient(135deg,#000,#000b48,#00ff410d);overflow:hidden}.cta-section .cta-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.3}.cta-section .cta-background .cta-grid{width:100%;height:100%;background-image:linear-gradient(rgba(0,255,65,.1) 2px,transparent 2px),linear-gradient(90deg,rgba(0,255,65,.1) 2px,transparent 2px);background-size:100px 100px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(100px,100px)}}.cta-section .cta-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto;padding:4rem 1.5rem;background:#00000080;border-radius:32px;border:1px solid rgba(0,255,65,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:480px){.cta-section .cta-content{padding:2rem 1rem}}.cta-section .cta-title{font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.cta-section .cta-title .highlight{color:#00ff41;text-shadow:0 0 20px rgba(0,255,65,.5)}.cta-section .cta-description{font-size:1.25rem;line-height:1.7;color:#fffc;margin-bottom:2rem}@media(max-width:480px){.cta-section .cta-description{font-size:1.125rem}}.cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}@media(max-width:480px){.cta-section .cta-buttons{flex-direction:column}}.cta-section .cta-btn{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;overflow:hidden;font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif}@media(max-width:480px){.cta-section .cta-btn{width:100%;justify-content:center}}.cta-section .cta-btn .btn-text{position:relative;z-index:2}.cta-section .cta-btn .btn-icon{position:relative;z-index:2;font-size:1.5rem;transition:transform .3s ease}.cta-section .cta-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff1a,#fff0);opacity:0;transition:opacity .3s ease;z-index:1}.cta-section .cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.cta-section .cta-btn:hover:before{opacity:1}.cta-section .cta-btn:hover .btn-icon{transform:translate(4px)}.cta-section .cta-btn:active{transform:translateY(0)}.cta-section .cta-btn-primary{background:linear-gradient(135deg,#00ff41,#0c3);color:#000;box-shadow:0 4px 15px #00ff4166,0 0 30px #00ff4133}.cta-section .cta-btn-primary:hover{box-shadow:0 6px 25px #00ff4180,0 0 40px #00ff414d}.cta-section .cta-btn-secondary{background:transparent;color:#00ff41;border:2px solid #00FF41;box-shadow:0 0 20px #00ff4133,inset 0 0 20px #00ff410d}.cta-section .cta-btn-secondary:hover{background:#00ff411a;box-shadow:0 0 30px #00ff4166,inset 0 0 30px #00ff411a}.cta-section .cta-contact-info{padding-top:3rem;margin-top:3rem;border-top:1px solid rgba(0,255,65,.2)}.cta-section .cta-contact-info .contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media(max-width:480px){.cta-section .cta-contact-info .contact-grid{grid-template-columns:1fr;gap:1.5rem}}.cta-section .contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#00ff410d;border:1px solid rgba(0,255,65,.15);border-radius:12px;transition:all .3s ease}.cta-section .contact-item:hover{background:#00ff411a;border-color:#00ff414d;transform:translateY(-2px)}.cta-section .contact-item .contact-icon{font-size:2rem;flex-shrink:0;line-height:1}.cta-section .contact-item .contact-details{display:flex;flex-direction:column;gap:.25rem;flex:1}.cta-section .contact-item .contact-details .contact-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#00ff41cc;font-weight:600}.cta-section .contact-item .contact-details .contact-text{font-size:.95rem;color:#fff;font-weight:500;text-decoration:none;transition:color .2s}.cta-section .contact-item .contact-details .contact-text:hover{color:#00ff41}@media(max-width:480px){.cta-section .contact-item .contact-details .contact-text{font-size:.875rem}}.quotes-marquee{width:100%;padding:2.5rem 1rem;background:transparent;overflow:hidden;min-height:140px;display:flex;align-items:center;justify-content:center}.quotes-marquee .quote-container{max-width:1000px;margin:0 auto;padding:1.5rem 2rem;border-left:3px solid #00FF41;border-radius:.5rem;background:#00ff4108;text-align:left}@media(max-width:768px){.quotes-marquee .quote-container{padding:1.25rem 1.5rem}}@media(max-width:480px){.quotes-marquee .quote-container{padding:1rem;border-left-width:2px}}.quotes-marquee .quote-text{font-size:1.25rem;color:#00ff41;font-weight:600;margin:0 0 .75rem;line-height:1.6;font-style:italic;text-shadow:0 0 10px rgba(0,255,65,.2);font-family:Space Grotesk,Sora,-apple-system,BlinkMacSystemFont,sans-serif}@media(max-width:768px){.quotes-marquee .quote-text{font-size:1.1rem}}@media(max-width:480px){.quotes-marquee .quote-text{font-size:1rem}}.quotes-marquee .quote-author{display:flex;align-items:center;gap:.5rem;color:#00ff41bf;font-size:.95rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.quotes-marquee .quote-author .author-icon{flex-shrink:0}@media(max-width:768px){.quotes-marquee .quote-author{font-size:.875rem}.quotes-marquee .quote-author .author-icon{width:12px;height:12px}}@media(max-width:480px){.quotes-marquee .quote-author{font-size:.8rem}}.footer-section{background:#000b48;color:#fff;padding:0;position:relative;overflow:hidden}.footer-section .footer-quotes{padding:2.5rem 0;border-bottom:1px solid rgba(0,255,65,.15);background:#0000004d}.footer-section .footer-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:2rem 1rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.footer-section .footer-content{grid-template-columns:1fr;text-align:center;gap:1.5rem}}.footer-section .footer-copyright{display:flex;flex-direction:column;gap:.25rem}@media(max-width:768px){.footer-section .footer-copyright{align-items:center}}.footer-section .footer-copyright .company-name{font-size:1.125rem;font-weight:600;margin:0;color:#fff}.footer-section .footer-copyright .years{font-size:.875rem;color:#ffffffb3}.footer-section .footer-social{display:flex;gap:1rem;align-items:center}@media(max-width:768px){.footer-section .footer-social{justify-content:center}}.footer-section .footer-social .social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#00ff411a;border:1px solid #00FF41;color:#00ff41;transition:all .3s ease;text-decoration:none}.footer-section .footer-social .social-link:hover{background:#00ff41;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #00ff4166}.footer-section .footer-social .social-link:active{transform:translateY(0)}.footer-section .footer-legal{display:flex;gap:1.5rem;justify-content:flex-end}@media(max-width:768px){.footer-section .footer-legal{justify-content:center;flex-wrap:wrap}}.footer-section .footer-legal .legal-link{font-size:.875rem;color:#fffc;background:transparent;border:none;padding:0;cursor:pointer;text-decoration:none;transition:color .3s ease;border-bottom:1px solid transparent;font-family:inherit}.footer-section .footer-legal .legal-link:hover{color:#00ff41;border-bottom-color:#00ff41}.homepage{min-height:100vh;background:#000;color:#fff;overflow-x:hidden}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary-matrix{background:linear-gradient(135deg,#00ff41,#008f11);color:#000;box-shadow:0 4px 20px #00ff414d}.btn-primary-matrix:hover{box-shadow:0 6px 30px #00ff4180}.btn-primary-matrix .btn-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1)}.btn-primary-matrix:hover .btn-arrow{transform:translate(4px)}.btn-outline-matrix{background:transparent;color:#00ff41;border:2px solid #00FF41}.btn-outline-matrix:hover{background:#00ff411a;box-shadow:0 0 20px #00ff414d}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#000;color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#008f11;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#00ff41}::selection{background:#00ff414d;color:#000}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#000,#0d0208)}.hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:linear-gradient(rgba(0,255,65,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,65,.03) 1px,transparent 1px);background-size:50px 50px}.hero-section .hero-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,255,65,.05) 50%,#000000 100%)}.hero-section .hero-content{position:relative;z-index:1;text-align:center;padding:6rem 0}.hero-section .hero-text{max-width:900px;margin:0 auto}.hero-section .hero-label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#00ff41;margin-bottom:1.5rem;padding:.5rem 1.5rem;border:1px solid #00FF41;border-radius:20px;background:#00ff410d}.hero-section .hero-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.2;margin:2rem 0}.hero-section .hero-title .highlight{color:#00ff41;text-shadow:0 0 10px rgba(0,255,65,.3),0 0 20px rgba(0,255,65,.3),0 0 30px rgba(0,255,65,.2)}.hero-section .hero-title .highlight-gradient{background:linear-gradient(135deg,#00ff41,#008f11);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(0,255,65,.3),0 0 20px rgba(0,255,65,.3),0 0 30px rgba(0,255,65,.2)}.hero-section .hero-description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;color:#fffc;margin:2rem 0 3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-section .hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:3rem}.hero-section .hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:6rem;padding-top:3rem;border-top:1px solid rgba(0,255,65,.2)}.hero-section .hero-stats .stat-item{text-align:center}.hero-section .hero-stats .stat-item .stat-number{display:block;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#00ff41;text-shadow:0 0 10px rgba(0,255,65,.3),0 0 20px rgba(0,255,65,.3),0 0 30px rgba(0,255,65,.2)}.hero-section .hero-stats .stat-item .stat-label{display:block;font-size:.875rem;color:#fff9;margin-top:.5rem;text-transform:uppercase;letter-spacing:1px}.hero-section .scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);text-align:center;color:#ffffff80;font-size:.875rem;z-index:2}.hero-section .scroll-indicator span{display:block;margin-bottom:.5rem}.hero-section .scroll-indicator .scroll-arrow{font-size:1.5rem;color:#00ff41}@media(max-width:768px){.hero-section .hero-stats{flex-direction:column;gap:2rem}.hero-section .hero-cta{flex-direction:column}.hero-section .hero-cta .btn{width:100%;justify-content:center}}
