
/* v1.4 safe full-width shortcode breakout */
body.pms-business-it-active{
  overflow-x:hidden!important;
  background:#111315!important;
}

body.pms-business-it-active .entry-title,
body.pms-business-it-active .wp-block-post-title,
body.pms-business-it-active h1.entry-title{
  display:none!important;
}

body.pms-business-it-active .entry-content,
body.pms-business-it-active .wp-block-post-content,
body.pms-business-it-active .site-content,
body.pms-business-it-active .content-area,
body.pms-business-it-active article{
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}

.pms-bt-full-bleed{
  position:relative!important;
  width:100vw!important;
  max-width:100vw!important;
  left:50%!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
}

.pms-bt-page{
  width:100vw!important;
  max-width:100vw!important;
}


html:has(body.pms-bt-full-page-template),
body.pms-bt-full-page-template{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  overflow-x:hidden!important;
  background:#111315!important;
}

body.pms-bt-full-page-template .pms-bt-page{
  width:100vw!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

body.pms-bt-full-page-template #page,
body.pms-bt-full-page-template .site,
body.pms-bt-full-page-template .site-content,
body.pms-bt-full-page-template .content-area,
body.pms-bt-full-page-template main,
body.pms-bt-full-page-template article{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

:root{
  --pms-black:#111315;
  --pms-charcoal:#1A1D21;
  --pms-blue:#1E88FF;
  --pms-sky:#4FC3FF;
  --pms-white:#FFFFFF;
  --pms-muted:#AAB6C5;
}

body.pms-business-it-active .entry-title,
body.pms-business-it-active .wp-block-post-title{
  display:none!important;
}

body.pms-business-it-active .entry-content,
body.pms-business-it-active .wp-block-post-content{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
}

.pms-bt-page{
  background:var(--pms-black);
  color:var(--pms-white);
  font-family:Inter,Arial,sans-serif;
  overflow:hidden;
}

.pms-bt-page *{
  box-sizing:border-box;
}

.pms-bt-container{
  width:min(1180px, calc(100% - 36px));
  margin:0 auto;
}

.pms-bt-hero{
  position:relative;
  min-height:620px;
  padding:110px 0 90px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 20% 15%, rgba(30,136,255,.28), transparent 28%),
    radial-gradient(circle at 78% 38%, rgba(79,195,255,.16), transparent 30%),
    linear-gradient(180deg,#111315 0%,#121922 55%,#111315 100%);
  border-bottom:1px solid rgba(30,136,255,.3);
}

,
.pms-bt-energy{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.24;
  background:
    radial-gradient(circle at 18% 28%, rgba(30,136,255,.20), transparent 30%),
    radial-gradient(circle at 82% 52%, rgba(79,195,255,.12), transparent 32%),
    repeating-linear-gradient(90deg, transparent 0 86px, rgba(79,195,255,.035) 87px, transparent 88px);
}

  56%{opacity:.6}
  68%{opacity:.35;transform:translateX(120%)}
  100%{opacity:0;transform:translateX(120%)}
}

.pms-bt-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:54px;
  align-items:center;
}

.pms-bt-kicker{
  color:var(--pms-sky);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:800;
  font-size:13px;
  margin:0 0 18px;
}

.pms-bt-hero h1,
.pms-bt-section h2,
.pms-bt-band h2,
.pms-bt-cta h2{
  margin:0;
  line-height:1.05;
  letter-spacing:-.04em;
}

.pms-bt-hero h1{
  font-size:clamp(44px,6vw,76px);
  max-width:760px;
}

.pms-bt-lead{
  color:#D7E2EF;
  font-size:clamp(18px,2vw,23px);
  line-height:1.55;
  margin:26px 0 0;
  max-width:680px;
}

.pms-bt-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

.pms-bt-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 22px;
  border-radius:999px;
  text-decoration:none!important;
  font-weight:800;
  color:#fff!important;
  transition:.2s ease;
}

.pms-bt-btn-primary{
  background:linear-gradient(135deg,var(--pms-blue),var(--pms-sky));
  box-shadow:0 0 24px rgba(30,136,255,.38);
}

.pms-bt-btn-secondary{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(79,195,255,.32);
}

.pms-bt-btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.08);
}

.pms-bt-panel{
  position:relative;
  padding:22px;
  border:1px solid rgba(79,195,255,.28);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(26,29,33,.86),rgba(17,19,21,.94));
  box-shadow:0 24px 80px rgba(0,0,0,.42),0 0 42px rgba(30,136,255,.14);
  overflow:hidden;
}

.pms-bt-panel::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:linear-gradient(115deg, transparent, rgba(79,195,255,.18), transparent);
  transform:translateX(-100%);
  animation:pms-bt-panel-shine 6s ease-in-out infinite;
}

@keyframes pms-bt-panel-shine{
  0%,55%{transform:translateX(-100%)}
  72%{transform:translateX(100%)}
  100%{transform:translateX(100%)}
}

.pms-bt-panel-top{
  position:relative;
  z-index:1;
  display:flex;
  gap:8px;
  margin-bottom:18px;
}

.pms-bt-panel-top span{
  width:11px;
  height:11px;
  border-radius:50%;
  background:rgba(79,195,255,.75);
  box-shadow:0 0 14px rgba(79,195,255,.5);
}

.pms-bt-status-card{
  position:relative;
  z-index:1;
  padding:26px;
  border-radius:22px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}

.pms-bt-status-card p{
  color:var(--pms-sky);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:800;
  margin:0 0 12px;
}

.pms-bt-status-card strong{
  font-size:28px;
  line-height:1.18;
}

.pms-bt-mini-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:16px;
}

.pms-bt-mini-grid div{
  padding:18px;
  border-radius:18px;
  background:rgba(30,136,255,.08);
  border:1px solid rgba(79,195,255,.14);
}

.pms-bt-mini-grid strong,
.pms-bt-mini-grid span{
  display:block;
}

.pms-bt-mini-grid span{
  color:var(--pms-muted);
  margin-top:5px;
}

.pms-bt-section{
  padding:95px 0;
  background:var(--pms-black);
}

.pms-bt-section-head{
  max-width:780px;
  margin-bottom:34px;
}

.pms-bt-section h2,
.pms-bt-band h2,
.pms-bt-cta h2{
  font-size:clamp(34px,4vw,54px);
}

.pms-bt-section-head p:not(.pms-bt-kicker),
.pms-bt-band p,
.pms-bt-cta p{
  color:#C7D3E2;
  line-height:1.65;
  font-size:18px;
}

.pms-bt-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.pms-bt-card{
  padding:28px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(26,29,33,.98),rgba(17,19,21,.98));
  border:1px solid rgba(79,195,255,.16);
  box-shadow:0 18px 50px rgba(0,0,0,.2);
  transition:.2s ease;
}

.pms-bt-card:hover{
  transform:translateY(-4px);
  border-color:rgba(79,195,255,.48);
  box-shadow:0 22px 60px rgba(30,136,255,.12);
}

.pms-bt-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  color:#fff;
  background:rgba(30,136,255,.22);
  border:1px solid rgba(79,195,255,.32);
  font-weight:900;
  margin-bottom:18px;
}

.pms-bt-card h3{
  margin:0 0 10px;
  font-size:22px;
}

.pms-bt-card p{
  margin:0;
  color:#C7D3E2;
  line-height:1.6;
}

.pms-bt-band{
  padding:85px 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(30,136,255,.18), transparent 28%),
    linear-gradient(180deg,#141A21,#101214);
  border-top:1px solid rgba(30,136,255,.22);
  border-bottom:1px solid rgba(30,136,255,.22);
}

.pms-bt-band-grid{
  display:grid;
  grid-template-columns:1fr .75fr;
  gap:50px;
  align-items:center;
}

.pms-bt-checks{
  display:grid;
  gap:12px;
}

