.container{max-width:1200px}.row{--bs-gutter-x:1.5rem}.navbar-nav .nav-link:focus-visible{outline:0;box-shadow:none}.dropdown-toggle::after{margin-left:5px}:root{--red:#D61E25;--dark:#101010;--white:#fff;--gray:#4a4a4a;--gray-light:#F4F5F7;--gray-mid:#ececec;--gray-text:#4a4a4a;--font-h:'Syne',sans-serif;--font-b:'Syne',sans-serif;--radius:5px;--trans:300ms ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-b);font-size:16px;font-weight:400;line-height:1.75em;color:var(--gray);-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-h);font-weight:700;line-height:1.5em;color:var(--dark)}h1{font-size:60px}h2{font-size:48px}h3{font-size:30px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color var(--trans)}a:hover{color:var(--red)}img{max-width:100%;height:auto}.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.mb-60{margin-bottom:60px}.section-padding{padding:120px 0}.section-padding-sm{padding:80px 0}.bg-light-gray{background:var(--gray-light)}.section-subtitle{display:block;font-family:var(--font-h);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--red);margin-bottom:10px}.section-title{font-family:var(--font-h);font-size:48px;font-weight:700;line-height:1.25em;color:var(--dark);margin-bottom:20px}.section-title span{color:var(--red)}#preloader{position:fixed;inset:0;background:var(--dark);z-index:10000009;display:flex;align-items:center;justify-content:center;transition:opacity .5s,visibility .5s}#preloader.hidden{opacity:0;visibility:hidden}.spinner{width:65px;height:65px;border:2px solid rgba(255,255,255,.1);border-top-color:var(--red);border-radius:50%;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.whatsapp-float{position:fixed;bottom:31px;right:24px;height:56px;width:56px;background:#25d366;border-radius:50px;overflow:hidden;box-shadow:0 4px 24px rgba(37,211,102,.45);z-index:997;text-decoration:none;transition:width .38s cubic-bezier(.4,0,.2,1),box-shadow .3s,transform .3s}.whatsapp-float:hover{width:230px;transform:translateY(-3px);box-shadow:0 8px 32px rgba(37,211,102,.65)}.whatsapp-float .wa-icon{position:absolute;right:0;top:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;z-index:2}.whatsapp-float .wa-label{position:absolute;right:56px;top:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 12px 0 20px;white-space:nowrap;color:#fff;font-family:var(--font-h);opacity:0;transition:opacity .2s .15s}.whatsapp-float:hover .wa-label{opacity:1}.whatsapp-float .wa-label strong{font-size:13px;font-weight:700;line-height:1}.whatsapp-float .wa-label small{font-size:10px;font-weight:400;opacity:.8;margin-top:3px}.whatsapp-float::before{content:'';position:absolute;top:0;right:0;width:56px;height:56px;border-radius:50%;box-shadow:0 0 0 0 rgba(37,211,102,.55);animation:2.5s ease-out infinite wa-pulse;pointer-events:none;z-index:1}@keyframes wa-pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.55)}70%{box-shadow:0 0 0 14px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.top-bar{background:var(--white);border-bottom:1px solid var(--gray-mid);padding:7px 0;font-family:var(--font-b);font-size:13px;color:var(--dark);position:relative;z-index:100}.top-bar a{color:var(--dark);display:inline-flex;align-items:center;gap:5px}.top-bar a:hover{color:var(--red)}.top-bar .btn-prenota{background:var(--red);color:var(--white)!important;border:2px solid var(--red);border-radius:var(--radius);padding:4px 14px;font-size:12px;font-weight:700;font-family:var(--font-h);transition:all var(--trans);white-space:nowrap}.top-bar .btn-prenota:hover{background:var(--dark);border-color:var(--dark)}@media (max-width:768px){.whatsapp-float{bottom:23px}.top-bar{display:none}}.main-nav{background:var(--white);position:sticky;top:0;z-index:99;box-shadow:0 2px 20px rgba(0,0,0,.08)}.main-nav .navbar{padding:0;height:100px}.main-nav .navbar-brand img{height:68px;width:auto}.main-nav .navbar-nav .nav-link{font-family:var(--font-h);font-size:15px;font-weight:700;color:var(--dark);padding:10px 12px;transition:color .4s ease-in-out}.main-nav .navbar-nav .nav-link.active,.main-nav .navbar-nav .nav-link:hover{color:var(--red)}.main-nav .dropdown-menu{background:var(--white);border:none;border-radius:var(--radius);box-shadow:0 16px 50px rgba(27,27,27,.07);padding:10px 0;min-width:230px;max-width:95vw}.main-nav .dropdown-item{font-family:var(--font-h);font-size:14px;font-weight:600;color:var(--dark);padding:8px 20px;transition:all var(--trans)}.main-nav .dropdown-item:focus,.main-nav .dropdown-item:hover{background:var(--gray-light);color:var(--red)}.main-nav .dropdown-item.active,.main-nav .dropdown-item:active{background:var(--gray-light);color:var(--red);font-weight:700}.navbar-toggler{border:none;background:var(--red);border-radius:var(--radius);padding:10px 13px;display:flex;flex-direction:column;gap:5px;box-shadow:none;outline:0}.navbar-toggler:focus{box-shadow:none}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");width:24px;height:20px}@media (max-width:991px){.main-nav .navbar{height:85px;position:relative}.main-nav .navbar-collapse{position:absolute;top:85px;left:0;right:0;background:var(--white);padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);border-top:1px solid var(--gray-mid);z-index:100}}.hero{position:relative;height:calc(100vh - 100px);min-height:560px;max-height:900px;display:flex;align-items:center;background:var(--dark);overflow:hidden}.hero-carousel{position:absolute;inset:0;z-index:0;height:100%}.hero-carousel .carousel-inner,.hero-carousel .carousel-item{height:100%}.hero-slide-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-carousel .carousel-item.active .hero-slide-img{animation:7s forwards kenburns}@keyframes kenburns{from{transform:scale(1)}to{transform:scale(1.07)}}.hero-slide-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(120deg,rgba(0,0,0,.88) 0,rgba(0,0,0,.8) 50%,rgba(0,0,0,.78) 100%);pointer-events:none}.slide-content{position:absolute;inset:0;z-index:2;display:flex;align-items:center;padding:0}.slide-badge{display:inline-block;background:rgba(228,30,37,.88);border:1px solid rgba(228,30,37,.9);border-radius:30px;padding:5px 16px;font-size:11px;font-weight:700;font-family:var(--font-h);color:var(--white);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:18px}.hero-ctrl{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:var(--white);font-size:15px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s,border-color .3s}.hero-ctrl:hover{background:var(--red);border-color:var(--red)}.hero-ctrl-prev{left:20px}.hero-ctrl-next{right:20px}.hero-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:8px;align-items:center}.hero-dots button{width:24px;height:24px;border-radius:50%;padding:0;background:0 0;border:none;cursor:pointer;position:relative}.hero-dots button::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);transition:background .3s,transform .3s}.hero-dots button.active::after,.hero-dots button[aria-current=true]::after{background:var(--red);transform:translate(-50%,-50%) scale(1.5)}.hero :is(h1,h2){font-size:58px;color:var(--white);line-height:1.08em;margin-bottom:20px}.hero :is(h1,h2) span{color:var(--red)}.hero .lead{font-size:17px;color:rgba(255,255,255,.78);margin-bottom:36px;max-width:600px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:44px}@media (max-width:991px){.hero :is(h1,h2){font-size:40px}}@media (max-width:1199.98px){.hero-ctrl{display:none}}@media (max-width:768px){.hero{height:85vh}.hero :is(h1,h2){font-size:30px}}@media (max-width:400px){.hero{height:75vh;min-height:420px}}@media (max-width:575px){.whatsapp-float:hover{width:56px;transform:none}.hero :is(h1,h2){font-size:26px}.hero-actions{flex-direction:column;align-items:stretch}}@media (orientation:landscape) and (max-height:600px){.hero{min-height:0;max-height:none;height:calc(100vh - 80px)}.hero :is(h1,h2){font-size:24px;line-height:1.12;margin-bottom:10px}.hero .lead{font-size:14px;margin-bottom:14px}.slide-badge{margin-bottom:8px}.hero-actions{margin-bottom:0;gap:10px;flex-direction:row;align-items:center}.hero-ctrl{display:none}.hero-dots{bottom:10px}}.page-hero{position:relative;padding:90px 0 65px;background:var(--dark);overflow:hidden}.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(211,7,31,.15) 0,transparent 60%)}.page-hero-content{position:relative;z-index:2}.page-hero h1{color:var(--white);font-size:46px;margin-bottom:14px}.page-hero h1 span{color:var(--red)}.page-hero p{color:rgba(255,255,255,.7);font-size:17px;max-width:700px;margin-bottom:0}.breadcrumb{background:0 0;padding:0;margin-bottom:18px}.breadcrumb-item,.breadcrumb-item a{font-size:13px;font-family:var(--font-h);font-weight:600;color:rgba(255,255,255,.72)}.breadcrumb-item a:hover,.breadcrumb-item.active{color:var(--red)}.breadcrumb-item+.breadcrumb-item::before{color:rgba(255,255,255,.5)}.silo-nav{background:var(--gray-light);padding:12px 0;border-bottom:1px solid var(--gray-mid)}.silo-nav-inner{display:flex;gap:6px;flex-wrap:wrap}.silo-nav-link{font-family:var(--font-h);font-size:13px;font-weight:700;color:var(--gray-text);padding:6px 14px;border-radius:20px;border:1px solid var(--gray-mid);background:var(--white);transition:all var(--trans)}.silo-nav-link.active,.silo-nav-link:hover{background:var(--red);color:var(--white);border-color:var(--red)}.button-1,.button-2,.button-3{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:2px solid var(--red);border-radius:var(--radius);font-size:14px;font-weight:700;font-family:var(--font-h);cursor:pointer;transition:all var(--trans);text-decoration:none;white-space:nowrap}.button-1{background:var(--red);color:var(--white)}.button-1:hover{background:var(--white);color:var(--dark);transform:translate3d(0,-6px,.01px)}.button-2{background:var(--red);color:var(--white)}.button-2:hover{background:var(--dark);border-color:var(--dark);color:var(--white);transform:translate3d(0,-6px,.01px)}.button-3{background:0 0;border-color:var(--white);color:var(--white)}.button-3:hover{background:var(--white);color:var(--dark);transform:translate3d(0,-6px,.01px)}@media (max-width:400px){.button-1,.button-2,.button-3{white-space:normal;text-align:center;padding:10px 16px;font-size:13px}}.button-dark{background:var(--dark);color:var(--white);border-color:var(--dark);display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:2px solid;border-radius:var(--radius);font-size:14px;font-weight:700;font-family:var(--font-h);transition:all var(--trans)}.button-dark:hover{background:var(--red);border-color:var(--red);color:var(--white);transform:translate3d(0,-6px,.01px)}.button-outline{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;border:2px solid var(--dark);border-radius:var(--radius);font-size:13px;font-weight:700;font-family:var(--font-h);color:var(--dark);transition:all var(--trans)}.button-outline:hover{background:var(--dark);color:var(--white);transform:translate3d(0,-3px,.01px)}.button-row,.cta-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.cta-buttons{justify-content:center}@media (max-width:575px){.button-row,.cta-buttons,.hero-cta-buttons{flex-direction:column;align-items:stretch;gap:10px}:is(.button-row,.cta-buttons,.hero-cta-buttons)>a{width:100%;justify-content:center}}.service-card{background:var(--white);border-radius:var(--radius);padding:30px 28px;overflow:hidden;transition:.7s cubic-bezier(.17,.67,0,1.01);box-shadow:0 5px 30px rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column}.service-card:hover{background:var(--red);transform:translateY(-20px)}.service-card h3{font-size:21px;margin-bottom:12px;transition:color .7s}.service-card:hover h3{color:var(--white)}.service-card p{font-size:14px;flex-grow:1;transition:color .7s}.service-card:hover p{color:rgba(255,255,255,.85)}.service-card-link{display:block;text-decoration:none;color:inherit;height:100%}.service-card-link:hover .why-item{background:var(--red);color:#fff;transform:translateY(-6px)}.service-card-link:hover .service-link-label,.service-card-link:hover .why-icon,.service-card-link:hover .why-item h3,.service-card-link:hover .why-item h4,.service-card-link:hover .why-item p{color:#fff}.service-link-label{display:inline-block;margin-top:16px;font-size:13px;font-weight:700;color:var(--red);letter-spacing:.03em}.feature-box{display:flex;gap:20px;margin-bottom:30px}.svc-group{background:var(--white);border-radius:22px;padding:30px 26px;height:100%;border:1px solid rgba(16,16,16,.07);box-shadow:0 2px 10px rgba(16,16,16,.04);position:relative;display:flex;flex-direction:column;transition:transform .35s,box-shadow .35s,border-color .35s}.svc-group:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(16,16,16,.11);border-color:rgba(228,30,37,.22)}.svc-group-header{position:relative;display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:18px;border-bottom:1px solid rgba(16,16,16,.08)}.svc-group-header::after{content:'';position:absolute;left:0;bottom:-1px;width:46px;height:2px;border-radius:2px;background:var(--red);transition:width .35s}.svc-group:hover .svc-group-header::after{width:78px}.svc-group-header .svc-group-header-icon{flex-shrink:0;background:0 0;box-shadow:none;border-radius:0;display:inline-flex;align-items:center;justify-content:center;font-size:22px;color:var(--red);transition:transform .3s}.svc-group:hover .svc-group-header-icon{transform:scale(1.12)}.svc-group-header span{font-family:var(--font-h);font-weight:700;font-size:19px;color:var(--dark);line-height:1.25;letter-spacing:-.2px}.svc-group-item{display:flex;align-items:center;gap:14px;padding:13px 14px;margin:3px -14px 0;border-radius:12px;text-decoration:none;color:var(--dark);transition:background .25s}.svc-group-item:hover{background:rgba(228,30,37,.06)}.sgi-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;background:rgba(228,30,37,.45);transition:background .25s,transform .25s}.svc-group-item:hover .sgi-dot{background:var(--red);transform:scale(1.35)}.svc-group-item div{flex:1;min-width:0}.svc-group-item div strong{display:block;font-size:16px;font-weight:700;font-family:var(--font-h);line-height:1.3;color:var(--dark);transition:color .25s}.svc-group-item:hover div strong{color:var(--red)}.svc-group-item div span{font-size:14px;color:var(--gray-text);margin-top:2px;display:block;line-height:1.45}.sgi-arrow{font-size:11px;flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(16,16,16,.05);color:var(--gray);transition:background .25s,color .25s,transform .25s}.svc-group-item:hover .sgi-arrow{background:var(--red);color:var(--white);transform:translateX(2px)}.stats-section{background:var(--dark);padding:80px 0}.stats-section .row{justify-content:center}.stat-item{text-align:center}.stat-number{font-size:52px;font-weight:800;font-family:var(--font-h);color:var(--white);line-height:1;display:block}.stat-number span{color:var(--red)}.stat-label{font-size:14px;color:rgba(255,255,255,.6);margin-top:8px;display:block}.cert-section{padding:48px 0;background:var(--dark)}.cert-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:0}.cert-badge{display:flex;align-items:center;gap:14px;padding:20px 28px}.cert-badge img{max-width:200px;max-height:56px;width:auto;height:auto;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1);opacity:.9}.cert-info{min-width:0}.cert-info strong{display:block;font-family:var(--font-h);font-size:18px;font-weight:700;color:#fff;margin-bottom:6px}.cert-info span{font-size:14px;color:rgba(255,255,255,.66);line-height:1.5}.cert-divider{width:1px;height:48px;background:rgba(255,255,255,.1);justify-self:center}@media (max-width:991px){.cert-inner{grid-template-columns:1fr 1fr;gap:0}.cert-divider{display:none}.cert-badge{border-bottom:1px solid rgba(255,255,255,.08)}.cert-badge:nth-child(n+5){border-bottom:none}}@media (max-width:900px){.cert-inner{grid-template-columns:1fr}.cert-badge{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08)}.cert-badge:last-child{border-bottom:none}.cert-badge img{max-width:140px;max-height:48px}}@media (max-width:575px){.cert-badge{padding:16px 0;flex-wrap:wrap;gap:10px}.cert-badge img{max-width:120px;max-height:44px}}.rental-strip{background:#fff;padding:48px 0;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);text-align:center}.rental-strip .rental-title{font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#444;margin-bottom:32px}.rental-logos{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:32px 40px}.rental-logos img{height:72px;width:100%;object-fit:contain}.rental-note{margin-top:24px;font-size:15px;color:#555;margin-bottom:0}@media (max-width:768px){.rental-logos{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.rental-logos{grid-template-columns:repeat(2,1fr)}}.brands-section{padding:60px 0 0;background:var(--gray-light)}.brands-ticker{overflow:hidden;padding:30px 0 50px}.brands-track{display:flex;width:max-content;animation:90s linear infinite ticker-scroll}.brands-track:hover{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.brand-logo-item{display:flex;align-items:center;justify-content:center;padding:0 56px;flex-shrink:0}.brand-logo-item img{max-height:100px;width:auto}.check-list{list-style:none;padding:0}.check-list li{padding:7px 0 7px 26px;position:relative;font-size:15px;border-bottom:1px solid var(--gray-mid)}.check-list li:last-child{border-bottom:none}.check-list li::before{content:'✓';position:absolute;left:0;color:var(--red);font-weight:700}.check-list.no-border li{border-bottom:none}.chi-siamo-intro p{color:#333;font-size:17px;line-height:1.8}.chi-siamo-intro p strong{color:var(--dark)}.chi-siamo-intro .check-list li{color:#2a2a2a;font-size:16px;padding-top:9px;padding-bottom:9px}.faq-item{border:1px solid var(--gray-mid);border-radius:var(--radius);margin-bottom:8px;overflow:hidden}.faq-question{background:var(--white);display:flex;justify-content:space-between;align-items:center;font-family:var(--font-h);color:var(--dark)}.faq-question:hover{background:var(--gray-light)}.faq-question.active{background:var(--red);color:var(--white)}.faq-answer{padding:0 22px;background:var(--white);font-size:14px;line-height:1.8}.faq-answer.open{padding:16px 22px}.review-badge{display:inline-flex;align-items:center;gap:12px;background:var(--white);border:2px solid var(--gray-mid);border-radius:50px;padding:12px 22px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.review-badge .stars{color:#ffc107;font-size:16px;letter-spacing:2px}.review-badge .score{font-size:22px;font-weight:800;font-family:var(--font-h);color:var(--dark)}.review-badge .count{font-size:13px;color:var(--gray)}.review-card{background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:0 5px 30px rgba(0,0,0,.06);height:100%}.review-card .quote-icon{font-size:36px;color:var(--red);line-height:1;margin-bottom:12px;display:block}.review-card .stars{color:#ffc107;margin-bottom:10px;font-size:14px}.review-card p{font-size:15px;font-style:italic;margin-bottom:18px}.review-card .reviewer{font-weight:700;font-family:var(--font-h);font-size:14px;color:var(--dark)}.team-card{border-radius:14px;overflow:hidden;position:relative}.team-card img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top center;display:block;transition:transform .55s}.team-card:hover img{transform:scale(1.06)}.timeline{position:relative;padding-left:32px}.timeline::before{content:'';position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:var(--red);opacity:.25}.timeline-item{position:relative;padding-bottom:40px}.timeline-item:last-child{padding-bottom:0}.timeline-item::before{content:'';position:absolute;left:-28px;top:7px;width:14px;height:14px;background:var(--red);border-radius:50%;border:3px solid var(--white);box-shadow:0 0 0 2px var(--red)}.timeline-year{font-size:13px;font-weight:800;color:var(--red);letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.timeline-item h5{font-size:17px;font-weight:700;margin-bottom:6px;color:var(--dark)}.timeline-item p{font-size:15px;color:var(--gray);line-height:1.6;margin:0}.why-item{background:var(--white);border-radius:16px;padding:32px 28px;height:100%;box-shadow:0 2px 16px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s;border-top:4px solid var(--red)}.why-item:hover{transform:translateY(-5px);box-shadow:0 10px 32px rgba(0,0,0,.1)}.why-icon{width:52px;height:52px;background:var(--red);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:22px;margin-bottom:20px;flex-shrink:0}.why-item h3,.why-item h4{font-size:18px;font-weight:700;margin-bottom:10px;color:var(--dark)}.why-item p{color:var(--gray);font-size:15px;line-height:1.65;margin:0}.how-step{text-align:center;padding:36px 24px 32px;background:var(--white);border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px rgba(0,0,0,.05);height:100%;position:relative;transition:transform .3s,box-shadow .3s}.how-step:hover{transform:translateY(-6px);box-shadow:0 14px 40px rgba(0,0,0,.1)}.how-step-num{position:absolute;top:-18px;left:50%;transform:translateX(-50%);background:var(--red);color:var(--white);font-family:var(--font-h);font-weight:800;font-size:13px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;letter-spacing:.5px}.how-step-icon{width:64px;height:64px;border-radius:18px;background:rgba(228,30,37,.08);display:flex;align-items:center;justify-content:center;font-size:26px;color:var(--red);margin:8px auto 20px;transition:background .3s}.how-step:hover .how-step-icon{background:rgba(228,30,37,.15)}.how-step h3,.how-step h4{font-size:17px;font-weight:800;margin-bottom:12px}.how-step p{font-size:15px;color:var(--gray);line-height:1.65;margin:0}.how-steps-row{margin-bottom:24px}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(0,0,0,.08)}.faq-item:first-child{border-top:1px solid rgba(0,0,0,.08)}.faq-question{width:100%;background:0 0;border:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;font-family:var(--font-h);font-weight:700;font-size:15px;color:var(--dark);text-align:left;cursor:pointer;transition:color .2s}.faq-answer p{padding:0 24px;font-size:15px;color:var(--gray);line-height:1.7;margin:0}.faq-question:hover{color:var(--red)}.faq-question.active{color:var(--red);background:0 0}.faq-answer{max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .3s,opacity .2s,transform .2s,padding .3s}.faq-answer.open{max-height:300px;padding-bottom:16px;opacity:1;transform:translateY(0)}.orari-card{background:var(--white);border-radius:16px;border:1px solid rgba(0,0,0,.07);padding:24px 28px;box-shadow:0 2px 16px rgba(0,0,0,.05)}.orari-card h5{font-size:17px;font-weight:800;margin-bottom:18px;display:flex;align-items:center;gap:8px;color:var(--dark)}.orari-card h5 i{color:var(--red)}.orari-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 18px;padding:11px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:15.5px}.orari-row:last-child{border-bottom:none}.orari-day{font-weight:600;font-family:var(--font-h);color:var(--dark);flex:0 0 auto;min-width:9.5em}.orari-time{color:#4d4d4d}.orari-closed .orari-day,.orari-closed .orari-time{color:#6f6f6f}@media (max-width:575px){.orari-card{padding:18px}.orari-row{font-size:13.5px;padding:10px 0;gap:2px 14px}.orari-day{min-width:8.5em}.orari-card .row{margin-left:0;margin-right:0}.orari-card .col-12.col-sm-6{padding-left:0!important;padding-right:0!important}.orari-card .col-12.col-sm-6:first-child{border-right:none!important;border-bottom:1px solid rgba(0,0,0,.07)}}.address-card{background:var(--white);border-radius:16px;border:1px solid rgba(0,0,0,.07);padding:22px 28px;box-shadow:0 2px 16px rgba(0,0,0,.05);margin-top:24px}.address-item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:15.5px;color:var(--dark)}.address-item:last-child{border-bottom:none}.address-item i{color:var(--red);width:16px;text-align:center;flex-shrink:0}.address-item a{color:var(--dark);text-decoration:none}.address-item a:hover{color:var(--red)}.map-embed{border-radius:20px;overflow:hidden;height:100%;min-height:500px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.06)}@media (max-width:575px){.map-embed,.map-embed iframe{min-height:340px}}.map-embed iframe{display:block;width:100%;height:100%;min-height:500px;border:0}.cta-section{background:var(--red);padding:80px 0;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;right:-5%;width:350px;height:350px;background:rgba(255,255,255,.06);border-radius:50%}.cta-section h2{color:var(--white);font-size:40px}.cta-section p{color:var(--white);font-size:17px}.process-step{text-align:center;padding:20px}.process-step h5{font-size:17px;margin-bottom:8px}.city-card{background:var(--white);border:1px solid var(--gray-mid);border-radius:var(--radius);padding:24px 18px;text-align:center;transition:all var(--trans);display:block;color:var(--dark)}.city-card:hover{border-color:var(--red);box-shadow:0 10px 30px rgba(211,7,31,.1);transform:translateY(-5px);color:var(--dark)}.city-card .city-icon{font-size:28px;color:var(--red);margin-bottom:10px}.city-card .city-name{font-family:var(--font-h);font-weight:700;font-size:17px;display:block;margin-bottom:4px}.city-card .city-km{font-size:13px;color:var(--gray)}.map-wrapper{border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}.map-wrapper iframe{width:100%;height:420px;border:none;display:block}.contact-form-wrapper{background:var(--dark);border-radius:var(--radius);padding:45px 38px}.form-label-custom{display:block;font-size:13px;font-weight:700;color:var(--dark);margin-bottom:6px;letter-spacing:.03em}.form-control-custom{background:0 0;border:2px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:14px;font-family:var(--font-h);font-size:15px;color:var(--white);width:100%;transition:border-color var(--trans);margin-bottom:18px;display:block}.form-control-custom:focus{outline:0;border-color:var(--red);background:rgba(255,255,255,.02)}.form-control-custom::placeholder{color:rgba(255,255,255,.55)}textarea.form-control-custom{min-height:130px;resize:vertical}select.form-control-custom{appearance:none;cursor:pointer}.form-light .form-control-custom{background:#fff;border-color:rgba(0,0,0,.15);color:var(--dark)}.form-light .form-control-custom:focus{border-color:var(--red);background:#fff}.form-light .form-control-custom::placeholder{color:#6e6e6e}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px}.gallery-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;background:var(--gray-light);position:relative}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}.footer{background:var(--white);padding:80px 0 0;border-top:1px solid rgba(0,0,0,.08)}.footer-logo-img{height:64px;width:auto;margin-bottom:20px;display:block}.footer-tagline{font-size:14px;color:var(--gray);margin-bottom:28px;max-width:300px;line-height:1.7}.footer-social{display:flex;gap:10px}.footer-social a{width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--dark);transition:background .25s,color .25s}.footer-social a:hover{background:var(--red);color:#fff}.footer-heading{font-size:11px;font-family:var(--font-h);font-weight:700;color:rgba(0,0,0,.6);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{font-size:14px;color:var(--gray);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--red)}.footer-contact-item{display:flex;align-items:center;gap:12px;margin-bottom:14px;font-size:14px;color:var(--gray)}.footer-contact-item i{color:var(--red);font-size:14px;flex-shrink:0;width:16px;text-align:center}.footer-contact-item a{color:var(--gray);text-decoration:none;transition:color .2s}.footer-contact-item a:hover{color:var(--red)}.footer-contact-item span{color:var(--gray)}.footer-bottom{margin-top:60px;border-top:1px solid rgba(0,0,0,.08);padding:20px 0;background:var(--white)}.footer-bottom p{margin:0;font-size:13px;color:var(--gray);text-align:center}.footer-bottom strong{color:var(--dark)}.footer-bottom a{color:var(--gray);text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:var(--red)}.footer-createdby-bar{text-align:center;padding:16px 0 24px;background:var(--white)}.footer-createdby-bar a{display:inline-block}.footer-createdby-bar img{height:32px;width:auto;display:block}.info-box{background:var(--gray-light);border-left:4px solid var(--red);border-radius:0 var(--radius) var(--radius) 0;padding:18px 22px;margin:25px 0}.info-box h3,.info-box h4{font-size:20px;font-weight:700;margin-bottom:8px}.info-box h5{font-size:16px;margin-bottom:6px}.info-box p{font-size:14px;margin:0}.hours-table{width:100%;font-size:14px}.hours-table tr{border-bottom:1px solid var(--gray-mid)}.hours-table tr:last-child{border-bottom:none}.hours-table td{padding:9px 0}.hours-table td:first-child{font-weight:700;font-family:var(--font-h);color:var(--dark);width:110px}@media (max-width:400px){.hours-table td:first-child{width:auto;min-width:90px}}@media (max-width:360px){.hours-table td:first-child{min-width:70px}.hours-table{font-size:13px}.hours-table td{padding:6px 0}}.info-service-card{background:var(--white);border-radius:20px;padding:36px 32px;height:100%;border:1px solid rgba(0,0,0,.07);box-shadow:0 4px 20px rgba(0,0,0,.05)}.isc-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.isc-icon{width:52px;height:52px;flex-shrink:0;background:rgba(228,30,37,.1);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--red)}.isc-icon--alt{background:rgba(14,17,23,.08);color:var(--dark)}.isc-header h3{font-size:20px;font-weight:800;margin:0}@media (max-width:1259px){.hero :is(h1,h2){font-size:52px}}@media (max-width:1200px){.section-title{font-size:40px}}@media (max-width:991px){.section-padding{padding:80px 0}h1{font-size:44px}h2{font-size:36px}.hero :is(h1,h2){font-size:40px}.hero{min-height:75vh}.page-hero h1{font-size:36px}.section-title{font-size:34px}.stat-number{font-size:40px}.cta-section h2{font-size:32px}}@media (max-width:900px){.hero :is(h1,h2){font-size:34px}.page-hero h1,.section-title{font-size:30px}.contact-form-wrapper{padding:32px 24px}.cta-section h2{font-size:28px}}@media (max-width:768px){h1{font-size:34px}h2{font-size:28px}.hero :is(h1,h2){font-size:30px}.hero{min-height:auto}.section-padding{padding:60px 0}.page-hero h1,.section-title{font-size:28px}.stat-number{font-size:36px}.contact-form-wrapper{padding:28px 18px}.cta-section h2{font-size:26px}.gallery-grid{grid-template-columns:1fr 1fr}}@media (max-width:575px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions>.button-1,.hero-actions>.button-2,.hero-actions>.button-3{width:100%;justify-content:center}.gallery-grid{grid-template-columns:1fr}}.svc-card{position:relative;height:440px;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;transition:transform .4s,box-shadow .4s}.svc-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px rgba(0,0,0,.25)}.svc-card-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s}.svc-card:hover .svc-card-bg{transform:scale(1.05)}.svc-card::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.93) 0,rgba(0,0,0,.8) 55%,transparent 100%);transition:background .4s}.svc-card:hover::after{background:linear-gradient(to top,rgba(228,30,37,.9) 0,rgba(228,30,37,.8) 65%,transparent 100%)}.svc-body{position:relative;z-index:2;padding:28px}.svc-icon{font-size:30px;color:var(--red);margin-bottom:12px;display:block;transition:color .4s}.svc-card:hover .svc-icon{color:#fff}.svc-body h3{color:#fff;font-size:20px;margin-bottom:8px}.svc-body p{color:#fff;font-size:14.5px;margin-bottom:16px}.svc-link{color:var(--red);font-size:15px;font-weight:700;font-family:var(--font-h);display:inline-flex;align-items:center;gap:6px;transition:color .4s}.svc-card:hover .svc-link{color:#fff}@media (max-width:768px){.svc-card{height:340px}}.work-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:280px 280px 220px;grid-auto-rows:220px;gap:14px}.work-grid>div{border-radius:14px;overflow:hidden;position:relative}.work-grid>div img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s}.work-grid>div:hover img{transform:scale(1.04)}.work-grid .wg-hero{grid-column:1/3;grid-row:1/3}.work-grid .wg-wide{grid-column:1/3}@media (max-width:991px){.work-grid{grid-template-columns:1fr 1fr;grid-template-rows:200px 200px 200px 200px 180px;gap:10px}.work-grid .wg-hero{grid-column:1/3;grid-row:auto}.work-grid .wg-wide{grid-column:1/3}}@media (max-width:575px){.svc-card{height:280px}.work-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(5,180px);gap:8px}}@media (max-width:400px){h1{font-size:26px}.hero :is(h1,h2){font-size:24px}.work-grid{grid-template-columns:1fr;grid-template-rows:auto;grid-auto-rows:200px}.work-grid>div{height:200px}.work-grid .wg-hero,.work-grid .wg-wide{grid-column:auto;grid-row:auto}}.lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;cursor:zoom-out;padding:20px}.lightbox-overlay.active{opacity:1;visibility:visible}.lightbox-overlay img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:6px;box-shadow:0 20px 60px rgba(0,0,0,.6);transform:scale(.95);transition:transform .25s;cursor:default}.lightbox-overlay.active img{transform:scale(1)}.lightbox-close{position:absolute;top:18px;right:22px;color:#fff;font-size:36px;line-height:1;cursor:pointer;background:0 0;border:none;opacity:.7;transition:opacity .2s;padding:0}.lightbox-close:hover{opacity:1}.lightbox-next,.lightbox-prev{position:absolute;top:50%;transform:translateY(-50%);color:#fff;font-size:42px;line-height:1;cursor:pointer;background:0 0;border:none;opacity:.6;transition:opacity .2s;padding:0 18px;user-select:none}.lightbox-prev{left:0}.lightbox-next{right:0}.lightbox-next:hover,.lightbox-prev:hover{opacity:1}.ba-slider{position:relative;width:100%;max-width:860px;margin:0 auto;border-radius:14px;overflow:hidden;cursor:ew-resize;user-select:none;touch-action:pan-y;box-shadow:0 20px 50px rgba(0,0,0,.15)}.ba-before{display:block;width:100%;height:auto;-webkit-user-drag:none;pointer-events:none}.ba-after-wrap{position:absolute;inset:0;clip-path:inset(0 50% 0 0);pointer-events:none}.ba-after-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;max-width:none;-webkit-user-drag:none}.ba-handle{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:4px;background:#fff;pointer-events:none;z-index:2}.ba-handle::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:#fff;border-radius:50%;box-shadow:0 4px 16px rgba(0,0,0,.3)}.ba-handle::after{content:'\f337';font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;color:var(--dark)}.ba-label{position:absolute;bottom:16px;padding:5px 12px;background:rgba(0,0,0,.55);color:#fff;font-size:12px;font-weight:700;font-family:var(--font-h);letter-spacing:.05em;border-radius:4px;pointer-events:none;z-index:3}.ba-label-before{left:14px}.ba-label-after{right:14px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s,transform .6s;will-change:opacity,transform}.reveal.visible{opacity:1;transform:none}@keyframes heroFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.carousel-item-next.carousel-item-start .slide-badge,.carousel-item-prev.carousel-item-end .slide-badge,.carousel-item.active .slide-badge{animation:.55s .15s both heroFadeUp}.carousel-item-next.carousel-item-start :is(h1,h2),.carousel-item-prev.carousel-item-end :is(h1,h2),.carousel-item.active :is(h1,h2){animation:.6s .35s both heroFadeUp}.carousel-item-next.carousel-item-start .lead,.carousel-item-prev.carousel-item-end .lead,.carousel-item.active .lead{animation:.6s .55s both heroFadeUp}.carousel-item-next.carousel-item-start .hero-actions,.carousel-item-prev.carousel-item-end .hero-actions,.carousel-item.active .hero-actions{animation:.6s .72s both heroFadeUp}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}.carousel-item-next.carousel-item-start .hero-actions,.carousel-item-next.carousel-item-start .lead,.carousel-item-next.carousel-item-start .slide-badge,.carousel-item-next.carousel-item-start :is(h1,h2),.carousel-item-prev.carousel-item-end .hero-actions,.carousel-item-prev.carousel-item-end .lead,.carousel-item-prev.carousel-item-end .slide-badge,.carousel-item-prev.carousel-item-end :is(h1,h2),.carousel-item.active .hero-actions,.carousel-item.active .lead,.carousel-item.active .slide-badge,.carousel-item.active :is(h1,h2){animation:none}}.main-nav{transition:box-shadow .35s}@media (min-width:992px){.main-nav .dropdown-menu{margin-top:0}.main-nav .navbar,.main-nav .navbar-brand img{transition:height .35s}.main-nav.scrolled .navbar{height:82px}.main-nav.scrolled .navbar-brand img{height:58px}}.main-nav.scrolled{box-shadow:0 4px 30px rgba(0,0,0,.14)}.reveal-left{opacity:0;transform:translateX(-32px);transition:opacity .65s,transform .65s;will-change:opacity,transform}.reveal-right{opacity:0;transform:translateX(32px);transition:opacity .65s,transform .65s;will-change:opacity,transform}.reveal-left.visible,.reveal-right.visible{opacity:1;transform:none}@media (max-width:991px){.reveal-left,.reveal-right{transform:translateY(24px)}}.timeline::before{transform-origin:top center;transform:scaleY(0);transition:transform 1.4s cubic-bezier(.22, 1, .36, 1)}.timeline.line-animated::before{transform:scaleY(1)}@media (prefers-reduced-motion:reduce){.reveal-left,.reveal-right{opacity:1!important;transform:none!important;transition:none!important}.timeline::before{transform:scaleY(1);transition:none}}.btn-prenota:focus-visible,.btn:focus-visible,.button-1:focus-visible,.button-2:focus-visible,.button-3:focus-visible,.button-outline:focus-visible,.navbar-toggler:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:3px;border-radius:3px}.orari-card h3{font-size:17px;font-weight:800;margin-bottom:18px;display:flex;align-items:center;gap:8px;color:var(--dark)}.orari-card h3 i{color:var(--red)}.timeline-item h3{font-size:17px;font-weight:700;margin-bottom:6px;color:var(--dark)}