/* Make the contact routes clear: self-service first, then an explicit human-contact path. */
html body.v71-page-contact .commercial-explain-grid{gap:16px!important;align-items:stretch!important}
html body.v71-page-contact .commercial-explain-grid>article{
  min-height:274px!important;
  padding:26px 28px!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(32,61,37,.04)!important;
}
html body.v71-page-contact .commercial-explain-grid>article h2{
  margin:0 0 14px!important;
  font-size:23px!important;
  line-height:1.22!important;
  letter-spacing:-.025em!important;
}
html body.v71-page-contact .commercial-explain-grid>article p{margin:0!important;font-size:15px!important;line-height:1.55!important;color:#56675b!important}
html body.v71-page-contact .commercial-explain-grid>article a{margin-top:auto!important;padding-top:20px!important;color:#3e7427!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important}
html body.v71-page-contact .commercial-form-shell{
  max-width:none!important;
  margin:16px 0 0!important;
  padding:24px 28px!important;
  border-left:4px solid #609539!important;
  border-radius:16px!important;
  background:#f3f8ef!important;
  box-shadow:none!important;
}
html body.v71-page-contact .commercial-form-shell h2{margin:0 0 8px!important;font-size:22px!important;line-height:1.25!important}
html body.v71-page-contact .commercial-form-shell p{max-width:780px!important;margin:0!important;font-size:15px!important;line-height:1.55!important;color:#56675b!important}
html body.v71-page-contact .commercial-form-shell a{color:#2f6e25!important;font-weight:800!important}
@media(max-width:700px){
  html body.v71-page-contact .commercial-explain-grid>article{min-height:0!important;padding:24px!important}
  html body.v71-page-contact .commercial-form-shell{padding:22px!important}
}
