@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&display=swap";.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center}.application-modal{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;background:#08050f;border:1px solid rgba(168,85,247,.3);border-radius:20px;padding:4rem;z-index:10001!important;box-shadow:0 0 3px 2px #a855f733 inset,0 0 15px 6px #a855f726 inset,0 8px 24px #a855f733,0 16px 40px #a855f726}@media (max-width: 768px){.application-modal{width:95%;padding:2rem;max-height:90vh;border-radius:15px}}@media (max-width: 480px){.application-modal{width:95%;padding:1rem;max-height:95vh;border-radius:12px}}.application-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid rgba(168,85,247,.2)}@media (max-width: 480px){.application-modal .modal-header{margin-bottom:2rem;padding-bottom:1rem}}.application-modal .modal-header h2{font-family:Orbitron,sans-serif;font-size:2rem;color:#a855f7;margin:0;text-shadow:0 0 20px rgba(168,85,247,.5),0 0 40px rgba(168,85,247,.3)}@media (max-width: 768px){.application-modal .modal-header h2{font-size:1.6rem}}@media (max-width: 480px){.application-modal .modal-header h2{font-size:1.3rem}}.application-modal .modal-header .close-btn{background:transparent;border:none;color:#e0e0e0;cursor:pointer;padding:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.application-modal .modal-header .close-btn:hover{color:#a855f7;transform:rotate(90deg)}.application-modal .modal-header .close-btn svg{width:24px;height:24px}@media (max-width: 480px){.application-modal .modal-header .close-btn svg{width:20px;height:20px}}.application-modal .modal-form{display:flex;flex-direction:column;gap:2rem}@media (max-width: 480px){.application-modal .modal-form{gap:1rem}}.application-modal .modal-form .form-group{display:flex;flex-direction:column;gap:.5rem}.application-modal .modal-form .form-group label{font-family:Orbitron,sans-serif;font-size:1.1rem;color:#e0e0e0;font-weight:600;text-transform:uppercase;letter-spacing:1px}@media (max-width: 480px){.application-modal .modal-form .form-group label{font-size:1rem;letter-spacing:.5px}}.application-modal .modal-form .form-group input,.application-modal .modal-form .form-group select{padding:1rem 1.5rem;font-size:1.1rem;font-family:Inter,sans-serif;background:#00000080;border:1px solid rgba(168,85,247,.3);border-radius:10px;color:#e0e0e0;transition:all .3s ease}@media (max-width: 480px){.application-modal .modal-form .form-group input,.application-modal .modal-form .form-group select{padding:.8rem 1rem;font-size:1rem;border-radius:8px}}.application-modal .modal-form .form-group input:focus,.application-modal .modal-form .form-group select:focus{outline:none;border-color:#a855f7;box-shadow:0 0 20px #a855f74d}.application-modal .modal-form .form-group input::placeholder,.application-modal .modal-form .form-group select::placeholder{color:#a0a0a0;font-size:1rem}@media (max-width: 480px){.application-modal .modal-form .form-group input::placeholder,.application-modal .modal-form .form-group select::placeholder{font-size:.9rem}}.application-modal .modal-form .form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23a855f7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}@media (max-width: 480px){.application-modal .modal-form .form-group select{background-position:right .75rem center;padding-right:2.5rem}}.application-modal .modal-form .form-group select option{background:#08050f;color:#e0e0e0;padding:1rem}.application-modal .modal-form .submit-btn{margin-top:2rem;width:100%;padding:1.2rem 2.5rem;font-size:1.1rem}@media (max-width: 480px){.application-modal .modal-form .submit-btn{margin-top:1rem;padding:1rem 2rem;font-size:1rem}}.application-modal .modal-form .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 30px #a855f780}.application-modal .modal-form .submit-btn:disabled{opacity:.6;cursor:not-allowed}.application-modal .modal-form .status-message{text-align:center;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:600;margin-top:1rem}.application-modal .modal-form .status-message.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.application-modal .modal-form .status-message.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.application-modal::-webkit-scrollbar{width:8px}.application-modal::-webkit-scrollbar-track{background:#0000004d;border-radius:10px}.application-modal::-webkit-scrollbar-thumb{background:#a855f7;border-radius:10px}.application-modal::-webkit-scrollbar-thumb:hover{background:#c186f9}.navbar{position:fixed!important;top:20px;left:0;right:0;width:calc(100% - 40px);max-width:1200px;margin:0 auto;z-index:9999;padding:1rem 2rem;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;transform:translateZ(0);background:#1e1432b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 0 2px 1px #a855f726 inset,0 0 10px 4px #a855f71a inset,0 4px 16px #0000004d,0 8px 24px #0003,0 4px 16px #0000004d inset,0 8px 24px #0003 inset}@media (max-width: 768px){.navbar{top:10px;width:calc(100% - 20px);padding:.5rem 1rem;border-radius:15px}}@media (max-width: 480px){.navbar{top:10px;width:calc(100% - 16px);padding:.5rem 1rem;border-radius:12px}}.navbar.scrolled{background:#1e143226;box-shadow:0 0 3px 2px #a855f733 inset,0 0 15px 6px #a855f726 inset,0 8px 24px #a855f733,0 16px 40px #a855f726,0 8px 24px #a855f71a inset,0 16px 40px #a855f70d inset}.navbar .logo{font-family:Orbitron,sans-serif;font-size:1.8rem;font-weight:900;cursor:pointer;position:relative;z-index:2;display:flex;align-items:center;gap:.75rem}@media (max-width: 768px){.navbar .logo{font-size:1.6rem}}@media (max-width: 480px){.navbar .logo{font-size:1.4rem;gap:.5rem}}.navbar .logo .logo-icon{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1);transition:all .2s ease}@media (max-width: 768px){.navbar .logo .logo-icon{width:35px;height:35px}}@media (max-width: 480px){.navbar .logo .logo-icon{width:30px;height:30px}}.navbar .logo:hover .logo-icon{filter:brightness(0) invert(1) drop-shadow(0 0 10px rgba(168,85,247,.8))}.navbar .logo .logo-text{color:#a855f7;text-shadow:0 0 20px rgba(168,85,247,.5),0 0 40px rgba(168,85,247,.3)}.navbar .logo .logo-dot{color:#ec4899;text-shadow:0 0 20px rgba(236,72,153,.5),0 0 40px rgba(236,72,153,.3)}.navbar .nav-links{display:flex;gap:2rem;position:relative;z-index:2}@media (max-width: 768px){.navbar .nav-links{position:fixed;top:70px;right:-100%;flex-direction:column;background:#08050f;width:250px;height:calc(100vh - 70px);padding:2rem;transition:right .3s ease;border-left:1px solid #a855f7;z-index:9998}.navbar .nav-links.active{right:0}}.navbar .nav-links a{position:relative;font-family:Orbitron,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#e0e0e0;cursor:pointer;transition:color .2s ease}.navbar .nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#a855f7;transition:width .3s ease}.navbar .nav-links a:hover{color:#a855f7}.navbar .nav-links a:hover:after{width:100%}.navbar .nav-right{display:flex;align-items:center;gap:2rem;position:relative;z-index:2}.navbar .language-switcher{position:relative}.navbar .language-switcher .lang-dropdown-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:600;color:#e0e0e0;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:8px;cursor:pointer;transition:all .2s ease}.navbar .language-switcher .lang-dropdown-btn .flag{font-size:1.2rem;line-height:1}.navbar .language-switcher .lang-dropdown-btn .lang-code{min-width:20px}.navbar .language-switcher .lang-dropdown-btn .dropdown-arrow{transition:transform .2s ease;color:#a855f7}.navbar .language-switcher .lang-dropdown-btn .dropdown-arrow.open{transform:rotate(180deg)}.navbar .language-switcher .lang-dropdown-btn:hover{border-color:#a855f7;box-shadow:0 0 15px #a855f74d}.navbar .language-switcher .lang-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:180px;background:#08050f;border:1px solid rgba(168,85,247,.3);border-radius:10px;overflow:hidden;box-shadow:0 0 3px 2px #a855f733 inset,0 8px 24px #a855f733;z-index:1000}.navbar .language-switcher .lang-dropdown .lang-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-family:Orbitron,sans-serif;font-size:1rem;color:#e0e0e0;background:transparent;border:none;cursor:pointer;transition:all .2s ease;text-align:left}.navbar .language-switcher .lang-dropdown .lang-option .flag{font-size:1.3rem;line-height:1}.navbar .language-switcher .lang-dropdown .lang-option .lang-label{flex:1}.navbar .language-switcher .lang-dropdown .lang-option:hover{background:#a855f726;color:#a855f7}.navbar .language-switcher .lang-dropdown .lang-option.active{background:#a855f733;color:#a855f7;font-weight:700}.navbar .language-switcher .lang-dropdown .lang-option:not(:last-child){border-bottom:1px solid rgba(168,85,247,.1)}.navbar .apply-btn{padding:.6rem 1.5rem;font-size:.85rem;font-weight:700;letter-spacing:1.5px;white-space:nowrap;border-radius:15px;position:relative;z-index:1}@media (max-width: 480px){.navbar .apply-btn{display:none}}.navbar .mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer}@media (max-width: 768px){.navbar .mobile-menu-btn{display:flex}}.navbar .mobile-menu-btn span{width:25px;height:2px;background:#a855f7;transition:all .2s ease}.hero{position:relative;min-height:auto;padding:150px 0 6rem;display:flex;justify-content:center;align-items:center;width:100%;max-width:100vw;background:transparent;z-index:1;box-sizing:border-box}@media (max-width: 768px){.hero{padding-top:120px;padding-bottom:6rem}}@media (max-width: 480px){.hero{padding-top:100px;padding-bottom:4rem;padding-left:.5rem;padding-right:.5rem}}.hero .hero-bg{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:-1;pointer-events:none}.hero .hero-bg .grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(168,85,247,.03) 1px,transparent 1px),linear-gradient(rgba(168,85,247,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}.hero .hero-bg .glow-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.2;animation:float 10s ease-in-out infinite}.hero .hero-bg .glow-orb.orb-1{width:400px;height:400px;background:#a855f7;top:-150px;right:-150px}.hero .hero-bg .glow-orb.orb-2{width:300px;height:300px;background:#3b82f6;bottom:-100px;left:-100px;animation-delay:3s}.hero .hero-content{text-align:left;max-width:600px;padding:0 2rem}@media (max-width: 768px){.hero .hero-content{text-align:center;max-width:100%;margin:0 auto;padding:0 1rem}}@media (max-width: 480px){.hero .hero-content{padding:0 .5rem}}.hero .hero-wrapper{display:flex;align-items:center;justify-content:space-between;gap:6rem;margin-bottom:6rem;width:100%;max-width:1200px;padding:0 2rem;box-sizing:border-box}@media (max-width: 768px){.hero .hero-wrapper{flex-direction:column;gap:4rem;padding:0 1rem}}@media (max-width: 480px){.hero .hero-wrapper{padding:0;gap:2rem}}.hero .hero-image{position:relative;flex-shrink:0;width:100%;max-width:450px;margin-left:4rem;z-index:2}@media (max-width: 768px){.hero .hero-image{max-width:300px;margin:0 auto}}@media (max-width: 480px){.hero .hero-image{max-width:250px}}.hero .hero-image>img{width:100%;height:auto;filter:drop-shadow(0 20px 60px rgba(168,85,247,.4));position:relative;z-index:2}.hero .hero-image .floating-badge{position:absolute;top:-10%;left:-15%;width:45%;max-width:200px;z-index:3;transform-style:preserve-3d;perspective:1000px}@media (max-width: 768px){.hero .hero-image .floating-badge{top:-5%;left:-10%;width:40%}}.hero .hero-image .floating-badge img{width:100%;height:auto;filter:drop-shadow(0 15px 40px rgba(255,182,108,.6));transform-style:preserve-3d}.hero .hero-image .image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(168,85,247,.3),transparent 70%);filter:blur(60px);z-index:1;animation:pulse-glow 4s ease-in-out infinite}.hero .hero-badge{display:inline-block;padding:.8rem 2rem;margin-bottom:2rem;background:linear-gradient(135deg,#a855f726,#4fd1c526);border:2px solid transparent;border-radius:50px;position:relative;overflow:hidden;background-clip:padding-box;white-space:nowrap}@media (max-width: 480px){.hero .hero-badge{padding:.6rem 1.5rem;white-space:normal;text-align:center}}.hero .hero-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50px;padding:2px;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hero .hero-badge .badge-text{font-family:Orbitron,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:3px;font-weight:700;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}@media (max-width: 480px){.hero .hero-badge .badge-text{font-size:.85rem;letter-spacing:2px}}.hero .hero-title{margin-bottom:2rem;color:#fff;white-space:nowrap}@media (max-width: 768px){.hero .hero-title{white-space:normal}}.hero .hero-description{font-size:1.4rem;margin-bottom:4rem;color:#e0e0e0}@media (max-width: 768px){.hero .hero-description{font-size:1.2rem}}@media (max-width: 480px){.hero .hero-description{font-size:1.1rem}}.hero .hero-cta{display:flex;gap:2rem;justify-content:flex-start;margin-bottom:6rem;position:relative;z-index:1}@media (max-width: 768px){.hero .hero-cta{flex-direction:column;align-items:center;justify-content:center;gap:1rem}}@media (max-width: 480px){.hero .hero-cta{width:100%}}.hero .hero-cta .btn{display:flex;align-items:center;gap:10px;position:relative;z-index:1}@media (max-width: 480px){.hero .hero-cta .btn{width:100%;justify-content:center;padding:1rem 2rem;font-size:1rem}}.hero .hero-cta .btn .btn-arrow{transition:transform .2s ease}.hero .hero-cta .btn:hover .btn-arrow{transform:translate(5px)}.hero .hero-stats{display:flex;justify-content:center;align-items:stretch;gap:4rem;margin-top:6rem;width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding:0}@media (max-width: 768px){.hero .hero-stats{flex-direction:column;gap:2rem;max-width:500px}}@media (max-width: 480px){.hero .hero-stats{gap:1rem;max-width:100%;padding:0 .5rem}}.hero .hero-stats .stat-item{flex:0 1 320px;max-width:320px;padding:6rem 4rem;background:linear-gradient(135deg,#a855f726,#4fd1c526);border:2px solid rgba(168,85,247,.3);border-radius:20px;transition:all .3s ease;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;height:220px}@media (max-width: 768px){.hero .hero-stats .stat-item{flex:1 1 auto;max-width:100%;height:auto;min-height:180px;padding:4rem 2rem}}@media (max-width: 480px){.hero .hero-stats .stat-item{min-height:150px;padding:2rem}}.hero .hero-stats .stat-item:hover{transform:translateY(-5px);background:linear-gradient(135deg,#a855f740,#4fd1c540);border-color:#a855f799;box-shadow:0 20px 50px #a855f74d,0 0 40px #a855f733}.hero .hero-stats .stat-item:hover .stat-value{transform:scale(1.05)}.hero .hero-stats .stat-item .stat-value{font-family:Orbitron,sans-serif;font-size:4rem;font-weight:900;background:linear-gradient(135deg,#b794ff,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;transition:all .3s ease;line-height:1}@media (max-width: 768px){.hero .hero-stats .stat-item .stat-value{font-size:3.2rem}}@media (max-width: 480px){.hero .hero-stats .stat-item .stat-value{font-size:2.8rem}}.hero .hero-stats .stat-item .stat-label{font-size:1rem;color:#ffffffe6;text-transform:uppercase;letter-spacing:2px;font-weight:700;text-align:center;line-height:1.4}@media (max-width: 768px){.hero .hero-stats .stat-item .stat-label{font-size:.9rem}}@media (max-width: 480px){.hero .hero-stats .stat-item .stat-label{font-size:.85rem;letter-spacing:1px}}.hero .scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero .scroll-indicator .mouse{width:26px;height:40px;border:2px solid #a855f7;border-radius:15px;display:flex;justify-content:center;padding-top:8px}.hero .scroll-indicator .mouse .wheel{width:3px;height:8px;background:#a855f7;border-radius:2px;animation:scroll 1.5s ease-in-out infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,30px) scale(1.1)}}@keyframes scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}@keyframes pulse-glow{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}}.services{position:relative;width:100%;max-width:100vw;overflow-x:hidden;padding:6rem 0;box-sizing:border-box}@media (max-width: 768px){.services{padding:4rem 0}}@media (max-width: 480px){.services{padding:2rem 0}}.services .section-header{text-align:center;margin-bottom:1rem;padding:0 2rem}@media (max-width: 480px){.services .section-header{padding:0 .5rem}}.services .section-header .section-title{margin-bottom:.5rem}@media (max-width: 480px){.services .section-header .section-title{font-size:2.5rem}}.services .section-header .section-subtitle{font-size:1.2rem;color:#a0a0a0}@media (max-width: 480px){.services .section-header .section-subtitle{font-size:1.1rem}}.services .services-carousel{position:relative;width:100%;max-width:500px;margin:0 auto;padding:1rem 0}@media (max-width: 480px){.services .services-carousel{max-width:100%;padding:.5rem 0}}.services .cards-stack{position:relative;width:100%;height:550px;display:flex;align-items:center;justify-content:center;perspective:2000px}@media (max-width: 768px){.services .cards-stack{height:600px}}@media (max-width: 480px){.services .cards-stack{height:500px}}.services .service-card-stacked{position:absolute;width:100%;max-width:450px;min-height:480px;padding:4rem 2rem;background:linear-gradient(135deg,#a855f726,#4fd1c526);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid transparent;border-radius:20px;overflow:hidden;cursor:pointer;transition:all .3s ease;transform-style:preserve-3d;display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.services .service-card-stacked{max-width:85%;min-height:450px;padding:2rem 1rem}}@media (max-width: 480px){.services .service-card-stacked{max-width:90%;min-height:400px;padding:2rem 1rem}}.services .service-card-stacked.active{z-index:5!important}.services .service-card-stacked:hover{background:linear-gradient(135deg,#a855f740,#4fd1c540);border-color:#a855f799;box-shadow:0 20px 50px #a855f74d,0 0 40px #a855f733;transform:translateY(-5px)}.services .service-card-stacked:hover .service-number{color:#a855f74d;transform:scale(1.05)}.services .service-card-stacked .service-number{position:absolute;top:1rem;right:1rem;font-family:Orbitron,sans-serif;font-size:4rem;font-weight:900;color:#a855f714;transition:all .3s ease;line-height:1;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.services .service-card-stacked .service-number{font-size:3rem}}.services .service-card-stacked .service-icon{width:70px;height:70px;margin-bottom:2rem;transition:all .3s ease;display:inline-block;color:#a855f7}@media (max-width: 768px){.services .service-card-stacked .service-icon{width:60px;height:60px;margin-bottom:1rem}}.services .service-card-stacked .service-icon svg{width:100%;height:100%;filter:drop-shadow(0 0 15px rgba(168,85,247,.6))}.services .service-card-stacked .service-title{font-size:2.5rem;background:linear-gradient(135deg,#b794ff,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-weight:900;line-height:1.2}@media (max-width: 768px){.services .service-card-stacked .service-title{font-size:2rem}}.services .service-card-stacked .service-description{font-size:1.3rem;line-height:1.7;color:#ffffffd9}@media (max-width: 768px){.services .service-card-stacked .service-description{font-size:1.15rem;line-height:1.6}}.services .carousel-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:1rem}.services .carousel-btn{width:50px;height:50px;border-radius:50%;background:#1e143299;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(168,85,247,.2);box-shadow:0 8px 32px #0006;border:2px solid rgba(168,85,247,.3);background:#1e1432cc;color:#a855f7;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.services .carousel-btn svg{width:24px;height:24px}.services .carousel-btn:hover{border-color:#a855f7;box-shadow:0 0 30px #a855f780;transform:scale(1.1)}.services .carousel-btn:active{transform:scale(.95)}.services .carousel-indicators{display:flex;gap:.5rem}.services .carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;background:#a855f74d;border:none;cursor:pointer;transition:all .2s ease}.services .carousel-indicators .indicator.active{background:#a855f7;box-shadow:0 0 10px #a855f7cc;width:32px;border-radius:6px}.services .carousel-indicators .indicator:hover:not(.active){background:#a855f799}.expertise{position:relative;padding:6rem 0;width:100%;max-width:100vw;overflow:hidden;box-sizing:border-box}@media (max-width: 480px){.expertise{padding:4rem 0}}.expertise .expertise-header{text-align:center;max-width:900px;margin:0 auto 6rem;padding:0 2rem}@media (max-width: 480px){.expertise .expertise-header{padding:0 .5rem;margin-bottom:4rem}}.expertise .expertise-header .section-title{margin-bottom:2rem}@media (max-width: 480px){.expertise .expertise-header .section-title{font-size:2.5rem}}.expertise .expertise-header .section-subtitle{font-size:1.3rem;color:#3b82f6;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px;font-weight:700}@media (max-width: 480px){.expertise .expertise-header .section-subtitle{font-size:1.1rem;letter-spacing:1px}}.expertise .expertise-header .expertise-description{font-size:1.3rem;line-height:1.8;color:#e0e0e0;max-width:800px;margin:0 auto}@media (max-width: 480px){.expertise .expertise-header .expertise-description{font-size:1.2rem}}.expertise .expertise-features{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.expertise .expertise-features{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.expertise .expertise-features{padding:0 .5rem;gap:1rem}}.expertise .feature-card{position:relative;background:linear-gradient(135deg,#a855f726,#4fd1c526);border:2px solid rgba(168,85,247,.3);border-radius:25px;padding:6rem 4rem;text-align:center;transition:all .3s ease;overflow:visible;min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 480px){.expertise .feature-card{min-height:300px;padding:4rem 2rem;border-radius:20px}}@media (max-width: 768px){.expertise .feature-card{min-height:300px}}.expertise .feature-card:hover{background:linear-gradient(135deg,#a855f740,#4fd1c540);border-color:#a855f799;box-shadow:0 20px 50px #a855f74d,0 0 40px #a855f733;transform:translateY(-5px)}.expertise .feature-card:hover .feature-icon{transform:scale(1.1)}.expertise .feature-card .feature-icon{width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:4rem;transition:all .3s ease;position:relative;z-index:1}@media (max-width: 768px){.expertise .feature-card .feature-icon{width:80px;height:80px}}.expertise .feature-card .feature-icon svg{width:100%;height:100%;color:#a855f7cc}.expertise .feature-card .feature-title{font-family:Orbitron,sans-serif;font-size:1.6rem;font-weight:900;color:#fff;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px;line-height:1.3}@media (max-width: 768px){.expertise .feature-card .feature-title{font-size:1.4rem}}.expertise .feature-card .feature-description{font-size:1.15rem;line-height:1.7;color:#fffc;max-width:90%;margin:0 auto}.expertise .expertise-glow{display:none}.partners{position:relative;width:100%;max-width:100vw;overflow-x:hidden;padding:6rem 0;box-sizing:border-box}@media (max-width: 480px){.partners{padding:4rem 0}}.partners .section-header{text-align:center;margin-bottom:6rem;padding:0 2rem}@media (max-width: 480px){.partners .section-header{margin-bottom:4rem;padding:0 .5rem}}.partners .partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:4rem;margin-bottom:6rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem}@media (max-width: 768px){.partners .partners-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 480px){.partners .partners-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 .5rem;min-width:0}}.partners .partner-card{position:relative;background:linear-gradient(135deg,#a855f733,#4fd1c533);border:2px solid rgba(168,85,247,.3);border-radius:20px;cursor:pointer;transition:all .3s ease;aspect-ratio:1/1;min-height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 480px){.partners .partner-card{min-height:140px;border-radius:15px}}.partners .partner-card:hover{background:linear-gradient(135deg,#a855f74d,#4fd1c54d);border-color:#a855f799;box-shadow:0 15px 40px #a855f74d,0 0 30px #a855f733;transform:translateY(-5px)}.partners .partner-card:hover .partner-logo img{transform:scale(1.05)}.partners .partner-card .partner-logo{position:relative;z-index:1;width:80%;height:80%;display:flex;align-items:center;justify-content:center;border-radius:20px;overflow:hidden}.partners .partner-card .partner-logo img{width:100%;height:100%;object-fit:contain;transition:all .3s ease}.partners .partners-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin-top:6rem;padding-top:6rem;padding-left:2rem;padding-right:2rem;border-top:2px solid rgba(168,85,247,.3)}@media (max-width: 768px){.partners .partners-stats{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.partners .partners-stats{gap:1rem;padding-left:.5rem;padding-right:.5rem;margin-top:4rem;padding-top:4rem}}.partners .partners-stats .stat{text-align:center;padding:6rem;background:linear-gradient(135deg,#a855f733,#4fd1c533);border:2px solid rgba(168,85,247,.3);border-radius:20px;position:relative;overflow:hidden;transition:all .3s ease}.partners .partners-stats .stat:hover{background:linear-gradient(135deg,#a855f74d,#4fd1c54d);border-color:#a855f799;box-shadow:0 15px 40px #a855f74d,0 0 30px #a855f733;transform:translateY(-5px)}.partners .partners-stats .stat:hover .stat-value{transform:scale(1.05)}.partners .partners-stats .stat .stat-value{font-family:Orbitron,sans-serif;font-size:3rem;font-weight:900;background:linear-gradient(135deg,#b794ff,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;transition:all .3s ease}@media (max-width: 768px){.partners .partners-stats .stat .stat-value{font-size:2.5rem}}.partners .partners-stats .stat .stat-label{font-size:1.2rem;color:#ffffffe6;text-transform:uppercase;letter-spacing:2px;font-weight:700}.partners .floating-shapes{display:none}@keyframes float{0%,to{transform:translate(0) rotate(0) scale(1)}33%{transform:translate(30px,-30px) rotate(120deg) scale(1.1)}66%{transform:translate(-20px,20px) rotate(240deg) scale(.9)}}.calculator{position:relative;padding:4rem 0;width:100%;max-width:100vw;overflow:hidden;box-sizing:border-box}@media (max-width: 480px){.calculator{padding:2rem 0}}.calculator .calculator-header{text-align:center;max-width:700px;margin:0 auto 4rem;padding:0 2rem}@media (max-width: 480px){.calculator .calculator-header{padding:0 .5rem}}.calculator .calculator-header .section-title{font-size:2.5rem;margin-bottom:1rem}@media (max-width: 768px){.calculator .calculator-header .section-title{font-size:2rem}}@media (max-width: 480px){.calculator .calculator-header .section-title{font-size:1.8rem}}.calculator .calculator-header .section-subtitle{font-size:1.1rem;color:#e0e0e0}@media (max-width: 480px){.calculator .calculator-header .section-subtitle{font-size:1rem}}.calculator .calculator-content{max-width:1100px;margin:0 auto;background:linear-gradient(135deg,#a855f726,#4fd1c526);border:2px solid rgba(168,85,247,.4);border-radius:25px;padding:6rem;position:relative;display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center}@media (max-width: 768px){.calculator .calculator-content{grid-template-columns:1fr;padding:2rem;gap:2rem;max-width:90%}}@media (max-width: 480px){.calculator .calculator-content{padding:1rem;max-width:95%;border-radius:20px}}.calculator .calculator-content:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:25px;padding:2px;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.6}.calculator .calculator-controls{display:flex;flex-direction:column;gap:2rem}@media (max-width: 480px){.calculator .calculator-controls{gap:1rem}}.calculator .control-group .control-label{display:block;font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:700;color:#a855f7;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}@media (max-width: 480px){.calculator .control-group .control-label{font-size:.8rem}}.calculator .toggle-buttons{display:flex;gap:.5rem}@media (max-width: 480px){.calculator .toggle-buttons{gap:.25rem}}.calculator .toggle-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;font-family:Orbitron,sans-serif;font-size:.85rem;font-weight:600;color:#ffffffb3;background:#a855f71a;border:2px solid rgba(168,85,247,.3);border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media (max-width: 480px){.calculator .toggle-btn{padding:.5rem .25rem;font-size:.75rem;gap:.25rem;border-radius:8px;flex-direction:column}}.calculator .toggle-btn .btn-icon{font-size:1.2rem;line-height:1;flex-shrink:0;transition:all .2s ease}@media (max-width: 480px){.calculator .toggle-btn .btn-icon{font-size:1rem}}.calculator .toggle-btn:hover{border-color:#a855f780;background:#a855f726;color:#ffffffe6}.calculator .toggle-btn.active{background:linear-gradient(135deg,#a855f74d,#4fd1c54d);border-color:#a855f7;color:#fff;box-shadow:0 0 15px #a855f766}.calculator .toggle-btn.active .btn-icon{transform:scale(1.15);filter:drop-shadow(0 0 8px rgba(168,85,247,.8))}.calculator .slider-container{padding:1rem 0}.calculator .slider{width:100%;height:6px;border-radius:10px;background:linear-gradient(to right,#a855f74d,#4fd1c580,#a855f7b3);outline:none;-webkit-appearance:none;cursor:pointer}.calculator .slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#a855f7,#3b82f6);cursor:pointer;box-shadow:0 0 10px #a855f799;transition:all .2s ease}.calculator .slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 15px #a855f7cc}.calculator .slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#a855f7,#3b82f6);cursor:pointer;border:none;box-shadow:0 0 10px #a855f799;transition:all .2s ease}.calculator .slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 15px #a855f7cc}.calculator .slider-value{text-align:center;font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:900;background:linear-gradient(135deg,#b794ff,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:.5rem}@media (max-width: 480px){.calculator .slider-value{font-size:1.3rem}}.calculator .calculator-result{text-align:center;padding:6rem;background:linear-gradient(135deg,#a855f733,#4fd1c533);border-radius:20px;border:2px solid rgba(168,85,247,.4);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px}@media (max-width: 768px){.calculator .calculator-result{min-height:220px;padding:2rem}}@media (max-width: 480px){.calculator .calculator-result{min-height:200px;padding:2rem;border-radius:15px}}.calculator .calculator-result:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(168,85,247,.2),transparent 70%)}.calculator .calculator-result .result-label{font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;position:relative;z-index:1}@media (max-width: 768px){.calculator .calculator-result .result-label{font-size:.85rem}}@media (max-width: 480px){.calculator .calculator-result .result-label{font-size:.8rem}}.calculator .calculator-result .result-amount{font-family:Orbitron,sans-serif;font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#b794ff,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;position:relative;z-index:1;text-align:center;line-height:1.1;white-space:nowrap}@media (max-width: 768px){.calculator .calculator-result .result-amount{font-size:3rem}}@media (max-width: 480px){.calculator .calculator-result .result-amount{font-size:2.5rem}}.calculator .calculator-result .result-full{font-size:.95rem;color:#fff9;margin-bottom:1rem;position:relative;z-index:1;text-align:center;font-weight:500}@media (max-width: 768px){.calculator .calculator-result .result-full{font-size:.85rem}}@media (max-width: 480px){.calculator .calculator-result .result-full{font-size:.8rem}}.calculator .calculator-result .result-range{font-size:1rem;color:#fffc;margin-bottom:2rem;font-weight:600;position:relative;z-index:1;text-align:center;line-height:1.4;word-wrap:break-word;max-width:100%}@media (max-width: 768px){.calculator .calculator-result .result-range{font-size:.9rem}}@media (max-width: 480px){.calculator .calculator-result .result-range{font-size:.85rem}}.calculator .calculator-result .result-note{font-size:.9rem;color:#fff9;font-style:italic;position:relative;z-index:1;line-height:1.5;max-width:95%;text-align:center}@media (max-width: 768px){.calculator .calculator-result .result-note{font-size:.8rem}}@media (max-width: 480px){.calculator .calculator-result .result-note{font-size:.75rem;max-width:100%}}.calculator .calculator-glow{display:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:0% center}to{background-position:200% center}}@keyframes float{0%,to{transform:translate(0) rotate(0) scale(1)}33%{transform:translate(40px,-40px) rotate(120deg) scale(1.1)}66%{transform:translate(-30px,30px) rotate(240deg) scale(.9)}}.cta{position:relative;padding:6rem 0;width:100%;max-width:100vw;overflow:visible;box-sizing:border-box}@media (max-width: 480px){.cta{padding:4rem 0}}.cta .cta-bg{display:none}.cta .cta-content{max-width:800px;margin:0 auto;text-align:center;padding:6rem;background:linear-gradient(135deg,#a855f726,#4fd1c526);border:2px solid rgba(168,85,247,.4);box-shadow:0 8px 32px #0006,0 0 60px #a855f766;border-radius:20px;position:relative}@media (max-width: 768px){.cta .cta-content{max-width:90%;padding:4rem}}@media (max-width: 480px){.cta .cta-content{max-width:95%;padding:2rem;border-radius:15px}}.cta .cta-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;color:#fff}.cta .cta-subtitle{font-size:1.4rem;color:#ffffffd9;margin-bottom:4rem}.cta .cta-form{display:flex;gap:1rem;margin-bottom:4rem;justify-content:center;position:relative;z-index:1}@media (max-width: 480px){.cta .cta-form{flex-direction:column;width:100%}}.cta .cta-form .btn-apply{padding:1.2rem 3rem;font-size:1.2rem;border-radius:15px;position:relative;z-index:1}@media (max-width: 480px){.cta .cta-form .btn-apply{width:100%;padding:1rem 2rem;font-size:1rem}}.cta .cta-info{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.cta .cta-info .info-item{display:flex;align-items:center;gap:10px;color:#ffffffe6;font-size:1.3rem}.cta .cta-info .info-item svg{color:#a855f7;flex-shrink:0;width:24px;height:24px;filter:drop-shadow(0 0 10px rgba(168,85,247,.6))}.cta .pulse-circles{display:none}@keyframes gridSlide{0%{transform:translate(0)}to{transform:translate(40px,40px)}}@keyframes gradientRotate{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.3);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:0}}.footer{position:relative;background:#08050f;padding:2rem 0 1rem;border-top:1px solid rgba(0,255,65,.2);width:100%;overflow-x:hidden}@media (max-width: 480px){.footer{padding:1rem 0}}.footer .footer-content{display:grid;grid-template-columns:2fr 3fr;gap:2rem;margin-bottom:1rem;padding:0 2rem}@media (max-width: 768px){.footer .footer-content{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.footer .footer-content{padding:0 .5rem;gap:.5rem}}.footer .footer-brand .logo{font-family:Orbitron,sans-serif;font-size:3rem;font-weight:900;margin-bottom:.75rem;display:inline-block}@media (max-width: 480px){.footer .footer-brand .logo{font-size:2.5rem}}.footer .footer-brand .logo .logo-text{color:#a855f7;text-shadow:0 0 20px rgba(168,85,247,.5),0 0 40px rgba(168,85,247,.3)}.footer .footer-brand .logo .logo-dot{color:#ec4899;text-shadow:0 0 20px rgba(236,72,153,.5),0 0 40px rgba(236,72,153,.3)}.footer .footer-brand .footer-description{color:#a0a0a0;margin-bottom:.75rem;line-height:1.5;font-size:1.4rem}@media (max-width: 480px){.footer .footer-brand .footer-description{font-size:1.2rem}}.footer .footer-brand .social-links{display:flex;gap:1rem}.footer .footer-brand .social-links .social-link{width:60px;height:60px;display:flex;justify-content:center;align-items:center;background:#1e143299;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(168,85,247,.2);box-shadow:0 8px 32px #0006;border-radius:10px;font-size:1.8rem;transition:all .3s ease}.footer .footer-brand .social-links .social-link:hover{border-color:#a855f7;transform:translateY(-5px);box-shadow:0 10px 30px #00ff414d}.footer .footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 768px){.footer .footer-links{grid-template-columns:1fr}}@media (max-width: 480px){.footer .footer-links{gap:.5rem}}.footer .footer-links .footer-column h4{font-family:Orbitron,sans-serif;font-size:1.6rem;color:#a855f7;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:2px}@media (max-width: 480px){.footer .footer-links .footer-column h4{font-size:1.4rem}}.footer .footer-links .footer-column ul{list-style:none}.footer .footer-links .footer-column ul li{margin-bottom:.25rem;font-size:1.3rem;color:#e0e0e0;line-height:1.5}@media (max-width: 480px){.footer .footer-links .footer-column ul li{font-size:1.2rem}}.footer .footer-links .footer-column ul li a{color:#a0a0a0;text-decoration:none;transition:color .2s ease;font-size:1.3rem;line-height:1.5;display:inline-block}@media (max-width: 480px){.footer .footer-links .footer-column ul li a{font-size:1.2rem}}.footer .footer-links .footer-column ul li a:hover{color:#a855f7}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid rgba(0,255,65,.1);margin-top:.75rem}@media (max-width: 768px){.footer .footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.footer .footer-bottom p{color:#a0a0a0;font-size:1.3rem}.footer .footer-bottom .footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer .footer-bottom .footer-bottom-links a{color:#a0a0a0;text-decoration:none;font-size:1.3rem;transition:color .2s ease}.footer .footer-bottom .footer-bottom-links a:hover{color:#a855f7}.footer .footer-bottom .footer-bottom-links span{color:#a0a0a0}.footer .footer-glow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:2px;background:linear-gradient(90deg,transparent,#a855f7,transparent)}:root{--color-bg1: rgb(108, 0, 162);--color-bg2: rgb(0, 17, 82);--color1: 18, 113, 255;--color2: 221, 74, 255;--color3: 100, 220, 255;--color-interactive: 140, 100, 255;--circle-size: 40%;--blending: hard-light}@keyframes moveInCircle{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes moveVertical{0%{transform:translateY(-80%)}50%{transform:translateY(80%)}to{transform:translateY(-80%)}}@keyframes moveHorizontal{0%{transform:translate(-80%) translateY(-30%)}50%{transform:translate(80%) translateY(30%)}to{transform:translate(-80%) translateY(-30%)}}.gradient-bg{width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden;background:linear-gradient(40deg,var(--color-bg1),var(--color-bg2));z-index:-1;pointer-events:none;transform:translateZ(0);backface-visibility:hidden}.gradient-bg .gradients-container{filter:blur(60px);width:100%;height:100%;transform:translateZ(0)}.gradient-bg .g1,.gradient-bg .g2,.gradient-bg .g3{position:absolute;background:radial-gradient(circle at center,rgba(var(--color1),.6) 0,rgba(var(--color1),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);opacity:.7;will-change:transform}.gradient-bg .g1{top:5%;left:10%;transform-origin:center center;animation:moveVertical 30s ease infinite}.gradient-bg .g2{background:radial-gradient(circle at center,rgba(var(--color2),.6) 0,rgba(var(--color2),0) 50%) no-repeat;top:50%;right:10%;transform-origin:calc(50% - 400px);animation:moveInCircle 25s reverse infinite}.gradient-bg .g3{background:radial-gradient(circle at center,rgba(var(--color3),.6) 0,rgba(var(--color3),0) 50%) no-repeat;bottom:5%;left:15%;transform-origin:calc(50% + 400px);animation:moveInCircle 35s linear infinite}.about-page{min-height:100vh;padding:120px 0 6rem;background:#08050f}@media (max-width: 768px){.about-page{padding:100px 0 4rem}}@media (max-width: 480px){.about-page{padding:90px 0 2rem}}.about-page .container{max-width:1000px;margin:0 auto;padding:0 2rem}@media (max-width: 480px){.about-page .container{padding:0 1rem}}.about-page .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#a855f7;text-decoration:none;font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:2rem;transition:all .2s ease}@media (max-width: 480px){.about-page .back-link{font-size:1rem;margin-bottom:1rem}}.about-page .back-link:hover{color:#3b82f6;transform:translate(-5px)}.about-page .about-title{font-family:Orbitron,sans-serif;font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;text-align:center}@media (max-width: 768px){.about-page .about-title{font-size:2.8rem}}@media (max-width: 480px){.about-page .about-title{font-size:2.2rem}}.about-page .about-subtitle{font-size:1.4rem;color:#e0e0e0;text-align:center;margin-bottom:6rem;line-height:1.6}@media (max-width: 480px){.about-page .about-subtitle{font-size:1.2rem;margin-bottom:4rem}}.about-page .about-section{margin-bottom:4rem;padding:0}@media (max-width: 480px){.about-page .about-section{margin-bottom:2rem}}.about-page .about-section h2{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:700;color:#a855f7;margin-bottom:2rem}@media (max-width: 768px){.about-page .about-section h2{font-size:1.7rem}}@media (max-width: 480px){.about-page .about-section h2{font-size:1.5rem;margin-bottom:1rem}}.about-page .about-section p{font-size:1.2rem;line-height:1.8;color:#e0e0e0;margin-bottom:1rem}@media (max-width: 480px){.about-page .about-section p{font-size:1.1rem;line-height:1.6}}.about-page .about-section ul{list-style:none;padding-left:0;margin-top:1rem}.about-page .about-section ul li{font-size:1.2rem;line-height:1.8;color:#e0e0e0;margin-bottom:.5rem;padding-left:4rem;position:relative}@media (max-width: 480px){.about-page .about-section ul li{font-size:1.1rem;line-height:1.6;padding-left:2rem}}.about-page .about-section ul li:before{content:"→";position:absolute;left:0;color:#a855f7;font-weight:700}.about-page .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;margin-top:2rem}@media (max-width: 768px){.about-page .features-grid{grid-template-columns:1fr;gap:2rem}}.about-page .features-grid .feature-card{background:linear-gradient(135deg,#a855f71a,#4fd1c51a);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(168,85,247,.3);border-radius:20px;padding:4rem;transition:all .3s ease;position:relative;overflow:hidden}@media (max-width: 480px){.about-page .features-grid .feature-card{padding:2rem;border-radius:15px}}.about-page .features-grid .feature-card:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:20px;padding:2px;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s ease}.about-page .features-grid .feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #a855f74d}.about-page .features-grid .feature-card:hover:before{opacity:1}.about-page .features-grid .feature-card:hover .feature-icon{transform:scale(1.1)}.about-page .features-grid .feature-card .feature-icon{font-size:3rem;margin-bottom:1rem;transition:transform .3s ease}@media (max-width: 480px){.about-page .features-grid .feature-card .feature-icon{font-size:2.5rem}}.about-page .features-grid .feature-card h3{font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700;color:#a855f7;margin-bottom:.5rem}@media (max-width: 480px){.about-page .features-grid .feature-card h3{font-size:1.3rem}}.about-page .features-grid .feature-card p{font-size:1.1rem;line-height:1.6;color:#e0e0e0;margin:0}@media (max-width: 480px){.about-page .features-grid .feature-card p{font-size:1rem}}.about-page .about-cta{text-align:center;padding:6rem;background:linear-gradient(135deg,#a855f726,#4fd1c526);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(168,85,247,.3);border-radius:25px;margin-top:6rem;position:relative;overflow:hidden}@media (max-width: 480px){.about-page .about-cta{padding:4rem 2rem;margin-top:4rem;border-radius:20px}}.about-page .about-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(168,85,247,.2),transparent 70%);animation:pulse 3s ease-in-out infinite}.about-page .about-cta h2{font-family:Orbitron,sans-serif;font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;position:relative;z-index:1}@media (max-width: 768px){.about-page .about-cta h2{font-size:2rem}}@media (max-width: 480px){.about-page .about-cta h2{font-size:1.7rem}}.about-page .about-cta p{font-size:1.3rem;color:#e0e0e0;margin-bottom:4rem;position:relative;z-index:1}@media (max-width: 480px){.about-page .about-cta p{font-size:1.1rem;margin-bottom:2rem}}.about-page .about-cta .btn{position:relative;z-index:1}@media (max-width: 480px){.about-page .about-cta .btn{width:100%}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}.contact-page{min-height:100vh;padding:120px 2rem 4rem;background:#08050f}@media (max-width: 768px){.contact-page{padding:100px 1rem 2rem}}@media (max-width: 480px){.contact-page{padding:90px .5rem 1rem}}.contact-container{max-width:800px;margin:0 auto;color:#e0e0e0}.contact-header{margin-bottom:4rem}@media (max-width: 480px){.contact-header{margin-bottom:2rem}}.contact-header .back-link{display:inline-block;color:#a855f7;text-decoration:none;font-size:1.2rem;font-weight:600;margin-bottom:1rem;transition:all .2s ease}.contact-header .back-link:hover{color:#3b82f6;transform:translate(-5px)}@media (max-width: 480px){.contact-header .back-link{font-size:1.1rem}}.contact-header .page-title{font-family:Orbitron,sans-serif;font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}@media (max-width: 768px){.contact-header .page-title{font-size:3rem}}@media (max-width: 480px){.contact-header .page-title{font-size:2.5rem}}.contact-header .page-subtitle{font-size:1.4rem;color:#ffffffb3;line-height:1.6}@media (max-width: 480px){.contact-header .page-subtitle{font-size:1.2rem}}.office-section{margin-bottom:4rem}@media (max-width: 480px){.office-section{margin-bottom:2rem}}.office-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.office-header .office-flag{font-size:2.5rem}@media (max-width: 480px){.office-header .office-flag{font-size:2rem}}.office-header .office-country{font-family:Orbitron,sans-serif;font-size:2.2rem;font-weight:900;color:#a855f7;text-transform:uppercase;letter-spacing:1px}@media (max-width: 480px){.office-header .office-country{font-size:1.8rem}}.office-content{padding-left:1rem}@media (max-width: 480px){.office-content{padding-left:0}}.contact-item{margin-bottom:.5rem;line-height:1.8;font-size:1.3rem}@media (max-width: 480px){.contact-item{font-size:1.2rem}}.contact-item strong{color:#ffffffe6;margin-right:.5rem}.contact-item span{color:#ffffffb3}.contact-item .contact-link{color:#3b82f6;text-decoration:none;transition:all .2s ease}.contact-item .contact-link:hover{color:#a855f7;text-decoration:underline}.policy-page{min-height:100vh;padding:120px 0 6rem;background:#08050f}@media (max-width: 768px){.policy-page{padding:100px 0 4rem}}@media (max-width: 480px){.policy-page{padding:90px 0 2rem}}.policy-page .container{max-width:900px;margin:0 auto;padding:0 2rem}@media (max-width: 480px){.policy-page .container{padding:0 1rem}}.policy-page .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#a855f7;text-decoration:none;font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:2rem;transition:all .2s ease}@media (max-width: 480px){.policy-page .back-link{font-size:1rem;margin-bottom:1rem}}.policy-page .back-link:hover{color:#3b82f6;transform:translate(-5px)}.policy-page .policy-title{font-family:Orbitron,sans-serif;font-size:3rem;font-weight:900;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}@media (max-width: 768px){.policy-page .policy-title{font-size:2.5rem}}@media (max-width: 480px){.policy-page .policy-title{font-size:2rem}}.policy-page .policy-updated{color:#a0a0a0;font-size:1.1rem;margin-bottom:4rem}@media (max-width: 480px){.policy-page .policy-updated{font-size:1rem;margin-bottom:2rem}}.policy-page .policy-section{margin-bottom:4rem;padding:0}@media (max-width: 480px){.policy-page .policy-section{margin-bottom:2rem}}.policy-page .policy-section h2{font-family:Orbitron,sans-serif;font-size:1.8rem;font-weight:700;color:#a855f7;margin-bottom:1rem}@media (max-width: 768px){.policy-page .policy-section h2{font-size:1.5rem}}@media (max-width: 480px){.policy-page .policy-section h2{font-size:1.3rem}}.policy-page .policy-section p{font-size:1.2rem;line-height:1.8;color:#e0e0e0;margin-bottom:1rem}@media (max-width: 480px){.policy-page .policy-section p{font-size:1.1rem;line-height:1.6}}.policy-page .policy-section ul{list-style:none;padding-left:0;margin-top:1rem}.policy-page .policy-section ul li{font-size:1.2rem;line-height:1.8;color:#e0e0e0;margin-bottom:.5rem;padding-left:4rem;position:relative}@media (max-width: 480px){.policy-page .policy-section ul li{font-size:1.1rem;line-height:1.6;padding-left:2rem}}.policy-page .policy-section ul li:before{content:"→";position:absolute;left:0;color:#a855f7;font-weight:700}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}html{scrollbar-gutter:stable}@media (max-width: 480px){html{font-size:16px}}body{font-family:Dongle,Inter,sans-serif;color:#e0e0e0;background:#08050f;line-height:1.6;min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch}#root{width:100%;min-height:100vh}.app{position:relative;width:100%;max-width:100vw}.app>*:not(.gradient-bg):not(.navbar){position:relative;z-index:1}h1,h2,h3,h4,h5,h6{font-family:Orbitron,sans-serif;font-weight:700;line-height:1.2;color:#fff}h1{font-size:clamp(2.5rem,6vw,5rem);color:#fff}h2{font-size:clamp(2rem,5vw,3.5rem);color:#fff}h3{font-size:clamp(1.5rem,3vw,2rem);color:#fff}p{font-size:clamp(1.1rem,2vw,1.25rem);color:#a0a0a0}@media (max-width: 480px){p{font-size:1.1rem}}.btn{padding:1.2rem 2.5rem;font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#fff;background:linear-gradient(135deg,#a855f7,#3b82f6);border:none;border-radius:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 0 20px #a855f766,0 0 40px #a855f733,0 4px 15px #0000004d}.btn:hover{transform:translateY(-2px);box-shadow:0 0 30px #a855f799,0 0 60px #a855f766,0 0 90px #a855f733,0 8px 25px #0006}.btn.btn-secondary{background:transparent;color:#a855f7;border:2px solid #a855f7}.btn.btn-secondary:hover{background:#a855f7;color:#0f0a1f}.container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}@media (max-width: 768px){.container{padding:0 1rem}}@media (max-width: 480px){.container{padding:0 .5rem}}section{padding:6rem 0;position:relative;width:100%;z-index:1;background:transparent}@media (max-width: 768px){section{padding:4rem 0}}@media (max-width: 480px){section{padding:2rem 0}}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.glitch{animation:glitch .3s infinite;animation-play-state:paused}.glitch:hover{animation-play-state:running}.particles{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#08050f}::-webkit-scrollbar-thumb{background:#a855f7;border-radius:6px;border:2px solid #08050f}::-webkit-scrollbar-thumb:hover{background:#c186f9}*{scrollbar-width:thin;scrollbar-color:#a855f7 #08050f}
