*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:.5rem}p{margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:60px 0}.btn{display:inline-block;padding:12px 24px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;text-align:center;transition:background-color .3s ease;font-size:16px}.btn:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#5a6268}@media (max-width:768px){.container{padding:0 16px}.section{padding:40px 0}}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{justify-content:space-between;padding:1.2rem 0}.header-content,.logo{display:flex;align-items:center}.logo{margin-left:1.5rem}.logo-image{height:60px;max-width:280px;width:auto;object-fit:contain}.nav{display:flex;gap:2rem}.nav-link{color:#333;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#007bff}.menu-toggle{display:none;flex-direction:column;gap:3px;background:none;border:none;cursor:pointer}.menu-toggle span{width:25px;height:3px;background:#333;transition:.3s}.footer{background:#2c3e50;color:#ecf0f1;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;transition:color .3s ease}.footer-section ul li a:hover{color:#3498db}.footer-section p{color:#bdc3c7;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#95a5a6}.phone-footer{position:fixed;bottom:0;left:0;right:0;background:#007bff;color:#fff;z-index:1000;box-shadow:0 -2px 10px rgba(0,0,0,.2)}.phone-footer-content{padding:1rem;text-align:center}.phone-info{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.phone-number{font-size:1.4rem;font-weight:700}.phone-text{font-size:.9rem;opacity:.9}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 2px 10px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.menu-toggle{display:flex}.logo{margin-left:1rem}.logo-image{height:45px;max-width:200px}.phone-info{flex-direction:column;gap:.3rem}.phone-number{font-size:1.2rem}.phone-text{font-size:.8rem}}