.pms-bt-checks p{
  margin:0;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(79,195,255,.16);
}

.pms-bt-process{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:44px;
  align-items:start;
}

.pms-bt-steps{
  display:grid;
  gap:16px;
}

.pms-bt-steps div{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:0 18px;
  padding:22px;
  border-radius:22px;
  background:var(--pms-charcoal);
  border:1px solid rgba(79,195,255,.14);
}

.pms-bt-steps strong{
  grid-row:span 2;
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--pms-blue),var(--pms-sky));
  box-shadow:0 0 20px rgba(30,136,255,.3);
}

.pms-bt-steps h3{
  margin:0 0 8px;
  font-size:21px;
}

.pms-bt-steps p{
  margin:0;
  color:#C7D3E2;
}

.pms-bt-cta{
  text-align:center;
  padding:90px 0 110px;
  background:
    radial-gradient(circle at 50% 20%, rgba(30,136,255,.22), transparent 34%),
    var(--pms-black);
}

.pms-bt-cta p{
  margin:16px auto 28px;
  max-width:620px;
}

@media(max-width:980px){
  .pms-bt-hero{
    min-height:auto;
    padding:80px 0 70px;
  }

  .pms-bt-hero-grid,
  .pms-bt-band-grid,
  .pms-bt-process{
    grid-template-columns:1fr;
  }

  .pms-bt-cards{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .pms-bt-container{
    width:min(100% - 26px,1180px);
  }

  .pms-bt-hero{
    padding:62px 0 54px;
  }

  .pms-bt-cards,
  .pms-bt-mini-grid{
    grid-template-columns:1fr;
  }

  .pms-bt-section,
  .pms-bt-band,
  .pms-bt-cta{
    padding:62px 0;
  }

  .pms-bt-actions{
    flex-direction:column;
  }

  .pms-bt-btn{
    width:100%;
  }
}


/* v1.5 page lightning system
   Header plugin keeps the moving stripe effect.
   This page uses organised futuristic lightning strikes instead. */
.pms-bt-page{
  position:relative;
  isolation:isolate;
}

.pms-bt-lightning-layer{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}

.pms-bt-lightning-layer::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.16;
  background:
    linear-gradient(90deg, transparent, rgba(79,195,255,.18), transparent),
    radial-gradient(circle at 18% 24%, rgba(30,136,255,.18), transparent 22%),
    radial-gradient(circle at 78% 58%, rgba(79,195,255,.12), transparent 25%);
  animation:pms-bt-atmosphere-pulse 7.5s ease-in-out infinite;
}

.pms-bt-bolt{
  position:absolute;
  display:block;
  width:560px;
  height:150px;
  opacity:0;
  filter:
    drop-shadow(0 0 8px rgba(79,195,255,.95))
    drop-shadow(0 0 24px rgba(30,136,255,.55));
  transform-origin:center;
}

.pms-bt-bolt::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    transparent 0%,
    transparent 7%,
    rgba(79,195,255,.1) 8%,
    #4FC3FF 10%,
    #FFFFFF 11%,
    #1E88FF 12%,
    transparent 14%,
    transparent 25%,
    #1E88FF 27%,
    #FFFFFF 28%,
    #4FC3FF 29%,
    transparent 31%,
    transparent 44%,
    #4FC3FF 46%,
    #FFFFFF 47%,
    #1E88FF 48%,
    transparent 50%,
    transparent 63%,
    #1E88FF 66%,
    #FFFFFF 67%,
    #4FC3FF 68%,
    transparent 70%,
    transparent 100%);
  clip-path:polygon(
    0 50%, 9% 50%, 13% 20%, 17% 64%,
    27% 64%, 31% 34%, 36% 72%,
    48% 72%, 52% 28%, 57% 60%,
    68% 60%, 72% 32%, 77% 68%,
    89% 68%, 93% 44%, 100% 54%,
    100% 63%, 93% 53%, 89% 78%,
    77% 78%, 72% 43%, 68% 70%,
    57% 70%, 52% 39%, 48% 82%,
    36% 82%, 31% 45%, 27% 74%,
    17% 74%, 13% 31%, 9% 60%, 0 60%
  );
}

.pms-bt-bolt::after{
  content:"";
  position:absolute;
  inset:26% 8%;
  background:
    radial-gradient(circle at 12% 50%, rgba(255,255,255,.9), transparent 3%),
    radial-gradient(circle at 28% 63%, rgba(79,195,255,.88), transparent 3%),
    radial-gradient(circle at 47% 45%, rgba(255,255,255,.95), transparent 2.5%),
    radial-gradient(circle at 67% 60%, rgba(79,195,255,.86), transparent 3%),
    radial-gradient(circle at 88% 50%, rgba(255,255,255,.92), transparent 2.5%);
}

.pms-bt-bolt-1{
  top:18%;
  left:8%;
  transform:rotate(-7deg);
  animation:pms-bt-bolt-one 8.5s steps(1,end) infinite;
}

.pms-bt-bolt-2{
  top:46%;
  right:3%;
  transform:rotate(8deg) scale(.9);
  animation:pms-bt-bolt-two 11s steps(1,end) infinite;
}

.pms-bt-bolt-3{
  bottom:18%;
  left:24%;
  transform:rotate(3deg) scale(.72);
  animation:pms-bt-bolt-three 13.5s steps(1,end) infinite;
}

@keyframes pms-bt-bolt-one{
  0%, 21%, 23%, 100%{opacity:0}
  22%{opacity:.88}
  22.6%{opacity:.42}
}

@keyframes pms-bt-bolt-two{
  0%, 47%, 49%, 100%{opacity:0}
  48%{opacity:.82}
  48.6%{opacity:.34}
}

@keyframes pms-bt-bolt-three{
  0%, 72%, 74%, 100%{opacity:0}
  73%{opacity:.7}
  73.6%{opacity:.3}
}

@keyframes pms-bt-atmosphere-pulse{
  0%, 20%, 24%, 46%, 50%, 71%, 75%, 100%{
    opacity:.12;
    filter:none;
  }
  22%, 48%, 73%{
    opacity:.32;
    filter:brightness(1.4);
  }
}

.pms-bt-hero,
.pms-bt-section,
.pms-bt-band,
.pms-bt-cta{
  position:relative;
  z-index:2;
}

@media(max-width:780px){
  .pms-bt-bolt{
    width:360px;
    height:110px;
  }

  .pms-bt-bolt-1{left:-12%;top:16%}
  .pms-bt-bolt-2{right:-18%;top:52%}
  .pms-bt-bolt-3{left:5%;bottom:10%}
}

@media (prefers-reduced-motion: reduce){
  .pms-bt-bolt,
  .pms-bt-lightning-layer::before{
    animation:none!important;
  }
}


/* v1.6 professional service cards cleanup */
.pms-bt-cards{
  align-items:stretch;
}

.pms-bt-card{
  position:relative;
  min-height:255px;
  padding:34px 30px 30px!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 18% 8%, rgba(30,136,255,.12), transparent 28%),
    linear-gradient(180deg, rgba(26,29,33,.96), rgba(15,18,22,.98))!important;
  border:1px solid rgba(79,195,255,.18)!important;
  box-shadow:
    0 18px 45px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.035)!important;
  overflow:hidden;
}

.pms-bt-card::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:linear-gradient(90deg, rgba(30,136,255,.75), rgba(79,195,255,.18), transparent);
  opacity:.75;
}

.pms-bt-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(255,255,255,.035), transparent 42%);
  opacity:.75;
}

.pms-bt-card:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(79,195,255,.42)!important;
  box-shadow:
    0 24px 70px rgba(0,0,0,.28),
    0 0 34px rgba(30,136,255,.10),
    inset 0 1px 0 rgba(255,255,255,.05)!important;
}

