/* Compact mobile support introduction. */
@media(max-width:800px){
 .support-intro{min-height:210px;padding:28px 26px;justify-content:flex-end;text-align:left;background-image:linear-gradient(90deg,rgba(16,17,40,.94),rgba(16,17,40,.76) 58%,rgba(16,17,40,.42)),url('/assets/platform-support-panel-v1.png');background-size:100% 100%,cover;background-position:center,center 20%;background-repeat:no-repeat}
 .support-intro>div{min-width:0;width:100%;position:relative;z-index:1;padding:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none}
 .support-intro .eyebrow{color:#d2caff;text-shadow:none;margin-bottom:14px}
 .support-intro h1,body[data-mobile-page][data-mobile-page] .support-intro h1{margin:0 0 10px;font-size:28px!important;line-height:1.18!important;letter-spacing:-.8px;white-space:normal;overflow-wrap:normal;text-wrap:balance;text-shadow:none}
 .support-intro>div>p{max-width:30ch;margin:0;color:#e0dfee;font-size:14px!important;line-height:1.6;white-space:normal;text-shadow:none}
}
@media(max-width:560px){
 .support-intro{min-height:200px;padding:26px 22px;background-position:center,58% 18%}
 .support-intro h1,body[data-mobile-page][data-mobile-page] .support-intro h1{font-size:clamp(23px,6.6vw,28px)!important}
}
