/* 精弘智能装备有限公司：顶部与首页品牌视觉。 */
.orginal-logo-black {
  width: 152px !important;
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
}

.hero.main {
  background-color: #f9fbff !important;
  background-image: url("/jinghong-hero-background.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.hero.main .hero-subtitle {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
}

@media (max-width: 767px) {
  .orginal-logo-black { width: 126px !important; }
  .hero.main { background-position: 46% center !important; }
}

/* Static subpage header uses the same dimensions, spacing and colors as home. */
.jh-shared-header{
  position:relative;
  z-index:50;
  padding:18px 0 12px;
  border-bottom:0;
  background:
    radial-gradient(circle at -5% 35%,rgba(178,243,156,.24),transparent 42%),
    radial-gradient(circle at 105% 40%,rgba(126,184,255,.19),transparent 46%),
    #fff;
}
.jh-shared-header *{box-sizing:border-box}
.jh-shared-header__inner{width:min(1180px,calc(100% - 48px));min-height:70px;display:grid;grid-template-columns:190px minmax(0,1fr) auto auto;align-items:center;gap:34px;margin:0 auto}
.jh-shared-header__brand{display:inline-flex}
.jh-shared-header__brand img{display:block;width:152px;height:44px;object-fit:contain;object-position:left center}
.jh-shared-header__nav{display:flex;justify-content:center;gap:30px;font-size:14px;font-weight:600}
.jh-shared-header__nav a{color:#102039;text-decoration:none;transition:color .2s}
.jh-shared-header__nav a:hover{color:#17863b}
.jh-shared-header__cta{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid #102039;border-radius:12px;color:#fff!important;background:linear-gradient(180deg,#1b2635,#0c121b);box-shadow:0 10px 24px rgba(14,24,39,.14);font-size:15px;font-weight:700;text-decoration:none}
.jh-shared-header__mobile{display:none;position:relative}
.jh-shared-header__mobile summary{width:44px;height:44px;display:grid;align-content:center;gap:5px;padding:10px;border:1px solid rgba(16,32,57,.14);border-radius:12px;background:#fff;cursor:pointer;list-style:none}
.jh-shared-header__mobile summary::-webkit-details-marker{display:none}
.jh-shared-header__mobile summary span{display:block;height:2px;border-radius:99px;background:#102039}
.jh-shared-header__mobile nav{position:absolute;right:0;top:54px;width:min(270px,calc(100vw - 36px));display:grid;padding:12px;border:1px solid rgba(31,73,125,.13);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 18px 48px rgba(16,32,57,.14)}
.jh-shared-header__mobile nav a{padding:12px 14px;border-radius:10px;color:#102039;text-decoration:none;font-size:14px;font-weight:700}
.jh-shared-header__mobile nav a:hover{color:#17863b;background:#edf9ef}

@media(max-width:900px){
  .jh-shared-header{padding-top:12px;padding-bottom:10px}
  .jh-shared-header__inner{grid-template-columns:1fr auto auto;gap:20px}
  .jh-shared-header__nav{display:none}
  .jh-shared-header__mobile{display:block}
}

@media(max-width:767px){
  .jh-shared-header__inner{width:calc(100% - 36px);gap:12px}
  .jh-shared-header__brand img{width:126px;height:auto}
  .jh-shared-header__cta{min-height:42px;padding:0 15px;font-size:13px}
}

@media(max-width:479px){
  .jh-shared-header__inner{grid-template-columns:1fr auto}
  .jh-shared-header__cta{display:none}
}

/* Pixel-match the exported homepage header geometry. */
@media(min-width:901px){
  .jh-shared-header__inner{width:min(1068px,calc(100% - 48px));position:relative;display:flex;justify-content:space-between;align-items:center;gap:0}
  .jh-shared-header__brand{width:152px;max-width:152px;flex:0 0 152px}
  .jh-shared-header__brand img{width:152px;max-width:none;height:44px}
  .jh-shared-header__nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content;gap:30px;font-size:14px;font-weight:600;line-height:1.5}
  .jh-shared-header__cta{min-height:44px;padding:0 15px;border-radius:8px;font-size:14px;font-weight:700;background-color:#111;background-image:linear-gradient(0deg,#111 20%,transparent 60%,rgba(65,65,65,.48) 100%,#777);box-shadow:inset 0 4px 11px rgba(145,145,145,.25)}
}

