/* BE-TECH ClientDeck AI Page Additional CSS
   Use with the common BE-TECH CSS already registered.
*/
.btcd-page .bt-nav a.is-active:after{background:#2eb9e5}
.btcd-cta-blue,
.btcd-btn-blue{
  background:linear-gradient(135deg,#2eb9e5,#6654c7)!important;
  color:#fff!important;
  border-color:#2eb9e5!important;
  box-shadow:0 14px 30px rgba(46,185,229,.24)!important;
}
.btcd-breadcrumb{font-size:13px;font-weight:800;color:#c8f4ff;margin-bottom:14px}
.btcd-breadcrumb a{color:#fff;text-decoration:underline;text-underline-offset:4px}

.btcd-hero{
  position:relative;
  color:#fff;
  background:
    radial-gradient(circle at 76% 22%,rgba(46,185,229,.30),transparent 32%),
    radial-gradient(circle at 16% 82%,rgba(102,84,199,.22),transparent 30%),
    linear-gradient(135deg,#06101f 0%,#0b2c56 54%,#121341 100%);
  overflow:hidden;
  border-bottom:1px solid rgba(46,185,229,.18);
}
.btcd-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(46,185,229,.43) 1px,transparent 1.8px);
  background-size:104px 104px,62px 62px;
}
.btcd-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:44px;
  align-items:center;
  padding:68px 24px 64px;
}
.btcd-label{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 12px;
  border:1px solid rgba(46,185,229,.40);
  border-radius:999px;
  background:rgba(46,185,229,.13);
  color:#bdefff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.btcd-hero h1{
  font-size:48px;
  line-height:1.30;
  margin:0 0 20px;
  font-weight:950;
  text-shadow:0 14px 30px rgba(0,0,0,.34);
}
.btcd-hero h1 span{color:#7fe6ff}
.btcd-lead{
  font-size:15.5px;
  line-height:2;
  margin:0 0 20px;
  color:#edf9ff;
  font-weight:750;
}
.btcd-badges{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 26px}
.btcd-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 */
.btcd-visual{display:flex;justify-content:center}
.btcd-deck{
  width:min(100%,540px);
  border:1px solid rgba(46,185,229,.25);
  border-radius:22px;
  padding:22px;
  background:linear-gradient(145deg,rgba(7,25,42,.96),rgba(33,39,103,.84));
  box-shadow:0 28px 70px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.05);
}
.btcd-deck-head{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#f0fbff}
.btcd-deck-head strong{margin-right:auto;font-size:13px}
.btcd-deck-head span{width:9px;height:9px;border-radius:50%;background:#2eb9e5}
.btcd-deck-head span:nth-child(3){background:#6654c7}
.btcd-deck-head span:nth-child(4){background:#20c5b5}

.btcd-slide-main{
  padding:20px;
  border-radius:18px;
  background:#06111f;
  border:1px solid rgba(46,185,229,.22);
  margin-bottom:14px;
}
.btcd-slide-title{font-size:12px;font-weight:950;color:#bdefff;margin-bottom:10px}
.btcd-slide-main h3{margin:0 0 14px;color:#fff;font-size:23px}
.btcd-slide-lines i{display:block;height:8px;border-radius:99px;background:linear-gradient(90deg,#2eb9e5,#6654c7);opacity:.78;margin:9px 0}
.btcd-slide-lines .w90{width:90%}.btcd-slide-lines .w72{width:72%}.btcd-slide-lines .w82{width:82%}
.btcd-chart{
  display:flex;
  align-items:end;
  gap:12px;
  height:100px;
  margin-top:18px;
  padding:14px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
}
.btcd-chart span{
  width:22%;
  border-radius:8px 8px 0 0;
  background:linear-gradient(180deg,#7fe6ff,#6654c7);
}
.btcd-side-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.btcd-side-list article{
  min-height:94px;
  padding:14px;
  border-radius:14px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
}
.btcd-side-list b{display:block;color:#fff;font-size:13px;margin-bottom:8px}
.btcd-side-list span{display:block;color:#d7eef6;font-size:11.5px;font-weight:800;line-height:1.55}

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

/* Problems */
.btcd-problems{background:#fff;padding:56px 0}
.btcd-problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.btcd-problem-grid article{
  padding:24px 20px;
  border-radius:16px;
  background:#f6fbff;
  border:1px solid #dcebf5;
  box-shadow:0 12px 28px rgba(7,37,67,.06);
}
.btcd-problem-grid span{
  display:flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,#2eb9e5,#6654c7);
  color:#fff;
  font-weight:950;
  margin-bottom:12px;
}
.btcd-problem-grid h3{margin:0 0 10px;font-size:17px;color:#0b3158;font-weight:950}
.btcd-problem-grid p{margin:0;color:#4e667a;font-size:13px;font-weight:750}

/* Functions */
.btcd-functions{padding:58px 0;background:linear-gradient(180deg,#f8fbff,#f4f6ff)}
.btcd-function-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.btcd-function-card{
  padding:26px 22px;
  border-radius:20px;
  background:#fff;
  border:1px solid #dce7f2;
  box-shadow:0 16px 40px rgba(10,32,55,.10);
}
.btcd-function-icon{
  display:inline-flex;
  width:54px;
  height:54px;
  border-radius:16px;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:19px;
  font-weight:950;
  background:linear-gradient(135deg,#2eb9e5,#6654c7);
  box-shadow:0 12px 26px rgba(46,185,229,.18);
  margin-bottom:14px;
}
.btcd-function-card h3{margin:0 0 8px;color:#0b2b4c;font-size:21px;font-weight:950}
.btcd-function-card p{margin:0 0 13px;color:#506a80;font-size:13.5px;font-weight:760}
.btcd-function-card ul{margin:0;padding:0;list-style:none}
.btcd-function-card li{position:relative;padding-left:18px;margin:7px 0;color:#20364b;font-size:13px;font-weight:800}
.btcd-function-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.8em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#2eb9e5;
}

/* Workflow */
.btcd-workflow{padding:54px 0;background:#fff}
.btcd-workflow-inner{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:34px;
  align-items:center;
}
.btcd-workflow h2{margin:0 0 14px;color:#0b2b4c;font-size:31px;line-height:1.38;font-weight:950}
.btcd-workflow p{margin:0;color:#506a80;font-weight:760}
.btcd-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
.btcd-steps div{
  min-height:96px;
  border-radius:18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background:linear-gradient(180deg,#fbfdff,#f2f5ff);
  border:1px solid #dce7f2;
}
.btcd-steps b{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#2eb9e5,#6654c7);
  margin-bottom:8px;
}
.btcd-steps span{font-weight:950;color:#0b2b4c;text-align:center}

/* Use cases */
.btcd-usecases{padding:58px 0;background:#f5f9fd}
.btcd-usecase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.btcd-usecase-grid article{
  padding:24px 20px;
  border-radius:18px;
  background:#fff;
  border:1px solid #dce7f2;
  box-shadow:0 12px 28px rgba(7,37,67,.06);
}
.btcd-usecase-grid h3{margin:0 0 10px;color:#0b3158;font-size:18px;font-weight:950}
.btcd-usecase-grid p{margin:0;color:#506a80;font-size:13px;font-weight:760}

/* Deck section */
.btcd-deck-section{padding:56px 0;background:linear-gradient(135deg,#06101f,#101a58);color:#fff}
.btcd-deck-section-inner{display:grid;grid-template-columns:1fr .8fr;gap:34px;align-items:center}
.btcd-deck-copy h2{margin:0 0 14px;font-size:31px;line-height:1.38;font-weight:950}
.btcd-deck-copy p{margin:0 0 16px;color:#e7f7ff;font-weight:760}
.btcd-deck-copy ul{margin:0;padding-left:20px;color:#fff;font-weight:850}
.btcd-deck-copy li{margin:9px 0}
.btcd-slide-stack{
  position:relative;
  min-height:320px;
}
.btcd-slide-card{
  position:absolute;
  width:78%;
  min-height:112px;
  padding:22px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(46,185,229,.20),rgba(102,84,199,.28));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 44px rgba(0,0,0,.25);
}
.btcd-slide-card b{display:block;color:#7fe6ff;font-size:26px}
.btcd-slide-card span{font-weight:950}
.btcd-slide-card.s1{left:0;top:0}
.btcd-slide-card.s2{right:0;top:70px}
.btcd-slide-card.s3{left:8%;top:140px}
.btcd-slide-card.s4{right:5%;top:210px}

/* Caution */
.btcd-caution{padding:54px 0;background:#fff}
.btcd-caution-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
  padding:32px;
  border-radius:22px;
  background:#f6fbff;
  border:1px solid #dcebf5;
}
.btcd-caution h2{margin:0 0 12px;font-size:27px;line-height:1.45;font-weight:950;color:#0b2b4c}
.btcd-caution p{margin:0;color:#465f76;font-weight:760}
.btcd-caution ul{margin:0;padding-left:20px;color:#20364b;font-size:13px;font-weight:850}
.btcd-caution li{margin:8px 0}

/* Trial */
.btcd-trial{padding:56px 0;background:#f5f9fd}
.btcd-trial-box{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:26px;
  align-items:center;
  padding:34px 32px!important;
  border-radius:22px;
  background:#fff;
  border:1px solid #dce7f2;
  box-shadow:0 18px 44px rgba(10,32,55,.10);
}
.btcd-trial h2{margin:0 0 12px;color:#0b2b4c;font-size:28px;font-weight:950}
.btcd-trial p{margin:0 0 12px;color:#465f76;font-weight:760}
.btcd-trial ul{margin:0;padding-left:20px;color:#263e55;font-size:13px;font-weight:800}
.btcd-trial-cta{display:flex;flex-direction:column;gap:12px}
.btcd-trial-cta .bt-btn{width:100%}

@media (max-width:1100px){
  .btcd-hero-inner{grid-template-columns:1fr}
  .btcd-problem-grid{grid-template-columns:repeat(2,1fr)}
  .btcd-function-grid{grid-template-columns:repeat(2,1fr)}
  .btcd-workflow-inner,
  .btcd-deck-section-inner{grid-template-columns:1fr}
  .btcd-usecase-grid{grid-template-columns:repeat(2,1fr)}
  .btcd-steps{grid-template-columns:repeat(3,1fr)}
}

@media (max-width:780px){
  .btcd-hero-inner{padding:42px 18px}
  .btcd-hero h1{font-size:33px}
  .btcd-side-list{grid-template-columns:1fr}
  .btcd-problem-grid,
  .btcd-function-grid,
  .btcd-usecase-grid,
  .btcd-caution-box,
  .btcd-trial-box{grid-template-columns:1fr}
  .btcd-steps{grid-template-columns:repeat(2,1fr)}
  .btcd-section-title{font-size:24px}
  .btcd-trial-box,
  .btcd-caution-box{padding:26px 20px!important}
  .btcd-slide-stack{min-height:auto;display:grid;gap:12px}
  .btcd-slide-card{position:static;width:100%;min-height:auto}
}

@media (max-width:460px){
  .btcd-steps{grid-template-columns:1fr}
}
