/* Stage528 — landing banner position + compact description polish */
.stage526-landing-hero{
  padding-top:10px !important;
  padding-bottom:12px !important;
}
.stage526-landing-banner-shell{
  margin-top:0 !important;
  margin-bottom:12px !important;
}
#landingHeroHeader.tv-hero-shell{
  border-radius:24px !important;
}
#landingHeroHeader .tv-hero-stage{
  min-height:318px !important;
}
.stage526-hero-description{
  margin-top:12px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr) !important;
  gap:14px !important;
  align-items:stretch !important;
}
.stage526-hero-copy{
  padding:22px 22px 20px !important;
  min-height:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.stage526-hero-copy .hero-kicker{
  align-self:flex-start !important;
  padding:8px 13px !important;
  font-size:.86rem !important;
  letter-spacing:.045em !important;
  margin-bottom:10px !important;
}
.stage526-hero-copy h1{
  font-size:clamp(2.1rem,3.7vw,3.85rem) !important;
  line-height:1.02 !important;
  margin:0 0 10px !important;
  max-width:820px !important;
}
.stage526-hero-copy p{
  font-size:1.02rem !important;
  line-height:1.55 !important;
  max-width:760px !important;
  margin:0 !important;
  color:#d7e7f8 !important;
}
.stage526-actions{
  margin-top:14px !important;
  margin-bottom:0 !important;
  gap:10px !important;
}
.stage526-actions .btn{
  padding:12px 16px !important;
  border-radius:14px !important;
}
.stage526-pills{
  margin-top:10px !important;
  gap:8px !important;
}
.stage526-pills span{
  padding:7px 11px !important;
  font-size:.92rem !important;
}
.stage526-panels{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
  min-height:0 !important;
}
.stage526-panel{
  padding:14px !important;
  border-radius:18px !important;
  min-height:0 !important;
}
.stage526-panel b{
  font-size:1rem !important;
  line-height:1.28 !important;
  margin-bottom:5px !important;
}
.stage526-panel span{
  font-size:.94rem !important;
  line-height:1.45 !important;
}
#platform.section{
  padding-top:10px !important;
}
@media (min-width:1280px){
  .stage526-landing-hero{width:min(1440px,calc(100% - 32px)) !important;}
}
@media (max-width:1100px){
  .stage526-hero-description{grid-template-columns:1fr !important;}
  .stage526-panels{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:720px){
  .stage526-landing-hero{padding-top:8px !important;}
  #landingHeroHeader .tv-hero-stage{min-height:238px !important;}
  .stage526-hero-copy{padding:18px !important;}
  .stage526-hero-copy h1{font-size:clamp(2rem,10vw,2.9rem) !important;}
  .stage526-panels{grid-template-columns:1fr !important;}
}
