/* CH OS v169 - title standardizer for non-dashboard client pages only */
html.cp-page-start-service body,
html.cp-page-new-service body,
html.cp-page-plan-upgrade body{
  overflow-x:hidden!important;
}

/* The dashboard is intentionally excluded. */
html.cp-page-start-service .cp-service-stage-v79,
html.cp-page-new-service .form-wrap.compact,
html.cp-page-plan-upgrade .form-wrap.compact{
  width:min(1180px, calc(100vw - 90px))!important;
  margin:0 auto!important;
}

html.cp-page-start-service .cp-service-hero-v79,
html.cp-page-new-service .form-card > .form-intro,
html.cp-page-plan-upgrade .form-card > .form-intro{
  position:relative!important;
  width:100%!important;
  min-height:176px!important;
  margin:0 0 28px 0!important;
  padding:38px 44px!important;
  border:1px solid rgba(255,176,30,.34)!important;
  border-radius:28px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,176,30,.18), transparent 34%),
    linear-gradient(135deg, rgba(255,176,30,.10), rgba(18,19,24,.94) 42%, rgba(10,11,14,.98))!important;
  box-shadow:0 22px 70px rgba(0,0,0,.34)!important;
}
html.cp-page-start-service .cp-service-hero-v79:after,
html.cp-page-new-service .form-card > .form-intro:after,
html.cp-page-plan-upgrade .form-card > .form-intro:after{
  content:""!important;
  position:absolute!important;
  right:-58px!important;
  bottom:-72px!important;
  width:230px!important;
  height:230px!important;
  border-radius:50%!important;
  background:rgba(255,176,30,.08)!important;
  pointer-events:none!important;
}
html.cp-page-start-service .cp-service-hero-v79:before,
html.cp-page-new-service .form-card > .form-intro:before,
html.cp-page-plan-upgrade .form-card > .form-intro:before{
  content:""!important;
  position:absolute!important;
  left:36px!important;
  top:34px!important;
  width:42px!important;
  height:4px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#ffae16,#ffd066)!important;
  pointer-events:none!important;
}

html.cp-page-start-service .cp-service-hero-v79 .kicker,
html.cp-page-new-service .form-card > .form-intro .kicker,
html.cp-page-plan-upgrade .form-card > .form-intro .kicker{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  margin:0 0 14px 0!important;
  padding-left:0!important;
  color:#ffb21b!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  line-height:1.15!important;
}
html.cp-page-start-service .cp-service-hero-v79 .kicker:before,
html.cp-page-new-service .form-card > .form-intro .kicker:before,
html.cp-page-plan-upgrade .form-card > .form-intro .kicker:before{
  display:none!important;
}

html.cp-page-start-service .cp-service-hero-v79 h1,
html.cp-page-new-service .form-card > .form-intro h2,
html.cp-page-plan-upgrade .form-card > .form-intro h2{
  position:relative!important;
  z-index:2!important;
  max-width:930px!important;
  margin:0 auto 16px auto!important;
  color:#f7f1e8!important;
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
  font-size:clamp(38px, 4.6vw, 70px)!important;
  line-height:.94!important;
  letter-spacing:-.065em!important;
  font-weight:950!important;
  text-wrap:balance!important;
}
html.cp-page-new-service .form-card > .form-intro h2,
html.cp-page-plan-upgrade .form-card > .form-intro h2{
  font-size:clamp(34px, 3.8vw, 58px)!important;
}

html.cp-page-start-service .cp-service-hero-v79 p,
html.cp-page-new-service .form-card > .form-intro p,
html.cp-page-plan-upgrade .form-card > .form-intro p{
  position:relative!important;
  z-index:2!important;
  max-width:760px!important;
  margin:0 auto!important;
  color:rgba(247,241,232,.72)!important;
  font-size:clamp(15px, 1.1vw, 18px)!important;
  line-height:1.55!important;
  font-weight:600!important;
  text-wrap:balance!important;
}

html.cp-page-plan-upgrade .form-card > .form-intro .btn{
  position:absolute!important;
  z-index:3!important;
  right:32px!important;
  top:32px!important;
  margin:0!important;
}

/* Keep the actual form as the second visual block, aligned like the polished tools pages. */
html.cp-page-new-service .form-card,
html.cp-page-plan-upgrade .form-card{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html.cp-page-new-service .form-card > :not(.form-intro),
html.cp-page-plan-upgrade .form-card > :not(.form-intro){
  max-width:100%!important;
}
html.cp-page-new-service .form-card .form-grid,
html.cp-page-plan-upgrade .form-card .form-grid,
html.cp-page-new-service .form-card > label,
html.cp-page-plan-upgrade .form-card > label,
html.cp-page-new-service .form-card > textarea,
html.cp-page-plan-upgrade .form-card > textarea,
html.cp-page-new-service .form-card > select,
html.cp-page-plan-upgrade .form-card > select,
html.cp-page-new-service .form-card .plan-grid,
html.cp-page-plan-upgrade .form-card .plan-grid,
html.cp-page-new-service .form-card .actions,
html.cp-page-plan-upgrade .form-card .actions,
html.cp-page-new-service .form-card .hint,
html.cp-page-plan-upgrade .form-card .hint,
html.cp-page-new-service .form-card .cp-flash,
html.cp-page-plan-upgrade .form-card .cp-flash{
  position:relative!important;
  z-index:1!important;
}
html.cp-page-new-service .form-card{
  padding:34px 38px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 0 0, rgba(255,176,30,.13), transparent 28%),
    linear-gradient(180deg, rgba(25,26,31,.96), rgba(10,11,13,.98))!important;
}
html.cp-page-plan-upgrade .form-card{
  padding:34px 38px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 0 0, rgba(255,176,30,.13), transparent 28%),
    linear-gradient(180deg, rgba(25,26,31,.96), rgba(10,11,13,.98))!important;
}

@media (max-width: 900px){
  html.cp-page-start-service .cp-service-stage-v79,
  html.cp-page-new-service .form-wrap.compact,
  html.cp-page-plan-upgrade .form-wrap.compact{width:min(100%, calc(100vw - 28px))!important;}
  html.cp-page-start-service .cp-service-hero-v79,
  html.cp-page-new-service .form-card > .form-intro,
  html.cp-page-plan-upgrade .form-card > .form-intro{padding:34px 24px!important;border-radius:24px!important;}
  html.cp-page-plan-upgrade .form-card > .form-intro .btn{position:relative!important;right:auto!important;top:auto!important;margin-top:18px!important;}
  html.cp-page-new-service .form-card,
  html.cp-page-plan-upgrade .form-card{padding:24px 18px!important;border-radius:24px!important;}
}