/* DriveMe focused hero correction V4.4 */
@media (min-width:901px){
  /* V4.3 hero height was max-width / 2.735: 497px at 1360px.
     V4.4 is exactly half that rendered height: 248.5px. */
  .hero{height:clamp(220px,18.27vw,248.5px);min-height:0;aspect-ratio:auto;grid-template-columns:71% 29%;align-items:start}
  .hero-copy{height:100%;padding:10px 32px 8px;display:flex;flex-direction:column;justify-content:flex-start;align-self:start}
  .hero-copy h1{margin:0 0 12px;font-size:clamp(38px,3.05vw,43px);line-height:1.03;letter-spacing:-1.8px;color:#0b3558}
  .hero-copy h1 span{color:#087bbb}
  .hero-copy p{margin:0;max-width:520px;font-size:16px;line-height:1.46;color:#36566f}
  .hero-visual{height:100%;min-height:0;max-height:none;align-self:start;overflow:hidden;border-radius:6px 6px 0 0}
  .hero-visual>img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
  .verification-card{display:none!important}
}
@media (max-width:900px){
  .hero-copy h1{color:#0b3558}.hero-copy h1 span{color:#087bbb}
  .verification-card{display:none!important}
}
