.footer{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:var(--text-dark);padding:3rem 4rem .5rem;border-top:3px solid var(--primary-color);box-shadow:0 -2px 10px rgba(0,0,0,.05)}.footer-content{max-width:1300px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;margin:0 auto 2rem}.footer-section h3{font-size:1.4rem}.footer-section h3,.footer-section h4{color:var(--black);margin-bottom:1.2rem}.footer-section h4{font-size:1.15rem;font-weight:600}.footer-section p{color:var(--text-dark);line-height:1.9;margin-bottom:.5rem;font-size:.95rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:var(--text-dark);text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:.95rem}.footer-section a:hover{color:var(--primary-color);padding-left:5px}.footer-section button{color:var(--text-dark);background:none;border:none;padding:0;font-family:inherit;transition:all .3s ease;cursor:pointer;font-size:.95rem}.footer-section button:hover{color:var(--primary-color);padding-left:5px}.social-links{margin-top:1rem}.google-review{display:inline-block;padding:.6rem 1.2rem;background:var(--white);border:1px solid var(--primary-color);border-radius:6px;transition:all .3s ease}.google-review:hover{background:var(--primary-color);color:var(--white)!important}.footer-bottom{text-align:center;padding-top:1.5rem;padding-bottom:.5rem;border-top:1px solid rgba(0,0,0,.1);max-width:1200px;margin:0 auto;color:var(--text-gray);font-size:.9rem}.footer-bottom p{margin:0}.developer-credit{color:var(--text-gray);font-size:.85rem;margin:0}.developer-credit a{color:var(--primary-color);text-decoration:underline;font-weight:600;transition:color .2s;position:relative}.developer-credit a:after{content:"⚡";position:absolute;right:-1.2em;top:50%;transform:translateY(-50%);opacity:0;transition:opacity .2s;font-size:.9em}.developer-credit a:hover{color:#8b5cf6}.developer-credit a:hover:after{opacity:1}@media (max-width:968px){.footer{padding:3rem 2rem 1.5rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:640px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:1rem}.footer-section a:hover{padding-left:0}}.header{position:-webkit-sticky;position:sticky;top:0;background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 2px 12px rgba(0,0,0,.08);z-index:1000;border-bottom:1px solid rgba(0,0,0,.06)}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem}.header-content{justify-content:space-between;height:75px;gap:2rem}.header-content,.logo{display:flex;align-items:center}.logo{gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.logo-kfz{font-size:1.8rem;font-weight:900;color:var(--black);letter-spacing:-.5px}.logo-divider{font-size:1.6rem;font-weight:300;color:var(--text-gray)}.logo-name{font-size:.85rem;font-weight:600;color:var(--text-dark);line-height:1.25}.nav{display:flex;align-items:center;gap:2rem;flex:1 1;justify-content:center}.nav button{color:var(--text-dark);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .2s;white-space:nowrap;background:none;border:none;padding:0;font-family:inherit}.nav button:hover{color:var(--primary-color)}.cta-button{background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:all .2s;white-space:nowrap}.cta-button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,206,209,.25)}@media (max-width:968px){.nav{gap:1.5rem}.nav button{font-size:.9rem}}@media (max-width:768px){.header-container{padding:0 1rem}.header-content{height:60px;gap:.5rem}.logo-kfz{font-size:1.3rem}.logo-divider{font-size:1.2rem}.logo-name{font-size:.7rem}.nav{display:none}.cta-button{padding:.6rem 1rem;font-size:.8rem}}