.site-footer{position:relative;background-color:hsl(var(--card)/.6);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);color:hsl(var(--foreground))}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0,hsl(var(--primary)/.55) 25%,hsl(var(--primary)) 50%,hsl(var(--primary)/.55) 75%,transparent 100%)}.site-footer:after{content:"";position:absolute;top:0;width:100%;height:80px;background:linear-gradient(180deg,hsl(var(--primary)/.08) 0,transparent 100%);pointer-events:none}.content-container{max-width:var(--content-max-width);margin-inline:auto;padding-inline:2rem}:root:not(.dark) .site-footer:after{height:56px;background:linear-gradient(180deg,hsl(var(--primary)/.05) 0,transparent 100%)}.footer-top{display:flex;flex-direction:column;gap:2rem;padding-block:3rem 2.5rem;justify-content:space-evenly}@media(min-width:1024px){.footer-top{flex-direction:row;gap:3rem;align-items:flex-start}}.footer-hero{display:flex;flex-direction:column;gap:2rem;flex-shrink:0;width:100%}@media(min-width:1024px){.footer-hero{width:21rem}}.footer-hero__copy{max-width:26rem}.footer-hero__title{margin:0 0 .85rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.15;letter-spacing:-.01em;color:hsl(var(--foreground))}.footer-hero__title-accent{color:hsl(var(--primary))}.footer-hero__desc{max-width:26rem;font-size:.9rem;line-height:1.65;color:hsl(var(--muted-foreground))}.footer-hero__logo-wrap{display:flex;width:100%;max-width:20rem}.footer-hero__logo{width:100%;height:auto;color:hsl(var(--foreground))}.footer-hero__logo img,.footer-hero__logo svg{display:block;width:100%;height:auto}.footer-nav{--nav-col-count:4;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem 1.5rem}@media(min-width:640px){.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1280px){.footer-nav{grid-template-columns:repeat(var(--nav-col-count),minmax(0,1fr))}}.footer-nav__col{position:relative;display:flex;flex-direction:column;gap:.65rem;padding-inline-start:1.25rem}.footer-nav__col:before{content:"";position:absolute;top:.15rem;bottom:.15rem;left:0;width:1px;background:hsl(var(--border)/.7);display:none}@media(min-width:1280px){.footer-nav__col:not(:first-child):before{display:block}}.footer-nav__heading{display:flex;align-items:center;gap:.55rem;margin:0 0 .4rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--foreground))}.footer-nav__heading-icon{width:15px;height:15px;flex-shrink:0;color:hsl(var(--primary))}.footer-nav__links{display:flex;flex-direction:column;gap:.65rem}.footer-nav__link-row{display:inline-flex;align-items:center;gap:.4rem;width:-moz-fit-content;width:fit-content}.footer-nav__link-row:hover .footer-nav__chevron{transform:translateX(2px)}.footer-nav__link-row:hover a{color:hsl(var(--foreground));text-decoration:none}.footer-nav__chevron{width:13px;height:13px;flex-shrink:0;color:hsl(var(--primary));transition:transform .25s ease}.footer-nav__link{font-size:.95rem;font-weight:500;color:hsl(var(--muted-foreground));transition:color .25s ease}.footer-nav__link:hover{color:hsl(var(--foreground));text-decoration:none}.footer-contact{display:flex;flex-direction:column;gap:.55rem}.footer-contact__row{display:flex;align-items:center;gap:.55rem;font-size:.95rem;font-weight:500;color:hsl(var(--muted-foreground))}.footer-contact__row svg{width:15px;height:15px;flex-shrink:0;color:hsl(var(--primary))}.footer-contact__row a{color:inherit;transition:color .25s ease}.footer-contact__row a:hover{color:hsl(var(--foreground));text-decoration:none}.footer-contact__row--muted{font-size:.85rem;color:hsl(var(--muted-foreground)/.85)}.footer-newsletter{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--primary)/.05)}@media(min-width:768px){.footer-newsletter{flex-direction:row;align-items:center;gap:1.5rem}}.footer-newsletter__icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:9999px;border:1px solid hsl(var(--primary)/.35);color:hsl(var(--primary))}.footer-newsletter__icon svg{width:18px;height:18px}.footer-newsletter__copy{flex:1;min-width:0}.footer-newsletter__title{margin:0 0 .15rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--foreground))}.footer-newsletter__desc{margin:0;font-size:.85rem;color:hsl(var(--muted-foreground))}.footer-newsletter__form{display:flex;align-items:center;gap:.6rem;width:100%}@media(min-width:768px){.footer-newsletter__form{width:auto;min-width:22rem}}.footer-newsletter__input{flex:1;min-width:0;height:2.75rem;padding-inline:1rem;border-radius:calc(var(--radius) - .15rem);border:1px solid hsl(var(--border));background-color:hsl(var(--background)/.6);color:hsl(var(--foreground));font-size:.875rem}.footer-newsletter__input::-moz-placeholder{color:hsl(var(--muted-foreground))}.footer-newsletter__input::placeholder{color:hsl(var(--muted-foreground))}.footer-newsletter__input:focus-visible{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.15)}.footer-newsletter__submit{display:grid;place-items:center;width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:calc(var(--radius) - .15rem);border:none;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 4px 15px hsl(var(--primary)/.3);transition:filter .25s ease}.footer-newsletter__submit svg{width:16px;height:16px}.footer-newsletter__submit:hover{filter:brightness(1.1)}.footer-newsletter__submit:active{transform:scale(.96)}.footer-divider{height:1px;border:none;background:linear-gradient(90deg,transparent 0,hsl(var(--border)) 15%,hsl(var(--border)) 85%,transparent 100%)}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-block:1.25rem;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom__brand{display:flex;align-items:center;gap:.75rem}.footer-bottom__logo{height:2rem;width:auto;color:hsl(var(--foreground))}.footer-bottom__logo img,.footer-bottom__logo svg{display:block;height:22px;width:auto}.footer-copyright{font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground))}.footer-socials{display:flex;gap:.6rem}.footer-social-btn{--footer-social-accent:hsl(var(--primary));position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:9999px;border:1px solid hsl(var(--border));background-color:hsl(var(--background)/.4);color:hsl(var(--muted-foreground));transition:transform .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.footer-social-btn svg{width:14px;height:14px}.footer-social-btn:hover{transform:translateY(-3px);color:var(--footer-social-accent);border-color:var(--footer-social-accent);box-shadow:0 0 16px color-mix(in srgb,var(--footer-social-accent) 35%,transparent)}@media(prefers-reduced-motion:reduce){.footer-social-btn:hover{transform:none!important}}