/* GoldAutoTradePRO homepage v4.4 final homepage polish.
   Scope: DE/EN homepage only. */

/* Desktop/tablet: preserve the full shell width, but visually lift the banner
   so it sits higher within the gap between the mode section and decision principle. */
@media (min-width:701px){
  .nt-ad-break-v41{
    padding-top:24px;
    padding-bottom:80px;
  }
  .nt-ad-break-inner-v41{
    width:100%;
    max-width:none;
    transform:translateY(-28px);
  }
  .nt-ad-break-v41 img{
    display:block;
    width:100%;
    height:auto;
  }
}

/* Validation block: dedicated step styling without the global decision-step
   connector pseudo-elements. This structurally removes the two gold markers. */
.validation-strip-v44{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}
.validation-step-v44{
  position:relative;
  padding:25px 20px;
  border-bottom:1px solid var(--line);
}
.validation-step-v44:last-child{
  border-bottom:0;
}
.validation-step-v44 small{
  color:var(--gold);
  font-weight:900;
}
.validation-step-v44 h3{
  margin:8px 0 7px;
  font-size:19px;
}
.validation-step-v44 p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
