.uhero{
  position:relative;
  display:flex !important;
  align-items:center;
  background:linear-gradient(135deg,rgba(15,23,42,.8) 0%,rgba(30,58,95,.7) 50%,rgba(15,23,42,.8) 100%),var(--uhero-img,none) center/cover no-repeat;
  color:#fff;
  overflow:hidden;
  padding:0;
}
.uhero-in{
  max-width:1200px;
  width:100%;
  margin:0 auto;
  padding:20px 20px;
  position:relative;
  z-index:2;
  display:flex !important;
  flex-direction:row !important;
  align-items:center;
  gap:30px;
}
.uhero-text{
  flex:1 1 auto !important;
  min-width:0;
}
.uhero-icon{
  width:40px;height:40px;
  border-radius:10px;
  background:rgba(255,255,255,.15);
  backdrop-filter:blur(4px);
  display:inline-flex;align-items:center;justify-content:center;
  margin-bottom:8px;
}
.uhero-icon svg{width:22px;height:22px;}
.uhero h1{
  font-size:26px;font-weight:800;margin:0 0 4px;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
  line-height:1.2;
}
.uhero p{
  font-size:13px;opacity:.85;margin:0;max-width:600px;
  text-shadow:0 1px 6px rgba(0,0,0,.25);
  line-height:1.4;
}
.uhero-logo{
  flex:0 0 auto !important;
}
.uhero-logo img{
  width:120px !important;
  height:auto !important;
  max-width:120px !important;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.3));
}

@media(max-width:640px){
  .uhero-in{flex-direction:column-reverse !important;text-align:center;padding:14px 12px;gap:10px;}
  .uhero h1{font-size:20px;}
  .uhero-logo img{width:80px !important;max-width:80px !important;}
}
