.landing-footer{background:linear-gradient(135deg,var(--color-primary) 0,#153a5a 100%);color:#fff;padding:3rem 1.5rem 1.5rem;margin-top:4rem}.landing-footer-content{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.landing-footer-section{display:flex;flex-direction:column;gap:1rem}.landing-footer-legal{align-items:center}.landing-footer-section-title{margin:0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsla(0,0%,100%,.9)}.landing-footer-brand{max-width:100%}.landing-brand{display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;text-align:center}.landing-footer-logo{width:3rem;height:3rem;border-radius:9999px;background-color:#fff;padding:.375rem;box-shadow:0 4px 12px rgba(0,0,0,.15);flex-shrink:0}.landing-brand-text{line-height:1.4;flex:1 1;min-width:0}.landing-brand-name{margin:0 0 .25rem;font-size:1.25rem;font-weight:700;color:#fff;white-space:nowrap}.landing-brand-tagline{margin:0 0 .75rem;font-size:.875rem;color:hsla(0,0%,100%,.8);line-height:1.4}.landing-brand-address{margin:0;font-size:.8125rem;color:hsla(0,0%,100%,.7);line-height:1.5}.landing-footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0;margin:0;align-items:center}.landing-footer-link{color:hsla(0,0%,100%,.75);text-decoration:none;font-size:.9375rem;transition:all .2s ease;display:inline-block;position:relative}.landing-footer-link:hover{color:#fff;transform:translateX(4px)}.landing-footer-link:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:0;height:2px;background-color:var(--color-accent);transition:width .2s ease}.landing-footer-link:hover:before{width:8px}.landing-footer-social{gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.landing-footer-social,.landing-social-link{display:flex;justify-content:center;align-items:center}.landing-social-link{width:2.5rem;height:2.5rem;border-radius:50%;background-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s ease}.landing-social-link:hover{background-color:var(--color-accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(235,30,47,.3)}.landing-social-link svg{width:20px;height:20px}.landing-footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.landing-footer-copy{margin:0;font-size:.8125rem;color:hsla(0,0%,100%,.7)}.landing-footer-credit{margin:0;font-size:.8125rem;color:hsla(0,0%,100%,.6)}.landing-footer-devnitie{color:hsla(0,0%,100%,.8);text-decoration:none;font-weight:600;transition:color .2s ease;position:relative}.landing-footer-devnitie:hover{color:#fff}.landing-footer-devnitie:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--color-accent);transition:width .2s ease}.landing-footer-devnitie:hover:after{width:100%}@media (min-width:768px){.landing-footer{padding:4rem 2.5rem 2rem}.landing-footer-content{grid-template-columns:2fr 1fr 1fr;gap:3rem}.landing-footer-brand{max-width:100%;min-width:250px}.landing-brand{flex-direction:row;align-items:flex-start;text-align:left}.landing-brand-name{font-size:1.375rem;white-space:nowrap}.landing-brand-tagline{font-size:.9375rem}.landing-footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}@media (min-width:1024px){.landing-footer{padding:4.5rem 3rem 2.5rem}.landing-footer-content{gap:4rem}}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;border-bottom:1px solid #e2e8f0;background-color:var(--color-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar-inner{margin:0 auto;padding:1.25rem clamp(1rem,4vw,2.5rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.navbar-actions,.navbar-brand{flex:1 1}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s ease}.navbar-brand:hover{opacity:.8}.navbar-brand-text{line-height:1.1}.navbar-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--color-primary)}.navbar-logo{width:3rem;height:3rem}.navbar-links{gap:2.5rem;font-size:.875rem;font-weight:500;color:#334155}.navbar-actions,.navbar-links{display:none;align-items:center}.navbar-actions{gap:1rem}.navbar-link{position:relative;color:#475569;transition:color .2s ease;text-decoration:none;display:inline-block}.navbar-link:hover{color:var(--color-primary)}.navbar-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--color-accent);transition:width .2s ease}.navbar-link:hover:after{width:100%}.navbar-cta{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border-radius:9999px;background-color:var(--color-accent);color:#fff;font-size:.875rem;font-weight:600;transition:transform .2s ease,background-color .2s ease;text-decoration:none}.navbar-cta:hover{transform:translateY(-2px);background-color:#d9182a}.navbar-hamburger{display:flex;flex-direction:column;justify-content:space-between;width:1.5rem;height:1.125rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.hamburger-line{width:1.5rem;height:2px;background-color:var(--color-primary);border-radius:10px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:first-child{transform:rotate(45deg) translate(.375rem,.375rem)}.hamburger-line.open:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(.375rem,-.375rem)}.navbar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;background-color:var(--color-surface);z-index:1000;animation:fadeIn .3s ease;overflow:hidden;display:flex;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar-overlay-content{max-width:100%;padding:2rem;gap:2rem;overflow:hidden}.navbar-overlay-content,.navbar-overlay-links{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.navbar-overlay-links{gap:1.5rem}.navbar-overlay-link{color:#475569;font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .2s ease;padding:.5rem 0;text-align:center;width:auto;position:relative;display:inline-block}.navbar-overlay-link:hover{color:var(--color-primary)}.navbar-overlay-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--color-accent);transition:width .2s ease}.navbar-overlay-link:hover:after{width:100%}.navbar-overlay-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;width:100%}.navbar-overlay-cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:9999px;background-color:var(--color-accent);color:#fff;font-size:1rem;font-weight:600;transition:transform .2s ease,background-color .2s ease;text-decoration:none;text-align:center}.navbar-overlay-cta:hover{transform:translateY(-2px);background-color:#d9182a}@media (min-width:768px){.navbar-links{display:flex;justify-content:center;flex:1 1}.navbar-actions{display:flex}.navbar-hamburger,.navbar-overlay{display:none}}@media (min-width:640px){.navbar-inner{padding:1.25rem 2.5rem}}@media (min-width:1024px){.navbar-inner{padding:1.25rem 3rem}.navbar-actions{justify-content:flex-end}}