/* Ghost / Flair cleanup */
.home-template [data-header],
.home-template header[data-header],
.page-template [data-header],
.page-template header[data-header],
.post-template [data-header],
.post-template header[data-header] {
  display: none !important;
}

.home-template [data-footer],
.home-template footer[data-footer],
.page-template [data-footer],
.page-template footer[data-footer],
.post-template [data-footer],
.post-template footer[data-footer],
.home-template main.main > footer,
.page-template main.main > footer,
.home-template body > footer,
.page-template body > footer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-template .main,
.page-template .main,
.home-template article.post,
.page-template article.post,
.home-template article.post.ghost-content,
.page-template article.post.ghost-content,
.home-template article.post.prose,
.page-template article.post.prose,
.post-template article.post.prose,
.home-template article.post.prose-theme,
.page-template article.post.prose-theme,
.post-template article.post.prose-theme {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.home-template .ghost-content > *:last-child,
.home-template article.post > *:last-child,
.page-template .ghost-content > *:last-child,
.page-template article.post > *:last-child,
.post-template .ghost-content > *:last-child,
.post-template article.post > *:last-child {
  margin-bottom: 0 !important;
}

html,
body,
.home-template,
.page-template,
.post-template {
  background: #161938 !important;
}

.home-template,
.page-template,
.post-template {
  overflow-x: clip;
}

[data-footer],
footer.gh-foot,
footer[data-footer],
main.main > footer,
body > footer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gh-article-header {
  display: none !important;
}

main.main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* =========================================================
   CSI TECH GLOBAL BASE
   Services-page styles take priority for shared components.
========================================================= */
.cp,
.cp *,
.cp *::before,
.cp *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.cp {
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
  color: #1f2037;
  width: 100%;
  max-width: none;
  margin: 0;

  --navy: #20234c;
  --navy-deep: #161938;
  --navy-mid: #2b2f6b;
  --blue: #506ad3;
  --blue-hover: #3f57c0;
  --blue-lt: #eaecf8;
  --blue-md: #c3cdf0;
  --off-white: #f1f0ef;
  --white: #ffffff;
  --border: #e2e1df;
  --muted: #6b7080;
  --body-text: #374151;
  --green-bg: #f0fdf4;
  --green-brd: #bbf7d0;
  --green-h: #16a34a;
  --red-bg: #fef2f2;
  --red-brd: #fecaca;
  --red-h: #dc2626;
  --r: 12px;
  --r-lg: 20px;
  --max: 1120px;
  --shadow: 0 14px 40px rgba(32, 35, 76, 0.08);
}

.cp-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cp a {
  text-decoration: none;
}

.cp-w {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

.cp-sh {
  text-align: center;
  margin-bottom: 52px;
}

.cp-sh h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.7rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1.14;
  margin-bottom: 12px;
}

.cp-sh h2.inv {
  color: #fff;
}

.cp-sh p {
  font-size: 1.03rem;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.72;
}

.cp-sh p.inv {
  color: rgba(255, 255, 255, 0.58);
}

.cp-lbl {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.cp-lbl.dk {
  color: var(--blue);
  background: var(--blue-lt);
  border: 1px solid var(--blue-md);
}

.cp-lbl.lt {
  color: var(--blue-md);
  background: rgba(80, 106, 211, 0.18);
  border: 1px solid rgba(80, 106, 211, 0.32);
}

.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: var(--r);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
}

.cp-btn.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 24px rgba(80, 106, 211, 0.4);
}

.cp-btn.primary:hover {
  background: var(--blue-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(80, 106, 211, 0.5);
}

.cp-btn.outline {
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
}

.cp-btn.outline:hover {
  background: var(--blue);
  color: #fff;
}

.cp-btn.outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.cp-btn.outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}

.cp-btn.white {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.cp-btn.white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
  color: var(--navy);
}

.cp-topbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #20234c;
}

.cp-topbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: max(28px, env(safe-area-inset-left));
  padding-right: max(28px, env(safe-area-inset-right));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.cp-topbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  white-space: nowrap;
  justify-self: start;
  line-height: 1;
}

.cp-topbar-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  min-width: max-content;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px;
}

.cp-topbar-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 9px 14px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  flex: 0 0 auto;
  line-height: 1;
}

.cp-topbar-nav a:hover,
.cp-topbar-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cp-topbar-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #506ad3;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 22px;
  min-width: 185px;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(80, 106, 211, 0.28);
  transition: background 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  line-height: 1;
}

.cp-topbar-cta:hover {
  background: #3f57c0;
  transform: translateY(-1px);
  color: #ffffff;
}

.cp-chip {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 14px;
  border-radius: 100px;
}

.cp-foot {
  background: var(--navy-deep);
  padding: 56px 28px 36px;
}

.cp-foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  max-width: var(--max);
  margin: 0 auto;
}

.cp-foot-brand h4 {
  font-size: 1.04rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.cp-foot-brand p {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin-bottom: 10px;
}

.cp-foot-uen {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

.cp-foot-col h5 {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 14px;
}

.cp-foot-col a {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.cp-foot-col a:hover {
  color: var(--blue);
}

.cp-foot-rule {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-width: var(--max);
  margin: 28px auto 18px;
}

.cp-foot-btm {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.cp-foot-btm p {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.5);
}

/* =========================================================
   HOMEPAGE ONLY
========================================================= */
.cp-home .cp-hero {
  background: var(--navy);
  padding: 56px 28px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cp-home .cp-hero::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(80, 106, 211, 0.3) 0%, transparent 68%);
  pointer-events: none;
}

.cp-home .cp-hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(80, 106, 211, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

.cp-home .cp-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cp-home .cp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-md);
  background: rgba(80, 106, 211, 0.18);
  border: 1px solid rgba(80, 106, 211, 0.32);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
}

.cp-home .cp-dot {
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  animation: cpdot 2.4s ease-in-out infinite;
}

@keyframes cpdot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.7);
  }
}

.cp-home .cp-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.07;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}

.cp-home .cp-hero h1 em {
  font-style: normal;
  color: var(--blue);
}

.cp-home .cp-hero-sub {
  font-size: clamp(1rem, 2vw, 1.18rem);
  color: rgba(255, 255, 255, 0.55);
  max-width: 560px;
  margin: 0 auto 40px;
  font-weight: 300;
  line-height: 1.74;
}

