/* CyberPTS Business Services v2 — isolated, responsive, no horizontal overflow */
.business-services-v2{
  background:
    radial-gradient(circle at 90% 4%,rgba(33,212,168,.10),transparent 30%),
    radial-gradient(circle at 8% 12%,rgba(124,92,255,.15),transparent 32%),
    linear-gradient(180deg,#07111d,#081522 68%,#07111d)!important;
}

.business-services-v2 .site-shell{
  overflow:visible;
}

.biz2-page,
.biz2-page *,
.biz2-page *::before,
.biz2-page *::after{
  box-sizing:border-box;
}

.biz2-page{
  width:100%;
  min-width:0;
  padding:30px 0 84px;
  overflow:hidden;
}

.biz2-page :is(h1,h2,h3,p,ul){
  margin-top:0;
}

.biz2-label{
  display:inline-flex;
  max-width:100%;
  margin-bottom:14px;
  padding:8px 12px;
  border:1px solid rgba(124,92,255,.24);
  border-radius:999px;
  color:#ddd7ff;
  background:rgba(124,92,255,.11);
  font-size:13px;
  font-weight:800;
}

.biz2-hero{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);
  gap:28px;
  align-items:center;
  min-height:520px;
  padding:34px 0 58px;
}

.biz2-hero-copy,
.biz2-summary,
.biz2-section,
.biz2-card,
.biz2-contact-copy,
.biz2-form{
  min-width:0;
}

.biz2-hero h1{
  max-width:760px;
  margin-bottom:18px;
  font-size:clamp(42px,5.2vw,68px);
  line-height:1.08;
  text-wrap:balance;
}

.biz2-hero-copy>p{
  max-width:710px;
  margin-bottom:24px;
  color:#bdccda;
  font-size:clamp(18px,1.7vw,21px);
  line-height:1.9;
}

.biz2-actions{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
}

.biz2-actions .btn{
  min-height:50px;
}

.biz2-trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}

.biz2-trust span{
  padding:8px 11px;
  border:1px solid rgba(33,212,168,.17);
  border-radius:999px;
  color:#cce6df;
  background:rgba(33,212,168,.07);
  font-size:13px;
  font-weight:700;
}

.biz2-summary{
  padding:27px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0,rgba(124,92,255,.12),transparent 44%),
    linear-gradient(180deg,rgba(16,29,45,.96),rgba(13,24,37,.94));
  box-shadow:0 26px 72px rgba(0,0,0,.26);
}

.biz2-summary-kicker{
  color:#8ff5d8;
  font-size:13px;
  font-weight:800;
}

.biz2-summary h2{
  margin:10px 0 22px;
  font-size:clamp(27px,3vw,39px);
  line-height:1.25;
}

.biz2-summary-list{
  display:grid;
  gap:10px;
}

.biz2-summary-list div{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding:13px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:17px;
  background:rgba(255,255,255,.025);
}

.biz2-summary-list strong{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:#e5dfff;
  background:rgba(124,92,255,.15);
}

.biz2-summary-list span{
  color:#d7e5f2;
  line-height:1.65;
}

.biz2-section{
  padding:55px 0;
}

.biz2-section-head{
  max-width:850px;
  margin-bottom:28px;
}

.biz2-section-head h2,
.biz2-output h2,
.biz2-contact-copy h2{
  margin-bottom:14px;
  font-size:clamp(34px,4.1vw,54px);
  line-height:1.15;
  text-wrap:balance;
}

.biz2-section-head p,
.biz2-output p,
.biz2-contact-copy p{
  color:#b9c8d7;
  font-size:18px;
  line-height:1.85;
}

.biz2-services{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.biz2-card{
  position:relative;
  min-height:292px;
  padding:25px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:25px;
  background:linear-gradient(180deg,rgba(16,29,45,.95),rgba(13,24,37,.93));
  box-shadow:0 22px 62px rgba(0,0,0,.22);
}

.biz2-card::after{
  content:"";
  position:absolute;
  inset:auto -65px -95px auto;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(124,92,255,.13),transparent 69%);
  pointer-events:none;
}

.biz2-card-featured{
  border-color:rgba(33,212,168,.24);
  background:
    radial-gradient(circle at 100% 0,rgba(33,212,168,.08),transparent 42%),
    linear-gradient(180deg,rgba(16,29,45,.97),rgba(13,24,37,.94));
}

.biz2-card>span{
  display:inline-flex;
  margin-bottom:15px;
  padding:6px 9px;
  border:1px solid rgba(124,92,255,.22);
  border-radius:999px;
  color:#ddd7ff;
  background:rgba(124,92,255,.12);
  font-size:12px;
  font-weight:800;
}

