:root {
  --cph-pro-navy: #0b1f3a;
  --cph-pro-gold: #c99a14;
  --cph-pro-cta-gold: #d8aa1e;
  --cph-pro-ink: #24354b;
  --cph-pro-muted: #5e6e82;
  --cph-pro-mist: #f7f9fc;
  --cph-pro-gold-mist: #fff7df;
  --cph-pro-line: #dce4ee;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Hind Siliguri", system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

body {
  background: var(--cph-pro-mist) !important;
  color: var(--cph-pro-ink) !important;
}

header {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid var(--cph-pro-line) !important;
}

.cph-header__inner {
  gap: 14px;
}

.cph-nav a {
  line-height: 1.25;
}

.cph-header__cta {
  white-space: nowrap;
}

/* Homepage CV value proposition: deliberately smaller than the previous hero title. */
.cph-cv-value-title {
  max-width: 900px !important;
  font-family: "Hind Siliguri", system-ui, sans-serif !important;
  font-size: clamp(38px, 4.05vw, 52px) !important;
  line-height: 1.17 !important;
  letter-spacing: -0.015em !important;
}

.cph-cv-value-description,
.cph-cv-value-closing {
  font-family: "Hind Siliguri", system-ui, sans-serif !important;
}

#problem h2,
#problem .cph-check-grid > div,
#problem .cph-solution {
  font-family: "Hind Siliguri", system-ui, sans-serif !important;
}

.cph-service-offer {
  color: #b42318 !important;
  font-family: "Hind Siliguri", system-ui, sans-serif !important;
  font-size: clamp(20px, 1.65vw, 27px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  max-width: 360px !important;
}

.cph-section-heading .cph-lead.cph-service-offer {
  color: #b42318 !important;
  font-family: "Hind Siliguri", system-ui, sans-serif !important;
  font-size: clamp(20px, 1.65vw, 27px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

#why-cph h2,
#why-cph .cph-lead,
#why-cph .cph-why-copy,
#why-cph .cph-why-grid h3 {
  font-family: "Hind Siliguri", system-ui, sans-serif !important;
}

#why-cph .cph-why-copy {
  max-width: 980px;
  margin: 18px 0 36px !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

#why-cph .cph-why-grid--proof {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

#why-cph .cph-why-grid--proof article h3 {
  font-size: 20px !important;
  line-height: 1.35 !important;
}

@media (max-width: 900px) {
  #why-cph .cph-why-grid--proof { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

.cph-platform-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px;border-top:3px solid var(--cph-pro-gold);border-bottom:1px solid var(--cph-pro-line)}
.cph-platform-subtitle{color:var(--cph-pro-navy)!important;font-size:clamp(24px,2.1vw,32px)!important;line-height:1.35!important;font-weight:700!important;font-family:"Hind Siliguri",sans-serif!important;margin-top:12px!important}
.cph-platform-card{padding:32px 28px;border-right:1px solid var(--cph-pro-line);font-family:"Hind Siliguri",sans-serif}.cph-platform-card:last-child{border-right:0}.cph-platform-card h3{font-family:"Hind Siliguri",sans-serif!important;font-size:25px!important;color:var(--cph-pro-navy)!important}.cph-platform-card p{font-size:17px!important;line-height:1.7!important}.cph-platform-card svg{width:25px;height:25px;vertical-align:-5px;margin-right:8px;fill:#0a66c2}.cph-platform-card img{width:78px;height:25px;object-fit:contain;vertical-align:-6px;margin-right:8px}.cph-platform-card--cv{background:var(--cph-pro-gold-mist)}
@media(max-width:760px){.cph-platform-flow{grid-template-columns:1fr}.cph-platform-card{border-right:0;border-bottom:1px solid var(--cph-pro-line)}.cph-platform-card:last-child{border-bottom:0}}

@media (max-width: 760px) {
  .cph-service-offer {
    margin-top: 14px !important;
    font-size: 21px !important;
  }
}

@media (max-width: 640px) {
  .cph-cv-value-title {
    font-size: clamp(29px, 7.2vw, 33px) !important;
    line-height: 1.2 !important;
  }
}

.cph-customer-feedback {
  background: #fff !important;
}

.cph-client-employers {
  background: var(--cph-pro-mist) !important;
}

.cph-client-employers h2 {
  max-width: 920px;
}

.cph-client-employers .cph-client-employer-title {
  max-width: 980px;
  font-size: clamp(34px, 3.2vw, 46px) !important;
  line-height: 1.2 !important;
}

.cph-employer-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.cph-employer-logo {
  display: grid;
  min-height: 72px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--cph-pro-line);
  border-radius: 12px;
  background: #fff;
}

.cph-employer-logo img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: 66px;
  object-fit: contain;
}

