:root{--primary: #6096D6;--primary-700: #4F82BD;--bg: #D4D0BE;--text: #545247;--muted: #6b7280}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:600}.btn:hover{background:var(--primary-700)}.grid{display:grid;gap:1rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{border:1px solid #c8c8c8;border-radius:.75rem;overflow:hidden;background:#fff}.header{position:sticky;top:0;background:var(--bg);border-bottom:1px solid #bfbbaa;z-index:50}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700}.hero{padding-top:1.5rem;text-align:center;padding-bottom:.5rem}.hero h1{font-size:1.5rem;margin:0 0 .5rem}.hero p{color:var(--muted);margin:0}.searchbar{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.searchbar input,.searchbar select{padding:.75rem;border:1px solid #aaa;border-radius:.5rem;min-width:200px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:2rem 0 1rem}.footer{border-top:1px solid #bfbbaa;padding:2rem 0;color:var(--muted);margin-top:3rem}.form{display:grid;gap:.75rem}.form input,.form textarea,.form select{padding:.75rem;border:1px solid #aaa;border-radius:.5rem}.badge{background:#dfe9f5;color:#2c3e50;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:600}.small{font-size:.875rem;color:var(--muted)}.nav-list{display:flex;gap:1.25rem;list-style:none;margin:0;padding:0}.hamburger{display:none}@media(max-width:768px){.nav-list{display:none}.hamburger{display:inline-flex}}.menu-button{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:8px}.menu-button-row{display:flex;align-items:center;gap:8px}.menu-button-dot{width:10px;height:10px;background:#111;border-radius:50%}.menu-button-bar{width:28px;height:6px;background:#111;border-radius:3px}.topbar{width:100%;background:var(--bg);border-bottom:1px solid rgba(0,0,0,.1)}.topbar-inner{max-width:1100px;margin:0;padding:.25rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.contact-block{display:flex;flex-direction:row;align-items:center;gap:1rem;white-space:nowrap}.contact-block a{color:inherit;text-decoration:none}.lang-switch{display:flex;gap:.5rem}.lang-btn{padding:.35rem .6rem;border-radius:.5rem;border:1px solid #bfbbaa;background:#fff;color:#111827;cursor:pointer;font-weight:600}.lang-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.logo-banner{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:var(--primary);padding-top:.25rem;padding-bottom:.25rem;display:flex;justify-content:center;align-items:center}.logo-banner-link img{width:140px;height:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.08))}.logo-banner-link:hover img{opacity:.92}.mobile-menu-wrapper{position:relative}.mobile-dropdown{position:absolute;top:100%;left:0;margin-top:8px;width:240px;z-index:9999;pointer-events:auto}.mobile-dropdown .card{margin:0}.single-nav{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:var(--primary)}.single-nav a,.single-nav span,.single-nav button{color:#545247}.lang-btn{background:#fff!important;color:#111!important}.lang-btn.active{background:#4f82bd!important;color:#fff!important}.single-nav-inner{width:100%;margin:0 auto;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;white-space:nowrap}.contact-inline{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;line-height:1.2}.nav-right{display:flex;align-items:center;gap:1rem}.nav-left{display:flex;left:0;top:0}html{scroll-behavior:smooth}.annonce-image{width:100%;max-height:500px;object-fit:cover;border-radius:10px}.key-svg{display:flex;align-items:center;height:4.5rem;transform:translateY(4px)}.logo-banner-img{display:block;background:var(--primary);clip-path:inset(2px);width:400px;height:auto;margin:0 auto}.navbar-logo{width:140px;height:auto}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.5rem}.highlight-grid label{display:flex;flex-direction:column;font-weight:600;color:#545247}.highlight-grid input,.highlight-grid select{margin-top:.35rem;padding:.65rem;border-radius:.45rem;border:1px solid #aaa;font-size:.95rem}.garage-cell{display:flex;align-items:center;gap:.8rem;margin-top:1.8rem}.switch{position:relative;width:42px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#bbb;transition:.3s;border-radius:20px}.slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.switch input:checked+.slider{background:#6096d6}.switch input:checked+.slider:before{transform:translate(20px)}.highlight-submit-wrapper{display:flex;justify-content:center;margin-top:2rem}.margin-top{margin-top:2rem}.card{background:var(--bg);border:1px solid rgba(0,0,0,.1);border-radius:.75rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card img{width:100%;height:180px;object-fit:cover}.card .content{padding:1rem}.card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000026}@media(max-width:768px){html,body{overflow-x:hidden}.grid-3,.highlight-grid{grid-template-columns:1fr}.logo-banner-img{width:240px}}.carousel-section{margin:3rem auto;max-width:1400px;padding:0 1rem}.carousel-title{font-size:2.2rem;font-weight:700;color:#545247;margin-bottom:1rem}.carousel-wrapper{position:relative;display:flex;align-items:center}.carousel{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:.5rem;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel-card{min-width:280px;max-width:280px;background:#d4d0be;border-radius:1rem;overflow:hidden;box-shadow:0 6px 15px #00000014;transition:transform .25s ease,box-shadow .25s ease}.carousel-card:hover{transform:scale(1.05);box-shadow:0 12px 25px #00000026}.carousel-card img{width:100%;height:170px;object-fit:cover}.carousel-card h4{font-size:1.1rem;font-weight:700;color:#545247;margin:.75rem}.carousel-card p{color:#6b6b6b;margin:0 .75rem 1rem}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#545247;border:none;color:#fff;font-size:2.5rem;padding:.3rem .9rem;border-radius:50%;cursor:pointer;z-index:10;transition:background .25s ease,transform .25s}.carousel-btn:hover{background:#6096d6;transform:translateY(-50%) scale(1.15)}.carousel-btn.left{left:-100px}.carousel-btn.right{right:-100px}
