*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;max-width:100vw;overflow-x:hidden}.btn-chatgpt{background:linear-gradient(135deg,#fa4517,#e03d15);color:#fff;border:none;border-radius:4px;padding:12px 24px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000040;min-width:140px;max-width:200px;width:auto;letter-spacing:.5px}.btn-chatgpt:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.btn-chatgpt:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #00000059,0 0 0 4px #fa451780;background:linear-gradient(135deg,#e03d15,#d03512);animation:none}.btn-chatgpt:hover:before{left:100%}.btn-chatgpt:active{transform:translateY(-1px) scale(.98);box-shadow:0 4px 15px #00000040}.btn-chatgpt:focus{outline:none;box-shadow:0 0 0 3px #fa45174d,0 8px 25px #00000059}@keyframes pulse-glow{0%{box-shadow:0 4px 15px #00000040}50%{box-shadow:0 4px 20px #0006}to{box-shadow:0 4px 15px #00000040}}@keyframes border-glow{0%{box-shadow:0 0 #fa4517b3}50%{box-shadow:0 0 0 8px #fa45174d}to{box-shadow:0 0 #fa451700}}.btn-chatgpt{animation:pulse-glow 3s ease-in-out infinite,border-glow 2s ease-in-out infinite}.container,.nav-container,.hero-container,.metrics-container,.productivity-container,.clients-container,.contact-container,.footer-container{max-width:100%;overflow-x:hidden}img{max-width:100%;height:auto;object-fit:contain}button,.btn,.hero-btn,.clients-btn,.contact-btn{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar{background:#010738;position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:98%;margin:0 auto;padding:0 1rem 0 .5rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo a{color:#fff;text-decoration:none;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;transition:all .3s ease;display:flex;align-items:center}.nav-logo a:hover{transform:scale(1.05)}.logo-image{height:50px;width:auto;max-width:200px;transition:all .3s ease;filter:brightness(1)}.nav-logo a:hover .logo-image{filter:brightness(1.1)}.nav-menu{display:flex;align-items:center;gap:2.5rem;padding-left:12%}.nav-btn{margin-right:2rem}.nav-btn-mobile{margin-bottom:1rem;width:auto;min-width:140px;max-width:200px;text-align:center}.btn.btn-chatgpt,.btn-chatgpt.btn-mobile,.btn-chatgpt.nav-btn-mobile{padding:12px 24px!important;font-size:.95rem!important;min-width:140px!important;max-width:200px!important;border-radius:4px!important}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;padding:.5rem 0;text-align:center;line-height:1.2}.nav-link:hover{color:#fa4517;transform:translateY(-2px)}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#fa4517;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-buttons{display:flex;align-items:center;gap:1.5rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;min-width:120px;max-width:200px;width:auto}.btn-ch{padding:.5rem 1rem;border:none;border-radius:4px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;min-width:120px;max-width:200px;width:auto}.btn-primary{background:#fa4517;color:#fff;box-shadow:0 4px 15px #fa45174d}.btn-primary:hover{background:#e03d15;transform:translateY(-2px);box-shadow:0 6px 20px #fa451766}.btn-outline{background:transparent;color:#fa4517;border:1px solid #fa4517;border-radius:4px;padding:10px 20px;font-weight:500;transition:all .3s ease}.btn-outline:hover{background:#fa45171a;transform:translateY(-1px);box-shadow:0 2px 8px #fa451733}.nav-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.bar{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s;border-radius:4px}.mobile-menu{display:none;background:#010738;padding:2rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-menu-links{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;align-items:center}.mobile-nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;text-align:center;line-height:1.2}.mobile-nav-link:hover{color:#fa4517;padding-left:1rem}.mobile-menu-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.btn-mobile{width:80%;max-width:250px;padding:1rem;font-size:1rem;border-radius:4px;text-align:center}.content{margin-top:80px;min-height:calc(100vh - 80px);max-width:100vw;overflow-x:hidden}.hero-section{background:#fff;padding:3rem 1rem;margin-top:80px;min-height:calc(100vh - 80px);display:flex;align-items:center;max-width:100vw;overflow-x:hidden}.hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.hero-content{padding-right:3rem}.hero-title{font-size:1.5rem;font-weight:700;color:#010738;line-height:1.1;margin-bottom:2rem;letter-spacing:-1px;max-width:636px;min-height:36px;overflow:hidden}.hero-description{font-size:1.25rem;color:#4a5568;line-height:1.6;margin-bottom:3rem;max-width:550px}.hero-buttons{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.hero-btn{padding:0;font-size:1.1rem;background:linear-gradient(135deg,#fa4517,#e03d15);box-shadow:0 6px 20px #fa45174d;border-radius:4px;max-width:275px;width:100%;height:35px;display:flex;align-items:center;justify-content:center}.hero-btn:hover{background:linear-gradient(135deg,#e03d15,#c83512);transform:translateY(-3px);box-shadow:0 10px 30px #fa451766}.hero-link{color:#fa4517;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative}.hero-link:hover{color:#e03d15;transform:translateY(-2px)}.hero-link:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:#fa4517;transition:width .3s ease}.hero-link:hover:after{width:100%}.hero-illustration{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.hero-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:4px}.metrics-section{background:transparent;padding:2rem;margin-top:-8rem;margin-bottom:-8rem;position:relative;z-index:10}.metrics-container{max-width:1200px;margin:0 auto;background:#fff;padding:2rem;border-radius:4px;box-shadow:0 8px 25px #0000001a}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:stretch}.metric-card{background:#fa4517;color:#fff;padding:2.5rem 1.5rem;border-radius:4px;text-align:center;box-shadow:0 8px 25px #fa451733;transition:all .3s ease;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease}.metric-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #fa45174d}.metric-card:hover:before{opacity:1}.metric-number{font-size:3rem;font-weight:700;line-height:1;margin-bottom:.5rem;position:relative;z-index:1;transition:all .3s ease;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.metric-number.animating{animation:pulse .3s ease-in-out}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.metric-label{font-size:1.1rem;font-weight:500;line-height:1.3;position:relative;z-index:1}.hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 2rem;text-align:center}.productivity-section{background:linear-gradient(#010738cc,#010738cc),url(/images/imagEnovel3.webp);background-size:cover;background-position:center;background-attachment:fixed;padding:10rem 2rem;position:relative;max-width:100vw;overflow-x:hidden}.productivity-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:4rem}.productivity-content{text-align:left;max-width:600px;color:#fff;flex:1}.productivity-illustration{flex:1;display:flex;justify-content:center;align-items:center}.productivity-image{max-width:100%;height:auto;max-height:400px;object-fit:contain}.productivity-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:2rem;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.productivity-description{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin-bottom:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.clients-section{background:#fff;padding:6rem 2rem;position:relative;max-width:100vw;overflow-x:hidden}.clients-container{max-width:1200px;margin:0 auto}.clients-header{text-align:center;margin-bottom:3rem}.clients-title{font-size:2.5rem;font-weight:700;color:#010738;letter-spacing:-1px}.clients-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;align-items:center;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:3rem}.clients-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,auto)}.client-card{background:#fff;padding:2rem;border-radius:0;box-shadow:none;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-height:120px;position:relative;overflow:hidden}.client-card:before{content:"";position:absolute;inset:0;background:#fa45170d;opacity:0;transition:opacity .3s ease}.client-card:hover{background:#f8fafc}.client-card:hover:before{opacity:1}.client-logo{max-width:100%;max-height:60px;width:auto;height:auto;object-fit:contain;filter:grayscale(0%);transition:all .3s ease;position:relative;z-index:1}.client-card:hover .client-logo{transform:scale(1.05)}.clients-cta{text-align:center;margin-top:2rem}.clients-btn{padding:.5rem 4rem;font-size:1.1rem;background:#fa4517;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #fa45174d}.clients-btn:hover{background:#e03d15;transform:translateY(-2px);box-shadow:0 6px 20px #fa451766}.contact-section{background:linear-gradient(#010738cc,#010738cc),url(/images/enovelcontacto.webp);background-size:cover;background-position:center;background-attachment:fixed;padding:4rem 2rem;position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;max-width:100vw}.contact-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:100vh}.contact-content{color:#fff;padding-right:2rem;max-width:600px}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3);max-width:100%}.contact-form-container{background:#fffffff2;backdrop-filter:blur(10px);border-radius:4px;padding:3rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);max-width:500px;width:100%}.contact-form{display:flex;flex-direction:column;gap:1.5rem;max-width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem;max-width:100%}.form-label{font-weight:600;color:#010738;font-size:.95rem;max-width:100%}.form-input,.form-textarea{padding:1rem;border:2px solid #e1e5e9;border-radius:4px;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;background:#fff;max-width:100%;width:100%}.form-input:focus,.form-textarea:focus{outline:none;border-color:#fa4517;box-shadow:0 0 0 3px #fa45171a}.form-textarea{resize:vertical;min-height:120px}.contact-btn{margin-top:1rem;padding:.5rem 13rem;font-size:1.1rem;font-weight:600;width:100%;border-radius:4px;background:#fa4517;color:#fff;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #fa45174d;text-align:center;display:flex;align-items:center;justify-content:center}.contact-btn:hover{background:#e03d15;transform:translateY(-2px);box-shadow:0 6px 20px #fa451766}.footer{background:#010738;padding:2rem;color:#fff;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-logo{flex-shrink:0}.footer-logo-image{height:60px;width:auto;max-width:200px;filter:brightness(1);transition:all .3s ease}.footer-logo-image:hover{filter:brightness(1.1)}.footer-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end;font-size:.9rem;line-height:1.4}.footer-copyright,.footer-contact,.footer-rights,.footer-separator{color:#fff;font-weight:400}.footer-link{color:#fff;text-decoration:underline;font-weight:400;transition:all .3s ease}.footer-link:hover{color:#fa4517;text-decoration:underline}.main-section{margin-top:80px;min-height:calc(100vh - 80px);max-width:100vw;overflow-x:hidden}@media screen and (max-width: 768px){.content{margin-top:70px;min-height:calc(100vh - 70px)}.hero-section{margin-top:70px;min-height:calc(100vh - 70px);padding:2rem 1rem}.main-section{margin-top:70px;min-height:calc(100vh - 70px)}}@media screen and (max-width: 768px){.nav-menu,.nav-buttons{display:none}.nav-toggle{display:flex}.mobile-menu.active{display:block}.nav-container{padding:0 1rem}.hero-section{padding:5rem 1rem}.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{padding-right:0;order:1}.hero-title{font-size:2.5rem;margin-bottom:1.5rem;letter-spacing:-.5px;width:100%;height:auto;overflow:visible}.hero-description{font-size:1.1rem;margin-bottom:2.5rem}.hero-buttons{justify-content:center;flex-direction:column;gap:1.5rem}.hero-btn{width:100%;max-width:300px;height:40px;padding:0;font-size:.95rem}.hero-link{font-size:1rem}.hero-illustration{order:2;height:300px}.hero-image{max-height:280px;width:auto}.metrics-section{padding:1.5rem 1rem;margin-top:-2rem;margin-bottom:-2rem}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.metric-card{padding:2rem 1rem}.metric-number{font-size:2.5rem}.metric-label{font-size:1rem}.productivity-section{padding:4rem 1rem;background-attachment:scroll}.productivity-container{flex-direction:column;gap:2rem;text-align:center}.productivity-content{text-align:center;max-width:100%}.productivity-illustration{order:-1}.productivity-image{max-height:300px}.productivity-title{font-size:2.2rem;margin-bottom:1.5rem}.productivity-description{font-size:1.1rem}.clients-section{padding:4rem 1rem}.clients-title{font-size:2rem}.clients-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,auto);gap:1px}.client-card{padding:1.5rem;min-height:100px}.client-logo{max-height:50px}.contact-container{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.contact-content{padding-right:0;text-align:center}.contact-title{font-size:2rem}.contact-form-container{padding:2rem}.contact-btn{padding:1rem 2rem;font-size:1.1rem;width:100%;margin:0 auto;display:block}.footer{padding:1.5rem 1rem}.footer-container{flex-direction:column;gap:1.5rem;text-align:center}.footer-info{justify-content:center;text-align:center;font-size:.85rem}.footer-logo-image{height:50px}}@media screen and (max-width: 480px){.nav-container{padding:0 .5rem}.nav-logo a{font-size:1.5rem}.logo-image{height:40px}.hero-section{padding:4rem .5rem}.hero-title{font-size:2rem;width:100%;height:auto;overflow:visible}.hero-description{font-size:1rem}.hero-illustration{height:250px}.hero-image{max-height:230px;width:auto}.metrics-section{padding:1rem .5rem;margin-top:-1.5rem;margin-bottom:-1.5rem}.metrics-grid{grid-template-columns:1fr;gap:1rem}.metric-card{padding:1.5rem 1rem}.metric-number{font-size:2.2rem}.metric-label{font-size:.95rem}.productivity-section{padding:3rem .5rem}.productivity-container{gap:1.5rem}.productivity-image{max-height:250px}.productivity-title{font-size:1.8rem;margin-bottom:1rem}.productivity-description{font-size:1rem}.clients-section{padding:3rem .5rem}.clients-title{font-size:1.8rem}.clients-grid{grid-template-columns:repeat(2,1fr);gap:1px}.client-card{padding:1rem;min-height:80px}.client-logo{max-height:40px}.contact-section{min-height:auto;padding:2rem 0}.contact-container{padding:1rem}.contact-title{font-size:1.8rem}.contact-form-container{padding:1.5rem}.form-input,.form-textarea{padding:.75rem}.contact-btn{padding:.75rem 2rem;font-size:1rem;width:100%}.footer{padding:1rem .5rem}.footer-container{gap:1rem}.footer-info{flex-direction:column;gap:.25rem;font-size:.8rem}.footer-separator{display:none}.footer-logo-image{height:45px}}@media screen and (min-width: 768px) and (max-width: 1024px){.contact-btn{padding:1rem 3rem;font-size:1.1rem;width:100%;max-width:300px;margin:0 auto;display:block}}@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.contact-btn{padding:1rem 4rem;font-size:1.1rem;width:100%;max-width:350px;margin:0 auto;display:block}}.btn:focus,.nav-link:focus,.mobile-nav-link:focus{outline:none}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;text-align:center;font-size:30px;box-shadow:0 4px 15px #25d36666;z-index:1000;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;animation:whatsapp-pulse 2s infinite}.whatsapp-float:hover{background:#128c7e;transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-float i{transition:all .3s ease}.whatsapp-float:hover i{transform:scale(1.1)}@keyframes whatsapp-pulse{0%{box-shadow:0 4px 15px #25d36666}50%{box-shadow:0 4px 20px #25d36699,0 0 0 10px #25d3661a}to{box-shadow:0 4px 15px #25d36666}}@media screen and (max-width: 768px){.whatsapp-float{bottom:20px;right:20px;width:55px;height:55px;font-size:28px}}@media screen and (max-width: 480px){.whatsapp-float{bottom:15px;right:15px;width:50px;height:50px;font-size:25px}}.scroll-to-top-btn{position:fixed;bottom:100px;right:35px;width:50px;height:50px;background:linear-gradient(135deg,#fa4517,#e03d15);color:#fff;border:none;border-radius:50%;text-align:center;font-size:18px;box-shadow:0 4px 15px #fa451766;z-index:999;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;opacity:0;visibility:hidden;transform:translateY(20px)}.scroll-to-top-btn.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top-btn:hover{background:linear-gradient(135deg,#fa4517,#e03d15);transform:translateY(-3px) scale(1.1);box-shadow:0 6px 20px #fa451799}.scroll-to-top-btn:active{transform:translateY(-1px) scale(.95)}.scroll-to-top-btn i{transition:all .3s ease}.scroll-to-top-btn:hover i{transform:translateY(-2px)}@media screen and (max-width: 768px){.scroll-to-top-btn{bottom:90px;right:20px;width:45px;height:45px;font-size:16px}}@media screen and (max-width: 480px){.scroll-to-top-btn{bottom:80px;right:20px;width:40px;height:40px;font-size:14px}}.nav-link-active[data-astro-cid-alcncz2o]{color:#fa4517!important;font-weight:600;position:relative}.nav-link-active[data-astro-cid-alcncz2o]:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#fa4517;border-radius:2px}.mobile-nav-link-active[data-astro-cid-alcncz2o]{color:#fa4517!important;font-weight:600;border-bottom:2px solid #FA4517!important}.nav-toggle[data-astro-cid-alcncz2o]{display:none;cursor:pointer;padding:8px;border-radius:4px;transition:all .3s ease}.nav-toggle[data-astro-cid-alcncz2o]:hover{background:#ffffff1a}.hamburger[data-astro-cid-alcncz2o]{position:relative;width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between}.line[data-astro-cid-alcncz2o]{width:100%;height:2px;background:#fff;border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.mobile-menu[data-astro-cid-alcncz2o]{display:none;background:#010738;padding:2rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-menu-links[data-astro-cid-alcncz2o]{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;align-items:center}.mobile-nav-link[data-astro-cid-alcncz2o]{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;text-align:center;line-height:1.2}.mobile-nav-link[data-astro-cid-alcncz2o]:hover{color:#fa4517;padding-left:1rem}.mobile-menu-buttons[data-astro-cid-alcncz2o]{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.btn-mobile[data-astro-cid-alcncz2o]{width:80%;max-width:250px;padding:1rem;font-size:1rem;border-radius:4px;text-align:center}@media (max-width: 768px){.nav-menu[data-astro-cid-alcncz2o],.nav-buttons[data-astro-cid-alcncz2o]{display:none}.nav-toggle[data-astro-cid-alcncz2o]{display:flex}.mobile-menu[data-astro-cid-alcncz2o].active{display:block}}.nav-toggle[data-astro-cid-alcncz2o].active .line[data-astro-cid-alcncz2o]:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle[data-astro-cid-alcncz2o].active .line[data-astro-cid-alcncz2o]:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle[data-astro-cid-alcncz2o].active .line[data-astro-cid-alcncz2o]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-toggle[data-astro-cid-alcncz2o]:hover .line[data-astro-cid-alcncz2o]{background:#fa4517}.nav-toggle[data-astro-cid-alcncz2o].active{background:#fa45171a}.footer[data-astro-cid-3w5dgyip]{background:#010738;padding:2rem;color:#fff;border-top:1px solid rgba(255,255,255,.1)}.footer-container[data-astro-cid-3w5dgyip]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-logo[data-astro-cid-3w5dgyip]{flex-shrink:0}.footer-logo-image[data-astro-cid-3w5dgyip]{height:60px;width:auto;max-width:200px;filter:brightness(1);transition:all .3s ease}.footer-logo-image[data-astro-cid-3w5dgyip]:hover{filter:brightness(1.1)}.footer-info[data-astro-cid-3w5dgyip]{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;font-size:.9rem;line-height:1.4}.footer-main-info[data-astro-cid-3w5dgyip]{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.footer-social-section[data-astro-cid-3w5dgyip]{display:flex;align-items:center;gap:.75rem;padding-top:.5rem;border-top:1px solid #FA4517}.social-label[data-astro-cid-3w5dgyip]{color:#fff;font-weight:500;font-size:.85rem;opacity:.9}.social-icons[data-astro-cid-3w5dgyip]{display:flex;align-items:center;gap:1rem}.footer-copyright[data-astro-cid-3w5dgyip],.footer-contact[data-astro-cid-3w5dgyip],.footer-rights[data-astro-cid-3w5dgyip],.footer-separator[data-astro-cid-3w5dgyip]{color:#fff;font-weight:400}.footer-link[data-astro-cid-3w5dgyip]{color:#fff;text-decoration:underline;font-weight:400;transition:all .3s ease}.footer-link[data-astro-cid-3w5dgyip]:hover{color:#fa4517;text-decoration:underline}.footer-social-link[data-astro-cid-3w5dgyip]{color:#fff;text-decoration:none;font-size:1.3rem;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.footer-social-link[data-astro-cid-3w5dgyip]:hover{color:#fa4517;transform:translateY(-2px)}.footer-social-link[data-astro-cid-3w5dgyip] i[data-astro-cid-3w5dgyip]{transition:all .3s ease}.footer-social-link[data-astro-cid-3w5dgyip]:hover i[data-astro-cid-3w5dgyip]{transform:scale(1.1)}@media (max-width: 768px){.footer[data-astro-cid-3w5dgyip]{padding:1.5rem 1rem}.footer-container[data-astro-cid-3w5dgyip]{flex-direction:column;text-align:center;gap:1rem}.footer-info[data-astro-cid-3w5dgyip]{align-items:center;gap:1rem}.footer-main-info[data-astro-cid-3w5dgyip]{justify-content:center;text-align:center}.footer-social-section[data-astro-cid-3w5dgyip]{justify-content:center;border-top:1px solid rgba(255,255,255,.1);padding-top:.75rem}.footer-logo-image[data-astro-cid-3w5dgyip]{height:50px}}@media (max-width: 480px){.footer-info[data-astro-cid-3w5dgyip]{font-size:.8rem;flex-direction:column;gap:.25rem}.footer-separator[data-astro-cid-3w5dgyip]{display:none}}