.cph-employer-logo--rfl { position: relative; }
.cph-employer-logo--rfl img { width: 92%; height: 58px; object-fit: contain; }
.cph-employer-logo:has(img[alt="VISION"]) img { width: 86%; height: 56px; object-fit: contain; }
.cph-employer-logo:has(img[alt="Bashundhara Group"]) img { width: 126%; max-width: none; height: 78px; object-fit: contain; }

.cph-employer-disclaimer {
  margin-top: 16px !important;
  font-size: 13px !important;
}

.cph-customer-feedback__intro {
  max-width: 720px;
  margin-bottom: 32px !important;
}

.cph-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cph-testimonial-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cph-pro-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.055);
}

.cph-testimonial-card > img {
  display: block;
  width: 88px;
  height: 88px;
  margin: 22px 22px 0;
  border: 3px solid var(--cph-pro-gold-mist);
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.cph-testimonial-card__body {
  padding: 15px 22px 22px;
}

.cph-testimonial-card__stars {
  color: var(--cph-pro-gold);
  font-size: 16px;
  letter-spacing: 0.1em;
}

.cph-testimonial-card__review {
  min-height: 146px;
  margin: 12px 0 16px !important;
  color: var(--cph-pro-ink) !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
}

.cph-testimonial-card h3 {
  margin: 0 !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
}

.cph-testimonial-card__role,
.cph-testimonial-card__services {
  margin: 7px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.cph-testimonial-card__services {
  color: var(--cph-pro-navy) !important;
  font-weight: 700;
}

.cph-section,
.cph-card,
.cph-package,
.cph-price-compare {
  background: #fff;
}

#why-cph,
#process,
#faq {
  background: var(--cph-pro-mist) !important;
}

.cph-card,
.cph-package {
  border-color: var(--cph-pro-line) !important;
  box-shadow: 0 12px 30px rgba(11, 31, 58, 0.06) !important;
}

.cph-btn {
  background: var(--cph-pro-cta-gold) !important;
  border-color: var(--cph-pro-cta-gold) !important;
  color: var(--cph-pro-navy) !important;
  box-shadow: 0 8px 20px rgba(201, 154, 20, 0.18) !important;
}

.cph-btn:hover,
.cph-btn:focus-visible {
  background: var(--cph-pro-gold) !important;
  border-color: var(--cph-pro-gold) !important;
  color: var(--cph-pro-navy) !important;
}

footer {
  background: #07182e !important;
  color: #d5dfeb !important;
}

.cph-section p,
.cph-section li,
.cph-final-cta p,
.cph-live-portfolio p {
  font-size: 16px !important;
  color: var(--cph-pro-muted) !important;
}

.cph-section h2,
.cph-section h3,
.cph-final-cta h2,
.cph-live-portfolio h2,
.cph-live-portfolio h3 {
  color: var(--cph-pro-navy) !important;
}

/* Keep the hero distinct: standard desktop section headings use a calmer scale. */
@media (min-width: 761px) {
  .cph-section h2,
  .cph-final-cta h2,
  .cph-live-portfolio h2 {
    font-size: 44px !important;
    line-height: 1.24 !important;
  }
}

.cph-eyebrow,
.cph-live-portfolio__label,
.cph-cm-label {
  text-transform: none !important;
  letter-spacing: 0.035em !important;
}

.cph-brand {
  flex: 0 1 260px;
}

.cph-brand img,
footer img[alt="Career Processing Hub"] {
  display: block;
  width: min(250px, 24vw) !important;
  height: auto !important;
  max-height: 74px;
  object-fit: contain;
}

.cph-section {
  padding-top: clamp(64px, 7vw, 96px) !important;
  padding-bottom: clamp(64px, 7vw, 96px) !important;
}

.cph-section p,
.cph-card p,
.cph-package p,
.cph-cm-faq p {
  line-height: 1.72;
}

.cph-btn,
.cph-card a,
.cph-package a,
.cph-live-portfolio__link {
  font-size: max(14px, 0.875rem) !important;
}

.cph-btn,
.cph-service-filter button {
  min-height: 44px;
}

.cph-live-portfolio__label,
.cph-cm-label {
  font-size: 12.5px !important;
  letter-spacing: 0.055em !important;
}

.cph-service-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.cph-service-filter button {
  appearance: none;
  border: 1px solid var(--cph-pro-line);
  border-radius: 999px;
  padding: 10px 18px;
  background: #fff;
  color: var(--cph-pro-navy);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cph-service-filter button:hover,
.cph-service-filter button:focus-visible {
  border-color: var(--cph-pro-gold);
  transform: translateY(-1px);
}

.cph-service-filter button[aria-pressed="true"] {
  border-color: var(--cph-pro-navy);
  background: var(--cph-pro-navy);
  color: #fff;
}

.cph-card[hidden] {
  display: none !important;
}

.cph-card__icon--graphic {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center;
  border: 0 !important;
  border-radius: 16px !important;
  background: rgba(11, 31, 58, 0.055) !important;
  color: var(--cph-pro-navy) !important;
  overflow: hidden;
}

.cph-card__icon--graphic > svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cph-card__icon--graphic .cph-linkedin-mark {
  width: 36px;
  height: 36px;
  stroke: none;
}

.cph-linkedin-mark rect {
  fill: #0a66c2;
}

.cph-linkedin-mark path {
  fill: #fff;
}

.cph-bdjobs-mark {
  width: 48px;
  height: auto;
  object-fit: contain;
}

.cph-pro-duplicate-section {
  display: none !important;
}

#why-cph .cph-section__intro,
#strategies .cph-section__intro,
#professions .cph-section__intro {
  max-width: 760px;
}

#why-cph,
#strategies,
#professions {
  padding-top: clamp(50px, 5vw, 72px) !important;
  padding-bottom: clamp(50px, 5vw, 72px) !important;
}

