/* V10.12 · approved Hebrew logo + responsive method card + email refresh */

/* Keep the approved square Hebrew logo fully visible inside the method card. */
.hero-system{min-height:690px;}
.system-core{height:335px;overflow:visible;}
.core-center-brand{gap:7px;width:100%;max-width:390px;margin-inline:auto;}
.core-center-brand span,.core-center-brand small{position:relative;z-index:3;}
.core-brand-logo{
  display:block;
  width:238px;
  height:238px;
  max-width:74vw;
  object-fit:contain;
  object-position:center;
  background:#fff;
  padding:7px;
  border-radius:20px;
  box-shadow:0 16px 34px rgba(0,0,0,.14);
  flex:0 0 auto;
}
.system-steps{margin-top:4px;}

@media (max-width:1180px){
  .hero-system{min-height:675px;}
  .system-core{height:320px;}
  .core-brand-logo{width:222px;height:222px;}
}
@media (max-width:920px){
  .hero-system{min-height:650px;}
  .system-core{height:305px;}
  .core-brand-logo{width:210px;height:210px;max-width:70vw;}
}
@media (max-width:620px){
  .hero-system{min-height:625px;padding:22px;}
  .system-core{height:292px;}
  .core-center-brand{gap:6px;}
  .core-center-brand span,.core-center-brand small{font-size:.5rem!important;letter-spacing:.18em!important;}
  .core-brand-logo{width:198px;height:198px;max-width:66vw;padding:6px;border-radius:17px;}
  .system-steps li{padding:16px 0;}
}
