/* Launch subpages — War Room polish (spacing, grids, conversion bands). No hero/starfield. */
.subpage-hero-pad{ padding-top:clamp(140px,14vh,168px)!important; }
.subpage-grid-2{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.pricing-memo-band{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:16px;
  margin-top:36px; padding:18px 22px; border-radius:16px;
  background:linear-gradient(135deg,rgba(0,229,255,.08),rgba(255,95,31,.06));
  border:1px solid rgba(0,229,255,.22);
}
.pricing-memo-band__copy{ max-width:52ch; }
.pricing-memo-band__title{ font:700 15px/1.3 "Space Grotesk"; color:#fff; margin:0 0 4px; }
.pricing-memo-band__sub{ font:500 13px/1.5 "Inter"; color:var(--mut); margin:0; }
.pricing-memo-band__price{ font:800 22px/1 "Space Grotesk"; color:var(--cyan); margin-top:6px; }
.subpage-cta-band{
  margin-top:48px; padding:28px 24px; border-radius:18px; text-align:center;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08);
}
.subpage-cta-band h3{ font-size:clamp(20px,3vw,26px); margin:0 0 8px; }
.subpage-cta-band p{ margin:0 auto 18px; max-width:48ch; color:var(--mut); font-size:14px; line-height:1.55; }
.launch-foot{ padding:32px 0 40px; border-top:1px solid rgba(255,255,255,.06); }
.launch-foot .foot__legal{ font-size:12.5px; line-height:1.65; text-align:center; max-width:74ch; margin-inline:auto; }
.launch-foot .foot__links{ display:flex; flex-wrap:wrap; gap:8px 14px; justify-content:center; margin-bottom:10px; }
.launch-foot .foot__links a{ color:var(--cyan); font:600 13px/1 "Space Grotesk"; text-decoration:none; }
.launch-foot .foot__links a:hover{ opacity:.85; }
@media (max-width:860px){
  .subpage-grid-2{ grid-template-columns:1fr; }
  .conn-hero{ padding:clamp(96px,12vw,120px) 0 56px; }
  .pricing-memo-band{ flex-direction:column; align-items:stretch; text-align:left; }
  .pricing-memo-band .btn{ width:100%; justify-content:center; }
  .launch-foot{ padding:28px 0 36px; }
}