/* The hero already carries the key proof points, so this duplicate statistic row is removed. */
.cph-cm-trust-grid {
  display: none !important;
}

.cph-live-portfolio__link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px !important;
  border: 1px solid var(--cph-pro-navy) !important;
  border-radius: 999px;
  color: var(--cph-pro-navy) !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

.cph-live-portfolio__link:hover,
.cph-live-portfolio__link:focus-visible {
  background: var(--cph-pro-navy);
  color: #fff !important;
}

.cph-process {
  gap: clamp(16px, 2vw, 28px) !important;
}

.cph-step {
  min-width: 0;
}

.cph-price-compare {
  margin: 30px 0 0;
  border: 1px solid var(--cph-pro-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.08);
  overflow: hidden;
}

.cph-compare-tabs {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid var(--cph-pro-line);
  background: #f7f8fa;
}

.cph-compare-tabs button {
  flex: 1;
  min-height: 76px;
  padding: 12px 18px;
  border: 1px solid var(--cph-pro-line);
  border-radius: 14px;
  background: transparent;
  color: var(--cph-pro-navy);
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
}
.cph-compare-tabs button{display:flex;align-items:center;gap:12px;text-align:left;font-size:18px}.cph-compare-tabs button small{display:block;margin-top:3px;font-size:14px;font-weight:500;line-height:1.35}.cph-compare-icon{font-size:25px;color:var(--cph-pro-gold)}

.cph-compare-tabs button[aria-selected="true"] {
  border-color: var(--cph-pro-navy);
  background: var(--cph-pro-navy);
  color: #fff;
}

.cph-compare-panel {
  padding: clamp(18px, 3vw, 32px);
}

.cph-compare-panel h3 {
  margin: 0 0 18px;
  color: var(--cph-pro-navy);
  font-size: clamp(22px, 2.4vw, 30px);
}

.cph-table-scroll {
  overflow-x: auto;
}

.cph-price-compare table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: var(--cph-pro-ink);
}

.cph-price-compare th,
.cph-price-compare td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--cph-pro-line);
  text-align: left;
  vertical-align: middle;
}

.cph-price-compare th {
  background: rgba(11, 31, 58, 0.045);
  color: var(--cph-pro-navy);
  font-size: 14px;
}

