/* =========================================================
   CROSSMERG CLIENT PORTALS DESTINATION PAGE
   File: assets/themes/crossmerg/custom/css/client-portals.css
   Created: 2026-08-03 06:15 PT
   Updated: 2026-08-04 05:34 AM PT

   Change Set:
   - Creates the new Client Portals destination-page visual system.
   - Uses the frozen Website Services page as the structural baseline.
   - Adds only Client Portals page-scoped styling and interactions.
   - Preserves the shared hero, Bootstrap, loader, portal shell, and global contracts.
   ========================================================= */

body.marketing-site .cm-page--client-portals{
  overflow-x:clip;
}

body.marketing-site .cm-page--client-portals .cm-cp-section-head{
  max-width:850px;
  margin-bottom:clamp(1.75rem,4vw,3rem);
}

body.marketing-site .cm-page--client-portals .cm-cp-section-head.cm-heading-center{
  margin-left:auto;
  margin-right:auto;
}

body.marketing-site .cm-page--client-portals .cm-cp-section-head .cm-section-title{
  margin-top:0;
  margin-bottom:.75rem;
  font-size:clamp(2rem,4vw,3.35rem);
  line-height:1.04;
  letter-spacing:-.038em;
}

body.marketing-site .cm-page--client-portals .cm-cp-section-head .cm-section-subtitle{
  max-width:760px;
  margin-bottom:0;
  font-size:clamp(1rem,1.5vw,1.1rem);
  line-height:1.7;
}

body.marketing-site .cm-page--client-portals .cm-cp-scroll{
  margin-top:clamp(1.5rem,3vw,2.25rem);
}

/* HERO — shared contract ownership retained
   No page-specific width, transform, positioning, or aspect-ratio overrides.
*/

/* SHARED SECTION RHYTHM */
body.marketing-site .cm-page--client-portals #client-portals-problems,
body.marketing-site .cm-page--client-portals #client-portals-jobs,
body.marketing-site .cm-page--client-portals #client-portals-lifecycle,
body.marketing-site .cm-page--client-portals #client-portals-capabilities,
body.marketing-site .cm-page--client-portals #client-portals-transformation,
body.marketing-site .cm-page--client-portals #client-portals-results,
body.marketing-site .cm-page--client-portals #client-portals-faq{
  padding-top:clamp(4rem,7vw,6.5rem);
  padding-bottom:clamp(3.5rem,6vw,5.5rem);
}

