/* RCSetupXpress official brand overlay — no functional changes */
.workspace-brand{
  min-width:190px!important;
  height:46px!important;
  display:flex!important;
  align-items:center!important;
  background:url('/assets/rcsetup-logo.png') left center/188px auto no-repeat!important;
}
.workspace-brand .workspace-mark,.workspace-brand .workspace-wordmark{display:none!important}

.account-logo{
  font-size:0!important;
  min-height:88px;
  margin-bottom:28px!important;
  border-radius:18px;
  background:
    url('/assets/rcsetup-logo.png') center/390px auto no-repeat,
    linear-gradient(135deg,#10263a,#174d48)!important;
  box-shadow:0 14px 38px #102b3b1f;
}

.home-hero-copy .home-kicker,
.home-hero-copy>h1,
.home-hero-copy>p{display:none!important}
.home-hero-copy:before{
  content:"";
  display:block;
  width:min(100%,620px);
  aspect-ratio:3/1;
  margin-bottom:16px;
  background:url('/assets/rcsetup-logo.png') left center/contain no-repeat;
  filter:drop-shadow(0 14px 30px #06182352);
}
.home-hero-copy .home-hero-actions{margin-top:16px!important}

.hero-core img{display:none!important}
.hero-core{
  background:
    url('/assets/rcsetup-emblem-512.png') center/92% 92% no-repeat,
    #112b3cdd!important;
}

.home-status-strip + .home-section-title h2{
  font-size:0!important;
}
.home-status-strip + .home-section-title h2:after{
  content:"RCSetupXpress";
  font-size:25px;
  letter-spacing:-.8px;
  color:#1f3848;
}
.home-status-strip + .home-section-title>p{display:none!important}

@media(max-width:1150px){
  .workspace-brand{min-width:150px!important;background-size:150px auto!important}
}
@media(max-width:900px){
  .workspace-brand{
    min-width:38px!important;
    width:38px!important;
    background-image:url('/assets/rcsetup-emblem-64.png')!important;
    background-size:38px 38px!important;
  }
}
@media(max-width:600px){
  .account-logo{min-height:74px;background-size:300px auto!important}
  .home-hero-copy:before{width:100%;margin-bottom:12px}
}