.pms-bt-icon{
  position:relative;
  z-index:2;
  width:auto!important;
  min-width:46px;
  height:36px!important;
  padding:0 12px;
  border-radius:12px!important;
  margin:0 0 24px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg, rgba(30,136,255,.34), rgba(79,195,255,.14))!important;
  border:1px solid rgba(79,195,255,.34)!important;
  color:#FFFFFF!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.02em;
  box-shadow:0 0 18px rgba(30,136,255,.16)!important;
}

.pms-bt-card h3{
  position:relative;
  z-index:2;
  margin:0 0 14px!important;
  color:#FFFFFF!important;
  font-size:22px!important;
  line-height:1.22!important;
  letter-spacing:-.015em;
  font-weight:800!important;
}

.pms-bt-card p{
  position:relative;
  z-index:2;
  color:#C9D5E3!important;
  font-size:17px!important;
  line-height:1.62!important;
  margin:0!important;
  max-width:95%;
}

@media(max-width:980px){
  .pms-bt-card{
    min-height:230px;
  }
}

@media(max-width:640px){
  .pms-bt-card{
    min-height:auto;
    padding:28px 24px!important;
  }

  .pms-bt-card p{
    max-width:100%;
  }
}


/* v1.7 card alignment and visible organised lightning */
.pms-bt-container{
  width:min(1240px, calc(100% - 56px))!important;
}

.pms-bt-section-head{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

.pms-bt-cards{
  grid-template-columns:repeat(3, minmax(0, 1fr))!important;
  gap:22px!important;
  max-width:1180px!important;
  margin:0 auto!important;
}

.pms-bt-card{
  min-height:265px!important;
  padding:32px 30px 34px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
}

.pms-bt-icon{
  margin-bottom:22px!important;
}

.pms-bt-card h3{
  width:100%!important;
  margin-bottom:14px!important;
  font-size:21px!important;
}

.pms-bt-card p{
  width:100%!important;
  max-width:none!important;
  font-size:16.5px!important;
  line-height:1.58!important;
}

.pms-bt-section,
.pms-bt-band,
.pms-bt-cta{
  overflow:hidden!important;
}

/* Bigger, obvious lightning strikes */
.pms-bt-section-bolt{
  position:absolute;
  z-index:1;
  pointer-events:none;
  width:720px;
  height:180px;
  opacity:0;
  filter:
    drop-shadow(0 0 10px rgba(79,195,255,1))
    drop-shadow(0 0 32px rgba(30,136,255,.72));
}

.pms-bt-section-bolt::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    transparent 0%,
    #1E88FF 9%,
    #FFFFFF 10%,
    #4FC3FF 11%,
    transparent 13%,
    transparent 22%,
    #4FC3FF 25%,
    #FFFFFF 26%,
    #1E88FF 27%,
    transparent 30%,
    transparent 42%,
    #1E88FF 45%,
    #FFFFFF 46%,
    #4FC3FF 47%,
    transparent 50%,
    transparent 61%,
    #4FC3FF 64%,
    #FFFFFF 65%,
    #1E88FF 66%,
    transparent 69%,
    transparent 100%);
  clip-path:polygon(
    0 52%, 8% 52%, 12% 18%, 16% 64%,
    25% 64%, 30% 28%, 35% 74%,
    45% 74%, 50% 20%, 55% 62%,
    64% 62%, 69% 30%, 75% 72%,
    87% 72%, 92% 40%, 100% 55%,
    100% 66%, 92% 52%, 87% 84%,
    75% 84%, 69% 43%, 64% 74%,
    55% 74%, 50% 32%, 45% 86%,
    35% 86%, 30% 41%, 25% 76%,
    16% 76%, 12% 30%, 8% 64%, 0 64%
  );
}

.pms-bt-section-bolt::after{
  content:"";
  position:absolute;
  inset:35% 0;
  background:linear-gradient(90deg, transparent, rgba(79,195,255,.28), rgba(255,255,255,.22), rgba(30,136,255,.2), transparent);
  filter:blur(12px);
}

.pms-bt-section-bolt-a{
  top:60px;
  right:-170px;
  transform:rotate(-8deg);
  animation:pms-bt-visible-bolt-a 7.8s steps(1,end) infinite;
}

.pms-bt-section-bolt-b{
  top:38%;
  left:-210px;
  transform:rotate(7deg) scale(.95);
  animation:pms-bt-visible-bolt-b 10.5s steps(1,end) infinite;
}

.pms-bt-section-bolt-c{
  bottom:70px;
  right:-190px;
  transform:rotate(4deg) scale(.85);
  animation:pms-bt-visible-bolt-c 12.8s steps(1,end) infinite;
}

@keyframes pms-bt-visible-bolt-a{
  0%,18%,22%,100%{opacity:0}
  19%{opacity:.95}
  20%{opacity:.35}
  21%{opacity:.82}
}

@keyframes pms-bt-visible-bolt-b{
  0%,46%,50%,100%{opacity:0}
  47%{opacity:.85}
  48%{opacity:.3}
  49%{opacity:.7}
}

@keyframes pms-bt-visible-bolt-c{
  0%,70%,74%,100%{opacity:0}
  71%{opacity:.78}
  72%{opacity:.25}
  73%{opacity:.62}
}

@media(max-width:980px){
  .pms-bt-container{
    width:min(100% - 36px, 1240px)!important;
  }
  .pms-bt-cards{
    grid-template-columns:1fr 1fr!important;
  }
  .pms-bt-card{
    min-height:245px!important;
  }
}

@media(max-width:640px){
  .pms-bt-container{
    width:min(100% - 28px, 1240px)!important;
  }
  .pms-bt-cards{
    grid-template-columns:1fr!important;
  }
  .pms-bt-card{
    min-height:auto!important;
    padding:28px 24px!important;
  }
  .pms-bt-section-bolt{
    width:420px;
    height:120px;
  }
}


/* v1.8 full cleanup pass */

/* Remove the awkward dead zone after hero/header area */
.pms-bt-hero{
  min-height:auto!important;
  padding:92px 0 78px!important;
}

.pms-bt-section{
  padding:70px 0!important;
}

.pms-bt-section:first-of-type{
  padding-top:62px!important;
}

.pms-bt-section-head{
  max-width:760px!important;
  margin:0 auto 34px!important;
  text-align:center!important;
}

.pms-bt-section-head .pms-bt-kicker{
  margin-bottom:12px!important;
}

.pms-bt-section-head h2{
  margin-bottom:14px!important;
}

.pms-bt-section-head p:not(.pms-bt-kicker){
  margin:0 auto!important;
  max-width:720px!important;
}

/* Replace wide empty cards with compact professional MSP cards */
.pms-bt-cards{
  max-width:1120px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(3, minmax(0, 1fr))!important;
  gap:18px!important;
}

.pms-bt-card{
  min-height:0!important;
  height:auto!important;
  padding:24px 24px 24px!important;
  border-radius:22px!important;
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  grid-template-rows:auto auto!important;
  column-gap:14px!important;
  row-gap:12px!important;
  align-items:start!important;
  background:
    linear-gradient(180deg, rgba(24,28,33,.98), rgba(15,18,22,.98))!important;
  border:1px solid rgba(79,195,255,.20)!important;
  box-shadow:
    0 18px 48px rgba(0,0,0,.23),
    inset 0 1px 0 rgba(255,255,255,.035)!important;
  overflow:hidden!important;
}

.pms-bt-card::before{
  height:2px!important;
  background:linear-gradient(90deg, rgba(30,136,255,.85), rgba(79,195,255,.35), transparent)!important;
}

.pms-bt-icon{
  grid-column:1!important;
  grid-row:1!important;
  min-width:42px!important;
  width:42px!important;
  height:34px!important;
  padding:0!important;
  margin:0!important;
  border-radius:11px!important;
  font-size:16px!important;
}