/* PROBLEM CARDS */
body.marketing-site .cm-page--client-portals .cm-cp-problems__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card{
  --cm-cp-problem-accent:62,121,209;
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  padding:1.35rem;
  border:1px solid rgba(var(--cm-cp-problem-accent),.20);
  border-radius:21px;
  background:
    linear-gradient(
      145deg,
      rgba(var(--cm-cp-problem-accent),.075),
      rgba(255,255,255,.94) 42%
    );
  box-shadow:0 16px 38px rgba(15,23,42,.08);
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(
    180deg,
    rgba(var(--cm-cp-problem-accent),.90),
    rgba(var(--cm-cp-problem-accent),.22)
  );
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card--blue{--cm-cp-problem-accent:62,121,209;}
body.marketing-site .cm-page--client-portals .cm-cp-problem-card--violet{--cm-cp-problem-accent:128,90,213;}
body.marketing-site .cm-page--client-portals .cm-cp-problem-card--rose{--cm-cp-problem-accent:209,62,121;}
body.marketing-site .cm-page--client-portals .cm-cp-problem-card--gold{--cm-cp-problem-accent:209,150,62;}
body.marketing-site .cm-page--client-portals .cm-cp-problem-card--green{--cm-cp-problem-accent:62,209,150;}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card__topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1.05rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card__icon{
  display:inline-flex;
  width:3.35rem;
  height:3.35rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(var(--cm-cp-problem-accent),.18);
  border-radius:17px;
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 26px rgba(15,23,42,.09);
  font-size:1.32rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card__number{
  display:inline-flex;
  min-width:2.25rem;
  min-height:2.25rem;
  align-items:center;
  justify-content:center;
  padding:.35rem .55rem;
  border:1px solid rgba(var(--cm-cp-problem-accent),.18);
  border-radius:999px;
  background:rgba(var(--cm-cp-problem-accent),.08);
  color:rgb(var(--cm-cp-problem-accent));
  font-size:.69rem;
  font-weight:950;
  line-height:1;
  letter-spacing:.09em;
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card__body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-width:0;
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card h3{
  margin:0 0 .5rem;
  color:var(--cm-ink,#0f172a);
  font-size:1.08rem;
  line-height:1.23;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card__body > p{
  margin:0;
  color:var(--cm-muted-strong,#475569);
  font-size:.92rem;
  line-height:1.62;
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card__impact{
  display:grid;
  gap:.35rem;
  margin-top:auto;
  padding:1rem 0 0;
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card__impact::before{
  content:"";
  display:block;
  width:100%;
  height:1px;
  margin-bottom:.55rem;
  background:linear-gradient(
    90deg,
    rgba(var(--cm-cp-problem-accent),.32),
    rgba(var(--cm-cp-problem-accent),.04)
  );
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card__impact-label{
  color:rgb(var(--cm-cp-problem-accent));
  font-size:.67rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-problem-card__impact-text{
  color:rgba(15,23,42,.80);
  font-size:.86rem;
  font-weight:780;
  line-height:1.46;
}

@media (hover:hover){
  body.marketing-site .cm-page--client-portals .cm-cp-problem-card:hover{
    transform:translateY(-4px);
    border-color:rgba(var(--cm-cp-problem-accent),.38);
    box-shadow:0 25px 56px rgba(15,23,42,.13);
  }
}


/* WEBSITE JOBS — strategic bridge */
body.marketing-site .cm-page--client-portals .cm-cp-jobs__layout{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:clamp(2rem,5vw,5rem);
  align-items:start;
}

body.marketing-site .cm-page--client-portals .cm-cp-jobs__layout > .cm-cp-section-head{
  position:sticky;
  top:7rem;
  margin-bottom:0;
}

body.marketing-site .cm-page--client-portals .cm-cp-jobs__statement{
  display:grid;
  grid-template-columns:3.2rem minmax(0,1fr);
  gap:1rem;
  align-items:start;
  margin-top:1.4rem;
  padding:1.15rem;
  border:1px solid rgba(62,121,209,.20);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(62,121,209,.08),rgba(255,255,255,.92));
  box-shadow:0 14px 32px rgba(15,23,42,.07);
}

body.marketing-site .cm-page--client-portals .cm-cp-jobs__statement > span{
  display:inline-flex;
  width:3.2rem;
  height:3.2rem;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#fff;
  color:var(--cm-brand,#3e79d1);
  box-shadow:0 10px 24px rgba(15,23,42,.09);
  font-size:1.1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-jobs__statement p{
  margin:0;
  color:var(--cm-muted-strong,#475569);
  font-size:.94rem;
  line-height:1.65;
}

body.marketing-site .cm-page--client-portals .cm-cp-jobs__statement strong{
  color:var(--cm-ink,#0f172a);
}

body.marketing-site .cm-page--client-portals .cm-cp-jobs__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:1.35rem;
  border:1px solid rgba(148,163,184,.24);
  border-radius:20px;
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 38px rgba(15,23,42,.08);
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1.1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card__number{
  display:inline-flex;
  min-width:2.4rem;
  min-height:2.4rem;
  align-items:center;
  justify-content:center;
  padding:.35rem .55rem;
  border-radius:999px;
  background:rgba(62,121,209,.09);
  color:var(--cm-brand,#3e79d1);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card__icon{
  display:inline-flex;
  width:3rem;
  height:3rem;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:linear-gradient(135deg,rgba(62,121,209,.10),rgba(128,90,213,.10));
  box-shadow:inset 0 0 0 1px rgba(62,121,209,.10);
  font-size:1.2rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card h3{
  margin:0 0 .5rem;
  color:var(--cm-ink,#0f172a);
  font-size:1.16rem;
  line-height:1.22;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card > p:not(.cm-cp-job-card__proof){
  margin:0;
  color:var(--cm-muted-strong,#475569);
  font-size:.94rem;
  line-height:1.62;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card__proof{
  margin:auto 0 0;
  padding-top:1rem;
  color:var(--cm-brand,#3e79d1);
  font-size:.76rem;
  font-weight:850;
  line-height:1.45;
  letter-spacing:.015em;
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-jobs__layout{
    grid-template-columns:1fr;
    gap:1.5rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-jobs__layout > .cm-cp-section-head{
    position:static;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-jobs__grid{
    grid-template-columns:1fr;
  }
}

/* WEBSITE LIFECYCLE */
body.marketing-site .cm-page--client-portals #client-portals-lifecycle{
  position:relative;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.4rem;
  margin:0;
  padding:0;
  list-style:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid::before{
  content:"";
  position:absolute;
  top:3.1rem;
  left:7%;
  right:7%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(62,121,209,.35),rgba(128,90,213,.40),rgba(209,150,62,.42),rgba(62,209,150,.42),rgba(209,62,121,.34));
  z-index:0;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:1.55rem;
  border:1px solid rgba(148,163,184,.24);
  border-top:4px solid rgba(62,121,209,.62);
  border-radius:20px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 42px rgba(15,23,42,.10);
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(2){border-top-color:rgba(128,90,213,.62);}
body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(3){border-top-color:rgba(209,150,62,.72);}
body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(4){border-top-color:rgba(62,209,150,.72);}
body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(5){border-top-color:rgba(62,121,209,.72);}
body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(6){border-top-color:rgba(209,62,121,.60);}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:2.75rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card__step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:2.25rem;
  min-height:2.25rem;
  padding:.35rem .55rem;
  border:1px solid rgba(62,121,209,.22);
  border-radius:999px;
  background:rgba(62,121,209,.09);
  color:var(--cm-brand,#3e79d1);
  font-size:.72rem;
  font-weight:900;
  line-height:1;
  letter-spacing:.08em;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card__icon{
  display:inline-flex;
  width:3.25rem;
  height:3.25rem;
  flex:0 0 3.25rem;
  align-items:center;
  justify-content:center;
  border:5px solid rgba(255,255,255,.96);
  border-radius:999px;
  background:rgba(62,121,209,.10);
  box-shadow:0 0 0 1px rgba(62,121,209,.18),0 14px 28px rgba(15,23,42,.12);
  font-size:1.25rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card h3{
  margin:0 0 .5rem;
  color:var(--cm-ink,#0f172a);
  font-size:1.22rem;
  line-height:1.22;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card p{
  margin:0;
  color:var(--cm-muted-strong,#475569);
  font-size:.97rem;
  line-height:1.64;
}

@media (min-width:992px){
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:not(:nth-child(3)):not(:nth-child(6))::after{
    content:"→";
    position:absolute;
    top:50%;
    right:-1.05rem;
    z-index:3;
    display:inline-flex;
    width:1.8rem;
    height:1.8rem;
    align-items:center;
    justify-content:center;
    transform:translateY(-50%);
    border:1px solid rgba(62,121,209,.20);
    border-radius:999px;
    background:#fff;
    color:var(--cm-brand,#3e79d1);
    box-shadow:0 8px 18px rgba(15,23,42,.10);
    font-size:.85rem;
    font-weight:900;
    pointer-events:none;
  }
}

/* CAPABILITIES */
body.marketing-site .cm-page--client-portals .cm-cp-capabilities__grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:1.1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-capability-card{
  --cm-cp-capability-accent:62,121,209;
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  padding:1.3rem;
  border:1px solid rgba(var(--cm-cp-capability-accent),.22);
  border-radius:20px;
  background:
    linear-gradient(145deg,rgba(var(--cm-cp-capability-accent),.10),rgba(255,255,255,.92) 44%),
    rgba(255,255,255,.86);
  box-shadow:0 18px 42px rgba(15,23,42,.09);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

body.marketing-site .cm-page--client-portals .cm-cp-capability-card--blue{--cm-cp-capability-accent:62,121,209;}
body.marketing-site .cm-page--client-portals .cm-cp-capability-card--violet{--cm-cp-capability-accent:128,90,213;}
body.marketing-site .cm-page--client-portals .cm-cp-capability-card--rose{--cm-cp-capability-accent:209,62,121;}
body.marketing-site .cm-page--client-portals .cm-cp-capability-card--gold{--cm-cp-capability-accent:209,150,62;}
body.marketing-site .cm-page--client-portals .cm-cp-capability-card--green{--cm-cp-capability-accent:62,209,150;}

body.marketing-site .cm-page--client-portals .cm-cp-capability-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.85rem;
  margin-bottom:1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-capability-card__icon{
  display:inline-flex;
  width:3.4rem;
  height:3.4rem;
  flex:0 0 3.4rem;
  align-items:center;
  justify-content:center;
  margin:0;
  border:1px solid rgba(var(--cm-cp-capability-accent),.18);
  border-radius:17px;
  background:rgba(255,255,255,.90);
  box-shadow:
    0 12px 26px rgba(15,23,42,.09),
    inset 0 0 0 1px rgba(255,255,255,.72);
  font-size:1.35rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-capability-card__kicker{
  display:inline-flex;
  align-items:center;
  min-height:1.75rem;
  padding:.35rem .62rem;
  border:1px solid rgba(var(--cm-cp-capability-accent),.18);
  border-radius:999px;
  background:rgba(var(--cm-cp-capability-accent),.08);
  color:rgb(var(--cm-cp-capability-accent));
  font-size:.65rem;
  font-weight:900;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-capability-card__body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
}

body.marketing-site .cm-page--client-portals .cm-cp-capability-card h3{
  margin:0 0 .5rem;
  color:var(--cm-ink,#0f172a);
  font-size:1.08rem;
  line-height:1.22;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-capability-card p{
  margin:0;
  color:var(--cm-muted-strong,#475569);
  font-size:.91rem;
  line-height:1.58;
}

body.marketing-site .cm-page--client-portals .cm-cp-capability-card__line{
  width:3.2rem;
  height:4px;
  margin-top:1.15rem;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(var(--cm-cp-capability-accent),.95),rgba(var(--cm-cp-capability-accent),.24));
}

@media (hover:hover){
  body.marketing-site .cm-page--client-portals .cm-cp-capability-card{
    transition:transform 170ms ease,box-shadow 170ms ease,border-color 170ms ease;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-capability-card:hover{
    transform:translateY(-4px);
    border-color:rgba(var(--cm-cp-capability-accent),.42);
    box-shadow:0 26px 58px rgba(15,23,42,.14);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-capability-card:hover .cm-cp-capability-card__icon{
    transform:translateY(-1px) scale(1.03);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-capability-card__icon{
    transition:transform 170ms ease;
  }
}


/* BEFORE / AFTER */
body.marketing-site .cm-page--client-portals .cm-cp-transformation__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 7.25rem minmax(0,1fr);
  gap:1.4rem;
  align-items:stretch;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card{
  position:relative;
  min-height:100%;
  overflow:hidden;
  padding:clamp(1.45rem,3vw,2.15rem);
  border:1px solid rgba(148,163,184,.24);
  border-radius:26px;
  background:#fff;
  box-shadow:0 24px 58px rgba(15,23,42,.12);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:5px;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--before{
  background:
    radial-gradient(circle at top left,rgba(209,62,121,.08),transparent 38%),
    #fff;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--before::before{
  background:linear-gradient(90deg,#d13e79,rgba(209,62,121,.24));
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after{
  border-color:rgba(62,209,150,.36);
  background:
    radial-gradient(circle at top right,rgba(62,209,150,.16),transparent 42%),
    linear-gradient(145deg,rgba(62,209,150,.08),#fff 48%);
  box-shadow:0 28px 68px rgba(36,159,107,.14),0 18px 46px rgba(15,23,42,.10);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after::before{
  background:linear-gradient(90deg,#3ed196,rgba(62,209,150,.28));
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card__status{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  margin-bottom:1.2rem;
  padding:.42rem .68rem;
  border:1px solid rgba(148,163,184,.20);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#64748b;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card__status-dot{
  width:.5rem;
  height:.5rem;
  border-radius:999px;
  background:#d13e79;
  box-shadow:0 0 0 4px rgba(209,62,121,.10);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after .cm-cp-transformation-card__status{
  color:#247a57;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after .cm-cp-transformation-card__status-dot{
  background:#3ed196;
  box-shadow:0 0 0 4px rgba(62,209,150,.12);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card__head{
  display:grid;
  grid-template-columns:4rem minmax(0,1fr);
  gap:1rem;
  align-items:center;
  margin-bottom:1.4rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card__head > span{
  display:inline-flex;
  width:4rem;
  height:4rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(62,121,209,.15);
  border-radius:19px;
  background:rgba(255,255,255,.92);
  box-shadow:0 13px 30px rgba(15,23,42,.10);
  font-size:1.65rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--before .cm-cp-transformation-card__head > span{
  border-color:rgba(209,62,121,.18);
  background:rgba(255,246,250,.96);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after .cm-cp-transformation-card__head > span{
  border-color:rgba(62,209,150,.24);
  background:rgba(244,255,250,.96);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card__head p{
  margin:0 0 .3rem;
  color:var(--cm-brand,#3e79d1);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--before .cm-cp-transformation-card__head p{
  color:#b62f68;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after .cm-cp-transformation-card__head p{
  color:#248b61;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card__head h3{
  margin:0;
  color:var(--cm-ink,#0f172a);
  font-size:clamp(1.25rem,2vw,1.55rem);
  line-height:1.15;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card ul{
  display:grid;
  gap:.78rem;
  margin:0;
  padding:0;
  list-style:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card li{
  position:relative;
  padding:.72rem .75rem .72rem 2.15rem;
  border:1px solid rgba(148,163,184,.15);
  border-radius:13px;
  background:rgba(255,255,255,.64);
  color:rgba(15,23,42,.80);
  font-size:.93rem;
  font-weight:700;
  line-height:1.45;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--before li{
  border-color:rgba(209,62,121,.12);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after li{
  border-color:rgba(62,209,150,.18);
  background:rgba(255,255,255,.76);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--before li::before,
body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after li::before{
  position:absolute;
  top:50%;
  left:.78rem;
  display:inline-flex;
  width:1rem;
  height:1rem;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  border-radius:999px;
  font-size:.72rem;
  font-weight:900;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--before li::before{
  content:"×";
  background:rgba(209,62,121,.10);
  color:#d13e79;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after li::before{
  content:"✓";
  background:rgba(62,209,150,.14);
  color:#249f6b;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.75rem;
  color:var(--cm-brand,#3e79d1);
  text-align:center;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-label,
body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-note{
  font-size:.66rem;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-label{
  color:var(--cm-brand,#3e79d1);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-note{
  max-width:6rem;
  color:#64748b;
  font-size:.59rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-icon{
  position:relative;
  display:inline-flex;
  width:4rem;
  height:4rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(62,121,209,.24);
  border-radius:999px;
  background:
    linear-gradient(135deg,rgba(62,121,209,.14),rgba(62,209,150,.13)),
    #fff;
  box-shadow:0 16px 34px rgba(15,23,42,.13);
  font-size:1.15rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-icon::before,
body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-icon::after{
  content:"";
  position:absolute;
  top:50%;
  width:1.35rem;
  height:2px;
  background:linear-gradient(90deg,rgba(62,121,209,.16),rgba(62,121,209,.55));
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-icon::before{
  right:100%;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-icon::after{
  left:100%;
  background:linear-gradient(90deg,rgba(62,121,209,.55),rgba(62,209,150,.18));
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-transformation__grid{
    grid-template-columns:1fr;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge{
    flex-direction:row;
    flex-wrap:wrap;
    min-height:5.5rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-icon{
    transform:rotate(90deg);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-note{
    max-width:none;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-transformation-card{
    padding:1.25rem;
    border-radius:22px;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation-card__head{
    grid-template-columns:3.5rem minmax(0,1fr);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation-card__head > span{
    width:3.5rem;
    height:3.5rem;
    font-size:1.4rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge{
    display:grid;
    grid-template-columns:1fr;
  }
}


/* RESULTS */
body.marketing-site .cm-page--client-portals .cm-cp-results__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card{
  --cm-cp-result-accent:62,121,209;
  position:relative;
  min-height:100%;
  overflow:hidden;
  padding:1.45rem;
  border:1px solid rgba(var(--cm-cp-result-accent),.22);
  border-radius:22px;
  background:
    radial-gradient(circle at top right,rgba(var(--cm-cp-result-accent),.12),transparent 42%),
    rgba(255,255,255,.92);
  box-shadow:0 18px 44px rgba(15,23,42,.09);
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card--blue{--cm-cp-result-accent:62,121,209;}
body.marketing-site .cm-page--client-portals .cm-cp-result-card--violet{--cm-cp-result-accent:128,90,213;}
body.marketing-site .cm-page--client-portals .cm-cp-result-card--green{--cm-cp-result-accent:62,209,150;}
body.marketing-site .cm-page--client-portals .cm-cp-result-card--gold{--cm-cp-result-accent:209,150,62;}

body.marketing-site .cm-page--client-portals .cm-cp-result-card__top{
  display:flex;
  align-items:center;
  gap:.8rem;
  margin-bottom:1.25rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card__icon{
  display:inline-flex;
  width:3rem;
  height:3rem;
  flex:0 0 3rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(var(--cm-cp-result-accent),.18);
  border-radius:15px;
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 26px rgba(15,23,42,.09);
  font-size:1.2rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card__rule{
  width:100%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(var(--cm-cp-result-accent),.78),rgba(var(--cm-cp-result-accent),.06));
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card__metric{
  margin:0 0 .35rem;
  color:rgb(var(--cm-cp-result-accent));
  font-size:clamp(2.2rem,4vw,3.25rem);
  line-height:.92;
  font-weight:950;
  letter-spacing:-.055em;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card h3{
  margin:0 0 .7rem;
  color:var(--cm-ink,#0f172a);
  font-size:1.08rem;
  line-height:1.2;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card > p:last-child{
  margin:0;
  color:var(--cm-muted-strong,#475569);
  font-size:.92rem;
  line-height:1.62;
}

body.marketing-site .cm-page--client-portals .cm-cp-confidence{
  display:grid;
  grid-template-columns:4.5rem minmax(0,1fr);
  gap:1.3rem;
  align-items:center;
  max-width:1000px;
  margin:2.25rem auto 0;
  padding:clamp(1.45rem,3vw,2.15rem);
  border:1px solid rgba(62,121,209,.24);
  border-radius:24px;
  background:
    linear-gradient(135deg,rgba(62,121,209,.11),rgba(128,90,213,.05) 46%,rgba(255,255,255,.95));
  box-shadow:0 22px 52px rgba(15,23,42,.11);
}

body.marketing-site .cm-page--client-portals .cm-cp-confidence__icon{
  display:inline-flex;
  width:4.5rem;
  height:4.5rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(62,121,209,.18);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 32px rgba(15,23,42,.11);
  font-size:1.7rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-confidence__eyebrow{
  margin:0 0 .35rem;
  color:var(--cm-brand,#3e79d1);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-confidence h3{
  margin:0 0 .5rem;
  color:var(--cm-ink,#0f172a);
  font-size:1.42rem;
  line-height:1.18;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-confidence p:last-child{
  margin:0;
  color:var(--cm-muted-strong,#475569);
  line-height:1.68;
}

@media (hover:hover){
  body.marketing-site .cm-page--client-portals .cm-cp-result-card{
    transition:transform 170ms ease,box-shadow 170ms ease,border-color 170ms ease;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-result-card:hover{
    transform:translateY(-4px);
    border-color:rgba(var(--cm-cp-result-accent),.40);
    box-shadow:0 26px 60px rgba(15,23,42,.14);
  }
}


/* FAQ */
body.marketing-site .cm-page--client-portals .cm-cp-faq__layout{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:clamp(2rem,5vw,5rem);
  align-items:start;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq__list{
  display:grid;
  gap:.9rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item{
  --cm-cp-faq-accent:62,121,209;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.25);
  border-radius:19px;
  background:rgba(255,255,255,.94);
  box-shadow:0 13px 30px rgba(15,23,42,.07);
  transition:
    border-color 170ms ease,
    box-shadow 170ms ease,
    background-color 170ms ease;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:4px;
  height:100%;
  background:linear-gradient(
    180deg,
    rgba(var(--cm-cp-faq-accent),.96),
    rgba(var(--cm-cp-faq-accent),.30)
  );
  opacity:0;
  transition:opacity 170ms ease;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item[open]{
  border-color:rgba(var(--cm-cp-faq-accent),.34);
  background:
    linear-gradient(
      135deg,
      rgba(var(--cm-cp-faq-accent),.075),
      rgba(255,255,255,.97) 42%
    );
  box-shadow:0 20px 46px rgba(15,23,42,.11);
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item[open]::before{
  opacity:1;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  min-height:4.75rem;
  padding:1.05rem 1.15rem 1.05rem 1.25rem;
  color:var(--cm-ink,#0f172a);
  cursor:pointer;
  list-style:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item summary::-webkit-details-marker{
  display:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item summary:focus{
  outline:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item summary:focus-visible{
  outline:3px solid rgba(var(--cm-cp-faq-accent),.24);
  outline-offset:-3px;
  border-radius:18px;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item__prompt{
  display:grid;
  grid-template-columns:2.3rem minmax(0,1fr);
  gap:.8rem;
  align-items:center;
  min-width:0;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item__number{
  display:inline-flex;
  width:2.3rem;
  height:2.3rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(var(--cm-cp-faq-accent),.18);
  border-radius:999px;
  background:rgba(var(--cm-cp-faq-accent),.08);
  color:rgb(var(--cm-cp-faq-accent));
  font-size:.67rem;
  font-weight:950;
  line-height:1;
  letter-spacing:.07em;
  transition:
    color 170ms ease,
    background-color 170ms ease,
    border-color 170ms ease;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item__question{
  min-width:0;
  font-size:1rem;
  font-weight:850;
  line-height:1.42;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item__toggle{
  display:inline-flex;
  width:2.35rem;
  height:2.35rem;
  flex:0 0 2.35rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(var(--cm-cp-faq-accent),.18);
  border-radius:999px;
  background:rgba(var(--cm-cp-faq-accent),.09);
  color:rgb(var(--cm-cp-faq-accent));
  box-shadow:0 8px 18px rgba(15,23,42,.07);
  font-size:.82rem;
  transition:
    transform 180ms ease,
    color 170ms ease,
    background-color 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item[open] .cm-cp-faq-item__number{
  border-color:rgba(var(--cm-cp-faq-accent),.30);
  background:rgb(var(--cm-cp-faq-accent));
  color:#fff;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item[open] .cm-cp-faq-item__toggle{
  transform:rotate(45deg);
  border-color:rgba(var(--cm-cp-faq-accent),.34);
  background:rgb(var(--cm-cp-faq-accent));
  color:#fff;
  box-shadow:0 10px 22px rgba(var(--cm-cp-faq-accent),.22);
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item__answer{
  padding:0 1.25rem 1.3rem 4.35rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-faq-item__answer p{
  margin:0;
  padding-top:.9rem;
  border-top:1px solid rgba(var(--cm-cp-faq-accent),.13);
  color:var(--cm-muted-strong,#475569);
  font-size:.95rem;
  line-height:1.72;
}

@media (hover:hover){
  body.marketing-site .cm-page--client-portals .cm-cp-faq-item:not([open]):hover{
    border-color:rgba(var(--cm-cp-faq-accent),.30);
    box-shadow:0 17px 38px rgba(15,23,42,.10);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item:not([open]):hover .cm-cp-faq-item__toggle{
    transform:translateY(-1px);
    border-color:rgba(var(--cm-cp-faq-accent),.30);
    background:rgba(var(--cm-cp-faq-accent),.14);
  }
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-faq__layout{
    grid-template-columns:1fr;
    gap:1.5rem;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-faq-item summary{
    min-height:4.4rem;
    padding:.95rem 1rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__prompt{
    grid-template-columns:2rem minmax(0,1fr);
    gap:.7rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__number{
    width:2rem;
    height:2rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__question{
    font-size:.94rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__toggle{
    width:2.15rem;
    height:2.15rem;
    flex-basis:2.15rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__answer{
    padding:0 1rem 1.15rem 3.7rem;
  }
}


/* CLOSING CTA */
body.marketing-site .cm-page--client-portals .cm-cp-cta{
  position:relative;
  overflow:hidden;
  padding-top:clamp(4.5rem,8vw,7rem);
  padding-bottom:clamp(4.5rem,8vw,7rem);
}

body.marketing-site .cm-page--client-portals .cm-cp-cta::before,
body.marketing-site .cm-page--client-portals .cm-cp-cta::after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta::before{
  top:-8rem;
  right:-6rem;
  width:24rem;
  height:24rem;
  background:rgba(62,121,209,.10);
  filter:blur(2px);
}

body.marketing-site .cm-page--client-portals .cm-cp-cta::after{
  bottom:-10rem;
  left:-7rem;
  width:26rem;
  height:26rem;
  background:rgba(62,209,150,.09);
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__panel{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:clamp(2rem,5vw,4.5rem);
  align-items:center;
  max-width:1120px;
  margin:0 auto;
  padding:clamp(2rem,5vw,3.5rem);
  border:1px solid rgba(255,255,255,.62);
  border-radius:30px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,251,255,.88) 52%,rgba(241,252,248,.90));
  box-shadow:0 30px 80px rgba(15,23,42,.14);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__content{
  min-width:0;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__icon{
  display:inline-flex;
  width:4.75rem;
  height:4.75rem;
  align-items:center;
  justify-content:center;
  margin-bottom:1.15rem;
  border:1px solid rgba(62,121,209,.20);
  border-radius:24px;
  background:linear-gradient(145deg,#fff,rgba(62,121,209,.08));
  color:var(--cm-brand,#3e79d1);
  box-shadow:0 18px 40px rgba(15,23,42,.12);
  font-size:1.6rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta .cm-eyebrow{
  margin-bottom:.65rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta .cm-section-title{
  max-width:760px;
  margin:0 0 .9rem;
  font-size:clamp(2rem,4vw,3.35rem);
  line-height:1.02;
  letter-spacing:-.04em;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__intro{
  max-width:690px;
  margin:0 0 1.6rem;
  color:var(--cm-muted-strong,#475569);
  font-size:1.05rem;
  line-height:1.72;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:.85rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__actions a{
  display:inline-flex;
  min-height:3.2rem;
  align-items:center;
  justify-content:center;
  gap:.58rem;
  padding-inline:1.25rem;
  border-radius:14px;
  font-weight:800;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__trust{
  padding:1.35rem;
  border:1px solid rgba(62,121,209,.18);
  border-radius:22px;
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 42px rgba(15,23,42,.09);
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__trust-head{
  display:grid;
  grid-template-columns:3.35rem minmax(0,1fr);
  gap:.9rem;
  align-items:center;
  margin-bottom:1.1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__trust-head > span{
  display:inline-flex;
  width:3.35rem;
  height:3.35rem;
  align-items:center;
  justify-content:center;
  border-radius:17px;
  background:rgba(62,209,150,.12);
  color:#249f6b;
  box-shadow:inset 0 0 0 1px rgba(62,209,150,.18);
  font-size:1.15rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__trust-head p{
  margin:0 0 .2rem;
  color:#249f6b;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__trust-head h3{
  margin:0;
  color:var(--cm-ink,#0f172a);
  font-size:1.12rem;
  line-height:1.22;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__trust ul{
  display:grid;
  gap:.75rem;
  margin:0;
  padding:0;
  list-style:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__trust li{
  display:grid;
  grid-template-columns:1.75rem minmax(0,1fr);
  gap:.7rem;
  align-items:center;
  color:rgba(15,23,42,.78);
  font-size:.92rem;
  font-weight:750;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__trust li i{
  display:inline-flex;
  width:1.75rem;
  height:1.75rem;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(62,209,150,.12);
  color:#249f6b;
  font-size:.72rem;
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-cta__panel{
    grid-template-columns:1fr;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta__trust{
    max-width:none;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-cta__panel{
    padding:1.35rem;
    border-radius:24px;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta__actions{
    flex-direction:column;
    align-items:stretch;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta__actions a{
    width:100%;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta__trust{
    padding:1.15rem;
  }
}


/* RESPONSIVE */
@media (max-width:1199px){
  body.marketing-site .cm-page--client-portals .cm-cp-capabilities__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-problems__grid,
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid::before{
    display:none;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-results__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq__layout{
    grid-template-columns:1fr;
    gap:1.5rem;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-problems__grid,
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid,
  body.marketing-site .cm-page--client-portals .cm-cp-capabilities__grid,
  body.marketing-site .cm-page--client-portals .cm-cp-results__grid{
    grid-template-columns:1fr;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card__top{
    margin-bottom:1.25rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__grid{
    grid-template-columns:1fr;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge{
    flex-direction:row;
    justify-content:center;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge strong{
    transform:rotate(90deg);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-confidence{
    grid-template-columns:1fr;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta__actions{
    flex-direction:column;
    align-items:stretch;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta__actions a{
    width:100%;
  }
}

@media (hover:hover){
  body.marketing-site .cm-page--client-portals .cm-cp-problem-card,
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card,
  body.marketing-site .cm-page--client-portals .cm-cp-capability-card,
  body.marketing-site .cm-page--client-portals .cm-cp-result-card{
    transition:transform 170ms ease,box-shadow 170ms ease,border-color 170ms ease;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-problem-card:hover,
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:hover,
  body.marketing-site .cm-page--client-portals .cm-cp-capability-card:hover,
  body.marketing-site .cm-page--client-portals .cm-cp-result-card:hover{
    transform:translateY(-3px);
    border-color:rgba(62,121,209,.32);
    box-shadow:0 24px 54px rgba(15,23,42,.13);
  }
}

@media (prefers-reduced-motion:reduce){
  body.marketing-site .cm-page--client-portals *,
  body.marketing-site .cm-page--client-portals *::before,
  body.marketing-site .cm-page--client-portals *::after{
    scroll-behavior:auto !important;
    transition:none !important;
    animation:none !important;
  }
}

/* =========================================================
   FINAL RHYTHM POLISH
   Updated: 2026-07-29 11:34 PT
   Scope: Client Portals page only
   ========================================================= */

/* Strengthen the lifecycle as one connected process on desktop. */
@media (min-width:992px){
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid{
    column-gap:1.55rem;
    row-gap:2rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid::before{
    top:3.18rem;
    left:5.5%;
    right:5.5%;
    height:3px;
    background:
      linear-gradient(
        90deg,
        rgba(62,121,209,.58) 0%,
        rgba(128,90,213,.56) 20%,
        rgba(209,150,62,.58) 40%,
        rgba(62,209,150,.58) 60%,
        rgba(62,121,209,.56) 80%,
        rgba(209,62,121,.52) 100%
      );
    box-shadow:0 0 0 1px rgba(255,255,255,.72),0 8px 18px rgba(62,121,209,.14);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card{
    padding-top:1.65rem;
    padding-bottom:1.65rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card__icon{
    box-shadow:
      0 0 0 1px rgba(62,121,209,.22),
      0 0 0 7px rgba(255,255,255,.92),
      0 16px 30px rgba(15,23,42,.14);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:not(:nth-child(3)):not(:nth-child(6))::after{
    right:-1.18rem;
    width:2rem;
    height:2rem;
    border-color:rgba(62,121,209,.28);
    box-shadow:0 10px 22px rgba(15,23,42,.12);
  }
}

/* Add breathing room between dense capability rows. */
body.marketing-site .cm-page--client-portals .cm-cp-capabilities__grid{
  row-gap:1.35rem;
}

/* Slightly improve the visual reset between major sections. */
body.marketing-site .cm-page--client-portals #client-portals-transformation{
  padding-top:clamp(4.5rem,7.5vw,7rem);
}

body.marketing-site .cm-page--client-portals #client-portals-results{
  padding-top:clamp(4.5rem,7vw,6.75rem);
}

body.marketing-site .cm-page--client-portals #client-portals-faq{
  padding-top:clamp(4.5rem,7vw,6.75rem);
}

/* Keep tablet rhythm comfortable without changing the stack contract. */
@media (min-width:768px) and (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid{
    gap:1.4rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-capabilities__grid{
    gap:1.2rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-results__grid{
    gap:1.2rem;
  }
}

/* Preserve compact mobile flow while preventing dense card collisions. */
@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid,
  body.marketing-site .cm-page--client-portals .cm-cp-capabilities__grid,
  body.marketing-site .cm-page--client-portals .cm-cp-results__grid{
    gap:1.15rem;
  }

  body.marketing-site .cm-page--client-portals #client-portals-transformation,
  body.marketing-site .cm-page--client-portals #client-portals-results,
  body.marketing-site .cm-page--client-portals #client-portals-faq{
    padding-top:4rem;
  }
}

/* =========================================================
   WEBSITE JOBS VISUAL POLISH
   Updated: 2026-07-29 12:07 PT
   Scope: #client-portals-jobs only
   ========================================================= */

body.marketing-site .cm-page--client-portals .cm-cp-jobs__grid{
  gap:1.15rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card{
  --cm-cp-job-accent:62,121,209;
  position:relative;
  overflow:hidden;
  border-color:rgba(var(--cm-cp-job-accent),.21);
  background:
    linear-gradient(
      145deg,
      rgba(var(--cm-cp-job-accent),.075),
      rgba(255,255,255,.96) 45%
    );
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card:nth-child(1){
  --cm-cp-job-accent:209,150,62;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card:nth-child(2){
  --cm-cp-job-accent:62,121,209;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card:nth-child(3){
  --cm-cp-job-accent:209,62,121;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card:nth-child(4){
  --cm-cp-job-accent:62,209,150;
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(
    180deg,
    rgba(var(--cm-cp-job-accent),.92),
    rgba(var(--cm-cp-job-accent),.22)
  );
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card__number{
  border-color:rgba(var(--cm-cp-job-accent),.22);
  background:rgba(var(--cm-cp-job-accent),.10);
  color:rgb(var(--cm-cp-job-accent));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card__icon{
  border:1px solid rgba(var(--cm-cp-job-accent),.20);
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.95),
      rgba(var(--cm-cp-job-accent),.10)
    );
  box-shadow:0 12px 26px rgba(15,23,42,.09);
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card__proof{
  color:rgb(var(--cm-cp-job-accent));
}

body.marketing-site .cm-page--client-portals .cm-cp-job-card__proof::before{
  content:"";
  display:block;
  width:3.1rem;
  height:3px;
  margin-bottom:.75rem;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    rgba(var(--cm-cp-job-accent),.90),
    rgba(var(--cm-cp-job-accent),.18)
  );
}

body.marketing-site .cm-page--client-portals .cm-cp-jobs__statement{
  border-color:rgba(62,121,209,.24);
  background:
    linear-gradient(
      135deg,
      rgba(62,121,209,.10),
      rgba(128,90,213,.05) 48%,
      rgba(255,255,255,.94)
    );
  box-shadow:0 18px 40px rgba(15,23,42,.09);
}

body.marketing-site .cm-page--client-portals .cm-cp-jobs__statement > span{
  border:1px solid rgba(62,121,209,.17);
  background:linear-gradient(145deg,#fff,rgba(62,121,209,.08));
}

@media (hover:hover){
  body.marketing-site .cm-page--client-portals .cm-cp-job-card:hover{
    transform:translateY(-4px);
    border-color:rgba(var(--cm-cp-job-accent),.40);
    box-shadow:0 26px 58px rgba(15,23,42,.13);
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-jobs__grid{
    gap:1rem;
  }
}

/* =========================================================
   WEBSITE LIFECYCLE CARD HIERARCHY
   Updated: 2026-07-29 12:24 PT
   Scope: #client-portals-lifecycle only
   ========================================================= */

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card{
  --cm-cp-lifecycle-accent:62,121,209;
  overflow:hidden;
  border-color:rgba(var(--cm-cp-lifecycle-accent),.22);
  border-top-color:rgb(var(--cm-cp-lifecycle-accent));
  background:
    linear-gradient(
      145deg,
      rgba(var(--cm-cp-lifecycle-accent),.075),
      rgba(255,255,255,.96) 44%
    );
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(1){
  --cm-cp-lifecycle-accent:62,121,209;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(2){
  --cm-cp-lifecycle-accent:128,90,213;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(3){
  --cm-cp-lifecycle-accent:209,150,62;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(4){
  --cm-cp-lifecycle-accent:62,209,150;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(5){
  --cm-cp-lifecycle-accent:62,121,209;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:nth-child(6){
  --cm-cp-lifecycle-accent:209,62,121;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card::before{
  content:"";
  position:absolute;
  right:-2rem;
  bottom:-2rem;
  width:7rem;
  height:7rem;
  border-radius:999px;
  background:rgba(var(--cm-cp-lifecycle-accent),.065);
  pointer-events:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card__step{
  border-color:rgba(var(--cm-cp-lifecycle-accent),.24);
  background:rgba(var(--cm-cp-lifecycle-accent),.10);
  color:rgb(var(--cm-cp-lifecycle-accent));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.56);
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card__icon{
  border-color:rgba(255,255,255,.96);
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.96),
      rgba(var(--cm-cp-lifecycle-accent),.11)
    );
  box-shadow:
    0 0 0 1px rgba(var(--cm-cp-lifecycle-accent),.22),
    0 14px 30px rgba(15,23,42,.12);
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card h3{
  position:relative;
  margin-bottom:.62rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card h3::after{
  content:"";
  display:block;
  width:2.7rem;
  height:3px;
  margin-top:.65rem;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    rgba(var(--cm-cp-lifecycle-accent),.92),
    rgba(var(--cm-cp-lifecycle-accent),.16)
  );
}

body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card p{
  position:relative;
  z-index:1;
}

@media (hover:hover){
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:hover{
    border-color:rgba(var(--cm-cp-lifecycle-accent),.40);
    box-shadow:0 26px 58px rgba(15,23,42,.13);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card:hover .cm-cp-lifecycle-card__icon{
    transform:translateY(-2px) scale(1.03);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card__icon{
    transition:transform 170ms ease;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card{
    padding:1.35rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card__top{
    margin-bottom:1rem;
  }
}

/* =========================================================
   TABLET + MOBILE DENSITY SAFEGUARDS
   Updated: 2026-07-29 12:33 PT
   Scope: Client Portals page only
   Stable hero and shared responsive contracts remain untouched.
   ========================================================= */

@media (min-width:768px) and (max-width:1199px){
  body.marketing-site .cm-page--client-portals .cm-cp-section-head{
    max-width:760px;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-problems__grid,
  body.marketing-site .cm-page--client-portals .cm-cp-jobs__grid,
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle__grid,
  body.marketing-site .cm-page--client-portals .cm-cp-results__grid{
    gap:1.2rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-problem-card,
  body.marketing-site .cm-page--client-portals .cm-cp-job-card,
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card,
  body.marketing-site .cm-page--client-portals .cm-cp-result-card{
    padding:1.4rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-capabilities__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1.2rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-capability-card{
    padding:1.35rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__grid{
    gap:1.3rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq__layout{
    gap:2rem;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-section-head{
    width:100%;
    max-width:none;
    margin-bottom:1.5rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-section-head .cm-section-title{
    font-size:clamp(1.9rem,8.5vw,2.45rem);
    line-height:1.04;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-section-head .cm-section-subtitle{
    font-size:.98rem;
    line-height:1.65;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-problem-card,
  body.marketing-site .cm-page--client-portals .cm-cp-job-card,
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card,
  body.marketing-site .cm-page--client-portals .cm-cp-capability-card,
  body.marketing-site .cm-page--client-portals .cm-cp-result-card{
    padding:1.25rem;
    border-radius:19px;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-problem-card__icon,
  body.marketing-site .cm-page--client-portals .cm-cp-capability-card__icon{
    width:3rem;
    height:3rem;
    flex-basis:3rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-jobs__statement{
    grid-template-columns:2.85rem minmax(0,1fr);
    padding:1rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-jobs__statement > span{
    width:2.85rem;
    height:2.85rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge{
    gap:.55rem;
    padding-block:.25rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-icon{
    width:3.5rem;
    height:3.5rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-label,
  body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge-note{
    text-align:center;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-confidence{
    gap:1rem;
    padding:1.25rem;
    border-radius:21px;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-confidence__icon{
    width:3.75rem;
    height:3.75rem;
    font-size:1.45rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__answer{
    padding-right:1rem;
    padding-left:1rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__answer p{
    padding-left:2.7rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta{
    padding-top:4rem;
    padding-bottom:4rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta__panel{
    gap:1.4rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta__icon{
    width:4rem;
    height:4rem;
    border-radius:20px;
    font-size:1.4rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta .cm-section-title{
    font-size:clamp(2rem,9vw,2.55rem);
  }
}

@media (max-width:420px){
  body.marketing-site .cm-page--client-portals .cm-cp-problem-card__topline,
  body.marketing-site .cm-page--client-portals .cm-cp-job-card__top,
  body.marketing-site .cm-page--client-portals .cm-cp-capability-card__top{
    align-items:flex-start;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-capability-card__kicker{
    white-space:normal;
    text-align:center;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__prompt{
    grid-template-columns:1.85rem minmax(0,1fr);
    gap:.6rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__number{
    width:1.85rem;
    height:1.85rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__toggle{
    width:2rem;
    height:2rem;
    flex-basis:2rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__answer p{
    padding-left:2.45rem;
  }
}

/* =========================================================
   FINAL ACCESSIBILITY + INTERACTION SAFEGUARDS
   Updated: 2026-07-29 12:44 PT
   Scope: Client Portals page only
   Stable hero sizing and shared contracts remain untouched.
   ========================================================= */

/* Prevent long labels or URLs from forcing horizontal overflow. */
body.marketing-site .cm-page--client-portals h1,
body.marketing-site .cm-page--client-portals h2,
body.marketing-site .cm-page--client-portals h3,
body.marketing-site .cm-page--client-portals p,
body.marketing-site .cm-page--client-portals li,
body.marketing-site .cm-page--client-portals summary,
body.marketing-site .cm-page--client-portals a{
  overflow-wrap:anywhere;
}

/* Clear keyboard focus for page-specific interactive controls. */
body.marketing-site .cm-page--client-portals a:focus-visible,
body.marketing-site .cm-page--client-portals button:focus-visible,
body.marketing-site .cm-page--client-portals summary:focus-visible{
  outline:3px solid rgba(62,121,209,.34);
  outline-offset:3px;
}

/* Preserve practical touch targets for important page actions. */
body.marketing-site .cm-page--client-portals .btn,
body.marketing-site .cm-page--client-portals .cm-cp-faq-item summary{
  min-height:44px;
}

/* Avoid selection interference from decorative elements. */
body.marketing-site .cm-page--client-portals [aria-hidden="true"]{
  user-select:none;
}

/* Keep native disclosure content readable in forced-colors mode. */
@media (forced-colors:active){
  body.marketing-site .cm-page--client-portals .cm-cp-faq-item,
  body.marketing-site .cm-page--client-portals .cm-cp-problem-card,
  body.marketing-site .cm-page--client-portals .cm-cp-job-card,
  body.marketing-site .cm-page--client-portals .cm-cp-lifecycle-card,
  body.marketing-site .cm-page--client-portals .cm-cp-capability-card,
  body.marketing-site .cm-page--client-portals .cm-cp-result-card,
  body.marketing-site .cm-page--client-portals .cm-cp-transformation-card,
  body.marketing-site .cm-page--client-portals .cm-cp-cta__panel{
    border:1px solid CanvasText;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__toggle,
  body.marketing-site .cm-page--client-portals .cm-cp-faq-item__number{
    forced-color-adjust:auto;
  }
}

/* Ensure all motion remains optional. */
@media (prefers-reduced-motion:reduce){
  body.marketing-site .cm-page--client-portals,
  body.marketing-site .cm-page--client-portals *,
  body.marketing-site .cm-page--client-portals *::before,
  body.marketing-site .cm-page--client-portals *::after{
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item[open] .cm-cp-faq-item__toggle{
    transform:none;
  }
}

/* Basic print fallback for proposals or internal review. */
@media print{
  body.marketing-site .cm-page--client-portals{
    overflow:visible;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-scroll,
  body.marketing-site .cm-page--client-portals .cm-cp-cta__actions{
    display:none !important;
  }

  body.marketing-site .cm-page--client-portals .cm-section--band{
    background:#fff !important;
    color:#000 !important;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item{
    break-inside:avoid;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq-item:not([open]) > .cm-cp-faq-item__answer{
    display:block;
  }
}

/* =========================================================
   FINAL HERO + CTA TRUST POLISH
   Updated: 2026-07-30 09:12 PT
   Scope:
   - Client Portals hero artwork only.
   - Client Portals closing CTA trust icon only.
   - No shared hero sizing, positioning, loader, or global changes.
   ========================================================= */

/* Slightly strengthen the managed-partner trust icon and its spacing. */
body.marketing-site .cm-page--client-portals .cm-cp-cta__trust-head{
  grid-template-columns:3.75rem minmax(0,1fr);
  gap:1.05rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta__trust-icon{
  width:3.75rem;
  height:3.75rem;
  border:1px solid rgba(62,209,150,.22);
  border-radius:19px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(62,209,150,.14));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.62),
    0 12px 26px rgba(36,159,107,.12);
  font-size:1.32rem;
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-cta__trust-head{
    grid-template-columns:3.45rem minmax(0,1fr);
    gap:.95rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta__trust-icon{
    width:3.45rem;
    height:3.45rem;
    border-radius:18px;
    font-size:1.22rem;
  }
}


/* =========================================================
   CHANGE SET — CUSTOMER SUCCESS WIDTH PARITY
   Updated: 2026-07-30 09:52 PT

   Purpose:
   - Matches the frozen Customer Success wide desktop sections.
   - Applies only to Client Portals major section containers.
   - Leaves the shared marketing hero contract untouched.
   - No Bootstrap, loader, global, portal, or shared CSS changes.
   ========================================================= */
@media (min-width:1200px){
  body.marketing-site .cm-page--client-portals #client-portals-problems > .container,
  body.marketing-site .cm-page--client-portals #client-portals-jobs > .container,
  body.marketing-site .cm-page--client-portals #client-portals-lifecycle > .container,
  body.marketing-site .cm-page--client-portals #client-portals-capabilities > .container,
  body.marketing-site .cm-page--client-portals #client-portals-transformation > .container,
  body.marketing-site .cm-page--client-portals #client-portals-results > .container,
  body.marketing-site .cm-page--client-portals #client-portals-faq > .container,
  body.marketing-site .cm-page--client-portals .cm-cp-cta > .container{
    width:min(1440px,calc(100% - 80px));
    max-width:none;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-faq__layout{
    grid-template-columns:minmax(320px,.70fr) minmax(0,1.30fr);
    gap:clamp(3rem,5vw,6rem);
  }
}


/* =========================================================
   FIX — SHARED HERO CONTRACT RESTORED
   Updated: 2026-07-30 10:20 PT

   Purpose:
   - Removes all Client Portals-specific hero sizing,
     positioning, transform, aspect-ratio, and media overrides.
   - The hero now inherits marketing_hero.php and
     marketing-hero.css exactly like the frozen Services page.
   - The 1440px lower-page section width update remains.
   - No shared, Bootstrap, loader, portal, or global changes.
   ========================================================= */

/* HERO — shared contract ownership retained.
   Intentionally no page-specific hero geometry rules. */


/* =========================================================
   CLIENT PORTALS QUICK NAV + PAGE-SPECIFIC COMPONENT MAPPINGS
   Created: 2026-08-03 06:15 PT
   ========================================================= */
body.marketing-site .cm-page--client-portals .cm-cp-quicknav{
  position:sticky;
  top:0;
  z-index:35;
  border-top:1px solid rgba(148,163,184,.16);
  border-bottom:1px solid rgba(148,163,184,.22);
  background:rgba(255,255,255,.90);
  box-shadow:0 12px 30px rgba(15,23,42,.07);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__track{
  display:flex;
  gap:.55rem;
  overflow-x:auto;
  padding:.8rem 0;
  scrollbar-width:none;
}
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__track::-webkit-scrollbar{display:none;}
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link{
  display:inline-flex;
  flex:0 0 auto;
  min-height:2.65rem;
  align-items:center;
  gap:.5rem;
  padding:.65rem .9rem;
  border:1px solid rgba(62,121,209,.15);
  border-radius:999px;
  background:rgba(247,250,255,.92);
  color:#475569;
  font-size:.82rem;
  font-weight:850;
  text-decoration:none;
  transition:background-color 170ms ease,color 170ms ease,border-color 170ms ease,transform 170ms ease;
}
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link i{color:#3e79d1;}
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link.is-active,
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link:hover{
  border-color:rgba(62,121,209,.34);
  background:#3e79d1;
  color:#fff;
  transform:translateY(-1px);
}
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link.is-active i,
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link:hover i{color:#fff;}

/* New experience section reuses the frozen premium card language. */
body.marketing-site .cm-page--client-portals .cm-cp-experience__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.15rem;
}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card{
  --cm-cp-job-accent:62,121,209;
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  padding:1.4rem;
  border:1px solid rgba(var(--cm-cp-job-accent),.21);
  border-radius:21px;
  background:linear-gradient(145deg,rgba(var(--cm-cp-job-accent),.075),rgba(255,255,255,.96) 45%);
  box-shadow:0 16px 38px rgba(15,23,42,.08);
}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card:nth-child(2){--cm-cp-job-accent:128,90,213;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card:nth-child(3){--cm-cp-job-accent:62,209,150;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card:nth-child(4){--cm-cp-job-accent:209,62,121;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card:nth-child(5){--cm-cp-job-accent:209,150,62;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card:nth-child(6){--cm-cp-job-accent:62,121,209;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,rgba(var(--cm-cp-job-accent),.92),rgba(var(--cm-cp-job-accent),.22));}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card__number{display:inline-flex;min-width:2.35rem;min-height:2.35rem;align-items:center;justify-content:center;border-radius:999px;background:rgba(var(--cm-cp-job-accent),.10);color:rgb(var(--cm-cp-job-accent));font-size:.7rem;font-weight:950;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card__icon{display:inline-flex;width:3.2rem;height:3.2rem;align-items:center;justify-content:center;border:1px solid rgba(var(--cm-cp-job-accent),.18);border-radius:16px;background:#fff;box-shadow:0 12px 26px rgba(15,23,42,.09);font-size:1.25rem;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card h3{margin:0 0 .55rem;color:#0f172a;font-size:1.15rem;line-height:1.22;font-weight:850;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card > p:not(.cm-cp-experience-card__proof){margin:0;color:#475569;font-size:.94rem;line-height:1.64;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card__proof{margin:auto 0 0;padding-top:1rem;color:rgb(var(--cm-cp-job-accent));font-size:.76rem;font-weight:850;line-height:1.45;}
body.marketing-site .cm-page--client-portals .cm-cp-experience-card__proof::before{content:"";display:block;width:3rem;height:3px;margin-bottom:.7rem;border-radius:999px;background:linear-gradient(90deg,rgba(var(--cm-cp-job-accent),.9),rgba(var(--cm-cp-job-accent),.16));}

/* Map the page's access markup onto the lifecycle visual contract. */
body.marketing-site .cm-page--client-portals .cm-cp-access__grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin:0;padding:0;list-style:none;}
body.marketing-site .cm-page--client-portals .cm-cp-access-card{--cm-cp-lifecycle-accent:62,121,209;position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;padding:1.55rem;border:1px solid rgba(var(--cm-cp-lifecycle-accent),.22);border-top:4px solid rgb(var(--cm-cp-lifecycle-accent));border-radius:20px;background:linear-gradient(145deg,rgba(var(--cm-cp-lifecycle-accent),.075),rgba(255,255,255,.96) 44%);box-shadow:0 18px 42px rgba(15,23,42,.10);}
body.marketing-site .cm-page--client-portals .cm-cp-access-card:nth-child(2){--cm-cp-lifecycle-accent:128,90,213;}body.marketing-site .cm-page--client-portals .cm-cp-access-card:nth-child(3){--cm-cp-lifecycle-accent:209,150,62;}body.marketing-site .cm-page--client-portals .cm-cp-access-card:nth-child(4){--cm-cp-lifecycle-accent:62,209,150;}body.marketing-site .cm-page--client-portals .cm-cp-access-card:nth-child(5){--cm-cp-lifecycle-accent:62,121,209;}body.marketing-site .cm-page--client-portals .cm-cp-access-card:nth-child(6){--cm-cp-lifecycle-accent:209,62,121;}
body.marketing-site .cm-page--client-portals .cm-cp-access-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.35rem;}
body.marketing-site .cm-page--client-portals .cm-cp-access-card__step{display:inline-flex;min-width:2.25rem;min-height:2.25rem;align-items:center;justify-content:center;border-radius:999px;background:rgba(var(--cm-cp-lifecycle-accent),.10);color:rgb(var(--cm-cp-lifecycle-accent));font-size:.72rem;font-weight:950;}
body.marketing-site .cm-page--client-portals .cm-cp-access-card__icon{display:inline-flex;width:3.25rem;height:3.25rem;align-items:center;justify-content:center;border-radius:999px;background:#fff;box-shadow:0 0 0 1px rgba(var(--cm-cp-lifecycle-accent),.22),0 14px 28px rgba(15,23,42,.12);font-size:1.25rem;}
body.marketing-site .cm-page--client-portals .cm-cp-access-card h3{margin:0 0 .6rem;color:#0f172a;font-size:1.2rem;font-weight:850;line-height:1.2;}
body.marketing-site .cm-page--client-portals .cm-cp-access-card p{margin:0;color:#475569;font-size:.96rem;line-height:1.64;}
body.marketing-site .cm-page--client-portals .cm-cp-security-note{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:1.3rem;align-items:center;max-width:1000px;margin:2.25rem auto 0;padding:clamp(1.45rem,3vw,2.15rem);border:1px solid rgba(62,121,209,.24);border-radius:24px;background:linear-gradient(135deg,rgba(62,121,209,.11),rgba(128,90,213,.05) 46%,rgba(255,255,255,.95));box-shadow:0 22px 52px rgba(15,23,42,.11);}
body.marketing-site .cm-page--client-portals .cm-cp-security-note__icon{display:inline-flex;width:4.5rem;height:4.5rem;align-items:center;justify-content:center;border-radius:22px;background:#fff;color:#3e79d1;box-shadow:0 14px 32px rgba(15,23,42,.11);font-size:1.55rem;}
body.marketing-site .cm-page--client-portals .cm-cp-security-note__eyebrow{margin:0 0 .35rem;color:#3e79d1;font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;}
body.marketing-site .cm-page--client-portals .cm-cp-security-note h3{margin:0 0 .5rem;color:#0f172a;font-size:1.42rem;line-height:1.18;font-weight:850;}
body.marketing-site .cm-page--client-portals .cm-cp-security-note p:last-child{margin:0;color:#475569;line-height:1.68;}

@media (max-width:991px){body.marketing-site .cm-page--client-portals .cm-cp-experience__grid,body.marketing-site .cm-page--client-portals .cm-cp-access__grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:767px){body.marketing-site .cm-page--client-portals .cm-cp-experience__grid,body.marketing-site .cm-page--client-portals .cm-cp-access__grid{grid-template-columns:1fr;}body.marketing-site .cm-page--client-portals .cm-cp-security-note{grid-template-columns:1fr;}body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link{font-size:.78rem;}}

/* Ensure the new section IDs receive the frozen section spacing and wide container contract. */
body.marketing-site .cm-page--client-portals #client-portals-experience,
body.marketing-site .cm-page--client-portals #client-portals-capabilities,
body.marketing-site .cm-page--client-portals #client-portals-access,
body.marketing-site .cm-page--client-portals #client-portals-transformation,
body.marketing-site .cm-page--client-portals #client-portals-results,
body.marketing-site .cm-page--client-portals #client-portals-faq{padding-top:clamp(4rem,7vw,6.5rem);padding-bottom:clamp(3.5rem,6vw,5.5rem);scroll-margin-top:6rem;}
@media (min-width:1200px){
  body.marketing-site .cm-page--client-portals .cm-cp-quicknav > .container,
  body.marketing-site .cm-page--client-portals #client-portals-experience > .container,
  body.marketing-site .cm-page--client-portals #client-portals-capabilities > .container,
  body.marketing-site .cm-page--client-portals #client-portals-access > .container,
  body.marketing-site .cm-page--client-portals #client-portals-transformation > .container,
  body.marketing-site .cm-page--client-portals #client-portals-results > .container,
  body.marketing-site .cm-page--client-portals #client-portals-faq > .container,
  body.marketing-site .cm-page--client-portals .cm-cp-cta > .container{width:min(1440px,calc(100% - 80px));max-width:none;}
}

/* =========================================================
   CHANGE SET — PREMIUM PORTAL EXPERIENCE
   Updated: 2026-08-03 08:29 PT

   Purpose:
   - Converts the primary experience section into a realistic
     client workspace preview with live activity context.
   - Replaces the generic capability grid with a connected
     client journey timeline.
   - Adds page-scoped security trust cards.
   - Preserves shared hero, loader, Bootstrap, route, portal,
     and global contracts.
   ========================================================= */

/* PORTAL WORKSPACE */
body.marketing-site .cm-page--client-portals .cm-cp-workspace{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);
  gap:1.35rem;
  align-items:stretch;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__main,
body.marketing-site .cm-page--client-portals .cm-cp-activity{
  border:1px solid rgba(62,121,209,.20);
  border-radius:28px;
  background:rgba(255,255,255,.95);
  box-shadow:0 28px 70px rgba(15,23,42,.12);
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__main{
  overflow:hidden;
  padding:clamp(1.25rem,3vw,2rem);
  background:
    radial-gradient(circle at top right,rgba(62,121,209,.12),transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,250,255,.95));
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1.35rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__eyebrow{
  display:block;
  margin-bottom:.25rem;
  color:var(--cm-brand,#3e79d1);
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__bar h3{
  margin:0;
  color:#0f172a;
  font-size:clamp(1.35rem,2.5vw,1.85rem);
  font-weight:900;
  letter-spacing:-.025em;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__secure{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.55rem .8rem;
  border:1px solid rgba(62,209,150,.24);
  border-radius:999px;
  background:rgba(62,209,150,.10);
  color:#247a57;
  font-size:.74rem;
  font-weight:850;
  white-space:nowrap;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.8rem;
  margin-bottom:1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats > div{
  display:grid;
  gap:.24rem;
  padding:1rem;
  border:1px solid rgba(148,163,184,.20);
  border-radius:16px;
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 24px rgba(15,23,42,.055);
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats span{
  color:#64748b;
  font-size:.68rem;
  font-weight:800;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats strong{
  color:#0f172a;
  font-size:1.55rem;
  line-height:1;
  font-weight:950;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats small{
  color:#3e79d1;
  font-size:.67rem;
  font-weight:750;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__modules{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.9rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-module{
  --cm-cp-module-accent:62,121,209;
  display:flex;
  min-height:100%;
  flex-direction:column;
  padding:1rem;
  border:1px solid rgba(var(--cm-cp-module-accent),.20);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(var(--cm-cp-module-accent),.07),rgba(255,255,255,.96) 48%);
  box-shadow:0 13px 30px rgba(15,23,42,.065);
}

body.marketing-site .cm-page--client-portals .cm-cp-module--blue{--cm-cp-module-accent:62,121,209;}
body.marketing-site .cm-page--client-portals .cm-cp-module--violet{--cm-cp-module-accent:128,90,213;}
body.marketing-site .cm-page--client-portals .cm-cp-module--rose{--cm-cp-module-accent:209,62,121;}
body.marketing-site .cm-page--client-portals .cm-cp-module--gold{--cm-cp-module-accent:209,150,62;}
body.marketing-site .cm-page--client-portals .cm-cp-module--green{--cm-cp-module-accent:62,209,150;}

body.marketing-site .cm-page--client-portals .cm-cp-module__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin-bottom:.85rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-module__top > span{
  display:inline-flex;
  width:2.7rem;
  height:2.7rem;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(var(--cm-cp-module-accent),.11);
  color:rgb(var(--cm-cp-module-accent));
}

body.marketing-site .cm-page--client-portals .cm-cp-module__top small{
  padding:.35rem .55rem;
  border-radius:999px;
  background:rgba(var(--cm-cp-module-accent),.09);
  color:rgb(var(--cm-cp-module-accent));
  font-size:.63rem;
  font-weight:900;
}

body.marketing-site .cm-page--client-portals .cm-cp-module h3{
  margin:0 0 .4rem;
  color:#0f172a;
  font-size:1rem;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-module p{
  margin:0 0 .8rem;
  color:#64748b;
  font-size:.82rem;
  line-height:1.52;
}

body.marketing-site .cm-page--client-portals .cm-cp-module a{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  margin-top:auto;
  color:rgb(var(--cm-cp-module-accent));
  font-size:.73rem;
  font-weight:850;
  text-decoration:none;
}

/* RECENT ACTIVITY */
body.marketing-site .cm-page--client-portals .cm-cp-activity{
  display:flex;
  flex-direction:column;
  padding:1.35rem;
  background:
    radial-gradient(circle at top right,rgba(128,90,213,.10),transparent 38%),
    rgba(255,255,255,.96);
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__head p{
  margin:0 0 .2rem;
  color:#3e79d1;
  font-size:.67rem;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__head h3{
  margin:0;
  color:#0f172a;
  font-size:1.2rem;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__head > span{
  display:inline-flex;
  width:3rem;
  height:3rem;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(62,121,209,.10);
  color:#3e79d1;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__list{
  display:grid;
  gap:.75rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__item{
  --cm-cp-activity-accent:62,121,209;
  display:grid;
  grid-template-columns:2.35rem minmax(0,1fr);
  gap:.7rem;
  align-items:center;
  padding:.78rem;
  border:1px solid rgba(var(--cm-cp-activity-accent),.15);
  border-radius:14px;
  background:rgba(255,255,255,.78);
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__item--green{--cm-cp-activity-accent:62,209,150;}
body.marketing-site .cm-page--client-portals .cm-cp-activity__item--blue{--cm-cp-activity-accent:62,121,209;}
body.marketing-site .cm-page--client-portals .cm-cp-activity__item--violet{--cm-cp-activity-accent:128,90,213;}
body.marketing-site .cm-page--client-portals .cm-cp-activity__item--gold{--cm-cp-activity-accent:209,150,62;}
body.marketing-site .cm-page--client-portals .cm-cp-activity__item--rose{--cm-cp-activity-accent:209,62,121;}

body.marketing-site .cm-page--client-portals .cm-cp-activity__item > span{
  display:inline-flex;
  width:2.35rem;
  height:2.35rem;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(var(--cm-cp-activity-accent),.11);
  color:rgb(var(--cm-cp-activity-accent));
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__item div{
  display:grid;
  gap:.18rem;
  min-width:0;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__item strong{
  color:#0f172a;
  font-size:.78rem;
  line-height:1.3;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__item small{
  color:#64748b;
  font-size:.67rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__note{
  display:grid;
  grid-template-columns:2.5rem minmax(0,1fr);
  gap:.7rem;
  align-items:center;
  margin-top:auto;
  padding:1rem 0 0;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__note > i{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:rgba(62,209,150,.12);
  color:#249f6b;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__note p{
  margin:0;
  color:#64748b;
  font-size:.78rem;
  line-height:1.45;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity__note strong{color:#0f172a;}

/* CLIENT JOURNEY */
body.marketing-site .cm-page--client-portals .cm-cp-journey{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:1rem;
  margin:0;
  padding:0;
  list-style:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey::before{
  content:"";
  position:absolute;
  top:2.2rem;
  left:5%;
  right:5%;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#3e79d1,#805ad5,#d1963e,#3ed196,#3e79d1,#d13e79);
  opacity:.48;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__step{
  position:relative;
  z-index:1;
  min-width:0;
  padding:1rem;
  border:1px solid rgba(255,255,255,.36);
  border-radius:20px;
  background:rgba(255,255,255,.91);
  box-shadow:0 18px 42px rgba(15,23,42,.10);
  text-align:center;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__marker{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.45rem;
  margin-bottom:1rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__marker span{
  color:#3e79d1;
  font-size:.66rem;
  font-weight:950;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__marker i{
  display:inline-flex;
  width:2.75rem;
  height:2.75rem;
  align-items:center;
  justify-content:center;
  border:5px solid #fff;
  border-radius:999px;
  background:rgba(62,121,209,.12);
  color:#3e79d1;
  box-shadow:0 0 0 1px rgba(62,121,209,.22),0 12px 26px rgba(15,23,42,.12);
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__step h3{
  margin:0 0 .4rem;
  color:#0f172a;
  font-size:.96rem;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__step p{
  margin:0;
  color:#64748b;
  font-size:.78rem;
  line-height:1.5;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__summary{
  display:grid;
  grid-template-columns:4rem minmax(0,1fr);
  gap:1rem;
  align-items:center;
  max-width:920px;
  margin:2rem auto 0;
  padding:1.35rem;
  border:1px solid rgba(255,255,255,.38);
  border-radius:22px;
  background:rgba(255,255,255,.91);
  box-shadow:0 20px 48px rgba(15,23,42,.11);
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__summary > span{
  display:inline-flex;
  width:4rem;
  height:4rem;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(62,121,209,.14),rgba(62,209,150,.12));
  color:#3e79d1;
  font-size:1.3rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__summary p:first-child{
  margin:0 0 .25rem;
  color:#3e79d1;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__summary h3{
  margin:0 0 .35rem;
  color:#0f172a;
  font-size:1.25rem;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__summary p:last-child{
  margin:0;
  color:#64748b;
  line-height:1.6;
}

/* SECURITY TRUST CARDS */
body.marketing-site .cm-page--client-portals .cm-cp-security-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
  margin-top:1.25rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-security-card{
  display:grid;
  grid-template-columns:3rem minmax(0,1fr);
  gap:.85rem;
  align-items:start;
  padding:1.15rem;
  border:1px solid rgba(62,121,209,.18);
  border-radius:18px;
  background:rgba(255,255,255,.91);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

body.marketing-site .cm-page--client-portals .cm-cp-security-card > span{
  display:inline-flex;
  width:3rem;
  height:3rem;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:rgba(62,121,209,.10);
  color:#3e79d1;
}

body.marketing-site .cm-page--client-portals .cm-cp-security-card h3{
  margin:0 0 .35rem;
  color:#0f172a;
  font-size:.98rem;
  font-weight:850;
}

body.marketing-site .cm-page--client-portals .cm-cp-security-card p{
  margin:0;
  color:#64748b;
  font-size:.82rem;
  line-height:1.55;
}

/* CTA PARTNERSHIP EMPHASIS */
body.marketing-site .cm-page--client-portals .cm-cp-cta__panel{
  max-width:1200px;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta .cm-section-title{
  max-width:820px;
}

@media (hover:hover){
  body.marketing-site .cm-page--client-portals .cm-cp-module,
  body.marketing-site .cm-page--client-portals .cm-cp-security-card,
  body.marketing-site .cm-page--client-portals .cm-cp-journey__step{
    transition:transform 170ms ease,box-shadow 170ms ease,border-color 170ms ease;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-module:hover,
  body.marketing-site .cm-page--client-portals .cm-cp-security-card:hover,
  body.marketing-site .cm-page--client-portals .cm-cp-journey__step:hover{
    transform:translateY(-4px);
    border-color:rgba(62,121,209,.34);
    box-shadow:0 24px 54px rgba(15,23,42,.13);
  }
}

@media (max-width:1199px){
  body.marketing-site .cm-page--client-portals .cm-cp-workspace{
    grid-template-columns:1fr;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-activity__note{
    margin-top:1rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-journey{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  body.marketing-site .cm-page--client-portals .cm-cp-journey::before{
    display:none;
  }
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats,
  body.marketing-site .cm-page--client-portals .cm-cp-workspace__modules,
  body.marketing-site .cm-page--client-portals .cm-cp-security-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-workspace__bar{
    align-items:flex-start;
    flex-direction:column;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats,
  body.marketing-site .cm-page--client-portals .cm-cp-workspace__modules,
  body.marketing-site .cm-page--client-portals .cm-cp-journey,
  body.marketing-site .cm-page--client-portals .cm-cp-security-grid{
    grid-template-columns:1fr;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-workspace__main,
  body.marketing-site .cm-page--client-portals .cm-cp-activity{
    border-radius:22px;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-journey__summary{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   CHANGE SET 3 — HIERARCHY, WORKSPACE, JOURNEY + OUTCOMES
   Updated: 2026-08-03 07:30 PT
   Scope: Client Portals page only.
   No shared hero, loader, Bootstrap, route, or portal-shell changes.
   ========================================================= */

/* QUICK NAV — clearer sequence and active-location treatment */
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__track{
  gap:.65rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link{
  position:relative;
  min-height:3.25rem;
  padding:.6rem .9rem .6rem .62rem;
  border-color:rgba(62,121,209,.14);
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

body.marketing-site .cm-page--client-portals .cm-cp-quicknav__number{
  display:inline-flex;
  width:1.7rem;
  height:1.7rem;
  flex:0 0 1.7rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(62,121,209,.16);
  border-radius:999px;
  background:rgba(62,121,209,.08);
  color:#3e79d1;
  font-size:.58rem;
  font-weight:950;
  letter-spacing:.05em;
}

body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link.is-active,
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link[aria-current="location"]{
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(62,121,209,.18);
}

body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link.is-active .cm-cp-quicknav__number,
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link[aria-current="location"] .cm-cp-quicknav__number{
  border-color:rgba(255,255,255,.42);
  background:rgba(255,255,255,.18);
  color:#fff;
}

/* WORKSPACE — stronger dashboard hierarchy */
@media (min-width:1200px){
  body.marketing-site .cm-page--client-portals .cm-cp-workspace{
    grid-template-columns:minmax(0,1.48fr) minmax(330px,.52fr);
    gap:1.5rem;
  }
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__main{
  border-color:rgba(62,121,209,.24);
  box-shadow:0 30px 72px rgba(15,23,42,.13);
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__bar{
  padding-bottom:1.15rem;
  border-bottom:1px solid rgba(148,163,184,.18);
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats{
  gap:.85rem;
  margin-top:1.15rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats > div{
  position:relative;
  overflow:hidden;
  min-height:7.4rem;
  padding:1rem;
  border-color:rgba(62,121,209,.16);
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace__stats > div::after{
  content:"";
  position:absolute;
  right:-1.4rem;
  bottom:-1.4rem;
  width:4.5rem;
  height:4.5rem;
  border-radius:999px;
  background:rgba(62,121,209,.065);
}

body.marketing-site .cm-page--client-portals .cm-cp-module{
  min-height:12.5rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-activity{
  border-color:rgba(62,121,209,.22);
  box-shadow:0 28px 66px rgba(15,23,42,.12);
}

/* JOURNEY — stronger visual progression */
@media (min-width:1200px){
  body.marketing-site .cm-page--client-portals .cm-cp-journey{
    gap:1.15rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-journey::before{
    top:2.42rem;
    left:5%;
    right:5%;
    height:4px;
    background:linear-gradient(90deg,rgba(62,121,209,.66),rgba(128,90,213,.62),rgba(209,150,62,.64),rgba(62,209,150,.66),rgba(209,62,121,.58));
    box-shadow:0 0 0 1px rgba(255,255,255,.52),0 8px 20px rgba(62,121,209,.18);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-journey__step:not(:last-child)::after{
    content:"→";
    position:absolute;
    top:2.42rem;
    right:-1.05rem;
    z-index:4;
    display:inline-flex;
    width:1.9rem;
    height:1.9rem;
    align-items:center;
    justify-content:center;
    transform:translateY(-50%);
    border:1px solid rgba(62,121,209,.22);
    border-radius:999px;
    background:#fff;
    color:#3e79d1;
    box-shadow:0 9px 20px rgba(15,23,42,.11);
    font-size:.78rem;
    font-weight:950;
  }
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__step{
  min-height:13.25rem;
  padding:1.15rem 1rem 1.25rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__marker i{
  width:3rem;
  height:3rem;
  box-shadow:0 0 0 1px rgba(62,121,209,.24),0 0 0 6px rgba(255,255,255,.9),0 14px 28px rgba(15,23,42,.13);
}

/* OUTCOMES — final emphasis before FAQ */
body.marketing-site .cm-page--client-portals .cm-cp-results__grid{
  gap:1.2rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card{
  min-height:18rem;
  padding:1.65rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card__metric{
  font-size:clamp(2.5rem,4.5vw,3.65rem);
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary{
  display:grid;
  grid-template-columns:4.75rem minmax(0,1fr);
  gap:1.25rem;
  align-items:center;
  max-width:1100px;
  margin:2rem auto 0;
  padding:clamp(1.45rem,3vw,2rem);
  border:1px solid rgba(62,121,209,.24);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(62,121,209,.11),rgba(128,90,213,.055) 48%,rgba(62,209,150,.08));
  box-shadow:0 24px 58px rgba(15,23,42,.11);
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary-icon{
  display:inline-flex;
  width:4.75rem;
  height:4.75rem;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(62,121,209,.18);
  border-radius:23px;
  background:#fff;
  color:#3e79d1;
  box-shadow:0 14px 30px rgba(15,23,42,.10);
  font-size:1.5rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary p{
  margin:0 0 .3rem;
  color:#3e79d1;
  font-size:.7rem;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary h3{
  margin:0 0 .45rem;
  color:#0f172a;
  font-size:clamp(1.35rem,2.3vw,1.8rem);
  line-height:1.18;
  font-weight:900;
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary div > span{
  display:block;
  color:#475569;
  font-size:.98rem;
  line-height:1.68;
}

body.marketing-site .cm-page--client-portals .cm-cp-managed{
  margin-top:1.25rem;
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link{
    min-height:3rem;
    padding:.52rem .72rem .52rem .52rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-quicknav__number{
    width:1.55rem;
    height:1.55rem;
    flex-basis:1.55rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-module,
  body.marketing-site .cm-page--client-portals .cm-cp-journey__step,
  body.marketing-site .cm-page--client-portals .cm-cp-result-card{
    min-height:0;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-results__summary{
    grid-template-columns:1fr;
    padding:1.25rem;
    border-radius:21px;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-results__summary-icon{
    width:4rem;
    height:4rem;
    border-radius:20px;
  }
}

/* =========================================================
   CHANGE SET 5 — INITIAL LOAD + QUICKNAV STABILITY
   Updated: 2026-08-03 08:16 PT
   Scope: Client Portals page only.

   Purpose:
   - Prevent quick-navigation activation from moving the document
     vertically during initial page load or section observation.
   - Allow horizontal quick-navigation centering without invoking
     element.scrollIntoView().
   - Preserve native anchor navigation and sticky behavior.
   ========================================================= */
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__track{
  scroll-behavior:auto;
}

body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link{
  scroll-margin-block:0;
}

/* Avoid browser scroll anchoring against the sticky quick-navigation
   while dashboard cards and the hero artwork finish rendering. */
body.marketing-site .cm-page--client-portals .cm-cp-quicknav,
body.marketing-site .cm-page--client-portals .cm-cp-workspace{
  overflow-anchor:none;
}


/* =========================================================
   CHANGE SET 6 — SECTION RHYTHM + VISUAL SEPARATION
   Updated: 2026-08-03 08:29 PT
   Scope: Client Portals page only.

   Purpose:
   - Improves separation between headings and dense portal panels.
   - Prevents neighboring sections from visually colliding.
   - Gives each major content band a clearer beginning and ending.
   - Preserves all existing markup, shared hero geometry, quick-nav,
     Bootstrap, loader, route, and portal-shell contracts.
   ========================================================= */

/* Consistent breathing room between headings and primary content. */
body.marketing-site .cm-page--client-portals .cm-cp-section-head{
  position:relative;
  z-index:2;
  margin-bottom:clamp(2rem,4vw,3.25rem);
}

body.marketing-site .cm-page--client-portals .cm-cp-section-head .cm-section-title{
  text-wrap:balance;
}

body.marketing-site .cm-page--client-portals .cm-cp-section-head .cm-section-subtitle{
  max-width:780px;
}

/* Give every major section a reliable visual start and finish. */
body.marketing-site .cm-page--client-portals #client-portals-experience,
body.marketing-site .cm-page--client-portals #client-portals-capabilities,
body.marketing-site .cm-page--client-portals #client-portals-access,
body.marketing-site .cm-page--client-portals #client-portals-transformation,
body.marketing-site .cm-page--client-portals #client-portals-results,
body.marketing-site .cm-page--client-portals #client-portals-faq{
  position:relative;
  isolation:isolate;
  padding-top:clamp(5rem,8vw,7.25rem);
  padding-bottom:clamp(4.5rem,7vw,6.5rem);
}

/* Subtle page-scoped separators clarify long-page progression. */
body.marketing-site .cm-page--client-portals #client-portals-capabilities::before,
body.marketing-site .cm-page--client-portals #client-portals-access::before,
body.marketing-site .cm-page--client-portals #client-portals-transformation::before,
body.marketing-site .cm-page--client-portals #client-portals-results::before,
body.marketing-site .cm-page--client-portals #client-portals-faq::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(1440px,calc(100% - 80px));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(62,121,209,.18) 18%,rgba(128,90,213,.14) 50%,rgba(62,121,209,.18) 82%,transparent);
  pointer-events:none;
}

/* Keep the workspace preview visually contained beneath its heading. */
body.marketing-site .cm-page--client-portals .cm-cp-workspace{
  position:relative;
  z-index:1;
  margin-top:.25rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-workspace::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:8% 3% -6%;
  border-radius:34px;
  background:radial-gradient(circle at 50% 35%,rgba(62,121,209,.12),rgba(62,121,209,0) 70%);
  filter:blur(24px);
  pointer-events:none;
}

/* Add clearer separation around the journey and access systems. */
body.marketing-site .cm-page--client-portals .cm-cp-journey,
body.marketing-site .cm-page--client-portals .cm-cp-access__grid,
body.marketing-site .cm-page--client-portals .cm-cp-security-grid,
body.marketing-site .cm-page--client-portals .cm-cp-transformation__grid,
body.marketing-site .cm-page--client-portals .cm-cp-results__grid{
  margin-top:.35rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__summary,
body.marketing-site .cm-page--client-portals .cm-cp-results__summary,
body.marketing-site .cm-page--client-portals .cm-cp-managed{
  margin-top:clamp(1.75rem,3vw,2.5rem);
}

/* Prevent the next section from appearing to overlap large panels. */
body.marketing-site .cm-page--client-portals .cm-cp-scroll{
  position:relative;
  z-index:3;
  margin-top:clamp(2rem,4vw,3rem);
  padding-top:.25rem;
}

/* More deliberate FAQ and CTA handoff. */
body.marketing-site .cm-page--client-portals #client-portals-faq{
  padding-bottom:clamp(5rem,8vw,7rem);
}

body.marketing-site .cm-page--client-portals .cm-cp-cta{
  padding-top:clamp(5rem,8vw,7.5rem);
  padding-bottom:clamp(5rem,8vw,7.5rem);
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals #client-portals-experience,
  body.marketing-site .cm-page--client-portals #client-portals-capabilities,
  body.marketing-site .cm-page--client-portals #client-portals-access,
  body.marketing-site .cm-page--client-portals #client-portals-transformation,
  body.marketing-site .cm-page--client-portals #client-portals-results,
  body.marketing-site .cm-page--client-portals #client-portals-faq{
    padding-top:4.75rem;
    padding-bottom:4.5rem;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-section-head{
    margin-bottom:1.75rem;
  }

  body.marketing-site .cm-page--client-portals #client-portals-experience,
  body.marketing-site .cm-page--client-portals #client-portals-capabilities,
  body.marketing-site .cm-page--client-portals #client-portals-access,
  body.marketing-site .cm-page--client-portals #client-portals-transformation,
  body.marketing-site .cm-page--client-portals #client-portals-results,
  body.marketing-site .cm-page--client-portals #client-portals-faq{
    padding-top:4rem;
    padding-bottom:3.75rem;
  }

  body.marketing-site .cm-page--client-portals #client-portals-capabilities::before,
  body.marketing-site .cm-page--client-portals #client-portals-access::before,
  body.marketing-site .cm-page--client-portals #client-portals-transformation::before,
  body.marketing-site .cm-page--client-portals #client-portals-results::before,
  body.marketing-site .cm-page--client-portals #client-portals-faq::before{
    width:calc(100% - 32px);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-scroll{
    margin-top:1.75rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta{
    padding-top:4rem;
    padding-bottom:4rem;
  }
}

/* =========================================================
   CHANGE SET 7 — COMPOSITION, ACCESS + OUTCOMES POLISH
   Updated: 2026-08-03 09:02 PT
   Scope: Client Portals page only.

   Purpose:
   - Reduces the repeated-panel feeling visible in the full-page view.
   - Gives access, transformation, outcomes, and managed support
     more distinct visual roles within the existing page structure.
   - No shared hero, loader, route, Bootstrap, or portal-shell changes.
   ========================================================= */

/* Access now reads as a deliberate security chapter rather than
   another centered product-preview section. */
body.marketing-site .cm-page--client-portals .cm-cp-section-head--access{
  max-width:920px;
  margin-right:auto;
  margin-left:0;
}

body.marketing-site .cm-page--client-portals .cm-cp-access__grid{
  counter-reset:cm-cp-access-step;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.25rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-access-card{
  position:relative;
  overflow:hidden;
  min-height:100%;
  border-top:4px solid rgba(62,121,209,.72);
  background:
    radial-gradient(circle at 100% 0,rgba(62,121,209,.10),transparent 38%),
    rgba(255,255,255,.95);
}

body.marketing-site .cm-page--client-portals .cm-cp-access-card:nth-child(2){
  border-top-color:rgba(128,90,213,.72);
}

body.marketing-site .cm-page--client-portals .cm-cp-access-card:nth-child(3){
  border-top-color:rgba(62,209,150,.76);
}

body.marketing-site .cm-page--client-portals .cm-cp-access-card::after{
  content:"";
  position:absolute;
  right:-2rem;
  bottom:-2.5rem;
  width:8rem;
  height:8rem;
  border-radius:999px;
  background:rgba(62,121,209,.055);
  pointer-events:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-security-note{
  margin-top:clamp(2.25rem,4vw,3.25rem);
  border-width:1px;
  box-shadow:0 26px 62px rgba(15,23,42,.13);
}

body.marketing-site .cm-page--client-portals .cm-cp-security-grid{
  gap:1rem;
  margin-top:1.25rem;
}

/* Keep the transformation headline focused so the before/after
   comparison carries more visual authority. */
body.marketing-site .cm-page--client-portals .cm-cp-section-head--transformation{
  max-width:940px;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__grid{
  align-items:center;
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after{
  transform:translateY(-8px);
  box-shadow:0 32px 78px rgba(36,159,107,.17),0 20px 50px rgba(15,23,42,.11);
}

body.marketing-site .cm-page--client-portals .cm-cp-transformation__bridge{
  position:relative;
  z-index:3;
}

/* Outcomes become the visual payoff instead of another equal card row. */
body.marketing-site .cm-page--client-portals .cm-cp-section-head--results{
  max-width:980px;
}

body.marketing-site .cm-page--client-portals .cm-cp-results__grid{
  gap:1.25rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card{
  padding:clamp(1.5rem,2.4vw,2rem);
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card__top{
  position:relative;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card__top small{
  display:inline-flex;
  min-width:2.2rem;
  height:2.2rem;
  align-items:center;
  justify-content:center;
  margin-left:auto;
  border:1px solid rgba(var(--cm-cp-result-accent),.18);
  border-radius:999px;
  background:rgba(var(--cm-cp-result-accent),.08);
  color:rgb(var(--cm-cp-result-accent));
  font-size:.67rem;
  font-weight:950;
  letter-spacing:.08em;
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary{
  max-width:1160px;
  margin-right:auto;
  margin-left:auto;
  border-color:rgba(62,121,209,.28);
  box-shadow:0 28px 68px rgba(15,23,42,.13);
}

body.marketing-site .cm-page--client-portals .cm-cp-managed{
  max-width:980px;
  margin-right:auto;
  margin-left:auto;
  background:
    linear-gradient(135deg,rgba(62,209,150,.10),rgba(255,255,255,.96) 46%,rgba(62,121,209,.07));
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-access__grid{
    grid-template-columns:1fr;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-transformation-card--after{
    transform:none;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-section-head--access,
  body.marketing-site .cm-page--client-portals .cm-cp-section-head--results{
    max-width:none;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-result-card__top small{
    min-width:2rem;
    height:2rem;
  }
}


/* =========================================================
   FINAL POLISH — HEADING HIERARCHY, JOURNEY, OUTCOMES
   Updated: 2026-08-03 09:02 PT
   Scope: Client Portals page only
   ========================================================= */

/* Give the journey chapter a stronger editorial introduction. */
body.marketing-site .cm-page--client-portals .cm-cp-section-head--journey{
  max-width:900px;
  margin-right:auto;
  margin-left:auto;
}

body.marketing-site .cm-page--client-portals .cm-cp-section-head--journey .cm-eyebrow,
body.marketing-site .cm-page--client-portals .cm-cp-section-head--results .cm-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding:.45rem .75rem;
  border:1px solid rgba(62,121,209,.18);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 26px rgba(15,23,42,.06);
}

body.marketing-site .cm-page--client-portals .cm-cp-section-head--journey .cm-section-title,
body.marketing-site .cm-page--client-portals .cm-cp-section-head--results .cm-section-title{
  max-width:880px;
  margin-top:.7rem;
}

/* Emphasize the client journey as the page roadmap. */
body.marketing-site .cm-page--client-portals .cm-cp-journey{
  margin-top:clamp(2.4rem,4vw,3.4rem);
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__step{
  position:relative;
  padding-top:1.75rem;
  padding-bottom:1.75rem;
  border-color:rgba(255,255,255,.68);
  background:
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,255,255,.84)),
    rgba(255,255,255,.90);
  box-shadow:0 20px 46px rgba(15,23,42,.10);
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__step h3{
  font-size:1.16rem;
  letter-spacing:-.012em;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__summary--featured{
  max-width:1040px;
  margin-top:2.5rem;
  margin-right:auto;
  margin-left:auto;
  border:1px solid rgba(62,121,209,.28);
  background:
    radial-gradient(circle at 12% 20%,rgba(62,121,209,.14),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.97),rgba(243,248,255,.94));
  box-shadow:0 28px 68px rgba(15,23,42,.13);
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__summary--featured > span{
  width:4.6rem;
  height:4.6rem;
  border-radius:22px;
  box-shadow:0 16px 34px rgba(62,121,209,.18);
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__summary--featured h3{
  font-size:clamp(1.45rem,2.3vw,2rem);
  letter-spacing:-.025em;
}

/* Make outcomes feel like the final payoff, not another card section. */
body.marketing-site .cm-page--client-portals .cm-cp-results{
  position:relative;
}

body.marketing-site .cm-page--client-portals .cm-cp-results::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(62,121,209,.28),transparent);
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card{
  min-height:100%;
  border-top-width:4px;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card__metric{
  font-size:clamp(2.55rem,4.4vw,3.7rem);
  letter-spacing:-.065em;
}

body.marketing-site .cm-page--client-portals .cm-cp-result-card h3{
  font-size:1.16rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary--featured{
  position:relative;
  overflow:hidden;
  margin-top:2.75rem;
  padding:clamp(1.75rem,3vw,2.4rem);
  background:
    radial-gradient(circle at 100% 0,rgba(62,209,150,.16),transparent 34%),
    linear-gradient(135deg,rgba(62,121,209,.11),rgba(255,255,255,.97) 52%,rgba(62,209,150,.10));
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary--featured::after{
  content:"";
  position:absolute;
  right:-4rem;
  bottom:-5rem;
  width:13rem;
  height:13rem;
  border-radius:999px;
  background:rgba(62,209,150,.08);
  pointer-events:none;
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary--featured h3{
  max-width:850px;
  font-size:clamp(1.5rem,2.5vw,2.15rem);
  line-height:1.12;
  letter-spacing:-.03em;
}

body.marketing-site .cm-page--client-portals .cm-cp-results__summary--featured span:last-child{
  position:relative;
  z-index:1;
  max-width:850px;
  font-size:1rem;
  line-height:1.7;
}

body.marketing-site .cm-page--client-portals .cm-cp-managed{
  margin-top:1.35rem;
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-section-head--journey,
  body.marketing-site .cm-page--client-portals .cm-cp-section-head--results{
    max-width:780px;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-section-head--journey .cm-eyebrow,
  body.marketing-site .cm-page--client-portals .cm-cp-section-head--results .cm-eyebrow{
    padding:.4rem .65rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-journey__summary--featured{
    margin-top:1.75rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-journey__summary--featured > span{
    width:3.8rem;
    height:3.8rem;
    border-radius:19px;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-results__summary--featured{
    margin-top:2rem;
    padding:1.35rem;
  }
}


/* =========================================================
   FINAL POLISH BEFORE FREEZE
   Updated: 2026-08-03 09:02 PT
   Scope: Client Portals page only
   - Hero breathing room
   - Premium quick navigation
   - Larger desktop workspace emphasis
   - Stronger journey connectors
   - Outcomes progression payoff
   - Premium closing CTA
   ========================================================= */

/* Page-scoped hero breathing room; shared hero geometry remains intact. */
body.marketing-site .cm-page--client-portals .cm-page-hero--client-portals{
  padding-top:calc(var(--cm-hero-pad-top,0px) + 20px);
  padding-bottom:calc(var(--cm-hero-pad-bottom,0px) + 20px);
}

/* Premium application-style quick navigation. */
body.marketing-site .cm-page--client-portals .cm-cp-quicknav{
  padding:.7rem 0;
  border-top:1px solid rgba(148,163,184,.16);
  border-bottom:1px solid rgba(148,163,184,.22);
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 30px rgba(15,23,42,.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

body.marketing-site .cm-page--client-portals .cm-cp-quicknav__track{
  gap:.55rem;
  padding:.15rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link{
  min-height:2.75rem;
  padding:.58rem .88rem;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(248,250,252,.88);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link.is-active,
body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link[aria-current="location"]{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(62,121,209,.22);
}

/* Make the application preview the primary visual on wide screens. */
@media (min-width:1200px){
  body.marketing-site .cm-page--client-portals .cm-cp-workspace{
    width:106%;
    max-width:none;
    margin-left:-3%;
  }
}

/* Stronger roadmap sequence and connectors. */
body.marketing-site .cm-page--client-portals .cm-cp-journey__step{
  border-color:rgba(62,121,209,.22);
  box-shadow:0 18px 42px rgba(15,23,42,.10);
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__marker > span{
  min-width:2.15rem;
  min-height:2.15rem;
  border-radius:999px;
  background:#0f172a;
  color:#fff;
  box-shadow:0 8px 18px rgba(15,23,42,.18);
}

@media (min-width:992px){
  body.marketing-site .cm-page--client-portals .cm-cp-journey::before{
    height:3px;
    background:linear-gradient(90deg,rgba(62,121,209,.42),rgba(128,90,213,.50),rgba(62,209,150,.48));
    box-shadow:0 0 0 1px rgba(255,255,255,.72),0 8px 18px rgba(62,121,209,.12);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-journey__step:not(:last-child)::after{
    width:2.05rem;
    height:2.05rem;
    right:-1.23rem;
    background:#fff;
    border-color:rgba(62,121,209,.28);
    box-shadow:0 10px 22px rgba(15,23,42,.12);
  }
}

/* Outcomes now read as a practical progression before the detail cards. */
body.marketing-site .cm-page--client-portals .cm-cp-outcome-flow{
  display:grid;
  grid-template-columns:repeat(7,auto);
  justify-content:center;
  align-items:center;
  gap:clamp(.55rem,1.5vw,1.1rem);
  margin:0 auto clamp(1.5rem,3vw,2.25rem);
  padding:1rem 1.25rem;
  border:1px solid rgba(62,121,209,.20);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(62,121,209,.08),rgba(255,255,255,.96),rgba(62,209,150,.08));
  box-shadow:0 16px 38px rgba(15,23,42,.08);
  color:#0f172a;
}

body.marketing-site .cm-page--client-portals .cm-cp-outcome-flow span{
  font-size:.88rem;
  font-weight:900;
  white-space:nowrap;
}

body.marketing-site .cm-page--client-portals .cm-cp-outcome-flow i{
  color:#3e79d1;
  font-size:.78rem;
}

/* Premium conclusion CTA. */
body.marketing-site .cm-page--client-portals .cm-cp-cta__panel{
  max-width:1180px;
  border-color:rgba(255,255,255,.76);
  box-shadow:0 34px 90px rgba(15,23,42,.16);
}

body.marketing-site .cm-page--client-portals .cm-cp-cta .cm-section-title{
  max-width:760px;
  font-size:clamp(2.25rem,4.8vw,4rem);
  line-height:.98;
  letter-spacing:-.052em;
}

body.marketing-site .cm-page--client-portals .cm-cp-cta .cm-section-title span{
  color:#3e79d1;
}

@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-page-hero--client-portals{
    padding-top:calc(var(--cm-hero-pad-top,0px) + 12px);
    padding-bottom:calc(var(--cm-hero-pad-bottom,0px) + 12px);
  }

  body.marketing-site .cm-page--client-portals .cm-cp-outcome-flow{
    grid-template-columns:1fr;
    width:min(100%,420px);
    border-radius:24px;
    text-align:center;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-outcome-flow i{
    transform:rotate(90deg);
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-quicknav{
    padding:.55rem 0;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-quicknav__link{
    min-height:2.55rem;
    padding:.5rem .72rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-cta .cm-section-title{
    font-size:clamp(2rem,10vw,2.8rem);
  }
}

/* =========================================================
   TARGETED UPDATE — JOURNEY LAYOUT + STICKY QUICK NAV
   Updated: 2026-08-04 05:13 AM PT
   Scope: Client Portals page only

   Approved changes only:
   1. Restore the original journey marker layout shown in the
      approved reference: plain blue step number on the left,
      icon ring on the right.
   2. Keep the page quick navigation sticky directly beneath
      the fixed marketing header.

   No hero, section, card, outcome, FAQ, CTA, Bootstrap,
   loader, route, portal-shell, or shared-contract changes.
   ========================================================= */

/* ---------------------------------------------------------
   1. ONE CONNECTED CLIENT JOURNEY — APPROVED MARKER LAYOUT
   --------------------------------------------------------- */

/* The approved marker uses direct siblings:
   - plain blue step number on the left
   - Font Awesome icon ring on the right */
body.marketing-site .cm-page--client-portals .cm-cp-journey__marker{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.45rem;
  min-height:3rem;
  margin-bottom:1rem;
}

/* Step number: plain blue text, no badge or circle. */
body.marketing-site .cm-page--client-portals .cm-cp-journey__marker > span{
  display:inline;
  flex:0 0 auto;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#3e79d1;
  box-shadow:none;
  font-size:.66rem;
  font-weight:950;
  line-height:1;
  letter-spacing:.02em;
}

/* Font Awesome icon ring positioned at the right side of the marker. */
body.marketing-site .cm-page--client-portals .cm-cp-journey__marker > i{
  display:inline-flex;
  width:3rem;
  height:3rem;
  flex:0 0 3rem;
  align-items:center;
  justify-content:center;
  margin:0;
  border:5px solid #fff;
  border-radius:999px;
  background:rgba(62,121,209,.12);
  color:#3e79d1;
  box-shadow:
    0 0 0 1px rgba(62,121,209,.24),
    0 0 0 6px rgba(255,255,255,.90),
    0 14px 28px rgba(15,23,42,.13);
  font-size:1rem;
  line-height:1;
}

/* Retire the experimental wrapper/badge selectors if stale markup
   remains in a cached response. */
body.marketing-site .cm-page--client-portals .cm-cp-journey__icon-wrap,
body.marketing-site .cm-page--client-portals .cm-cp-journey__step-badge,
body.marketing-site .cm-page--client-portals .cm-cp-journey__icon{
  all:unset;
}

/* Approved connector treatment. */
@media (min-width:992px){
  body.marketing-site .cm-page--client-portals .cm-cp-journey__step:not(:last-child)::after{
    width:2.05rem;
    height:2.05rem;
    right:-1.23rem;
    border-color:rgba(62,121,209,.28);
    background:#fff;
    color:#3e79d1;
    box-shadow:0 10px 22px rgba(15,23,42,.12);
    font-size:.78rem;
    opacity:1;
  }
}

@media (max-width:767px){
  body.marketing-site .cm-page--client-portals .cm-cp-journey__marker{
    min-height:3rem;
  }

  body.marketing-site .cm-page--client-portals .cm-cp-journey__marker > i{
    width:3rem;
    height:3rem;
    flex-basis:3rem;
  }
}

/* ---------------------------------------------------------
   2. QUICK NAV — STICKY BELOW THE MARKETING HEADER
   --------------------------------------------------------- */

body.marketing-site .cm-page--client-portals .cm-cp-quicknav{
  position:-webkit-sticky !important;
  position:sticky !important;
  top:87px;
  z-index:90;
  align-self:flex-start;
  width:100%;
}

/* Ensure the page wrapper does not establish a vertical clipping
   context that prevents sticky positioning. */
body.marketing-site .cm-page--client-portals{
  overflow-x:clip;
  overflow-y:visible;
}

/* Tablet/mobile header offset. */
@media (max-width:991px){
  body.marketing-site .cm-page--client-portals .cm-cp-quicknav{
    top:64px;
  }
}



/* ============================================================
   UPDATE — Journey Marker Grouping
   Updated: 2026-08-04 05:30 AM PT
   Groups the step number and icon together on the left.
   ============================================================ */
body.marketing-site .cm-page--client-portals .cm-cp-journey__marker{
  justify-content:flex-start;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__marker-group{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__marker-group > span{
  color:#3e79d1;
  font-size:.66rem;
  font-weight:950;
  line-height:1;
}

body.marketing-site .cm-page--client-portals .cm-cp-journey__marker-group > i{
  display:inline-flex;
  width:3rem;
  height:3rem;
  align-items:center;
  justify-content:center;
  border:5px solid #fff;
  border-radius:999px;
  background:rgba(62,121,209,.12);
  color:#3e79d1;
  box-shadow:
    0 0 0 1px rgba(62,121,209,.24),
    0 0 0 6px rgba(255,255,255,.90),
    0 14px 28px rgba(15,23,42,.13);
}


/* =========================================================
   MIGRATION — SHARED MARKETING QUICK NAVIGATION
   Updated: 2026-08-04 05:34 AM PT
   Scope: Client Portals page only

   The current PHP no longer renders .cm-cp-quicknav markup.
   Existing legacy selectors remain inert for rollback safety.
   Shared styling now comes from marketing-quicknav.css.
   ========================================================= */
