/* BE-TECH GrantPilot Page Additional CSS
   Use with the common BE-TECH CSS already registered.
*/
.btgp-page .bt-nav a.is-active:after{background:#48d47a}
.btgp-cta-green,
.btgp-btn-green{
  background:linear-gradient(135deg,#48d47a,#0e8bd8)!important;
  color:#fff!important;
  border-color:#48d47a!important;
  box-shadow:0 14px 30px rgba(72,212,122,.24)!important;
}
.btgp-breadcrumb{font-size:13px;font-weight:800;color:#c8ffd8;margin-bottom:14px}
.btgp-breadcrumb a{color:#fff;text-decoration:underline;text-underline-offset:4px}

.btgp-hero{
  position:relative;
  color:#fff;
  background:
    radial-gradient(circle at 76% 22%,rgba(72,212,122,.30),transparent 32%),
    radial-gradient(circle at 14% 82%,rgba(16,200,223,.16),transparent 30%),
    linear-gradient(135deg,#06101f 0%,#0b3a39 54%,#071428 100%);
  overflow:hidden;
  border-bottom:1px solid rgba(72,212,122,.18);
}
.btgp-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(82,255,154,.43) 1px,transparent 1.8px);
  background-size:104px 104px,62px 62px;
}
.btgp-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:44px;
  align-items:center;
  padding:68px 24px 64px;
}
.btgp-label{
  display:inline-flex;
  margin:0 0 12px;
  padding:7px 12px;
  border:1px solid rgba(72,212,122,.40);
  border-radius:999px;
  background:rgba(72,212,122,.13);
  color:#b8ffd1;
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.btgp-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);
}
.btgp-hero h1 span{color:#88ffb1}
.btgp-lead{
  font-size:15.5px;
  line-height:2;
  margin:0 0 20px;
  color:#e8fff0;
  font-weight:750;
}
.btgp-badges{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 26px}
.btgp-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 */
.btgp-visual{display:flex;justify-content:center}
.btgp-console{
  width:min(100%,540px);
  border:1px solid rgba(72,212,122,.25);
  border-radius:22px;
  padding:22px;
  background:linear-gradient(145deg,rgba(7,25,42,.96),rgba(16,79,67,.82));
  box-shadow:0 28px 70px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.05);
}
.btgp-console-head{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#f0fff5}
.btgp-console-head strong{margin-right:auto;font-size:13px}
.btgp-console-head span{width:9px;height:9px;border-radius:50%;background:#48d47a}
.btgp-console-head span:nth-child(3){background:#10c8df}
.btgp-console-head span:nth-child(4){background:#f7c96b}

.btgp-doc-panel{
  padding:18px;
  border-radius:18px;
  background:#06111f;
  border:1px solid rgba(72,212,122,.22);
  margin-bottom:14px;
}
.btgp-doc-title{font-size:12px;font-weight:950;color:#b8ffd1;margin-bottom:12px}
.btgp-doc-lines i{display:block;height:8px;border-radius:99px;background:linear-gradient(90deg,#48d47a,#10c8df);opacity:.78;margin:9px 0}
.btgp-doc-lines .w92{width:92%}.btgp-doc-lines .w76{width:76%}.btgp-doc-lines .w88{width:88%}.btgp-doc-lines .w64{width:64%}
.btgp-score{
  margin-top:16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(72,212,122,.10);
  border:1px solid rgba(72,212,122,.20);
}
.btgp-score b{color:#dfffea;font-size:12px}
.btgp-score strong{font-size:28px;color:#88ffb1}
.btgp-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.btgp-cards article{
  min-height:92px;
  padding:14px;
  border-radius:14px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
}
.btgp-cards b{display:block;color:#fff;font-size:13px;margin-bottom:8px}
.btgp-cards span{display:block;color:#d6efe1;font-size:11.5px;font-weight:800;line-height:1.55}

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

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

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

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

/* Use cases */
.btgp-usecases{padding:58px 0;background:#f5f9fd}
.btgp-usecase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.btgp-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);
}
.btgp-usecase-grid h3{margin:0 0 10px;color:#0b4a2d;font-size:18px;font-weight:950}
.btgp-usecase-grid p{margin:0;color:#506a80;font-size:13px;font-weight:760}

/* Plan */
.btgp-plan{padding:56px 0;background:linear-gradient(135deg,#06101f,#0b3a39);color:#fff}
.btgp-plan-inner{display:grid;grid-template-columns:1fr .8fr;gap:34px;align-items:center}
.btgp-plan-copy h2{margin:0 0 14px;font-size:31px;line-height:1.38;font-weight:950}
.btgp-plan-copy p{margin:0 0 16px;color:#e5fff0;font-weight:760}
.btgp-plan-copy ul{margin:0;padding-left:20px;color:#fff;font-weight:850}
.btgp-plan-copy li{margin:9px 0}
.btgp-check-panel{
  padding:22px;
  border-radius:20px;
  background:#06111f;
  border:1px solid rgba(72,212,122,.25);
  box-shadow:0 18px 44px rgba(0,0,0,.28);
}
.btgp-check-title{font-weight:950;color:#88ffb1;margin-bottom:14px}
.btgp-check-row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.10);font-weight:850}
.btgp-check-row:last-child{border-bottom:none}
.btgp-check-row b{color:#48d47a}

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

/* Trial */
.btgp-trial{padding:56px 0;background:#f5f9fd}
.btgp-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 #d4f3df;
  box-shadow:0 18px 44px rgba(10,32,55,.10);
}
.btgp-trial h2{margin:0 0 12px;color:#0b2b4c;font-size:28px;font-weight:950}
.btgp-trial p{margin:0 0 12px;color:#465f76;font-weight:760}
.btgp-trial ul{margin:0;padding-left:20px;color:#263e55;font-size:13px;font-weight:800}
.btgp-trial-cta{display:flex;flex-direction:column;gap:12px}
.btgp-trial-cta .bt-btn{width:100%}

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

@media (max-width:780px){
  .btgp-hero-inner{padding:42px 18px}
  .btgp-hero h1{font-size:31px}
  .btgp-cards{grid-template-columns:1fr}
  .btgp-problem-grid,
  .btgp-function-grid,
  .btgp-usecase-grid,
  .btgp-caution-box,
  .btgp-trial-box{grid-template-columns:1fr}
  .btgp-steps{grid-template-columns:repeat(2,1fr)}
  .btgp-section-title{font-size:24px}
  .btgp-trial-box,
  .btgp-caution-box{padding:26px 20px!important}
}

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