.footer{background:black;color:white;padding:4rem 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-company-title{font-size:1.5rem;font-family:Playfair Display,serif;font-weight:300;margin-bottom:1.5rem;letter-spacing:.2em}.footer-company-description{color:rgba(255,255,255,.7);font-size:.875rem;font-family:Inter,sans-serif;line-height:1.6;letter-spacing:.025em}.footer-section-title{font-size:1.125rem;font-family:Playfair Display,serif;font-weight:300;margin-bottom:1.5rem;letter-spacing:.025em}.footer-list{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:rgba(255,255,255,.7);font-size:.875rem;font-family:Inter,sans-serif;letter-spacing:.025em;transition:color .3s ease;text-decoration:none}.footer-link:hover{color:white}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem}.footer-contact-icon{height:1rem;width:1rem;color:rgba(255,255,255,.7)}.footer-contact-text{color:rgba(255,255,255,.7);font-size:.875rem;font-family:Inter,sans-serif;letter-spacing:.025em}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social-link{width:2rem;height:2rem;background:rgba(255,255,255,.1);border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.footer-social-link:hover{background:rgba(255,255,255,.2)}.footer-social-icon{height:1rem;width:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:3rem;padding-top:2rem;text-align:center}.footer-copyright{color:rgba(255,255,255,.5);font-size:.75rem;font-family:Inter,sans-serif;letter-spacing:.05em;text-transform:uppercase}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid #000}.header-container{justify-content:space-between;padding:0 1.5rem;height:4rem;max-width:1200px;margin:0 auto}.header-container,.header-logo,.header-right{display:flex;align-items:center}.header-right{gap:1.5rem}.header-button{color:#000;background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.header-button:hover{opacity:.8}.header-user-button{color:#000;background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.header-user-button:hover{opacity:.8}.mobile-menu{position:fixed;top:4rem;left:0;width:100%;background:white;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:40;transform:translateY(-100%);transition:transform .3s ease;border-top:1px solid #000}.mobile-menu.open{transform:translateY(0)}.mobile-menu-list{list-style:none;padding:1rem 0;margin:0}.mobile-menu-item{padding:1rem 1.5rem;border-bottom:1px solid #000}.mobile-menu-link{display:block;color:#000;text-decoration:none;font-family:Inter,sans-serif;font-size:1rem}.mobile-menu-link:hover{color:#333}