/* HTL Home Brand + Name Check START */
.htl-home-brand-v6,
.htl-name-check-v6{
  box-sizing:border-box;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;
}

.htl-home-brand-v6{
  width:min(1180px,92vw);
  margin:36px auto 28px;
  padding:28px;
  border-radius:30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(45,122,255,.16), transparent 34%),
    linear-gradient(135deg,#f8fbff 0%,#eef6ff 48%,#ffffff 100%);
  border:1px solid rgba(69,126,255,.18);
  box-shadow:0 22px 70px rgba(24,72,150,.10);
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:26px;
  align-items:center;
  position:relative;
  overflow:hidden;
}

.htl-home-brand-v6:before{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(45,122,255,.08);
}

.htl-brand-tag-v6{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:#eaf2ff;
  color:#1262ff;
  font-size:13px;
  font-weight:900;
}

.htl-home-brand-v6 h2{
  margin:16px 0 12px;
  font-size:34px;
  line-height:1.18;
  color:#10233f;
  letter-spacing:-.5px;
}

.htl-home-brand-v6 h2 span{
  color:#1262ff;
}

.htl-home-brand-v6 p{
  margin:0;
  color:#526174;
  font-size:16px;
  line-height:1.9;
}

.htl-brand-points-v6{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.htl-brand-points-v6 span{
  padding:10px 13px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e2ecff;
  color:#334155;
  font-size:13px;
  font-weight:800;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}

.htl-brand-ip-card-v6{
  position:relative;
  min-height:230px;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff,#f4f8ff);
  border:1px solid #dce8ff;
  display:grid;
  place-items:center;
  padding:20px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);
}

.htl-brand-ip-card-v6 img{
  max-width:210px;
  max-height:220px;
  object-fit:contain;
  filter:drop-shadow(0 20px 34px rgba(18,98,255,.18));
}

.htl-brand-ip-say-v6{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.88);
  border:1px solid #e3edff;
  color:#10233f;
  font-size:13px;
  font-weight:900;
  text-align:center;
  backdrop-filter:blur(8px);
}

.htl-name-check-v6{
  width:min(1180px,92vw);
  margin:28px auto 42px;
  border-radius:32px;
  background:linear-gradient(135deg,#0d47c8 0%,#1262ff 46%,#49a3ff 100%);
  color:#fff;
  overflow:hidden;
  box-shadow:0 28px 80px rgba(18,98,255,.24);
  display:grid;
  grid-template-columns:1fr 420px;
  min-height:360px;
}

.htl-name-check-left-v6{
  padding:38px;
  position:relative;
}

.htl-name-check-left-v6 h2{
  margin:0;
  font-size:38px;
  line-height:1.15;
  letter-spacing:-.5px;
}

.htl-name-check-left-v6 h2 span{
  display:block;
  color:#cfe4ff;
  font-size:24px;
  margin-top:8px;
}

.htl-name-check-left-v6 p{
  margin:18px 0 0;
  max-width:590px;
  color:rgba(255,255,255,.86);
  font-size:16px;
  line-height:1.9;
}

.htl-name-count-v6{
  margin-top:24px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.2);
  font-size:14px;
  font-weight:800;
}

.htl-name-count-v6 b{
  font-size:24px;
  color:#fff;
}

.htl-name-example-v6{
  margin-top:22px;
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.8;
}

.htl-name-check-form-v6{
  margin:24px;
  padding:24px;
  border-radius:26px;
  background:#fff;
  color:#10233f;
  align-self:center;
  box-shadow:0 20px 60px rgba(15,23,42,.18);
}

.htl-name-check-form-v6 h3{
  margin:0 0 6px;
  font-size:24px;
  color:#10233f;
}

.htl-name-check-form-v6 .sub{
  margin:0 0 18px;
  color:#64748b;
  font-size:14px;
}

.htl-name-check-form-v6 label{
  display:block;
  margin:12px 0 8px;
  color:#334155;
  font-size:13px;
  font-weight:900;
}

.htl-name-check-form-v6 input{
  width:100%;
  box-sizing:border-box;
  height:46px;
  border:1px solid #dbe5f5;
  border-radius:14px;
  padding:0 14px;
  font-size:15px;
  outline:none;
}

.htl-name-check-form-v6 input:focus{
  border-color:#1262ff;
  box-shadow:0 0 0 4px rgba(18,98,255,.10);
}

.htl-name-check-form-v6 button{
  margin-top:18px;
  width:100%;
  height:48px;
  border:0;
  border-radius:15px;
  background:linear-gradient(135deg,#1262ff,#4f8dff);
  color:#fff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(18,98,255,.24);
}

.htl-name-check-msg-v6{
  min-height:22px;
  margin-top:12px;
  color:#1262ff;
  font-size:13px;
  font-weight:800;
  line-height:1.6;
}

.htl-float-entry:not(.htl-v6-online-float),
.htl-site-float,
.htl-ip-float-entry,
.htl-floating-entry,
.htl-old-float-entry{
  display:none!important;
}

.htl-v6-online-float{
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:2147483000;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 16px 10px 10px;
  border-radius:999px;
  background:linear-gradient(135deg,#1262ff,#4f8dff);
  color:#fff;
  font-size:15px;
  font-weight:900;
  box-shadow:0 18px 42px rgba(18,98,255,.32);
  cursor:pointer;
  user-select:none;
  text-decoration:none;
}

.htl-v6-online-float img{
  width:42px;
  height:42px;
  border-radius:50%;
  object-fit:contain;
  background:#fff;
}

.htl-v6-online-float .ip-dot{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  font-size:18px;
}

@media(max-width:900px){
  .htl-home-brand-v6,
  .htl-name-check-v6{
    grid-template-columns:1fr;
  }

  .htl-home-brand-v6 h2,
  .htl-name-check-left-v6 h2{
    font-size:28px;
  }

  .htl-name-check-left-v6,
  .htl-name-check-form-v6{
    padding:24px;
  }

  .htl-name-check-form-v6{
    margin:0 18px 22px;
  }

  .htl-v6-online-float{
    right:14px;
    bottom:18px;
    padding:9px 13px 9px 9px;
    font-size:14px;
  }

  .htl-v6-online-float img,
  .htl-v6-online-float .ip-dot{
    width:36px;
    height:36px;
  }
}
/* HTL Home Brand + Name Check END */
