/* BE-TECH Company Page Additional CSS
   Use with the common BE-TECH CSS already registered.
*/
.btc-page .bt-nav a.is-active:after{background:#10c8df}
.btc-cta,
.btc-btn{
  background:linear-gradient(135deg,#10c8df,#0e8bd8)!important;
  color:#fff!important;
  border-color:#10c8df!important;
  box-shadow:0 14px 30px rgba(16,200,223,.24)!important;
}
.btc-breadcrumb{font-size:13px;font-weight:800;color:#cbf8ff;margin-bottom:14px}
.btc-breadcrumb a{color:#fff;text-decoration:underline;text-underline-offset:4px}

.btc-hero{
  position:relative;
  color:#fff;
  background:
    radial-gradient(circle at 74% 22%,rgba(16,200,223,.30),transparent 32%),
    radial-gradient(circle at 12% 82%,rgba(14,139,216,.18),transparent 30%),
    linear-gradient(135deg,#06101f 0%,#092342 54%,#071428 100%);
  overflow:hidden;
  border-bottom:1px solid rgba(16,200,223,.18);
}
.btc-hero:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.32;
  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;
}
.btc-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
  padding:68px 24px 64px;
}
.btc-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:.14em;
  text-transform:uppercase;
}
.btc-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);
}
.btc-hero h1 span{color:#7fefff}
.btc-lead{
  font-size:15.5px;
  line-height:2;
  margin:0 0 20px;
  color:#edf9ff;
  font-weight:750;
}
.btc-badges{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 26px}
.btc-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;
}