.pms-bt-card h3{
  grid-column:2!important;
  grid-row:1!important;
  margin:3px 0 0!important;
  font-size:20px!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}

.pms-bt-card p{
  grid-column:1 / -1!important;
  grid-row:2!important;
  margin:0!important;
  max-width:none!important;
  font-size:16px!important;
  line-height:1.55!important;
  color:#C7D3E2!important;
}

/* Clean section backgrounds so the black strip does not look broken */
.pms-bt-page{
  background:
    radial-gradient(circle at 20% 12%, rgba(30,136,255,.08), transparent 24%),
    linear-gradient(180deg, #111315 0%, #111315 100%)!important;
}

.pms-bt-section{
  background:
    radial-gradient(circle at 15% 50%, rgba(30,136,255,.07), transparent 30%),
    radial-gradient(circle at 85% 30%, rgba(79,195,255,.045), transparent 28%),
    #111315!important;
}

.pms-bt-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background:
    linear-gradient(rgba(79,195,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,195,255,.05) 1px, transparent 1px);
  background-size:54px 54px;
  mask-image:radial-gradient(circle at 50% 50%, black, transparent 75%);
}

/* Make lightning visible but controlled: corner arcs on cards */
.pms-bt-card .pms-bt-card-zap{
  display:none;
}

.pms-bt-card{
  isolation:isolate;
}

.pms-bt-card:nth-child(1)::after,
.pms-bt-card:nth-child(4)::after{
  animation:pms-card-corner-zap-a 8s steps(1,end) infinite!important;
}

.pms-bt-card:nth-child(2)::after,
.pms-bt-card:nth-child(5)::after{
  animation:pms-card-corner-zap-b 10s steps(1,end) infinite!important;
}

.pms-bt-card:nth-child(3)::after,
.pms-bt-card:nth-child(6)::after{
  animation:pms-card-corner-zap-c 12s steps(1,end) infinite!important;
}

.pms-bt-card::after{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  width:118px!important;
  height:58px!important;
  right:18px!important;
  bottom:16px!important;
  opacity:0;
  pointer-events:none!important;
  background:
    linear-gradient(90deg, transparent 0%, #1E88FF 22%, #FFFFFF 24%, #4FC3FF 26%, transparent 30%, transparent 42%, #4FC3FF 48%, #FFFFFF 50%, #1E88FF 52%, transparent 58%, transparent 100%);
  clip-path:polygon(0 52%,18% 52%,24% 20%,31% 68%,45% 68%,53% 32%,62% 74%,80% 74%,88% 44%,100% 56%,100% 66%,88% 54%,80% 84%,62% 84%,53% 44%,45% 78%,31% 78%,24% 32%,18% 64%,0 64%);
  filter:drop-shadow(0 0 7px rgba(79,195,255,.9)) drop-shadow(0 0 18px rgba(30,136,255,.55));
}

@keyframes pms-card-corner-zap-a{
  0%, 30%, 34%, 100%{opacity:0}
  31%{opacity:.72}
  32%{opacity:.22}
  33%{opacity:.55}
}

@keyframes pms-card-corner-zap-b{
  0%, 52%, 56%, 100%{opacity:0}
  53%{opacity:.68}
  54%{opacity:.2}
  55%{opacity:.5}
}

@keyframes pms-card-corner-zap-c{
  0%, 72%, 76%, 100%{opacity:0}
  73%{opacity:.62}
  74%{opacity:.18}
  75%{opacity:.48}
}

/* Hide the previous big bolts if they looked messy, keep subtle atmosphere only */
.pms-bt-section-bolt{
  display:none!important;
}

.pms-bt-lightning-layer{
  opacity:.55!important;
}

.pms-bt-lightning-layer::before{
  opacity:.10!important;
}

/* Better flow for following sections */
.pms-bt-band{
  padding:76px 0!important;
}

.pms-bt-process{
  max-width:1120px!important;
  margin:0 auto!important;
}

.pms-bt-cta{
  padding:78px 0 92px!important;
}

@media(max-width:980px){
  .pms-bt-cards{
    grid-template-columns:1fr 1fr!important;
    max-width:760px!important;
  }

  .pms-bt-card{
    padding:22px!important;
  }
}

@media(max-width:640px){
  .pms-bt-hero{
    padding:70px 0 52px!important;
  }

  .pms-bt-section{
    padding:54px 0!important;
  }

  .pms-bt-cards{
    grid-template-columns:1fr!important;
    max-width:420px!important;
  }

  .pms-bt-card h3{
    font-size:19px!important;
  }

  .pms-bt-card p{
    font-size:15.5px!important;
  }
}


/* v1.9 final layout repair
   Fixes the oversized empty hero area, keeps the page full-width,
   cleans the service grid, and keeps effects behind content. */

/* Kill theme/shortcode spacing problems */
.pms-bt-full-bleed{
  margin-top:0!important;
  margin-bottom:0!important;
}

.pms-bt-page{
  padding-top:0!important;
  margin-top:0!important;
  background:#111315!important;
}

/* Hero no longer takes half the screen */
.pms-bt-hero{
  min-height:auto!important;
  height:auto!important;
  padding:88px 0 76px!important;
  align-items:center!important;
  overflow:hidden!important;
}

.pms-bt-hero-grid{
  gap:48px!important;
  align-items:center!important;
}

.pms-bt-hero h1{
  font-size:clamp(44px, 4.8vw, 68px)!important;
  line-height:1.06!important;
  max-width:720px!important;
  margin:0!important;
}

.pms-bt-lead{
  font-size:clamp(18px, 1.45vw, 21px)!important;
  line-height:1.55!important;
  max-width:650px!important;
  margin-top:22px!important;
}

.pms-bt-actions{
  margin-top:30px!important;
}

/* Remove any hidden section gap after the hero */
.pms-bt-hero + .pms-bt-section{
  padding-top:62px!important;
}

/* Clean card section rhythm */
.pms-bt-section{
  padding:64px 0!important;
}

.pms-bt-section-head{
  max-width:760px!important;
  margin:0 auto 32px!important;
  text-align:center!important;
}

.pms-bt-section-head h2{
  font-size:clamp(32px, 3.2vw, 48px)!important;
  line-height:1.08!important;
}

.pms-bt-section-head p:not(.pms-bt-kicker){
  font-size:17px!important;
  line-height:1.55!important;
}

/* Professional centred service grid */
.pms-bt-cards{
  max-width:1160px!important;
  margin:0 auto!important;
  grid-template-columns:repeat(3, minmax(0, 1fr))!important;
  gap:20px!important;
}

.pms-bt-card{
  min-height:178px!important;
  padding:26px 26px 28px!important;
  display:grid!important;
  grid-template-columns:44px 1fr!important;
  grid-template-rows:auto auto!important;
  column-gap:14px!important;
  row-gap:14px!important;
  align-items:start!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 16% 0%, rgba(30,136,255,.11), transparent 26%),
    linear-gradient(180deg, rgba(24,28,33,.98), rgba(14,17,21,.98))!important;
  border:1px solid rgba(79,195,255,.22)!important;
  box-shadow:0 18px 46px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04)!important;
}

.pms-bt-icon{
  grid-column:1!important;
  grid-row:1!important;
  width:44px!important;
  min-width:44px!important;
  height:34px!important;
  margin:0!important;
  padding:0!important;
}

.pms-bt-card h3{
  grid-column:2!important;
  grid-row:1!important;
  margin:4px 0 0!important;
  font-size:20px!important;
  line-height:1.22!important;
  white-space:normal!important;
}

.pms-bt-card p{
  grid-column:1 / -1!important;
  grid-row:2!important;
  margin:0!important;
  font-size:16px!important;
  line-height:1.55!important;
  color:#C8D3E0!important;
}

