/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
Description: Custom visual improvements for the Certified Pakistan site.
*/

:root {
  --cp-bg: #f8f7f4;
  --cp-surface: #ffffff;
  --cp-surface-soft: #fffdf8;
  --cp-primary: #0f172a;
  --cp-accent: #f59e0b;
  --cp-accent-strong: #d97706;
  --cp-text: #1f2937;
  --cp-muted: #6b7280;
  --cp-border: rgba(15, 23, 42, 0.08);
  --cp-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --cp-radius: 22px;
  --cp-radius-sm: 14px;
}

body {
  background: var(--cp-bg);
  color: var(--cp-text);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
}

body,
.site-content,
.site-main,
.site-header,
.site-footer,
.ast-container {
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--cp-primary);
  letter-spacing: -0.04em;
  line-height: 1.2;
  font-weight: 800;
}

p {
  color: var(--cp-text);
  font-size: 1.02rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(12px);
}

.ast-primary-header-bar,
.ast-header-break-point .main-header-bar {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--cp-border);
}

.ast-container {
  max-width: 1220px;
}

.main-header-menu .menu-item a,
.main-header-menu .menu-item a:hover,
.main-header-menu .menu-item a:focus {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--cp-primary);
}

.main-header-menu .menu-item:hover > a,
.main-header-menu .current-menu-item > a,
.main-header-menu .current-menu-ancestor > a {
  color: var(--cp-accent-strong);
}

.main-navigation ul li a {
  padding: 12px 14px;
  border-radius: 10px;
}

.site-main {
  padding-top: 32px;
}

.post,
.page,
article,
.entry-content,
.ast-blog-single-post {
  background: transparent;
}

.entry-content,
.comment-content,
.wp-block-group {
  color: var(--cp-text);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 2.0rem;
  margin-bottom: 1rem;
}

.entry-content p,
.entry-content li {
  font-size: 1.04rem;
  line-height: 1.86;
}

.entry-content a {
  color: var(--cp-primary);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.2em;
}

.entry-content a:hover {
  color: var(--cp-accent-strong);
}

.wp-block-button__link,
.elementor-button,
button,
input[type="submit"],
.ast-button,
.ast-custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cp-accent) 0%, var(--cp-accent-strong) 100%);
  color: #fff;
  font-weight: 700;
  padding: 0.9rem 1.5rem;
  box-shadow: 0 12px 26px rgba(217, 119, 6, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.wp-block-button__link:hover,
.elementor-button:hover,
button:hover,
input[type="submit"]:hover,
.ast-button:hover,
.ast-custom-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(217, 119, 6, 0.34);
  opacity: 0.96;
}

.entry-content .wp-block-image img,
img,
figure,
.wp-post-image {
  border-radius: 18px;
  /* box-shadow: var(--cp-shadow); */
}

.single-post .entry-content,
.page .entry-content {
  background: var(--cp-surface-soft);
  border: 1px solid var(--cp-border);
  border-radius: var(--cp-radius);
  padding: 2rem 2.1rem;
  box-shadow: var(--cp-shadow);
}

.blog .post,
.archive .post,
.search-results .post {
  background: var(--cp-surface);
  border: 1px solid var(--cp-border);
  border-radius: var(--cp-radius);
  overflow: hidden;
  box-shadow: var(--cp-shadow);
}

