.studio-home .mobile-site-menu{display:none}
@media(max-width:850px){
 .studio-home header nav{position:relative;flex-wrap:wrap;padding-top:14px;padding-bottom:14px;gap:12px}
 .studio-home header .brand{flex:1;min-width:160px}
 .studio-home header .links{margin-left:auto}
 .studio-home .mobile-site-menu{display:block;width:100%;border-top:1px solid #d6e0d9;padding-top:8px}
 .studio-home .mobile-site-menu summary{cursor:pointer;font-size:15px;font-weight:650;min-height:40px;align-content:center}
 .studio-home .mobile-site-menu>div{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;padding:8px 0}
 .studio-home .mobile-site-menu a{display:block;padding:12px 8px;font-size:14px;text-decoration:none;border-radius:8px;background:#eef4f7}
}
@media(max-width:600px){
 .studio-home .hero{padding-top:28px;gap:24px}
 .studio-home h1{font-size:39px;letter-spacing:-1px;margin:14px 0 20px}
 .studio-home .hero p{font-size:16px;line-height:1.6}
 .studio-home .hero .eyebrow{font-size:11px;letter-spacing:1px}
 .studio-home .hero-art{display:none}
 .studio-home .actions{margin-top:20px;gap:8px}
 .studio-home .actions .button{font-size:14px;padding:12px;min-height:48px}
 .studio-home .quick div{padding:14px 0}
 .studio-home .quick a,.studio-home .contact-box .studio-email{overflow-wrap:anywhere}
 .studio-home .section-top{margin-bottom:20px}
 .studio-home .section-top p{font-size:15px}
 .studio-home #prestazioni .card{padding:20px}
 .studio-home #prestazioni .number{display:none}
 .studio-home #prestazioni h3{font-size:20px;margin-bottom:10px}
 .studio-home #prestazioni .card p{font-size:14px;margin-bottom:12px}
 .studio-home #prestazioni .price{font-size:22px}
 .studio-home .service-info{padding:12px 0;min-height:44px}
 .studio-home .contact-box .studio-email{font-size:16px}
}

.studio-home .store-buttons{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0}
.studio-home .store-download{display:flex;flex-direction:column;justify-content:center;min-height:64px;padding:12px 20px;border:1px solid #d3dde8;border-radius:12px;background:#fff;color:#172b49;text-decoration:none;flex:1;min-width:170px}
.studio-home .store-download small{font-size:12px}.studio-home .store-download strong{font-size:20px}

.studio-home .cookie-settings{border:0;background:none;padding:0;color:inherit;text-decoration:underline;cursor:pointer;font:inherit}
.studio-home .cookie-banner{position:fixed;z-index:1000;left:16px;bottom:16px;max-width:460px;padding:12px 14px;border:1px solid #d3dde8;border-radius:12px;background:#fff;box-shadow:0 8px 28px rgba(23,43,73,.14);color:#172b49}
.studio-home .cookie-banner[hidden]{display:none}
.studio-home .cookie-banner p{margin:0 0 9px;font-size:13px;line-height:1.4}
.studio-home .cookie-banner>div{display:flex;gap:8px;justify-content:flex-end}
.studio-home .cookie-banner button{min-height:34px;padding:6px 12px;border:1px solid #174e88;border-radius:8px;background:#fff;color:#174e88;font-weight:650;cursor:pointer}
.studio-home .cookie-banner button[data-cookie-choice="accept"]{background:#174e88;color:#fff}
@media(max-width:600px){.studio-home .cookie-banner{left:10px;right:10px;bottom:10px;max-width:none}.studio-home .cookie-banner p{font-size:12px}}
