section.CPE_Banner {
    background-image: url(../images/cpe-for-teams-case-study/cpe-for-teams-case-study-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-block: 48px;
}
.CPE_Banner h1 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.72px;
}
.CPE_Banner p {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
}
section.Transformation {
    background-color: #fff;
    padding-block: 48px;
}
.Transformation_Can {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    margin-bottom: 24px;
}
.Transformation_Can h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}
.Before {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    padding: 24px;
}
.Before_Box {
    display: flex;
    position: relative;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 24px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
}
.Before_Box .Before_Img {
    position: absolute;
    top: 0;
}
.Before_Box .Before_Can {
    margin-left: 80px;
}
.Before_Box .Before_Can h5 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 4px;
}
.Before_Box .Before_Can p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Before_Box:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.Before h3 {
    color: var(--Error-Red-500, #F04438);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 32px;
}
.Before.After {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-50, #EBEEFD);
}

.Before.After h3 {
    color: var(--Success-Green-600, #039855);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.Before_Box .Before_Can h4 {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.84px;
    margin-bottom: 8px;
}
.After_Right h5 {
    border-radius: 8px;
    background: var(--White, #FFF);
    color: var(--Success-Green-600, #039855);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    padding: 4px 12px;
}
.After_Right h5 svg {
    margin-left: 8px;
}
.After_Right h5 span {
    color: var(--Success-Green-600, #039855);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.48px;
}
.Before.After .Before_Box {
    border-color: #D0D5DD;
}
.Key_Outcomes {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    margin-bottom: 24px;
}
.Key_Outcomes h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 36px;
}
.Key_Box {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    margin-bottom: 36px;
}
.Key_Box svg {
    margin-bottom: 24px;
}
.Key_Box h6 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.Key_Box p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Before.Snapshot .Before_Box .Before_Img {
    top: auto;
}
.Transformation_Can.Conclusion p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Transformation_Can.Conclusion {
    margin: 0;
}
/* transform grid — Before vs After section */
.Transformation_Can .section-title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}
.transform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.transform-col {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    padding: 24px;
}
.transform-col.after {
    background: var(--Theme-Blue-50, #EBEEFD);
    border-color: #D0D5DD;
}
.transform-col-head {
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 32px;
}
.transform-col.before .transform-col-head {
    color: var(--Error-Red-500, #F04438);
}
.transform-col.after .transform-col-head {
    color: var(--Success-Green-600, #039855);
}
.transform-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 130px;
}
.transform-col.after .transform-row {
    border-color: #D0D5DD;
}
.transform-row:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.transform-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(240, 68, 56, 0.10);
    color: #F04438;
}
.transform-icon svg {
    min-width: 36px;
    min-height: 36px;
}

.transform-col.after .transform-icon {
    background: rgba(58, 88, 239, 0.10);
    color: #3A58EF;
}
.transform-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.transform-text .body {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    margin-bottom: 4px;
}
.transform-text .cat {
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

/* impact grid — Impact in Numbers section */
.impact-card-wrap {
    overflow: hidden;
}
.impact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.impact-col {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    padding: 24px;
}
.impact-col.after {
    background: var(--Theme-Blue-50, #EBEEFD);
    border-color: #D0D5DD;
}
.impact-col-head {
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 32px;
}
.impact-col.before .impact-col-head {
    color: var(--Error-Red-500, #F04438);
}
.impact-col.after .impact-col-head {
    color: var(--Success-Green-600, #039855);
}
.impact-row {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.impact-col.after .impact-row {
    border-color: #D0D5DD;
}
.impact-row:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.impact-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(240, 68, 56, 0.10);
    color: #F04438;
}
.impact-col.after .impact-icon {
    background: rgba(58, 88, 239, 0.10);
    color: #3A58EF;
}
.impact-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.impact-val {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.84px;
    margin-bottom: 8px;
}
.impact-col.before .impact-val {
    /* color: var(--Text-Grey-700, #344054); */
}
.impact-lbl {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.impact-row .pct {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    border-radius: 8px;
    background: var(--White, #FFF);
    color: var(--Success-Green-600, #039855);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    padding: 4px 12px;
}
.impact-row .pct svg {
    stroke: #039855;
}

/* snapshot section */
.snapshot-subtitle {
    color: var(--Text-Grey-500, #667085);
    font-weight: 500;
}
.snapshot-card {
    /* border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    overflow: hidden; */
}
.snapshot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.snapshot-col {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    overflow: hidden;
}
.snapshot-col.after {
    background: var(--Theme-Blue-50, #EBEEFD);
    border-left: 1px solid #D0D5DD;
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    overflow: hidden;
}
.snapshot-col-head {
    padding-bottom: 16px;
    border-bottom: 1px solid #EAECF0;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 32px;
}
.snapshot-col.before .snapshot-col-head {
    color: var(--Error-Red-500, #F04438);
}
.snapshot-col.after .snapshot-col-head {
    color: var(--Success-Green-600, #039855);
    border-color: #D0D5DD;
}
.snapshot-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #EAECF0;
}
.snapshot-col.after .snapshot-row {
    border-color: #D0D5DD;
}
.snapshot-row:last-child {
    border: none;
    padding-bottom: 0;
}
.snapshot-row .ic {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(240, 68, 56, 0.10);
    color: #F04438;
}
.snapshot-col.after .snapshot-row .ic {
    background: hsl(153 96% 30% / 1);
    color: #fff;
}
.snapshot-row .text {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 4px;
}

/* key outcomes section */
.outcomes {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; */
}
.outcome {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    margin-bottom: 36px;
}
.outcome-icon {
    color: #3A58EF;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(58, 88, 239, 0.08), rgba(113, 98, 234, 0.06));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid rgba(58, 88, 239, 0.10);
}
.outcome h3 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.outcome p {
    margin: 0;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width: 600px) {

h1 {
    font-size: 28px !important;
}
h2 {
    font-size: 26px !important;
}
h3 {
    font-size: 22px !important;
}
h4 {
    font-size: 20px !important;
}
h5 {
    font-size: 18px !important;
}
.Before_Box {
    display: block;
    text-align: center;
}
.Before_Box .Before_Img {
    position: inherit;
    margin-bottom: 16px;
}
.Before_Box .Before_Can {
    margin-left: 0;
}
.After_Right {
    margin-top: 16px;
}
.Key_Box.m-0 {
    margin-bottom: 24px !important;
}
.Before {
    margin-bottom: 24px;
}
.transform-grid {
    grid-template-columns: 1fr;
}
.transform-col {
    margin-bottom: 16px;
}
.impact-grid {
    grid-template-columns: 1fr;
}
.impact-col {
    margin-bottom: 16px;
}
.impact-val {
    font-size: 22px;
}
.After_Right h5 span {
    font-size: 16px;
}
.outcomes {
    grid-template-columns: 1fr;
}
.snapshot-grid {
    grid-template-columns: 1fr;
}
.snapshot-col.after {
    border-left: none;
    border-top: 1px solid #D0D5DD;
}

}