.cp-home .cp-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}

.cp-home .cp-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cp-home .cp-pain {
  background: var(--off-white);
  padding: 80px 28px;
  border-top: 1px solid var(--border);
}

.cp-home .cp-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.cp-home .cp-card:hover {
  box-shadow: 0 8px 32px rgba(32, 35, 76, 0.09);
  border-color: var(--blue-md);
}

.cp-home .cp-icon {
  width: 44px;
  height: 44px;
  background: var(--blue-lt);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 16px;
}

.cp-home .cp-card h3 {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}

.cp-home .cp-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.68;
}

.cp-home .cp-svcs {
  background: var(--white);
  padding: 80px 28px;
}

.cp-home .cp-svc-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.15s;
}

.cp-home .cp-svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.cp-home .cp-svc-card:hover {
  box-shadow: 0 12px 40px rgba(32, 35, 76, 0.1);
  transform: translateY(-3px);
}

.cp-home .cp-svc-card:hover::before {
  transform: scaleX(1);
}

.cp-home .cp-svc-icon {
  width: 48px;
  height: 48px;
  background: var(--blue-lt);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 20px;
}

.cp-home .cp-svc-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
}

.cp-home .cp-svc-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.72;
}

.cp-home .cp-how {
  background: var(--navy-deep);
  padding: 80px 28px;
  position: relative;
  overflow: hidden;
}

.cp-home .cp-how::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(80, 106, 211, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.cp-home .cp-steps {
  position: relative;
  z-index: 1;
}

.cp-home .cp-step {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-lg);
  padding: 32px;
}

.cp-home .cp-step-n {
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}

.cp-home .cp-step h3 {
  font-size: 1.08rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.cp-home .cp-step p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.7;
}

.cp-home .cp-who {
  background: var(--off-white);
  padding: 88px 28px;
}

.cp-home .cp-who-head {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.cp-home .cp-who-head h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.55rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1.16;
  margin: 0 auto;
  max-width: 920px;
}

.cp-home .cp-who-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.cp-home .cp-who-left {
  padding-top: 4px;
}

.cp-home .cp-who-intro {
  font-size: 1.02rem;
  color: var(--muted);
  line-height: 1.72;
  margin-bottom: 30px;
  max-width: 640px;
}

.cp-home .cp-blist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cp-home .cp-blist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  color: var(--body-text);
  line-height: 1.62;
}

.cp-home .cp-blist li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}

.cp-home .cp-visual {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(43, 47, 107, 0.1);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: 0 8px 24px rgba(32, 35, 76, 0.04);
}

.cp-home .cp-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.cp-home .cp-stat {
  text-align: center;
  padding: 20px 12px;
  background: var(--blue-lt);
  border-radius: var(--r);
}

.cp-home .cp-stat-n {
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 6px;
}

.cp-home .cp-stat-l {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--blue);
  line-height: 1.35;
}

.cp-home .cp-ind-h {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

.cp-home .cp-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cp-home .cp-tag {
  font-size: 0.79rem;
  color: var(--body-text);
  background: var(--off-white);
  border: 1px solid rgba(43, 47, 107, 0.08);
  padding: 5px 12px;
  border-radius: 100px;
}

.cp-home .cp-fit {
  background: var(--white);
  padding: 80px 28px;
}

.cp-home .cp-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.cp-home .cp-fit-col {
  border-radius: var(--r-lg);
  padding: 32px;
}

.cp-home .cp-fit-col.yes {
  background: var(--green-bg);
  border: 1px solid var(--green-brd);
}

.cp-home .cp-fit-col.no {
  background: var(--red-bg);
  border: 1px solid var(--red-brd);
}

.cp-home .cp-fit-col h3 {
  font-size: 0.97rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cp-home .cp-fit-col.yes h3 {
  color: var(--green-h);
}

.cp-home .cp-fit-col.no h3 {
  color: var(--red-h);
}

.cp-home .cp-badge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}

.cp-home .cp-fit-col.yes .cp-badge {
  background: #d1fae5;
  color: var(--green-h);
}

.cp-home .cp-fit-col.no .cp-badge {
  background: #fee2e2;
  color: var(--red-h);
}

.cp-home .cp-flist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cp-home .cp-flist li {
  position: relative;
  padding-left: 28px;
  font-size: 0.94rem;
  line-height: 1.6;
}

.cp-home .cp-flist li::before {
  position: absolute;
  left: 0;
  top: 0.15em;
  font-weight: 700;
  font-size: 0.92rem;
}

.cp-home .yes-list li::before {
  content: '•';
  color: #16a34a;
}

.cp-home .no-list li::before {
  content: '•';
  color: #dc2626;
}

.cp-home .cp-price {
  background: var(--off-white);
  padding: 80px 28px;
  text-align: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cp-home .cp-price h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.cp-home .cp-price-body {
  max-width: 600px;
  margin: 0 auto 32px;
  font-size: 1.04rem;
  color: var(--muted);
  line-height: 1.72;
}

.cp-home .cp-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.cp-home .cp-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 0.86rem;
  color: var(--body-text);
}

.cp-home .cp-pdot {
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
}

.cp-home .cp-proof {
  background: var(--white);
  padding: 80px 28px;
}

.cp-home .cp-quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.cp-home .cp-quote {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px;
  position: relative;
}

.cp-home .cp-quote::before {
  content: '\201C';
  font-size: 5rem;
  line-height: 0;
  color: var(--blue-md);
  position: absolute;
  top: 44px;
  left: 24px;
  font-family: Georgia, serif;
}

.cp-home .cp-quote-txt {
  font-size: 0.96rem;
  font-style: italic;
  color: var(--body-text);
  line-height: 1.76;
  margin: 28px 0 18px;
}

.cp-home .cp-quote-by {
  font-size: 0.79rem;
  color: var(--muted);
  font-weight: 500;
}

.cp-home .cp-cta {
  background: var(--navy);
  padding: 84px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cp-home .cp-cta::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 440px;
  background: radial-gradient(ellipse, rgba(80, 106, 211, 0.28) 0%, transparent 70%);
  pointer-events: none;
}

.cp-home .cp-cta h2 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.cp-home .cp-cta p {
  font-size: 1.04rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 500px;
  margin: 0 auto 36px;
  line-height: 1.72;
  position: relative;
  z-index: 1;
}

.cp-home .cp-cta .cp-btn {
  position: relative;
  z-index: 1;
}

/* =========================================================
   SERVICES PAGE ONLY
   Scoped to existing services wrapper to avoid homepage bleed.
========================================================= */
.cp-services .cp-svc-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(80, 106, 211, 0.34) 0%, transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(80, 106, 211, 0.18) 0%, transparent 26%),
    linear-gradient(180deg, #20234c 0%, #181b3d 100%);
  padding: 56px 28px 84px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cp-services .cp-svc-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cp-services .cp-svc-hero h1 {
  font-size: clamp(2.7rem, 6vw, 4.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}

.cp-services .cp-svc-hero h1 em {
  font-style: normal;
  color: var(--blue);
}

.cp-services .cp-svc-sub {
  font-size: clamp(1rem, 2vw, 1.16rem);
  color: rgba(255, 255, 255, 0.6);
  max-width: 680px;
  margin: 0 auto 38px;
  line-height: 1.76;
  font-weight: 300;
}

.cp-services .cp-svc-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cp-services .cp-svc-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
}

.cp-services .cp-svc-proof {
  background: var(--off-white);
  padding: 0 28px 28px;
}

.cp-services .cp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: -42px;
  position: relative;
  z-index: 3;
}

