#codevita-footer.footer{background-color:#0a0a0a;border-top:1px solid rgba(255,255,255,.1);position:relative}#codevita-footer .footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(147,51,234,.3),rgba(255,255,255,0))}#codevita-footer .footer-content{max-width:1200px;margin:0 auto;padding:3rem 1rem 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo img{height:2.5rem;width:auto}.footer-description{color:rgba(255,255,255,.7);line-height:1.6;max-width:400px}.footer-social{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;transition:all .3s ease;color:rgba(255,255,255,.7)}.social-link:hover{background:rgba(147,51,234,.2);border-color:rgba(147,51,234,.4);color:white;transform:translateY(-2px)}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.125rem;font-weight:600;color:white;margin-bottom:1.5rem;position:relative}.footer-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:2rem;height:2px;background:linear-gradient(90deg,#9333ea,#ec4899);border-radius:1px}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:rgba(255,255,255,.7);transition:color .3s ease;text-decoration:none}.footer-link:hover{color:white}.footer-contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,.7);font-size:.875rem}.contact-icon{width:1rem;height:1rem;color:rgba(147,51,234,.7);flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width:768px){.footer-bottom{flex-direction:column;text-align:center}}.footer-copyright{color:rgba(255,255,255,.6);font-size:.875rem}.footer-legal{display:flex;gap:2rem;align-items:center}@media (max-width:768px){.footer-legal{gap:1rem}}.footer-legal-link{color:rgba(255,255,255,.6);font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-legal-link:hover{color:white}.spotlight-header-container{position:relative;overflow:hidden}.spotlight-header-backdrop{position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%),rgba(147,51,234,.1) 0,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.spotlight-header-container:hover .spotlight-header-backdrop{opacity:1}.spotlight-header-content{position:relative;z-index:2}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:blur(10px);background-color:rgba(18,18,18,.9);border-bottom:1px solid rgba(255,255,255,.1)}.navbar-brand{transition:transform .3s ease}.navbar-brand:hover{transform:scale(1.05)}.navbar-menu{display:flex;gap:2rem;align-items:center}.navbar-item{color:rgba(255,255,255,.8);transition:color .3s ease}.navbar-item:hover{color:white}.navbar-services-button{background:transparent;border:1px solid rgba(255,255,255,.6);border-radius:.5rem;padding:.5rem 1rem;color:rgba(255,255,255,.8);transition:all .3s ease}.navbar-services-button:hover{background-color:rgba(147,51,234,.3);color:white}