@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";body{background-color:#0f0f0f;color:#e0e7ff;overflow-x:hidden}.app-container{width:100%;overflow-x:hidden;position:relative}.about{width:100%;min-height:100vh;background:#0f0f0f;font-family:Montserrat,sans-serif;position:relative;overflow:hidden}.about .about-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:2}.about .about-header{text-align:center;margin-bottom:80px;animation:fadeInUp 1s ease-out}.about .about-header .about-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:20px}.about .about-header .about-title .highlight{background:linear-gradient(135deg,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about .about-header .about-subtitle{font-size:1.3rem;color:#e0e7ffcc;max-width:600px;margin:0 auto;line-height:1.6}.about .about-content{display:flex;flex-direction:column;gap:80px}.about .about-main{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start;animation:fadeInUp 1s ease-out .2s both}.about .about-main .about-text .section-title{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:30px;position:relative}.about .about-main .about-text .section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:80px;height:3px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:2px}.about .about-main .about-text .description{font-size:1.1rem;color:#e0e7ffe6;line-height:1.8;margin-bottom:25px}.about .about-main .about-text .description strong{color:#fff;font-weight:600}.about .about-main .about-text .brand-meaning{background:linear-gradient(135deg,#8b5cf61a,#a855f71a);border-left:4px solid #8B5CF6;padding:25px;border-radius:10px;margin:30px 0}.about .about-main .about-text .brand-meaning h4{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:15px}.about .about-main .about-text .brand-meaning p{font-size:1rem;color:#e0e7ffe6;line-height:1.6;margin:0}.about .about-main .about-text .brand-meaning p strong{color:#8b5cf6;font-weight:700}.about .about-main .about-text .mission-statement{margin-top:40px}.about .about-main .about-text .mission-statement blockquote{font-size:1.3rem;font-style:italic;color:#fff;line-height:1.6;margin:0;padding:30px;background:linear-gradient(135deg,#ffffff0d,#a855f71a);border-radius:15px;border-left:4px solid #A855F7;position:relative}.about .about-main .about-text .mission-statement blockquote:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:#8b5cf6;font-family:serif}.about .about-main .about-stats{display:flex;flex-direction:column;gap:25px}.about .about-main .about-stats .stat-item{background:linear-gradient(135deg,#ffffff14,#8b5cf61a);border:1px solid rgba(139,92,246,.2);border-radius:15px;padding:30px 25px;text-align:center;transition:all .3s ease}.about .about-main .about-stats .stat-item:hover{transform:translateY(-5px);border-color:#8b5cf6;box-shadow:0 15px 35px #8b5cf64d}.about .about-main .about-stats .stat-item .stat-number{display:block;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.about .about-main .about-stats .stat-item .stat-label{font-size:.9rem;color:#e0e7ffcc;font-weight:500}.about .about-differentials{animation:fadeInUp 1s ease-out .4s both}.about .about-differentials .section-title{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:20px;text-align:center}.about .about-differentials .section-description{font-size:1.2rem;color:#e0e7ffcc;text-align:center;max-width:800px;margin:0 auto 50px;line-height:1.6}.about .about-differentials .differentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px}.about .about-differentials .differentials-grid .differential-card{background:linear-gradient(135deg,#ffffff0d,#a855f714);border:1px solid rgba(139,92,246,.15);border-radius:15px;padding:25px;transition:all .4s ease;position:relative;overflow:hidden}.about .about-differentials .differentials-grid .differential-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,92,246,.1),transparent);transition:left .6s}.about .about-differentials .differentials-grid .differential-card:hover{transform:translateY(-8px);border-color:#8b5cf6;box-shadow:0 20px 40px #8b5cf633}.about .about-differentials .differentials-grid .differential-card:hover:before{left:100%}.about .about-differentials .differentials-grid .differential-card:hover .differential-icon span,.about .about-differentials .differentials-grid .differential-card:hover .differential-icon .icon-svg{transform:scale(1.2)}.about .about-differentials .differentials-grid .differential-card .differential-icon{width:60px;height:60px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 8px 25px #8b5cf64d}.about .about-differentials .differentials-grid .differential-card .differential-icon span{font-size:1.8rem;transition:transform .3s ease}.about .about-differentials .differentials-grid .differential-card .differential-icon .icon-svg{width:1.8rem;height:1.8rem;color:#fff;transition:transform .3s ease}.about .about-differentials .differentials-grid .differential-card .differential-content h4{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:12px}.about .about-differentials .differentials-grid .differential-card .differential-content p{font-size:.95rem;color:#e0e7ffcc;line-height:1.6;margin:0}.about .about-footer{margin-top:80px;animation:fadeInUp 1s ease-out .6s both}.about .about-footer .cta-section{background:linear-gradient(135deg,#8b5cf626,#a855f726);border:1px solid rgba(139,92,246,.3);border-radius:20px;padding:50px;text-align:center;max-width:800px;margin:0 auto}.about .about-footer .cta-section h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:15px}.about .about-footer .cta-section p{font-size:1.2rem;color:#e0e7ffe6;margin-bottom:30px;line-height:1.6}.about .about-footer .cta-section .about-cta{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;border:none;padding:18px 40px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif;box-shadow:0 10px 30px #8b5cf64d}.about .about-footer .cta-section .about-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px #8b5cf680}.about .about-footer .cta-section .about-cta:active{transform:translateY(-1px)}@media (max-width: 1024px){.about{padding:80px 0}.about .about-container{padding:0 30px}.about .about-header{margin-bottom:60px}.about .about-header .about-title{font-size:3rem}.about .about-main{grid-template-columns:1fr;gap:40px}.about .about-main .about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.about .differentials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.about{padding:60px 0}.about .about-container{padding:0 20px}.about .about-header{margin-bottom:50px}.about .about-header .about-title{font-size:2.5rem}.about .about-header .about-subtitle{font-size:1.1rem}.about .about-content{gap:60px}.about .about-main .about-text .section-title{font-size:1.8rem}.about .about-main .about-text .description{font-size:1rem}.about .about-main .about-text .brand-meaning{padding:20px}.about .about-main .about-text .brand-meaning h4{font-size:1.1rem}.about .about-main .about-text .mission-statement blockquote{font-size:1.1rem;padding:25px}.about .about-main .about-stats{grid-template-columns:1fr;gap:15px}.about .about-main .about-stats .stat-item{padding:25px 20px}.about .about-main .about-stats .stat-item .stat-number{font-size:2rem}.about .about-differentials .section-title{font-size:1.8rem}.about .about-differentials .section-description{font-size:1rem}.about .about-differentials .differentials-grid{grid-template-columns:1fr;gap:20px}.about .about-differentials .differentials-grid .differential-card{padding:20px}.about .about-footer .cta-section{padding:40px 30px}.about .about-footer .cta-section h3{font-size:1.6rem}.about .about-footer .cta-section p{font-size:1rem}.about .about-footer .cta-section .about-cta{padding:15px 30px;font-size:1rem}}@media (max-width: 480px){.about .about-header .about-title{font-size:2rem}.about .about-main .about-stats .stat-item .stat-number{font-size:1.8rem}.about .about-main .about-stats .stat-item .stat-label{font-size:.8rem}.about .about-footer .cta-section{padding:30px 20px}}.contact{width:100%;min-height:100vh;background:#0f0f0f;padding:100px 0;font-family:Montserrat,sans-serif;position:relative}.contact .contact-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:2}.contact .contact-content{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.contact .contact-form-wrapper{animation:fadeInRight 1s ease-out}.contact .contact-form-wrapper .contact-form{background:linear-gradient(135deg,#ffffff08,#a855f70f);border:1px solid rgba(139,92,246,.15);border-radius:24px;padding:40px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #0006,0 8px 32px #8b5cf61a;position:relative;overflow:hidden;max-width:100%;box-sizing:border-box}.contact .contact-form-wrapper .contact-form:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#8B5CF6,transparent);opacity:.3}.contact .contact-form-wrapper .contact-form .form-row{margin-bottom:20px;width:100%;box-sizing:border-box}.contact .contact-form-wrapper .contact-form .form-row:last-of-type{margin-bottom:0}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.contact{padding:80px 0}.contact .contact-container{padding:0 30px}.contact .contact-content{grid-template-columns:1fr;gap:50px}}@media (max-width: 768px){.contact{padding:60px 0}.contact .contact-container{padding:0 20px}.contact .contact-content{gap:40px}.contact .contact-form-wrapper .contact-form{padding:30px;border-radius:20px;max-width:100%}.contact .contact-form-wrapper .contact-form .form-row{margin-bottom:18px}}@media (max-width: 480px){.contact .contact-form-wrapper .contact-form{padding:24px;border-radius:16px;margin:0}.contact .contact-form-wrapper .contact-form .form-row{margin-bottom:16px}}.contato-info{animation:fadeInLeft 1s ease-out}.contato-info .info-header{margin-bottom:40px}.contato-info .info-header .contato-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:15px;line-height:1.1}.contato-info .info-header .contato-title .highlight{background:linear-gradient(135deg,#e53976,#4a2668);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contato-info .info-header .contato-subtitle{font-size:1.1rem;color:#c4ffffcc;line-height:1.6;max-width:350px}.contato-info .contact-methods{display:flex;flex-direction:column;gap:20px}.contato-info .contact-methods .contact-item{display:flex;align-items:center;gap:15px;padding:18px;background:linear-gradient(135deg,#ffffff0d,#e5397614);border:1px solid rgba(229,57,118,.15);border-radius:12px;transition:all .3s ease}.contato-info .contact-methods .contact-item:hover{transform:translate(8px);border-color:#e53976;box-shadow:0 8px 25px #e5397633}.contato-info .contact-methods .contact-item .contact-icon{width:45px;height:45px;background:linear-gradient(135deg,#e53976,#4a2668);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contato-info .contact-methods .contact-item .contact-icon svg{width:22px;height:22px;color:#fff}.contato-info .contact-methods .contact-item .contact-details h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:4px}.contato-info .contact-methods .contact-item .contact-details p{font-size:.9rem;color:#c4ffffcc;margin:0}@media (max-width: 768px){.contato-info .info-header{margin-bottom:30px}.contato-info .info-header .contato-title{font-size:2.2rem}.contato-info .info-header .contato-subtitle{font-size:1rem}.contato-info .contact-methods{gap:15px}.contato-info .contact-methods .contact-item{padding:15px}.contato-info .contact-methods .contact-item:hover{transform:translate(5px)}.contato-info .contact-methods .contact-item .contact-icon{width:40px;height:40px}.contato-info .contact-methods .contact-item .contact-icon svg{width:20px;height:20px}.contato-info .contact-methods .contact-item .contact-details h4{font-size:.95rem}.contato-info .contact-methods .contact-item .contact-details p{font-size:.85rem}}@media (max-width: 480px){.contato-info .info-header .contato-title{font-size:1.8rem}.contato-info .info-header .contato-subtitle{font-size:.9rem}.contato-info .contact-methods .contact-item{flex-direction:column;text-align:center;gap:12px}.contato-info .contact-methods .contact-item .contact-icon{align-self:center}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.form-group{margin-bottom:20px;position:relative}.form-group .form-label{display:block;font-size:.8rem;font-weight:500;color:#c4ffffe6;margin-bottom:6px;font-family:Montserrat,sans-serif;letter-spacing:.5px;text-transform:uppercase}.form-group .input-wrapper,.form-group .textarea-wrapper{position:relative;width:100%;box-sizing:border-box}.form-group .input-wrapper .form-input,.form-group .input-wrapper .form-textarea,.form-group .textarea-wrapper .form-input,.form-group .textarea-wrapper .form-textarea{width:100%;box-sizing:border-box;background:#ffffff0f;border:1px solid rgba(229,57,118,.2);border-radius:12px;padding:14px 40px 14px 16px;color:#fff;font-size:.95rem;font-family:Montserrat,sans-serif;transition:all .4s cubic-bezier(.4,0,.2,1);outline:none;height:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group .input-wrapper .form-input::placeholder,.form-group .input-wrapper .form-textarea::placeholder,.form-group .textarea-wrapper .form-input::placeholder,.form-group .textarea-wrapper .form-textarea::placeholder{color:#c4ffff66;font-weight:400}.form-group .input-wrapper .form-input:focus,.form-group .input-wrapper .form-textarea:focus,.form-group .textarea-wrapper .form-input:focus,.form-group .textarea-wrapper .form-textarea:focus{border-color:#e53976;box-shadow:0 0 0 3px #e5397626,0 4px 20px #e539761a;background:#ffffff1a;transform:translateY(-1px)}.form-group .input-wrapper .form-input:hover:not(:focus),.form-group .input-wrapper .form-textarea:hover:not(:focus),.form-group .textarea-wrapper .form-input:hover:not(:focus),.form-group .textarea-wrapper .form-textarea:hover:not(:focus){border-color:#e5397666;background:#ffffff14}.form-group .input-wrapper .form-input.error,.form-group .input-wrapper .form-textarea.error,.form-group .textarea-wrapper .form-input.error,.form-group .textarea-wrapper .form-textarea.error{border-color:#ff4757;box-shadow:0 0 0 3px #ff475726,0 4px 20px #ff47571a;animation:shake .5s ease-in-out}.form-group .input-wrapper .form-textarea,.form-group .textarea-wrapper .form-textarea{resize:vertical;min-height:90px;height:auto;padding-top:16px;padding-bottom:16px;line-height:1.5}.form-group .input-wrapper .input-icon,.form-group .input-wrapper .textarea-icon,.form-group .textarea-wrapper .input-icon,.form-group .textarea-wrapper .textarea-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#c4ffff80;transition:all .3s ease;pointer-events:none}.form-group .input-wrapper .input-icon svg,.form-group .input-wrapper .textarea-icon svg,.form-group .textarea-wrapper .input-icon svg,.form-group .textarea-wrapper .textarea-icon svg{width:18px;height:18px}.form-group .input-wrapper .textarea-icon,.form-group .textarea-wrapper .textarea-icon{top:20px;transform:none}.form-group .input-wrapper:focus-within .input-icon,.form-group .input-wrapper:focus-within .textarea-icon,.form-group .textarea-wrapper:focus-within .input-icon,.form-group .textarea-wrapper:focus-within .textarea-icon{color:#e53976;transform:translateY(-50%) scale(1.1)}.form-group .input-wrapper:focus-within .textarea-icon,.form-group .textarea-wrapper:focus-within .textarea-icon{transform:scale(1.1)}.form-group .error-message{display:block;color:#ff4757;font-size:.75rem;margin-top:6px;font-weight:500;font-family:Montserrat,sans-serif;padding-left:4px;animation:fadeInUp .3s ease-out}@media (max-width: 768px){.form-group{margin-bottom:18px}.form-group .form-label{font-size:.75rem}.form-group .input-wrapper .form-input,.form-group .input-wrapper .form-textarea,.form-group .textarea-wrapper .form-input,.form-group .textarea-wrapper .form-textarea{padding:12px 36px 12px 14px;font-size:.9rem;height:46px}.form-group .input-wrapper .form-textarea,.form-group .textarea-wrapper .form-textarea{min-height:80px;height:auto;padding-top:14px;padding-bottom:14px}.form-group .input-wrapper .input-icon,.form-group .input-wrapper .textarea-icon,.form-group .textarea-wrapper .input-icon,.form-group .textarea-wrapper .textarea-icon{right:12px}.form-group .input-wrapper .input-icon svg,.form-group .input-wrapper .textarea-icon svg,.form-group .textarea-wrapper .input-icon svg,.form-group .textarea-wrapper .textarea-icon svg{width:16px;height:16px}.form-group .input-wrapper .textarea-icon,.form-group .textarea-wrapper .textarea-icon{top:18px}}@media (max-width: 480px){.form-group{margin-bottom:16px}.form-group .input-wrapper .form-input,.form-group .input-wrapper .form-textarea,.form-group .textarea-wrapper .form-input,.form-group .textarea-wrapper .form-textarea{height:44px;font-size:.85rem}.form-group .input-wrapper .form-textarea,.form-group .textarea-wrapper .form-textarea{min-height:75px}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.status-message{display:flex;align-items:center;padding:1rem;margin-top:1rem;border-radius:.5rem;animation:fadeIn .3s ease-in-out}.status-message.success{background-color:#22c55e1a;color:#22c55e}.status-message.success svg{stroke:#22c55e}.status-message.error{background-color:#ef44441a;color:#ef4444}.status-message.error svg{stroke:#ef4444}.status-message .status-icon{display:flex;align-items:center;justify-content:center;margin-right:1rem}.status-message .status-icon svg{width:24px;height:24px}.status-message p{margin:0;font-size:.875rem;line-height:1.25rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-btn{width:100%;background:linear-gradient(135deg,#e53976,#4a2668);color:#fff;border:none;border-radius:12px;padding:16px 35px;font-size:1rem;font-weight:600;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;height:56px;box-shadow:0 8px 32px #e539764d,0 4px 16px #e5397633;position:relative;overflow:hidden}.submit-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 .6s ease}.submit-btn:hover:before{left:100%}.submit-btn svg{width:18px;height:18px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 40px #e5397666,0 8px 24px #e539764d}.submit-btn:hover:not(:disabled) svg{transform:translate(4px)}.submit-btn:active:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #e539764d,0 4px 12px #e5397633}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn.loading .loading-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #FFFFFF;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.submit-btn{padding:14px 30px;font-size:.95rem;height:52px;margin-top:22px}.submit-btn svg{width:16px;height:16px}.submit-btn.loading .loading-spinner{width:16px;height:16px}.submit-btn:hover:not(:disabled){transform:translateY(-2px)}}@media (max-width: 480px){.submit-btn{padding:12px 25px;font-size:.9rem;height:48px;margin-top:20px;border-radius:10px}.submit-btn svg{width:14px;height:14px}.submit-btn.loading .loading-spinner{width:14px;height:14px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{width:100%;background:#0f0f0f;padding:80px 0 40px;font-family:Montserrat,sans-serif;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#8B5CF6,transparent);opacity:.3}.footer .footer-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:2}.footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}.footer .footer-brand .footer-logo{font-size:32px;font-weight:700;color:#e0e7ff;margin:0 0 20px;background:linear-gradient(135deg,#8b5cf6,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-brand .footer-description{color:#e0e7ffcc;font-size:16px;line-height:1.6;margin-bottom:30px;font-weight:400}.footer .footer-brand .footer-social{display:flex;gap:16px}.footer .footer-brand .footer-social .social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#8b5cf61a,#a855f71a);border:1px solid rgba(139,92,246,.2);border-radius:12px;color:#e0e7ff;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer .footer-brand .footer-social .social-link svg{width:20px;height:20px}.footer .footer-brand .footer-social .social-link:hover{transform:translateY(-2px);background:linear-gradient(135deg,#8b5cf633,#a855f733);border-color:#8b5cf6;box-shadow:0 8px 25px #8b5cf64d,0 4px 10px #0003;color:#8b5cf6}.footer .footer-brand .footer-social .social-link:active{transform:translateY(0)}.footer .footer-section .footer-title{font-size:18px;font-weight:700;color:#e0e7ff;margin:0 0 24px;position:relative}.footer .footer-section .footer-title:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#8B5CF6,transparent);border-radius:1px}.footer .footer-section .footer-links{list-style:none;margin:0;padding:0}.footer .footer-section .footer-links li{margin-bottom:12px}.footer .footer-section .footer-links li:last-child{margin-bottom:0}.footer .footer-section .footer-links .footer-link{color:#e0e7ffb3;text-decoration:none;font-size:15px;font-weight:500;transition:all .3s ease;position:relative;padding:4px 0}.footer .footer-section .footer-links .footer-link:before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#8b5cf6;transition:width .3s ease}.footer .footer-section .footer-links .footer-link:hover{color:#e0e7ff;transform:translate(4px)}.footer .footer-section .footer-links .footer-link:hover:before{width:100%}.footer .footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.3),transparent);margin:40px 0;border-radius:1px}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer .footer-bottom .footer-copyright{color:#e0e7ff99;font-size:14px;font-weight:400;margin:0}.footer .footer-bottom .footer-legal{display:flex;align-items:center;gap:16px}.footer .footer-bottom .footer-legal .footer-legal-link{color:#e0e7ff99;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease}.footer .footer-bottom .footer-legal .footer-legal-link:hover{color:#8b5cf6}.footer .footer-bottom .footer-legal .footer-legal-separator{color:#e0e7ff66;font-size:12px}@media (max-width: 1024px){.footer{padding:60px 0 30px}.footer .footer-container{padding:0 30px}.footer .footer-content{grid-template-columns:1fr 1fr;gap:40px}.footer .footer-brand{grid-column:1/-1;text-align:center}.footer .footer-brand .footer-social{justify-content:center}}@media (max-width: 768px){.footer{padding:50px 0 25px}.footer .footer-container{padding:0 20px}.footer .footer-content{grid-template-columns:1fr;gap:40px;margin-bottom:40px}.footer .footer-brand{text-align:center}.footer .footer-brand .footer-logo{font-size:28px}.footer .footer-brand .footer-description{font-size:15px}.footer .footer-section{text-align:center}.footer .footer-section .footer-title:after{left:50%;transform:translate(-50%)}.footer .footer-section .footer-links .footer-link:hover{transform:translate(0)}.footer .footer-bottom{flex-direction:column;text-align:center;gap:15px}.footer .footer-bottom .footer-legal{justify-content:center}}@media (max-width: 480px){.footer{padding:40px 0 20px}.footer .footer-container{padding:0 15px}.footer .footer-content{gap:30px;margin-bottom:30px}.footer .footer-brand .footer-logo{font-size:24px}.footer .footer-brand .footer-description{font-size:14px}.footer .footer-brand .footer-social{gap:12px}.footer .footer-brand .footer-social .social-link{width:40px;height:40px}.footer .footer-brand .footer-social .social-link svg{width:18px;height:18px}.footer .footer-section .footer-title{font-size:16px;margin-bottom:20px}.footer .footer-section .footer-links .footer-link{font-size:14px}.footer .footer-divider{margin:30px 0}.footer .footer-bottom .footer-copyright,.footer .footer-bottom .footer-legal .footer-legal-link{font-size:13px}}.aurora-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;pointer-events:none}.hero{position:relative;width:100%;height:100vh;display:flex;align-items:center;background:#0f0f0f;font-family:Montserrat,sans-serif;overflow:hidden}.hero .hero-container{position:relative;width:100%;margin:0 auto;padding:0 60px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;z-index:2}.hero .hero-left{display:flex;justify-content:center;align-items:center}.hero .hero-left .logo-container{position:relative}.hero .hero-left .logo-container .hero-logo{width:400px;height:auto;filter:drop-shadow(0 20px 50px rgba(139,92,246,.4));animation:float 6s ease-in-out infinite;transition:transform .3s ease}.hero .hero-left .logo-container .hero-logo:hover{transform:scale(1.05)}.hero .hero-right{display:flex;align-items:center}.hero .hero-right .hero-content{width:100%}.hero .hero-title{margin:0 0 30px}.hero .hero-title .brand-name{display:block;font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#8b5cf6,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;letter-spacing:3px;animation:slideInRight 1s ease-out}.hero .hero-title .hero-subtitle{display:block;font-size:2.4rem;font-weight:600;color:#fff;line-height:1.4;animation:slideInRight 1s ease-out .2s both;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto}.hero .hero-title .hero-subtitle .highlight{background:linear-gradient(135deg,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;position:relative;display:inline}.hero .hero-title .hero-subtitle .highlight:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:2px;animation:expandWidth .8s ease-out 1.5s both}.hero .hero-description{font-size:1.3rem;color:#e0e7ffe6;line-height:1.6;margin-bottom:40px;font-weight:400;animation:slideInRight 1s ease-out .4s both;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto}.hero .hero-cta{animation:slideInRight 1s ease-out .6s both}.hero .hero-cta .cta-primary{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;border:none;padding:18px 40px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif;box-shadow:0 10px 30px #8b5cf64d}.hero .hero-cta .cta-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #8b5cf680;background:linear-gradient(135deg,#8b5cf6cc,#a855f7cc)}.hero .hero-cta .cta-primary:active{transform:translateY(-1px)}.hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero .hero-background .gradient-overlay{display:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes expandWidth{0%{width:0}to{width:100%}}@media (max-width: 1024px){.hero .hero-container{grid-template-columns:1fr;gap:40px;text-align:center;padding:0 40px}.hero .hero-left .hero-logo{width:300px}.hero .hero-title .brand-name{font-size:3rem}.hero .hero-title .hero-subtitle{font-size:2rem}.hero .hero-description{font-size:1.2rem}}@media (max-width: 768px){.hero{padding-top:100px}.hero .hero-container{padding:0 20px;gap:30px}.hero .hero-left .hero-logo{width:250px}.hero .hero-title .brand-name{font-size:2.5rem;letter-spacing:2px}.hero .hero-title .hero-subtitle{font-size:1.6rem}.hero .hero-description{font-size:1rem;margin-bottom:30px;line-height:1.6;padding:0 5px}.hero .cta-primary{padding:15px 30px!important;font-size:1rem!important}}@media (max-width: 480px){.hero .hero-container{padding:20px 15px;text-align:center}.hero .hero-left .hero-logo{width:180px;margin:0 auto}.hero .hero-left .hero-cta{display:flex;justify-content:center}.hero .hero-title{margin-bottom:15px}.hero .hero-title .brand-name{font-size:1.8rem;letter-spacing:1px}.hero .hero-title .hero-subtitle{font-size:1.15rem;line-height:1.7;max-width:100%;word-break:break-word}.hero .hero-title .hero-subtitle .highlight{white-space:normal;display:inline;word-break:keep-all}.hero .hero-title .hero-subtitle .highlight:after{display:none}.hero .hero-description{font-size:.88rem;margin:0 auto 20px;max-width:100%;line-height:1.5;padding:0 8px}.hero .cta-primary{padding:12px 20px!important;font-size:.9rem!important;white-space:nowrap}}@media (max-width: 400px){.hero{height:auto;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero .hero-container{padding:15px 20px;gap:18px}.hero .hero-left .hero-logo{width:9px}.hero .hero-title{margin-bottom:20px}.hero .hero-title .brand-name{font-size:2rem;margin-bottom:20px}.hero .hero-title .hero-subtitle{font-size:1.25rem;line-height:1.75;padding:0 5px;margin:0;word-spacing:.15em}.hero .hero-description{font-size:1rem;line-height:1.65;padding:0 5px;margin:25px;max-width:100%}.hero .cta-primary{padding:14px 24px!important;font-size:1rem!important}}@media (max-width: 390px){.hero .hero-container{padding:15px 18px}.hero .hero-left .hero-logo{width:60px}.hero .hero-title{margin:18px}.hero .hero-title .brand-name{font-size:1.9rem;margin-bottom:18px}.hero .hero-title .hero-subtitle{font-size:1.2rem;line-height:1.8;padding:0 3px}.hero .hero-description{font-size:1rem;line-height:1.65;padding:0 3px;margin:20px}.hero .cta-primary{padding:13px 22px!important;font-size:.98rem!important}}.navbar{position:fixed;top:20px;left:50%;transform:translate(-50%);width:900px;max-width:calc(100vw - 40px);height:80px;background:linear-gradient(135deg,#1a1a1a,#a855f7e6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);color:#e0e7ff;display:flex;align-items:center;justify-content:space-between;padding:0 40px;border-radius:20px;box-shadow:0 10px 30px #0000004d;z-index:1000;font-family:Montserrat,sans-serif}.navbar .navbar-container{display:flex;align-items:center;justify-content:space-between;width:100%}.navbar .navbar-hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.navbar .navbar-hamburger .hamburger-line{width:25px;height:3px;background:#e0e7ff;margin:3px 0;transition:all .3s ease;border-radius:2px}.navbar .navbar-hamburger .hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.navbar .navbar-hamburger .hamburger-line.open:nth-child(2){opacity:0}.navbar .navbar-hamburger .hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.navbar .navbar-brand{font-size:30px;font-weight:700;color:#e0e7ff;text-decoration:none;background:linear-gradient(135deg,#8b5cf6,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.navbar .navbar-brand:hover{transform:scale(1.05);filter:brightness(1.2)}.navbar .navbar-menu{list-style:none;display:flex;justify-content:center;margin:0;padding:0;gap:30px}.navbar .navbar-menu .navbar-item{position:relative}.navbar .navbar-menu .navbar-item a{text-decoration:none;color:#e0e7ff;font-size:18px;font-weight:800;padding:10px 16px;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.navbar .navbar-menu .navbar-item a:hover{font-size:22px;filter:brightness(1.5);background:none;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background-clip:initial;text-shadow:0 0 20px rgba(139,92,246,.5)}.navbar .navbar-menu .navbar-item a:active{font-size:17px}@media (max-width: 768px){.navbar{width:calc(100% - 20px);padding:0 15px;top:10px;height:60px}.navbar .navbar-container{flex-direction:row;justify-content:space-between}.navbar .navbar-hamburger{display:flex}.navbar .navbar-brand{font-size:20px}.navbar .navbar-menu{position:fixed;top:80px;left:-100%;width:calc(100% - 40px);height:auto;margin:0 20px;padding:20px 0;background:linear-gradient(135deg,#1a1a1a,#a855f7f2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:15px;transition:left .3s ease;z-index:1000}.navbar .navbar-menu.open{left:0}.navbar .navbar-menu .navbar-item a{font-size:16px;padding:8px 12px;display:block;text-align:center}.navbar .navbar-menu .navbar-item a:hover{font-size:17px}}@media (max-width: 480px){.navbar .navbar-container{padding:0}.navbar .navbar-brand{font-size:18px;margin-left:10px}.navbar .navbar-menu{position:fixed;top:70px;left:-100%;width:100%;margin:0;border-radius:0;background:#1a1a1af2;box-shadow:0 10px 30px #00000080}.navbar .navbar-menu.open{left:0}.navbar .navbar-menu .navbar-item{width:100%}.navbar .navbar-menu .navbar-item a{font-size:1rem;padding:12px;width:100%;box-sizing:border-box}.navbar .navbar-menu .navbar-item a:hover{background:#8b5cf61a;font-size:1rem}.navbar .navbar-hamburger{display:flex;margin-right:10px}}.particles-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.8}.services{width:100%;min-height:100vh;background:#0f0f0f;padding:100px 0;font-family:Montserrat,sans-serif;position:relative;overflow:hidden}.services .services-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:3;pointer-events:auto}.services .services-header{text-align:center;margin-bottom:80px;animation:fadeInUp 1s ease-out}.services .services-header .services-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:20px}.services .services-header .services-title .highlight{background:linear-gradient(135deg,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services .services-header .services-subtitle{font-size:1.3rem;color:#e0e7ffcc;max-width:600px;margin:0 auto;line-height:1.6}.services .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:80px}.services .service-card{background:linear-gradient(135deg,#ffffff0d,#a855f71a);border:1px solid rgba(139,92,246,.2);border-radius:20px;padding:40px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:fadeInUp 1s ease-out}.services .service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,92,246,.1),transparent);transition:left .6s}.services .service-card:hover{transform:translateY(-10px);border-color:#8b5cf6;box-shadow:0 20px 40px #8b5cf64d}.services .service-card:hover:before{left:100%}.services .service-card:hover .service-icon span{transform:scale(1.2)}.services .service-card:hover .service-cta{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;transform:translateY(-2px)}.services .service-card .service-icon{width:80px;height:80px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;box-shadow:0 10px 30px #8b5cf64d}.services .service-card .service-icon span{font-size:2.5rem;transition:transform .3s ease}.services .service-card .service-content{margin-bottom:30px}.services .service-card .service-content .service-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:15px;line-height:1.3}.services .service-card .service-content .service-description{font-size:1rem;color:#e0e7ffe6;line-height:1.6;margin-bottom:25px}.services .service-card .service-content .service-features{list-style:none;padding:0;margin:0}.services .service-card .service-content .service-features .feature-item{display:flex;align-items:center;margin-bottom:10px;font-size:.9rem;color:#e0e7ffcc}.services .service-card .service-content .service-features .feature-item .feature-bullet{color:#8b5cf6;margin-right:10px;font-weight:700;font-size:1.2rem}.services .service-card .service-footer .service-cta{width:100%;padding:15px 25px;background:transparent;border:2px solid #8B5CF6;color:#8b5cf6;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif}.services .service-card .service-footer .service-cta:hover{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #8b5cf666}.services .services-bottom{text-align:center;animation:fadeInUp 1s ease-out .3s both}.services .services-bottom .services-highlight{background:linear-gradient(135deg,#8b5cf61a,#a855f71a);border:1px solid rgba(139,92,246,.3);border-radius:20px;padding:40px;max-width:800px;margin:0 auto}.services .services-bottom .services-highlight h3{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:15px}.services .services-bottom .services-highlight p{font-size:1.2rem;color:#e0e7ffe6;line-height:1.6;font-style:italic;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.services{padding:80px 0}.services .services-container{padding:0 30px}.services .services-header{margin-bottom:60px}.services .services-header .services-title{font-size:3rem}.services .services-header .services-subtitle{font-size:1.2rem}.services .services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}}@media (max-width: 768px){.services{padding:60px 0}.services .services-container{padding:0 20px}.services .services-header{margin-bottom:50px}.services .services-header .services-title{font-size:2.5rem}.services .services-header .services-subtitle{font-size:1.1rem}.services .services-grid{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.services .service-card{padding:30px 25px}.services .service-card .service-icon{width:70px;height:70px;margin-bottom:20px}.services .service-card .service-icon span{font-size:2rem}.services .service-card .service-content .service-title{font-size:1.3rem}.services .service-card .service-content .service-description{font-size:.95rem}.services .services-bottom .services-highlight{padding:30px 20px}.services .services-bottom .services-highlight h3{font-size:1.5rem}.services .services-bottom .services-highlight p{font-size:1.1rem}}@media (max-width: 480px){.services .services-header .services-title{font-size:2rem}.services .service-card{padding:25px 20px}.services .services-bottom .services-highlight{padding:25px 15px}.services .services-bottom .services-highlight h3{font-size:1.3rem}.services .services-bottom .services-highlight p{font-size:1rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