.cp-services .cp-proof-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(43, 47, 107, 0.1);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.cp-services .cp-proof-kicker {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}

.cp-services .cp-proof-card h3 {
  font-size: 1.03rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 10px;
}

.cp-services .cp-proof-card p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.72;
}

.cp-services .cp-svc-tiers {
  background: var(--off-white);
  padding: 54px 28px 86px;
}

.cp-services .cp-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cp-services .cp-tier-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(43, 47, 107, 0.09);
  border-radius: 22px;
  padding: 32px 28px 28px;
  position: relative;
  box-shadow: 0 12px 30px rgba(32, 35, 76, 0.04);
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cp-services .cp-tier-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(32, 35, 76, 0.08);
  border-color: rgba(80, 106, 211, 0.25);
}

.cp-services .cp-tier-card-featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(234, 236, 248, 0.9) 100%);
  border-color: rgba(80, 106, 211, 0.26);
  box-shadow: 0 16px 46px rgba(80, 106, 211, 0.14);
}

.cp-services .cp-tier-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  padding: 6px 10px;
}

.cp-services .cp-tier-head {
  margin-bottom: 18px;
}

.cp-services .cp-tier-name {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.cp-services .cp-tier-tag {
  font-size: 0.92rem;
  color: var(--blue);
  line-height: 1.55;
}

.cp-services .cp-tier-desc {
  font-size: 0.95rem;
  color: var(--body-text);
  line-height: 1.72;
  margin-bottom: 20px;
}

.cp-services .cp-tier-outcomes,
.cp-services .cp-service-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.cp-services .cp-tier-outcomes li,
.cp-services .cp-service-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.92rem;
  color: var(--body-text);
  line-height: 1.65;
}

.cp-services .cp-tier-outcomes li::before,
.cp-services .cp-service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.cp-services .cp-tier-framework {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(43, 47, 107, 0.08);
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.65;
}

.cp-services .cp-svc-matrix {
  background: #fff;
  padding: 86px 28px;
}

.cp-services .cp-matrix-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(32, 35, 76, 0.05);
}

.cp-services .cp-matrix {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.cp-services .cp-matrix thead th {
  background: var(--navy);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  text-align: left;
  padding: 16px 20px;
}

.cp-services .cp-matrix tbody tr:nth-child(even) {
  background: rgba(241, 240, 239, 0.55);
}

.cp-services .cp-matrix td {
  padding: 15px 20px;
  border-top: 1px solid rgba(226, 225, 223, 0.85);
  font-size: 0.92rem;
  color: var(--body-text);
  line-height: 1.5;
}

.cp-services .cp-matrix tbody td:not(:first-child) {
  font-weight: 600;
  color: var(--navy);
}

.cp-services .cp-svc-detail-section {
  background: #fff;
  padding: 0 28px 86px;
}

.cp-services .cp-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cp-services .cp-svc-detail-card {
  background: var(--off-white);
  border: 1px solid rgba(43, 47, 107, 0.08);
  border-radius: 22px;
  padding: 30px 26px;
}

.cp-services .cp-svc-detail-card h3 {
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 18px;
}

.cp-services .cp-svc-approach {
  background: var(--navy-deep);
  padding: 86px 28px;
  position: relative;
  overflow: hidden;
}

.cp-services .cp-svc-approach::before {
  content: '';
  position: absolute;
  inset: auto auto -180px -140px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(80, 106, 211, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.cp-services .cp-svc-approach::after {
  content: '';
  position: absolute;
  inset: -140px -100px auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(80, 106, 211, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.cp-services .cp-approach-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.cp-services .cp-approach-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 24px 20px;
}

.cp-services .cp-step-n {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}

.cp-services .cp-approach-card h3,
.cp-services .cp-svc-flow-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.cp-services .cp-approach-card p,
.cp-services .cp-svc-flow-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.72;
}

.cp-services .cp-svc-framework {
  background: var(--off-white);
  padding: 86px 28px;
}

.cp-services .cp-framework-box {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(43, 47, 107, 0.1);
  border-radius: 26px;
  padding: 38px 34px;
  box-shadow: 0 14px 40px rgba(32, 35, 76, 0.05);
}

.cp-services .cp-framework-box h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.028em;
  line-height: 1.16;
  margin-bottom: 14px;
}

.cp-services .cp-framework-intro {
  max-width: 760px;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.78;
  margin-bottom: 28px;
}

.cp-services .cp-framework-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cp-services .cp-framework-item {
  background: var(--off-white);
  border: 1px solid rgba(43, 47, 107, 0.08);
  border-radius: 18px;
  padding: 24px 20px;
}

.cp-services .cp-framework-item strong {
  display: block;
  font-size: 0.98rem;
  color: var(--navy);
  line-height: 1.45;
  margin-bottom: 8px;
}

.cp-services .cp-framework-item span {
  display: block;
  font-size: 0.9rem;
  color: var(--body-text);
  line-height: 1.7;
}

.cp-services .cp-framework-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(43, 47, 107, 0.08);
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.72;
}

.cp-services .cp-svc-scope {
  background: #fff;
  padding: 86px 28px;
}

.cp-services .cp-scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.cp-services .cp-scope-card {
  background: var(--off-white);
  border: 1px solid rgba(43, 47, 107, 0.08);
  border-radius: 22px;
  padding: 30px 26px;
}

.cp-services .cp-scope-card h3 {
  font-size: 1.06rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 18px;
}

.cp-services .cp-svc-onboarding {
  background: linear-gradient(180deg, #20234c 0%, #161938 100%);
  padding: 86px 28px;
  position: relative;
  overflow: hidden;
}

.cp-services .cp-svc-onboarding::before {
  content: '';
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(80, 106, 211, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.cp-services .cp-svc-flow-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cp-services .cp-svc-flow-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 26px;
}

.cp-services .cp-svc-audience {
  background: var(--off-white);
  padding: 86px 28px;
}

.cp-services .cp-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cp-services .cp-audience-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(43, 47, 107, 0.09);
  border-radius: 22px;
  padding: 30px 26px;
}

.cp-services .cp-audience-card h3 {
  font-size: 1.14rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
}

.cp-services .cp-audience-card p {
  font-size: 0.94rem;
  color: var(--body-text);
  line-height: 1.72;
}

.cp-services .cp-svc-cta {
  background: var(--navy);
  padding: 86px 28px;
  position: relative;
  overflow: hidden;
}

.cp-services .cp-svc-cta::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(80, 106, 211, 0.28) 0%, transparent 70%);
  pointer-events: none;
}

