footer{position:relative;width:100vw;height:100.5svh;background-color:var(--base-400);color:var(--base-100);padding:2rem}footer .footer-header-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58%;display:flex;flex-direction:column;align-items:flex-start;gap:1.75rem}footer .footer-header h1{font-family:Big Shoulders Display,sans-serif;font-size:5rem;font-weight:900;line-height:.95;letter-spacing:-.03em;text-transform:uppercase;color:var(--base-100)}footer .footer-contact-list{width:100%;display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.08)}footer .footer-contact-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;text-decoration:none;color:var(--base-100);border-bottom:1px solid rgba(255,255,255,.08);background-color:rgba(255,255,255,.03);transition:background-color .2s ease,padding-left .25s ease}footer .footer-contact-item:last-child{border-bottom:none}footer .footer-contact-item:hover{background-color:rgba(255,255,255,.08);padding-left:2rem}footer .footer-contact-left{display:flex;align-items:center;gap:1.25rem}footer .footer-contact-icon{width:2.75rem;height:2.75rem;border-radius:.625rem;background-color:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--base-100)}footer .footer-contact-icon-whatsapp{background-color:rgba(37,211,102,.12);border-color:rgba(37,211,102,.2);color:#25d366}footer .footer-contact-info{display:flex;flex-direction:column;gap:.2rem}footer .footer-contact-label{font-family:PP Neue Montreal,sans-serif;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.35)}footer .footer-contact-value{font-family:Big Shoulders Display,sans-serif;font-size:1.6rem;font-weight:700;color:var(--base-100);letter-spacing:-.02em;line-height:1}footer .footer-contact-arrow{width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);flex-shrink:0;transition:background-color .2s ease,color .2s ease,transform .2s ease}footer .footer-contact-item:hover .footer-contact-arrow{background-color:var(--base-100);color:var(--base-400);transform:rotate(-45deg)}footer .footer-byline{position:absolute;left:0;bottom:0;width:100%;display:flex;padding:2rem}footer .footer-byline>div{flex:1 1;display:flex}footer .footer-copyright{justify-content:flex-end}footer .footer-author{justify-content:center;color:var(--base-300)}footer .footer-byline p{font-size:.9rem}@media (max-width:1000px){footer{height:100svh}footer .footer-header-content{width:100%;padding:1.25rem}footer .footer-header h1{font-size:3.25rem}footer .footer-contact-value{font-size:1.2rem}footer .footer-contact-item{padding:1rem 1.25rem}footer .footer-copyright{display:none!important}footer .footer-author{justify-content:flex-end}footer .footer-byline{padding:1.25rem}}.line{position:relative;transform:translateY(100%);will-change:transform;padding-bottom:.2em;margin-bottom:-.2em}