.biz2-card h3{
  margin-bottom:11px;
  font-size:25px;
  line-height:1.35;
}

.biz2-card p{
  color:#b9c8d7;
  line-height:1.8;
}

.biz2-card ul{
  display:grid;
  gap:9px;
  margin:17px 0 0;
  padding:0;
  list-style:none;
}

.biz2-card li{
  color:#e8f2fc;
  line-height:1.65;
}

.biz2-card li::before{
  content:"✓";
  margin-left:8px;
  color:#21d4a8;
  font-weight:900;
}

.biz2-output{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
  gap:24px;
  align-items:center;
  margin:24px 0;
  padding:34px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:29px;
  background:
    radial-gradient(circle at 100% 0,rgba(124,92,255,.11),transparent 42%),
    linear-gradient(180deg,rgba(16,29,45,.95),rgba(13,24,37,.92));
}

.biz2-output-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}

.biz2-output-list span{
  min-height:76px;
  display:flex;
  align-items:center;
  padding:15px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:17px;
  color:#eaf4ff;
  background:rgba(255,255,255,.025);
  font-weight:700;
}

.biz2-output-list span::before{
  content:"✓";
  margin-left:9px;
  color:#21d4a8;
}

.biz2-contact{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:30px;
  align-items:start;
  padding-top:72px;
}

.biz2-contact-copy{
  position:sticky;
  top:112px;
  padding-top:12px;
}

.biz2-form{
  display:grid;
  gap:16px;
  width:100%;
  padding:27px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(16,29,45,.96),rgba(13,24,37,.93));
  box-shadow:0 24px 70px rgba(0,0,0,.25);
}

.biz2-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
}

.biz2-form label{
  min-width:0;
  display:grid;
  gap:7px;
  color:#edf6ff;
  font-weight:700;
}

.biz2-form input,
.biz2-form select,
.biz2-form textarea{
  width:100%;
  min-width:0;
  max-width:100%;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  color:#eef6ff;
  background:#0e1927;
  font:inherit;
  font-size:16px;
}

.biz2-form textarea{
  min-height:150px;
  resize:vertical;
}

.biz2-form button{
  width:100%;
  min-height:54px;
}

.biz2-success,
.biz2-errors{
  padding:13px 15px;
  border-radius:14px;
  font-weight:700;
}

.biz2-success{
  color:#b9ffe7;
  border:1px solid rgba(33,212,168,.23);
  background:rgba(33,212,168,.10);
}

.biz2-errors{
  color:#ffc5ce;
  border:1px solid rgba(255,80,105,.22);
  background:rgba(255,80,105,.10);
}

.biz2-errors p{
  margin:0;
}

.biz2-errors p+p{
  margin-top:6px;
}

@media(max-width:1000px){
  .biz2-services{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:820px){
  .business-services-v2{
    overflow-x:hidden;
    overscroll-behavior-x:none;
  }

  .biz2-page{
    overflow:hidden;
    padding-top:8px;
  }

  .biz2-hero,
  .biz2-output,
  .biz2-contact{
    grid-template-columns:1fr;
  }

  .biz2-hero{
    min-height:0;
    gap:22px;
    padding:28px 0 42px;
  }

  .biz2-hero h1{
    font-size:clamp(36px,10vw,48px);
  }

  .biz2-summary{
    padding:21px;
  }

  .biz2-contact-copy{
    position:static;
  }
}

@media(max-width:620px){
  .biz2-page{
    width:100%;
    max-width:100%;
  }

  .biz2-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .biz2-actions .btn{
    width:100%;
  }

  .biz2-trust{
    display:grid;
    grid-template-columns:1fr;
  }

  .biz2-trust span{
    width:100%;
    text-align:center;
  }

  .biz2-services,
  .biz2-output-list,
  .biz2-form-grid{
    grid-template-columns:1fr;
  }

  .biz2-section{
    padding:42px 0;
  }

  .biz2-card,
  .biz2-form,
  .biz2-output{
    padding:20px;
    border-radius:22px;
  }

  .biz2-card{
    min-height:0;
  }

  .biz2-section-head h2,
  .biz2-output h2,
  .biz2-contact-copy h2{
    font-size:clamp(31px,9vw,40px);
  }
}

/* v86: compact mobile introduction spacing */
@media(max-width:820px){
  .biz2-page{padding-top:0!important}
  .biz2-hero{padding-top:12px!important}
}
@media(max-width:430px){
  .biz2-hero{padding-top:8px!important}
}