.blog .post .entry-header,
.archive .post .entry-header,
.blog .post .entry-content,
.archive .post .entry-content {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.ast-post-format-archive .post-thumb,
.post-thumb,
.wp-post-image {
  overflow: hidden;
}

.blog .post .post-thumbnail img,
.archive .post .post-thumbnail img,
img.wp-post-image {
  border-radius: 18px 18px 0 0;
}

.widget {
  background: var(--cp-surface);
  border: 1px solid var(--cp-border);
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.widget-title {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--cp-primary);
}

.footer-widgets,
.site-footer {
  background: #fff;
  border-top: 1px solid var(--cp-border);
}

@media (max-width: 1024px) {
  .site-main {
    padding-top: 18px;
  }

  .single-post .entry-content,
  .page .entry-content {
    padding: 1.25rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }

  h2 {
    font-size: clamp(1.7rem, 5vw, 2.2rem);
  }

  .single-post .entry-content,
  .page .entry-content {
    padding: 1rem;
    border-radius: 18px;
  }

  .wp-block-button__link,
  .elementor-button,
  button,
  input[type="submit"],
  .ast-button,
  .ast-custom-button {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Certified Pakistan homepage and member experience
   -------------------------------------------------------------------------- */
:root {
  --cp-ink: #101828;
  --cp-night: #14213d;
  --cp-blue: #2563eb;
  --cp-blue-dark: #1d4ed8;
  --cp-cloud: #f4f7fb;
  --cp-line: #dce3ee;
  --cp-copy: #475467;
  --cp-white: #fff;
}

.cp-nav-cta > a {
  background: var(--cp-blue) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #fff !important;
  margin-left: 10px;
  padding: 10px 17px !important;
}

.cp-nav-cta > a:hover,
.cp-nav-cta > a:focus {
  background: var(--cp-blue-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.cp-home {
  background: var(--cp-white);
  color: var(--cp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.cp-shell {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 28px;
  padding-right: 28px;
}

.cp-eyebrow,
.cp-section-kicker {
  color: var(--cp-blue);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cp-hero {
  background:
    radial-gradient(circle at 86% 19%, rgba(74, 144, 226, 0.24), transparent 28rem),
    radial-gradient(circle at 7% 105%, rgba(245, 158, 11, 0.13), transparent 24rem),
    #f8fbff;
  border-bottom: 1px solid var(--cp-line);
  padding: clamp(58px, 8vw, 108px) 0;
}

.cp-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 94px);
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
}

.cp-hero h1,
.cp-home h2,
.cp-home h3,
.cp-auth-page h1 {
  color: var(--cp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.055em;
}

.cp-hero h1 {
  font-size: clamp(2.65rem, 5.4vw, 5.05rem);
  line-height: 0.98;
  margin: 14px 0 23px;
  max-width: 690px;
}

.cp-hero__content > p {
  color: var(--cp-copy);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.75;
  margin: 0;
  max-width: 620px;
}

.cp-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.cp-button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 13px 19px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cp-button:hover,
.cp-button:focus {
  transform: translateY(-2px);
}

.cp-button--primary {
  background: var(--cp-blue) !important;
  box-shadow: 0 10px 21px rgba(37, 99, 235, 0.23) !important;
  color: #fff !important;
}

.cp-button--primary:hover,
.cp-button--primary:focus {
  background: var(--cp-blue-dark) !important;
  color: #fff !important;
}

.cp-button--quiet {
  background: #fff;
  border: 1px solid #cbd5e1;
  color: var(--cp-ink) !important;
}

.cp-button--quiet:hover,
.cp-button--quiet:focus {
  background: #eef4ff;
  border-color: #93b4f4;
}

.cp-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 42px;
}

.cp-proof > div {
  border-left: 2px solid #bdd2fc;
  display: grid;
  gap: 1px;
  padding-left: 12px;
}

.cp-proof strong {
  color: var(--cp-ink);
  font-size: 1.15rem;
  line-height: 1.2;
}

.cp-proof span {
  color: #667085;
  font-size: 0.78rem;
}

.cp-hero__spotlight {
  background: #fff;
  border: 1px solid #d8e1ee;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.13);
  overflow: hidden;
}

.cp-spotlight__label {
  background: var(--cp-ink);
  color: #fff;
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  padding: 9px 14px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.cp-spotlight__image,
.cp-story-card__image {
  background: linear-gradient(135deg, #2563eb, #0f172a);
  display: block;
  overflow: hidden;
}

.cp-spotlight__image {
  aspect-ratio: 1.55 / 0.9;
}

.cp-spotlight__image img,
.cp-story-card__image img,
.cp-promo-card__media img {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.cp-spotlight__image:hover img,
.cp-story-card:hover .cp-story-card__image img,
.cp-promo-card:hover .cp-promo-card__media img {
  transform: scale(1.045);
}

.cp-spotlight__image span,
.cp-story-card__image span {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-size: 3rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  letter-spacing: -0.1em;
}

.cp-spotlight__body {
  padding: 25px;
}

.cp-spotlight__body > span,
.cp-promo-card__body > span {
  color: var(--cp-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cp-spotlight__body h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.12;
  margin: 9px 0 11px;
}

.cp-spotlight__body h2 a,
.cp-story-card h3 a {
  color: inherit;
  text-decoration: none;
}

.cp-spotlight__body p,
.cp-promo-card p,
.cp-story-card p {
  color: var(--cp-copy);
  font-size: 0.91rem;
  line-height: 1.65;
  margin: 0 0 17px;
}

.cp-text-link {
  color: var(--cp-blue) !important;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none !important;
}

.cp-text-link:hover,
.cp-text-link:focus {
  color: var(--cp-blue-dark) !important;
}

.cp-topics {
  background: #fff;
  padding: 34px 0 37px;
}

.cp-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cp-topic-list a {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #344054;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 8px;
  padding: 9px 13px;
  text-decoration: none;
}

.cp-topic-list a:hover {
  border-color: #a9c2ef;
  color: var(--cp-blue);
}

.cp-topic-list span {
  background: #e7eefb;
  border-radius: 999px;
  color: #426089;
  font-size: 0.68rem;
  padding: 2px 6px;
}

.cp-promotions,
.cp-latest {
  padding: clamp(58px, 7vw, 90px) 0;
}

.cp-promotions {
  background: var(--cp-cloud);
}

.cp-section-heading {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.cp-section-heading h2,
.cp-newsletter h2 {
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.02;
  margin: 7px 0 0;
}

.cp-admin-note {
  color: #667085;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.cp-promo-grid,
.cp-story-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cp-promo-card,
.cp-story-card {
  background: #fff;
  border: 1px solid #dfe7f1;
  border-radius: 15px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cp-promo-card:hover,
.cp-story-card:hover {
  box-shadow: 0 15px 35px rgba(16, 24, 40, 0.1);
  transform: translateY(-4px);
}

.cp-promo-card__media {
  align-items: center;
  aspect-ratio: 1.65 / 1;
  background: linear-gradient(135deg, #1e3a8a, #2563eb 60%, #60a5fa);
  color: #fff;
  display: flex;
  font-size: 0.85rem;
  font-weight: 800;
  justify-content: center;
  overflow: hidden;
}

.cp-promo-card__body {
  padding: 22px;
}

.cp-promo-card h3,
.cp-story-card h3 {
  color: var(--cp-ink);
  font-size: 1.22rem;
  line-height: 1.2;
  margin: 9px 0 10px;
}

.cp-promo-card--empty:nth-child(2) .cp-promo-card__body {
  background: #eaf1ff;
}

.cp-promo-card--empty:nth-child(3) .cp-promo-card__body {
  background: #fff8eb;
}

.cp-story-card__image {
  aspect-ratio: 1.63 / 1;
}

.cp-story-card__body {
  padding: 21px;
}

.cp-story-card__meta {
  color: #5e718c;
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}

.cp-story-card__meta a {
  color: var(--cp-blue);
  text-decoration: none;
}

.cp-story-card__meta b {
  color: #a6b2c2;
}

.cp-newsletter {
  background: var(--cp-night);
  padding: clamp(55px, 7vw, 85px) 0;
}

.cp-newsletter__inner {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: space-between;
}

.cp-newsletter .cp-eyebrow {
  color: #93c5fd;
}

.cp-newsletter h2 {
  color: #fff;
  max-width: 680px;
}

.cp-newsletter p {
  color: #cbd5e1;
  margin: 13px 0 0;
}

.cp-button--light {
  background: #fff;
  color: var(--cp-night) !important;
  flex: 0 0 auto;
}

.cp-button--light:hover,
.cp-button--light:focus {
  background: #dbeafe;
}

/* Login and signup pages */
.cp-auth-page {
  align-items: center;
  background: radial-gradient(circle at 86% 4%, #dbeafe, transparent 28rem), #f6f8fc;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 160px);
  padding: 72px 24px;
}

.cp-auth-card {
  background: #fff;
  border: 1px solid #dde5f0;
  border-radius: 18px;
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.12);
  max-width: 495px;
  padding: clamp(30px, 5vw, 48px);
  width: 100%;
}

.cp-auth-brand {
  color: var(--cp-ink) !important;
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin-bottom: 37px;
  text-decoration: none !important;
}

.cp-auth-brand span {
  color: var(--cp-blue);
}

.cp-auth-card h1 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  line-height: 1;
  margin: 10px 0 13px;
}

.cp-auth-card > p {
  color: var(--cp-copy);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 25px;
}

.cp-auth-card form {
  display: grid;
  gap: 18px;
}

.cp-auth-card label:not(.cp-check) {
  color: #344054;
  display: grid;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 7px;
}

.cp-auth-card input[type="text"],
.cp-auth-card input[type="email"],
.cp-auth-card input[type="password"] {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  box-shadow: none;
  color: var(--cp-ink);
  font-size: 1rem;
  min-height: 47px;
  padding: 10px 12px;
}

.cp-auth-card input:focus {
  border-color: var(--cp-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  outline: 0;
}

.cp-check {
  align-items: center;
  color: #475467;
  display: flex;
  font-size: 0.82rem;
  gap: 8px;
}

.cp-auth-card .cp-button {
  cursor: pointer;
  width: 100%;
}

.cp-auth-switch {
  border-top: 1px solid #e5eaf1;
  font-size: 0.86rem !important;
  margin: 27px 0 0 !important;
  padding-top: 22px;
  text-align: center;
}

.cp-auth-switch a {
  color: var(--cp-blue);
  font-weight: 800;
}

.cp-auth-error {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 8px;
  color: #9f1239;
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 10px 12px;
}

@media (max-width: 920px) {
  .cp-hero__grid {
    grid-template-columns: 1fr;
  }

  .cp-hero__spotlight {
    max-width: 610px;
  }

  .cp-promo-grid,
  .cp-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .cp-shell {
    padding-left: 19px;
    padding-right: 19px;
  }

  .cp-hero {
    padding: 53px 0 58px;
  }

  .cp-hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.65rem);
  }

  .cp-hero__actions,
  .cp-newsletter__inner,
  .cp-section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .cp-hero__actions .cp-button,
  .cp-newsletter .cp-button {
    width: 100%;
  }

  .cp-proof {
    gap: 15px;
  }

  .cp-proof > div {
    min-width: calc(50% - 8px);
  }

  .cp-admin-note {
    white-space: normal;
  }

  .cp-promo-grid,
  .cp-story-grid {
    grid-template-columns: 1fr;
  }

  .cp-nav-cta > a {
    margin-left: 0;
  }
}

/* --------------------------------------------------------------------------
   Native site shell, articles, pages, profiles and footer (no Elementor)
   -------------------------------------------------------------------------- */
body {
  background: #fff;
  color: var(--cp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cp-skip-link {
  background: var(--cp-blue);
  color: #fff;
  left: 16px;
  padding: 11px 16px;
  position: fixed;
  top: -80px;
  z-index: 99999;
}

.cp-skip-link:focus {
  color: #fff;
  top: 12px;
}

.cp-site-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e6eaf0;
  box-shadow: 0 2px 15px rgba(16, 24, 40, 0.03);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.cp-header-inner {
  align-items: center;
  display: flex;
  gap: 30px;
  min-height: 74px;
}

.cp-logo {
  color: var(--cp-ink) !important;
  flex: 0 0 auto;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  text-decoration: none !important;
}

.cp-logo span {
  color: var(--cp-blue);
}

.cp-site-navigation {
  flex: 1 1 auto;
}

.cp-nav-list {
  align-items: center;
  display: flex;
  gap: 2px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-nav-list > li {
  margin: 0;
  position: relative;
}

.cp-nav-list a {
  color: #475467 !important;
  display: block;
  font-size: 0.84rem;
  font-weight: 750;
  padding: 10px 11px;
  text-decoration: none !important;
}

.cp-nav-list > .current-menu-item > a,
.cp-nav-list > li > a:hover,
.cp-nav-list > li > a:focus {
  color: var(--cp-blue) !important;
}

.cp-nav-list .sub-menu {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.12);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 190px;
  opacity: 0;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 6px);
  transform: translateY(-3px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  visibility: hidden;
}

.cp-nav-list li:hover > .sub-menu,
.cp-nav-list li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.cp-nav-list .sub-menu a {
  border-radius: 7px;
  padding: 9px 10px;
}

.cp-nav-list .sub-menu a:hover {
  background: #eff6ff;
}

.cp-header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
}

.cp-login-link {
  color: #475467 !important;
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none !important;
}

.cp-header-join,
.cp-header-account {
  background: var(--cp-blue);
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 6px;
  padding: 10px 14px;
  text-decoration: none !important;
}

.cp-header-join:hover,
.cp-header-account:hover {
  background: var(--cp-blue-dark);
  color: #fff !important;
}

.cp-menu-toggle {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: none;
  margin-left: auto;
  padding: 6px !important;
}

.cp-menu-toggle > span:not(.screen-reader-text) {
  background: var(--cp-ink);
  display: block;
  height: 2px;
  margin: 4px 0;
  width: 21px;
}

.cp-site-footer {
  background: #101828;
  color: #cbd5e1;
  padding-top: 62px;
}

.cp-footer-grid {
  display: grid;
  gap: 38px;
  grid-template-columns: 1.65fr repeat(3, 1fr);
  padding-bottom: 54px;
}

.cp-site-footer .cp-logo {
  color: #fff !important;
  display: inline-block;
  margin-bottom: 16px;
}

.cp-footer-brand p {
  color: #98a2b3;
  font-size: 0.86rem;
  line-height: 1.7;
  margin: 0 0 20px;
  max-width: 270px;
}

.cp-footer-cta {
  color: #93c5fd !important;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none !important;
}

.cp-site-footer h2 {
  color: #fff;
  font-size: 0.83rem;
  letter-spacing: 0;
  margin: 3px 0 16px;
}

.cp-site-footer ul,
.cp-site-footer .cp-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-site-footer li {
  margin: 0 0 10px;
}

.cp-site-footer li a {
  color: #98a2b3 !important;
  font-size: 0.83rem;
  text-decoration: none !important;
}

.cp-site-footer li a:hover {
  color: #fff !important;
}

.cp-footer-bottom {
  border-top: 1px solid #293448;
  color: #7b879b;
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
  padding-bottom: 22px;
  padding-top: 22px;
}

.cp-listing-page,
.cp-standard-page,
.cp-contact-page,
.cp-profile-page {
  background: #fff;
  min-height: 65vh;
}

.cp-page-hero {
  background: linear-gradient(135deg, #f8fbff 0%, #eff6ff 100%);
  border-bottom: 1px solid #dce7f6;
  padding: clamp(63px, 8vw, 108px) 0;
}

.cp-page-hero h1 {
  color: var(--cp-ink);
  font-size: clamp(2.65rem, 5.5vw, 5rem);
  line-height: 0.98;
  margin: 12px 0 15px;
  max-width: 900px;
}

.cp-page-hero p,
.cp-archive-description {
  color: #526072;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
}

.cp-page-hero--compact {
  padding: clamp(49px, 6vw, 76px) 0;
}

.cp-article-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(48px, 6vw, 78px) 0 5px;
}

.cp-article-card {
  background: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.cp-article-card:hover {
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.1);
  transform: translateY(-4px);
}

.cp-article-card__image {
  aspect-ratio: 1.56 / 1;
  background: linear-gradient(135deg, #1d4ed8, #101828);
  display: block;
  overflow: hidden;
}

.cp-article-card__image img {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.cp-article-card:hover .cp-article-card__image img {
  transform: scale(1.045);
}

.cp-article-card__image span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2.8rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
}

.cp-article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 21px;
}

.cp-article-card__meta {
  color: #667085;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
}

.cp-article-card__meta a {
  color: var(--cp-blue);
  text-decoration: none;
}

.cp-article-card__meta b {
  color: #a7b2c1;
}

.cp-article-card h2 {
  color: var(--cp-ink);
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 11px 0 10px;
}

.cp-article-card h2 a {
  color: inherit;
  text-decoration: none;
}

.cp-article-card p {
  color: #5d6a7c;
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0 0 17px;
}

.cp-article-card .cp-text-link {
  margin-top: auto;
}

.cp-pagination {
  border-top: 1px solid #e4e9f0;
  margin: 54px 0 76px;
  padding-top: 26px;
}

.cp-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cp-pagination a,
.cp-pagination span {
  border: 1px solid #d6e0ec;
  border-radius: 7px;
  color: #3d4a5c;
  font-size: 0.83rem;
  font-weight: 700;
  padding: 8px 11px;
  text-decoration: none;
}

.cp-pagination .current {
  background: var(--cp-blue);
  border-color: var(--cp-blue);
  color: #fff;
}

.cp-search-form {
  display: flex;
  gap: 9px;
  margin-top: 25px;
  max-width: 570px;
}

.cp-search-form label {
  flex: 1;
}

.cp-search-form input {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.92rem;
  min-height: 46px;
  padding: 10px 13px;
  width: 100%;
}

.cp-search-form button {
  background: var(--cp-blue);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  color: #fff;
  font-weight: 800;
  padding: 10px 16px;
}

.cp-empty-state,
.cp-empty-page {
  padding: clamp(80px, 12vw, 150px) 0;
  text-align: center;
}

.cp-empty-page h1,
.cp-empty-state h2 {
  color: var(--cp-ink);
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1;
  margin: 12px auto 16px;
  max-width: 800px;
}

.cp-empty-page p,
.cp-empty-state p {
  color: #5b687a;
  margin: 0 auto 25px;
  max-width: 560px;
}

.cp-empty-page > .cp-shell > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.cp-single {
  background: #fff;
}

.cp-single__hero {
  background: #f8fbff;
  border-bottom: 1px solid #e0e9f5;
  padding: clamp(56px, 8vw, 102px) 0 clamp(42px, 6vw, 77px);
}

.cp-single__hero-inner {
  max-width: 960px;
}

.cp-breadcrumb {
  align-items: center;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 6px;
}

.cp-breadcrumb a,
.cp-breadcrumb .post-categories a {
  color: var(--cp-blue);
  text-decoration: none;
}

.cp-breadcrumb .post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-breadcrumb .post-categories li {
  display: inline;
}

.cp-single h1 {
  color: var(--cp-ink);
  font-size: clamp(2.6rem, 5.5vw, 5.1rem);
  line-height: 1;
  margin: 18px 0 19px;
  max-width: 920px;
}

.cp-single__intro {
  color: #4d5c6e;
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
  line-height: 1.72;
  margin: 0;
  max-width: 720px;
}

.cp-single__meta {
  color: #667085;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.79rem;
  font-weight: 700;
  gap: 16px;
  margin-top: 25px;
}

.cp-single__layout {
  display: grid;
  gap: clamp(35px, 7vw, 100px);
  grid-template-columns: minmax(0, 720px) minmax(200px, 260px);
  justify-content: space-between;
  padding-bottom: 84px;
  padding-top: clamp(43px, 7vw, 82px);
}

.cp-single__featured {
  margin: 0 0 38px;
}

.cp-single__featured img {
  border-radius: 14px;
  box-shadow: none;
  height: auto;
  width: 100%;
}

.cp-prose {
  color: #344054;
  font-size: 1.05rem;
  line-height: 1.84;
}

.cp-prose > *:first-child {
  margin-top: 0;
}

.cp-prose h2,
.cp-prose h3,
.cp-prose h4 {
  color: var(--cp-ink);
  letter-spacing: -0.04em;
  line-height: 1.16;
  margin: 2.05em 0 0.65em;
}

.cp-prose h2 {
  font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.cp-prose h3 {
  font-size: 1.4rem;
}

.cp-prose p,
.cp-prose ul,
.cp-prose ol {
  margin-bottom: 1.35em;
}

.cp-prose ul,
.cp-prose ol {
  padding-left: 1.35em;
}

.cp-prose a {
  color: var(--cp-blue);
}

.cp-prose img {
  border-radius: 12px;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.cp-prose blockquote {
  border-left: 3px solid var(--cp-blue);
  color: #344054;
  font-size: 1.15em;
  font-weight: 600;
  margin: 1.8em 0;
  padding: 0.3em 0 0.3em 1em;
}

.cp-article-aside > div {
  background: #eff6ff;
  border-radius: 12px;
  padding: 24px;
  position: sticky;
  top: 102px;
}

.cp-article-aside h2 {
  color: var(--cp-ink);
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 10px 0 16px;
}

.cp-single__footer {
  align-items: center;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 26px;
}

.cp-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cp-tags strong {
  color: #475467;
  font-size: 0.75rem;
}

.cp-tags a {
  background: #f1f5f9;
  border-radius: 99px;
  color: #475467;
  font-size: 0.73rem;
  font-weight: 700;
  padding: 5px 9px;
  text-decoration: none;
}

.cp-page-paper {
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 14px;
  margin: clamp(35px, 6vw, 74px) auto;
  max-width: 850px;
  padding: clamp(24px, 5vw, 59px);
}

.cp-contact-hero p {
  max-width: 640px;
}

.cp-contact-grid {
  display: grid;
  gap: clamp(37px, 9vw, 120px);
  grid-template-columns: 0.85fr minmax(320px, 0.75fr);
  padding-bottom: 90px;
  padding-top: clamp(48px, 7vw, 90px);
}

.cp-contact-copy h2,
.cp-contact-card h2 {
  color: var(--cp-ink);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.07;
  margin: 0 0 14px;
}

.cp-contact-copy > p {
  color: #5b687a;
  line-height: 1.75;
  max-width: 440px;
}

.cp-contact-detail {
  border-top: 1px solid #e3e9f1;
  display: grid;
  gap: 4px;
  margin-top: 27px;
  padding-top: 17px;
}

.cp-contact-detail span {
  color: #667085;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cp-contact-detail a,
.cp-contact-detail strong {
  color: var(--cp-ink);
  font-size: 0.95rem;
  text-decoration: none;
}

.cp-contact-card {
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 15px;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
  padding: clamp(23px, 4vw, 38px);
}

.cp-contact-card form {
  display: grid;
  gap: 16px;
}

.cp-contact-card label {
  color: #344054;
  display: grid;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 7px;
}

.cp-contact-card input,
.cp-contact-card textarea {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  box-shadow: none;
  color: var(--cp-ink);
  font: inherit;
  padding: 11px 12px;
  width: 100%;
}

.cp-contact-card input:focus,
.cp-contact-card textarea:focus {
  border-color: var(--cp-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  outline: 0;
}

.cp-contact-card textarea {
  resize: vertical;
}

.cp-contact-success {
  background: #ecfdf3;
  border: 1px solid #abefc6;
  border-radius: 8px;
  color: #067647;
  font-size: 0.85rem;
  margin: 0 0 18px;
  padding: 11px 12px;
}

.cp-profile-hero {
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
  border-bottom: 1px solid #dce7f6;
  padding: clamp(54px, 8vw, 100px) 0;
}

.cp-profile-grid {
  align-items: center;
  display: grid;
  gap: clamp(35px, 8vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
}

.cp-profile-grid h1 {
  color: var(--cp-ink);
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 1;
  margin: 12px 0;
}

.cp-profile-grid > div > p {
  color: #536173;
  line-height: 1.75;
  margin: 0;
  max-width: 620px;
}

.cp-profile-tagline {
  color: var(--cp-blue) !important;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 11px !important;
}

.cp-profile-image {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #2563eb, #101828);
  border-radius: 50%;
  overflow: hidden;
}

.cp-profile-image img {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cp-profile-image span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 4rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
}

.cp-profile-content {
  padding-bottom: 55px;
  padding-top: 1px;
}

.cp-profile-content h2 {
  color: var(--cp-ink);
  font-size: 2rem;
  margin: 9px 0 25px;
}

.cp-about-page,
.cp-profiles-page {
  background: #fff;
}

.cp-about-hero h1 {
  max-width: 980px;
}

.cp-about-intro {
  display: grid;
  gap: clamp(35px, 9vw, 135px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  padding-bottom: clamp(65px, 10vw, 125px);
  padding-top: clamp(65px, 10vw, 125px);
}

.cp-about-intro h2,
.cp-about-values h2,
.cp-about-cta h2 {
  color: var(--cp-ink);
  font-size: clamp(2rem, 4.2vw, 4.05rem);
  line-height: 1.03;
  margin: 9px 0 0;
  max-width: 650px;
}

.cp-about-intro > div:last-child {
  color: #556274;
  font-size: 1.04rem;
  line-height: 1.8;
}

.cp-about-intro p {
  margin: 0 0 19px;
}

.cp-about-values {
  background: var(--cp-night);
  color: #d1d9e7;
  padding: clamp(60px, 9vw, 110px) 0;
}

.cp-about-values .cp-eyebrow {
  color: #93c5fd;
}

.cp-about-values h2 {
  color: #fff;
  max-width: 680px;
}

.cp-value-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
}

.cp-value-grid article {
  border-top: 1px solid #3c4960;
  padding-top: 18px;
}

.cp-value-grid article > span {
  color: #93c5fd;
  font-size: 0.77rem;
  font-weight: 800;
}

.cp-value-grid h3 {
  color: #fff;
  font-size: 1.35rem;
  margin: 10px 0 8px;
}

.cp-value-grid p {
  color: #b6c1d1;
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

.cp-about-cta {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: clamp(63px, 9vw, 105px);
  padding-top: clamp(63px, 9vw, 105px);
}

.cp-about-cta h2 {
  font-size: clamp(1.9rem, 3.6vw, 3.25rem);
}

.cp-about-cta p {
  color: #5f6c7c;
  margin: 14px 0 0;
}

.cp-profiles-page > .cp-shell {
  padding-bottom: 80px;
}

.cp-profile-directory-heading {
  align-items: flex-end;
  border-bottom: 1px solid #e3e9f0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: clamp(43px, 6vw, 75px);
}

.cp-profile-directory-heading p {
  color: #667085;
  font-size: 0.83rem;
  margin: 0;
}

.cp-profile-directory-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 28px;
}

.cp-profile-card {
  border: 1px solid #e0e7ef;
  border-radius: 13px;
  overflow: hidden;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.cp-profile-card:hover {
  box-shadow: 0 16px 33px rgba(16, 24, 40, 0.1);
  transform: translateY(-4px);
}

.cp-profile-card__image {
  aspect-ratio: 1 / 0.83;
  background: linear-gradient(135deg, #2563eb, #101828);
  display: block;
  overflow: hidden;
}

.cp-profile-card__image img {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.cp-profile-card:hover .cp-profile-card__image img {
  transform: scale(1.05);
}

.cp-profile-card__image span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
}

.cp-profile-card > div {
  padding: 17px;
}

.cp-profile-card > div > span {
  color: var(--cp-blue);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cp-profile-card h2 {
  color: var(--cp-ink);
  font-size: 1.12rem;
  line-height: 1.2;
  margin: 8px 0 7px;
}

.cp-profile-card h2 a {
  color: inherit;
  text-decoration: none;
}

.cp-profile-card p {
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0 0 13px;
}

/* Searchable people directory. */
.cp-profile-directory-hero { background: #f2f6fb; border-bottom: 1px solid #dce6f0; padding: clamp(58px, 8vw, 104px) 0; text-align: center; }
.cp-profile-directory-hero h1 { color: var(--cp-ink); font-size: clamp(2.3rem, 5vw, 4.8rem); letter-spacing: -.06em; line-height: .98; margin: 12px auto 18px; max-width: 900px; }
.cp-profile-directory-hero p { color: #5a6e86; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: clamp(1rem, 2vw, 1.23rem); line-height: 1.65; margin: 0 auto; max-width: 650px; }
.cp-profile-directory-shell { padding-bottom: 88px; padding-top: 40px; }
.cp-profile-filters { align-items: stretch; display: grid; gap: 11px; grid-template-columns: minmax(0, 1fr) 190px auto; margin: 0 auto; max-width: 940px; }
.cp-profile-search-wrap { align-items: center; background: #fff; border: 1px solid #cbd7e4; border-radius: 8px; display: flex; gap: 10px; padding: 0 15px; }
.cp-profile-search-wrap span { color: var(--cp-brand-gold); font-size: 1.5rem; line-height: 1; }
.cp-profile-filters input, .cp-profile-filters select { background: transparent; border: 0; box-shadow: none; color: var(--cp-ink); font-family: inherit; font-size: .9rem; min-height: 49px; outline: 0; width: 100%; }
.cp-profile-filters select { background: #fff; border: 1px solid #cbd7e4; border-radius: 8px; padding: 0 13px; }
.cp-profile-filters button { background: var(--cp-brand-gold); border: 1px solid var(--cp-brand-gold); border-radius: 8px; color: var(--cp-ink); cursor: pointer; font-family: inherit; font-size: .87rem; font-weight: 800; padding: 0 24px; }
.cp-profile-filters button:hover { background: #e9a90f; }
.cp-profile-group-filter { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin: 23px auto 0; max-width: 1000px; }
.cp-profile-group-filter a { border: 1px solid #d9e2ec; border-radius: 100px; color: #476078; font-size: .78rem; font-weight: 700; padding: 8px 13px; text-decoration: none; }
.cp-profile-group-filter a:hover, .cp-profile-group-filter a.is-active { background: var(--cp-ink); border-color: var(--cp-ink); color: #fff; }
.cp-profile-directory-heading { align-items: end; margin-top: 56px; }
.cp-profile-directory-heading h2 { color: var(--cp-ink); font-family: Inter, Arial, sans-serif; font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.045em; margin: 8px 0 0; }
.cp-profile-directory-grid { gap: 18px; padding-top: 25px; }
.cp-profile-card { background: #fff; border-color: #dce5ef; border-radius: 12px; display: flex; flex-direction: column; }
.cp-profile-card__image { aspect-ratio: 1 / 1; background: #e6eef7; }
.cp-profile-card__body { display: flex; flex: 1; flex-direction: column; padding: 16px !important; }
.cp-profile-badge { align-self: flex-start; background: #fff4d9; border-radius: 100px; color: #896000; font-size: .61rem; font-weight: 900; letter-spacing: .07em; line-height: 1; padding: 7px 9px; text-transform: uppercase; }
.cp-profile-card h2 { font-family: Inter, Arial, sans-serif; font-size: 1.13rem; letter-spacing: -.025em; margin: 12px 0 7px; }
.cp-profile-card__role { color: #66768b !important; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; min-height: 2.55em; }
.cp-profile-card .cp-text-link { font-size: .77rem; font-weight: 900; }
.cp-profile-empty { background: #f5f8fb; border: 1px solid #dce5ef; margin-top: 25px; padding: 55px 25px; text-align: center; }
.cp-profile-empty h2 { color: var(--cp-ink); margin: 0 0 8px; }
.cp-profile-empty p { color: #66768b; margin: 0 0 22px; }
.cp-profile-hero-stats { display: flex; gap: 20px; margin-top: 20px; }
.cp-profile-hero-stats span { border-top: 1px solid #d8e1ea; color: #60728a; font-size: .78rem; font-weight: 800; padding-top: 10px; }
.cp-profile-facts, .cp-profile-faqs { background: #f5f8fb; border: 1px solid #dce5ef; border-radius: 14px; margin-top: 26px; padding: clamp(25px, 4vw, 45px); }
.cp-profile-facts h2, .cp-profile-faqs h2 { color: var(--cp-ink); font-family: Inter, Arial, sans-serif; font-size: clamp(1.45rem, 3vw, 2.1rem); letter-spacing: -.04em; margin: 8px 0 25px; }
.cp-profile-facts dl { display: grid; gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.cp-profile-facts dl > div { background: #fff; border: 1px solid #e0e7ef; padding: 14px; }
.cp-profile-facts dt { color: #718096; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.cp-profile-facts dd { color: var(--cp-ink); font-family: 'Inter', 'Segoe UI', Arial, sans-serif; margin: 7px 0 0; }
.cp-profile-faqs details { background: #fff; border: 1px solid #e0e7ef; margin-top: 10px; padding: 16px 18px; }
.cp-profile-faqs summary { color: var(--cp-ink); cursor: pointer; font-weight: 800; }
.cp-profile-faqs p { color: #617087; line-height: 1.7; margin: 13px 0 0; }

/* About page: use the whole canvas, while keeping every section in one centred container. */
#primary.cp-about-page {
  background: #fff;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.cp-about-native-content { overflow: hidden; width: 100%; }

/* Original About Us content, rendered with a reliable native layout. */
.cp-about-native-content { background: #fff; color: #15243a; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; line-height: 1.72; }
.cp-about-native-content *, .cp-about-native-content *::before, .cp-about-native-content *::after { box-sizing: border-box; }
.cp-about-native-inner { margin: 0 auto; max-width: 1120px; padding-left: clamp(24px, 5vw, 68px); padding-right: clamp(24px, 5vw, 68px); }
.cp-about-native-hero { background: linear-gradient(135deg, #f5f8fc, #eaf2fa); border-bottom: 1px solid #d7e1ec; padding: clamp(72px, 10vw, 135px) 0; text-align: center; }
.cp-about-native-hero h1 { color: #12355c; font-family: Inter, Arial, sans-serif; font-size: clamp(2.45rem, 4.7vw, 4.8rem); font-weight: 900; letter-spacing: -.06em; line-height: 1; margin: 0 auto 20px; max-width: 860px; }
.cp-about-native-hero p { color: #4e6680; display: block; font-size: clamp(1.02rem, 1.7vw, 1.2rem); margin: 0 auto 25px !important; max-width: 620px !important; padding: 0 !important; text-align: center !important; width: 100% !important; }
.cp-about-origin p,
.cp-about-founder p,
.cp-about-coverage p,
.cp-about-mission p { text-align: left; }
.cp-about-founded { border: 2px solid #f6b624; border-radius: 100px; color: #133458; display: inline-block; font-family: Inter, Arial, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .025em; padding: 9px 17px; }
.cp-about-kicker { color: #b77900; display: block; font-family: Inter, Arial, sans-serif; font-size: .71rem; font-weight: 900; letter-spacing: .15em; margin-bottom: 11px; text-transform: uppercase; }
.cp-about-native-section { padding: clamp(65px, 9vw, 112px) 0; }
.cp-about-origin { background: #fff; }
.cp-about-origin .cp-about-native-inner,
.cp-about-started .cp-about-native-inner { max-width: 940px; }
.cp-about-started { background: #10233d; border-top: 1px solid #203b5c; }
.cp-about-native-content h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: clamp(2rem, 4vw, 3.65rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.05; margin: 0 0 25px; }
.cp-about-native-content h3 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.2rem; line-height: 1.25; margin: 0 0 10px; }
.cp-about-native-content p { color: #465f7a; font-size: clamp(.98rem, 1.35vw, 1.08rem); margin: 0 0 19px; }
.cp-about-origin strong { color: #133458; }
.cp-about-started .cp-about-kicker { color: #f6b624; }
.cp-about-started h2 { color: #fff; }
.cp-about-started p { color: #d7e2ef; }
.cp-about-started strong { color: #fff; }
.cp-about-founder { background: #10233d; color: #edf4fb; padding: clamp(62px, 8vw, 105px) 0; }
.cp-about-founder-grid { align-items: flex-start; display: grid; gap: clamp(28px, 5vw, 64px); grid-template-columns: 132px minmax(0, 1fr); }
.cp-about-founder-mark { align-items: center; background: #f6b624; border: 5px solid #fff; border-radius: 50%; color: #10233d; display: flex; font-family: Inter, Arial, sans-serif; font-size: 2.2rem; font-weight: 900; height: 128px; justify-content: center; letter-spacing: -.08em; width: 128px; }
.cp-about-founder .cp-about-kicker { color: #f6b624; }
.cp-about-founder h2 { color: #fff; }
.cp-about-founder p { color: #d7e2ef; }
.cp-about-coverage { background: #f5f8fb; border-bottom: 1px solid #e0e8f0; border-top: 1px solid #e0e8f0; }
.cp-about-coverage > .cp-about-native-inner > p { max-width: 730px; }
.cp-about-coverage-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 37px; }
.cp-about-coverage-card { background: #fff; border: 1px solid #dce5ee; border-radius: 11px; padding: 23px 19px; }
.cp-about-coverage-icon { align-items: center; background: #fff3d7; border-radius: 10px; color: #a96e00; display: flex; height: 44px; justify-content: center; margin-bottom: 20px; width: 44px; }
.cp-about-coverage-icon svg { display: block; height: 23px !important; max-width: 23px !important; width: 23px !important; }
.cp-about-coverage-card h3 { font-size: 1.05rem; }
.cp-about-coverage-card p { font-size: .87rem; line-height: 1.65; margin: 0; }
.cp-about-mission { background: #fff; padding: clamp(65px, 9vw, 112px) 0; }
.cp-about-mission-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cp-about-mission article { border-top: 4px solid #f6b624; padding: 25px 2px 0; }
.cp-about-mission h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); margin-bottom: 17px; }
.cp-about-promise { background: #f6b624; padding: clamp(65px, 8vw, 105px) 0; text-align: center; }
.cp-about-promise .cp-about-native-inner { max-width: 890px; }
.cp-about-promise h2 { color: #10233d; font-size: clamp(2rem, 4vw, 3.75rem); }
.cp-about-promise p { color: #243c59; margin-left: auto; margin-right: auto; max-width: 720px; }
.cp-about-promise p:last-child { color: #10233d; font-family: Inter, Arial, sans-serif; font-weight: 900; }

.cp-about-leadership { background: #fff; border-top: 1px solid #e0e8f0; padding: clamp(70px, 9vw, 120px) 0; }
.cp-about-leadership-grid { align-items: center; display: grid; gap: clamp(36px, 7vw, 92px); grid-template-columns: minmax(270px, .73fr) minmax(0, 1fr); max-width: 1100px; }
.cp-about-founder-photo { background: #e8eef4; overflow: hidden; position: relative; }
.cp-about-founder-photo::after { border: 1px solid rgba(246, 182, 36, .8); content: ''; inset: 15px; pointer-events: none; position: absolute; }
.cp-about-founder-photo img { display: block; height: 100%; min-height: 475px; object-fit: cover; object-position: 55% center; width: 100%; }
.cp-about-leadership-copy h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
.cp-about-role { color: #a16c00 !important; font-family: Inter, Arial, sans-serif; font-size: .8rem !important; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.cp-about-founder-socials { display: flex; gap: 9px; margin-top: 25px; }
.cp-about-founder-socials a { align-items: center; background: #133458; border-radius: 50%; color: #fff; display: flex; font-family: Inter, Arial, sans-serif; font-size: .69rem; font-weight: 900; height: 37px; justify-content: center; text-decoration: none; transition: background .2s ease, transform .2s ease; width: 37px; }
.cp-about-founder-socials a:hover { background: #f6b624; color: #133458; transform: translateY(-2px); }
.cp-about-team { background: #f5f8fb; border-bottom: 1px solid #e0e8f0; border-top: 1px solid #e0e8f0; padding: clamp(70px, 9vw, 115px) 0; }
.cp-about-section-heading { margin-bottom: 38px; max-width: 770px; }
.cp-about-section-heading h2 { font-size: clamp(2.1rem, 4vw, 3.85rem); }
.cp-about-section-heading p { margin-bottom: 0; }
.cp-about-team-grid { display: grid; gap: 17px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cp-about-team-grid article { background: #fff; border: 1px solid #dce5ee; min-height: 214px; padding: 23px 20px; }
.cp-about-team-grid article > span { color: #b77900; display: block; font-family: Inter, Arial, sans-serif; font-size: .72rem; font-weight: 900; letter-spacing: .08em; margin-bottom: 36px; }
.cp-about-team-grid article h3 { font-size: 1.05rem; }
.cp-about-team-grid article p { font-size: .85rem; line-height: 1.62; margin: 0; }
.cp-about-awards { background: #10233d; color: #fff; padding: clamp(70px, 9vw, 120px) 0; }
.cp-about-awards-grid { align-items: center; display: grid; gap: clamp(36px, 7vw, 92px); grid-template-columns: minmax(250px, .82fr) minmax(0, 1fr); max-width: 1100px; }
.cp-about-awards-image { background: #0b192b; box-shadow: 0 22px 52px rgba(0, 0, 0, .32); overflow: hidden; }
.cp-about-awards-image img { display: block; height: auto; width: 100%; }
.cp-about-awards .cp-about-kicker { color: #f6b624; }
.cp-about-awards h2 { color: #fff; font-size: clamp(2.15rem, 4vw, 3.9rem); }
.cp-about-awards p { color: #d8e3ef; }
.cp-about-award-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 27px; }
.cp-about-award-tags span { border: 1px solid #506278; color: #fff; font-family: Inter, Arial, sans-serif; font-size: .72rem; font-weight: 800; padding: 8px 10px; }
.cp-about-awards-link { color: #f6b624; font-family: Inter, Arial, sans-serif; font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.cp-about-awards-link span { font-size: 1rem; }

@media (max-width: 850px) {
  .cp-about-coverage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-about-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-about-leadership-grid, .cp-about-awards-grid { grid-template-columns: minmax(230px, .75fr) minmax(0, 1fr); }
}
@media (max-width: 620px) {
  .cp-about-native-hero { text-align: left; }
  .cp-about-native-hero h1, .cp-about-native-hero p { margin-left: 0; }
  .cp-about-founder-grid { grid-template-columns: 1fr; }
  .cp-about-founder-mark { height: 86px; width: 86px; }
  .cp-about-coverage-grid, .cp-about-mission-grid { grid-template-columns: 1fr; }
  .cp-about-leadership-grid, .cp-about-awards-grid, .cp-about-team-grid { grid-template-columns: 1fr; }
  .cp-about-founder-photo img { min-height: 380px; }
}

/* Consistent clean type settings used by the public site. */
:root {
  --cp-editorial-serif: 'Inter', 'Segoe UI', Arial, sans-serif;
  --cp-editorial-sans: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.cp-editorial-home h1,
.cp-editorial-home h2,
.cp-editorial-home h3,
.cp-editorial-home h4,
.cp-reading-post h1,
.cp-reading-post h2,
.cp-reading-post h3,
.cp-reading-post h4,
.cp-listing-page h1,
.cp-listing-page h2,
.cp-listing-page h3,
.cp-standard-page h1,
.cp-standard-page h2,
.cp-standard-page h3,
.cp-contact-page h1,
.cp-contact-page h2,
.cp-contact-page h3,
.cp-profile-page h1,
.cp-profile-page h2,
.cp-profile-page h3,
.cp-profiles-page h1,
.cp-profiles-page h2,
.cp-profiles-page h3,
.cp-about-page h1,
.cp-about-page h2,
.cp-about-page h3,
.cp-category-archive h1,
.cp-category-archive h2,
.cp-category-archive h3,
.cp-categories-directory h1,
.cp-categories-directory h2,
.cp-categories-directory h3 {
  font-family: var(--cp-editorial-serif) !important;
  font-weight: 700;
  letter-spacing: -.025em !important;
}

.cp-editorial-home p,
.cp-editorial-home li,
.cp-reading-post p,
.cp-reading-post li,
.cp-listing-page p,
.cp-listing-page li,
.cp-standard-page p,
.cp-standard-page li,
.cp-contact-page p,
.cp-contact-page li,
.cp-profile-page p,
.cp-profile-page li,
.cp-profiles-page p,
.cp-profiles-page li,
.cp-about-page p,
.cp-about-page li,
.cp-category-archive p,
.cp-category-archive li,
.cp-categories-directory p,
.cp-categories-directory li {
  font-family: var(--cp-editorial-sans) !important;
}

.cp-reading-content { font-size: 1.05rem; line-height: 1.82; }

/* Detailed people profiles: all content is controlled from Profile > Directory details. */
#primary.cp-profile-detail { background: #f6f8fa; float: none !important; margin: 0 !important; max-width: none !important; min-height: 70vh; padding: clamp(34px, 5vw, 70px) 0; width: 100% !important; }
.cp-profile-detail, .cp-profile-detail * { box-sizing: border-box; }
.cp-profile-detail-shell { align-items: start; display: grid; gap: clamp(25px, 3vw, 38px); grid-template-columns: minmax(260px, 340px) minmax(0, 1fr); margin: 0 auto; max-width: 1360px; padding: 0 clamp(18px, 4vw, 58px); }
.cp-profile-detail h1, .cp-profile-detail h2, .cp-profile-detail h3, .cp-profile-detail p, .cp-profile-detail a, .cp-profile-detail span, .cp-profile-detail strong, .cp-profile-detail small, .cp-profile-detail dt, .cp-profile-detail dd, .cp-profile-detail summary { font-family: var(--cp-editorial-sans) !important; }
.cp-profile-detail-side { position: sticky; top: 24px; }
.cp-profile-portrait-card, .cp-profile-side-card, .cp-profile-identity-card, .cp-profile-content-card { background: #fff; border: 1px solid #dce3ea; border-radius: 17px; box-shadow: 0 8px 24px rgba(16, 40, 68, .055); }
.cp-profile-portrait-card { overflow: hidden; }
.cp-profile-portrait { aspect-ratio: .86 / 1; background: linear-gradient(145deg, #dce5ed, #66809b); overflow: hidden; position: relative; }
.cp-profile-portrait::after { background: linear-gradient(0deg, rgba(5, 40, 31, .9), transparent 43%); bottom: 0; content: ''; inset: 0; pointer-events: none; position: absolute; }
.cp-profile-portrait img { display: block; height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.cp-profile-portrait-placeholder { align-items: center; color: #fff; display: flex; font-family: var(--cp-editorial-sans) !important; font-size: 3.5rem; font-weight: 900; height: 100%; justify-content: center; }
.cp-profile-verified { background: #fff; border-radius: 100px; color: #133458; font-size: .72rem; font-weight: 800; left: 17px; padding: 8px 11px; position: absolute; top: 17px; z-index: 2; }
.cp-profile-portrait__caption { bottom: 20px; color: #fff; left: 20px; position: absolute; right: 20px; z-index: 2; }
.cp-profile-portrait__caption strong { display: block; font-size: 1rem; font-weight: 800; }
.cp-profile-portrait__caption span { color: #d8e9e0; display: block; font-size: .72rem; margin-top: 3px; }
.cp-profile-side-card { margin-top: 16px; padding: 19px 16px; }
.cp-profile-side-card h2 { color: #1a2738; font-size: .86rem; letter-spacing: -.02em !important; margin: 0 0 12px; }
.cp-profile-social-list a { align-items: center; color: #34455a; display: flex; font-size: .79rem; font-weight: 700; justify-content: space-between; padding: 6px 1px; text-decoration: none; }
.cp-profile-social-list a:hover { color: #133458; }
.cp-profile-social-list b { color: #a16c00; font-size: .7rem; }
.cp-profile-education-list article { border-top: 1px solid #e1e7ed; padding: 11px 0; }
.cp-profile-education-list article:first-child { border-top: 0; padding-top: 0; }
.cp-profile-education-list strong, .cp-profile-education-list span, .cp-profile-education-list small { display: block; }
.cp-profile-education-list strong { color: #1d2939; font-size: .77rem; }
.cp-profile-education-list span { color: #506174; font-size: .74rem; margin-top: 3px; }
.cp-profile-education-list small { color: #93a0ae; font-size: .69rem; margin-top: 2px; }
.cp-profile-tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.cp-profile-tag-list span { background: #f7f9fb; border: 1px solid #dde4eb; border-radius: 7px; color: #536276; font-size: .7rem; padding: 6px 9px; }
.cp-profile-detail-main { display: grid; gap: 20px; min-width: 0; }
.cp-profile-identity-card { align-items: flex-start; display: flex; gap: 22px; justify-content: space-between; padding: clamp(22px, 3vw, 31px); }
.cp-profile-identity-card h1 { color: #172236; font-size: clamp(2rem, 4.1vw, 3.35rem); font-weight: 800; letter-spacing: -.055em !important; line-height: 1; margin: 0 0 8px; }
.cp-profile-identity-role { color: #133458 !important; font-size: .93rem !important; font-weight: 800; margin: 0 0 4px !important; }
.cp-profile-identity-location { color: #536277 !important; font-size: .8rem !important; margin: 0 0 16px !important; }
.cp-profile-contact-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.cp-profile-contact-pills span, .cp-profile-contact-pills a { background: #f7f9fb; border: 1px solid #dde4eb; border-radius: 100px; color: #516073; font-size: .68rem; padding: 6px 10px; text-decoration: none; }
.cp-profile-contact-pills a:hover { background: #fdf5df; border-color: #f1d784; color: #133458; }
.cp-profile-message { background: #133458; border-radius: 100px; box-shadow: 0 9px 18px rgba(19, 52, 88, .16); color: #fff; flex: 0 0 auto; font-size: .76rem; font-weight: 800; padding: 13px 20px; text-decoration: none; }
.cp-profile-message:hover { background: #0e2742; color: #fff; }
.cp-profile-content-card { padding: clamp(22px, 3vw, 30px); }
.cp-profile-content-card h2 { color: #1a2537; font-size: 1.13rem; font-weight: 800; letter-spacing: -.03em !important; margin: 0 0 15px; }
.cp-profile-rich-copy { color: #536276; font-size: .9rem; line-height: 1.72; }
.cp-profile-rich-copy p { color: inherit !important; font-size: inherit !important; line-height: inherit !important; margin: 0 0 14px; }
.cp-profile-rich-copy p:last-child { margin-bottom: 0; }
.cp-profile-details-list { margin: 0; }
.cp-profile-details-list > div { align-items: center; border-top: 1px solid #e0e6ec; display: grid; gap: 18px; grid-template-columns: minmax(145px, .42fr) minmax(0, 1fr); padding: 15px 0; }
.cp-profile-details-list > div:first-child { border-top: 0; padding-top: 0; }
.cp-profile-details-list > div:last-child { padding-bottom: 0; }
.cp-profile-details-list dt { color: #929dab; font-size: .64rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.cp-profile-details-list dd { color: #1d2939; font-size: .86rem; font-weight: 700; margin: 0; }
.cp-profile-details-list dd a { color: #133458; text-decoration: none; }
.cp-profile-awards-list { display: grid; gap: 10px; }
.cp-profile-awards-list article { align-items: center; background: #fff; border: 1px solid #dde4eb; border-radius: 11px; display: flex; gap: 13px; padding: 13px 15px; }
.cp-profile-awards-list article > span { align-items: center; background: #fff6d9; border-radius: 50%; color: #c89c1a; display: flex; flex: 0 0 auto; font-size: .85rem; height: 35px; justify-content: center; width: 35px; }
.cp-profile-awards-list article > div { min-width: 0; }
.cp-profile-awards-list strong, .cp-profile-awards-list small { display: block; }
.cp-profile-awards-list strong { color: #1d2939; font-size: .84rem; }
.cp-profile-awards-list small { color: #5f6e80; font-size: .72rem; margin-top: 2px; }
.cp-profile-awards-list b { color: #c29417; font-size: .77rem; margin-left: auto; }
.cp-profile-skills span { font-size: .75rem; font-weight: 600; }
.cp-profile-media-list { display: grid; gap: 10px; }
.cp-profile-media-list article { align-items: start; background: #fff; border: 1px solid #dde4eb; border-radius: 10px; display: flex; gap: 15px; justify-content: space-between; padding: 14px 15px; }
.cp-profile-media-list small { color: #a16c00; display: block; font-size: .64rem; font-weight: 900; letter-spacing: .04em; margin-bottom: 6px; text-transform: uppercase; }
.cp-profile-media-list strong { color: #1f2b3c; display: block; font-size: .82rem; line-height: 1.45; }
.cp-profile-media-list time { color: #94a0ae; flex: 0 0 auto; font-size: .67rem; }
.cp-profile-quote { border: 1px solid #133458; border-radius: 14px; color: #253346; font-family: var(--cp-editorial-sans) !important; font-size: clamp(1rem, 1.8vw, 1.22rem); font-style: italic; line-height: 1.65; margin: 0; padding: 23px 26px; }
.cp-profile-quote cite { color: #a16c00; display: block; font-family: var(--cp-editorial-sans) !important; font-size: .76rem; font-style: normal; font-weight: 800; margin-top: 12px; }
.cp-profile-faqs details { border-top: 1px solid #e0e6ec; padding: 13px 0; }
.cp-profile-faqs details:last-child { padding-bottom: 0; }
.cp-profile-faqs summary { color: #253447; cursor: pointer; font-size: .84rem; font-weight: 800; }
.cp-profile-faqs details p { color: #607084; font-size: .83rem; line-height: 1.65; margin: 10px 0 0; }

@media (max-width: 980px) {
  .cp-profile-detail-shell { grid-template-columns: 300px minmax(0, 1fr); padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 760px) {
  #primary.cp-profile-detail { padding-top: 22px; }
  .cp-profile-detail-shell { display: block; padding-left: 17px; padding-right: 17px; }
  .cp-profile-detail-side { position: static; }
  .cp-profile-portrait { aspect-ratio: 1 / 1.08; }
  .cp-profile-detail-main { margin-top: 18px; }
  .cp-profile-identity-card { flex-direction: column; }
  .cp-profile-message { width: 100%; text-align: center; }
  .cp-profile-details-list > div { gap: 8px; grid-template-columns: 1fr; }
}

.cp-about-page .cp-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: clamp(24px, 5vw, 72px);
  padding-right: clamp(24px, 5vw, 72px);
}

.cp-about-page .cp-about-hero {
  background: linear-gradient(135deg, #f5f8fc 0%, #edf4fb 100%);
  border-bottom: 1px solid #dce6ef;
  padding: clamp(70px, 9vw, 132px) 0;
}

.cp-about-page .cp-about-hero h1 {
  color: #102f54;
  font-size: clamp(3rem, 5.4vw, 5.7rem);
  letter-spacing: -.065em;
  line-height: .98;
  margin: 14px 0 22px;
  max-width: 920px;
}

.cp-about-page .cp-about-hero p {
  color: #526b88;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.7;
  max-width: 690px;
}

.cp-about-page .cp-about-intro {
  gap: clamp(45px, 10vw, 170px);
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, .74fr);
  padding-bottom: clamp(70px, 9vw, 120px);
  padding-top: clamp(70px, 9vw, 120px);
}

.cp-about-page .cp-about-intro h2 { font-size: clamp(2.25rem, 4.3vw, 4.2rem); }
.cp-about-page .cp-about-values { padding: clamp(65px, 9vw, 115px) 0; }
.cp-about-page .cp-about-cta { padding-bottom: clamp(65px, 8vw, 105px); padding-top: clamp(65px, 8vw, 105px); }

@media (max-width: 820px) {
  .cp-about-page .cp-about-intro { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .cp-profile-directory-shell { padding-top: 27px; }
  .cp-profile-filters { grid-template-columns: 1fr; }
  .cp-profile-filters button { min-height: 48px; }
  .cp-profile-directory-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 38px; }
  .cp-profile-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-profile-card__body { padding: 13px !important; }
  .cp-profile-card h2 { font-size: .98rem; }
  .cp-profile-card__role { font-size: .75rem !important; }
  .cp-profile-facts dl { grid-template-columns: 1fr; }
}

@media (max-width: 1030px) {
  .cp-header-inner {
    gap: 16px;
  }

  .cp-nav-list a {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .cp-footer-brand {
    grid-row: span 2;
  }

  .cp-single__layout {
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) 220px;
  }
}

@media (max-width: 840px) {
  .cp-header-inner {
    min-height: 67px;
  }

  .cp-menu-toggle {
    display: block;
  }

  .cp-site-navigation {
    background: #fff;
    border-bottom: 1px solid #e3e9f0;
    box-shadow: 0 16px 24px rgba(16, 24, 40, 0.08);
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    transition: max-height 0.25s ease;
  }

  .cp-site-navigation.is-open {
    max-height: 520px;
  }

  .cp-nav-list {
    align-items: stretch;
    display: block;
    padding: 10px 20px 18px;
  }

  .cp-nav-list a {
    padding: 11px 0;
  }

  .cp-nav-list .sub-menu {
    border: 0;
    box-shadow: none;
    display: block;
    opacity: 1;
    padding: 0 0 0 15px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }

  .cp-header-actions {
    margin-left: auto;
  }

  .cp-login-link {
    display: none;
  }

  .cp-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-single__layout,
  .cp-contact-grid,
  .cp-profile-grid,
  .cp-about-intro {
    grid-template-columns: 1fr;
  }

  .cp-profile-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cp-article-aside {
    display: none;
  }

  .cp-profile-image {
    max-width: 290px;
  }
}

@media (max-width: 600px) {
  .cp-header-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cp-header-actions {
    display: none;
  }

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

  .cp-footer-brand {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .cp-footer-bottom {
    flex-direction: column;
    gap: 7px;
  }

  .cp-page-hero h1,
  .cp-single h1 {
    font-size: clamp(2.45rem, 12.5vw, 3.4rem);
  }

  .cp-article-grid {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .cp-search-form {
    flex-direction: column;
  }

  .cp-search-form button {
    min-height: 45px;
  }

  .cp-single__layout {
    padding-top: 37px;
  }

  .cp-single__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .cp-single__footer .cp-button {
    width: 100%;
  }

  .cp-contact-grid {
    padding-bottom: 60px;
  }

  .cp-value-grid,
  .cp-profile-directory-grid {
    grid-template-columns: 1fr;
  }

  .cp-about-cta,
  .cp-profile-directory-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* --------------------------------------------------------------------------
   Editorial homepage and navigation: Certified Pakistan brand system
   -------------------------------------------------------------------------- */
:root {
  --cp-brand-navy: #133458;
  --cp-brand-navy-deep: #0b2642;
  --cp-brand-gold: #f6b624;
  --cp-brand-paper: #f8f9fb;
  --cp-brand-line: #dfe5ed;
  --cp-brand-muted: #62738b;
}

.cp-home-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-left: 28px;
  padding-right: 28px;
}

.cp-site-header {
  background: #fff;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.cp-nav-top {
  background: var(--cp-brand-navy);
  color: #e5edf6;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 0.69rem;
  letter-spacing: 0.03em;
}

.cp-nav-top .cp-home-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-top: 8px;
}

.cp-header-inner {
  align-items: center;
  display: flex;
  gap: 25px;
  min-height: 79px;
}

.cp-logo {
  align-items: center;
  color: var(--cp-brand-navy) !important;
  display: inline-flex;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
  gap: 4px;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.cp-logo b {
  align-items: center;
  background: var(--cp-brand-gold);
  border-radius: 4px;
  color: var(--cp-brand-navy);
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  height: 27px;
  justify-content: center;
  letter-spacing: -0.05em;
  margin-right: 4px;
  width: 27px;
}

.cp-logo > span {
  color: var(--cp-brand-navy);
}

.cp-site-navigation {
  flex: 1;
}

.cp-nav-list {
  gap: 6px;
  justify-content: center;
}

.cp-nav-list a {
  color: var(--cp-brand-navy) !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 11px 9px;
}

.cp-nav-list > .current-menu-item > a,
.cp-nav-list > li > a:hover,
.cp-nav-list > li > a:focus {
  color: var(--cp-brand-navy) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--cp-brand-gold) !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 7px;
}

.cp-header-actions {
  gap: 16px;
}

.cp-login-link {
  color: var(--cp-brand-navy) !important;
  font-size: 0.78rem;
  font-weight: 800;
}

.cp-header-join,
.cp-header-account {
  background: var(--cp-brand-gold);
  border: 1px solid var(--cp-brand-gold);
  border-radius: 5px;
  color: var(--cp-brand-navy) !important;
  font-size: 0.76rem;
  letter-spacing: 0.01em;
  padding: 10px 13px;
}

.cp-header-join:hover,
.cp-header-account:hover {
  background: var(--cp-brand-navy);
  border-color: var(--cp-brand-navy);
  color: #fff !important;
}

.cp-editorial-home {
  background: #fff;
  color: var(--cp-brand-navy);
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.cp-editorial-home h1,
.cp-editorial-home h2,
.cp-editorial-home h3,
.cp-editorial-home h4 {
  color: var(--cp-brand-navy);
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.cp-home-kicker {
  color: var(--cp-brand-navy);
  display: inline-block;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cp-home-kicker::after {
  background: var(--cp-brand-gold);
  content: '';
  display: block;
  height: 3px;
  margin-top: 8px;
  width: 38px;
}

.cp-home-lead {
  background: var(--cp-brand-paper);
  border-bottom: 1px solid var(--cp-brand-line);
  padding: 48px 0 62px;
}

.cp-home-heading-row {
  align-items: end;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.cp-home-heading-row h1 {
  font-size: clamp(2.1rem, 3.6vw, 3.85rem);
  line-height: 0.98;
  margin: 12px 0 0;
}

.cp-home-heading-row p {
  color: var(--cp-brand-muted);
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 2px;
  max-width: 360px;
}

.cp-lead-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.12fr) minmax(500px, 0.88fr);
}

.cp-lead-story {
  border-bottom: 5px solid var(--cp-brand-gold);
  border-radius: 12px;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}

.cp-lead-story__image,
.cp-lead-story__image img {
  display: block;
  height: 100%;
  width: 100%;
}

.cp-lead-story__image {
  background: var(--cp-brand-navy);
  inset: 0;
  position: absolute;
}

.cp-lead-story__image img {
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: cover;
}

.cp-lead-story__overlay {
  background: linear-gradient(180deg, transparent 20%, rgba(6, 18, 34, 0.18) 43%, rgba(5, 14, 27, 0.96) 100%);
  inset: 0;
  position: absolute;
}

.cp-lead-story__content {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: clamp(25px, 4vw, 50px);
  position: absolute;
  right: 0;
  z-index: 1;
}

.cp-lead-story__content > span,
.cp-news-card__category {
  background: var(--cp-brand-gold);
  border-radius: 4px;
  color: var(--cp-brand-navy);
  display: inline-block;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.cp-lead-story h2 {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(2rem, 3.15vw, 3.55rem);
  line-height: 1.03;
  margin: 20px 0;
  max-width: 850px;
}

.cp-lead-story h2 a {
  color: inherit;
  text-decoration: none;
}

.cp-lead-story__content > div {
  align-items: center;
  color: #e4e9f0;
  display: flex;
  font-size: 0.82rem;
  gap: 10px;
}

.cp-lead-story__content i,
.cp-news-card__meta i {
  background: var(--cp-brand-gold);
  border-radius: 50%;
  display: block;
  height: 4px;
  width: 4px;
}

.cp-lead-secondary {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cp-news-card {
  background: #fff;
  border: 1px solid var(--cp-brand-line);
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}

.cp-news-card:hover {
  box-shadow: 0 17px 33px rgba(19, 52, 88, .12);
  transform: translateY(-4px);
}

.cp-news-card__image {
  aspect-ratio: 1.57/1;
  background: linear-gradient(135deg, var(--cp-brand-navy), #28598c);
  display: block;
  overflow: hidden;
  position: relative;
}

.cp-news-card__image img {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.cp-news-card:hover .cp-news-card__image img,
.cp-home-profile-card:hover img,
.cp-country-card__lead:hover img {
  transform: scale(1.05);
}

.cp-home-fallback {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
}

.cp-news-card__category {
  background: var(--cp-brand-navy);
  color: #fff;
  left: 16px;
  position: absolute;
  top: 16px;
}

.cp-news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px 21px 20px;
}

.cp-news-card__meta {
  align-items: center;
  color: #61728b;
  display: flex;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 0.72rem;
  gap: 7px;
}

.cp-news-card h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.27;
  margin: 14px 0 11px;
}

.cp-news-card h3 a,
.cp-home-profile-card h3 a {
  color: inherit;
  text-decoration: none;
}

.cp-news-card p {
  color: #52647e;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .9rem;
  line-height: 1.65;
  margin: 0 0 18px;
}

.cp-home-read-link,
.cp-section-link {
  color: var(--cp-brand-navy) !important;
  font-family: Inter, Arial, sans-serif;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .045em;
  margin-top: auto;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cp-home-read-link span,
.cp-section-link span {
  color: var(--cp-brand-gold);
  font-size: 1.1em;
}

.cp-home-content-section,
.cp-profiles-home,
.cp-topics-home,
.cp-countries-home,
.cp-editors-home {
  padding: 90px 0;
}

.cp-home-content-section,
.cp-topics-home {
  background: #fff;
}

.cp-home-content-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.cp-section-title {
  align-items: end;
  border-bottom: 2px solid var(--cp-brand-navy);
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  padding-bottom: 15px;
}

.cp-section-title h2,
.cp-discover-header h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1;
  margin: 13px 0 0;
  text-transform: uppercase;
}

.cp-latest-grid,
.cp-editors-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cp-home-sidebar {
  display: grid;
  gap: 24px;
}

.cp-most-read {
  border: 1px solid var(--cp-brand-line);
  border-radius: 10px;
  padding: 23px;
}

.cp-sidebar-title {
  border-bottom: 1px solid var(--cp-brand-line);
  margin-bottom: 7px;
  padding-bottom: 15px;
}

.cp-sidebar-title h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.65rem;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.cp-most-read ol,
.cp-country-card ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-most-read li {
  border-bottom: 1px solid var(--cp-brand-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 27px 1fr;
  padding: 16px 0;
}

.cp-most-read li:last-child { border-bottom: 0; }
.cp-most-read li > span,
.cp-country-card li > span { color: #b7c4d3; font-size: .78rem; font-weight: 900; }
.cp-most-read li a { color: var(--cp-brand-navy); display: block; font-size: .86rem; font-weight: 850; line-height: 1.35; text-decoration: none; }
.cp-most-read small,
.cp-country-card small { color: #71829a; display: block; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .7rem; margin-top: 5px; }

.cp-newsletter-box {
  background: var(--cp-brand-navy);
  border-radius: 10px;
  color: #fff;
  padding: 28px 25px;
}

.cp-newsletter-box > span,
.cp-home-join > .cp-home-container > div > span { color: var(--cp-brand-gold); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cp-newsletter-box h2 { color: #fff; font-family: Inter, Arial, sans-serif; font-size: 1.8rem; line-height: 1; margin: 13px 0; text-transform: uppercase; }
.cp-newsletter-box p { color: #c5d1df; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .9rem; line-height: 1.62; }
.cp-newsletter-box > a { background: var(--cp-brand-gold); border-radius: 4px; color: var(--cp-brand-navy); display: block; font-size: .77rem; font-weight: 900; margin-top: 21px; padding: 12px; text-align: center; text-decoration: none; }
.cp-newsletter-box > small { color: #c5d1df; display: block; font-size: .72rem; margin-top: 14px; text-align: center; }
.cp-newsletter-box small a { color: #fff; font-weight: 800; }

.cp-discover-section { background: #eef2f6; padding: 56px 0; }
.cp-discover-header { align-items: end; display: flex; justify-content: space-between; }
.cp-discover-header p { color: var(--cp-brand-muted); font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .95rem; line-height: 1.6; margin: 0; max-width: 350px; }
.cp-home-filter { align-items: end; display: flex; gap: 12px; margin-top: 28px; }
.cp-home-filter label { display: grid; flex: 1; gap: 7px; }
.cp-home-filter label span { color: var(--cp-brand-navy); font-size: .7rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.cp-home-filter input { background: #fff; border: 1px solid #cfd9e5; border-radius: 4px; box-shadow: none; color: var(--cp-brand-navy); font: inherit; min-height: 48px; padding: 10px 12px; width: 100%; }
.cp-home-filter button { background: var(--cp-brand-navy); border: 1px solid var(--cp-brand-navy); border-radius: 4px; box-shadow: none; color: #fff; font-size: .76rem; font-weight: 900; min-height: 48px; padding: 10px 18px; white-space: nowrap; }
.cp-home-filter button span { color: var(--cp-brand-gold); }
.cp-home-filter > a { color: var(--cp-brand-navy); font-size: .76rem; font-weight: 900; min-height: 48px; padding: 15px 5px; text-decoration: underline; }

.cp-profiles-home { background: #fff; }
.cp-home-profiles-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cp-home-profile-card { border: 1px solid var(--cp-brand-line); border-radius: 10px; overflow: hidden; }
.cp-home-profile-card__image { aspect-ratio: 1 / 1; background: var(--cp-brand-navy); display: block; overflow: hidden; }
.cp-home-profile-card__image img { border-radius: 0 !important; box-shadow: none !important; height: 100%; object-fit: cover; object-position: center top; transition: transform .3s ease; width: 100%; }
.cp-home-profile-card__image span { align-items: center; color: #fff; display: flex; font-size: 2.1rem; font-weight: 900; height: 100%; justify-content: center; }
.cp-home-profile-card > div { padding: 17px; }
.cp-home-profile-card > div > span { color: var(--cp-brand-gold); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cp-home-profile-card h3 { font-family: Inter, Arial, sans-serif; font-size: 1.05rem; margin: 7px 0; }
.cp-home-profile-card p { color: #61728a; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .8rem; line-height: 1.5; margin: 0 0 13px; }

.cp-topics-home { background: #f7f8fa; }
.cp-section-caption { color: var(--cp-brand-muted); font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .88rem; margin: 0; }
.cp-topics-layout { display: grid; gap: 30px; grid-template-columns: 200px minmax(0, 1fr); }
.cp-category-nav { display: flex; flex-direction: column; gap: 2px; }
.cp-category-nav a { align-items: center; border-left: 3px solid transparent; color: #65758a; display: flex; font-size: .85rem; font-weight: 800; justify-content: space-between; padding: 10px 11px 10px 14px; text-decoration: none; }
.cp-category-nav a:hover,
.cp-category-nav a.is-active { background: #fff; border-color: var(--cp-brand-gold); color: var(--cp-brand-navy); }
.cp-category-nav small { color: #9aa9ba; font-size: .7rem; }
.cp-topic-stories { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }

.cp-countries-home { background: #fff; }
.cp-country-grid { display: grid; gap: 32px 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cp-country-card { border-top: 2px solid var(--cp-brand-navy); padding-top: 15px; }
.cp-country-card header { align-items: center; display: flex; justify-content: space-between; margin-bottom: 18px; }
.cp-country-card header h3 { align-items: center; display: flex; font-family: Inter, Arial, sans-serif; font-size: 1rem; gap: 8px; margin: 0; text-transform: uppercase; }
.cp-country-card header h3 > span { background: var(--cp-brand-gold); border-radius: 50%; display: block; height: 7px; width: 7px; }
.cp-country-card header > a { color: #738299; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .72rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.cp-country-card__lead { border: 1px solid var(--cp-brand-line); border-radius: 10px; display: block; overflow: hidden; text-decoration: none; }
.cp-country-card__lead > img { border-radius: 0 !important; box-shadow: none !important; display: block; height: 180px; object-fit: cover; transition: transform .3s ease; width: 100%; }
.cp-country-card__lead > .cp-home-fallback { background: var(--cp-brand-navy); height: 180px; }
.cp-country-card__lead > div { padding: 17px; }
.cp-country-card__lead > div > span { background: var(--cp-brand-navy); border-radius: 4px; color: #fff; float: right; font-size: .63rem; font-weight: 800; padding: 6px 8px; }
.cp-country-card h4 { color: var(--cp-brand-navy); font-family: Inter, Arial, sans-serif; font-size: 1rem; line-height: 1.3; margin: 0; padding-top: 7px; }
.cp-country-card ol { margin-top: 5px; }
.cp-country-card li { border-bottom: 1px solid var(--cp-brand-line); display: grid; gap: 10px; grid-template-columns: 25px 1fr; padding: 14px 0; }
.cp-country-card li a { color: var(--cp-brand-navy); font-size: .83rem; font-weight: 800; line-height: 1.35; text-decoration: none; }
.cp-country-card__more { color: #71829a; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .75rem; padding: 14px 0 2px 35px; }

.cp-editors-home { background: #f7f8fa; }
.cp-editors-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cp-home-join { background: var(--cp-brand-navy); color: #fff; padding: 65px 0; }
.cp-home-join .cp-home-container { align-items: center; display: flex; justify-content: space-between; }
.cp-home-join h2 { color: #fff; font-family: Inter, Arial, sans-serif; font-size: clamp(2rem, 3.4vw, 3.3rem); line-height: 1; margin: 13px 0 10px; text-transform: uppercase; }
.cp-home-join p { color: #c6d2df; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; margin: 0; }
.cp-home-join .cp-home-container > div:last-child { display: grid; gap: 12px; text-align: center; }
.cp-home-join .cp-home-container > div:last-child > a { background: var(--cp-brand-gold); border-radius: 4px; color: var(--cp-brand-navy); font-size: .78rem; font-weight: 900; padding: 14px 22px; text-decoration: none; }
.cp-home-join small { color: #bfcbd9; font-size: .72rem; }
.cp-home-join small a { color: #fff; font-weight: 800; }

@media (max-width: 1150px) {
  .cp-lead-grid { grid-template-columns: 1fr 1fr; }
  .cp-lead-story { min-height: 540px; }
  .cp-home-content-grid { grid-template-columns: minmax(0, 1fr) 285px; }
  .cp-country-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-editors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .cp-home-heading-row,
  .cp-discover-header { align-items: start; flex-direction: column; gap: 16px; }
  .cp-lead-grid,
  .cp-home-content-grid { grid-template-columns: 1fr; }
  .cp-lead-story { min-height: 540px; }
  .cp-home-sidebar { grid-template-columns: 1fr 1fr; }
  .cp-home-profiles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-topic-stories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-site-navigation { top: 100%; }
  .cp-nav-top .cp-home-container { padding-left: 19px; padding-right: 19px; }
}

@media (max-width: 840px) {
  .cp-header-inner { min-height: 68px; }
  .cp-menu-toggle > span:not(.screen-reader-text) { background: var(--cp-brand-navy); }
  .cp-site-navigation { background: #fff; border-top: 1px solid var(--cp-brand-line); box-shadow: 0 13px 22px rgba(19, 52, 88, .1); }
  .cp-nav-list { padding: 10px 28px 20px; }
  .cp-nav-list > .current-menu-item > a,
  .cp-nav-list > li > a:hover { text-underline-offset: 4px; }
}

@media (max-width: 620px) {
  .cp-home-container { padding-left: 18px; padding-right: 18px; }
  .cp-nav-top .cp-home-container span:last-child { display: none; }
  .cp-home-lead { padding: 37px 0 42px; }
  .cp-home-heading-row h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .cp-lead-story { min-height: 465px; }
  .cp-lead-secondary,
  .cp-latest-grid,
  .cp-home-sidebar,
  .cp-topic-stories,
  .cp-country-grid,
  .cp-editors-grid { grid-template-columns: 1fr; }
  .cp-home-content-section,
  .cp-profiles-home,
  .cp-topics-home,
  .cp-countries-home,
  .cp-editors-home { padding: 58px 0; }
  .cp-home-filter { align-items: stretch; flex-direction: column; }
  .cp-home-filter button { width: 100%; }
  .cp-home-profiles-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cp-home-profile-card > div { padding: 13px; }
  .cp-home-profile-card h3 { font-size: .9rem; }
  .cp-home-profile-card p { display: none; }
  .cp-topics-layout { grid-template-columns: 1fr; }
  .cp-category-nav { flex-direction: row; flex-wrap: wrap; gap: 6px; }
  .cp-category-nav a { background: #fff; border: 1px solid var(--cp-brand-line); border-radius: 4px; font-size: .72rem; padding: 8px 10px; }
  .cp-category-nav small { display: none; }
  .cp-home-join .cp-home-container { align-items: start; flex-direction: column; gap: 28px; }
  .cp-home-join .cp-home-container > div:last-child { width: 100%; }
  .cp-home-join .cp-home-container > div:last-child > a { width: 100%; }
  .cp-section-title { align-items: start; flex-direction: column; gap: 14px; }
}

/* Refined site navigation: intentionally scoped to the shared header only. */
.cp-site-header {
  background: #fff;
  border-bottom: 1px solid #dfe6ed;
  box-shadow: 0 5px 20px rgba(19, 52, 88, .07);
}

.cp-nav-top {
  background: #133458;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #dce8f3;
  font-family: Inter, Arial, sans-serif;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .035em;
  min-height: 30px;
}

.cp-nav-top .cp-home-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 30px;
}

.cp-nav-top .cp-home-container span:first-child::before {
  background: #f6b624;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 6px;
  margin: 0 8px 1px 0;
  width: 6px;
}

.cp-header-inner {
  display: grid;
  gap: 26px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 78px;
}

.cp-logo {
  align-items: center;
  color: #133458;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: -.045em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.cp-logo b {
  align-items: center;
  background: #133458;
  border-radius: 9px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .14);
  color: #f6b624;
  display: inline-flex;
  font-size: .78rem;
  height: 36px;
  justify-content: center;
  letter-spacing: -.03em;
  width: 36px;
}

.cp-logo-copy {
  display: grid;
  gap: 2px;
}

.cp-logo-copy strong { color: #133458; font-weight: 900; }
.cp-logo-copy small { color: #78889a; font-size: .49rem; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; }

.cp-site-navigation {
  justify-self: center;
  width: 100%;
}

.cp-nav-list {
  align-items: center;
  display: flex;
  gap: 3px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-nav-list > li { margin: 0; position: relative; }

.cp-nav-list > li > a {
  border-radius: 6px;
  color: #38516c;
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .015em;
  padding: 11px 12px;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.cp-nav-list > .current-menu-item > a,
.cp-nav-list > .current-menu-ancestor > a {
  background: #fdf5df;
  color: #133458;
}

.cp-nav-list > li > a:hover,
.cp-nav-list > li > a:focus-visible {
  background: #edf3f8;
  color: #133458;
  outline: 0;
}

.cp-nav-list .sub-menu {
  background: #fff;
  border: 1px solid #e1e8ef;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(19, 52, 88, .13);
  list-style: none;
  margin: 8px 0 0;
  min-width: 205px;
  padding: 7px;
}

.cp-nav-list .sub-menu a {
  border-radius: 5px;
  color: #38516c;
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: .76rem;
  font-weight: 750;
  padding: 10px 11px;
  text-decoration: none;
}

.cp-nav-list .sub-menu a:hover { background: #fdf5df; color: #133458; }

.cp-header-actions,
.cp-header-account {
  align-items: center;
  border-left: 1px solid #e1e7ed;
  display: flex;
  gap: 13px;
  padding-left: 21px;
}

.cp-login-link,
.cp-header-account {
  color: #133458;
  font-family: Inter, Arial, sans-serif;
  font-size: .74rem;
  font-weight: 850;
  text-decoration: none;
}

.cp-login-link:hover,
.cp-header-account:hover { color: #9d6900; }

.cp-header-join {
  align-items: center;
  background: #f6b624;
  border: 1px solid #f6b624;
  border-radius: 6px;
  color: #133458;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: .73rem;
  font-weight: 900;
  gap: 8px;
  letter-spacing: .01em;
  padding: 11px 13px;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.cp-header-join span { font-size: 1rem; line-height: .7; }
.cp-header-join:hover { background: #ffd35c; border-color: #ffd35c; color: #133458; transform: translateY(-1px); }

@media (max-width: 1050px) {
  .cp-header-inner { gap: 14px; }
  .cp-nav-list > li > a { padding-left: 9px; padding-right: 9px; }
  .cp-header-actions { gap: 10px; padding-left: 14px; }
}

@media (max-width: 840px) {
  .cp-header-inner {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 68px;
  }

  .cp-menu-toggle {
    align-items: center;
    background: #fdf5df;
    border: 1px solid #f1d784;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    height: 38px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    width: 42px;
  }

  .cp-menu-toggle > span:not(.screen-reader-text) { background: #133458; height: 2px; width: 17px; }
  .cp-header-actions { border-left: 0; display: flex; padding-left: 0; }
  .cp-header-actions .cp-login-link { display: none; }
  .cp-header-join { font-size: .7rem; padding: 10px 11px; }
  .cp-site-navigation { background: #fff; border-top: 1px solid #e1e7ed; box-shadow: 0 16px 28px rgba(19, 52, 88, .12); left: 0; padding: 12px 18px 18px; right: 0; }
  .cp-nav-list { align-items: stretch; flex-direction: column; gap: 2px; }
  .cp-nav-list > li > a { padding: 12px 13px; }
  .cp-nav-list .sub-menu { box-shadow: none; margin: 0 0 0 12px; }
}

@media (max-width: 480px) {
  .cp-nav-top { font-size: .61rem; }
  .cp-logo b { border-radius: 8px; height: 33px; width: 33px; }
  .cp-logo { font-size: .96rem; gap: 8px; }
  .cp-logo-copy small { font-size: .43rem; }
  .cp-header-join { font-size: 0; gap: 0; height: 38px; justify-content: center; padding: 0; width: 42px; }
  .cp-header-join span { font-size: 1.1rem; }
}

/* Homepage container and compact feed refinement. */
.cp-home-container {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.cp-home-lead {
  padding: 28px 0 48px;
}

.cp-latest-grid {
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cp-latest-column .cp-news-card__image { aspect-ratio: 1.68 / 1; }
.cp-latest-column .cp-news-card__body { padding: 14px 15px 15px; }
.cp-latest-column .cp-news-card__category { font-size: .58rem; left: 11px; padding: 6px 8px; top: 11px; }
.cp-latest-column .cp-news-card h3 { font-size: .94rem; line-height: 1.32; margin: 10px 0 7px; }
.cp-latest-column .cp-news-card p { display: none; }
.cp-latest-column .cp-home-read-link { font-size: .67rem; margin-top: 8px; }

.cp-site-navigation { min-width: 0; overflow-x: auto; scrollbar-width: none; }
.cp-site-navigation::-webkit-scrollbar { display: none; }
.cp-nav-list.cp-category-menu { flex-wrap: nowrap; justify-content: flex-start; min-width: max-content; }
.cp-nav-list.cp-category-menu > li > a { font-size: .66rem; padding: 9px 7px; white-space: nowrap; }

@media (max-width: 1199px) {
  .cp-home-container { max-width: 1140px; }
  .cp-latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .cp-home-container { max-width: 960px; }
}

@media (max-width: 840px) {
  .cp-site-navigation { overflow: visible; }
  .cp-nav-list.cp-category-menu { min-width: 0; }
  .cp-nav-list.cp-category-menu > li > a { font-size: .77rem; padding: 12px 13px; white-space: normal; }
}

@media (max-width: 767px) {
  .cp-home-container { max-width: 720px; }
}

@media (max-width: 620px) {
  .cp-home-container { padding-left: 16px; padding-right: 16px; }
  .cp-home-lead { padding: 16px 0 30px; }
  .cp-latest-grid { grid-template-columns: 1fr; }
}

/* Category archive: focused reading layout with an all-categories sidebar. */
#primary.cp-category-archive { background: #f7f9fb; margin: 0 !important; max-width: none !important; min-height: 65vh; padding: 48px 0 78px; width: 100% !important; }
.cp-archive-container { margin: 0 auto; max-width: 1320px; padding: 0 20px; width: 100%; }
.cp-category-archive__hero { align-items: end; background: #fff; border: 1px solid #e0e7ee; display: flex; justify-content: space-between; margin-bottom: 30px; padding: 31px 34px; }
.cp-archive-eyebrow,
.cp-category-directory__header > span,
.cp-category-signup > span { color: #a16c00; display: block; font-family: Inter, Arial, sans-serif; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cp-category-archive__hero h1 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: clamp(2rem, 4vw, 3.45rem); letter-spacing: -.055em; line-height: .98; margin: 10px 0 0; }
.cp-category-archive__hero p,
.cp-category-archive__description { color: #60728a; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .98rem; line-height: 1.62; margin: 14px 0 0; max-width: 710px; }
.cp-category-archive__description > * { margin: 0; }
.cp-category-archive__count { border-left: 1px solid #e1e8ef; display: grid; gap: 3px; min-width: 120px; padding-left: 30px; text-align: left; }
.cp-category-archive__count strong { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 2.2rem; letter-spacing: -.06em; line-height: 1; }
.cp-category-archive__count span { color: #75869a; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.cp-category-archive__layout { align-items: start; display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) 276px; }
.cp-category-card-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cp-category-card { background: #fff; border: 1px solid #dfe7ee; border-radius: 10px; display: flex; flex-direction: column; margin: 0; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.cp-category-card:hover { border-color: #c9d7e4; box-shadow: 0 18px 34px rgba(19, 52, 88, .1); transform: translateY(-4px); }
.cp-category-card__image { aspect-ratio: 1.72 / 1; background: linear-gradient(135deg, #133458, #315d8b); display: block; overflow: hidden; position: relative; }
.cp-category-card__image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.cp-category-card:hover .cp-category-card__image img { transform: scale(1.045); }
.cp-category-card__image > span:not(.cp-category-card__tag) { align-items: center; color: #f6b624; display: flex; font-family: Inter, Arial, sans-serif; font-size: 2rem; font-weight: 900; height: 100%; justify-content: center; }
.cp-category-card__tag { background: #133458; border-radius: 4px; color: #fff; font-family: Inter, Arial, sans-serif; font-size: .59rem; font-weight: 900; left: 13px; letter-spacing: .075em; padding: 7px 9px; position: absolute; text-transform: uppercase; top: 13px; }
.cp-category-card__body { display: flex; flex: 1; flex-direction: column; padding: 19px 20px 20px; }
.cp-category-card__meta { align-items: center; color: #71839a; display: flex; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .72rem; gap: 7px; }
.cp-category-card__meta i { background: #f6b624; border-radius: 50%; display: block; height: 4px; width: 4px; }
.cp-category-card h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.16rem; letter-spacing: -.025em; line-height: 1.3; margin: 12px 0 9px; }
.cp-category-card h2 a { color: inherit; text-decoration: none; }
.cp-category-card h2 a:hover { color: #815600; }
.cp-category-card p { color: #64768b; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .87rem; line-height: 1.57; margin: 0 0 17px; }
.cp-category-card__link { color: #133458; font-family: Inter, Arial, sans-serif; font-size: .69rem; font-weight: 900; letter-spacing: .035em; margin-top: auto; text-decoration: none; text-transform: uppercase; }
.cp-category-card__link span { color: #c48700; font-size: .9rem; margin-left: 3px; }
.cp-category-card__link:hover { color: #9a6700; }

.cp-category-sidebar { display: grid; gap: 18px; position: sticky; top: 118px; }
.cp-category-directory { background: #fff; border: 1px solid #dfe7ee; border-radius: 10px; overflow: hidden; padding: 22px 17px 13px; }
.cp-category-directory__header { border-bottom: 1px solid #e2e8ee; margin: 0 4px 8px; padding: 0 0 15px; }
.cp-category-directory__header h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.28rem; margin: 8px 0 0; }
.cp-category-directory nav { display: grid; }
.cp-category-directory nav a { align-items: center; border-left: 3px solid transparent; color: #566b82; display: flex; font-family: Inter, Arial, sans-serif; font-size: .8rem; font-weight: 750; gap: 12px; justify-content: space-between; padding: 10px 9px 10px 11px; text-decoration: none; transition: background-color .16s ease, color .16s ease; }
.cp-category-directory nav a:hover { background: #f4f7fa; color: #133458; }
.cp-category-directory nav a.is-active { background: #fdf5df; border-color: #f6b624; color: #133458; font-weight: 900; }
.cp-category-directory nav small { color: #97a6b5; font-size: .68rem; font-weight: 800; }
.cp-category-directory nav a.is-active small { color: #a16c00; }
.cp-category-signup { background: #133458; border-radius: 10px; color: #fff; padding: 23px 21px; }
.cp-category-signup h2 { color: #fff; font-family: Inter, Arial, sans-serif; font-size: 1.48rem; letter-spacing: -.035em; line-height: 1.05; margin: 11px 0 10px; }
.cp-category-signup p { color: #cbd8e4; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .83rem; line-height: 1.58; margin: 0; }
.cp-category-signup > a { background: #f6b624; border-radius: 5px; color: #133458; display: block; font-family: Inter, Arial, sans-serif; font-size: .72rem; font-weight: 900; margin-top: 18px; padding: 11px 12px; text-align: center; text-decoration: none; }
.cp-category-signup > small { color: #cbd8e4; display: block; font-size: .69rem; margin-top: 13px; text-align: center; }
.cp-category-signup > small a { color: #fff; font-weight: 800; }
.cp-category-pagination { margin: 34px 0 0; }
.cp-category-pagination .nav-links { display: flex; gap: 7px; }
.cp-category-pagination a,
.cp-category-pagination .current { border: 1px solid #dbe5ed; color: #133458; display: inline-block; font-family: Inter, Arial, sans-serif; font-size: .75rem; font-weight: 800; padding: 9px 12px; text-decoration: none; }
.cp-category-pagination .current { background: #133458; border-color: #133458; color: #fff; }
.cp-category-empty { background: #fff; border: 1px dashed #cbd7e2; color: #52647b; padding: 45px 25px; text-align: center; }
.cp-category-empty strong { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.1rem; }
.cp-category-empty p { margin-bottom: 0; }

@media (max-width: 991px) {
  .cp-category-archive__layout { grid-template-columns: minmax(0, 1fr) 235px; gap: 20px; }
  .cp-category-sidebar { top: 105px; }
}

@media (max-width: 767px) {
  .cp-category-archive { padding: 27px 0 55px; }
  .cp-archive-container { max-width: 720px; padding-left: 16px; padding-right: 16px; }
  .cp-category-archive__hero { align-items: start; flex-direction: column; gap: 21px; padding: 25px 22px; }
  .cp-category-archive__count { border-left: 0; border-top: 1px solid #e1e8ef; padding: 15px 0 0; width: 100%; }
  .cp-category-archive__layout { display: flex; flex-direction: column; }
  .cp-category-results { width: 100%; }
  .cp-category-sidebar { position: static; width: 100%; }
}

@media (max-width: 560px) {
  .cp-category-card-grid { grid-template-columns: 1fr; }
  .cp-category-archive__hero h1 { font-size: 2.1rem; }
}

/* Interaction polish: lightweight transitions with an accessible motion fallback. */
html { scroll-behavior: smooth; }

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

a,
button,
input,
select,
textarea { -webkit-tap-highlight-color: transparent; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline: 3px solid rgba(246, 182, 36, .68); outline-offset: 3px; }

[id] { scroll-margin-top: 120px; }

@media (hover: hover) {
  .cp-news-card,
  .cp-category-card,
  .cp-home-profile-card,
  .cp-country-card__lead { transition: border-color .22s ease, box-shadow .22s ease, transform .22s cubic-bezier(.2, .75, .25, 1); }

  .cp-header-join,
  .cp-home-read-link,
  .cp-category-card__link,
  .cp-section-link { transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }

  .cp-news-card__image img,
  .cp-category-card__image img,
  .cp-home-profile-card__image img,
  .cp-country-card__lead > img { transition: transform .42s cubic-bezier(.2, .75, .25, 1); }
}

@media (max-width: 840px) {
  .cp-site-navigation {
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height .3s ease, opacity .18s ease, transform .22s ease, visibility 0s linear .3s;
    visibility: hidden;
  }

  .cp-site-navigation.is-open {
    opacity: 1;
    transform: translateY(0);
    transition: max-height .3s ease, opacity .2s ease, transform .22s ease;
    visibility: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Single article: a focused, easy-to-read news layout. */
#primary.cp-reading-post { background: #fff; margin: 0 !important; max-width: none !important; width: 100% !important; }
.cp-post-shell { margin-left: auto; margin-right: auto; max-width: 1320px; padding-left: 20px; padding-right: 20px; width: 100%; }
.cp-reading-hero { background: #fff; border-bottom: 1px solid #e4eaf0; padding: 39px 0 27px; }
.cp-reading-hero .cp-post-shell { max-width: 1120px; }
.cp-reading-breadcrumb { align-items: center; color: #708198; display: flex; font-family: Inter, Arial, sans-serif; font-size: .73rem; font-weight: 750; gap: 8px; margin-bottom: 20px; }
.cp-reading-breadcrumb a { color: inherit; text-decoration: none; }
.cp-reading-breadcrumb a:hover { color: #133458; }
.cp-reading-category { color: #a16c00; font-family: Inter, Arial, sans-serif; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.cp-reading-hero h1 { color: #132f50; font-family: Inter, Arial, sans-serif; font-size: clamp(2.25rem, 4.5vw, 4.25rem); letter-spacing: -.055em; line-height: 1.06; margin: 11px 0 17px; max-width: 1070px; }
.cp-reading-intro { color: #526c88; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: clamp(1.02rem, 1.55vw, 1.22rem); line-height: 1.62; margin: 0 0 19px; max-width: 870px; }
.cp-reading-meta { align-items: center; color: #61758d; display: flex; flex-wrap: wrap; font-family: Inter, Arial, sans-serif; font-size: .78rem; gap: 8px; }
.cp-reading-meta strong { color: #133458; font-weight: 900; }
.cp-reading-meta i { background: #f6b624; border-radius: 50%; display: block; height: 4px; width: 4px; }

.cp-reading-layout { align-items: start; display: grid; gap: 42px; grid-template-columns: minmax(0, 840px) 310px; padding-bottom: 66px; padding-top: 34px; }
.cp-reading-main { min-width: 0; }
.cp-reading-toc { background: #f7f9fb; border-left: 4px solid #f6b624; margin-bottom: 18px; padding: 20px 23px 19px; }
.cp-reading-toc > span,
.cp-reading-comments > span,
.cp-reading-related__heading span,
.cp-sidebar-heading > span { color: #a16c00; display: block; font-family: Inter, Arial, sans-serif; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cp-reading-toc h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.15rem; margin: 7px 0 12px; }
.cp-reading-toc ol { columns: 2; gap: 26px; margin: 0; padding-left: 19px; }
.cp-reading-toc li { break-inside: avoid; color: #8d6307; font-family: Inter, Arial, sans-serif; font-size: .78rem; font-weight: 750; margin: 0 0 8px; }
.cp-reading-toc li.level-3 { margin-left: 11px; }
.cp-reading-toc a { color: #48637f; text-decoration: none; }
.cp-reading-toc a:hover { color: #133458; text-decoration: underline; text-underline-offset: 3px; }
.cp-reading-actions { align-items: center; border-bottom: 1px solid #e4eaf0; display: flex; gap: 9px; margin: 0 0 24px; padding: 0 0 20px; }
.cp-reading-actions button,
.cp-reading-share { align-items: center; background: #fff; border: 1px solid #dce5ed; border-radius: 5px; color: #35536f; cursor: pointer; display: inline-flex; font-family: Inter, Arial, sans-serif; font-size: .73rem; font-weight: 850; gap: 7px; padding: 9px 12px; text-decoration: none; }
.cp-reading-actions button:hover,
.cp-reading-share:hover { background: #f7f9fb; border-color: #bdcddd; color: #133458; }
.cp-reading-like.is-liked { background: #fdf5df; border-color: #f1d784; color: #9a6700; }
.cp-reading-like span { font-size: 1rem; line-height: .8; }
.cp-reading-featured { margin: 0 0 31px; }
.cp-reading-featured img { border-radius: 7px; box-shadow: none !important; display: block; height: auto; max-height: 580px; object-fit: cover; width: 100%; }

.cp-reading-content { color: #233c57; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: 1.1rem; line-height: 1.86; }
.cp-reading-content > *:first-child { margin-top: 0; }
.cp-reading-content p { margin: 0 0 1.55em; }
.cp-reading-content h2,
.cp-reading-content h3,
.cp-reading-content h4 { color: #133458; font-family: Inter, Arial, sans-serif; letter-spacing: -.025em; line-height: 1.2; margin: 2em 0 .65em; }
.cp-reading-content h2 { border-bottom: 1px solid #e1e8ee; font-size: clamp(1.5rem, 2.5vw, 2rem); padding-bottom: .45em; }
.cp-reading-content h3 { font-size: 1.32rem; }
.cp-reading-content h4 { font-size: 1.08rem; }
.cp-reading-content a { color: #0d5a94; font-weight: 700; text-decoration-color: #f6b624; text-underline-offset: 3px; }
.cp-reading-content ul,
.cp-reading-content ol { margin: 0 0 1.6em; padding-left: 1.35em; }
.cp-reading-content li { margin: 0 0 .52em; }
.cp-reading-content blockquote { border-left: 4px solid #f6b624; color: #395772; font-size: 1.14em; font-style: italic; margin: 1.8em 0; padding: 8px 0 8px 23px; }
.cp-reading-content figure { margin: 1.8em 0; }
.cp-reading-content img { border-radius: 5px; box-shadow: none !important; height: auto; max-width: 100%; }
.cp-reading-content figcaption { color: #718399; font-family: Inter, Arial, sans-serif; font-size: .72rem; line-height: 1.5; margin-top: 8px; }
.cp-reading-content table { border-collapse: collapse; display: block; font-family: Inter, Arial, sans-serif; font-size: .83rem; margin: 1.7em 0; max-width: 100%; overflow-x: auto; width: 100%; }
.cp-reading-content td,
.cp-reading-content th { border: 1px solid #dce5ed; padding: 10px 12px; text-align: left; }
.cp-reading-content th { background: #f4f7fa; color: #133458; }
.cp-reading-footer { border-top: 1px solid #e2e8ee; margin-top: 35px; padding-top: 22px; }
.cp-reading-tags { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.cp-reading-tags strong { color: #133458; font-family: Inter, Arial, sans-serif; font-size: .74rem; margin-right: 3px; }
.cp-reading-tags a { background: #f4f7fa; border-radius: 4px; color: #46617c; font-family: Inter, Arial, sans-serif; font-size: .7rem; font-weight: 800; padding: 7px 9px; text-decoration: none; }
.cp-reading-tags a:hover { background: #fdf5df; color: #133458; }

.cp-reading-faqs { background: #f7f9fb; border: 1px solid #dce5ed; border-top: 4px solid #f6b624; margin-top: 38px; padding: clamp(23px, 4vw, 34px); }
.cp-reading-faqs__heading > span { color: #a16c00; display: block; font-family: Inter, Arial, sans-serif; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cp-reading-faqs h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.04em; margin: 8px 0 7px; }
.cp-reading-faqs__heading > p { color: #63768b; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .92rem; line-height: 1.6; margin: 0 0 20px; }
.cp-reading-faqs details { background: #fff; border: 1px solid #dce5ed; margin-top: 9px; }
.cp-reading-faqs summary { color: #173958; cursor: pointer; font-family: Inter, Arial, sans-serif; font-size: .9rem; font-weight: 850; line-height: 1.45; list-style: none; padding: 15px 48px 15px 17px; position: relative; }
.cp-reading-faqs summary::-webkit-details-marker { display: none; }
.cp-reading-faqs summary::after { color: #a16c00; content: '+'; font-size: 1.35rem; font-weight: 400; position: absolute; right: 17px; top: 50%; transform: translateY(-52%); }
.cp-reading-faqs details[open] summary { border-bottom: 1px solid #e1e8ee; }
.cp-reading-faqs details[open] summary::after { content: '−'; }
.cp-reading-faqs details > div { padding: 15px 17px 17px; }
.cp-reading-faqs details p { color: #516b85; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .98rem; line-height: 1.72; margin: 0; }

.cp-reading-sidebar { display: grid; gap: 24px; position: sticky; top: 115px; }
.cp-sidebar-latest,
.cp-sidebar-categories { border-top: 2px solid #133458; padding-top: 13px; }
.cp-sidebar-heading { border-bottom: 1px solid #dfe7ee; margin-bottom: 8px; padding-bottom: 14px; }
.cp-sidebar-heading h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.25rem; letter-spacing: -.03em; margin: 7px 0 0; }
.cp-sidebar-latest article { align-items: center; border-bottom: 1px solid #e3e9ef; display: grid; gap: 11px; grid-template-columns: 82px minmax(0, 1fr); padding: 12px 0; }
.cp-sidebar-latest__image { background: #dbe7f1; display: block; height: 62px; overflow: hidden; }
.cp-sidebar-latest__image img { height: 100%; object-fit: cover; width: 100%; }
.cp-sidebar-latest__image span { align-items: center; background: #133458; color: #f6b624; display: flex; font-family: Inter, Arial, sans-serif; font-weight: 900; height: 100%; justify-content: center; }
.cp-sidebar-latest article > div > span { color: #7b8c9f; display: block; font-family: Inter, Arial, sans-serif; font-size: .62rem; font-weight: 750; margin-bottom: 4px; }
.cp-sidebar-latest h3 { font-family: Inter, Arial, sans-serif; font-size: .82rem; line-height: 1.33; margin: 0; }
.cp-sidebar-latest h3 a { color: #183c60; text-decoration: none; }
.cp-sidebar-latest h3 a:hover { color: #9a6700; }
.cp-sidebar-categories nav { display: grid; }
.cp-sidebar-categories nav a { align-items: center; border-bottom: 1px solid #e3e9ef; color: #526b83; display: flex; font-family: Inter, Arial, sans-serif; font-size: .78rem; font-weight: 750; justify-content: space-between; padding: 10px 4px; text-decoration: none; }
.cp-sidebar-categories nav a:hover,
.cp-sidebar-categories nav a.is-active { color: #133458; }
.cp-sidebar-categories nav a.is-active span::before { background: #f6b624; border-radius: 50%; content: ''; display: inline-block; height: 6px; margin: 0 7px 1px 0; width: 6px; }
.cp-sidebar-categories nav small { color: #96a5b5; font-size: .67rem; }

.cp-reading-comments { border-top: 2px solid #133458; margin-top: 45px; padding-top: 20px; }
.cp-reading-comments h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.7rem; letter-spacing: -.04em; margin: 8px 0 18px; }
.cp-reading-comments .comment-list { list-style: none; margin: 0 0 26px; padding: 0; }
.cp-reading-comments .comment { border-bottom: 1px solid #e1e8ee; margin-bottom: 18px; padding-bottom: 18px; }
.cp-reading-comments .comment-body { color: #52687f; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .93rem; line-height: 1.65; }
.cp-reading-comments .comment-meta { color: #778aa0; font-family: Inter, Arial, sans-serif; font-size: .7rem; }
.cp-reading-comments .comment-author { color: #133458; font-weight: 800; }
.cp-reading-comments .comment-respond { background: #f7f9fb; padding: 20px; }
.cp-reading-comments .comment-reply-title { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.1rem; margin-top: 0; }
.cp-reading-comments .comment-notes { color: #718399; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .84rem; line-height: 1.55; margin: 0 0 17px; }
.cp-reading-comments .comment-form label { color: #173958; display: block; font-family: Inter, Arial, sans-serif; font-size: .74rem; font-weight: 800; margin-bottom: 6px; }
.cp-reading-comments .comment-form p { margin: 0 0 14px; }
.cp-reading-comments .comment-form-cookies-consent { align-items: flex-start; display: flex; gap: 8px; }
.cp-reading-comments .comment-form-cookies-consent input { height: auto; margin: 4px 0 0; width: auto; }
.cp-reading-comments .comment-form-cookies-consent label { color: #667b90; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .8rem; font-weight: 400; margin: 0; }
.cp-reading-comments input,
.cp-reading-comments textarea { background: #fff; border: 1px solid #cfdae4; border-radius: 4px; box-shadow: none; font: inherit; max-width: 100%; padding: 10px; width: 100%; }
.cp-reading-comments .submit { background: #133458; border: 0; color: #fff; cursor: pointer; font-family: Inter, Arial, sans-serif; font-size: .73rem; font-weight: 900; margin-top: 8px; padding: 11px 15px; width: auto; }

.cp-reading-related { background: #f7f9fb; border-top: 1px solid #e1e8ee; padding: 56px 0 68px; }
.cp-reading-related__heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 22px; }
.cp-reading-related__heading h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -.045em; margin: 8px 0 0; }
.cp-reading-related__heading > a { color: #133458; font-family: Inter, Arial, sans-serif; font-size: .72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.cp-reading-related__heading > a span { color: #a16c00; font-size: .9rem; }
.cp-reading-related__grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cp-reading-related__grid > article { background: #fff; border: 1px solid #dfe7ee; overflow: hidden; }
.cp-reading-related__image { aspect-ratio: 1.68 / 1; background: #133458; display: block; overflow: hidden; }
.cp-reading-related__image img { height: 100%; object-fit: cover; transition: transform .3s ease; width: 100%; }
.cp-reading-related__grid > article:hover img { transform: scale(1.04); }
.cp-reading-related__image span { align-items: center; color: #f6b624; display: flex; font-family: Inter, Arial, sans-serif; font-size: 1.6rem; font-weight: 900; height: 100%; justify-content: center; }
.cp-reading-related__grid > article > div { padding: 15px 16px 17px; }
.cp-reading-related__grid > article > div > span { color: #75879a; font-family: Inter, Arial, sans-serif; font-size: .65rem; font-weight: 750; }
.cp-reading-related h3 { font-family: Inter, Arial, sans-serif; font-size: 1rem; letter-spacing: -.02em; line-height: 1.3; margin: 8px 0 0; }
.cp-reading-related h3 a { color: #133458; text-decoration: none; }

@media (max-width: 1080px) {
  .cp-reading-layout { gap: 28px; grid-template-columns: minmax(0, 1fr) 280px; }
}

@media (max-width: 860px) {
  .cp-reading-layout { display: block; padding-top: 26px; }
  .cp-reading-sidebar { display: none; }
}

@media (max-width: 620px) {
  .cp-post-shell { padding-left: 16px; padding-right: 16px; }
  .cp-reading-hero { padding: 26px 0 21px; }
  .cp-reading-breadcrumb { margin-bottom: 15px; }
  .cp-reading-hero h1 { font-size: clamp(2.05rem, 10.5vw, 2.8rem); }
  .cp-reading-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .cp-reading-meta i { display: none; }
  .cp-reading-toc { padding: 17px 18px; }
  .cp-reading-toc ol { columns: 1; }
  .cp-reading-content { font-size: 1.03rem; line-height: 1.79; }
  .cp-reading-content h2 { font-size: 1.5rem; }
  .cp-reading-related { padding: 43px 0 52px; }
  .cp-reading-related__heading { align-items: start; flex-direction: column; gap: 13px; }
  .cp-reading-related__grid { grid-template-columns: 1fr; }
}

/* Privacy policy keeps its original content design, inside a full-width reading canvas. */
#primary.cp-standard-page { margin: 0 !important; max-width: none !important; width: 100% !important; }
#primary.cp-standard-page.cp-legal-page { background: #f4f2ec; }
.cp-legal-document { margin: 0; width: 100%; }
.cp-legal-page .cp-prose { max-width: none; }
.cp-legal-page .cp-prose > .cp-privacy { margin: 0; min-height: 65vh; }

/* Fallback for the imported Privacy Policy markup, whose original wrapper classes are absent. */
.cp-legal-page .cp-prose {
  background: #f4f2ec;
  color: #252d35;
  margin: 0;
  max-width: none;
  padding: clamp(42px, 6vw, 78px) 20px;
}

.cp-legal-page .cp-prose > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.cp-legal-page .cp-prose > style { display: none; }

.cp-legal-page .cp-prose > svg:first-of-type {
  display: block !important;
  height: 148px !important;
  margin-bottom: 21px;
  max-width: 148px !important;
  transform: rotate(-5deg);
  width: 148px !important;
}

.cp-legal-page .cp-prose > h1 {
  color: #133458;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.7rem);
  letter-spacing: -.055em;
  line-height: 1;
  margin-bottom: 17px;
  margin-top: 0;
  text-align: center;
}

.cp-legal-page .cp-prose > h1::before {
  color: #a16c00;
  content: 'CERTIFIED PAKISTAN · LEGAL';
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .15em;
  margin-bottom: 14px;
}

.cp-legal-page .cp-prose > h1 + p {
  color: #566b7f;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 660px;
  text-align: center;
}

.cp-legal-page .cp-prose > hr {
  border: 0;
  border-top: 1px solid #d8dedf;
  margin-bottom: 30px;
  margin-top: 35px;
}

.cp-legal-page .cp-prose > section {
  background: #fff;
  border: 1px solid #dce4e8;
  border-left: 4px solid #f6b624;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(19, 52, 88, .045);
  margin-bottom: 15px;
  padding: 24px 28px;
}

.cp-legal-page .cp-prose > section h2 {
  color: #133458;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.13rem, 2vw, 1.38rem);
  letter-spacing: -.025em;
  line-height: 1.24;
  margin: 0 0 12px;
}

.cp-legal-page .cp-prose > section p,
.cp-legal-page .cp-prose > section li {
  color: #52687c;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: .98rem;
  line-height: 1.72;
}

.cp-legal-page .cp-prose > section p { margin: 0 0 12px; }
.cp-legal-page .cp-prose > section p:last-child { margin-bottom: 0; }
.cp-legal-page .cp-prose > section ul { margin: 0 0 13px; padding-left: 1.25em; }
.cp-legal-page .cp-prose > section li { margin-bottom: 5px; }
.cp-legal-page .cp-prose > section svg { height: 18px !important; margin: 0 8px 0 0; max-width: 18px !important; vertical-align: -3px; width: 18px !important; }

@media (max-width: 620px) {
  .cp-legal-page .cp-prose { padding: 33px 16px 46px; }
  .cp-legal-page .cp-prose > svg:first-of-type { height: 112px !important; max-width: 112px !important; width: 112px !important; }
  .cp-legal-page .cp-prose > section { padding: 20px 18px; }
}

/* Four-row navigation: brand, essential pages, categories, then countries. */
.cp-site-header { box-shadow: 0 3px 16px rgba(19, 52, 88, .06); }
.cp-brand-row { align-items: center; display: grid; gap: 26px; grid-template-columns: auto minmax(180px, 1fr) auto auto; min-height: 79px; }
.cp-brand-description { color: #687b8f; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .82rem; line-height: 1.45; margin: 0; max-width: 390px; }
.cp-brand-row .cp-header-actions,
.cp-brand-row .cp-header-account { justify-self: end; }

.cp-site-navigation { background: #fff; display: block; justify-self: auto; min-width: 0; overflow: visible; position: static; width: 100%; }
.cp-nav-rows { padding-bottom: 0; padding-top: 0; }
.cp-nav-row { align-items: center; border-bottom: 1px solid #e8edf2; display: grid; gap: 14px; grid-template-columns: 123px minmax(0, 1fr); min-height: 39px; }
.cp-nav-row:last-child { border-bottom: 0; }
.cp-nav-row__label { color: #133458; font-family: Inter, Arial, sans-serif; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cp-header-row-list { align-items: center; display: flex; flex-wrap: wrap; gap: 3px 5px; list-style: none; margin: 0; padding: 5px 0; }
.cp-header-row-list li { margin: 0; }
.cp-header-row-list a { border-radius: 4px; color: #425d78; display: block; font-family: Inter, Arial, sans-serif; font-size: .69rem; font-weight: 800; padding: 5px 7px; text-decoration: none; transition: background-color .16s ease, color .16s ease; white-space: nowrap; }
.cp-header-row-list a:hover,
.cp-header-row-list .current-menu-item a { background: #fdf5df; color: #133458; }
.cp-nav-row--pages a { color: #133458; }
.cp-nav-row--countries { background: #f8fafc; }
.cp-nav-row--countries .cp-header-row-list a { color: #587089; font-size: .66rem; }

@media (max-width: 1050px) {
  .cp-brand-row { gap: 17px; grid-template-columns: auto 1fr auto; }
  .cp-brand-description { display: none; }
  .cp-nav-row { grid-template-columns: 104px minmax(0, 1fr); }
  .cp-header-row-list a { font-size: .65rem; padding-left: 6px; padding-right: 6px; }
}

@media (max-width: 840px) {
  .cp-brand-row { display: flex; gap: 12px; min-height: 68px; }
  .cp-brand-row .cp-menu-toggle { margin-left: auto; order: 2; }
  .cp-brand-row .cp-header-actions,
  .cp-brand-row .cp-header-account { order: 3; }
  .cp-site-navigation { border-top: 1px solid #e1e8ee; bottom: auto; left: 0; max-height: 0; opacity: 0; overflow: hidden; padding: 0; position: absolute; right: 0; top: 100%; transform: translateY(-7px); transition: max-height .35s ease, opacity .2s ease, transform .22s ease, visibility 0s linear .35s; visibility: hidden; z-index: 1005; }
  .cp-site-navigation.is-open { max-height: calc(100vh - 65px); opacity: 1; overflow-y: auto; padding: 0; transform: translateY(0); transition: max-height .35s ease, opacity .2s ease, transform .22s ease; visibility: visible; }
  .cp-nav-rows { padding: 7px 18px 17px; }
  .cp-nav-row { align-items: start; display: block; min-height: 0; padding: 13px 0; }
  .cp-nav-row__label { display: block; margin-bottom: 7px; }
  .cp-header-row-list { gap: 4px; padding: 0; }
  .cp-header-row-list a { background: #f6f8fa; font-size: .71rem; padding: 8px 9px; white-space: normal; }
  .cp-nav-row--countries { background: transparent; }
  .cp-nav-row--countries .cp-header-row-list a { font-size: .7rem; }
}

@media (max-width: 480px) {
  .cp-brand-row .cp-logo-copy small { display: none; }
  .cp-brand-row .cp-header-join { font-size: 0; }
}

/* Footer directory requested for pages, categories and countries. */
.cp-footer-grid--directory { align-items: start; grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr)); }
.cp-footer-wordmark { display: inline-flex; margin-bottom: 18px; text-decoration: none; }
.cp-footer-wordmark img { display: block; height: auto; max-width: 214px; width: 100%; }
.cp-footer-brand p { color: #aebfd0; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; line-height: 1.72; margin-bottom: 20px; max-width: 300px; }
.cp-footer-cta { align-items: center; background: #f6b624; border: 1px solid #f6b624; border-radius: 6px; color: #133458 !important; display: inline-flex; font-family: Inter, Arial, sans-serif; font-size: .73rem; font-weight: 900; gap: 10px; padding: 12px 15px; text-decoration: none !important; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.cp-footer-cta:hover { background: #ffd35c; border-color: #ffd35c; color: #133458 !important; transform: translateY(-2px); }
.cp-footer-grid--directory > div > h2 { color: #fff; font-family: Inter, Arial, sans-serif; font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.cp-footer-grid--directory > div > ul { max-height: 390px; overflow-y: auto; padding-right: 8px; scrollbar-color: #40516b transparent; scrollbar-width: thin; }
.cp-footer-grid--directory > div > ul::-webkit-scrollbar { width: 4px; }
.cp-footer-grid--directory > div > ul::-webkit-scrollbar-thumb { background: #40516b; border-radius: 8px; }

/* Restore the compact previous navbar; footer carries the four directory groups. */
@media (max-width: 840px) {
  .cp-header-inner .cp-site-navigation { padding: 12px 18px 18px; }
}

@media (max-width: 767px) {
  .cp-footer-grid--directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-footer-grid--directory .cp-footer-brand { grid-column: 1 / -1; }
  .cp-footer-wordmark img { max-width: 185px; }
}

/* Social links in the top information bar only. */
#primary.cp-editorial-home { margin: 1em 0 0 !important; }
.cp-header-inner .cp-logo { display: inline-flex; flex: 0 0 auto; line-height: 0; }
.cp-header-inner .cp-logo img { display: block; height: auto; max-height: 52px; max-width: 188px; object-fit: contain; width: 188px; }
@media (max-width: 840px) {
  .cp-header-inner .cp-logo img { max-width: 154px; width: 154px; }
}
@media (max-width: 480px) {
  .cp-header-inner .cp-logo img { max-width: 132px; width: 132px; }
}
.cp-nav-top__right { align-items: center; display: flex; gap: 18px; }
.cp-top-socials { align-items: center; display: flex; gap: 6px; }
.cp-top-socials a { align-items: center; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; color: #fff; display: inline-flex; font-family: Inter, Arial, sans-serif; font-size: .56rem; font-weight: 900; height: 18px; justify-content: center; line-height: 1; text-decoration: none; text-transform: uppercase; transition: background-color .16s ease, border-color .16s ease, color .16s ease; width: 18px; }
.cp-top-socials a:nth-child(2) { font-size: .46rem; width: 22px; }
.cp-top-socials a:hover { background: #f6b624; border-color: #f6b624; color: #133458; }
@media (max-width: 620px) { .cp-nav-top__right { gap: 10px; } .cp-nav-top__right > span { display: none; } }

/* Centered directory for the /category/ landing page. */
/* Show every footer page/category/country link directly; never scroll inside footer columns. */
.cp-footer-grid--directory > div > ul { max-height: none; overflow: visible; padding-right: 0; scrollbar-color: auto; scrollbar-width: auto; }
.cp-footer-grid--directory > div > ul::-webkit-scrollbar { display: none; }
/* Header menus never need their own scrollbar: wrap on desktop, use a compact grid on mobile. */
.cp-header-inner .cp-site-navigation { overflow: visible !important; }
@media (min-width: 841px) {
  .cp-header-inner .cp-nav-list.cp-category-menu { flex-wrap: wrap; justify-content: center; min-width: 0; }
}
@media (max-width: 840px) {
  .cp-header-inner .cp-site-navigation.is-open { max-height: none; overflow: visible !important; }
  .cp-header-inner .cp-nav-list.cp-category-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; padding: 10px 16px 16px; }
  .cp-header-inner .cp-nav-list.cp-category-menu > li > a { font-size: .72rem; min-height: 42px; padding: 10px 9px; }
}
.cp-home-lead { padding-bottom: 30px; padding-top: 20px; }
.cp-lead-grid { gap: 20px; }
.cp-lead-story { min-height: 470px; }
.cp-lead-story__content { padding: 26px 30px; }
.cp-lead-story h2 { font-size: clamp(1.8rem, 2.65vw, 2.85rem); margin: 13px 0; }
.cp-lead-secondary { gap: 20px; }
.cp-lead-secondary .cp-news-card__image { aspect-ratio: auto; height: 128px; }
.cp-lead-secondary .cp-news-card__category { font-size: .54rem; left: 11px; padding: 6px 8px; top: 11px; }
.cp-lead-secondary .cp-news-card__body { min-height: 0; padding: 13px 15px 14px; }
.cp-lead-secondary .cp-news-card__meta { font-size: .65rem; gap: 6px; }
.cp-lead-secondary .cp-news-card h3 { -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; font-size: .93rem; line-height: 1.3; margin: 8px 0 8px; overflow: hidden; }
.cp-lead-secondary .cp-news-card p { display: none; }
.cp-lead-secondary .cp-home-read-link { font-size: .64rem; margin-top: 0; }
@media (max-width: 1150px) { .cp-lead-story { min-height: 440px; } }
@media (max-width: 900px) { .cp-home-lead { padding-bottom: 38px; padding-top: 26px; } .cp-lead-story { min-height: 460px; } .cp-lead-secondary .cp-news-card__image { height: 165px; } }
@media (max-width: 620px) { .cp-home-lead { padding: 16px 0 30px; } .cp-lead-story { min-height: 420px; } .cp-lead-story__content { padding: 22px; } .cp-lead-secondary .cp-news-card__image { height: 190px; } }
::selection { background: #f6b624; color: #133458; }
::-moz-selection { background: #f6b624; color: #133458; }
.cp-topics-home .cp-topic-stories { align-items: start; gap: 18px; }
.cp-topics-home .cp-news-card { border-color: #dbe4ed; border-radius: 10px; box-shadow: 0 5px 16px rgba(19, 52, 88, .045); }
.cp-topics-home .cp-news-card:hover { box-shadow: 0 15px 28px rgba(19, 52, 88, .11); }
.cp-topics-home .cp-news-card__image { aspect-ratio: auto; height: 190px; }
.cp-topics-home .cp-news-card__category { font-size: .56rem; left: 12px; padding: 6px 9px; top: 12px; }
.cp-topics-home .cp-news-card__body { display: block; flex: none; min-height: 0; padding: 15px 17px 17px; }
.cp-topics-home .cp-news-card__meta { font-size: .67rem; }
.cp-topics-home .cp-news-card h3 { -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; font-size: 1rem; line-height: 1.3; margin: 10px 0 8px; overflow: hidden; }
.cp-topics-home .cp-news-card p { -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; font-size: .8rem; line-height: 1.55; margin: 0 0 13px; overflow: hidden; }
.cp-topics-home .cp-home-read-link { font-size: .65rem; margin-top: 0; }
@media (max-width: 620px) {
  .cp-topics-home .cp-news-card__image { height: 205px; }
}
#primary.cp-search-results-page { margin: 1em 0 0 !important; max-width: none !important; width: 100% !important; }
.cp-search-results-hero { background: #eef2f6; border-bottom: 1px solid #dfe7ef; padding: clamp(34px, 5vw, 58px) 0; }
.cp-search-results-hero h1 { color: #133458; font-size: clamp(2rem, 4.2vw, 3.65rem); letter-spacing: -.05em; line-height: 1.04; margin: 10px 0 9px; }
.cp-search-results-hero p { color: #60728a; font-size: 1rem; margin: 0; }
.cp-search-results-form { max-width: 1040px; }
.cp-search-results-content { padding-bottom: 68px; }
.cp-search-results-summary { border-bottom: 1px solid #dfe7ef; color: #667991; font-family: Inter, Arial, sans-serif; font-size: .8rem; margin-top: 34px; padding-bottom: 14px; }
.cp-search-results-summary strong { color: #133458; font-size: 1rem; }
@media (max-width: 620px) { .cp-search-results-hero { padding: 32px 0 37px; } .cp-search-results-content { padding-bottom: 48px; } }
.cp-category-card-grid { gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cp-category-card { border-color: #dce5ed; border-radius: 8px; }
.cp-category-card:hover { box-shadow: 0 12px 25px rgba(19, 52, 88, .09); transform: translateY(-3px); }
.cp-category-card__image { aspect-ratio: auto; height: 168px; }
.cp-category-card__tag { font-size: .55rem; left: 11px; padding: 6px 8px; top: 11px; }
.cp-category-card__body { min-height: 207px; padding: 15px 16px 16px; }
.cp-category-card__meta { font-size: .66rem; gap: 6px; }
.cp-category-card h2 { font-size: 1rem; line-height: 1.28; margin: 10px 0 8px; }
.cp-category-card p { -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; font-size: .78rem; line-height: 1.5; margin: 0 0 13px; overflow: hidden; }
.cp-category-card__link { font-size: .64rem; }
@media (max-width: 1200px) {
  .cp-category-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .cp-category-card-grid { grid-template-columns: 1fr; }
  .cp-category-card__image { height: 190px; }
}

/* Keep the native WordPress comment fields inside the article column. */
#primary.cp-reading-post { margin-top: 1em !important; }
.ast-separate-container #primary.cp-reading-post .ast-article-single { padding: 0 !important; }
.cp-reading-hero { padding-top: 0; }
.cp-reading-comments .ast-comment-formwrap { display: grid !important; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 !important; }
.cp-reading-comments .ast-comment-formwrap > p { float: none !important; margin: 0 !important; min-width: 0; width: auto !important; }
.cp-reading-comments .comment-form-cookies-consent { clear: both; margin: 14px 0 10px !important; width: 100%; }
.cp-reading-comments .form-submit { clear: both; margin: 10px 0 0 !important; }
.cp-reading-comments .submit { margin-top: 0 !important; }
@media (max-width: 680px) {
  .cp-reading-comments .ast-comment-formwrap { grid-template-columns: 1fr; }
}
#primary.cp-categories-directory { background: #f7f9fb; margin: 0 !important; max-width: none !important; min-height: 65vh; padding: 58px 0 76px; width: 100% !important; }
.cp-directory-shell { margin: 0 auto; max-width: 1180px; padding: 0 20px; width: 100%; }
.cp-directory-hero { margin: 0 auto 37px; max-width: 700px; text-align: center; }
.cp-directory-hero > span { color: #a16c00; display: block; font-family: Inter, Arial, sans-serif; font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cp-directory-hero h1 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: clamp(2.4rem, 5vw, 4.15rem); letter-spacing: -.06em; line-height: 1; margin: 12px 0 15px; }
.cp-directory-hero h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: clamp(2.4rem, 5vw, 4.15rem); letter-spacing: -.06em; line-height: 1; margin: 12px 0 15px; }
.cp-directory-hero p { color: #60738a; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: 1rem; line-height: 1.65; margin: 0 auto; max-width: 530px; }
.cp-directory-countries { border-top: 1px solid #dce5ed; margin-top: 64px; padding-top: 60px; }
.cp-directory-hero--countries { margin-bottom: 37px; }
.cp-directory-grid { display: grid; gap: 17px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cp-directory-card { background: #fff; border: 1px solid #dfe7ee; border-radius: 8px; color: #133458; display: flex; flex-direction: column; min-height: 190px; padding: 22px 23px 20px; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.cp-directory-card:hover { border-color: #c9d7e4; box-shadow: 0 15px 30px rgba(19, 52, 88, .09); transform: translateY(-3px); }
.cp-directory-card__count { align-items: center; background: #fdf5df; border-radius: 50%; color: #986500; display: inline-flex; font-family: Inter, Arial, sans-serif; font-size: .7rem; font-weight: 900; height: 29px; justify-content: center; margin-bottom: 17px; width: 29px; }
.cp-directory-card h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.2rem; letter-spacing: -.025em; line-height: 1.2; margin: 0 0 8px; }
.cp-directory-card p { color: #65778c; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .85rem; line-height: 1.55; margin: 0 0 16px; }
.cp-directory-card__link { color: #133458; font-family: Inter, Arial, sans-serif; font-size: .68rem; font-weight: 900; letter-spacing: .04em; margin-top: auto; text-transform: uppercase; }
.cp-directory-card__link b { color: #b27900; font-size: .9rem; margin-left: 4px; }
@media (max-width: 850px) { .cp-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { #primary.cp-categories-directory { padding: 40px 0 52px; } .cp-directory-shell { padding-left: 16px; padding-right: 16px; } .cp-directory-grid { grid-template-columns: 1fr; } .cp-directory-card { min-height: 170px; } }

/* Contact page: spacious centered layout and paid-promotion contact route. */
#primary.cp-contact-page { background: #f7f9fb; margin: 0 !important; max-width: none !important; min-height: 65vh; width: 100% !important; }
.cp-contact-shell { margin-left: auto; margin-right: auto; max-width: 1180px; padding-left: 20px; padding-right: 20px; width: 100%; }
.cp-contact-hero { background: #133458; color: #fff; padding: 59px 0 63px; }
.cp-contact-kicker { color: #a16c00; display: block; font-family: Inter, Arial, sans-serif; font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cp-contact-hero .cp-contact-kicker { color: #f6b624; }
.cp-contact-hero h1 { color: #fff; font-family: Inter, Arial, sans-serif; font-size: clamp(2.25rem, 4.6vw, 4.05rem); letter-spacing: -.055em; line-height: 1.03; margin: 12px 0 16px; max-width: 800px; }
.cp-contact-hero p { color: #c8d8e8; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: 1.05rem; line-height: 1.65; margin: 0; max-width: 670px; }
.cp-contact-grid { align-items: start; display: grid; gap: clamp(38px, 7vw, 90px); grid-template-columns: minmax(0, .9fr) minmax(360px, .9fr); padding-bottom: 78px; padding-top: 65px; }
.cp-contact-copy h2,
.cp-contact-card h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: clamp(1.75rem, 3vw, 2.45rem); letter-spacing: -.045em; line-height: 1.08; margin: 11px 0 14px; }
.cp-contact-copy > p { color: #596f84; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .98rem; line-height: 1.72; max-width: 480px; }
.cp-contact-detail { border-top-color: #dbe4eb; max-width: 470px; }
.cp-contact-detail span { color: #6f8194; font-family: Inter, Arial, sans-serif; font-size: .66rem; letter-spacing: .07em; }
.cp-contact-detail a,
.cp-contact-detail strong { color: #133458; font-family: Inter, Arial, sans-serif; font-size: .91rem; }
.cp-promotion-contact { background: #fff; border: 1px solid #dfe7ee; border-left: 4px solid #f6b624; margin-top: 30px; max-width: 490px; padding: 22px 23px; }
.cp-promotion-contact > span { color: #a16c00; display: block; font-family: Inter, Arial, sans-serif; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cp-promotion-contact h3 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.16rem; letter-spacing: -.025em; line-height: 1.25; margin: 9px 0 8px; }
.cp-promotion-contact p { color: #61758a; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .86rem; line-height: 1.58; margin: 0 0 14px; }
.cp-promotion-contact a { color: #133458; font-family: Inter, Arial, sans-serif; font-size: .78rem; font-weight: 900; text-decoration: none; }
.cp-promotion-contact a b { color: #a16c00; font-size: 1rem; margin-left: 4px; }
.cp-contact-card { border-color: #dce5ed; border-radius: 8px; box-shadow: 0 16px 32px rgba(19, 52, 88, .08); }
.cp-contact-card .cp-contact-kicker { margin-bottom: 0; }
.cp-contact-card label { color: #31506d; font-family: Inter, Arial, sans-serif; font-size: .75rem; }
.cp-contact-card input,
.cp-contact-card textarea { border-color: #d0dce6; border-radius: 5px; font-family: Inter, Arial, sans-serif; }
.cp-contact-card input:focus,
.cp-contact-card textarea:focus { border-color: #f0bb29; box-shadow: 0 0 0 3px rgba(246, 182, 36, .18); }
.cp-contact-card .cp-button--primary { background: #f6b624 !important; border-color: #f6b624 !important; box-shadow: 0 10px 21px rgba(246, 182, 36, .24) !important; color: #133458 !important; }
.cp-contact-card .cp-button--primary:hover,
.cp-contact-card .cp-button--primary:focus { background: #ffd35c !important; border-color: #ffd35c !important; color: #133458 !important; }

/* Category cards: use the same calm border and lift treatment on hover/focus. */
.cp-category-card.ast-article-post {
  border: 1px solid #dce5ed !important;
  border-bottom: 1px solid #dce5ed !important;
  box-shadow: 0 7px 18px rgba(19, 52, 88, .045);
  padding: 0 !important;
}
.cp-category-card.ast-article-post:hover,
.cp-category-card.ast-article-post:focus-within {
  border-color: #c7d6e3 !important;
  box-shadow: 0 14px 28px rgba(19, 52, 88, .10) !important;
  outline: 0 !important;
  transform: translateY(-3px);
}
.cp-category-card a:focus { outline: 0 !important; }
.cp-category-card a:focus-visible { outline: 2px solid #f6b624 !important; outline-offset: -2px; }

/* Homepage lead story: the whole image remains clickable and gets the same subtle card hover. */
.cp-lead-story { transition: box-shadow .22s ease, transform .22s ease; }
.cp-lead-story__image img { transition: transform .35s ease; }
.cp-lead-story__overlay { pointer-events: none; transition: background .22s ease; }
.cp-lead-story:hover { box-shadow: 0 16px 30px rgba(19, 52, 88, .16); transform: translateY(-3px); }
.cp-lead-story:hover .cp-lead-story__image img { transform: scale(1.04); }
.cp-lead-story:hover .cp-lead-story__overlay { background: linear-gradient(180deg, transparent 20%, rgba(6, 18, 34, .22) 43%, rgba(5, 14, 27, .92) 100%); }
@media (max-width: 767px) { .cp-contact-shell { padding-left: 16px; padding-right: 16px; } .cp-contact-hero { padding: 43px 0 47px; } .cp-contact-grid { grid-template-columns: 1fr; padding-bottom: 55px; padding-top: 43px; } .cp-contact-card { width: 100%; } }

/* About page: coverage, upcoming initiatives, and future platform plans. */
.cp-about-roadmap { padding: clamp(56px, 7vw, 96px) 20px; }
.cp-about-roadmap__inner { margin: 0 auto; max-width: 1240px; }
.cp-about-roadmap__heading { margin: 0 0 clamp(28px, 4vw, 48px); max-width: 760px; }
.cp-about-roadmap .cp-about-kicker { color: #a16c00; display: block; font-family: Inter, Arial, sans-serif; font-size: .68rem; font-weight: 900; letter-spacing: .14em; margin-bottom: 12px; text-transform: uppercase; }
.cp-about-roadmap h2 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: clamp(2.15rem, 4.4vw, 4rem); letter-spacing: -.06em; line-height: 1.02; margin: 0 0 15px; }
.cp-about-roadmap__heading > p { color: #587089; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: clamp(.98rem, 1.4vw, 1.12rem); line-height: 1.7; margin: 0; }
.cp-about-roadmap__grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cp-about-roadmap__grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cp-about-roadmap-card { align-items: flex-start; background: #fff; border: 1px solid #dce5ed; border-radius: 12px; display: flex; flex-direction: column; justify-content: center; min-height: 225px; overflow: hidden; padding: 23px 22px 24px; position: relative; text-align: left; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.cp-about-roadmap-card:hover { border-color: #bdcfdf; box-shadow: 0 16px 30px rgba(19, 52, 88, .09); transform: translateY(-4px); }
.cp-about-roadmap-card__number { align-items: center; background: #fff2cf; border-radius: 50%; color: #9a6500; display: inline-flex; font-family: Inter, Arial, sans-serif; font-size: .67rem; font-weight: 900; height: 31px; justify-content: center; letter-spacing: .03em; margin-bottom: 18px; width: 31px; }
.cp-about-roadmap-card h3 { color: #133458; font-family: Inter, Arial, sans-serif; font-size: 1.04rem; letter-spacing: -.025em; line-height: 1.26; margin: 0 0 10px; }
.cp-about-roadmap-card p { color: #5d7187; font-family: 'Inter', 'Segoe UI', Arial, sans-serif; font-size: .84rem; line-height: 1.6; margin: 0; }
.cp-about-roadmap--coverage { background: #f3f7fa; border-top: 1px solid #e1e9f0; }
.cp-about-roadmap--next { background: #fff; }
.cp-about-roadmap-card--planned { min-height: 238px; padding-top: 54px; }
.cp-about-roadmap-card--planned .cp-about-roadmap-card__number { left: 22px; position: absolute; top: 20px; }
.cp-about-roadmap-card__status { color: #9a6500; font-family: Inter, Arial, sans-serif; font-size: .59rem; font-weight: 900; letter-spacing: .09em; position: absolute; right: 22px; text-transform: uppercase; top: 29px; }
.cp-about-roadmap--future { background: #10233d; border-top: 1px solid #203b5c; }
.cp-about-roadmap--future .cp-about-kicker,
.cp-about-roadmap--future .cp-about-roadmap-card__status { color: #f6b624; }
.cp-about-roadmap--future h2 { color: #fff; }
.cp-about-roadmap--future .cp-about-roadmap__heading > p { color: #d3e0ec; }
.cp-about-roadmap--future .cp-about-roadmap-card { background: #16304e; border-color: #294765; }
.cp-about-roadmap--future .cp-about-roadmap-card:hover { border-color: #547493; box-shadow: 0 16px 30px rgba(0, 0, 0, .16); }
.cp-about-roadmap--future .cp-about-roadmap-card__number { background: rgba(246, 182, 36, .17); color: #f6c54a; }
.cp-about-roadmap--future .cp-about-roadmap-card h3 { color: #fff; }
.cp-about-roadmap--future .cp-about-roadmap-card p { color: #cbd9e7; }
@media (max-width: 980px) {
  .cp-about-roadmap__grid,
  .cp-about-roadmap__grid--three,
  .cp-about-roadmap__grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .cp-about-roadmap { padding-left: 16px; padding-right: 16px; }
  .cp-about-roadmap__grid,
  .cp-about-roadmap__grid--three,
  .cp-about-roadmap__grid--four { grid-template-columns: 1fr; }
  .cp-about-roadmap-card { min-height: 0; padding: 21px 20px 22px; }
  .cp-about-roadmap-card--planned { min-height: 0; padding-top: 53px; }
  .cp-about-roadmap-card--planned .cp-about-roadmap-card__number { left: 20px; }
  .cp-about-roadmap-card__status { right: 20px; }
}

/* Mobile header: keep the call-to-action inside the opened menu. */
.cp-mobile-nav-essentials { display: none; }
@media (max-width: 840px) {
  .cp-header-inner .cp-header-actions { display: none !important; }
  .cp-header-inner .cp-menu-toggle {
    align-items: center;
    background: #f6b624 !important;
    border: 1px solid #e8aa0d !important;
    border-radius: 7px;
    display: inline-flex !important;
    flex: 0 0 46px;
    height: 42px;
    justify-content: center;
    margin-left: auto;
    padding: 0 !important;
    width: 46px;
  }
  .cp-header-inner .cp-menu-toggle > span:not(.screen-reader-text) {
    background: #133458 !important;
    border-radius: 2px;
    height: 2px;
    margin: 3px 0;
    width: 20px;
  }
  .cp-header-inner .cp-menu-toggle[aria-expanded="true"] > span:not(.screen-reader-text):nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .cp-header-inner .cp-menu-toggle[aria-expanded="true"] > span:not(.screen-reader-text):nth-child(2) { opacity: 0; }
  .cp-header-inner .cp-menu-toggle[aria-expanded="true"] > span:not(.screen-reader-text):nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .cp-header-inner .cp-menu-toggle > span:not(.screen-reader-text) { transition: opacity .18s ease, transform .18s ease; }
  .cp-header-inner .cp-site-navigation { padding: 0 !important; }
  .cp-mobile-nav-essentials {
    border-bottom: 1px solid #e1e8ef;
    display: grid;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 14px 16px 16px;
  }
  .cp-mobile-nav-essentials li { margin: 0; }
  .cp-mobile-nav-essentials li > a:not(.cp-mobile-member-button) {
    background: #f5f8fb;
    border-radius: 5px;
    color: #133458;
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: .78rem;
    font-weight: 850;
    padding: 11px 12px;
    text-decoration: none;
  }
  .cp-mobile-member-button {
    align-items: center;
    background: #f6b624;
    border-radius: 6px;
    color: #133458 !important;
    display: flex;
    font-family: Inter, Arial, sans-serif;
    font-size: .79rem;
    font-weight: 900;
    justify-content: space-between;
    margin-top: 7px;
    padding: 13px 14px;
    text-decoration: none;
  }
  .cp-mobile-member-button span { font-size: 1.1rem; line-height: 1; }
  .cp-header-inner .cp-nav-list.cp-category-menu { padding-top: 13px; }
}

/* One consistent Inter type system across the public site. */
:root {
  --cp-site-heading-font: 'Inter', 'Segoe UI', Arial, sans-serif;
  --cp-site-copy-font: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.cp-site-header,
main,
.cp-site-footer {
  font-family: var(--cp-site-copy-font);
}

.cp-site-header :is(p, li, a, span, small, strong, time, label, button, input, select, textarea),
main :is(p, li, a, span, small, strong, time, label, button, input, select, textarea),
.cp-site-footer :is(p, li, a, span, small, strong, time, label, button, input, select, textarea) {
  font-family: var(--cp-site-copy-font) !important;
}

.cp-site-header :is(h1, h2, h3, h4, h5, h6),
main :is(h1, h2, h3, h4, h5, h6),
.cp-site-footer :is(h1, h2, h3, h4, h5, h6),
.cp-site-header :is(button, .cp-menu-toggle),
.cp-site-footer .cp-footer-cta {
  font-family: var(--cp-site-heading-font) !important;
}

.cp-site-header :is(a, span, small, strong, button, input, select),
.cp-site-footer :is(a, span, small, strong, button, input, select),
main :is(button, input, select, textarea) {
  font-family: var(--cp-site-heading-font) !important;
}

/* Compact primary navigation and keep the homepage on the same type pairing. */
.cp-site-header .cp-nav-list.cp-category-menu > li > a {
  font-size: 12px !important;
  font-weight: 500 !important;
}

#primary.cp-editorial-home :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--cp-site-heading-font) !important;
}

#primary.cp-editorial-home :is(p, li) {
  font-family: var(--cp-site-copy-font) !important;
}
