/* Shared Home-style atmosphere for legal pages. */
html.legal-home-style{background:#020609}
body.legal-tmax-page{
  background:transparent!important;
  position:relative;
  isolation:isolate;
}
body.legal-tmax-page:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:center/cover no-repeat url('/immagini/2.png');
  animation:legalHomePhotos 18s infinite;
}
body.legal-tmax-page:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 18%,rgba(255,16,32,.12),transparent 28%),
    linear-gradient(115deg,rgba(2,7,10,.82),rgba(2,7,10,.56) 52%,rgba(2,7,10,.72));
}
@keyframes legalHomePhotos{
  0%,32%{background-image:url('/immagini/2.png')}
  33%,65%{background-image:url('/immagini/1.png')}
  66%,100%{background-image:url('/immagini/3.png')}
}
body.legal-tmax-page>.tmaxv5-topbar,
body.legal-tmax-page>.tmaxv5-header,
body.legal-tmax-page>.legal-tmax-main,
body.legal-tmax-page>.legal-site-footer{
  position:relative;
  z-index:1;
}
/* Keep legal pages on the same shell proportions as the home page. */
body.legal-tmax-page>.tmaxv5-topbar{display:none}
body.legal-tmax-page>.tmaxv5-header{background:linear-gradient(90deg,rgba(2,7,10,.96),rgba(3,9,13,.88)),url('/immagini/3.png') center/cover no-repeat;border-bottom:1px solid rgba(255,255,255,.03);box-shadow:none}
body.legal-tmax-page .tmaxv5-head{width:min(94%,1500px);max-width:none;height:92px;padding:0;margin:0 auto;grid-template-columns:300px minmax(380px,620px) 1fr;gap:34px}
body.legal-tmax-page .tmaxv5-logo img{width:255px;max-height:78px}
body.legal-tmax-page .tmaxv5-search{height:46px;border-radius:5px;background:#081119}
body.legal-tmax-page .tmaxv5-actions{gap:22px}
body.legal-tmax-page .tmaxv5-navwrap{height:48px;background:rgba(4,10,14,.9);border-top:1px solid rgba(255,255,255,.04)}
body.legal-tmax-page .tmaxv5-nav{width:min(94%,1500px);max-width:none;height:48px;padding:0;gap:0;justify-content:center}
body.legal-tmax-page .tmaxv5-nav a{height:48px;padding:0 18px;font-size:12px;gap:8px}
body.legal-tmax-page .tmaxv5-nav a svg{width:20px;height:20px}
body.legal-tmax-page>#tmaxLangFloating{position:fixed!important;top:37px!important;right:22px!important;left:auto!important;bottom:auto!important;margin:0!important;z-index:120!important;width:52px!important;min-width:52px!important;height:24px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font:600 11px Barlow,Arial,sans-serif!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important}
body.legal-tmax-page>#tmaxLangFloating .tmax-country-flag-css{display:none!important}
body.legal-tmax-page>#tmaxLangFloating .tmax-lang-code{font:600 11px Barlow,Arial,sans-serif!important;color:#fff!important}
body.legal-tmax-page>#tmaxLangFloating .tmax-lang-arrow{font-size:10px!important;color:#fff!important;margin-left:2px!important}
body.legal-tmax-page .tmaxv5-footer-grid{max-width:1500px;width:94%;padding:34px 0 28px;grid-template-columns:1.5fr repeat(3,1fr) 1.2fr;gap:28px}
body.legal-tmax-page .tmaxv5-footer-brand img{width:175px}
body.legal-tmax-page .tmaxv5-footer-bottom{padding-left:max(22px,calc((100vw - 1500px)/2 + 22px));padding-right:max(22px,calc((100vw - 1500px)/2 + 22px))}
.legal-tmax-main{background:transparent!important}
.legal-meta{display:none!important}
.legal-tmax-hero{background:rgba(3,8,11,.2)}
.legal-tmax-hero-bg{
  opacity:.72;
  background-image:linear-gradient(90deg,rgba(4,7,9,.9),rgba(4,7,9,.5) 58%,rgba(4,7,9,.68)),url('/immagini/2.png')!important;
  background-position:center 54%;
  background-size:cover;
  animation:legalHeroPhotos 18s infinite;
}
@keyframes legalHeroPhotos{
  0%,32%{background-image:linear-gradient(90deg,rgba(4,7,9,.9),rgba(4,7,9,.5) 58%,rgba(4,7,9,.68)),url('/immagini/2.png')}
  33%,65%{background-image:linear-gradient(90deg,rgba(4,7,9,.9),rgba(4,7,9,.5) 58%,rgba(4,7,9,.68)),url('/immagini/1.png')}
  66%,100%{background-image:linear-gradient(90deg,rgba(4,7,9,.9),rgba(4,7,9,.5) 58%,rgba(4,7,9,.68)),url('/immagini/3.png')}
}
.legal-tmax-shell{background:transparent}
.legal-toc,
.legal-document{
  background:linear-gradient(180deg,rgba(16,23,31,.78),rgba(7,16,20,.68))!important;
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
.legal-toc{box-shadow:0 18px 48px rgba(0,0,0,.28)}
.legal-document{box-shadow:0 22px 60px rgba(0,0,0,.3)}
.legal-document-top{background:linear-gradient(90deg,rgba(240,25,36,.09),rgba(8,12,16,.12) 55%,transparent)!important}
@media(max-width:680px){
  body.legal-tmax-page .tmaxv5-head{width:100%;height:70px;padding:6px 14px;grid-template-columns:145px 1fr auto;gap:12px}
  body.legal-tmax-page .tmaxv5-logo img{width:140px}
  body.legal-tmax-page .tmaxv5-search{display:none}
  body.legal-tmax-page .tmaxv5-nav{width:max-content;justify-content:flex-start}
  body.legal-tmax-page .tmaxv5-navwrap,body.legal-tmax-page .tmaxv5-nav,body.legal-tmax-page .tmaxv5-nav a{height:44px}
  body.legal-tmax-page .tmaxv5-nav a{padding:0 14px}
  body.legal-tmax-page>#tmaxLangFloating{top:23px!important;right:8px!important}
  body.legal-tmax-page .tmaxv5-footer-grid{width:100%;padding:28px 14px;grid-template-columns:1fr;gap:22px}
  .legal-tmax-hero-bg{opacity:.58}
  .legal-toc,.legal-document{background:linear-gradient(180deg,rgba(16,23,31,.86),rgba(7,16,20,.78))!important}
}
