.business-hero{overflow:hidden;padding:0;border:1px solid #e8edf3;border-radius:20px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.05);margin-bottom:18px;}
.business-hero__cover{position:relative;height:240px;background:#e9eef5;}
.business-hero__cover-image{width:100%;height:100%;object-fit:cover;display:block;}
.business-hero__cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#dbe7ff 0%,#eef4ff 100%);}
.business-hero__content{position:relative;z-index:2;margin-top:-62px;padding:0 20px 20px 20px;}
.business-hero__head{display:flex;align-items:center;gap:15px;padding:10px;border-radius:18px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.08);}
.business-hero__profile-wrap{position:relative;flex:0 0 125px;width:125px;height:125px;border-radius:15px;border:4px solid #ffffff;background:#ffffff;box-shadow:0 10px 30px rgba(15,23,42,.12);overflow:hidden;}
.business-hero__profile-image{width:100%;height:100%;object-fit:cover;display:block;}
.business-hero__profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#eef5ff;color:#006ce4;font-size:34px;font-weight:800;line-height:1;}
.business-hero__body{min-width:0;flex:1;}
.business-hero__eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#006ce4;}
.business-hero__title{font-size:30px;line-height:1.1;font-weight:800;color:#1a1a1a;}
.business-hero__text{font-size:14px;line-height:1.7;color:#5f6b7a;}
.business-hero__check-times{font-size:13px;line-height:1.6;font-weight:700;color:#344054;}
@media (max-width:768px){.business-hero__cover{height:180px;}}
@media (max-width:768px){.business-hero__content{margin-top:-44px;padding:0 16px 16px 16px;}}
@media (max-width:768px){.business-hero__head{align-items:flex-start;gap:14px;padding:16px;}}
@media (max-width:768px){.business-hero__profile-wrap{flex:0 0 88px;width:88px;height:88px;}}
@media (max-width:768px){.business-hero__title{font-size:24px;}}
@media (max-width:768px){.business-hero__text{font-size:13px;}}
@media (max-width:768px){.business-hero__check-times{font-size:12px;}}