/* Hamilton CEM overview page. */
.hpi-cem-overview-page {
	--cem-navy: #000;
	--cem-red: #FF3B30;
	--cem-pale: #FCE8E3;
}

.hpi-cem-overview-page .hpi-site-header { z-index: 60; }
.hpi-cem-overview-page main { position: relative; isolation: isolate; overflow: hidden; color: var(--cem-navy); background: #fff; }
.hpi-cem-particle-canvas { position: fixed; z-index: 1; inset: 0; display: block; width: 100vw; height: 100vh; pointer-events: none; background: transparent; }.hpi-cem-overview-page main > .hpi-cem-section { position: relative; z-index: 2; }.hpi-cem-overview-page .hpi-footer { position: relative; z-index: 2; }
.hpi-cem-shell { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.hpi-cem-section { padding-block: clamp(46px, 5vw, 74px); background: transparent; }
.hpi-cem-overview-page .hpi-cem-eyebrow { margin: 0 0 14px; color: var(--cem-red) !important; font-size: 12px !important; font-weight: 600; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; }
.hpi-cem-overview-page main h1, .hpi-cem-overview-page main h2, .hpi-cem-overview-page main h3 { color: var(--cem-navy); letter-spacing: -.035em; }
.hpi-cem-overview-page main h1 { max-width: 480px; margin: 0 0 18px; font-size: clamp(38px, 3.7vw, 56px) !important; font-weight: 600; line-height: 1.04; }
.hpi-cem-overview-page main h2 { margin: 0 0 14px; font-size: clamp(26px, 2.3vw, 34px) !important; font-weight: 600; line-height: 1.12; }
.hpi-cem-overview-page main h3 { margin: 0 0 7px; font-size: 18px !important; font-weight: 600; line-height: 1.15; }
.hpi-cem-overview-page main p { margin: 0 0 14px; color: var(--cem-navy); font-size: 14px !important; line-height: 1.5; }
.hpi-cem-button { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; padding: 12px 22px; border-radius: 7px; background: var(--cem-red); box-shadow: 0 12px 24px rgb(252 74 61 / 20%); color: #fff !important; font-size: 15px; font-weight: 600; transition: transform 160ms ease, background 160ms ease; }
.hpi-cem-button:hover, .hpi-cem-button:focus-visible { background: #FF3B30; transform: translateY(-2px); }

.hpi-cem-hero { padding-top: clamp(48px, 5vw, 72px); background: #fff; }
.hpi-cem-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(42px, 6vw, 78px); }
.hpi-cem-hero-copy > p:not(.hpi-cem-eyebrow) { max-width: 450px; }
.hpi-cem-hero-graphic { position: relative; display: grid; grid-template-columns: 118px 1fr 176px; align-items: end; min-height: 325px; padding: 58px 52px 64px; border: 1px solid var(--hpi-border); border-radius: 14px; background: var(--hpi-base-alt); }
.hpi-cem-hero-graphic > p { position: absolute; top: 34px; left: 50%; margin: 0; transform: translateX(-50%); color: var(--cem-navy); font-size: 11px !important; font-weight: 600; letter-spacing: .07em; text-align: center; text-transform: uppercase; white-space: nowrap; }
.hpi-cem-document { position: relative; width: 116px; height: 150px; padding: 40px 18px 18px; border: 1px solid #E8DDD3; border-radius: 6px; background: #fff; }
.hpi-cem-document::after { position: absolute; top: -1px; right: -1px; width: 29px; height: 29px; border-bottom: 1px solid #E8DDD3; border-left: 1px solid #E8DDD3; background: #F5F1E8; content: ''; clip-path: polygon(0 0, 100% 100%, 0 100%); }
.hpi-cem-document span, .hpi-cem-document b { display: block; height: 2px; margin-bottom: 12px; background: #aaa9a3; }
.hpi-cem-document span { width: 100%; } .hpi-cem-document b { width: 82%; } .hpi-cem-document i { display: block; width: 35px; height: 14px; margin-top: 14px; border-bottom: 2px solid #FCE8E3; border-radius: 50%; transform: rotate(-16deg); }
.hpi-cem-graphic-arrow { align-self: center; color: var(--cem-red); font-size: 55px; font-weight: 300; text-align: center; }
.hpi-cem-bars { position: relative; display: flex; align-items: end; justify-content: space-between; height: 155px; padding: 0 8px; border-bottom: 1px solid #aaa9a3; }
.hpi-cem-bars i { display: block; width: 27px; border: 1px solid var(--cem-red); border-bottom: 0; border-radius: 5px 5px 0 0; background: #FCE8E3; }
.hpi-cem-bars i:nth-child(1) { height: 50px; } .hpi-cem-bars i:nth-child(2) { height: 73px; } .hpi-cem-bars i:nth-child(3) { height: 99px; background: #FCE8E3; } .hpi-cem-bars i:nth-child(4) { height: 128px; background: var(--cem-red); }
.hpi-cem-hero .hpi-cem-button { border: 0; cursor: pointer; }
.hpi-cem-hero-actions { display: flex; flex-wrap: wrap; align-items: center; margin-top: 22px; }
.hpi-cem-video-thumbnail { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 1px solid var(--hpi-border); border-radius: 14px; background: var(--hpi-base-alt); cursor: pointer; }
.hpi-cem-video-thumbnail img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 220ms ease; }
.hpi-cem-video-thumbnail:hover img, .hpi-cem-video-thumbnail:focus-visible img { transform: scale(1.025); }
.hpi-cem-video-play { position: absolute; top: 50%; left: 50%; display: grid; width: clamp(64px, 8vw, 100px); height: clamp(64px, 8vw, 100px); place-items: center; transform: translate(-50%, -50%); border: 3px solid var(--cem-red); border-radius: 50%; background: var(--cem-navy); box-shadow: 0 0 0 8px rgb(255 255 255 / 45%); color: #fff; font-size: clamp(24px, 3vw, 36px); transition: transform 180ms ease, background 180ms ease; }
.hpi-cem-video-thumbnail:hover .hpi-cem-video-play, .hpi-cem-video-thumbnail:focus-visible .hpi-cem-video-play { transform: translate(-50%, -50%) scale(1.08); background: var(--cem-red); }
.hpi-cem-video-modal { position: fixed; z-index: 10001; inset: 0; display: grid; place-items: center; padding: 24px; }
.hpi-cem-video-modal[hidden] { display: none; }.hpi-cem-video-modal-backdrop { position: absolute; inset: 0; background: rgb(0 0 0 / 72%); }.hpi-cem-video-modal-panel { position: relative; width: min(900px, 100%); border: 1px solid #333; border-radius: 14px; background: #0a0a0a; box-shadow: 0 24px 80px rgb(0 0 0 / 42%); color: #fff; }.hpi-cem-video-close { position: absolute; z-index: 1; top: 12px; right: 12px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #555; border-radius: 50%; background: #1d1d1d; color: #fff; cursor: pointer; }.hpi-cem-video-frame { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 13px; background: #000; }

.hpi-cem-simple { background: transparent; }
.hpi-cem-narrow { max-width: 840px; }.hpi-cem-centered { text-align: center; }.hpi-cem-centered > p:not(.hpi-cem-eyebrow) { max-width: 780px; margin-inline: auto; }.hpi-cem-centered strong { display: block; max-width: 650px; margin: 36px auto 0; color: var(--cem-red); font-size: 22px; line-height: 1.3; }
.hpi-cem-simple-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(44px, 7vw, 94px); }
.hpi-cem-contract-events { padding: clamp(34px, 4vw, 58px); border: 1px solid #E8DDD3; border-radius: 16px; background: var(--hpi-base-alt); }
.hpi-cem-contract-events h2 { max-width: 390px; margin-bottom: clamp(32px, 4vw, 50px) !important; font-size: clamp(28px, 2.6vw, 40px) !important; }
.hpi-cem-contract-events-grid { display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 42px; column-gap: 26px; }
.hpi-cem-contract-events-grid > div { display: grid; min-height: 118px; grid-template-rows: 74px minmax(32px, auto); place-items: center; gap: 12px; text-align: center; }
.hpi-cem-contract-events-grid i { align-self: center; color: var(--cem-red); font-size: 56px; line-height: 1; }
.hpi-cem-contract-events-grid span { align-self: start; color: var(--cem-navy); font-size: 17px; font-weight: 500; line-height: 1.2; }
.hpi-cem-simple-copy .hpi-cem-eyebrow { margin-bottom: 16px; }
.hpi-cem-simple-copy h2 { max-width: 530px; margin-bottom: 26px; font-size: clamp(34px, 3.5vw, 52px) !important; }
.hpi-cem-simple-copy p { max-width: 600px; margin-bottom: 22px; font-size: 17px !important; line-height: 1.52; }
.hpi-cem-simple-outcome { display: block; margin-top: clamp(28px, 3vw, 42px); padding: clamp(24px, 3vw, 36px); border-radius: 12px; background: var(--cem-red); color: #fff; font-size: clamp(25px, 2.4vw, 36px); font-weight: 600; letter-spacing: -.03em; line-height: 1.16; text-align: left; }
.hpi-cem-compare { padding-block: 0; }.hpi-cem-compare-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--hpi-border); border-radius: 14px; overflow: hidden; }.hpi-cem-compare article { position: relative; min-height: 310px; padding: clamp(40px, 4vw, 58px) clamp(28px, 5vw, 60px); background: var(--hpi-base-alt); }.hpi-cem-compare article + article { border-left: 1px solid var(--hpi-border); background: #fff; }.hpi-cem-compare article p { max-width: 410px; }.hpi-cem-compare-arrow { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 48px; height: 48px; place-items: center; transform: translate(-50%, -50%); border: 2px solid #fff; border-radius: 50%; background: var(--cem-red); box-shadow: 0 6px 16px rgb(0 0 0 / 16%); color: #fff; font-size: 22px; }.hpi-cem-compare-mark { position: absolute; right: clamp(22px, 4vw, 44px); bottom: clamp(22px, 4vw, 38px); width: 74px; opacity: .18; }

.hpi-cem-process { padding-bottom: clamp(46px, 5vw, 70px); }.hpi-cem-process-card { padding: clamp(32px, 4vw, 48px); border: 1px solid var(--hpi-border); border-radius: 14px; background: #fff; }.hpi-cem-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 34px; }.hpi-cem-process-grid article { position: relative; }.hpi-cem-process-grid article > span { display: block; margin-bottom: 7px; color: var(--cem-red); font-size: 34px; font-weight: 500; line-height: 1; }.hpi-cem-process-grid article p { margin: 0; font-size: 13px !important; line-height: 1.45; }.hpi-cem-process-grid article > i { position: absolute; top: 43px; right: -18px; color: #FCE8E3; font-size: 20px; }

.hpi-cem-gap { padding-top: 0; }.hpi-cem-gap-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(430px, 1.28fr); align-items: center; gap: clamp(42px, 7vw, 98px); }.hpi-cem-gap-grid > div:first-child p { max-width: 370px; }.hpi-cem-chart-card { padding: 34px 34px 20px; border: 1px solid #eccfc7; border-radius: 18px; background: #FFFCF8; }.hpi-cem-chart-legend { display: grid; gap: 7px; margin-bottom: 20px; font-size: 12px; }.hpi-cem-chart-legend span::before { display: inline-block; width: 27px; height: 3px; margin-right: 12px; background: var(--cem-red); content: ''; vertical-align: middle; }.hpi-cem-chart-legend span:nth-child(2)::before { background: repeating-linear-gradient(90deg, var(--cem-navy) 0 3px, transparent 3px 6px); }.hpi-cem-chart-legend span:nth-child(3)::before { height: 12px; background: #FCE8E3; border: 1px solid #FCE8E3; }.hpi-cem-chart-plot { position: relative; height: 225px; border-bottom: 1px solid #9da5b4; border-left: 1px solid #9da5b4; background: linear-gradient(to top, transparent 24%, #FCE8E3 24.5%, transparent 25%, transparent 49%, #FCE8E3 49.5%, transparent 50%, transparent 74%, #FCE8E3 74.5%, transparent 75%); }.hpi-cem-chart-line { position: absolute; inset: 0; display: block; clip-path: polygon(0 89%, 12% 80%, 24% 70%, 37% 66%, 49% 54%, 60% 48%, 72% 29%, 84% 15%, 100% 0, 100% 2%, 84% 18%, 72% 32%, 60% 51%, 49% 57%, 37% 69%, 24% 73%, 12% 83%, 0 92%); background: var(--cem-red); }.hpi-cem-chart-line--actual { inset: 18px 0 0; clip-path: polygon(0 84%, 12% 77%, 24% 69%, 37% 59%, 49% 55%, 60% 40%, 72% 36%, 84% 21%, 100% 2%, 100% 5%, 84% 24%, 72% 39%, 60% 43%, 49% 58%, 37% 62%, 24% 72%, 12% 80%, 0 87%); background: repeating-linear-gradient(90deg, var(--cem-navy) 0 5px, transparent 5px 10px); }.hpi-cem-chart-months { display: grid; grid-template-columns: repeat(12, 1fr); margin-top: 10px; color: var(--cem-navy); font-size: 10px; text-align: center; }.hpi-cem-chart-caption { max-width: 100%; margin: 18px 0 0; color: var(--cem-navy); font-size: 12px !important; line-height: 1.45; text-align: center; }

.hpi-cem-enterprise { padding-bottom: 42px; }.hpi-cem-enterprise-grid { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(430px, 1.1fr); gap: clamp(46px, 7vw, 86px); }.hpi-cem-enterprise-grid ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }.hpi-cem-enterprise-grid li { display: flex; gap: 10px; font-size: 14px; line-height: 1.35; }.hpi-cem-enterprise-grid li i { color: var(--cem-red); }.hpi-cem-benefits article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--hpi-border); }.hpi-cem-benefits article:first-child { padding-top: 0; }.hpi-cem-benefits article > span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #FCE8E3; border-radius: 50%; color: var(--cem-red); font-size: 23px; }.hpi-cem-benefits article p { margin: 0; font-size: 13px !important; line-height: 1.45; }
.hpi-cem-final-cta { padding-top: 0; padding-bottom: 54px; }.hpi-cem-final-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: clamp(26px, 3vw, 38px) clamp(28px, 4vw, 52px); border-radius: 14px; background: #000; }.hpi-cem-final-cta-card h2, .hpi-cem-final-cta-card p { color: #fff; }.hpi-cem-final-cta-card h2 { margin-bottom: 8px; }.hpi-cem-final-cta-card p { margin: 0; }.hpi-cem-final-cta-card .hpi-cem-button { flex: 0 0 auto; }

/* The shared footer intentionally retains the homepage palette and typography. */
.hpi-cem-overview-page .hpi-footer { color: var(--hpi-white); }
.hpi-cem-overview-page .hpi-footer h2 { color: var(--hpi-white) !important; }
.hpi-cem-overview-page .hpi-footer-brand p, .hpi-cem-overview-page .hpi-footer ul { color: var(--hpi-text-muted) !important; }
.hpi-cem-overview-page .hpi-footer a { color: inherit; }

/* CEM visual system: warm white surfaces, navy contrast, and Hamilton red accents. */
.hpi-cem-overview-page .hpi-site-header { background: #fff !important; }
.hpi-cem-overview-page .hpi-site-header, .hpi-cem-overview-page .hpi-video-thumbnail, .hpi-cem-overview-page .hpi-cem-contract-events, .hpi-cem-overview-page .hpi-cem-process-card, .hpi-cem-overview-page .hpi-cem-chart-card { border-color: #E8DDD3; }
.hpi-cem-overview-page .hpi-cem-video-thumbnail { border-color: #E8DDD3; background: var(--cem-pale); box-shadow: 0 14px 32px rgb(89 24 16 / 8%); }
.hpi-cem-overview-page .hpi-cem-contract-events { background: linear-gradient(145deg, #FCE8E3, #FCE8E3); box-shadow: 0 12px 28px rgb(89 24 16 / 6%); }
.hpi-cem-overview-page .hpi-cem-contract-events-grid > div { position: relative; z-index: 0; }
.hpi-cem-overview-page .hpi-cem-contract-events-grid > div::before { position: absolute; z-index: -1; top: 0; left: 50%; width: 74px; height: 74px; transform: translateX(-50%); border-radius: 50%; background: #FCE8E3; content: ''; }
.hpi-cem-overview-page .hpi-cem-contract-events-grid i { position: relative; z-index: 1; display: grid; width: 74px; height: 74px; place-items: center; color: var(--cem-red); }
.hpi-cem-overview-page .hpi-cem-simple-outcome { background: var(--cem-red); color: #fff; }
.hpi-cem-overview-page .hpi-cem-compare { padding-block: 16px; }
.hpi-cem-overview-page .hpi-cem-compare-grid { border-color: #d7d7d7; background: #fff; box-shadow: 0 16px 36px rgb(0 0 0 / 8%); }
.hpi-cem-overview-page .hpi-cem-compare article { background: #E8DDD3; }
.hpi-cem-overview-page .hpi-cem-compare article:last-child { border-left: 1px solid #d7d7d7; background: #fff !important; }
.hpi-cem-overview-page .hpi-cem-compare article .hpi-cem-eyebrow { color: var(--cem-red) !important; }
.hpi-cem-overview-page .hpi-cem-compare article h2, .hpi-cem-overview-page .hpi-cem-compare article p { color: #000; }
.hpi-cem-overview-page .hpi-cem-compare article:first-child .hpi-cem-eyebrow { color: #64747d !important; }
.hpi-cem-overview-page .hpi-cem-compare article:first-child h2 { color: #465762; }
.hpi-cem-overview-page .hpi-cem-compare article:first-child p { color: #586974; }
.hpi-cem-overview-page .hpi-cem-compare-mark { right: -90px; bottom: -80px; width: 270px; opacity: .16; }
.hpi-cem-overview-page .hpi-cem-process-card { border-color: #E8DDD3; background: linear-gradient(145deg, #fff, #FCE8E3); box-shadow: 0 10px 26px rgb(89 24 16 / 5%); }
.hpi-cem-overview-page .hpi-cem-process-grid article > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 8px; background: var(--cem-red); color: #fff; font-size: 20px; box-shadow: 0 8px 16px rgb(255 41 37 / 22%); }
.hpi-cem-overview-page .hpi-cem-process-grid article > i { color: var(--cem-red); }
.hpi-cem-overview-page .hpi-cem-chart-card { border-color: #E8DDD3; background: linear-gradient(145deg, #fff, #FCE8E3); box-shadow: 0 10px 26px rgb(89 24 16 / 5%); }
.hpi-cem-overview-page .hpi-cem-chart-plot { border-color: #b8b7b0; background: linear-gradient(to top, transparent 24%, #E8DDD3 24.5%, transparent 25%, transparent 49%, #E8DDD3 49.5%, transparent 50%, transparent 74%, #E8DDD3 74.5%, transparent 75%); }
.hpi-cem-overview-page .hpi-cem-benefits article { border-bottom-color: #E8DDD3; }
.hpi-cem-overview-page .hpi-cem-benefits article > span { border-color: #FCE8E3; background: #FCE8E3; box-shadow: 0 8px 18px rgb(89 24 16 / 8%); }
.hpi-cem-overview-page .hpi-cem-final-cta-card { background: radial-gradient(circle at 18% 130%, #1a477c 0, transparent 31%), radial-gradient(circle at 100% 0, #123467 0, transparent 30%), var(--cem-navy); }
.hpi-cem-overview-page .hpi-footer { background: #000; }
.hpi-cem-standards { padding-top: 16px; padding-bottom: 34px; }
.hpi-cem-standards-card { padding: clamp(30px, 4vw, 48px); border: 1px solid #E8DDD3; border-radius: 16px; background: linear-gradient(145deg, #FCE8E3, #FCE8E3); box-shadow: 0 12px 28px rgb(89 24 16 / 6%); }
.hpi-cem-standards-card > h2 { margin-bottom: 8px; }.hpi-cem-standards-intro { margin-bottom: 26px !important; color: #464b58 !important; }
.hpi-cem-standards-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(24px, 4vw, 56px); }
.hpi-cem-standards-group h3 { margin-bottom: 12px; font-size: 12px !important; letter-spacing: .06em; text-transform: uppercase; }
.hpi-cem-standards-list { display: grid; gap: 10px; }.hpi-cem-standards-list--financial { grid-template-columns: repeat(2, 1fr); }
.hpi-cem-standards-list a { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; align-items: center; min-height: 82px; padding: 16px 18px; border: 1px solid #E8DDD3; border-radius: 11px; background: #fff; box-shadow: 0 5px 14px rgb(89 24 16 / 4%); transition: border-color 160ms ease, transform 160ms ease; }
.hpi-cem-standards-list a:hover, .hpi-cem-standards-list a:focus-visible { border-color: var(--cem-red); transform: translateY(-2px); }.hpi-cem-standards-list strong { grid-column: 1; color: var(--cem-red); font-size: 18px; line-height: 1.15; }.hpi-cem-standards-list span { grid-column: 1; color: var(--cem-navy); font-size: 14px; line-height: 1.25; }.hpi-cem-standards-list i { grid-column: 2; grid-row: 1 / span 2; color: var(--cem-navy); font-size: 20px; }
.hpi-cem-overview-page .hpi-cem-final-cta-card h2, .hpi-cem-overview-page .hpi-cem-final-cta-card p { color: #fff !important; }

/* Deployment choices. */
.hpi-cem-deployment { padding-top: 0; padding-bottom: clamp(46px, 5vw, 70px); }
.hpi-cem-deployment-card { padding: clamp(30px, 4vw, 48px); border: 1px solid #E8DDD3; border-radius: 16px; background: linear-gradient(145deg, #fff, #FCE8E3); box-shadow: 0 10px 26px rgb(89 24 16 / 5%); }
.hpi-cem-deployment-card .hpi-cem-centered > p:not(.hpi-cem-eyebrow) { max-width: 720px; margin-bottom: 30px; font-size: 14px !important; }
.hpi-cem-deployment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; overflow: hidden; border: 1px solid #E8DDD3; border-radius: 12px; background: #fff; }
.hpi-cem-deployment-grid article { padding: clamp(24px, 3vw, 38px); }.hpi-cem-deployment-grid article + article { border-left: 1px solid #E8DDD3; }
.hpi-cem-deployment-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }.hpi-cem-deployment-heading > i { color: var(--cem-red); font-size: 36px; }.hpi-cem-deployment-heading h3 { margin: 0 !important; font-size: 22px !important; }
.hpi-cem-deployment-grid ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }.hpi-cem-deployment-grid li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: var(--cem-navy); font-size: 14px; line-height: 1.4; }.hpi-cem-deployment-grid li i { color: var(--cem-red); font-size: 16px; }
.hpi-cem-deployment-note { margin: 22px 0 0 !important; color: var(--cem-red) !important; font-size: 15px !important; font-weight: 600; line-height: 1.4 !important; text-align: center; }

/* Added overview sections: audience and product boundaries. */
.hpi-cem-audience { padding-top: 12px; padding-bottom: 24px; }
.hpi-cem-audience-card, .hpi-cem-not-fit-card { padding: clamp(30px, 4vw, 48px); border: 1px solid #E8DDD3; border-radius: 16px; background: linear-gradient(145deg, #fff, #FCE8E3); box-shadow: 0 10px 26px rgb(89 24 16 / 5%); }
.hpi-cem-audience-card h2 { margin-bottom: 30px; }
.hpi-cem-audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hpi-cem-audience-grid article { min-height: 176px; padding: 24px 18px; border: 1px solid #E8DDD3; border-radius: 11px; background: #fff; text-align: center; }
.hpi-cem-audience-grid article > i { display: grid; width: 46px; height: 46px; margin: 0 auto 14px; place-items: center; border: 1px solid #FCE8E3; border-radius: 50%; background: #FCE8E3; color: var(--cem-red); font-size: 24px; }
.hpi-cem-audience-grid h3 { margin-bottom: 8px !important; font-size: 16px !important; }
.hpi-cem-audience-grid p { margin: 0 !important; font-size: 13px !important; line-height: 1.38 !important; }
.hpi-cem-not-fit { padding-top: 8px; padding-bottom: 28px; }
.hpi-cem-not-fit-card > .hpi-cem-centered h2 { margin-bottom: 28px; }
.hpi-cem-not-fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.hpi-cem-not-fit-grid article { display: grid; grid-template-columns: 28px 1fr; gap: 12px; min-height: 104px; padding: 18px; border: 1px solid #E8DDD3; border-radius: 11px; background: #fff; }
.hpi-cem-not-fit-grid article > i { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid #FCE8E3; border-radius: 50%; color: var(--cem-red); font-size: 14px; }
.hpi-cem-not-fit-grid h3 { margin-bottom: 6px !important; font-size: 15px !important; }
.hpi-cem-not-fit-grid p { margin: 0 !important; font-size: 13px !important; line-height: 1.38 !important; }
.hpi-cem-not-fit-note { margin: 24px 0 0 !important; color: var(--cem-navy) !important; font-size: 15px !important; font-weight: 600; text-align: center; }

@media (max-width: 850px) { .hpi-cem-hero-grid, .hpi-cem-gap-grid, .hpi-cem-enterprise-grid, .hpi-cem-simple-grid, .hpi-cem-standards-grid { grid-template-columns: 1fr; }.hpi-cem-hero-graphic { max-width: 620px; width: 100%; margin-inline: auto; }.hpi-cem-contract-events { max-width: 620px; width: 100%; margin-inline: auto; }.hpi-cem-compare-grid { grid-template-columns: 1fr; }.hpi-cem-compare article:last-child { border-top: 1px solid #d7d7d7; border-left: 0; }.hpi-cem-compare-arrow { display: none; }.hpi-cem-process-grid, .hpi-cem-audience-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }.hpi-cem-process-grid article > i { display: none; } }
@media (max-width: 560px) { .hpi-cem-shell { width: min(100% - 32px, 1160px); }.hpi-cem-section { padding-block: 54px; }.hpi-cem-hero-actions { align-items: stretch; gap: 14px; }.hpi-cem-hero-link { min-height: 48px; }.hpi-cem-hero-graphic { grid-template-columns: 82px 1fr 126px; min-height: 270px; padding: 58px 25px 45px; }.hpi-cem-document { width: 82px; height: 120px; padding: 30px 13px 10px; }.hpi-cem-document span, .hpi-cem-document b { margin-bottom: 9px; }.hpi-cem-graphic-arrow { font-size: 38px; }.hpi-cem-bars { height: 120px; }.hpi-cem-contract-events { padding: 30px 20px; }.hpi-cem-contract-events-grid { row-gap: 30px; }.hpi-cem-contract-events-grid i { font-size: 45px; }.hpi-cem-simple-copy h2 { font-size: 34px !important; }.hpi-cem-simple-copy p { font-size: 15px !important; }.hpi-cem-process-card, .hpi-cem-chart-card, .hpi-cem-standards-card, .hpi-cem-audience-card, .hpi-cem-not-fit-card, .hpi-cem-deployment-card { padding: 28px 20px; }.hpi-cem-process-grid, .hpi-cem-audience-grid, .hpi-cem-not-fit-grid, .hpi-cem-deployment-grid { grid-template-columns: 1fr; margin-top: 34px; }.hpi-cem-gap-grid { gap: 32px; }.hpi-cem-chart-plot { height: 160px; }.hpi-cem-chart-months { font-size: 8px; }.hpi-cem-enterprise-grid { gap: 42px; }.hpi-cem-standards-list--financial { grid-template-columns: 1fr; }.hpi-cem-final-cta-card { flex-direction: column; align-items: flex-start; }.hpi-cem-final-cta-card .hpi-cem-button { width: 100%; }.hpi-cem-overview-page main h1 { font-size: 38px !important; }.hpi-cem-audience-grid, .hpi-cem-not-fit-grid, .hpi-cem-deployment-grid { margin-top: 0; }.hpi-cem-audience-grid article, .hpi-cem-not-fit-grid article { min-height: 0; }.hpi-cem-deployment-grid article + article { border-top: 1px solid #E8DDD3; border-left: 0; } }

/* Predictive-accounting and disclosures sections relocated from the homepage:
   strip their homepage background bands so the particle canvas shows through,
   and match the red eyebrow used by every other section on this page. */
.hpi-cem-overview-page .hpi-predictive-section,
.hpi-cem-overview-page .hpi-reports-section,
.hpi-cem-overview-page .hpi-predictive,
.hpi-cem-overview-page .hpi-reports {
	background: transparent;
}
.hpi-cem-overview-page main .hpi-predictive-eyebrow,
.hpi-cem-overview-page main .hpi-reports-eyebrow {
	color: var(--cem-red);
}

/* "The core idea" now carries the predictive-accounting content: the three
   benefit pillars sit under the copy, and the cash-flow-outlook dashboard
   uses the core-idea chart-card frame with a solid (non-transparent) fill. */
.hpi-cem-overview-page .hpi-cem-gap-grid .hpi-predictive-pillars {
	max-width: none;
	margin-top: 30px;
}
.hpi-cem-overview-page .hpi-cem-gap-grid .hpi-predictive-pillars > div {
	gap: 12px;
	padding: 0 12px;
	font-size: 12px;
}
.hpi-cem-overview-page .hpi-cem-gap-grid .hpi-predictive-pillars i {
	font-size: 34px;
}
.hpi-cem-overview-page .hpi-cem-chart-card--cash {
	padding: clamp(20px, 3vw, 30px);
}
.hpi-cem-overview-page .hpi-cem-chart-card--cash .hpi-cash-dashboard {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

@media (max-width: 560px) {
	.hpi-cem-overview-page .hpi-cem-gap-grid .hpi-predictive-pillars {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.hpi-cem-overview-page .hpi-cem-gap-grid .hpi-predictive-pillars > div {
		border-left: 0;
		padding: 0;
	}
}
