.header{position:fixed;top:0;left:0;right:0;padding:.5rem 0;background-color:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1);height:56px}.header.scrolled{box-shadow:0 2px 8px #0000000a;padding:.25rem 0;height:48px}.header .container{max-width:1600px;width:90%;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:100%}@media (max-width: 768px){.header .container{width:95%;padding:0 1rem}}.header .logo-link{text-decoration:none;display:flex;align-items:center;margin-right:auto}.header .logo-container{position:relative;width:150px;height:100%;display:flex;align-items:center;justify-content:flex-start}.header .logo-animation{position:absolute;top:50%;left:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:flex-start;transition:opacity .5s ease}.header .dots-wrapper{display:flex;gap:6px;align-items:center}.header .header-dot{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0063e64d;transition:transform .1s ease-out}.header .logo{position:absolute;top:50%;left:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:flex-start;font-size:1.125rem;font-weight:600;color:#fff;letter-spacing:-.02em;transition:opacity .5s ease}.header .desktop-nav{display:flex;align-items:center;gap:1.5rem}@media (max-width: 768px){.header .desktop-nav{display:none}}.header .desktop-nav nav{display:flex;gap:1rem}.header .desktop-nav nav a{color:#1a1a1c;text-decoration:none;font-weight:500;font-size:.875rem;transition:color .15s cubic-bezier(.4,0,.2,1);position:relative}.header .desktop-nav nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background-color:#0063e6;transition:width .3s cubic-bezier(.4,0,.2,1)}.header .desktop-nav nav a:hover,.header .desktop-nav nav a.active{color:#0063e6}.header .desktop-nav nav a:hover:after,.header .desktop-nav nav a.active:after{width:100%}.header .user-menu{position:relative}.header .user-menu-trigger{display:flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;padding:.25rem 1rem;border-radius:12px;transition:all .15s cubic-bezier(.4,0,.2,1)}.header .user-menu-trigger:hover{background-color:#0063e614}.header .user-menu-trigger .user-name{font-size:.875rem;font-weight:500;color:#1a1a1c}.header .user-dropdown{position:absolute;top:calc(100% + .25rem);right:0;min-width:200px;background-color:#fff;border-radius:12px;box-shadow:0 12px 32px #00000008,0 4px 12px #00000005;border:1px solid rgba(0,0,0,.05);padding:.25rem;z-index:100}.header .user-dropdown-item{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500;color:#1a1a1c;border-radius:8px;transition:all .15s cubic-bezier(.4,0,.2,1);text-align:left}.header .user-dropdown-item:hover{background-color:#0063e614;color:#0063e6}.header .user-dropdown-item--logout{color:#ff2d55}.header .user-dropdown-item--logout:hover{background-color:#ff2d5514;color:#ff1440}.header .user-dropdown-item span{flex:1}.header .user-dropdown-divider{height:1px;background-color:#00000014;margin:.25rem 0}.header .user-name{font-size:.875rem;font-weight:500;color:#1a1a1c}.header .login-button{background-color:#0063e6;color:#fff;border:none;padding:.25rem 1rem;border-radius:9999px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a;display:flex;align-items:center;gap:.25rem}.header .login-button:hover{background-color:#004db3;transform:translateY(-1px);box-shadow:0 8px 16px #00000008,0 4px 8px #00000005}.header .login-button:active{transform:translateY(0)}.header .mobile-menu-button{display:none;background:none;border:none;cursor:pointer;color:#1a1a1c;padding:.25rem;transition:background-color .15s cubic-bezier(.4,0,.2,1);border-radius:8px}.header .mobile-menu-button:hover{background-color:#0000000d}@media (max-width: 768px){.header .mobile-menu-button{display:flex;align-items:center;justify-content:center}}.header .mobile-nav{position:absolute;top:100%;left:0;right:0;background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1rem 1.5rem;box-shadow:0 8px 16px #00000008,0 4px 8px #00000005;display:none;border-radius:0 0 12px 12px}@media (max-width: 768px){.header .mobile-nav{display:flex;flex-direction:column}}.header .mobile-nav nav{display:flex;flex-direction:column;margin-bottom:1rem}.header .mobile-nav nav a{color:#1a1a1c;text-decoration:none;font-weight:500;padding:.5rem 0;font-size:1rem;border-bottom:1px solid rgba(0,0,0,.05)}.header .mobile-nav nav a:last-child{border-bottom:none}.header .mobile-nav nav a:hover,.header .mobile-nav nav a.active{color:#0063e6}.header .mobile-nav .mobile-user-menu{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}.header .mobile-nav .mobile-user-menu .user-name-mobile{font-size:.875rem;font-weight:600;color:#1a1a1c;text-align:center;padding:.25rem 0}.header .mobile-nav .mobile-user-menu .mobile-user-options{display:flex;flex-direction:column;gap:.25rem}.header .mobile-nav .mobile-user-menu .mobile-user-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500;color:#1a1a1c;border-radius:8px;transition:all .15s cubic-bezier(.4,0,.2,1);text-align:left}.header .mobile-nav .mobile-user-menu .mobile-user-option:hover{background-color:#0063e614;color:#0063e6}.header .mobile-nav .mobile-user-menu .mobile-user-option--logout{color:#ff2d55;margin-top:.25rem}.header .mobile-nav .mobile-user-menu .mobile-user-option--logout:hover{background-color:#ff2d5514;color:#ff1440}@media (prefers-color-scheme: dark){.header{background-color:#19191bd9}.header .header-dot{background:#fff;box-shadow:0 2px 8px #3d8bff4d}.header .logo{color:#fff}.header .desktop-nav nav a{color:#f5f5f7}.header .desktop-nav nav a:hover,.header .desktop-nav nav a.active{color:#3d8bff}.header .desktop-nav nav a:hover:after,.header .desktop-nav nav a.active:after{background-color:#3d8bff}.header .user-menu-trigger:hover{background-color:#3d8bff1a}.header .user-menu-trigger .user-name{color:#f5f5f7}.header .user-dropdown{background-color:#121214;border:1px solid rgba(255,255,255,.07);box-shadow:0 8px 16px #0006}.header .user-dropdown-item{color:#fff}.header .user-dropdown-item:hover{background-color:#3d8bff1a;color:#3d8bff}.header .user-dropdown-item--logout{color:#ff2d55}.header .user-dropdown-item--logout:hover{background-color:#ff2d551a}.header .user-dropdown-divider{background-color:#ffffff12}.header .mobile-nav{background-color:#19191bf2}.header .mobile-nav nav a{color:#fff;border-bottom-color:#ffffff1a}.header .mobile-nav nav a:hover,.header .mobile-nav nav a.active{color:#3d8bff}.header .mobile-nav .mobile-user-menu{border-top-color:#ffffff1a}.header .mobile-nav .mobile-user-menu .user-name-mobile{color:#fff;font-weight:600}.header .mobile-nav .mobile-user-menu .mobile-user-options{display:flex;flex-direction:column;gap:.25rem}.header .mobile-nav .mobile-user-menu .mobile-user-option{color:#fff}.header .mobile-nav .mobile-user-menu .mobile-user-option:hover{background-color:#3d8bff1a;color:#3d8bff}.header .mobile-nav .mobile-user-menu .mobile-user-option--logout{color:#ff2d55}.header .mobile-nav .mobile-user-menu .mobile-user-option--logout:hover{background-color:#ff2d551a}.header .login-button{background-color:#3d8bff}.header .login-button:hover{background-color:#70a9ff}.header .mobile-menu-button{color:#f5f5f7}.header .mobile-menu-button:hover{background-color:#ffffff1a}}.footer{background-color:#f5f5f7;padding:2rem 0 1.5rem}.footer .container{max-width:1200px;width:90%;margin:0 auto;padding:0 2rem;box-sizing:border-box}@media (max-width: 768px){.footer .container{width:95%;padding:0 1.5rem}}.footer .footer-content{display:flex;flex-wrap:wrap;gap:3rem;margin-bottom:2rem;justify-content:space-between}@media (max-width: 768px){.footer .footer-content{flex-direction:column;gap:1.5rem}}.footer .footer-info{flex:2;min-width:280px;max-width:500px}.footer .footer-info .footer-logo{font-size:1.25rem;font-weight:600;color:#0063e6;margin-bottom:1rem;letter-spacing:-.02em}.footer .footer-info p{color:#747478;margin-bottom:1.5rem;line-height:1.6;font-size:.875rem}.footer .footer-info .social-links{display:flex;gap:.5rem}.footer .footer-info .social-links a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background-color:#0000000d;color:#1a1a1c;transition:all .15s cubic-bezier(.4,0,.2,1)}.footer .footer-info .social-links a:hover{background-color:#0063e6;color:#fff;transform:translateY(-2px)}.footer .footer-contact{flex:1;min-width:220px;display:flex;justify-content:center;text-align:center}.footer .footer-contact .link-group h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1a1a1c}.footer .footer-contact .link-group p{display:block;color:#747478;margin-bottom:.5rem;font-size:.875rem;line-height:1.6}.footer .footer-contact .link-group .contact-item{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.25rem 0}.footer .footer-bottom{padding-top:1rem;border-top:1px solid rgba(0,0,0,.1);text-align:center}.footer .footer-bottom p{color:#747478;font-size:.75rem}@media (prefers-color-scheme: dark){.footer{background-color:#121214}.footer .footer-info .footer-logo{color:#3d8bff}.footer .footer-info p{color:#e0e0e5}.footer .footer-contact .link-group h4{color:#fff}.footer .footer-contact .link-group p{color:#e0e0e5}.footer .footer-bottom{border-color:#ffffff12}.footer .footer-bottom p{color:#ffffff80}.footer .social-links a{background-color:#ffffff1a;color:#e0e0e5}.footer .social-links a:hover{background-color:#3d8bff;color:#fff}}@media (max-width: 768px){.footer .footer-contact{justify-content:flex-start;text-align:center}.footer .footer-contact .link-group .contact-item{justify-content:flex-start}}.layout{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden}.layout .content{flex:1;width:100%;max-width:100%;margin:0;padding:0}.layout .container-fluid{width:100%;max-width:100%;padding:0;margin:0}.product-card{position:relative;background-color:#fff;border-radius:16px;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(0,0,0,.03);transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{box-shadow:0 8px 16px #00000008,0 4px 8px #00000005}.product-card .card-content{padding:2rem;flex-grow:1;position:relative;z-index:2}.product-card .card-content .icon-container{margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center}.product-card .card-content .icon-container .product-icon{width:56px;height:56px;object-fit:contain}.product-card .card-content h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a1a1c;letter-spacing:-.01em}.product-card .card-content p{color:#747478;line-height:1.6;margin-bottom:0;font-size:1rem}.product-card .card-footer{padding:1rem 2rem;border-top:1px solid rgba(0,0,0,.05);position:relative;z-index:2}.product-card .card-footer .learn-more{display:flex;align-items:center;gap:.5rem;color:#0063e6;font-weight:500;font-size:1rem}.product-card .card-footer .learn-more:hover{color:#004db3}.product-card .card-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.product-card .card-background .card-gradient{position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:linear-gradient(135deg,#0063e608,#ff2d5508);border-radius:50%;opacity:0;transition:opacity .5s ease}.product-card:hover .card-gradient{opacity:1}.product-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#0063e6,#ff2d55);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.product-card:hover:after{transform:scaleX(1)}@media (prefers-color-scheme: dark){.product-card{background-color:#121214;border-color:#ffffff12}.product-card .card-content h3{color:#fff}.product-card .card-content p{color:#e0e0e5}.product-card .card-footer{border-color:#ffffff12}.product-card .card-footer .learn-more{color:#3d8bff}.product-card .card-footer .learn-more:hover{color:#70a9ff}.product-card .card-background .card-gradient{background:linear-gradient(135deg,#3d8bff0f,#ff2d550f)}}.products-page{width:100%;max-width:100%;overflow-x:hidden}.products-page .products-hero{position:relative;min-height:60vh;display:flex;align-items:center;overflow:hidden;margin-top:0;padding-top:6rem}@media (max-width: 768px){.products-page .products-hero{min-height:50vh;padding-top:3rem}}.products-page .products-hero .container{position:relative;z-index:2;max-width:1440px;width:90%;margin:0 auto;padding:1.5rem 0;text-align:center}@media (max-width: 768px){.products-page .products-hero .container{width:95%}}.products-page .products-hero .hero-content{max-width:800px;margin:0 auto}.products-page .products-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1c;letter-spacing:-.02em}@media (max-width: 992px){.products-page .products-hero h1{font-size:2.5rem}}@media (max-width: 768px){.products-page .products-hero h1{font-size:2rem}}@media (max-width: 576px){.products-page .products-hero h1{font-size:1.5rem}}.products-page .products-hero p{font-size:1.25rem;color:#747478;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 992px){.products-page .products-hero p{font-size:1.125rem}}@media (max-width: 768px){.products-page .products-hero p{font-size:1rem}}.products-page .products-hero .hero-background{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1}.products-page .products-hero .hero-background .hero-gradient{position:absolute;top:15%;right:5%;width:70%;height:70%;background:linear-gradient(135deg,#3d8bff,#0063e6 40%,#ff2d55);border-radius:50%;filter:blur(80px);opacity:.12;z-index:-1}@media (max-width: 768px){.products-page .products-hero .hero-background .hero-gradient{width:100%;opacity:.08}}.products-page .products-hero .hero-background .hero-circles{position:absolute;width:100%;height:100%;overflow:hidden}.products-page .products-hero .hero-background .hero-circles .circle{position:absolute;border-radius:50%}.products-page .products-hero .hero-background .hero-circles .circle-1{top:25%;right:10%;width:300px;height:300px;background:linear-gradient(45deg,#0063e6 0%,transparent 70%);opacity:.1}@media (max-width: 768px){.products-page .products-hero .hero-background .hero-circles .circle-1{width:200px;height:200px}}.products-page .products-hero .hero-background .hero-circles .circle-2{bottom:15%;right:20%;width:400px;height:400px;background:linear-gradient(225deg,#ff2d55 0%,transparent 70%);opacity:.08}@media (max-width: 768px){.products-page .products-hero .hero-background .hero-circles .circle-2{width:250px;height:250px}}.products-page .products-list{padding:3rem 0 6rem}@media (max-width: 768px){.products-page .products-list{padding:2rem 0 3rem}}.products-page .products-list .container{max-width:1440px;margin:0 auto;padding:0 1.5rem}.products-page .products-list .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.products-page .products-list .loading-container .spinner{width:60px;height:60px;border:4px solid rgba(0,99,230,.1);border-top-color:#0063e6;border-radius:50%;animation:spin 1s linear infinite}.products-page .products-list .loading-container p{font-size:1.125rem;color:#747478;font-weight:500}.products-page .products-list .error-container,.products-page .products-list .empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem;text-align:center;padding:2rem}.products-page .products-list .error-container p,.products-page .products-list .empty-container p{font-size:1.125rem;color:#747478;font-weight:500}.products-page .products-list .error-container .error-message,.products-page .products-list .empty-container .error-message{color:#ef4444}.products-page .products-list .error-container .btn,.products-page .products-list .empty-container .btn{margin-top:1rem}.products-page .products-list .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-items:center;gap:2rem;max-width:100%}@media (max-width: 768px){.products-page .products-list .products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 576px){.products-page .products-list .products-grid{grid-template-columns:1fr;gap:1.5rem}}.products-page .products-list .products-grid>*{width:100%;max-width:400px}@media (prefers-color-scheme: dark){.products-page .products-hero{background-color:#000}.products-page .products-hero h1{color:#fff}.products-page .products-hero p{color:#e0e0e5}.products-page .products-hero .hero-background .hero-gradient,.products-page .products-hero .hero-background .hero-circles .circle-1{opacity:.15}.products-page .products-hero .hero-background .hero-circles .circle-2{opacity:.12}.products-page .products-list .loading-container .spinner{border-color:#0063e633;border-top-color:#0063e6}.products-page .products-list .loading-container p,.products-page .products-list .error-container p,.products-page .products-list .empty-container p{color:#e0e0e5}.products-page .products-list .error-container .error-message,.products-page .products-list .empty-container .error-message{color:#f87171}}.services-page{width:100%;max-width:100%;overflow-x:hidden}.services-page .services-hero{position:relative;min-height:60vh;display:flex;align-items:center;overflow:hidden;margin-top:0;padding-top:6rem}@media (max-width: 768px){.services-page .services-hero{min-height:50vh;padding-top:3rem}}.services-page .services-hero .container{position:relative;z-index:2;max-width:1440px;width:90%;margin:0 auto;padding:1.5rem 0;text-align:center}@media (max-width: 768px){.services-page .services-hero .container{width:95%}}.services-page .services-hero .hero-content{max-width:800px;margin:0 auto}.services-page .services-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1c;letter-spacing:-.02em}@media (max-width: 992px){.services-page .services-hero h1{font-size:2.5rem}}@media (max-width: 768px){.services-page .services-hero h1{font-size:2rem}}@media (max-width: 576px){.services-page .services-hero h1{font-size:1.5rem}}.services-page .services-hero p{font-size:1.25rem;color:#747478;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 992px){.services-page .services-hero p{font-size:1.125rem}}@media (max-width: 768px){.services-page .services-hero p{font-size:1rem}}.services-page .services-hero .hero-background{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1}.services-page .services-hero .hero-background .hero-gradient{position:absolute;top:15%;right:5%;width:70%;height:70%;background:linear-gradient(135deg,#3d8bff,#0063e6 40%,#ff2d55);border-radius:50%;filter:blur(80px);opacity:.12;z-index:-1}@media (max-width: 768px){.services-page .services-hero .hero-background .hero-gradient{width:100%;opacity:.08}}.services-page .services-hero .hero-background .hero-circles{position:absolute;width:100%;height:100%;overflow:hidden}.services-page .services-hero .hero-background .hero-circles .circle{position:absolute;border-radius:50%}.services-page .services-hero .hero-background .hero-circles .circle-1{top:25%;right:10%;width:300px;height:300px;background:linear-gradient(45deg,#0063e6 0%,transparent 70%);opacity:.1}@media (max-width: 768px){.services-page .services-hero .hero-background .hero-circles .circle-1{width:200px;height:200px}}.services-page .services-hero .hero-background .hero-circles .circle-2{bottom:15%;right:20%;width:400px;height:400px;background:linear-gradient(225deg,#ff2d55 0%,transparent 70%);opacity:.08}@media (max-width: 768px){.services-page .services-hero .hero-background .hero-circles .circle-2{width:250px;height:250px}}.services-page .services-list{padding:3rem 0 6rem;position:relative}@media (max-width: 768px){.services-page .services-list{padding:2rem 0 3rem}}.services-page .services-list .container{max-width:1440px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.services-page .services-list .services-container{display:flex;flex-direction:column;gap:2rem}.services-page .services-list .service-item{display:flex;gap:2rem;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 8px 16px #00000008,0 4px 8px #00000005;border:1px solid rgba(0,0,0,.03);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative}.services-page .services-list .service-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0063e6,#ff2d55);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.services-page .services-list .service-item:hover:after{transform:scaleX(1)}@media (max-width: 768px){.services-page .services-list .service-item{flex-direction:column;gap:1.5rem;align-items:center;text-align:center;padding:1.5rem}}.services-page .services-list .service-item .service-icon{flex-shrink:0;color:#0063e6;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#0063e60d;border-radius:16px}@media (max-width: 768px){.services-page .services-list .service-item .service-icon{margin:0 auto}}.services-page .services-list .service-item .service-content{flex:1}.services-page .services-list .service-item .service-content h2{font-size:1.5rem;margin-bottom:1rem;letter-spacing:-.01em;color:#1a1a1c}@media (max-width: 768px){.services-page .services-list .service-item .service-content h2{font-size:1.25rem}}.services-page .services-list .service-item .service-content p{color:#747478;line-height:1.6;font-size:1rem;margin-bottom:0}.services-page .cta-section{background-color:#f5f5f780;padding:4rem 0;position:relative;overflow:hidden}@media (max-width: 768px){.services-page .cta-section{padding:3rem 0}}.services-page .cta-section .cta-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#0063e608,#ff2d550d);z-index:0}.services-page .cta-section .container{max-width:1440px;width:90%;margin:0 auto;position:relative;z-index:1}@media (max-width: 768px){.services-page .cta-section .container{width:95%}}.services-page .cta-section .cta-content{max-width:800px;margin:0 auto;text-align:center;background-color:#fffc;padding:3rem;border-radius:24px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 16px #00000008,0 4px 8px #00000005;border:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.services-page .cta-section .cta-content{padding:2rem}}.services-page .cta-section .cta-content h2{font-size:2rem;margin-bottom:1.5rem;letter-spacing:-.02em}@media (max-width: 768px){.services-page .cta-section .cta-content h2{font-size:1.5rem}}.services-page .cta-section .cta-content p{color:#747478;margin-bottom:2rem;font-size:1.125rem;line-height:1.6;max-width:90%;margin-left:auto;margin-right:auto}@media (max-width: 768px){.services-page .cta-section .cta-content p{font-size:1rem;margin-bottom:1.5rem}}.services-page .cta-section .cta-content .cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:600;background-color:#0063e6;color:#fff;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0063e64d;border:none;text-decoration:none;position:relative;overflow:hidden}.services-page .cta-section .cta-content .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease}.services-page .cta-section .cta-content .cta-button:hover{background-color:#0058cd;transform:translateY(-2px);box-shadow:0 6px 20px #0063e666}.services-page .cta-section .cta-content .cta-button:hover:before{left:100%}.services-page .cta-section .cta-content .cta-button:active{transform:translateY(0)}@media (max-width: 768px){.services-page .cta-section .cta-content .cta-button{padding:.5rem 1.5rem}}@media (prefers-color-scheme: dark){.services-page .services-hero{background-color:#000}.services-page .services-hero h1{color:#fff}.services-page .services-hero p{color:#e0e0e5}.services-page .services-hero .hero-background .hero-gradient,.services-page .services-hero .hero-background .hero-circles .circle-1{opacity:.15}.services-page .services-hero .hero-background .hero-circles .circle-2{opacity:.12}.services-page .services-list{background-color:#000}.services-page .services-list .service-item{background-color:#121214;box-shadow:0 8px 16px #0006;border:1px solid rgba(255,255,255,.07)}.services-page .services-list .service-item .service-icon{color:#3d8bff;background-color:#3d8bff1a}.services-page .services-list .service-item .service-content h2{color:#fff}.services-page .services-list .service-item .service-content p{color:#e0e0e5}.services-page .cta-section{background-color:#1e1e2080}.services-page .cta-section .cta-backdrop{background:linear-gradient(90deg,#0063e614,#ff2d551a)}.services-page .cta-section .cta-content{background-color:#121214cc;border:1px solid rgba(255,255,255,.07)}.services-page .cta-section .cta-content h2{color:#fff}.services-page .cta-section .cta-content p{color:#e0e0e5}.services-page .cta-section .cta-content .cta-button{background-color:#3d8bff;box-shadow:0 4px 14px #3d8bff4d}.services-page .cta-section .cta-content .cta-button:hover{background-color:#579aff;box-shadow:0 6px 20px #3d8bff66}}.contact-page{width:100%;max-width:100%;overflow-x:hidden}.contact-page .contact-hero{position:relative;min-height:40vh;display:flex;align-items:center;overflow:hidden;margin-top:0;padding-top:6rem}@media (max-width: 768px){.contact-page .contact-hero{min-height:30vh;padding-top:3rem}}.contact-page .contact-hero .container{position:relative;z-index:2;max-width:1440px;width:90%;margin:0 auto;padding:1.5rem 0;text-align:center}@media (max-width: 768px){.contact-page .contact-hero .container{width:95%}}.contact-page .contact-hero .hero-content{max-width:800px;margin:0 auto}.contact-page .contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1c;letter-spacing:-.02em}@media (max-width: 992px){.contact-page .contact-hero h1{font-size:2.5rem}}@media (max-width: 768px){.contact-page .contact-hero h1{font-size:2rem}}@media (max-width: 576px){.contact-page .contact-hero h1{font-size:1.5rem}}.contact-page .contact-hero p{font-size:1.25rem;color:#747478;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 992px){.contact-page .contact-hero p{font-size:1.125rem}}@media (max-width: 768px){.contact-page .contact-hero p{font-size:1rem}}.contact-page .contact-hero .hero-background{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1}.contact-page .contact-hero .hero-background .hero-gradient{position:absolute;top:15%;right:5%;width:70%;height:70%;background:linear-gradient(135deg,#3d8bff,#0063e6 40%,#ff2d55);border-radius:50%;filter:blur(80px);opacity:.12;z-index:-1}@media (max-width: 768px){.contact-page .contact-hero .hero-background .hero-gradient{width:100%;opacity:.08}}.contact-page .contact-hero .hero-background .hero-circles{position:absolute;width:100%;height:100%;overflow:hidden}.contact-page .contact-hero .hero-background .hero-circles .circle{position:absolute;border-radius:50%}.contact-page .contact-hero .hero-background .hero-circles .circle-1{top:25%;right:10%;width:300px;height:300px;background:linear-gradient(45deg,#0063e6 0%,transparent 70%);opacity:.1}@media (max-width: 768px){.contact-page .contact-hero .hero-background .hero-circles .circle-1{width:200px;height:200px}}.contact-page .contact-hero .hero-background .hero-circles .circle-2{bottom:15%;right:20%;width:400px;height:400px;background:linear-gradient(225deg,#ff2d55 0%,transparent 70%);opacity:.08}@media (max-width: 768px){.contact-page .contact-hero .hero-background .hero-circles .circle-2{width:250px;height:250px}}.contact-page .contact-form-section{padding:4rem 0;background-color:#fff}@media (max-width: 768px){.contact-page .contact-form-section{padding:3rem 0}}.contact-page .contact-form-section .container{max-width:900px;width:90%;margin:0 auto}@media (max-width: 768px){.contact-page .contact-form-section .container{width:95%}}.contact-page .contact-form-section .form-container{max-width:700px;margin:0 auto;text-align:center}.contact-page .contact-form-section .form-container h2{font-size:2rem;margin-bottom:1rem;letter-spacing:-.02em}@media (max-width: 768px){.contact-page .contact-form-section .form-container h2{font-size:1.5rem}}.contact-page .contact-form-section .form-container h2 .highlight{color:#0063e6}.contact-page .contact-form-section .form-container p{font-size:1.125rem;color:#747478;max-width:600px;margin:0 auto 2rem}@media (max-width: 768px){.contact-page .contact-form-section .form-container p{font-size:1rem;margin-bottom:1.5rem}}.contact-page .contact-form-section .contact-form{background-color:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 16px #00000008,0 4px 8px #00000005;border:1px solid rgba(0,0,0,.03);text-align:left;position:relative}.contact-page .contact-form-section .contact-form:before{content:"";position:absolute;top:0;left:0;height:5px;width:100%;background:linear-gradient(90deg,#0063e6,#ff2d55)}@media (max-width: 768px){.contact-page .contact-form-section .contact-form{padding:2rem 1.5rem}}.contact-page .contact-form-section .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 576px){.contact-page .contact-form-section .contact-form .form-row{grid-template-columns:1fr}}.contact-page .contact-form-section .contact-form .form-group{margin-bottom:1rem;min-width:0}.contact-page .contact-form-section .contact-form .form-group label{display:block;margin-bottom:.25rem;font-weight:600;font-size:.875rem;color:#1a1a1c}.contact-page .contact-form-section .contact-form .form-group input,.contact-page .contact-form-section .contact-form .form-group textarea{width:100%;max-width:100%;padding:.5rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-family:inherit;font-size:1rem;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:#00000005;box-sizing:border-box}.contact-page .contact-form-section .contact-form .form-group input:focus,.contact-page .contact-form-section .contact-form .form-group textarea:focus{outline:none;border-color:#0063e6;box-shadow:0 0 0 2px #0063e61a;background-color:#fff}.contact-page .contact-form-section .contact-form .form-group textarea{min-height:120px;resize:vertical}.contact-page .contact-form-section .contact-form .btn.btn-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;box-shadow:0 4px 14px #0063e64d;width:auto;margin:0 auto}.contact-page .contact-form-section .contact-form .btn.btn-primary:hover{box-shadow:0 6px 20px #0063e666}.contact-page .contact-form-section .contact-form .btn.btn-primary svg{margin-right:.25rem}.contact-page .contact-form-section .submit-status{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;animation:slideIn .3s ease}.contact-page .contact-form-section .submit-status--success{background-color:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.contact-page .contact-form-section .submit-status--error{background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.contact-page .contact-form-section .submit-status p{margin:0}.contact-page .contact-form-section .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-page .contact-info-section{padding:4rem 0;background-color:#f5f5f780}@media (max-width: 768px){.contact-page .contact-info-section{padding:3rem 0}}.contact-page .contact-info-section .container{max-width:1200px;width:90%;margin:0 auto}@media (max-width: 768px){.contact-page .contact-info-section .container{width:95%}}.contact-page .contact-info-section .section-header{text-align:center;margin-bottom:3rem}.contact-page .contact-info-section .section-header h2{font-size:2rem;margin-bottom:1rem;letter-spacing:-.02em}@media (max-width: 768px){.contact-page .contact-info-section .section-header h2{font-size:1.5rem}}.contact-page .contact-info-section .section-header h2 .highlight{color:#0063e6}.contact-page .contact-info-section .section-header p{font-size:1.125rem;color:#747478;max-width:600px;margin:0 auto}@media (max-width: 768px){.contact-page .contact-info-section .section-header p{font-size:1rem}}.contact-page .contact-info-section .contact-items{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}@media (max-width: 992px){.contact-page .contact-info-section .contact-items{grid-template-columns:1fr;gap:1.5rem}}.contact-page .contact-info-section .contact-items .contact-item{background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 16px #00000008,0 4px 8px #00000005;border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.contact-page .contact-info-section .contact-items .contact-item:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000008,0 4px 12px #00000005}.contact-page .contact-info-section .contact-items .contact-item .icon-container{width:60px;height:60px;background-color:#0063e60d;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#0063e6}.contact-page .contact-info-section .contact-items .contact-item .contact-text h4{font-size:1.125rem;margin-bottom:.25rem;font-weight:600;color:#1a1a1c}.contact-page .contact-info-section .contact-items .contact-item .contact-text span{display:block;font-size:1rem;color:#1a1a1c;margin-bottom:.25rem}.contact-page .contact-info-section .contact-items .contact-item .contact-text p{color:#747478;font-size:.875rem;margin:0}.contact-page .contact-info-section .whatsapp-container{background-color:#fff;border-radius:16px;box-shadow:0 8px 16px #00000008,0 4px 8px #00000005;overflow:hidden;position:relative}.contact-page .contact-info-section .whatsapp-container:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background-color:#25d366}.contact-page .contact-info-section .whatsapp-container .whatsapp-content{padding:2rem 3rem;display:flex;flex-direction:column;align-items:center;text-align:center}@media (max-width: 768px){.contact-page .contact-info-section .whatsapp-container .whatsapp-content{padding:1.5rem}}.contact-page .contact-info-section .whatsapp-container .whatsapp-content h3{font-size:1.25rem;margin-bottom:.5rem;color:#1a1a1c}.contact-page .contact-info-section .whatsapp-container .whatsapp-content p{font-size:1rem;color:#747478;margin-bottom:1.5rem;max-width:450px}.contact-page .contact-info-section .whatsapp-container .whatsapp-content .whatsapp-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#25d366;color:#fff;font-weight:500;padding:1rem 3rem;border:none;border-radius:9999px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #25d3664d}.contact-page .contact-info-section .whatsapp-container .whatsapp-content .whatsapp-button:hover{background-color:#21bd5c;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.contact-page .contact-info-section .whatsapp-container .whatsapp-content .whatsapp-button:active{transform:translateY(0)}@media (prefers-color-scheme: dark){.contact-page .contact-hero{background-color:#000}.contact-page .contact-hero h1{color:#fff}.contact-page .contact-hero p{color:#e0e0e5}.contact-page .contact-hero .hero-background .hero-gradient,.contact-page .contact-hero .hero-background .hero-circles .circle-1{opacity:.15}.contact-page .contact-hero .hero-background .hero-circles .circle-2{opacity:.12}.contact-page .contact-form-section{background-color:#000}.contact-page .contact-form-section .form-container h2{color:#fff}.contact-page .contact-form-section .form-container h2 .highlight{color:#3d8bff}.contact-page .contact-form-section .form-container p{color:#e0e0e5}.contact-page .contact-form-section .contact-form{background-color:#121214;border-color:#ffffff12}.contact-page .contact-form-section .contact-form .form-group label{color:#fff}.contact-page .contact-form-section .contact-form .form-group input,.contact-page .contact-form-section .contact-form .form-group textarea{background-color:#ffffff0d;border-color:#ffffff12;color:#fff}.contact-page .contact-form-section .contact-form .form-group input::placeholder,.contact-page .contact-form-section .contact-form .form-group textarea::placeholder{color:#fff6}.contact-page .contact-form-section .contact-form .form-group input:focus,.contact-page .contact-form-section .contact-form .form-group textarea:focus{border-color:#3d8bff;background-color:#ffffff14;box-shadow:0 0 0 2px #3d8bff33}.contact-page .contact-form-section .contact-form .btn.btn-primary{background-color:#3d8bff;box-shadow:0 4px 14px #3d8bff4d}.contact-page .contact-form-section .contact-form .btn.btn-primary:hover{background-color:#579aff;box-shadow:0 6px 20px #3d8bff66}.contact-page .contact-info-section{background-color:#1e1e20}.contact-page .contact-info-section .section-header h2{color:#fff}.contact-page .contact-info-section .section-header h2 .highlight{color:#3d8bff}.contact-page .contact-info-section .section-header p{color:#e0e0e5}.contact-page .contact-info-section .contact-items .contact-item{background-color:#121214;border-color:#ffffff12}.contact-page .contact-info-section .contact-items .contact-item .icon-container{background-color:#3d8bff1a;color:#3d8bff}.contact-page .contact-info-section .contact-items .contact-item .contact-text h4,.contact-page .contact-info-section .contact-items .contact-item .contact-text span{color:#fff}.contact-page .contact-info-section .contact-items .contact-item .contact-text p{color:#e0e0e5}.contact-page .contact-info-section .whatsapp-container{background-color:#121214;border-color:#ffffff12}.contact-page .contact-info-section .whatsapp-container .whatsapp-content h3{color:#fff}.contact-page .contact-info-section .whatsapp-container .whatsapp-content p{color:#e0e0e5}}.profile-page{min-height:100vh;padding-top:80px;position:relative;overflow:hidden}.profile-page .profile-background{position:fixed;top:0;left:0;width:100%;height:300px;z-index:0;overflow:hidden}.profile-page .profile-background .profile-gradient{width:100%;height:100%;background:linear-gradient(135deg,#3d8bff,#0063e6,#ff2d55);opacity:.08}.profile-page .profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem}.profile-page .profile-loading .spinner{width:40px;height:40px;border:3px solid rgba(0,99,230,.2);border-top-color:#0063e6;border-radius:50%;animation:spin .8s linear infinite}.profile-page .profile-loading p{color:#747478;font-size:1rem}.profile-page .profile-container{max-width:1000px;margin:0 auto;padding:0 2rem 6rem;position:relative;z-index:1}@media (max-width: 768px){.profile-page .profile-container{padding:0 1.5rem 3rem}}.profile-page .profile-header{background:#fff;border-radius:24px;padding:3rem;margin-bottom:2rem;box-shadow:0 12px 32px #00000008,0 4px 12px #00000005;display:flex;justify-content:space-between;align-items:center;gap:2rem;border:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.profile-page .profile-header{flex-direction:column;align-items:flex-start;padding:2rem}}.profile-page .profile-header-content{display:flex;align-items:center;gap:1.5rem;flex:1}@media (max-width: 768px){.profile-page .profile-header-content{width:100%}}.profile-page .profile-header-info{flex:1}.profile-page .profile-header-info h1{font-size:2rem;margin-bottom:.25rem;color:#1a1a1c}@media (max-width: 768px){.profile-page .profile-header-info h1{font-size:1.5rem}}.profile-page .profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#3d8bff,#0063e6);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}@media (max-width: 768px){.profile-page .profile-avatar{width:64px;height:64px}}.profile-page .profile-username{color:#747478;font-size:1rem;margin:0}.profile-page .btn-edit,.profile-page .btn-save,.profile-page .btn-cancel{display:flex;align-items:center;gap:.25rem;padding:.5rem 1.5rem;border-radius:9999px;font-weight:500;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}@media (max-width: 768px){.profile-page .btn-edit,.profile-page .btn-save,.profile-page .btn-cancel{width:100%;justify-content:center}}.profile-page .btn-edit{background-color:#0063e6;color:#fff;box-shadow:0 2px 8px #0000000a}.profile-page .btn-edit:hover{background-color:#0058cd;transform:translateY(-2px);box-shadow:0 8px 16px #00000008,0 4px 8px #00000005}.profile-page .edit-actions{display:flex;gap:.5rem}@media (max-width: 768px){.profile-page .edit-actions{width:100%;flex-direction:column}}.profile-page .btn-save{background-color:#28c760;color:#fff;box-shadow:0 2px 8px #0000000a}.profile-page .btn-save:hover{background-color:#24b256;transform:translateY(-2px);box-shadow:0 8px 16px #00000008,0 4px 8px #00000005}.profile-page .btn-cancel{background-color:transparent;color:#ff2d55;border:1.5px solid #ff2d55}.profile-page .btn-cancel:hover{background-color:#ff2d5514}.profile-page .profile-content{display:flex;flex-direction:column;gap:2rem}.profile-page .profile-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 16px #00000008,0 4px 8px #00000005;border:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.profile-page .profile-section{padding:1.5rem}}.profile-page .profile-section--system{background:#74747805}.profile-page .profile-section .section-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;margin-bottom:2rem;color:#1a1a1c;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.05)}@media (max-width: 768px){.profile-page .profile-section .section-title{font-size:1.125rem;margin-bottom:1.5rem}}.profile-page .info-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:4rem;row-gap:2rem;align-items:start}@media (max-width: 768px){.profile-page .info-grid{grid-template-columns:1fr;gap:1.5rem}}.profile-page .info-grid--system{grid-template-columns:1fr 1fr}@media (max-width: 576px){.profile-page .info-grid--system{grid-template-columns:1fr}}.profile-page .info-item{display:flex;flex-direction:column;gap:.5rem;width:100%}.profile-page .info-item label{font-size:.75rem;font-weight:600;color:#747478;text-transform:uppercase;letter-spacing:.08em;text-align:left}.profile-page .info-item p{font-size:1rem;font-weight:500;color:#1a1a1c;margin:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;line-height:1.5;text-align:left;word-break:break-word}.profile-page .info-input{width:100%;padding:1rem;border:1.5px solid rgba(0,0,0,.1);border-radius:12px;font-size:1rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:#fff;color:#1a1a1c;font-family:inherit;text-align:left}.profile-page .info-input:focus{outline:none;border-color:#0063e6;box-shadow:0 0 0 3px #0063e61a}.profile-page .info-input::placeholder{color:#747478;font-weight:400}.profile-page .inline-icon{color:#747478;flex-shrink:0}.profile-page .email-info,.profile-page .phone-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;width:100%}.profile-page .status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.profile-page .status-badge--verified{background-color:#28c76026;color:#1b8741}.profile-page .status-badge--unverified{background-color:#ff2d5526;color:#f9002f}.profile-page .status-badge--active{background-color:#28c76026;color:#1b8741}.profile-page .status-badge--inactive{background-color:#74747826;color:#424244}@media (prefers-color-scheme: dark){.profile-page .profile-background .profile-gradient{opacity:.12}.profile-page .profile-header,.profile-page .profile-section{background-color:#121214;border:1px solid rgba(255,255,255,.07);box-shadow:0 8px 16px #0006}.profile-page .profile-header h1,.profile-page .profile-header h2,.profile-page .profile-section h1,.profile-page .profile-section h2{color:#fff}.profile-page .profile-header .profile-username,.profile-page .profile-section .profile-username{color:#e0e0e5}.profile-page .profile-header .section-title,.profile-page .profile-section .section-title{color:#fff;border-bottom-color:#ffffff1a}.profile-page .profile-section--system{background-color:#1e1e20b3;border-color:#ffffff14}.profile-page .info-item label{color:#e0e0e5e6}.profile-page .info-item p{color:#fff}.profile-page .info-input{background-color:#1e1e20cc;border-color:#ffffff26;color:#fff}.profile-page .info-input:focus{border-color:#3d8bff;box-shadow:0 0 0 3px #3d8bff26;background-color:#1e1e20e6}.profile-page .info-input::placeholder{color:#e0e0e5b3}.profile-page .inline-icon{color:#e0e0e5cc}.profile-page .status-badge--verified{background-color:#28c76033;color:#5dde8b}.profile-page .status-badge--unverified{background-color:#ff2d5533;color:#ff7a93}.profile-page .status-badge--active{background-color:#28c76033;color:#5dde8b}.profile-page .status-badge--inactive{background-color:#ffffff1a;color:#e0e0e5}.profile-page .btn-edit{background-color:#3d8bff}.profile-page .btn-edit:hover{background-color:#579aff}.profile-page .btn-cancel{color:#ff2d55;border-color:#ff2d55}.profile-page .btn-cancel:hover{background-color:#ff2d5526}.profile-page .profile-loading .spinner{border-color:#3d8bff33;border-top-color:#3d8bff}.profile-page .profile-loading p{color:#e0e0e5}}.login-form{width:100%}.login-form__header{text-align:center;margin-bottom:2rem}.login-form__logo-link{display:inline-block;margin-bottom:1.5rem;transition:transform .15s cubic-bezier(.4,0,.2,1)}.login-form__logo-link:hover{transform:scale(1.05)}.login-form__logo{height:70px;width:auto}.login-form__title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#1a1a1c;letter-spacing:-.02em}@media (max-width: 768px){.login-form__title{font-size:1.25rem}}.login-form__subtitle{font-size:1rem;color:#747478;margin-bottom:0}.login-form__error{background-color:#ff2d551a;border:1px solid rgba(255,45,85,.3);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.login-form__error p{color:#ff2d55;font-size:.875rem;margin:0;text-align:center;font-weight:500}.login-form__form{width:100%}.login-form__fields{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.login-form__field{display:flex;flex-direction:column}.login-form__label{font-size:.875rem;font-weight:600;color:#1a1a1c;margin-bottom:.25rem}.login-form__input-wrapper{position:relative;display:flex;align-items:center}.login-form__input-icon{position:absolute;left:1rem;color:#747478;display:flex;align-items:center;justify-content:center;pointer-events:none}.login-form__input{width:100%;padding:1rem 1rem 1rem 44px;border:1.5px solid rgba(0,0,0,.1);border-radius:12px;font-size:1rem;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:#fff;color:#1a1a1c}.login-form__input:focus{outline:none;border-color:#0063e6;box-shadow:0 0 0 3px #0063e61a}.login-form__input::placeholder{color:#74747880;opacity:1}.login-form__input--password{padding-right:44px}.login-form__password-toggle{position:absolute;right:1rem;background:none;border:none;color:#747478;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .15s cubic-bezier(.4,0,.2,1)}.login-form__password-toggle:hover{color:#0063e6}.login-form__primary-button{width:100%;padding:1rem;background-color:#0063e6;color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0063e64d;display:flex;align-items:center;justify-content:center;min-height:48px}.login-form__primary-button:hover:not(:disabled){background-color:#0058cd;transform:translateY(-2px);box-shadow:0 6px 20px #0063e666}.login-form__primary-button:active:not(:disabled){transform:translateY(0)}.login-form__primary-button:disabled{opacity:.7;cursor:not-allowed}.login-form__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.login-form__secondary-actions{margin-top:1.5rem;text-align:center}.login-form__register-text{font-size:.875rem;color:#747478;margin:0}.login-form__link{color:#0063e6;font-weight:600;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}.login-form__link:hover{color:#004db3;text-decoration:underline}@media (prefers-color-scheme: dark){.login-form__title{color:#fff}.login-form__subtitle{color:#e0e0e5}.login-form__label{color:#fff}.login-form__input{background-color:#1e1e20;border-color:#ffffff12;color:#fff}.login-form__input:focus{border-color:#3d8bff;box-shadow:0 0 0 3px #3d8bff1a}.login-form__input::placeholder{color:#e0e0e566;opacity:1}.login-form__input-icon,.login-form__password-toggle{color:#e0e0e5}.login-form__password-toggle:hover{color:#3d8bff}.login-form__primary-button{background-color:#3d8bff;box-shadow:0 4px 14px #3d8bff4d}.login-form__primary-button:hover:not(:disabled){background-color:#579aff;box-shadow:0 6px 20px #3d8bff66}.login-form__link{color:#3d8bff}.login-form__link:hover{color:#70a9ff}.login-form__error{background-color:#ff2d5526;border-color:#ff2d5566}}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-color:#fff}.auth-layout__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.auth-layout__circle{position:absolute;border-radius:50%}.auth-layout__circle--1{top:-10%;right:-5%;width:500px;height:500px;background:linear-gradient(135deg,#3d8bff,#0063e6,#ff2d55);opacity:.1;filter:blur(60px)}@media (max-width: 768px){.auth-layout__circle--1{width:300px;height:300px}}.auth-layout__circle--2{bottom:-15%;left:-10%;width:600px;height:600px;background:linear-gradient(225deg,#ff2d55 0%,#0063e6 50%,transparent 70%);opacity:.08;filter:blur(80px)}@media (max-width: 768px){.auth-layout__circle--2{width:350px;height:350px}}.auth-layout__container{position:relative;z-index:1;width:100%;max-width:450px;padding:2rem}@media (max-width: 768px){.auth-layout__container{max-width:100%;padding:1.5rem}}.auth-layout__content{background-color:#fff;border-radius:24px;box-shadow:0 12px 32px #00000008,0 4px 12px #00000005;padding:3rem;border:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.auth-layout__content{padding:2rem}}@media (prefers-color-scheme: dark){.auth-layout{background-color:#000}.auth-layout__circle--1{opacity:.15}.auth-layout__circle--2{opacity:.12}.auth-layout__content{background-color:#121214;border:1px solid rgba(255,255,255,.07);box-shadow:0 8px 16px #0006}}.register-form{width:100%}.register-form__container{width:100%;max-width:600px;margin:0 auto}.register-form__header{text-align:center;margin-bottom:2rem}.register-form__logo{display:inline-block;margin-bottom:1.5rem;transition:transform .15s cubic-bezier(.4,0,.2,1)}.register-form__logo:hover{transform:scale(1.05)}.register-form__logo-image{height:50px;width:auto}.register-form__title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#1a1a1c;letter-spacing:-.02em}@media (max-width: 768px){.register-form__title{font-size:1.25rem}}.register-form__subtitle{font-size:1rem;color:#747478;margin-bottom:0}.register-form__error{background-color:#ff2d551a;border:1px solid rgba(255,45,85,.3);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.register-form__error p{color:#ff2d55;font-size:.875rem;margin:0;text-align:center;font-weight:500}.register-form__form{width:100%}.register-form__fields{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.register-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.register-form__row{grid-template-columns:1fr}}.register-form__field{display:flex;flex-direction:column}.register-form__label{font-size:.875rem;font-weight:600;color:#1a1a1c;margin-bottom:.25rem}.register-form__input-wrapper{position:relative;display:flex;align-items:center}.register-form__input-icon{position:absolute;left:1rem;color:#747478;display:flex;align-items:center;justify-content:center;pointer-events:none}.register-form__input{width:100%;padding:1rem 1rem 1rem 44px;border:1.5px solid rgba(0,0,0,.1);border-radius:12px;font-size:1rem;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:#fff;color:#1a1a1c}.register-form__input:focus{outline:none;border-color:#0063e6;box-shadow:0 0 0 3px #0063e61a}.register-form__input::placeholder{color:#74747880;opacity:1}.register-form__input--password{padding-right:44px}.register-form__password-toggle{position:absolute;right:1rem;background:none;border:none;color:#747478;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .15s cubic-bezier(.4,0,.2,1)}.register-form__password-toggle:hover{color:#0063e6}.register-form__primary-button{width:100%;padding:1rem;background-color:#0063e6;color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0063e64d;display:flex;align-items:center;justify-content:center;min-height:48px}.register-form__primary-button:hover:not(:disabled){background-color:#0058cd;transform:translateY(-2px);box-shadow:0 6px 20px #0063e666}.register-form__primary-button:active:not(:disabled){transform:translateY(0)}.register-form__primary-button:disabled{opacity:.7;cursor:not-allowed}.register-form__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.register-form__secondary-actions{margin-top:1.5rem;text-align:center}.register-form__login-section{display:flex;justify-content:center}.register-form__login-text{font-size:.875rem;color:#747478;margin:0}.register-form__link{color:#0063e6;font-weight:600;background:none;border:none;cursor:pointer;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1);padding:0;font-size:inherit}.register-form__link:hover{color:#004db3;text-decoration:underline}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){.register-form__title{color:#fff}.register-form__subtitle{color:#e0e0e5}.register-form__label{color:#fff}.register-form__input{background-color:#1e1e20;border-color:#ffffff12;color:#fff}.register-form__input:focus{border-color:#3d8bff;box-shadow:0 0 0 3px #3d8bff1a}.register-form__input::placeholder{color:#e0e0e566;opacity:1}.register-form__input-icon,.register-form__password-toggle{color:#e0e0e5}.register-form__password-toggle:hover{color:#3d8bff}.register-form__primary-button{background-color:#3d8bff;box-shadow:0 4px 14px #3d8bff4d}.register-form__primary-button:hover:not(:disabled){background-color:#579aff;box-shadow:0 6px 20px #3d8bff66}.register-form__link{color:#3d8bff}.register-form__link:hover{color:#70a9ff}.register-form__error{background-color:#ff2d5526;border-color:#ff2d5566}.register-form__login-text{color:#e0e0e5}}.home-page{width:100%;max-width:100%;overflow-x:hidden}.home-page .hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;margin-top:0;padding-top:6rem;width:100%;max-width:100%}@media (max-width: 768px){.home-page .hero{min-height:80vh;padding-top:3rem}}.home-page .hero .container{position:relative;z-index:2;max-width:1440px;width:90%;margin:0 auto;padding:1.5rem 0;text-align:left}@media (max-width: 768px){.home-page .hero .container{width:95%;text-align:center}}.home-page .hero .hero-content{max-width:650px}@media (max-width: 768px){.home-page .hero .hero-content{max-width:100%;margin:0 auto}}.home-page .hero .hero-content h1{font-size:3.75rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.03em;color:#1a1a1c}@media (max-width: 1200px){.home-page .hero .hero-content h1{font-size:3rem}}@media (max-width: 992px){.home-page .hero .hero-content h1{font-size:2.5rem}}@media (max-width: 768px){.home-page .hero .hero-content h1{font-size:2rem}}.home-page .hero .hero-content p{font-size:1.25rem;margin-bottom:2rem;color:#747478;line-height:1.6;max-width:90%}@media (max-width: 992px){.home-page .hero .hero-content p{font-size:1.125rem}}@media (max-width: 768px){.home-page .hero .hero-content p{font-size:1rem;max-width:100%}}.home-page .hero .hero-content .contact-button{display:inline-flex;align-items:center;justify-content:center;margin-left:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;background-color:transparent;color:#0063e6;border:1.5px solid #0063e6;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden}.home-page .hero .hero-content .contact-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,99,230,.1),transparent);transition:all .6s ease}.home-page .hero .hero-content .contact-button:hover{background-color:#0063e60d;transform:translateY(-2px)}.home-page .hero .hero-content .contact-button:hover:before{left:100%}.home-page .hero .hero-content .contact-button:active{transform:translateY(0)}@media (max-width: 576px){.home-page .hero .hero-content .contact-button{margin-left:0;margin-top:1rem;display:inline-flex}}@media (max-width: 768px){.home-page .hero .hero-content .contact-button{padding:.5rem 1.5rem}}.home-page .hero .hero-background{position:absolute;top:0;right:0;width:60%;height:100%;z-index:1}@media (max-width: 768px){.home-page .hero .hero-background{width:100%;opacity:.4}}.home-page .hero .hero-background .hero-gradient{position:absolute;top:15%;right:5%;width:70%;height:70%;background:linear-gradient(135deg,#3d8bff,#0063e6 40%,#ff2d55);border-radius:50%;filter:blur(80px);opacity:.12;z-index:-1}@media (max-width: 768px){.home-page .hero .hero-background .hero-gradient{width:100%;opacity:.08}}.home-page .hero .hero-background .hero-circles{position:absolute;width:100%;height:100%;overflow:hidden}.home-page .hero .hero-background .hero-circles .circle{position:absolute;border-radius:50%}.home-page .hero .hero-background .hero-circles .circle-1{top:25%;right:10%;width:300px;height:300px;background:linear-gradient(45deg,#0063e6 0%,transparent 70%);opacity:.1}@media (max-width: 768px){.home-page .hero .hero-background .hero-circles .circle-1{width:200px;height:200px}}.home-page .hero .hero-background .hero-circles .circle-2{bottom:15%;right:20%;width:400px;height:400px;background:linear-gradient(225deg,#ff2d55 0%,transparent 70%);opacity:.08}@media (max-width: 768px){.home-page .hero .hero-background .hero-circles .circle-2{width:250px;height:250px}}.home-page .section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;letter-spacing:-.02em}.home-page .section-title .highlight{color:#0063e6}@media (max-width: 768px){.home-page .section-title{font-size:2rem;margin-bottom:2rem}}.home-page .features{padding:6rem 0;position:relative;overflow:hidden;width:100%;max-width:100%}@media (max-width: 768px){.home-page .features{padding:3rem 0}}.home-page .features .container{max-width:1440px;width:90%;margin:0 auto;position:relative;z-index:1}@media (max-width: 768px){.home-page .features .container{width:95%}}.home-page .features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 992px){.home-page .features .features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 576px){.home-page .features .features-grid{grid-template-columns:1fr;gap:1.5rem}}.home-page .features .features-grid .feature-item{background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 16px #00000008,0 4px 8px #00000005;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.03);overflow:hidden;position:relative}.home-page .features .features-grid .feature-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0063e6,#ff2d55);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.home-page .features .features-grid .feature-item:hover:after{transform:scaleX(1)}.home-page .features .features-grid .feature-item .feature-icon{margin-bottom:1.5rem;color:#0063e6;display:inline-block}.home-page .features .features-grid .feature-item h3{font-size:1.25rem;margin-bottom:1rem;letter-spacing:-.01em}.home-page .features .features-grid .feature-item p{color:#747478;line-height:1.6;margin-bottom:0}.home-page .cta-section{background-color:#f5f5f780;padding:4rem 0;position:relative;overflow:hidden}@media (max-width: 768px){.home-page .cta-section{padding:3rem 0}}.home-page .cta-section .cta-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#0063e608,#ff2d550d);z-index:0}.home-page .cta-section .container{max-width:1440px;width:90%;margin:0 auto;position:relative;z-index:1}@media (max-width: 768px){.home-page .cta-section .container{width:95%}}.home-page .cta-section .cta-content{max-width:800px;margin:0 auto;text-align:center;background-color:#fffc;padding:3rem;border-radius:24px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 16px #00000008,0 4px 8px #00000005;border:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.home-page .cta-section .cta-content{padding:2rem}}.home-page .cta-section .cta-content h2{font-size:2rem;margin-bottom:1.5rem;letter-spacing:-.02em}@media (max-width: 768px){.home-page .cta-section .cta-content h2{font-size:1.5rem}}.home-page .cta-section .cta-content p{color:#747478;margin-bottom:2rem;font-size:1.125rem;line-height:1.6;max-width:90%;margin-left:auto;margin-right:auto}@media (max-width: 768px){.home-page .cta-section .cta-content p{font-size:1rem;margin-bottom:1.5rem}}.home-page .cta-section .cta-content .cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:600;background-color:#0063e6;color:#fff;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0063e64d;border:none;text-decoration:none;position:relative;overflow:hidden}.home-page .cta-section .cta-content .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease}.home-page .cta-section .cta-content .cta-button:hover{background-color:#0058cd;transform:translateY(-2px);box-shadow:0 6px 20px #0063e666}.home-page .cta-section .cta-content .cta-button:hover:before{left:100%}.home-page .cta-section .cta-content .cta-button:active{transform:translateY(0)}@media (max-width: 768px){.home-page .cta-section .cta-content .cta-button{padding:.5rem 1.5rem}}.home-page .btn.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:600;background-color:#0063e6;color:#fff;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0063e64d;border:none;text-decoration:none;position:relative;overflow:hidden}.home-page .btn.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease}.home-page .btn.btn-primary:hover{background-color:#0058cd;transform:translateY(-2px);box-shadow:0 6px 20px #0063e666}.home-page .btn.btn-primary:hover:before{left:100%}.home-page .btn.btn-primary:active{transform:translateY(0)}@media (max-width: 768px){.home-page .btn.btn-primary{padding:.5rem 1.5rem}}@media (prefers-color-scheme: dark){.home-page .hero{background-color:#000}.home-page .hero .hero-content h1{color:#fff}.home-page .hero .hero-content p{color:#e0e0e5}.home-page .hero .hero-content .contact-button{color:#3d8bff;border-color:#3d8bff}.home-page .hero .hero-content .contact-button:hover{background-color:#3d8bff1a}.home-page .hero .hero-background .hero-gradient,.home-page .hero .hero-background .hero-circles .circle-1{opacity:.15}.home-page .hero .hero-background .hero-circles .circle-2{opacity:.12}.home-page .features{background-color:#000}.home-page .features .section-title{color:#fff}.home-page .features .section-title .highlight{color:#3d8bff}.home-page .features .features-grid .feature-item{background-color:#121214;border:1px solid rgba(255,255,255,.07);box-shadow:0 8px 16px #0006}.home-page .features .features-grid .feature-item h3{color:#fff}.home-page .features .features-grid .feature-item p{color:#e0e0e5}.home-page .features .features-grid .feature-item .feature-icon{color:#3d8bff}.home-page .cta-section{background-color:#1e1e2080}.home-page .cta-section .cta-backdrop{background:linear-gradient(90deg,#0063e614,#ff2d551a)}.home-page .cta-section .cta-content{background-color:#121214cc;border:1px solid rgba(255,255,255,.07)}.home-page .cta-section .cta-content h2{color:#fff}.home-page .cta-section .cta-content p{color:#e0e0e5}.home-page .cta-section .cta-content .cta-button{background-color:#3d8bff;box-shadow:0 4px 14px #3d8bff4d}.home-page .cta-section .cta-content .cta-button:hover{background-color:#579aff;box-shadow:0 6px 20px #3d8bff66}.home-page .cta-section .btn-primary{background-color:#3d8bff;box-shadow:0 4px 14px #3d8bff4d}.home-page .cta-section .btn-primary:hover{background-color:#579aff;box-shadow:0 6px 20px #3d8bff66}}#root{max-width:100%;margin:0 auto;padding:0;text-align:center;overflow-x:hidden}.logo{height:3em;will-change:filter;transition:filter .3s cubic-bezier(.4,0,.2,1)}.logo:hover{filter:brightness(1.1)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.card{padding:2rem;border-radius:16px;background-color:#fff;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(0,0,0,.03);transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000008,0 4px 8px #00000005}@media (prefers-color-scheme: dark){.card{background-color:#121214;color:#fff;box-shadow:0 8px 16px #0006;border:1px solid rgba(255,255,255,.07)}}.card-animated{position:relative;overflow:hidden}.card-animated:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff1a,#fff0);transition:left .5s ease}.card-animated:hover:after{left:100%}.read-the-docs{color:#747478;font-size:.875rem;margin-top:1.5rem}@media (prefers-color-scheme: dark){.read-the-docs{color:#e0e0e5}}.section-divider{width:100%;height:1px;background:linear-gradient(to right,transparent,rgba(0,0,0,.1),transparent);margin:3rem 0}@media (prefers-color-scheme: dark){.section-divider{background:linear-gradient(to right,transparent,rgba(255,255,255,.08),transparent)}}: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:#242424;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;display:block;min-width:320px;min-height:100vh}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}}