.cp-services .cp-svc-cta-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.cp-services .cp-svc-cta-inner h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.cp-services .cp-svc-cta-inner p {
  font-size: 1.03rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.74;
  margin-bottom: 34px;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1100px) {
  .cp-services .cp-tier-grid,
  .cp-services .cp-cap-grid,
  .cp-services .cp-framework-grid,
  .cp-services .cp-audience-grid,
  .cp-services .cp-proof-grid {
    grid-template-columns: 1fr;
  }

  .cp-services .cp-approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .cp-topbar-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cp-topbar-brand,
  .cp-topbar-nav,
  .cp-topbar-cta {
    justify-self: center;
  }

  .cp-topbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
  }

  .cp-topbar-cta {
    min-width: 190px;
  }

  .cp-home .cp-3col,
  .cp-home .cp-fit-grid,
  .cp-home .cp-quotes,
  .cp-home .cp-who-grid,
  .cp-foot-grid,
  .cp-services .cp-scope-grid,
  .cp-services .cp-svc-flow-grid {
    grid-template-columns: 1fr;
  }

  .cp-home .cp-who-grid {
    gap: 28px;
  }

  .cp-services .cp-svc-hero {
    padding-top: 66px;
  }

  .cp-about .cp-about-hero,
  .cp-contact .cp-contact-hero {
    padding-top: 64px;
  }
}

@media (max-width: 800px) {
  .cp-home .cp-3col,
  .cp-services .cp-tier-grid,
  .cp-services .cp-cap-grid,
  .cp-services .cp-framework-grid,
  .cp-services .cp-audience-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cp-about br.cp-dbreak {
    display: none;
  }


  .cp-services .cp-approach-grid {
    grid-template-columns: 1fr;
  }

  .cp-services .cp-svc-hero-actions {
    flex-direction: column;
  }

  .cp-services .cp-svc-hero-actions .cp-btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 660px) {
  .cp-home .cp-fit-grid,
  .cp-home .cp-quotes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cp-topbar-nav a {
    padding: 8px 12px;
    font-size: 0.86rem;
  }

  .cp-topbar-cta {
    width: 100%;
    max-width: 260px;
  }

  .cp-w {
    padding: 0 20px;
  }

  .cp-foot-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cp-services .cp-proof-grid {
    margin-top: -24px;
  }

  .cp-services .cp-framework-box,
  .cp-services .cp-tier-card,
  .cp-services .cp-scope-card,
  .cp-services .cp-svc-detail-card,
  .cp-services .cp-audience-card,
  .cp-services .cp-svc-flow-card {
    padding-left: 22px;
    padding-right: 22px;
  }
}


/* =========================================================
   SERVICES MATRIX FIX V4
========================================================= */
@media (min-width: 901px) {
  .cp-services .cp-matrix-wrap {
    overflow-x: visible !important;
  }

  .cp-services table.cp-matrix {
    display: table !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
  }

  .cp-services table.cp-matrix thead,
  .cp-services table.cp-matrix tbody,
  .cp-services table.cp-matrix tr {
    width: 100% !important;
  }

  .cp-services table.cp-matrix th,
  .cp-services table.cp-matrix td {
    white-space: normal !important;
    word-break: normal;
  }

  .cp-services table.cp-matrix th:first-child,
  .cp-services table.cp-matrix td:first-child {
    width: 42% !important;
    text-align: left !important;
  }

  .cp-services table.cp-matrix th:nth-child(2),
  .cp-services table.cp-matrix td:nth-child(2),
  .cp-services table.cp-matrix th:nth-child(3),
  .cp-services table.cp-matrix td:nth-child(3),
  .cp-services table.cp-matrix th:nth-child(4),
  .cp-services table.cp-matrix td:nth-child(4) {
    width: 19.333% !important;
    text-align: center !important;
  }
}

@media (max-width: 900px) {
  .cp-services .cp-matrix-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .cp-services table.cp-matrix {
    display: table !important;
    width: 100% !important;
    min-width: 760px !important;
    table-layout: auto !important;
  }
}

