/* MIDAS v52 — exact typography fixes requested for Russification and Stage 1 */

/* Russification: both the service label and the main selection title use MIDAS red. */
body.midas-inner .v34-page-hero .v34-hero-copy > .eyebrow,
body.midas-inner .v34-page-hero .v34-hero-copy > h1{
  color:#f20c1d!important;
  -webkit-text-fill-color:#f20c1d!important;
  text-shadow:none!important;
}

/* Stage 1: red label + red compact two-line title. */
body.stage-v11 .stage-top-selector > .eyebrow,
body.stage-v11 .stage-top-selector > h1{
  color:#f20c1d!important;
  -webkit-text-fill-color:#f20c1d!important;
  text-shadow:none!important;
}
body.stage-v11 .stage-top-selector > h1 .stage-title-line{
  display:block!important;
  white-space:nowrap!important;
}

@media (max-width:850px){
  body.stage-v11 .stage-top-selector > .eyebrow{
    text-align:center!important;
    width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.stage-v11 .stage-top-selector > h1{
    width:100%!important;
    max-width:100%!important;
    margin:8px auto 16px!important;
    padding:0 2px!important;
    box-sizing:border-box!important;
    text-align:center!important;
    font-size:clamp(27px,8.2vw,36px)!important;
    line-height:.98!important;
    letter-spacing:-.035em!important;
  }
  body.stage-v11 .stage-top-selector > h1 .stage-title-line{
    white-space:nowrap!important;
  }

  body.midas-inner .v34-page-hero .v34-hero-copy > .eyebrow,
  body.midas-inner .v34-page-hero .v34-hero-copy > h1{
    width:100%!important;
    max-width:100%!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
