/* ── Client Portal Marketing Page ─────────────────────────── */
:root {
  --cp-orange:   #f27120;
  --cp-orange-dk:#d45e10;
  --cp-orange-lt:#fff3e8;
  --cp-blue:     #017bbd;
  --cp-blue-dk:  #015f94;
  --cp-blue-lt:  #e8f4fb;
  --cp-navy:     #0d1f3c;
  --cp-dark:     #070f1e;
  --cp-text:     #1e293b;
  --cp-muted:    #64748b;
  --cp-light:    #f4f6f9;
  --cp-border:   #e2e8f0;
  --cp-green:    #16a34a;
  --cp-green-lt: #dcfce7;
  --cp-red:      #dc2626;
  --cp-red-lt:   #fee2e2;
  --cp-amber:    #d97706;
  --cp-amber-lt: #fef3c7;
}
.cp-page { font-family: 'Segoe UI', Arial, sans-serif; color: var(--cp-text); line-height: 1.7; }
.cp-page *, .cp-page *::before, .cp-page *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* hero */
.cp-hero { background: linear-gradient(140deg, var(--cp-navy) 0%, #0a2d5a 55%, #014d7a 100%); color: #fff; padding: 86px 5vw 80px; position: relative; overflow: hidden; }
.cp-hero::after { content: ''; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(242,113,32,.10), transparent 65%); bottom: -280px; right: -120px; pointer-events: none; }
.cp-hero-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.cp-hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(242,113,32,.14); border: 1px solid rgba(242,113,32,.3); color: #fbb98a; padding: 5px 14px; border-radius: 20px; font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 18px; }
.cp-hero h1 { font-size: clamp(1.9rem, 3.5vw, 3rem); font-weight: 800; line-height: 1.18; margin-bottom: 18px; letter-spacing: -.4px; color: #fff; }
.cp-hero h1 span { color: var(--cp-orange); }
.cp-hero p { font-size: 1rem; color: rgba(255,255,255,.72); margin-bottom: 34px; max-width: 460px; line-height: 1.75; }
.cp-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.cp-btn-orange { background: var(--cp-orange); color: #fff !important; padding: 13px 28px; border-radius: 4px; font-weight: 700; font-size: 14px; text-decoration: none; box-shadow: 0 4px 18px rgba(242,113,32,.38); transition: .18s; display: inline-block; }
.cp-btn-orange:hover { background: var(--cp-orange-dk); transform: translateY(-1px); }
.cp-btn-ghost { background: transparent; color: #fff !important; padding: 13px 28px; border-radius: 4px; font-weight: 600; font-size: 14px; text-decoration: none; border: 2px solid rgba(255,255,255,.3); transition: .18s; display: inline-block; }
.cp-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.07); }
.cp-hero-trust { display: flex; gap: 22px; margin-top: 36px; flex-wrap: wrap; }
.cp-trust-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,.55); }
.cp-trust-item::before { content: '\2713'; background: rgba(242,113,32,.25); color: var(--cp-orange); width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; }