/* =========================================================
   SERVICES MATRIX MOBILE STACK FIX V5
========================================================= */
@media (max-width: 700px) {
  .cp-services .cp-svc-matrix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cp-services .cp-matrix-wrap {
    overflow: visible !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .cp-services table.cp-matrix,
  .cp-services table.cp-matrix thead,
  .cp-services table.cp-matrix tbody,
  .cp-services table.cp-matrix tr,
  .cp-services table.cp-matrix th,
  .cp-services table.cp-matrix td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .cp-services table.cp-matrix {
    table-layout: auto !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  .cp-services table.cp-matrix thead {
    display: none !important;
  }

  .cp-services table.cp-matrix tbody tr {
    background: rgba(255,255,255,0.9) !important;
    border: 1px solid rgba(43,47,107,0.1) !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(32,35,76,0.04) !important;
    padding: 16px 18px !important;
    margin-bottom: 14px !important;
    overflow: hidden !important;
  }

  .cp-services table.cp-matrix tbody tr:nth-child(even) {
    background: rgba(255,255,255,0.9) !important;
  }

  .cp-services table.cp-matrix td {
    border: none !important;
    padding: 8px 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
  }

  .cp-services table.cp-matrix td:first-child {
    width: 100% !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--navy) !important;
    padding: 0 0 12px !important;
    margin: 0 0 8px !important;
    border-bottom: 1px solid rgba(43,47,107,0.08) !important;
  }

  .cp-services table.cp-matrix td:nth-child(2),
  .cp-services table.cp-matrix td:nth-child(3),
  .cp-services table.cp-matrix td:nth-child(4) {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
    font-weight: 600 !important;
    color: var(--navy) !important;
  }

  .cp-services table.cp-matrix td:nth-child(2)::before,
  .cp-services table.cp-matrix td:nth-child(3)::before,
  .cp-services table.cp-matrix td:nth-child(4)::before {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: var(--muted) !important;
    flex: 0 0 auto !important;
  }

  .cp-services table.cp-matrix td:nth-child(2)::before {
    content: 'Core';
  }

  .cp-services table.cp-matrix td:nth-child(3)::before {
    content: 'Secure';
  }

  .cp-services table.cp-matrix td:nth-child(4)::before {
    content: 'Executive';
  }
}


/* =========================================================
   ABOUT PAGE ONLY
========================================================= */
.cp-about .cp-about-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(80, 106, 211, 0.30) 0%, transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(80, 106, 211, 0.16) 0%, transparent 28%),
    linear-gradient(180deg, #20234c 0%, #181b3d 100%);
  padding: 52px 28px 82px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cp-about .cp-about-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cp-about .cp-about-hero h1 {
  font-size: clamp(2.6rem, 5.8vw, 4.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.06;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

.cp-about .cp-about-sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.62);
  max-width: 680px;
  margin: 0 auto 36px;
  line-height: 1.76;
}

.cp-about .cp-about-hero-actions,
.cp-about .cp-about-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cp-about .cp-about-intro {
  background: #fff;
  padding: 86px 28px 34px;
}

.cp-about .cp-about-copy-wrap {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}


.cp-about .cp-dbreak {
  display: inline;
}

.cp-about .cp-sh h2,
.cp-about .cp-about-copy-wrap h2,
.cp-about .cp-about-framework-box h2,
.cp-about .cp-about-cta-inner h2 {
  text-wrap: balance;
}

.cp-about .cp-about-copy-wrap h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.cp-about .cp-sh h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.cp-about .cp-about-framework-box h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.cp-about .cp-about-cta-inner h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.cp-about .cp-about-copy-wrap h2,
.cp-about .cp-about-leadership-copy h2,
.cp-about .cp-about-brand-box p,
.cp-about .cp-about-framework-box h2,
.cp-about .cp-about-cta-inner h2 {
  letter-spacing: -0.03em;
}

.cp-about .cp-about-copy-wrap h2,
.cp-about .cp-about-leadership-copy h2 {
  font-size: clamp(1.95rem, 3.8vw, 2.8rem);
  line-height: 1.14;
  color: var(--navy);
  margin-bottom: 14px;
}

.cp-about .cp-about-copy-wrap p,
.cp-about .cp-about-story-card p,
.cp-about .cp-about-leadership-copy p,
.cp-about .cp-about-framework-copy,
.cp-about .cp-about-framework-intro,
.cp-about .cp-about-cta-inner p {
  font-size: 1rem;
  color: var(--body-text);
  line-height: 1.78;
}

.cp-about .cp-about-copy-wrap p + p,
.cp-about .cp-about-story-card p + p,
.cp-about .cp-about-leadership-copy p + p,
.cp-about .cp-about-framework-copy + .cp-about-framework-copy {
  margin-top: 16px;
}

.cp-about .cp-about-fact-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cp-about .cp-about-pill,
.cp-about .cp-about-trust-facts span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  background: var(--off-white);
  border: 1px solid rgba(43,47,107,0.08);
  border-radius: 999px;
}

.cp-about .cp-about-why {
  background: #fff;
  padding: 24px 28px 86px;
}

.cp-about .cp-about-two-col,
.cp-about .cp-about-leadership-grid,
.cp-about .cp-about-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.cp-about .cp-about-story-card,
.cp-about .cp-about-brand-box,
.cp-about .cp-about-principle-card,
.cp-about .cp-about-diff-card,
.cp-about .cp-about-fit-card,
.cp-about .cp-about-quote-card,
.cp-about .cp-about-trust-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(43,47,107,0.09);
  border-radius: 22px;
  padding: 30px 28px;
  box-shadow: 0 10px 28px rgba(32,35,76,0.04);
}

.cp-about .cp-about-story-card {
  background: var(--off-white);
}

.cp-about .cp-about-brand {
  background: var(--off-white);
  padding: 0 28px 86px;
}

.cp-about .cp-about-brand-box {
  max-width: 940px;
  margin: 0 auto;
  padding: 34px 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(234,236,248,0.94) 100%);
  border-color: rgba(80,106,211,0.16);
}

.cp-about .cp-about-brand-box p {
  text-align: center;
  font-size: clamp(1.08rem, 2vw, 1.26rem);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.72;
}

.cp-about .cp-about-leadership {
  background: var(--off-white);
  padding: 0 28px 86px;
}

.cp-about .cp-about-leadership-grid {
  align-items: stretch;
}

.cp-about .cp-about-leadership-copy {
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(43,47,107,0.08);
  border-radius: 24px;
  padding: 36px 34px;
}