/* Visual card */
.btc-visual{display:flex;justify-content:center}
.btc-card{
  width:min(100%,540px);
  border:1px solid rgba(16,200,223,.25);
  border-radius:24px;
  padding:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(238,249,255,.92));
  box-shadow:0 28px 70px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.85);
  color:#0b2b4c;
}
.btc-card-top{display:grid;grid-template-columns:96px 1fr;gap:18px;align-items:center;border-bottom:1px solid #dce7f2;padding-bottom:22px;margin-bottom:24px}
.btc-symbol{
  width:96px;
  height:76px;
  position:relative;
}
.btc-symbol span{
  position:absolute;
  left:5px;
  top:8px;
  width:34px;
  height:54px;
  background:linear-gradient(135deg,#0e8bd8,#10c8df);
  clip-path:polygon(55% 0,100% 0,65% 44%,100% 44%,35% 100%,55% 56%,20% 56%);
}
.btc-symbol i{
  position:absolute;
  left:44px;
  height:4px;
  width:40px;
  border-radius:99px;
  background:#56758f;
}
.btc-symbol i:nth-child(2){top:16px}
.btc-symbol i:nth-child(3){top:36px;width:48px}
.btc-symbol i:nth-child(4){top:56px;width:36px}
.btc-symbol i:after{
  content:"";
  position:absolute;
  right:-12px;
  top:-5px;
  width:14px;
  height:14px;
  border:3px solid #56758f;
  border-radius:50%;
  background:#fff;
}
.btc-card-top p{margin:0;font-size:20px;line-height:1.6;font-weight:900;color:#263e55}
.btc-card-name{text-align:center;margin-bottom:24px}
.btc-card-name small{display:block;font-size:20px;letter-spacing:.16em;font-weight:850;color:#3a4f63}
.btc-card-name strong{display:block;font-size:48px;letter-spacing:.08em;color:#0b2b4c;line-height:1.1}
.btc-card-info{display:grid;gap:10px}
.btc-card-info div{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:10px 12px;border-radius:12px;background:#f6fbff;border:1px solid #dce7f2}
.btc-card-info b{color:#0b87a7}
.btc-card-info span{font-weight:850}

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

/* Message */
.btc-message{padding:48px 0;background:#fff}
.btc-message-box{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:28px;
  align-items:center;
  padding:32px;
  border-radius:22px;
  background:linear-gradient(135deg,#f7fbff,#eef8ff);
  border:1px solid #dcebf5;
  box-shadow:0 14px 34px rgba(7,37,67,.07);
}
.btc-message h2{margin:0 0 12px;color:#0b2b4c;font-size:30px;font-weight:950}
.btc-message p{margin:0;color:#465f76;font-weight:760;line-height:1.95}
.btc-message-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.btc-message-points span{
  padding:14px;
  border-radius:14px;
  background:#fff;
  border:1px solid #dce7f2;
  color:#0b2b4c;
  font-weight:950;
  text-align:center;
}

/* Overview */
.btc-overview{padding:58px 0;background:#f5f9fd}
.btc-overview-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}
.btc-profile-table,
.btc-office-card{
  background:#fff;
  border:1px solid #dce7f2;
  border-radius:22px;
  box-shadow:0 16px 40px rgba(10,32,55,.09);
}
.btc-profile-table{overflow:hidden}
.btc-profile-table dl{margin:0}
.btc-profile-table dt,
.btc-profile-table dd{
  padding:16px 20px;
  border-bottom:1px solid #dce7f2;
  margin:0;
}
.btc-profile-table dt{
  float:left;
  width:170px;
  color:#0b87a7;
  font-weight:950;
  background:#f6fbff;
  clear:left;
}
.btc-profile-table dd{
  margin-left:170px;
  color:#263e55;
  font-weight:800;
  min-height:57px;
}
.btc-profile-table dl:after{content:"";display:block;clear:both}
.btc-office-card{padding:26px}
.btc-office-card h3{margin:0 0 12px;color:#0b2b4c;font-size:24px;font-weight:950}
.btc-office-card p{margin:0 0 16px;color:#506a80;font-weight:760}
.btc-office-tags{display:flex;flex-wrap:wrap;gap:9px}
.btc-office-tags span{padding:8px 10px;border-radius:999px;background:#eef8ff;color:#0b6fa8;font-size:12px;font-weight:950;border:1px solid #dcebf5}

/* Leaders */
.btc-leaders{padding:58px 0;background:#fff}
.btc-leader-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.btc-leader-card{
  display:grid;
  grid-template-columns:96px 1fr;
  gap:20px;
  padding:28px;
  border-radius:22px;
  background:#f8fbff;
  border:1px solid #dce7f2;
  box-shadow:0 14px 34px rgba(7,37,67,.07);
}
.btc-avatar{
  width:96px;
  height:96px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:38px;
  font-weight:950;
  box-shadow:0 14px 28px rgba(10,32,55,.16);
}
.btc-avatar-man{background:linear-gradient(135deg,#0e8bd8,#10c8df)}
.btc-avatar-woman{background:linear-gradient(135deg,#6654c7,#e9589d)}
.btc-role{margin:0 0 4px;color:#0b87a7;font-size:13px;font-weight:950}
.btc-leader-card h3{margin:0 0 10px;color:#0b2b4c;font-size:24px;font-weight:950}
.btc-leader-card p{margin:0 0 12px;color:#506a80;font-weight:760}
.btc-leader-card ul{margin:0;padding-left:18px;color:#20364b;font-size:13px;font-weight:820}

/* Business */
.btc-business{padding:58px 0;background:linear-gradient(180deg,#f8fbff,#eef8ff)}
.btc-business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.btc-business-grid article{
  padding:24px 20px;
  border-radius:18px;
  background:#fff;
  border:1px solid #dce7f2;
  box-shadow:0 12px 28px rgba(7,37,67,.06);
}
.btc-business-grid span{
  display:flex;
  width:52px;
  height:52px;
  border-radius:16px;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,#10c8df,#0e8bd8);
  margin-bottom:12px;
}
.btc-business-grid h3{margin:0 0 8px;color:#0b2b4c;font-size:19px;font-weight:950}
.btc-business-grid p{margin:0;color:#506a80;font-size:13px;font-weight:750}

/* Qualifications */
.btc-qualifications{padding:58px 0;background:#fff}
.btc-qual-lead{max-width:900px;margin:0 auto 28px;text-align:center;color:#506a80;font-weight:760}
.btc-qual-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.btc-qual-grid article{
  padding:26px 22px;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid #dce7f2;
  box-shadow:0 12px 28px rgba(7,37,67,.06);
}
.btc-qual-grid h3{margin:0 0 14px;color:#0b2b4c;font-size:21px;font-weight:950}
.btc-qual-grid ul{columns:1;margin:0;padding-left:20px;color:#20364b;font-size:13px;font-weight:820}
.btc-qual-grid li{margin:8px 0;break-inside:avoid}

/* Policy */
.btc-policy{padding:58px 0;background:linear-gradient(135deg,#06101f,#092342);color:#fff}
.btc-policy-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:center}
.btc-policy h2{margin:0 0 14px;font-size:31px;line-height:1.38;font-weight:950}
.btc-policy p{margin:0;color:#e7f7ff;font-weight:760}
.btc-policy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.btc-policy-grid article{
  padding:20px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  text-align:center;
}
.btc-policy-grid b{display:block;color:#7fefff;font-size:24px;margin-bottom:8px}
.btc-policy-grid span{font-size:13px;font-weight:900;color:#fff}

@media (max-width:1100px){
  .btc-hero-inner,
  .btc-message-box,
  .btc-overview-grid,
  .btc-policy-inner{grid-template-columns:1fr}
  .btc-business-grid{grid-template-columns:repeat(2,1fr)}
  .btc-policy-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:780px){
  .btc-hero-inner{padding:42px 18px}
  .btc-hero h1{font-size:30px}
  .btc-card-top,
  .btc-message-points,
  .btc-leader-grid,
  .btc-business-grid,
  .btc-qual-grid,
  .btc-policy-grid{grid-template-columns:1fr}
  .btc-card-name strong{font-size:38px}
  .btc-card-info div{grid-template-columns:1fr}
  .btc-profile-table dt{float:none;width:auto}
  .btc-profile-table dd{margin-left:0}
  .btc-leader-card{grid-template-columns:1fr}
  .btc-section-title{font-size:24px}
  .btc-message-box{padding:24px 20px!important}
}

@media (max-width:460px){
  .btc-hero h1{font-size:27px}
}