/* portal mockup */
.cp-portal-screen { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.38); }
.cp-ps-topbar { background: var(--cp-navy); padding: 9px 14px; display: flex; align-items: center; gap: 7px; }
.cp-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.cp-d-r { background: #ff5f57; }
.cp-d-y { background: #febc2e; }
.cp-d-g { background: #28c840; }
.cp-ps-url { flex: 1; background: rgba(255,255,255,.07); border-radius: 4px; padding: 3px 10px; font-size: 10px; color: rgba(255,255,255,.4); margin: 0 8px; }
.cp-ps-body { display: grid; grid-template-columns: 160px 1fr; min-height: 330px; }
.cp-ps-side { background: #f8fafc; border-right: 1px solid #e8edf2; padding: 14px 10px; display: flex; flex-direction: column; }
.cp-ps-client { padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #e8edf2; }
.cp-ps-avatar { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, var(--cp-orange), var(--cp-blue)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 11px; margin-bottom: 6px; }
.cp-ps-cname { font-size: 11px; font-weight: 800; color: var(--cp-navy); }
.cp-ps-csub { font-size: 9px; color: #94a3b8; }
.cp-ps-section-label { font-size: 8.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: #cbd5e1; padding: 8px 8px 4px; }
.cp-mnav { padding: 6px 8px; border-radius: 5px; font-size: 10px; font-weight: 600; color: #64748b; margin-bottom: 2px; display: flex; align-items: center; gap: 6px; }
.cp-mnav.active { background: rgba(242,113,32,.1); color: var(--cp-orange); }
.cp-mnav-badge { margin-left: auto; background: var(--cp-orange); color: #fff; font-size: 8px; font-weight: 800; width: 15px; height: 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cp-ps-main { padding: 14px; overflow: hidden; }
.cp-pm-greet { font-size: 13px; font-weight: 800; color: var(--cp-navy); margin-bottom: 10px; }
.cp-pm-greet span { color: var(--cp-orange); }
.cp-pm-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin-bottom: 10px; }
.cp-pm-card { background: #f8fafc; border: 1px solid #e8edf2; border-radius: 6px; padding: 8px; }
.cp-pm-card-val { font-size: 18px; font-weight: 800; color: var(--cp-navy); line-height: 1; }
.cp-pm-card-lbl { font-size: 8.5px; color: #94a3b8; font-weight: 600; text-transform: uppercase; letter-spacing: .4px; margin-top: 2px; }
.cp-pm-card.warn .cp-pm-card-val { color: var(--cp-amber); }
.cp-pm-card.ok .cp-pm-card-val { color: var(--cp-green); }
.cp-pm-card.red .cp-pm-card-val { color: var(--cp-red); }
.cp-pm-row-title { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: #94a3b8; margin-bottom: 5px; }
.cp-pm-list { border: 1px solid #e8edf2; border-radius: 6px; overflow: hidden; }
.cp-pm-item { display: flex; align-items: center; gap: 8px; padding: 6px 9px; border-bottom: 1px solid #f1f5f9; font-size: 10px; }
.cp-pm-item:last-child { border: none; }
.cp-pm-item-name { font-weight: 700; color: var(--cp-navy); font-size: 10px; }
.cp-pm-item-sub { font-size: 9px; color: #94a3b8; }
.cp-badge { font-size: 8px; font-weight: 800; padding: 2px 7px; border-radius: 10px; white-space: nowrap; }
.cp-b-o { background: var(--cp-amber-lt); color: var(--cp-amber); }
.cp-b-g { background: var(--cp-green-lt); color: var(--cp-green); }
.cp-b-r { background: var(--cp-red-lt); color: var(--cp-red); }
.cp-b-b { background: var(--cp-blue-lt); color: var(--cp-blue-dk); }

/* shared layout */
.cp-section { padding: 80px 5vw; }
.cp-container { max-width: 1160px; margin: 0 auto; }
.cp-eyebrow { display: inline-block; color: var(--cp-orange); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; padding-left: 18px; position: relative; }
.cp-eyebrow::before { content: ''; position: absolute; left: 0; top: 50%; width: 10px; height: 2px; background: var(--cp-orange); transform: translateY(-50%); }
.cp-page h2.cp-sec-title { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--cp-navy); line-height: 1.2; letter-spacing: -.3px; margin-bottom: 12px; }
.cp-page h2.cp-sec-title span { color: var(--cp-orange); }
.cp-page h2.cp-sec-title em { font-style: normal; color: var(--cp-blue); }
.cp-sec-sub { font-size: .97rem; color: var(--cp-muted); max-width: 580px; line-height: 1.75; }
.cp-divider { width: 44px; height: 3px; background: var(--cp-orange); margin: 16px 0; border-radius: 2px; }
.cp-divider.c { margin: 16px auto; }
.cp-text-c { text-align: center; }
.cp-text-c .cp-sec-sub { margin: 0 auto; }
.cp-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.cp-split-grid.rev { direction: rtl; }
.cp-split-grid.rev > * { direction: ltr; }
.cp-feat-check-list { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.cp-feat-check-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: #334155; line-height: 1.55; }
.cp-feat-check-list li::before { content: '\2713'; background: var(--cp-orange); color: #fff; width: 18px; height: 18px; min-width: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; margin-top: 2px; }

/* screen wrap */
.cp-screen-wrap { border-radius: 10px; overflow: hidden; box-shadow: 0 12px 48px rgba(0,0,0,.14); background: #fff; }
.cp-sw-bar { background: var(--cp-navy); padding: 8px 12px; display: flex; align-items: center; gap: 6px; }
.cp-sw-bar .cp-dot { width: 9px; height: 9px; }
.cp-sw-title { margin-left: 8px; font-size: 11px; color: rgba(255,255,255,.4); }
.cp-sw-body { padding: 16px; }

/* portal sections tiles */
.cp-portal-sections { background: var(--cp-light); padding: 70px 5vw; }
.cp-ps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(165px,1fr)); gap: 12px; margin-top: 44px; }
.cp-ps-tile { background: #fff; border: 1px solid var(--cp-border); border-radius: 8px; padding: 22px 16px; text-align: center; transition: .2s; }
.cp-ps-tile:hover { box-shadow: 0 6px 22px rgba(0,0,0,.09); transform: translateY(-3px); border-color: var(--cp-orange); }
.cp-ps-tile-icon { font-size: 28px; margin-bottom: 9px; }
.cp-ps-tile h4 { font-size: 13px; font-weight: 700; color: var(--cp-navy); margin-bottom: 4px; }
.cp-ps-tile p { font-size: 11px; color: var(--cp-muted); line-height: 1.5; }

/* tickets */
.cp-tk-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.cp-tk-h1 { font-size: 13px; font-weight: 800; color: var(--cp-navy); }
.cp-tk-new-btn { background: var(--cp-orange); color: #fff; font-size: 10px; font-weight: 700; padding: 4px 12px; border-radius: 4px; }
.cp-tk-filters { display: flex; gap: 5px; margin-bottom: 9px; flex-wrap: wrap; }
.cp-tk-f { background: #f1f5f9; border-radius: 20px; padding: 3px 10px; font-size: 9px; font-weight: 700; color: #64748b; }
.cp-tk-f.active { background: var(--cp-orange-lt); color: var(--cp-orange); }
.cp-tk-list { display: flex; flex-direction: column; gap: 5px; }
.cp-tk-row { background: #f8fafc; border: 1px solid #e8edf2; border-radius: 6px; padding: 8px 10px; display: flex; align-items: center; gap: 9px; }
.cp-tk-icon { font-size: 14px; }
.cp-tk-info { flex: 1; }
.cp-tk-name { font-size: 10.5px; font-weight: 700; color: var(--cp-navy); }
.cp-tk-meta { font-size: 9px; color: #94a3b8; margin-top: 1px; }
.cp-tk-badge { font-size: 8.5px; font-weight: 700; padding: 2px 8px; border-radius: 10px; }

/* projects */
.cp-proj-list { display: flex; flex-direction: column; gap: 8px; }
.cp-proj-card { background: #f8fafc; border: 1px solid #e8edf2; border-radius: 7px; padding: 12px 13px; }
.cp-proj-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 8px; }
.cp-proj-name { font-size: 11.5px; font-weight: 800; color: var(--cp-navy); }
.cp-proj-sub { font-size: 9px; color: #94a3b8; margin-top: 2px; }
.cp-proj-badge { font-size: 8px; font-weight: 700; padding: 2px 9px; border-radius: 10px; white-space: nowrap; margin-left: 8px; }
.cp-proj-progress-wrap { margin-bottom: 6px; }
.cp-proj-progress-label { display: flex; justify-content: space-between; font-size: 9px; color: #64748b; margin-bottom: 4px; }
.cp-proj-bar-bg { height: 5px; background: #e2e8f0; border-radius: 3px; overflow: hidden; }
.cp-proj-bar-fill { height: 100%; border-radius: 3px; }
.cp-fill-orange { background: var(--cp-orange); }
.cp-fill-blue   { background: var(--cp-blue); }
.cp-fill-green  { background: var(--cp-green); }
.cp-proj-milestones { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 6px; }
.cp-proj-ms { font-size: 8.5px; padding: 2px 8px; border-radius: 10px; font-weight: 700; }
.cp-ms-done    { background: var(--cp-green-lt); color: var(--cp-green); }
.cp-ms-active  { background: var(--cp-orange-lt); color: var(--cp-orange); }
.cp-ms-pending { background: #f1f5f9; color: #94a3b8; }

/* assets */
.cp-as-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-bottom: 10px; }
.cp-as-sum-card { background: #f8fafc; border: 1px solid #e8edf2; border-radius: 6px; padding: 8px; text-align: center; }
.cp-as-sum-val { font-size: 20px; font-weight: 800; color: var(--cp-navy); }
.cp-as-sum-lbl { font-size: 8.5px; color: #94a3b8; }
.cp-as-list { display: flex; flex-direction: column; gap: 6px; }
.cp-as-item { background: #f8fafc; border: 1px solid #e8edf2; border-radius: 6px; padding: 9px 11px; }
.cp-as-item-top { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.cp-as-item-name { font-size: 11px; font-weight: 700; color: var(--cp-navy); flex: 1; }
.cp-as-bars { display: flex; gap: 5px; }
.cp-as-bar-wrap { flex: 1; }
.cp-as-bar-lbl { font-size: 8px; color: #94a3b8; margin-bottom: 2px; }
.cp-as-bar-bg { height: 4px; background: #e8edf2; border-radius: 2px; overflow: hidden; }
.cp-as-bar-fill { height: 100%; border-radius: 2px; }
.cp-f-g { background: var(--cp-green); }
.cp-f-o { background: var(--cp-orange); }
.cp-f-b { background: var(--cp-blue); }

/* reports */
.cp-rpt-list { display: flex; flex-direction: column; gap: 7px; }
.cp-rpt-item { background: #f8fafc; border: 1px solid #e8edf2; border-radius: 6px; padding: 9px 11px; display: flex; align-items: center; gap: 10px; }
.cp-rpt-icon { font-size: 18px; }
.cp-rpt-info { flex: 1; }
.cp-rpt-title { font-size: 11px; font-weight: 700; color: var(--cp-navy); }
.cp-rpt-meta  { font-size: 9px; color: #94a3b8; margin-top: 1px; }
.cp-rpt-btn   { font-size: 9px; font-weight: 700; color: var(--cp-blue); background: var(--cp-blue-lt); padding: 3px 10px; border-radius: 10px; }

/* billing */
.cp-bil-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-bottom: 10px; }
.cp-bil-kpi { background: #f8fafc; border: 1px solid #e8edf2; border-radius: 6px; padding: 8px 10px; }
.cp-bil-kpi-val { font-size: 15px; font-weight: 800; }
.cp-bil-kpi-lbl { font-size: 8.5px; color: #94a3b8; margin-top: 1px; }
.cp-bil-kpi.overdue .cp-bil-kpi-val { color: var(--cp-red); }
.cp-bil-kpi.paid    .cp-bil-kpi-val { color: var(--cp-green); }
.cp-bil-kpi.due     .cp-bil-kpi-val { color: var(--cp-amber); }
.cp-bil-rows { display: flex; flex-direction: column; gap: 5px; }
.cp-bil-row { display: flex; align-items: center; gap: 8px; padding: 6px 9px; background: #f8fafc; border: 1px solid #e8edf2; border-radius: 5px; font-size: 10px; }
.cp-bil-row-info { flex: 1; }
.cp-bil-row-title { font-weight: 700; color: var(--cp-navy); }
.cp-bil-row-sub   { font-size: 9px; color: #94a3b8; }
.cp-bil-row-amt   { font-weight: 800; color: var(--cp-navy); font-size: 11px; margin-right: 6px; }

/* services section */
.cp-services-section { background: var(--cp-navy); padding: 80px 5vw; position: relative; overflow: hidden; }
.cp-services-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 50%, rgba(1,123,189,.25) 0%, transparent 60%), radial-gradient(ellipse at 10% 80%, rgba(242,113,32,.12) 0%, transparent 50%); pointer-events: none; }
.cp-services-section .cp-eyebrow { color: #fbb98a; }
.cp-services-section .cp-eyebrow::before { background: #fbb98a; }
.cp-services-section h2.cp-sec-title { color: #fff; }
.cp-services-section .cp-sec-sub { color: rgba(255,255,255,.68); }
.cp-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 16px; margin-top: 48px; position: relative; z-index: 1; }
.cp-svc-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 26px 22px; transition: .22s; }
.cp-svc-card:hover { background: rgba(255,255,255,.1); border-color: rgba(242,113,32,.4); transform: translateY(-3px); }
.cp-svc-icon { width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.cp-si-o { background: rgba(242,113,32,.2); }
.cp-si-b { background: rgba(1,123,189,.2); }
.cp-si-g { background: rgba(22,163,74,.15); }
.cp-si-p { background: rgba(124,58,237,.15); }
.cp-si-a { background: rgba(217,119,6,.15); }
.cp-si-t { background: rgba(8,145,178,.15); }
.cp-svc-card h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.cp-svc-card p  { font-size: 13px; color: rgba(255,255,255,.58); line-height: 1.65; }
.cp-svc-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.cp-svc-tag { font-size: 10px; font-weight: 600; padding: 2px 9px; border-radius: 10px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.55); }

/* benefits */
.cp-ben-section { padding: 80px 5vw; background: linear-gradient(135deg, #070f1e 0%, #0d1f3c 50%, #091828 100%); position: relative; overflow: hidden; }
.cp-ben-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 15% 50%, rgba(242,113,32,.12) 0%, transparent 45%), radial-gradient(ellipse at 85% 20%, rgba(1,123,189,.18) 0%, transparent 45%); pointer-events: none; }
.cp-ben-section .cp-eyebrow { color: #fbb98a; }
.cp-ben-section .cp-eyebrow::before { background: #fbb98a; }
.cp-ben-section h2.cp-sec-title { color: #fff; }
.cp-ben-section .cp-divider { background: var(--cp-orange); }
.cp-ben-section .cp-sec-sub { color: rgba(255,255,255,.62); }
.cp-ben-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 18px; margin-top: 44px; position: relative; z-index: 1; }
.cp-ben-item { border-radius: 10px; padding: 26px 22px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); transition: .22s; }
.cp-ben-item:hover { background: rgba(255,255,255,.08); border-color: rgba(242,113,32,.3); transform: translateY(-3px); }
.cp-ben-icon-wrap { width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.cp-bi-o { background: rgba(242,113,32,.18); }
.cp-bi-b { background: rgba(1,123,189,.18); }
.cp-bi-g { background: rgba(22,163,74,.15); }
.cp-bi-p { background: rgba(124,58,237,.15); }
.cp-ben-item h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.cp-ben-item p  { font-size: 13px; color: rgba(255,255,255,.58); line-height: 1.65; }

/* CTA */
.cp-cta-section { position: relative; overflow: hidden; }
.cp-cta-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 360px; }
.cp-cta-left { background: linear-gradient(135deg, #f27120 0%, #c24f0c 100%); padding: 72px 52px; position: relative; overflow: hidden; }
.cp-cta-left::after { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,.06); bottom: -150px; right: -100px; pointer-events: none; }
.cp-cta-left h2 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 800; color: #fff; margin-bottom: 14px; line-height: 1.2; position: relative; z-index: 1; }
.cp-cta-left p  { font-size: .95rem; color: rgba(255,255,255,.85); margin-bottom: 28px; line-height: 1.7; position: relative; z-index: 1; }
.cp-btn-white { background: #fff; color: #f27120 !important; padding: 13px 28px; border-radius: 4px; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-block; box-shadow: 0 4px 16px rgba(0,0,0,.15); transition: .18s; position: relative; z-index: 1; }
.cp-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.cp-cta-right { background: linear-gradient(135deg, #0d1f3c 0%, #091828 100%); padding: 72px 52px; display: flex; flex-direction: column; justify-content: center; }
.cp-cta-right .cp-eyebrow { color: #fbb98a; }
.cp-cta-right .cp-eyebrow::before { background: #fbb98a; }
.cp-cta-right h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); font-weight: 800; color: #fff; line-height: 1.25; margin: 12px 0 16px; }
.cp-cta-right p  { font-size: .93rem; color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: 28px; }
.cp-btn-outline-white { background: transparent; color: #fff !important; padding: 12px 28px; border-radius: 4px; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-block; border: 2px solid rgba(255,255,255,.3); transition: .18s; }
.cp-btn-outline-white:hover { border-color: #f27120; color: #f27120 !important; }

@media (max-width: 860px) {
  .cp-hero-inner, .cp-split-grid, .cp-cta-inner { grid-template-columns: 1fr; }
  .cp-hero-visual { display: none; }
  .cp-split-grid.rev { direction: ltr; }
  .cp-pm-cards { grid-template-columns: repeat(2,1fr); }
  .cp-cta-left, .cp-cta-right { padding: 52px 5vw; }
}
.cp-client-portal .header-title { display: none !important; }

/* ── How We Work (toggle) ───────────────────────────────────── */
.cp-hw { background: #fff; padding: 80px 5vw; }
.cp-hw-toggle { display: flex; justify-content: center; margin-bottom: 44px; }
.cp-hw-toggle-inner {
  display: inline-flex;
  background: var(--cp-light);
  border: 1px solid var(--cp-border);
  border-radius: 10px;
  padding: 4px;
  gap: 2px;
}
.cp-hw-tab {
  padding: 10px 24px;
  border-radius: 7px;
  font-size: .85rem;
  font-weight: 700;
  color: var(--cp-muted);
  cursor: pointer;
  border: none;
  background: transparent;
  transition: background .18s, color .18s, box-shadow .18s;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: inherit;
}
.cp-hw-tab:focus-visible { outline: 2px solid var(--cp-blue); outline-offset: 2px; }
.cp-hw-tab-icon {
  width: 22px; height: 22px;
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  background: var(--cp-border);
  transition: background .18s;
}
.cp-hw-tab--active { background: #fff; color: var(--cp-navy); box-shadow: 0 1px 6px rgba(13,31,60,.10); }
.cp-hw-tab--active[data-track="managed"] .cp-hw-tab-icon { background: var(--cp-blue-lt); }
.cp-hw-tab--active[data-track="solutions"] .cp-hw-tab-icon { background: var(--cp-orange-lt); }

.cp-hw-track { display: none; }
.cp-hw-track--visible {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  animation: cpHwFade .22s ease;
}
@keyframes cpHwFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.cp-hw-track--visible::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(12.5% + 9px);
  right: calc(12.5% + 9px);
  height: 1px;
  background: var(--cp-border);
  z-index: 0;
  pointer-events: none;
}
.cp-hw-card {
  background: var(--cp-light);
  border: 1px solid var(--cp-border);
  border-radius: 12px;
  padding: 24px 20px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  transition: box-shadow .2s, transform .2s;
}
.cp-hw-card:hover { box-shadow: 0 8px 28px rgba(13,31,60,.09); transform: translateY(-3px); }
.cp-hw-card--final { background: var(--cp-orange-lt); border-color: rgba(242,113,32,.28); }
.cp-hw-num {
  font-size: 2.6rem; font-weight: 900; line-height: 1;
  color: var(--cp-navy); opacity: .07;
  letter-spacing: -2px; margin-bottom: -4px;
}
.cp-hw-phase {
  display: inline-block;
  font-size: .65rem; font-weight: 800;
  letter-spacing: .09em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 20px;
  margin-bottom: 11px; align-self: flex-start;
}
.cp-hw-phase--blue  { background: var(--cp-blue-lt); color: var(--cp-blue-dk); }
.cp-hw-phase--orange { background: rgba(242,113,32,.13); color: var(--cp-orange-dk); }
.cp-hw-card h3 { font-size: 1rem; font-weight: 800; color: var(--cp-navy); margin-bottom: 8px; }
.cp-hw-card p  { font-size: .84rem; color: var(--cp-muted); line-height: 1.7; margin-bottom: 16px; flex: 1; }
.cp-hw-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.cp-hw-list li {
  font-size: .8rem; color: var(--cp-text);
  display: flex; align-items: flex-start; gap: 8px; line-height: 1.5;
}
.cp-hw-list li::before {
  content: '\2713';
  flex-shrink: 0; width: 16px; height: 16px;
  border-radius: 50%; display: flex;
  align-items: center; justify-content: center;
  font-size: 9px; font-weight: 900; margin-top: 1px;
  background: var(--cp-blue-lt); color: var(--cp-blue);
}
.cp-hw-card--final .cp-hw-list li::before { background: rgba(242,113,32,.18); color: var(--cp-orange-dk); }
[data-track="solutions"] .cp-hw-card:not(.cp-hw-card--final) .cp-hw-list li::before {
  background: rgba(242,113,32,.14); color: var(--cp-orange-dk);
}
[data-track="solutions"] .cp-hw-card--final .cp-hw-list li::before {
  background: var(--cp-blue-lt); color: var(--cp-blue);
}
@media (max-width: 900px) {
  .cp-hw-track--visible { grid-template-columns: repeat(2, 1fr); }
  .cp-hw-track--visible::before { display: none; }
}
@media (max-width: 540px) {
  .cp-hw-track--visible { grid-template-columns: 1fr; }
  .cp-hw-tab { padding: 9px 14px; font-size: .8rem; }
}