.cp-about .cp-about-portrait-card {
  background: linear-gradient(180deg, #20234c 0%, #181b3d 100%);
  border: 1px solid rgba(80,106,211,0.18);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 16px 40px rgba(32,35,76,0.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cp-about .cp-about-portrait-frame {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}

.cp-about .cp-about-portrait-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.cp-about .cp-about-portrait-meta {
  padding-top: 18px;
}

.cp-about .cp-about-portrait-meta strong {
  display: block;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 4px;
}

.cp-about .cp-about-portrait-meta span {
  display: block;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.62);
}

.cp-about .cp-about-approach,
.cp-about .cp-about-fit {
  background: #fff;
  padding: 86px 28px;
}

.cp-about .cp-about-principles-grid,
.cp-about .cp-about-diff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.cp-about .cp-about-principle-card h3,
.cp-about .cp-about-diff-card h3,
.cp-about .cp-about-fit-card h3,
.cp-about .cp-about-trust-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 12px;
}

.cp-about .cp-about-principle-card p,
.cp-about .cp-about-diff-card p,
.cp-about .cp-about-fit-card p,
.cp-about .cp-about-quote-by,
.cp-about .cp-about-trust-card p {
  font-size: 0.94rem;
  color: var(--body-text);
  line-height: 1.72;
}

.cp-about .cp-about-diff {
  background: #fff;
  padding: 0 28px 86px;
}

.cp-about .cp-about-framework {
  background: var(--navy-deep);
  padding: 86px 28px;
  position: relative;
  overflow: hidden;
}

.cp-about .cp-about-framework::before {
  content: '';
  position: absolute;
  inset: auto auto -180px -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(80,106,211,0.22) 0%, transparent 68%);
  pointer-events: none;
}

.cp-about .cp-about-framework::after {
  content: '';
  position: absolute;
  inset: -160px -120px auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(80,106,211,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.cp-about .cp-about-framework-box {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 26px;
  padding: 40px 34px;
}

.cp-about .cp-about-framework-box h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.7rem);
  color: #fff;
  line-height: 1.14;
  margin-bottom: 14px;
}

.cp-about .cp-about-framework-text {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}

.cp-about .cp-about-framework-intro {
  color: rgba(255,255,255,0.74);
  max-width: 720px;
  margin: 0 auto 14px;
}

.cp-about .cp-about-framework-copy {
  color: rgba(255,255,255,0.62);
  max-width: none;
  margin: 0 0 18px;
  text-align: left;
}

.cp-about .cp-about-framework-line {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 0.94rem;
  color: var(--blue-md);
  line-height: 1.7;
  text-align: left;
}

.cp-about .cp-about-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.cp-about .cp-about-fit-card.yes {
  background: var(--green-bg);
  border-color: var(--green-brd);
}

.cp-about .cp-about-fit-card.no {
  background: var(--red-bg);
  border-color: var(--red-brd);
}

.cp-about .cp-about-list {
  list-style: none;
  display: grid;
  gap: 13px;
}

.cp-about .cp-about-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.93rem;
  color: var(--body-text);
  line-height: 1.65;
}

.cp-about .cp-about-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.cp-about .cp-about-fit-card.yes .cp-about-list li::before {
  background: #16a34a;
}

.cp-about .cp-about-fit-card.no .cp-about-list li::before {
  background: #dc2626;
}

.cp-about .cp-about-trust {
  background: var(--off-white);
  padding: 86px 28px;
}

.cp-about .cp-about-trust-facts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.cp-about .cp-about-quote-card {
  background: rgba(255,255,255,0.96);
  position: relative;
}

.cp-about .cp-about-quote-card::before {
  content: '\201C';
  font-size: 5rem;
  line-height: 0;
  color: var(--blue-md);
  position: absolute;
  top: 44px;
  left: 24px;
  font-family: Georgia, serif;
}

.cp-about .cp-about-quote {
  font-size: 1rem;
  font-style: italic;
  color: var(--body-text);
  line-height: 1.8;
  margin: 28px 0 18px;
}

.cp-about .cp-about-quote-by {
  color: var(--muted);
  font-weight: 500;
}

.cp-about .cp-about-list.compact {
  gap: 12px;
}

.cp-about .cp-about-cta {
  background: linear-gradient(180deg, #20234c 0%, #161938 100%);
  padding: 86px 28px;
  position: relative;
  overflow: hidden;
}

.cp-about .cp-about-cta::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(80,106,211,0.28) 0%, transparent 70%);
  pointer-events: none;
}

.cp-about .cp-about-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cp-about .cp-about-cta-inner h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
}

.cp-about .cp-about-cta-inner p {
  color: rgba(255,255,255,0.60);
  margin: 0 auto 34px;
  max-width: 660px;
}

@media (max-width: 1100px) {
  .cp-about .cp-about-principles-grid,
  .cp-about .cp-about-diff-grid,
  .cp-about .cp-about-two-col,
  .cp-about .cp-about-leadership-grid,
  .cp-about .cp-about-trust-grid,
  .cp-about .cp-about-fit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .cp-about .cp-about-hero {
    padding-top: 72px;
  }

  .cp-about .cp-about-portrait-card {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .cp-about .cp-about-hero-actions,
  .cp-about .cp-about-cta-actions {
    flex-direction: column;
  }

  .cp-about .cp-about-hero-actions .cp-btn,
  .cp-about .cp-about-cta-actions .cp-btn {
    width: 100%;
    max-width: 340px;
  }

  .cp-about .cp-about-intro,
  .cp-about .cp-about-why,
  .cp-about .cp-about-brand,
  .cp-about .cp-about-leadership,
  .cp-about .cp-about-approach,
  .cp-about .cp-about-diff,
  .cp-about .cp-about-framework,
  .cp-about .cp-about-fit,
  .cp-about .cp-about-trust,
  .cp-about .cp-about-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cp-about .cp-about-portrait-frame img {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  .cp-about .cp-about-copy-wrap h2,
  .cp-about .cp-about-leadership-copy h2,
  .cp-about .cp-about-framework-box h2,
  .cp-about .cp-about-cta-inner h2 {
    font-size: clamp(1.8rem, 7vw, 2.3rem);
  }

  .cp-about .cp-about-story-card,
  .cp-about .cp-about-brand-box,
  .cp-about .cp-about-principle-card,
  .cp-about .cp-about-diff-card,
  .cp-about .cp-about-fit-card,
  .cp-about .cp-about-quote-card,
  .cp-about .cp-about-trust-card,
  .cp-about .cp-about-leadership-copy,
  .cp-about .cp-about-framework-box,
  .cp-about .cp-about-portrait-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .cp-about .cp-about-trust-facts,
  .cp-about .cp-about-fact-strip {
    gap: 10px;
  }

  .cp-about .cp-about-pill,
  .cp-about .cp-about-trust-facts span {
    width: 100%;
  }
}


/* =========================================================
   ABOUT PAGE HEADING BALANCE UTILITIES
========================================================= */
.cp-br-desktop {
  display: none;
}

@media (min-width: 768px) {
  .cp-br-desktop {
    display: inline;
  }
}

@media (max-width: 1200px) {
  .cp-about .cp-about-leadership-copy h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.45rem);
  }
}


