:root{--blue-light:#e0f0ff;--blue-main:#007acc;--text-dark:#333;--white:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:var(--blue-light);color:var(--text-dark);line-height:1.6}h1{font-size:1.5rem}h2{position:relative;font-size:1.6rem;color:var(--blue-main);margin:2.5rem 0 1.5rem;padding-bottom:.4rem;font-weight:600;line-height:1.3}h2::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--blue-main);border-radius:2px}h3{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.1rem;color:var(--text-dark)}h4{margin-top:1.5rem;margin-bottom:.75rem;font-size:1rem;color:var(--text-dark)}p{text-align:justify}ol,ul{list-style:none;margin:0;padding:0}ul li{margin-left:2rem}header{background:var(--white);color:var(--blue);padding:1rem;text-align:center;position:sticky;top:0;z-index:1000}header img{max-height:100px;margin-bottom:.5rem}.phone{position:fixed;bottom:6rem;right:1rem;background:var(--blue-main);color:var(--white);padding:.75rem 1rem;border-radius:50px;font-weight:700;box-shadow:0 0 10px rgba(0,0,0,.2);z-index:1000}.phone>a{color:var(--white);text-decoration:none}section{padding:2rem 1rem;max-width:900px;margin:0 auto}input[type=checkbox]{margin:1.5rem}a.link-social{margin:0 10px}.link-social img{width:40px;color:var(--white)}iframe{width:100%;border:none;border-radius:8px;overflow:hidden}.iframe-autoscout{height:1200px}.iframe-swisstopo{height:400px}@media (max-width:768px){.iframe-autoscout{height:1600px}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2rem;margin-top:2rem}.service-card{display:flex;align-items:flex-start;background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,122,204,.08);transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,122,204,.15)}.service-icon{font-size:2rem;margin-right:1rem;flex-shrink:0;color:var(--blue-main)}.service-content h3{margin-bottom:.5rem;font-size:1.2rem;color:var(--blue-main)}.service-content p{font-size:.95rem;line-height:1.5;color:var(--text-dark)}.service-content h3{margin-top:.5rem}@media (max-width:480px){.service-card{width:95%}}#showroom{padding:2rem 1rem;margin:0 auto}.showroom-images{display:flex;flex-wrap:wrap;position:relative;overflow:hidden}.image-half{flex:1 1 50%;position:relative;overflow:hidden}.image-half.left img{border-top-left-radius:12px;border-bottom-left-radius:12px}.image-half.right img{border-top-right-radius:12px;border-bottom-right-radius:12px}.image-half img{display:block;width:100%;height:auto;object-fit:cover}@media (max-width:768px){.showroom-images{flex-direction:column}.image-half{flex:1 1 100%}.image-half+.image-half{margin-top:0}.image-half.left img{border-radius:12px 12px 0 0}.image-half.right img{border-radius:0 0 12px 12px}}.visually-hidden{position:absolute;left:-9999px;height:1px;width:1px;overflow:hidden}footer{background:var(--blue-main);color:var(--white);text-align:center;padding:1rem;margin-top:2rem}footer>a{color:var(--white)}