.lang-switcher{align-items:center;width:fit-content;display:inline-flex;position:relative}.lang-switcher__trigger{height:var(--nav-icon-size,36px);box-sizing:border-box;font-size:var(--fs-md,14px);color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #00000026;border-radius:10px;align-items:center;gap:6px;padding:0 12px;font-weight:700;transition:border-color .15s,color .15s;display:flex}.lang-switcher__trigger:hover{color:var(--black);border-color:#00000059}.lang-switcher--light .lang-switcher__trigger{color:#ffffffe6;-webkit-backdrop-filter:blur(4px);background:#ffffff1a;border-color:#ffffff59}.lang-switcher--light .lang-switcher__trigger:hover{border-color:var(--white);color:var(--white)}.lang-switcher__chevron{transition:transform .2s}.lang-switcher__chevron--open{transform:rotate(180deg)}.lang-switcher__dropdown{background:var(--white);z-index:200;border-radius:10px;flex-direction:column;min-width:100px;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 4px 16px #000000b3}.lang-switcher__option{text-align:left;font-size:var(--fs-md,14px);color:var(--text);cursor:pointer;background:0 0;border:none;padding:10px 16px;font-weight:400;transition:background .12s,color .12s}.lang-switcher__option--active{color:var(--black);background:var(--gray-200);font-weight:700}.lang-switcher__option:hover{background:var(--gray-200);color:var(--black)}@media (width<=768px){.lang-switcher__trigger{border-radius:8px;gap:4px;height:28px;padding:0 8px;font-size:12px}.lang-switcher__chevron{width:14px;height:14px}.lang-switcher__option{padding:8px 12px;font-size:12px}}.brand-logo{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:10px;padding:0;display:flex}.brand-logo__icon{width:var(--nav-icon-size);height:var(--nav-icon-size);border-radius:8px}.brand-logo__name{font-family:Outfit,sans-serif;font-size:calc(var(--nav-icon-size) * .7);color:var(--black);letter-spacing:-.02em;font-weight:700;transition:color .3s}.brand-logo--light .brand-logo__name{color:var(--white)}.footer{background:var(--black);color:var(--white);padding:clamp(48px,6vw,88px) 0 0}.footer__inner{flex-direction:column;gap:clamp(40px,5vw,64px);display:flex}.footer__top{grid-template-columns:repeat(3,1fr);align-items:start;gap:clamp(32px,4vw,64px);display:grid}.footer__brand{--nav-icon-size:clamp(41px, 4.9vw, 60px);flex-direction:column;align-items:flex-start;gap:20px;display:flex}.footer__logo{width:auto;height:clamp(55px,6.5vw,83px)}.footer__tagline{font-size:var(--fs-md);color:var(--muted-on-dark);line-height:1.6}.footer__nav{flex-direction:column;gap:12px;display:flex}.footer__nav-link{font-size:var(--fs-md);color:var(--muted-on-dark);line-height:1.5;transition:color .15s}.footer__nav-link:hover{color:var(--white)}.footer__nav-link--business{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;width:fit-content;font-weight:600;transition:filter .15s}.footer__nav-link--business:hover{filter:brightness(1.25)}.footer__contact{flex-direction:column;gap:10px;display:flex}.footer__contact-btn{font-size:var(--fs-md);color:var(--muted-on-dark);line-height:1.5;transition:color .15s}.footer__contact-btn:hover{color:var(--white)}.footer__address{font-size:var(--fs-xs);color:var(--muted-on-dark);margin-top:6px;line-height:1.5}.footer__col-title{font-size:var(--fs-md);color:var(--white);margin-bottom:4px;font-weight:600}.footer__bottom{border-top:1px solid #1a1a1a;flex-flow:wrap;justify-content:space-between;align-items:center;gap:12px 24px;padding:20px 0;display:flex}.footer__bottom span{font-size:var(--fs-md);color:var(--muted-on-dark)}.footer__legal-links{flex-wrap:wrap;gap:8px 20px;display:flex}.footer__legal-link{font-size:var(--fs-md);color:var(--muted-on-dark);transition:color .15s}.footer__legal-link:hover{color:var(--white)}@media (width<=768px){.footer__top{grid-template-columns:1fr;gap:clamp(28px,5vw,40px)}.footer__bottom{justify-content:flex-start}}
