
/* JW FLOW BUSINESS · BRAND REFINEMENT V7 */

.brand-mark.brand-mark-image{
  display:grid !important;
  place-items:center;
  overflow:visible !important;
}

.brand-mark.brand-mark-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.hero-logo-lockup{
  display:flex;
  align-items:center;
  gap:16px;
  margin:20px 0 22px;
  padding:14px 16px;
  width:fit-content;
  max-width:min(100%, 760px);
  border-radius:24px;
  border:1px solid rgba(214,179,90,.16);
  background:
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(8,18,34,.52);
  box-shadow:
    0 24px 60px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(16px);
}

.hero-logo-lockup img{
  width:min(100%, 380px);
  max-width:100%;
  height:auto;
  display:block;
}

.hero-logo-note{
  display:grid;
  gap:5px;
  min-width:0;
}

.hero-logo-note strong{
  font-family:var(--font-display);
  color:#F8FAFC;
  font-size:1rem;
  letter-spacing:-.03em;
}

.hero-logo-note span{
  color:rgba(159,176,200,.88);
  font-size:.9rem;
  line-height:1.45;
}

.hero h1{
  max-width:10.2ch !important;
  margin-top:0 !important;
  margin-bottom:16px !important;
}

.hero p{
  max-width:720px !important;
}

.hero-actions{
  margin-top:24px !important;
}

.trust-row{
  margin-top:18px !important;
}

.hero .chip{
  border-color:rgba(214,179,90,.14) !important;
}

.hero .panel,
.hero .mockup{
  box-shadow:
    0 34px 90px rgba(0,0,0,.42),
    0 0 50px rgba(59,130,246,.08),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.section-head h2{
  max-width:14ch;
}

@media (min-width:1281px){
  .hero-logo-lockup{
    transform:translateX(2px);
  }
}

@media (max-width:1080px){
  .hero-logo-lockup{
    max-width:100%;
  }

  .hero-logo-lockup img{
    width:min(100%, 340px);
  }

  .hero h1{
    max-width:11ch !important;
  }
}

@media (max-width:720px){
  .hero-logo-lockup{
    gap:12px;
    margin:18px 0 18px;
    padding:12px 12px;
    border-radius:20px;
    width:100%;
  }

  .hero-logo-lockup img{
    width:min(100%, 270px);
  }

  .hero-logo-note strong{
    font-size:.92rem;
  }

  .hero-logo-note span{
    font-size:.82rem;
  }

  .hero h1{
    max-width:8.8ch !important;
  }

  .section-head h2{
    max-width:none;
  }
}

@media (max-width:520px){
  .hero-logo-lockup{
    flex-direction:column;
    align-items:flex-start;
  }

  .hero-logo-lockup img{
    width:min(100%, 240px);
  }

  .hero h1{
    max-width:8ch !important;
  }
}