/* v9 framework section alignment update */
@media (max-width: 640px) {
  .cp-about .cp-about-framework-text {
    max-width: none;
  }
}


/* =========================================================
   MOBILE NAV REFINEMENT V12
========================================================= */

.cp-about .cp-accent {
  color: var(--blue);
}

@media (max-width: 700px) {
  .cp-topbar {
    position: static;
  }

  .cp-topbar-inner {
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cp-topbar-nav {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
    width: min(100%, 360px);
    min-width: 0;
    gap: 8px 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .cp-topbar-nav a {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    text-align: center;
    padding: 8px 10px;
    font-size: 0.9rem;
    line-height: 1.1;
    background: transparent;
  }

  .cp-topbar-nav a:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .cp-topbar-nav a:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .cp-topbar-nav a[aria-current="page"] {
    background: rgba(255,255,255,0.12);
  }

  .cp-topbar-cta {
    width: 100%;
    max-width: 360px;
    min-width: 0;
    min-height: 46px;
    border-radius: 999px;
  }
}


/* =========================================================
   ABOUT PAGE SPACING REFINEMENT V14
========================================================= */
.cp-about .cp-about-brand {
  padding-top: 24px;
  padding-bottom: 32px;
}

.cp-about .cp-about-brand-box {
  margin-top: 0;
  margin-bottom: 0;
}

.cp-about .cp-about-leadership {
  padding-top: 28px;
}



/* =========================================================
   CONTACT PAGE
========================================================= */
.cp-contact .cp-contact-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(80,106,211,0.28) 0%, transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(80,106,211,0.14) 0%, transparent 24%),
    linear-gradient(180deg, #20234c 0%, #181b3d 100%);
  padding: 52px 28px 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cp-contact .cp-contact-hero-inner {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cp-contact .cp-contact-hero h1 {
  font-size: clamp(2.5rem, 5.6vw, 4.35rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: 18px;
}

.cp-contact .cp-contact-sub {
  max-width: 700px;
  margin: 0 auto 34px;
  font-size: 1.08rem;
  line-height: 1.74;
  color: rgba(255,255,255,0.62);
}

.cp-contact .cp-contact-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cp-contact .cp-contact-paths {
  background: var(--off-white);
  padding: 72px 28px 72px;
}

.cp-contact .cp-contact-path-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 0;
  position: relative;
  z-index: 3;
}

.cp-contact .cp-contact-path-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(43,47,107,0.10);
  border-radius: 22px;
  padding: 30px 28px;
  box-shadow: 0 14px 40px rgba(32,35,76,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  transform: none;
}

.cp-contact .cp-contact-path-card h3 {
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.28;
}

.cp-contact .cp-contact-path-card p {
  font-size: 0.95rem;
  color: var(--body-text);
  line-height: 1.72;
  margin-bottom: 18px;
}

.cp-contact .cp-contact-form-section {
  background: #fff;
  padding: 88px 28px;
}

.cp-contact .cp-contact-form-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.cp-contact .cp-contact-form-intro {
  background: var(--off-white);
  border: 1px solid rgba(43,47,107,0.08);
  border-radius: 22px;
  padding: 30px 28px;
}

.cp-contact .cp-contact-form-intro h2 {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  color: var(--navy);
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}

.cp-contact .cp-contact-form-intro p {
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.74;
}

.cp-contact .cp-contact-fit-mini {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(43,47,107,0.08);
}

.cp-contact .cp-contact-fit-mini strong {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}

.cp-contact .cp-contact-fit-mini ul {
  list-style: none;
  display: grid;
  gap: 12px;
}

.cp-contact .cp-contact-fit-mini li {
  position: relative;
  padding-left: 18px;
  font-size: 0.92rem;
  color: var(--body-text);
  line-height: 1.6;
}

.cp-contact .cp-contact-fit-mini li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.cp-contact .cp-contact-form-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(43,47,107,0.10);
  border-radius: 22px;
  padding: 32px 30px;
  box-shadow: 0 12px 30px rgba(32,35,76,0.05);
}

.cp-contact .cp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.cp-contact .cp-field,
.cp-contact .cp-field-full {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cp-contact .cp-field-full {
  grid-column: 1 / -1;
}

.cp-contact .cp-field label,
.cp-contact .cp-field-full label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.cp-contact .cp-field input,
.cp-contact .cp-field select,
.cp-contact .cp-field textarea,
.cp-contact .cp-field-full input,
.cp-contact .cp-field-full select,
.cp-contact .cp-field-full textarea {
  width: 100%;
  border: 1px solid rgba(43,47,107,0.12);
  background: #fff;
  color: var(--body-text);
  border-radius: 12px;
  padding: 14px 15px;
  font: inherit;
  line-height: 1.45;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cp-contact .cp-field textarea,
.cp-contact .cp-field-full textarea {
  min-height: 152px;
  resize: vertical;
}

.cp-contact .cp-field input:focus,
.cp-contact .cp-field select:focus,
.cp-contact .cp-field textarea:focus,
.cp-contact .cp-field-full input:focus,
.cp-contact .cp-field-full select:focus,
.cp-contact .cp-field-full textarea:focus {
  outline: none;
  border-color: rgba(80,106,211,0.55);
  box-shadow: 0 0 0 4px rgba(80,106,211,0.12);
}

.cp-contact .cp-field input::placeholder,
.cp-contact .cp-field textarea::placeholder,
.cp-contact .cp-field-full input::placeholder,
.cp-contact .cp-field-full textarea::placeholder {
  color: #98a0b3;
}

.cp-contact .cp-form-actions {
  margin-top: 22px;
}

.cp-contact .cp-form-privacy {
  margin-top: 12px;
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--muted);
}

.cp-contact .cp-contact-process {
  background: var(--navy-deep);
  padding: 88px 28px;
  position: relative;
  overflow: hidden;
}

.cp-contact .cp-contact-process::before {
  content: '';
  position: absolute;
  inset: auto auto -160px -140px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(80,106,211,0.20) 0%, transparent 68%);
}

.cp-contact .cp-contact-process::after {
  content: '';
  position: absolute;
  inset: -140px -120px auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(80,106,211,0.16) 0%, transparent 70%);
}

.cp-contact .cp-contact-process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cp-contact .cp-contact-process-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  padding: 28px 24px;
}