/* Background now feels connected instead of black block */
.pms-bt-section{
  background:
    radial-gradient(circle at 8% 20%, rgba(30,136,255,.075), transparent 28%),
    radial-gradient(circle at 92% 40%, rgba(79,195,255,.055), transparent 30%),
    linear-gradient(180deg, #111315 0%, #12161B 48%, #111315 100%)!important;
}

.pms-bt-section::before{
  opacity:.12!important;
}

/* Keep lightning visible but not messy */
.pms-bt-lightning-layer{
  z-index:1!important;
  opacity:.75!important;
}

.pms-bt-hero,
.pms-bt-section,
.pms-bt-band,
.pms-bt-cta{
  z-index:2!important;
}

.pms-bt-section-bolt{
  display:block!important;
  opacity:0;
  z-index:1!important;
  transform-origin:center!important;
}

.pms-bt-section-bolt-a{
  top:18px!important;
  right:-220px!important;
  animation:pms-bt-visible-bolt-a 9s steps(1,end) infinite!important;
}

.pms-bt-section-bolt-b{
  top:22%!important;
  left:-260px!important;
  animation:pms-bt-visible-bolt-b 12s steps(1,end) infinite!important;
}

.pms-bt-section-bolt-c{
  bottom:22px!important;
  right:-250px!important;
  animation:pms-bt-visible-bolt-c 14s steps(1,end) infinite!important;
}

/* More controlled card corner arcs */
.pms-bt-card::after{
  right:16px!important;
  bottom:14px!important;
  width:98px!important;
  height:48px!important;
  opacity:0;
}

.pms-bt-band{
  padding:72px 0!important;
}

.pms-bt-process{
  max-width:1120px!important;
}

.pms-bt-cta{
  padding:76px 0 88px!important;
}

@media(max-width:980px){
  .pms-bt-hero{
    padding:72px 0 58px!important;
  }

  .pms-bt-hero-grid{
    grid-template-columns:1fr!important;
  }

  .pms-bt-cards{
    grid-template-columns:1fr 1fr!important;
    max-width:780px!important;
  }

  .pms-bt-card{
    min-height:170px!important;
  }
}

@media(max-width:640px){
  .pms-bt-hero{
    padding:58px 0 48px!important;
  }

  .pms-bt-section{
    padding:52px 0!important;
  }

  .pms-bt-cards{
    grid-template-columns:1fr!important;
    max-width:430px!important;
  }

  .pms-bt-card{
    min-height:auto!important;
    padding:24px!important;
  }
}


/* v2.0 structure fix: remove black top gap and centre the page properly */

/* The header plugin already creates its own spacer, so this page must start tight. */
body.pms-business-it-active .pms-ul-header-spacer{
  height:0!important;
  min-height:0!important;
  display:none!important;
}

body.pms-business-it-active{
  background:#111315!important;
}

/* Full bleed remains, but all inner content is now centred from one shared grid width. */
.pms-bt-full-bleed{
  left:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
}

.pms-bt-container{
  width:min(1200px, calc(100% - 64px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Remove the dead black area below the header */
.pms-bt-hero{
  min-height:0!important;
  height:auto!important;
  padding:46px 0 56px!important;
  display:block!important;
  background:
    radial-gradient(circle at 18% 24%, rgba(30,136,255,.22), transparent 28%),
    radial-gradient(circle at 86% 38%, rgba(79,195,255,.10), transparent 28%),
    linear-gradient(180deg, #111315 0%, #132334 54%, #111315 100%)!important;
}

.pms-bt-hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0, 1fr) minmax(360px, 500px)!important;
  gap:56px!important;
  align-items:center!important;
  max-width:1200px!important;
  margin:0 auto!important;
}

.pms-bt-hero-copy{
  max-width:680px!important;
}

.pms-bt-kicker{
  margin:0 0 14px!important;
}

.pms-bt-hero h1{
  font-size:clamp(42px, 4.4vw, 64px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
  margin:0!important;
  max-width:680px!important;
}

.pms-bt-lead{
  max-width:620px!important;
  margin:22px 0 0!important;
  font-size:20px!important;
  line-height:1.55!important;
}

.pms-bt-actions{
  margin-top:28px!important;
}

/* Keep the right panel neat and aligned */
.pms-bt-panel{
  width:100%!important;
  max-width:500px!important;
  margin:0!important;
  justify-self:end!important;
}

/* Section rhythm */
.pms-bt-hero + .pms-bt-section{
  padding-top:56px!important;
}

.pms-bt-section{
  padding:56px 0!important;
  background:
    radial-gradient(circle at 10% 28%, rgba(30,136,255,.06), transparent 26%),
    radial-gradient(circle at 88% 45%, rgba(79,195,255,.045), transparent 30%),
    #111315!important;
}

.pms-bt-section-head{
  max-width:760px!important;
  margin:0 auto 32px!important;
  text-align:center!important;
}

.pms-bt-section-head h2{
  margin:0 0 14px!important;
  text-align:center!important;
}

.pms-bt-section-head p{
  text-align:center!important;
}

/* Cards are now centred, consistent, and less jammed. */
.pms-bt-cards{
  width:min(1120px, 100%)!important;
  max-width:1120px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(3, minmax(0, 1fr))!important;
  gap:22px!important;
  justify-content:center!important;
}

.pms-bt-card{
  min-height:185px!important;
  padding:26px 26px 28px!important;
  grid-template-columns:46px minmax(0, 1fr)!important;
  column-gap:14px!important;
  row-gap:16px!important;
  border-radius:22px!important;
  text-align:left!important;
}

.pms-bt-card h3{
  margin:4px 0 0!important;
  font-size:20px!important;
  line-height:1.24!important;
  text-align:left!important;
}

.pms-bt-card p{
  font-size:16px!important;
  line-height:1.6!important;
  text-align:left!important;
  max-width:100%!important;
}

.pms-bt-icon{
  width:46px!important;
  min-width:46px!important;
  height:36px!important;
  border-radius:12px!important;
}

/* Keep lightning behind content and visible without pushing layout. */
.pms-bt-lightning-layer,
.pms-bt-section-bolt{
  position:absolute!important;
  pointer-events:none!important;
}

.pms-bt-section-bolt{
  display:block!important;
  z-index:0!important;
}

.pms-bt-hero,
.pms-bt-section,
.pms-bt-band,
.pms-bt-cta{
  position:relative!important;
  z-index:1!important;
}

.pms-bt-container,
.pms-bt-hero-grid,
.pms-bt-cards{
  position:relative!important;
  z-index:3!important;
}

/* Stop old hidden/oversized effects creating strange visual blocks. */
.pms-bt-section::before{
  opacity:.08!important;
}

/* Lower sections */
.pms-bt-band{
  padding:64px 0!important;
}

.pms-bt-cta{
  padding:68px 0 82px!important;
}

/* Mobile/tablet */
@media(max-width:1050px){
  .pms-bt-hero-grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }

  .pms-bt-panel{
    justify-self:start!important;
    max-width:620px!important;
  }

  .pms-bt-cards{
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    max-width:780px!important;
  }
}

@media(max-width:640px){
  .pms-bt-container{
    width:min(100% - 28px, 1200px)!important;
  }

  .pms-bt-hero{
    padding:34px 0 44px!important;
  }

  .pms-bt-section{
    padding:46px 0!important;
  }

  .pms-bt-cards{
    grid-template-columns:1fr!important;
    max-width:430px!important;
  }

  .pms-bt-card{
    min-height:0!important;
    padding:24px!important;
  }
}


/* v2.1 injected style: centred MSP layout with deeper card padding and clean electric accents */

/* Page layout */
body.pms-business-it-active .pms-ul-header-spacer{
  height:0!important;
  min-height:0!important;
  display:none!important;
}

.pms-bt-page{
  background:
    radial-gradient(circle at 8% 20%, rgba(30,136,255,.12), transparent 22%),
    radial-gradient(circle at 92% 28%, rgba(79,195,255,.10), transparent 24%),
    linear-gradient(180deg, #0F1318 0%, #111315 100%)!important;
}

/* Hero centred like the reference */
.pms-bt-hero{
  padding:62px 0 46px!important;
  min-height:0!important;
  text-align:center!important;
  background:
    radial-gradient(circle at 15% 35%, rgba(30,136,255,.14), transparent 28%),
    radial-gradient(circle at 88% 32%, rgba(79,195,255,.10), transparent 26%),
    linear-gradient(180deg, #0F1318 0%, #111315 100%)!important;
  border-bottom:0!important;
}

.pms-bt-hero-grid{
  display:block!important;
  max-width:900px!important;
  margin:0 auto!important;
}

.pms-bt-hero-copy{
  max-width:820px!important;
  margin:0 auto!important;
}

.pms-bt-hero h1{
  text-align:center!important;
  max-width:760px!important;
  margin:0 auto!important;
  font-size:clamp(42px, 4.8vw, 68px)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
}

.pms-bt-hero h1::first-line{
  color:#FFFFFF;
}

.pms-bt-lead{
  max-width:760px!important;
  margin:24px auto 0!important;
  text-align:center!important;
  color:#C9D4E2!important;
  font-size:18px!important;
  line-height:1.65!important;
}

.pms-bt-actions{
  justify-content:center!important;
  margin-top:28px!important;
}

.pms-bt-panel{
  display:none!important;
}

/* Add page-level electric corner accents */
.pms-bt-hero::before,
.pms-bt-hero::after{
  content:"";
  position:absolute;
  z-index:1;
  width:360px;
  height:150px;
  pointer-events:none;
  opacity:.55;
  background:
    linear-gradient(90deg, transparent, rgba(79,195,255,.75), rgba(255,255,255,.55), rgba(30,136,255,.65), transparent);
  clip-path:polygon(0 54%,22% 54%,30% 18%,37% 70%,52% 70%,60% 34%,70% 78%,88% 78%,100% 52%,100% 64%,88% 90%,70% 90%,60% 46%,52% 82%,37% 82%,30% 30%,22% 66%,0 66%);
  filter:drop-shadow(0 0 8px rgba(79,195,255,.85)) drop-shadow(0 0 22px rgba(30,136,255,.5));
}

.pms-bt-hero::before{
  left:-90px;
  top:105px;
  transform:rotate(-7deg);
  animation:pms-bt-hero-arc-a 9s steps(1,end) infinite;
}

.pms-bt-hero::after{
  right:-80px;
  top:80px;
  transform:rotate(8deg) scale(.9);
  animation:pms-bt-hero-arc-b 11s steps(1,end) infinite;
}

@keyframes pms-bt-hero-arc-a{
  0%, 34%, 38%, 100%{opacity:0}
  35%{opacity:.65}
  36%{opacity:.22}
  37%{opacity:.5}
}

@keyframes pms-bt-hero-arc-b{
  0%, 62%, 66%, 100%{opacity:0}
  63%{opacity:.55}
  64%{opacity:.18}
  65%{opacity:.42}
}

/* Main service section */
.pms-bt-hero + .pms-bt-section{
  padding-top:34px!important;
}

.pms-bt-section{
  padding:42px 0 64px!important;
  background:
    linear-gradient(rgba(79,195,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,195,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(30,136,255,.09), transparent 35%),
    #111315!important;
  background-size:72px 72px, 72px 72px, auto, auto!important;
}

.pms-bt-section-head{
  max-width:780px!important;
  margin:0 auto 34px!important;
  text-align:center!important;
}

.pms-bt-section-head .pms-bt-kicker{
  text-align:center!important;
}

.pms-bt-section-head h2{
  text-align:center!important;
  font-size:clamp(32px, 3vw, 48px)!important;
}

.pms-bt-section-head p{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Cards exactly cleaner with deeper inner start */
.pms-bt-cards{
  width:min(1180px, 100%)!important;
  max-width:1180px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(3, minmax(0, 1fr))!important;
  gap:22px!important;
}

.pms-bt-card{
  min-height:205px!important;
  padding:34px 36px 32px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0, 1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:18px!important;
  row-gap:18px!important;
  align-items:start!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 12% 12%, rgba(30,136,255,.12), transparent 30%),
    linear-gradient(180deg, rgba(18,25,32,.98), rgba(12,16,21,.98))!important;
  border:1px solid rgba(79,195,255,.30)!important;
  box-shadow:
    0 22px 60px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.04)!important;
}

.pms-bt-card::before{
  left:34px!important;
  right:34px!important;
  top:84px!important;
  height:1px!important;
  width:auto!important;
  background:linear-gradient(90deg, rgba(79,195,255,.8), rgba(30,136,255,.28), transparent)!important;
  opacity:.75!important;
}

.pms-bt-icon{
  grid-column:1!important;
  grid-row:1!important;
  width:48px!important;
  min-width:48px!important;
  height:44px!important;
  margin:0!important;
  padding:0!important;
  border-radius:11px!important;
  font-size:18px!important;
  background:rgba(30,136,255,.18)!important;
  border:1px solid rgba(79,195,255,.70)!important;
  box-shadow:0 0 18px rgba(30,136,255,.25)!important;
}

.pms-bt-card h3{
  grid-column:2!important;
  grid-row:1!important;
  margin:9px 0 0!important;
  font-size:21px!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
  color:#FFFFFF!important;
}

.pms-bt-card p{
  grid-column:1 / -1!important;
  grid-row:2!important;
  margin:0!important;
  padding-top:4px!important;
  max-width:none!important;
  color:#C8D4E2!important;
  font-size:16.5px!important;
  line-height:1.58!important;
}

/* controlled corner arcs on cards */
.pms-bt-card::after{
  right:24px!important;
  bottom:18px!important;
  width:96px!important;
  height:44px!important;
  opacity:0;
}

.pms-bt-section-bolt{
  display:none!important;
}

/* Lower sections still match */
.pms-bt-band{
  padding:68px 0!important;
  background:
    radial-gradient(circle at 20% 50%, rgba(30,136,255,.13), transparent 30%),
    linear-gradient(180deg,#121820,#0F1318)!important;
}

.pms-bt-cta{
  padding:72px 0 88px!important;
}

@media(max-width:1050px){
  .pms-bt-cards{
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    max-width:820px!important;
  }
}

@media(max-width:640px){
  .pms-bt-hero{
    padding:46px 0 34px!important;
  }

  .pms-bt-cards{
    grid-template-columns:1fr!important;
    max-width:430px!important;
  }

  .pms-bt-card{
    min-height:auto!important;
    padding:28px 28px 30px!important;
  }

  .pms-bt-card::before{
    left:28px!important;
    right:28px!important;
  }
}


/* v2.2 cleaner enterprise cards
   Moves all text/badges deeper inside the card and removes the awkward cramped edge feel. */

.pms-bt-cards{
  width:min(1140px, 100%)!important;
  max-width:1140px!important;
  gap:24px!important;
}

.pms-bt-card{
  min-height:205px!important;
  padding:32px 34px 34px!important;
  display:block!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 12% 8%, rgba(30,136,255,.10), transparent 30%),
    linear-gradient(180deg, rgba(18,24,30,.98), rgba(10,14,18,.98))!important;
  border:1px solid rgba(79,195,255,.28)!important;
  box-shadow:
    0 20px 55px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.04)!important;
}

.pms-bt-card::before{
  content:""!important;
  position:absolute!important;
  left:34px!important;
  right:34px!important;
  top:88px!important;
  width:auto!important;
  height:1px!important;
  background:linear-gradient(90deg, rgba(79,195,255,.75), rgba(30,136,255,.25), transparent)!important;
  opacity:.72!important;
}

.pms-bt-icon{
  display:inline-flex!important;
  vertical-align:middle!important;
  width:48px!important;
  min-width:48px!important;
  height:42px!important;
  margin:0 16px 0 0!important;
  padding:0!important;
  border-radius:11px!important;
  font-size:18px!important;
  line-height:1!important;
}

.pms-bt-card h3{
  display:inline-block!important;
  vertical-align:middle!important;
  width:calc(100% - 70px)!important;
  margin:0!important;
  padding:0!important;
  font-size:21px!important;
  line-height:1.25!important;
  color:#FFFFFF!important;
}

.pms-bt-card p{
  display:block!important;
  margin:30px 0 0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  font-size:16.5px!important;
  line-height:1.6!important;
  color:#C8D4E2!important;
}

/* Remove odd little waveform marks from previous lightning over card tops */
.pms-bt-card::after{
  right:28px!important;
  bottom:20px!important;
  width:88px!important;
  height:38px!important;
  opacity:0!important;
}

.pms-bt-card:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(79,195,255,.45)!important;
  box-shadow:
    0 24px 68px rgba(0,0,0,.30),
    0 0 30px rgba(30,136,255,.11),
    inset 0 1px 0 rgba(255,255,255,.05)!important;
}

/* More subtle background arcs, not over the cards */
.pms-bt-lightning-layer{
  opacity:.35!important;
}

.pms-bt-section-bolt,
.pms-bt-card:nth-child(1)::after,
.pms-bt-card:nth-child(2)::after,
.pms-bt-card:nth-child(3)::after,
.pms-bt-card:nth-child(4)::after,
.pms-bt-card:nth-child(5)::after,
.pms-bt-card:nth-child(6)::after{
  display:none!important;
  animation:none!important;
}

/* Keep section centred and tidy */
.pms-bt-section-head{
  margin-bottom:38px!important;
}

@media(max-width:1050px){
  .pms-bt-cards{
    max-width:820px!important;
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  }
}

@media(max-width:640px){
  .pms-bt-cards{
    max-width:430px!important;
    grid-template-columns:1fr!important;
  }

  .pms-bt-card{
    padding:28px 28px 30px!important;
    min-height:auto!important;
  }

  .pms-bt-card::before{
    left:28px!important;
    right:28px!important;
    top:82px!important;
  }

  .pms-bt-icon{
    width:44px!important;
    min-width:44px!important;
    height:38px!important;
    margin-right:12px!important;
  }

  .pms-bt-card h3{
    width:calc(100% - 60px)!important;
    font-size:20px!important;
  }

  .pms-bt-card p{
    margin-top:26px!important;
  }
}


/* PMS Business IT v2.4
   Rollback-safe fix.
   Based on the last non-broken layout.
   Only fixes service card spacing, inner padding, number badge size, and text alignment. */

.pms-bt-cards{
  width:min(1160px, 100%)!important;
  max-width:1160px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  gap:24px!important;
}

.pms-bt-card{
  box-sizing:border-box!important;
  min-height:215px!important;
  padding:34px 38px 34px!important;
  border-radius:24px!important;
  display:grid!important;
  grid-template-columns:58px minmax(0, 1fr)!important;
  grid-template-rows:auto 1fr!important;
  column-gap:20px!important;
  row-gap:22px!important;
  align-items:start!important;
  text-align:left!important;
  overflow:hidden!important;
}

.pms-bt-card .pms-bt-icon,
.pms-bt-card > .pms-bt-icon{
  grid-column:1!important;
  grid-row:1!important;
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:54px!important;
  min-width:54px!important;
  max-width:54px!important;
  height:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  margin:0!important;
  padding:0!important;
  border-radius:13px!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:900!important;
}

.pms-bt-card h3{
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  position:relative!important;
  left:auto!important;
  transform:none!important;
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  font-size:21px!important;
  line-height:1.25!important;
  text-align:left!important;
  white-space:normal!important;
}

.pms-bt-card p{
  grid-column:1 / -1!important;
  grid-row:2!important;
  position:relative!important;
  left:auto!important;
  transform:none!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  font-size:16.5px!important;
  line-height:1.6!important;
  text-align:left!important;
}

/* inner divider line now respects the card padding */
.pms-bt-card::before{
  left:38px!important;
  right:38px!important;
  top:98px!important;
  width:auto!important;
  max-width:none!important;
}

/* remove the odd visible corner squiggles on some cards */
.pms-bt-card::after{
  display:none!important;
  opacity:0!important;
  animation:none!important;
}

/* keep lightning/background behind content only */
.pms-bt-section-bolt{
  z-index:0!important;
  pointer-events:none!important;
}

.pms-bt-card *{
  position:relative;
  z-index:2;
}

@media(max-width:1050px){
  .pms-bt-cards{
    max-width:820px!important;
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  }
}

@media(max-width:640px){
  .pms-bt-cards{
    max-width:430px!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .pms-bt-card{
    min-height:auto!important;
    padding:28px 28px 30px!important;
    grid-template-columns:52px minmax(0,1fr)!important;
    column-gap:16px!important;
  }

  .pms-bt-card .pms-bt-icon,
  .pms-bt-card > .pms-bt-icon{
    width:50px!important;
    min-width:50px!important;
    max-width:50px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    font-size:18px!important;
  }

  .pms-bt-card h3{
    font-size:20px!important;
  }

  .pms-bt-card p{
    font-size:16px!important;
  }

  .pms-bt-card::before{
    left:28px!important;
    right:28px!important;
    top:90px!important;
  }
}


/* PMS Business IT v2.5
   Tiny badge position adjustment: moves all number boxes slightly further inside the cards. */

.pms-bt-card .pms-bt-icon,
.pms-bt-card > .pms-bt-icon{
  transform:translateX(10px)!important;
}

/* keep the title spacing balanced after shifting the badge */
.pms-bt-card h3{
  padding-left:4px!important;
}

@media(max-width:640px){
  .pms-bt-card .pms-bt-icon,
  .pms-bt-card > .pms-bt-icon{
    transform:translateX(6px)!important;
  }
}


/* PMS Business IT v2.6
   Aligns badge, heading, divider and body text with cleaner inner spacing. */

.pms-bt-card{
  padding-left:44px!important;
  padding-right:44px!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  column-gap:20px!important;
}

/* keep the number bubble naturally inside the card, not visually hanging near the edge */
.pms-bt-card .pms-bt-icon,
.pms-bt-card > .pms-bt-icon{
  transform:none!important;
  margin:0!important;
}

/* heading now lines up cleanly with the shifted badge */
.pms-bt-card h3{
  padding-left:0!important;
  margin-left:0!important;
  align-self:center!important;
}

/* divider respects the same inner padding as the content */
.pms-bt-card::before{
  left:44px!important;
  right:44px!important;
}

/* body copy starts from the same inner content boundary */
.pms-bt-card p{
  padding-left:0!important;
  margin-left:0!important;
}

/* slightly more breathing room on small screens without crowding */
@media(max-width:640px){
  .pms-bt-card{
    padding-left:32px!important;
    padding-right:32px!important;
    grid-template-columns:52px minmax(0,1fr)!important;
    column-gap:16px!important;
  }

  .pms-bt-card::before{
    left:32px!important;
    right:32px!important;
  }
}


/* PMS Business IT v2.7
   Force-fix card content position.
   This moves the number badge and ALL card text inward from the border. */

.pms-bt-cards .pms-bt-card{
  box-sizing:border-box!important;
  padding:36px 46px 36px 46px!important;
  display:block!important;
  min-height:215px!important;
}

/* Number badge: no longer sits on the card edge */
.pms-bt-cards .pms-bt-card > .pms-bt-icon{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  vertical-align:middle!important;
  left:0!important;
  top:0!important;
  transform:none!important;
  width:56px!important;
  min-width:56px!important;
  height:46px!important;
  min-height:46px!important;
  margin:0 20px 0 0!important;
  padding:0!important;
}

/* Heading sits in line with the badge */
.pms-bt-cards .pms-bt-card > h3{
  position:relative!important;
  display:inline-block!important;
  vertical-align:middle!important;
  width:calc(100% - 86px)!important;
  left:0!important;
  top:0!important;
  transform:none!important;
  margin:0!important;
  padding:0!important;
  font-size:21px!important;
  line-height:1.25!important;
}

/* Divider starts from the same inner boundary */
.pms-bt-cards .pms-bt-card::before{
  left:46px!important;
  right:46px!important;
  top:98px!important;
  width:auto!important;
}

/* Body text starts from the same inner boundary, not the border */
.pms-bt-cards .pms-bt-card > p{
  position:relative!important;
  display:block!important;
  left:0!important;
  top:0!important;
  transform:none!important;
  width:100%!important;
  max-width:100%!important;
  margin:30px 0 0 0!important;
  padding:0!important;
  font-size:16.5px!important;
  line-height:1.6!important;
}

/* remove old grid instructions that were visually fighting the layout */
.pms-bt-cards .pms-bt-card,
.pms-bt-cards .pms-bt-card > .pms-bt-icon,
.pms-bt-cards .pms-bt-card > h3,
.pms-bt-cards .pms-bt-card > p{
  grid-column:auto!important;
  grid-row:auto!important;
}

/* keep the cards balanced */
.pms-bt-cards{
  max-width:1160px!important;
  gap:24px!important;
}

@media(max-width:640px){
  .pms-bt-cards .pms-bt-card{
    padding:30px 32px!important;
  }

  .pms-bt-cards .pms-bt-card::before{
    left:32px!important;
    right:32px!important;
    top:90px!important;
  }

  .pms-bt-cards .pms-bt-card > .pms-bt-icon{
    width:50px!important;
    min-width:50px!important;
    height:42px!important;
    min-height:42px!important;
    margin-right:14px!important;
  }

  .pms-bt-cards .pms-bt-card > h3{
    width:calc(100% - 68px)!important;
    font-size:20px!important;
  }

  .pms-bt-cards .pms-bt-card > p{
    margin-top:26px!important;
  }
}

/* =========================================================
   PMS Business IT v2.8
   Kadence header/footer compatibility fix.
   Keeps the theme header/footer visible, removes the white/grey
   page shell, and stops old full-bleed offset rules from pushing
   the page sideways.
========================================================= */

html,
body {
  overflow-x: hidden !important;
}

body.pms-business-it-active {
  background: #07111B !important;
  overflow-x: hidden !important;
}

/* Hide Kadence default page title/hero area only on this page */
body.pms-business-it-active .entry-hero,
body.pms-business-it-active .entry-hero-container-inner,
body.pms-business-it-active .entry-header,
body.pms-business-it-active .page-header,
body.pms-business-it-active .entry-title,
body.pms-business-it-active .page-title,
body.pms-business-it-active .wp-block-post-title,
body.pms-business-it-active h1.entry-title {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove the Kadence white/grey wrapper gap */
body.pms-business-it-active #page,
body.pms-business-it-active #inner-wrap,
body.pms-business-it-active #content,
body.pms-business-it-active #primary,
body.pms-business-it-active #main,
body.pms-business-it-active .site,
body.pms-business-it-active .site-main,
body.pms-business-it-active .site-content,
body.pms-business-it-active .content-area,
body.pms-business-it-active .content-container,
body.pms-business-it-active .content-bg,
body.pms-business-it-active .content-wrap,
body.pms-business-it-active .site-container,
body.pms-business-it-active .entry,
body.pms-business-it-active article,
body.pms-business-it-active .entry-content-wrap,
body.pms-business-it-active .entry-content,
body.pms-business-it-active .wp-block-post-content,
body.pms-business-it-active .wp-site-blocks,
body.pms-business-it-active .wp-block-group {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #07111B !important;
  box-shadow: none !important;
}

body.pms-business-it-active .entry-content > *,
body.pms-business-it-active .wp-block-post-content > * {
  max-width: none !important;
}

/* Old header plugin spacer must stay off now Kadence controls the header */
body.pms-business-it-active .pms-ul-header-spacer {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Safe full-width behaviour without sideways offset */
body.pms-business-it-active .pms-bt-full-bleed,
body.pms-business-it-active .entry-content > .pms-bt-page,
body.pms-business-it-active .wp-block-post-content > .pms-bt-page,
body.pms-business-it-active .entry-content > .pms-bt-full-bleed,
body.pms-business-it-active .wp-block-post-content > .pms-bt-full-bleed {
  position: relative !important;
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.pms-business-it-active .pms-bt-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #111315 !important;
}

/* Start the Business IT page directly under the Kadence header */
body.pms-business-it-active .pms-bt-hero {
  margin-top: 0 !important;
  padding-top: 62px !important;
}

@media (max-width: 640px) {
  body.pms-business-it-active .pms-bt-hero {
    padding-top: 46px !important;
  }
}

/* =========================================================
   PMS Business IT v2.9
   Text contrast pass.
   Brightens headings and body copy while keeping the same dark electric theme.
========================================================= */

body.pms-business-it-active .pms-bt-page {
  color: #FFFFFF !important;
}

body.pms-business-it-active .pms-bt-kicker {
  color: #4FC3FF !important;
  text-shadow: 0 0 12px rgba(79, 195, 255, 0.45) !important;
}

body.pms-business-it-active .pms-bt-hero h1,
body.pms-business-it-active .pms-bt-section h2,
body.pms-business-it-active .pms-bt-band h2,
body.pms-business-it-active .pms-bt-cta h2,
body.pms-business-it-active .pms-bt-process-copy h2,
body.pms-business-it-active .pms-bt-section-head h2 {
  color: #FFFFFF !important;
  opacity: 1 !important;
  text-shadow:
    0 0 18px rgba(30, 136, 255, 0.28),
    0 2px 0 rgba(0, 0, 0, 0.25) !important;
}

body.pms-business-it-active .pms-bt-hero h1::first-line {
  color: #FFFFFF !important;
}

body.pms-business-it-active .pms-bt-lead,
body.pms-business-it-active .pms-bt-section-head p:not(.pms-bt-kicker),
body.pms-business-it-active .pms-bt-band p,
body.pms-business-it-active .pms-bt-cta p,
body.pms-business-it-active .pms-bt-steps p,
body.pms-business-it-active .pms-bt-checks p {
  color: #E6F2FF !important;
  opacity: 1 !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35) !important;
}

body.pms-business-it-active .pms-bt-card h3,
body.pms-business-it-active .pms-bt-steps h3,
body.pms-business-it-active .pms-bt-status-card strong,
body.pms-business-it-active .pms-bt-mini-grid strong {
  color: #FFFFFF !important;
  opacity: 1 !important;
  text-shadow: 0 0 12px rgba(30, 136, 255, 0.22) !important;
}

body.pms-business-it-active .pms-bt-card p,
body.pms-business-it-active .pms-bt-mini-grid span {
  color: #DDEBFA !important;
  opacity: 1 !important;
}

body.pms-business-it-active .pms-bt-card {
  background:
    radial-gradient(circle at 12% 8%, rgba(30, 136, 255, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(19, 27, 35, 0.99), rgba(11, 16, 22, 0.99)) !important;
  border-color: rgba(79, 195, 255, 0.34) !important;
}

body.pms-business-it-active .pms-bt-section {
  background:
    radial-gradient(circle at 10% 28%, rgba(30, 136, 255, 0.075), transparent 26%),
    radial-gradient(circle at 88% 45%, rgba(79, 195, 255, 0.06), transparent 30%),
    #111315 !important;
}

body.pms-business-it-active .pms-bt-band {
  background:
    radial-gradient(circle at 20% 50%, rgba(30, 136, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #121A24, #101315) !important;
}
