/* BE-TECH Revised Top Page Additional CSS
   Use with the common BE-TECH CSS already registered.
*/
.bthome-page .bt-nav a.is-active:after{background:#10c8df}
.bthome-label{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 12px;
  border:1px solid rgba(16,200,223,.40);
  border-radius:999px;
  background:rgba(16,200,223,.13);
  color:#cbf8ff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
}
.bthome-hero{
  position:relative;
  color:#fff;
  background:
    radial-gradient(circle at 76% 22%,rgba(16,200,223,.30),transparent 32%),
    radial-gradient(circle at 12% 82%,rgba(32,197,181,.18),transparent 30%),
    linear-gradient(135deg,#06101f 0%,#092342 54%,#071428 100%);
  overflow:hidden;
  border-bottom:1px solid rgba(16,200,223,.18);
}
.bthome-hero:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.34;
  background-image:
    linear-gradient(120deg,rgba(255,255,255,.06) 1px,transparent 1px),
    radial-gradient(circle,rgba(16,200,223,.42) 1px,transparent 1.8px);
  background-size:104px 104px,62px 62px;
}
.bthome-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
  padding:68px 24px 64px;
}
.bthome-hero h1{
  font-size:42px;
  line-height:1.34;
  margin:0 0 20px;
  font-weight:950;
  text-shadow:0 14px 30px rgba(0,0,0,.34);
}
.bthome-hero h1 span{color:#7fefff}
.bthome-lead{
  font-size:15.5px;
  line-height:2;
  margin:0 0 20px;
  color:#edf9ff;
  font-weight:750;
}
.bthome-badges{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 26px}
.bthome-badges span{
  display:inline-flex;
  padding:7px 10px;
  border-radius:8px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  font-size:12px;
  font-weight:900;
  color:#fff;
}

/* Hero visual */
.bthome-visual{display:flex;justify-content:center}
.bthome-dashboard{
  width:min(100%,540px);
  border:1px solid rgba(16,200,223,.25);
  border-radius:22px;
  padding:22px;
  background:linear-gradient(145deg,rgba(7,25,42,.96),rgba(13,70,83,.82));
  box-shadow:0 28px 70px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.05);
}
.bthome-dashboard-head{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#f0fbff}
.bthome-dashboard-head strong{margin-right:auto;font-size:13px}
.bthome-dashboard-head span{width:9px;height:9px;border-radius:50%;background:#10c8df}
.bthome-dashboard-head span:nth-child(3){background:#20c5b5}
.bthome-dashboard-head span:nth-child(4){background:#6654c7}
.bthome-core{
  position:relative;
  min-height:290px;
  border-radius:18px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.06) 1px,transparent 1px),
    #06111f;
  background-size:48px 48px;
  border:1px solid rgba(16,200,223,.18);
  margin-bottom:14px;
}
.bthome-core:before,
.bthome-core:after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  top:50%;
  height:1px;
  background:linear-gradient(90deg,transparent,#10c8df,transparent);
}
.bthome-core:after{transform:rotate(90deg)}
.bthome-core-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:132px;
  height:132px;
  border-radius:50%;
  background:linear-gradient(135deg,#10c8df,#20c5b5);
  color:#06101f;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 42px rgba(16,200,223,.26);
  text-align:center;
}
.bthome-core-center b{font-size:21px;font-weight:950}
.bthome-core-center small{font-size:11px;font-weight:900}
.bthome-node{
  position:absolute;
  min-width:96px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  text-align:center;
  font-size:12px;
  font-weight:950;
}
.bthome-node.n1{left:8%;top:14%}
.bthome-node.n2{right:8%;top:14%}
.bthome-node.n3{left:8%;bottom:14%}
.bthome-node.n4{right:8%;bottom:14%}
.bthome-node.n5{left:36%;top:4%}
.bthome-node.n6{left:36%;bottom:4%}
.bthome-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.bthome-metrics div{padding:14px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}
.bthome-metrics small{display:block;color:#cbf8ff;font-size:11px;font-weight:950}
.bthome-metrics b{display:block;color:#fff;font-size:25px}

/* Common */
.bthome-section-title{
  text-align:center;
  font-size:30px;
  line-height:1.35;
  margin:0 0 30px;
  color:#0b2b4c;
  font-weight:950;
}
.bthome-section-title:after{
  content:"";
  display:block;
  width:72px;
  height:2px;
  margin:12px auto 0;
  background:linear-gradient(90deg,transparent,#10c8df,transparent);
}
.bthome-mini{
  margin:0 0 8px;
  color:#0b87a7;
  font-size:13px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* Domain */
.bthome-domain{padding:58px 0;background:#fff}
.bthome-domain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.bthome-domain-grid article{
  padding:26px 22px;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid #dce7f2;
  box-shadow:0 14px 34px rgba(7,37,67,.07);
}
.bthome-domain-icon{
  display:flex;
  width:58px;
  height:58px;
  border-radius:18px;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,#10c8df,#0e8bd8);
  margin-bottom:14px;
}
.bthome-domain-grid h3{margin:0 0 10px;color:#0b2b4c;font-size:20px;font-weight:950}
.bthome-domain-grid p{margin:0 0 14px;color:#506a80;font-size:13px;font-weight:760}
.bthome-domain-grid a{color:#0b87a7;font-weight:950;font-size:13px}

/* Services */
.bthome-services{padding:58px 0;background:linear-gradient(180deg,#f8fbff,#eef8ff)}
.bthome-service-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bthome-service-list a{
  display:block;
  padding:22px 20px;
  border-radius:18px;
  background:#fff;
  border:1px solid #dce7f2;
  box-shadow:0 12px 28px rgba(7,37,67,.06);
}
.bthome-service-list strong{display:block;color:#0b2b4c;font-size:18px;margin-bottom:8px;font-weight:950}
.bthome-service-list span{display:block;color:#506a80;font-size:13px;font-weight:760}

/* Products */
.bthome-products{padding:58px 0;background:#fff}
.bthome-products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.bthome-products-head h2{margin:0;color:#0b2b4c;font-size:28px;line-height:1.35;font-weight:950}
.bthome-products-head a{color:#0b87a7;font-weight:950}
.bthome-product-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}
.bthome-product-grid article{
  min-height:218px;
  display:flex;
  flex-direction:column;
  padding:20px 16px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid #dce7f2;
  box-shadow:0 12px 28px rgba(7,37,67,.06);
}
.bthome-product-icon{
  display:flex;
  width:46px;
  height:46px;
  border-radius:15px;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:950;
  margin-bottom:12px;
}
.bthome-product-icon.p-green{background:linear-gradient(135deg,#48d47a,#0e8bd8)}
.bthome-product-icon.p-blue{background:linear-gradient(135deg,#2eb9e5,#6654c7)}
.bthome-product-icon.p-purple{background:linear-gradient(135deg,#8d6df0,#10c8df)}
.bthome-product-icon.p-teal{background:linear-gradient(135deg,#20c5b5,#0878d8)}
.bthome-product-icon.p-gold{background:linear-gradient(135deg,#f7c96b,#d79528);color:#071526}
.bthome-product-icon.p-pink{background:linear-gradient(135deg,#f26ba9,#cf3e82)}
.bthome-product-icon.p-cyan{background:linear-gradient(135deg,#10c8df,#0e8bd8)}
.bthome-product-grid h3{margin:0 0 8px;color:#0b2b4c;font-size:16px;font-weight:950}
.bthome-product-grid p{margin:0 0 14px;color:#506a80;font-size:12px;font-weight:760;line-height:1.65}
.bthome-product-grid a{margin-top:auto;color:#0b87a7;font-size:12px;font-weight:950}

/* Security */
.bthome-security{padding:58px 0;background:linear-gradient(135deg,#06101f,#092342);color:#fff}
.bthome-security-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}
.bthome-security h2{margin:0 0 14px;font-size:32px;line-height:1.38;font-weight:950}
.bthome-security p{margin:0 0 18px;color:#e7f7ff;font-weight:760}
.bthome-security .bthome-mini{color:#7fefff}
.bthome-security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.bthome-security-grid article{padding:22px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15)}
.bthome-security-grid b{display:block;color:#7fefff;font-size:22px;margin-bottom:8px}
.bthome-security-grid span{color:#fff;font-size:13px;font-weight:850}

/* Strength */
.bthome-strength{padding:58px 0;background:#f5f9fd}
.bthome-strength-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.bthome-strength-grid article{padding:24px 20px;border-radius:18px;background:#fff;border:1px solid #dce7f2;box-shadow:0 12px 28px rgba(7,37,67,.06)}
.bthome-strength-grid span{display:inline-flex;color:#0b87a7;font-weight:950;margin-bottom:10px}
.bthome-strength-grid h3{margin:0 0 10px;color:#0b2b4c;font-size:18px;font-weight:950}
.bthome-strength-grid p{margin:0;color:#506a80;font-size:13px;font-weight:760}

/* Flow */
.bthome-flow{padding:58px 0;background:#fff}
.bthome-flow-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.bthome-flow-grid div{padding:22px 16px;border-radius:18px;background:#f8fbff;border:1px solid #dce7f2}
.bthome-flow-grid b{display:block;color:#0b87a7;font-weight:950;margin-bottom:8px}
.bthome-flow-grid span{display:block;color:#0b2b4c;font-size:17px;font-weight:950;margin-bottom:8px}
.bthome-flow-grid p{margin:0;color:#506a80;font-size:13px;font-weight:760}

@media (max-width:1280px){
  .bthome-product-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:1100px){
  .bthome-hero-inner,
  .bthome-security-inner{grid-template-columns:1fr}
  .bthome-domain-grid,
  .bthome-strength-grid{grid-template-columns:repeat(2,1fr)}
  .bthome-service-list{grid-template-columns:repeat(2,1fr)}
  .bthome-flow-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:780px){
  .bthome-hero-inner{padding:42px 18px}
  .bthome-hero h1{font-size:30px}
  .bthome-domain-grid,
  .bthome-service-list,
  .bthome-security-grid,
  .bthome-strength-grid,
  .bthome-flow-grid{grid-template-columns:1fr}
  .bthome-product-grid{grid-template-columns:repeat(2,1fr)}
  .bthome-products-head{display:block}
  .bthome-section-title{font-size:24px}
  .bthome-node{position:static;margin:8px}
  .bthome-core{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px;min-height:auto}
  .bthome-core:before,.bthome-core:after{display:none}
  .bthome-core-center{position:static;transform:none;width:auto;height:auto;border-radius:18px;grid-column:1/-1;min-height:100px}
}
@media (max-width:460px){
  .bthome-product-grid{grid-template-columns:1fr}
  .bthome-hero h1{font-size:27px}
}