.cph-price-compare tbody tr:last-child td {
  border-bottom: 0;
}

.cph-price-compare td strong {
  color: #8b6912;
  font-size: 17px;
}

.cph-price-compare + .cph-package-grid,
.cph-price-compare + .cph-packages {
  display: none !important;
}

.cph-language-switch {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--cph-pro-line);
  border-radius: 999px;
  background: #fff;
}

.cph-language-switch button {
  min-width: 42px;
  min-height: 34px;
  padding: 5px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--cph-pro-navy);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.cph-language-switch button[aria-pressed="true"] {
  background: var(--cph-pro-navy);
  color: #fff;
}

.cph-profession-grid {
  gap: 4px 22px !important;
}

.cph-profession {
  display: flex !important;
  align-items: center;
  gap: 9px;
  padding: 10px 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
  color: var(--cph-pro-ink) !important;
}

.cph-profession::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--cph-pro-gold);
}

#faq {
  scroll-margin-top: 96px;
}

.cph-cm-faq {
  max-width: 980px;
  margin-inline: auto;
}

.cph-cm-faq details {
  border-color: var(--cph-pro-line) !important;
}

.cph-cm-faq summary {
  min-height: 56px;
  font-size: 16px !important;
  line-height: 1.45;
}

.cph-field label {
  color: var(--cph-pro-ink);
  font-size: 14px !important;
  font-weight: 700;
}

.cph-field input,
.cph-field select,
.cph-field textarea {
  min-height: 46px;
  font-size: 16px !important;
}

.cph-utility-actions {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.cph-floating-whatsapp,
.cph-back-to-top {
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.2);
}

.cph-floating-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  background: #168b52;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
}

.cph-floating-whatsapp span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 11px;
  letter-spacing: 0.02em;
}

.cph-back-to-top {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: var(--cph-pro-navy);
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.cph-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 760px) {
  .cph-employer-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cph-employer-logo {
    min-height: 62px;
  }

  .cph-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .cph-testimonial-card__review {
    min-height: 0;
  }
  .cph-section h2,
  .cph-final-cta h2,
  .cph-live-portfolio h2 {
    font-size: clamp(26px, 7.1vw, 31px) !important;
    line-height: 1.22 !important;
  }

  .cph-section h3,
  .cph-live-portfolio h3 {
    font-size: clamp(22px, 6.3vw, 27px) !important;
    line-height: 1.28 !important;
  }

  .cph-brand {
    flex-basis: 205px;
  }

  .cph-brand img {
    width: min(205px, 58vw) !important;
    max-height: 58px;
  }

  .cph-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .cph-service-filter {
    flex-wrap: nowrap;
    margin-inline: -15px;
    padding: 0 15px 8px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .cph-service-filter button {
    flex: 0 0 auto;
  }

  .cph-language-switch {
    order: 2;
    margin-left: auto;
  }

  .cph-language-switch button {
    min-width: 38px;
    min-height: 40px;
    padding-inline: 8px;
  }

  .cph-compare-tabs {
    overflow-x: auto;
  }

  .cph-compare-tabs button {
    flex: 0 0 auto;
  }

  .cph-profession-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #process .cph-process {
    grid-template-columns: 1fr !important;
  }

  #process .cph-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
    align-items: start;
  }

  #process .cph-step__number {
    grid-row: span 2;
  }

  .cph-floating-whatsapp {
    width: 48px;
    padding: 8px;
    justify-content: center;
  }

  .cph-floating-whatsapp strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .cph-utility-actions {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cph-service-filter button,
  .cph-back-to-top {
    transition: none;
  }
}


/* Employer logo display repair: keep brand marks visible, crisp, and proportionate. */
#client-employers .cph-employer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 10px 16px;
}

#client-employers .cph-employer-logo img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  max-width: min(82%, 160px) !important;
  height: 52px !important;
  max-height: 52px !important;
  object-fit: contain !important;
  image-rendering: auto;
}

@media (max-width: 760px) {
  #client-employers .cph-employer-logo {
    min-height: 72px;
    padding: 8px 12px;
  }

  #client-employers .cph-employer-logo img {
    max-width: 84% !important;
    height: 48px !important;
    max-height: 48px !important;
  }
}
