/* BE-TECH ProMentor Page Additional CSS
   Use with the common BE-TECH CSS already registered.
*/
.btp-page .bt-nav a.is-active:after{background:#8d6df0}

.btp-breadcrumb{font-size:13px;font-weight:800;color:#d7caff;margin-bottom:14px}
.btp-breadcrumb a{color:#fff;text-decoration:underline;text-underline-offset:4px}

.btp-hero{
  position:relative;
  color:#fff;
  background:
    radial-gradient(circle at 76% 20%,rgba(141,109,240,.34),transparent 32%),
    radial-gradient(circle at 12% 85%,rgba(16,200,223,.17),transparent 30%),
    linear-gradient(135deg,#06101f 0%,#20184d 52%,#071428 100%);
  overflow:hidden;
}
.btp-hero:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.31;
  background-image:
    linear-gradient(120deg,rgba(255,255,255,.06) 1px,transparent 1px),
    radial-gradient(circle,rgba(205,185,255,.42) 1px,transparent 1.8px);
  background-size:104px 104px,62px 62px;
}
.btp-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
  padding:68px 24px 64px;
}
.btp-label{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 12px;
  border:1px solid rgba(205,185,255,.38);
  border-radius:999px;
  background:rgba(141,109,240,.15);
  color:#e3d8ff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.btp-hero h1{
  font-size:44px;
  line-height:1.34;
  margin:0 0 20px;
  font-weight:950;
  text-shadow:0 14px 30px rgba(0,0,0,.34);
}
.btp-lead{
  font-size:15.5px;
  line-height:2;
  margin:0 0 20px;
  color:#f2efff;
  font-weight:750;
}
.btp-badges{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 26px}
.btp-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 */
.btp-visual{display:flex;justify-content:center}
.btp-panel{
  width:min(100%,540px);
  border:1px solid rgba(205,185,255,.24);
  border-radius:22px;
  padding:22px;
  background:linear-gradient(145deg,rgba(9,17,42,.96),rgba(57,42,111,.82));
  box-shadow:0 28px 70px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.05);
}
.btp-panel-head{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#f3efff}
.btp-panel-head strong{margin-right:auto;font-size:13px}
.btp-panel-head span{width:9px;height:9px;border-radius:50%;background:#8d6df0}
.btp-panel-head span:nth-child(3){background:#10c8df}
.btp-panel-head span:nth-child(4){background:#20c5b5}

.btp-chat{display:grid;gap:12px;margin-bottom:14px}
.btp-chat-item{
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.07);
}
.btp-chat-item small{display:block;color:#d7caff;font-size:11px;font-weight:950;margin-bottom:6px}
.btp-chat-item p{margin:0;color:#f3f2ff;font-size:12.5px;font-weight:800;line-height:1.6}
.btp-ai{background:linear-gradient(135deg,rgba(141,109,240,.22),rgba(16,200,223,.09))}
.btp-doc{
  padding:16px;
  border-radius:16px;
  background:#06111f;
  border:1px solid rgba(205,185,255,.20);
  margin-bottom:14px;
}
.btp-doc-title{font-size:12px;font-weight:950;color:#e3d8ff;margin-bottom:12px}
.btp-doc-line{height:8px;border-radius:99px;background:linear-gradient(90deg,#8d6df0,#10c8df);opacity:.78;margin:9px 0}
.btp-doc-line.w90{width:90%}.btp-doc-line.w78{width:78%}.btp-doc-line.w84{width:84%}.btp-doc-line.w62{width:62%}
.btp-grid-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.btp-grid-mini span{
  min-height:44px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:11px;
  font-weight:950;
  border:1px solid rgba(255,255,255,.12);
}

/* Common title */
.btp-section-title{
  text-align:center;
  font-size:30px;
  line-height:1.35;
  margin:0 0 30px;
  color:#0b2b4c;
  font-weight:950;
}

/* Problems */
.btp-problems{background:#fff;padding:56px 0}
.btp-problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.btp-problem-grid article{
  padding:24px 20px;
  border-radius:16px;
  background:#f8f6ff;
  border:1px solid #e3dcfb;
  box-shadow:0 12px 28px rgba(7,37,67,.06);
}
.btp-problem-grid h3{margin:0 0 10px;font-size:17px;color:#302163;font-weight:950}
.btp-problem-grid p{margin:0;color:#4e667a;font-size:13px;font-weight:750}

/* Fields */
.btp-fields{padding:58px 0;background:linear-gradient(180deg,#f8fbff,#f2efff)}
.btp-field-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.btp-field-card{
  padding:26px 22px;
  border-radius:20px;
  background:#fff;
  border:1px solid #e3dcfb;
  box-shadow:0 16px 40px rgba(10,32,55,.10);
}
.btp-field-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,#8d6df0,#10c8df);
  box-shadow:0 12px 26px rgba(141,109,240,.20);
  margin-bottom:14px;
}
.btp-field-card h3{margin:0 0 8px;color:#0b2b4c;font-size:21px;font-weight:950}
.btp-field-card p{margin:0 0 13px;color:#506a80;font-size:13.5px;font-weight:760}
.btp-field-card ul{margin:0;padding:0;list-style:none}
.btp-field-card li{position:relative;padding-left:18px;margin:7px 0;color:#20364b;font-size:13px;font-weight:800}
.btp-field-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.8em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#8d6df0;
}

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

/* Features */
.btp-features{padding:58px 0;background:#f5f9fd}
.btp-feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.btp-feature-list div{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:18px;
  padding:18px 20px;
  border-radius:16px;
  background:#fff;
  border:1px solid #dce7f2;
  box-shadow:0 10px 24px rgba(7,37,67,.06);
}
.btp-feature-list strong{color:#302163;font-size:15px;font-weight:950}
.btp-feature-list span{color:#4e667a;font-size:13px;font-weight:760}

/* Caution */
.btp-caution{padding:54px 0;background:linear-gradient(135deg,#06101f,#24194d);color:#fff}
.btp-caution-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
  padding:32px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}
.btp-caution h2{margin:0 0 12px;font-size:27px;line-height:1.45;font-weight:950}
.btp-caution p{margin:0;color:#f2efff;font-weight:760}
.btp-caution ul{margin:0;padding-left:20px;color:#fff;font-size:13px;font-weight:850}
.btp-caution li{margin:8px 0}

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

@media (max-width:1100px){
  .btp-hero-inner{grid-template-columns:1fr}
  .btp-problem-grid{grid-template-columns:repeat(2,1fr)}
  .btp-field-grid{grid-template-columns:repeat(2,1fr)}
  .btp-workflow-inner{grid-template-columns:1fr}
  .btp-steps{grid-template-columns:repeat(3,1fr)}
  .btp-feature-list{grid-template-columns:1fr}
}

@media (max-width:780px){
  .btp-hero-inner{padding:42px 18px}
  .btp-hero h1{font-size:31px}
  .btp-grid-mini{grid-template-columns:repeat(2,1fr)}
  .btp-problem-grid,
  .btp-field-grid,
  .btp-caution-box,
  .btp-trial-box{grid-template-columns:1fr}
  .btp-steps{grid-template-columns:repeat(2,1fr)}
  .btp-feature-list div{grid-template-columns:1fr;gap:8px}
  .btp-section-title{font-size:24px}
  .btp-trial-box{padding:26px 20px!important}
}

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