.cp-contact .cp-contact-process-card h3 {
  font-size: 1.02rem;
  color: #fff;
  margin-bottom: 10px;
}

.cp-contact .cp-contact-process-card p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.60);
  line-height: 1.72;
}

.cp-contact .cp-contact-bestfit {
  background: var(--off-white);
  padding: 88px 28px;
}

.cp-contact .cp-contact-bestfit-box {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(43,47,107,0.10);
  border-radius: 22px;
  padding: 36px 32px;
  box-shadow: 0 8px 24px rgba(32,35,76,0.04);
}

.cp-contact .cp-contact-bestfit-box h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: var(--navy);
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}

.cp-contact .cp-contact-bestfit-box p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.74;
  margin-bottom: 20px;
}

.cp-contact .cp-contact-bestfit-bullets {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
}

.cp-contact .cp-contact-bestfit-bullets li {
  position: relative;
  padding-left: 20px;
  color: var(--body-text);
  line-height: 1.6;
  font-size: 0.93rem;
}

.cp-contact .cp-contact-bestfit-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.cp-contact .cp-contact-direct {
  background: #fff;
  padding: 88px 28px;
}

.cp-contact .cp-contact-direct-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.cp-contact .cp-contact-direct-copy,
.cp-contact .cp-contact-direct-card {
  background: var(--off-white);
  border: 1px solid rgba(43,47,107,0.08);
  border-radius: 22px;
  padding: 32px 28px;
}

.cp-contact .cp-contact-direct-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: var(--navy);
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}

.cp-contact .cp-contact-direct-copy p {
  color: var(--muted);
  line-height: 1.74;
}

.cp-contact .cp-contact-detail-list {
  display: grid;
  gap: 18px;
}

.cp-contact .cp-contact-detail-item strong {
  display: block;
  font-size: 0.77rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 6px;
}

.cp-contact .cp-contact-detail-item span,
.cp-contact .cp-contact-detail-item a {
  color: var(--body-text);
  font-size: 0.96rem;
  line-height: 1.65;
}

.cp-contact .cp-contact-reassure {
  background: var(--off-white);
  padding: 32px 28px 40px;
}

.cp-contact .cp-contact-reassure-strip {
  max-width: var(--max);
  margin: 0 auto;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(43,47,107,0.08);
  border-radius: 18px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  box-shadow: 0 8px 24px rgba(32,35,76,0.04);
}

.cp-contact .cp-contact-reassure-strip span {
  font-size: 0.9rem;
  color: var(--navy);
  text-align: center;
  line-height: 1.45;
}

.cp-contact .cp-contact-final {
  background: var(--navy);
  padding: 88px 28px;
  position: relative;
  overflow: hidden;
}

.cp-contact .cp-contact-final::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(80,106,211,0.26) 0%, transparent 70%);
}

.cp-contact .cp-contact-final-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cp-contact .cp-contact-final-inner h2 {
  font-size: clamp(1.95rem, 4vw, 2.85rem);
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.cp-contact .cp-contact-final-inner p {
  max-width: 640px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.60);
  line-height: 1.74;
  font-size: 1.03rem;
}

.cp-contact .cp-contact-final-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .cp-contact .cp-contact-form-wrap,
  .cp-contact .cp-contact-direct-grid,
  .cp-contact .cp-contact-process-grid {
    grid-template-columns: 1fr;
  }

  .cp-contact .cp-contact-bestfit-bullets,
  .cp-contact .cp-contact-reassure-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .cp-contact .cp-contact-path-grid,
  .cp-contact .cp-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cp-contact .cp-contact-actions,
  .cp-contact .cp-contact-final-actions {
    flex-direction: column;
    align-items: center;
  }

  .cp-contact .cp-contact-actions .cp-btn,
  .cp-contact .cp-contact-final-actions .cp-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .cp-contact .cp-contact-hero,
  .cp-contact .cp-contact-form-section,
  .cp-contact .cp-contact-process,
  .cp-contact .cp-contact-bestfit,
  .cp-contact .cp-contact-direct,
  .cp-contact .cp-contact-final {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cp-contact .cp-contact-paths,
  .cp-contact .cp-contact-reassure {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cp-contact .cp-contact-path-card,
  .cp-contact .cp-contact-form-card,
  .cp-contact .cp-contact-form-intro,
  .cp-contact .cp-contact-process-card,
  .cp-contact .cp-contact-bestfit-box,
  .cp-contact .cp-contact-direct-copy,
  .cp-contact .cp-contact-direct-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .cp-contact .cp-contact-reassure-strip,
  .cp-contact .cp-contact-bestfit-bullets {
    grid-template-columns: 1fr;
  }

  .cp-contact .cp-contact-hero {
    padding-top: 60px;
    padding-bottom: 52px;
  }

  .cp-contact .cp-contact-paths {
    padding-top: 36px;
    padding-bottom: 56px;
  }

  .cp-contact .cp-contact-reassure {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}

/* Contact / About hero accent support */
.cp-about .cp-accent,
.cp-contact .cp-accent {
  color: var(--blue);
}


/* Site v3 cleanup: about/contact hero accent + contact spacing assurance */
.cp-about .cp-accent,
.cp-contact .cp-accent {
  color: var(--blue);
}

.cp-contact .cp-contact-hero h1 {
  text-wrap: balance;
}


/* =========================================================
   HOME HERO TOP SPACING LOCK
========================================================= */
.cp-home .cp-hero {
  padding-top: 56px !important;
}

@media (max-width: 980px) {
  .cp-home .cp-hero {
    padding-top: 48px !important;
  }
}

@media (max-width: 640px) {
  .cp-home .cp-hero {
    padding-top: 40px !important;
  }
}
