/* =========================================================
   CENIT — Site-wide Readability + Contrast (consolidated)
   (updated with precise clamp + alignment fix for .cenit-qa)
   ========================================================= */

/* Brand tokens */
:root{
  --cenit-ink:#0F172A;      /* body text */
  --cenit-head:#1F2937;     /* headings */
  --cenit-slate:#475569;    /* paragraphs */
  --cenit-muted:#64748B;    /* meta text */
  --cenit-border:#E5E7EB;   /* card borders */
  --cenit-amber:#F5A623;    /* brand amber */

  /* NEW: normalize Elementor inner padding so we can cancel it per breakpoint */
  --cenit-section-pad:20px;
}
@media (max-width:1024px){ :root{ --cenit-section-pad:18px; } }
@media (max-width:768px) { :root{ --cenit-section-pad:16px; } }
@media (max-width:560px) { :root{ --cenit-section-pad:12px; } }

/* Base text & headings */
html body :where(p, li, dd, .elementor-widget-text-editor){
  color:var(--cenit-slate) !important; font-size:17px; line-height:1.7;
}
html body :where(h1,h2,h3,h4,.elementor-heading-title){
  color:var(--cenit-head) !important; font-weight:800 !important; letter-spacing:-.2px;
}

/* Links (readable by default) */
html body a{ color:#0F172A; text-decoration:none }
html body a:hover{ text-decoration:underline; text-underline-offset:2px }

/* Buttons: strong contrast + consistent hover */
html body :where(.elementor-button, a.elementor-button, .btn, .prrc-hero__cta){
  font-weight:800; box-shadow:none !important;
}
html body :where(.elementor-button--primary, .btn--primary, .prrc-hero__cta--primary){
  background:var(--cenit-amber) !important; color:#1F2937 !important; border-color:rgba(0,0,0,.06) !important;
}
html body :where(.elementor-button--secondary, .btn--ghost, .prrc-hero__cta--secondary){
  background:#fff !important; color:#111827 !important; border:1px solid var(--cenit-border) !important;
}
html body :where(.elementor-button, .btn, .prrc-hero__cta):hover{ transform:translateY(-1px) }

/* Cards / custom blocks */
html body :where(.prrc-hero,.cenit-trust-band,.cenit-infosec,.cenit-resources,.cenit-faq){
  background:#fff; border:1px solid var(--cenit-border); border-radius:16px;
}

/* Chips / badges */
html body :where(.prrc-hero__chip,.chip,.badge){
  border-color:#C7CCDB !important; color:#2A324B !important;
}

/* FAQ spacing (if used) */
html body .cenit-faq details.faq-item{ padding:0 }
html body .cenit-faq summary.faq-q{ padding:16px }
html body .cenit-faq .faq-a{ padding:8px 16px 16px 52px }

/* Trust rail logos */
html body .cenit-trust-band .logo img{ opacity:.98 }
html body .cenit-trust-band .logo img.color-to-mono{ filter:grayscale(100%) brightness(0) invert(12%) }

/* Footer Contact Band (inline variant) — readable right cards */
html body .cenit-contact-band.is-inline .cb__cards .card{
  background:#fff; border:1px solid var(--cenit-border);
}
html body .cenit-contact-band.is-inline .cb__cards .card :where(h3,p,li,small){
  color:#111827 !important;
}
html body .cenit-contact-band.is-inline .cb__cards .card a{
  color:#0F172A !important; text-decoration:underline; text-underline-offset:2px;
}

/* Safety: hide legacy hero if still present */
html body .old-hero{ display:none !important }

/* ===== Contrast Patch v2 (targets stubborn pale text) ===== */

/* Elementor text widgets, icon lists, toggles/accordions, excerpts */
html body .elementor-widget-text-editor,
html body .elementor-widget-text-editor :where(p,li),
html body .elementor-icon-list-text,
html body .elementor-tab-content,
html body .elementor-toggle .elementor-tab-content,
html body .elementor-accordion .elementor-tab-content,
html body .elementor-post__excerpt,
html body .elementor-cta__description{
  color:#475569 !important;
}

/* Headings that inherit light colors from theme */
html body .elementor-widget-heading .elementor-heading-title{
  color:#1F2937 !important; font-weight:800 !important;
}

/* Lists inside Elementor text blocks */
html body .elementor-widget-text-editor ul li,
html body .elementor-widget-text-editor ol li{
  color:#475569 !important;
}

/* InfoSec & Trust cards copy */
html body .cenit-infosec .card :where(p,li),
html body .cenit-trust-band .card :where(p,li){
  color:#374151 !important;
}

/* Eyebrow/pill labels (keep readable) */
html body .cb__wrap .cb__eyebrow,
html body .cenit-infosec .infosec__eyebrow,
html body .cenit-trust-band .eyebrow{
  color:#111827 !important; border-color:#E5E7EB !important;
}

/* Ghost/outline buttons on light backgrounds */
html body :where(.btn--ghost, .elementor-button--secondary){
  color:#111827 !important; border-color:#E5E7EB !important; background:#fff !important;
}

/* Any “muted” helper text still too faint */
html body small,
html body .has-text-color[class*="muted"],
html body .text-muted{
  color:#64748B !important;
}

/* === CENIT | Border Restore Pack (light lines around small boxes) === */
:root{ --cenit-border-strong:#D6DEE8 }

html body :where(.badge,.chip,.pill,.eyebrow,.cb__eyebrow){
  border:1px solid var(--cenit-border-strong) !important;
  background:#fff;
}
html body .cenit-infosec .card{
  border:1px solid var(--cenit-border-strong) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.06);
}
html body .cenit-trust-band .rail{
  border:1px solid var(--cenit-border-strong) !important;
}
html body .cenit-trust-band .logo{
  border:1px dashed #D1D5DB !important;
  background:#FAFBFF;
}
html body .doc-row,
html body .cb__wrap .row--boxed,
html body .row--boxed{
  border:1px solid var(--cenit-border-strong) !important;
  border-radius:12px;
  background:#fff;
}
html body :where(.prrc-hero,.cenit-trust-band,.cenit-infosec,.cenit-resources,.cenit-faq){
  border:1px solid var(--cenit-border) !important;
}

/* === Cenit | Hero form states (safe, site-wide) === */
.cenit-heroform .status {
  display:none; margin-top:8px; padding:10px 12px; border-radius:10px; font-size:13px;
}
.cenit-heroform .status.is-error { display:block; background:#FEF2F2; color:#7F1D1D; border:1px solid #FCA5A5; }
.cenit-heroform .status.is-ok    { display:block; background:#ECFDF5; color:#065F46; border:1px solid #A7F3D0; }
.cenit-heroform [aria-invalid="true"] { border-color:#DC2626 !important; outline: 3px solid rgba(220,38,38,.2); }

/* ===========================
   Clamp & alignment framework
   =========================== */
.cenit-qa, .cenit-path, .cenit-trust-band, .cenit-contact-band {
  margin-left:auto; margin-right:auto; max-width:none; box-sizing:border-box;
}

/* Internal clamps (these mirror your Choose-your-path width) */
.cenit-path__wrap,
.cenit-trust-band .trust-wrap,
.cenit-contact-band .cb__wrap{
  max-width:1120px; margin:0 auto;
}

/* ===== HERO FORM SPECIFIC ALIGNMENT FIX =====
   Robust against Elementor widget/column padding, without touching other widgets.
   1) Stretch the hero widget to cancel the container padding
   2) Then clamp the inner card to 1120px (same as Choose your path)
*/
.elementor-widget-html .elementor-widget-container > .cenit-qa{
  position:relative;
  left: calc(-1 * var(--cenit-section-pad));
  width: calc(100% + (2 * var(--cenit-section-pad)));
}

/* If :has() is supported, also zero the wrapper padding around just this widget */
.elementor-widget-container:has(> .cenit-qa){
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Clamp the inner hero card to match 1120px */
.cenit-qa .cenit-qa__card{
  max-width:1120px;
  margin:0 auto;
}

/* Safety: if the hero form sits inside a padded column, cancel only for this instance */
.elementor-column .elementor-widget-wrap:has(> .elementor-widget-html > .elementor-widget-container > .cenit-qa){
  padding-left:0 !important;
  padding-right:0 !important;
}
/* ============ FIX: remove full-width borders on non-hero widgets ============ */
/* Kill section-level border/background so it doesn't span 100% width */
.cenit-path,
.cenit-trust-band,
.cenit-contact-band,
.cenit-infosec,
.cenit-resources,
.cenit-faq{
  border: 0 !important;
  background: transparent !important;
}

/* Put the border on the inner clamps so it lines up with content (1120px) */
.cenit-path__wrap,
.cenit-trust-band .trust-wrap,
.cenit-contact-band .cb__wrap,
.cenit-infosec .infosec__wrap,
.cenit-resources .res__wrap,
.cenit-faq .faq__wrap{
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--cenit-border);
  border-radius: 16px;
  padding: 28px 20px; /* matches your other blocks */
}

/* Safety: if any block lacks a named *__wrap, fall back to first child */
.cenit-infosec > div:first-child:not([class*="__wrap"]),
.cenit-resources > div:first-child:not([class*="__wrap"]),
.cenit-faq > div:first-child:not([class*="__wrap"]){
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--cenit-border);
  border-radius: 16px;
  padding: 28px 20px;
}
/* =============================
   Cenit blocks: clamp borders to inner wrap (NOT full width)
   ============================= */

/* 0) Cancel Elementor’s padding around these HTML widgets only */
.elementor-widget-html .elementor-widget-container
  > :is(.cenit-path,.cenit-trust-band,.cenit-contact-band,.cenit-infosec,.cenit-resources,.cenit-faq){
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 1) Remove section-level border/background (they span full width) */
:where(.cenit-path,.cenit-trust-band,.cenit-contact-band,.cenit-infosec,.cenit-resources,.cenit-faq){
  border: 0 !important;
  background: transparent !important;
  padding: 0; /* we’ll pad the inner clamp instead */
}

/* 2A) Modern browsers: if an inner wrap exists, style THAT (keeps border aligned to 1120px) */
:where(.cenit-path,.cenit-trust-band,.cenit-contact-band,.cenit-infosec,.cenit-resources,.cenit-faq):has(> :is([class*="__wrap"],.trust-wrap,.cb__wrap)) 
  > :is([class*="__wrap"],.trust-wrap,.cb__wrap){
  max-width: 1120px; margin: 0 auto;
  background: #fff;
  border: 1px solid var(--cenit-border);
  border-radius: 16px;
  padding: 28px 20px;
}

/* 2B) Fallback: no wrap child? Style the first real child as the clamp */
:where(.cenit-path,.cenit-trust-band,.cenit-contact-band,.cenit-infosec,.cenit-resources,.cenit-faq):not(:has(> :is([class*="__wrap"],.trust-wrap,.cb__wrap)))
  > :not(script,style):first-child{
  max-width: 1120px; margin: 0 auto;
  background: #fff;
  border: 1px solid var(--cenit-border);
  border-radius: 16px;
  padding: 28px 20px;
}

/* 3) Safety: ensure any accidental second-level wrapper still clamps */
:where(.cenit-path,.cenit-trust-band,.cenit-contact-band,.cenit-infosec,.cenit-resources,.cenit-faq)
  > :not(script,style):first-child
  > :is([class*="__wrap"],.trust-wrap,.cb__wrap){
  max-width: 1120px; margin: 0 auto;
}

/* 4) Do NOT touch the hero form (it already looks correct) */
.cenit-qa, .cenit-qa * { /* no-op guard to prevent overrides */ }
/* =========================
   CENIT blocks: fix borders/width
   Scope: ONLY sections with a class starting with "cenit-" that are embedded
          via Elementor HTML widgets. Hero form (.cenit-qa) is excluded.
   ========================= */

/* 0) Kill Elementor’s inner padding for these widgets only */
.elementor-widget-html .elementor-widget-container
  > section[class^="cenit-"]:not(.cenit-qa),
.elementor-widget-html .elementor-widget-container
  > section[class*=" cenit-"]:not(.cenit-qa){
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 1) Remove the FULL-WIDTH border/background on the outer section */
.elementor-widget-html .elementor-widget-container
  > section[class^="cenit-"]:not(.cenit-qa),
.elementor-widget-html .elementor-widget-container
  > section[class*=" cenit-"]:not(.cenit-qa){
  border: 0 !important;
  background: transparent !important;
  /* no extra padding on the shell */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 2) Apply the border/clamp to the INNER wrap (preferred) */
.elementor-widget-html .elementor-widget-container
  > section.cenit-path:not(.cenit-qa)        > .cenit-path__wrap,
.elementor-widget-html .elementor-widget-container
  > section.cenit-trust-band:not(.cenit-qa)  > .trust-wrap,
.elementor-widget-html .elementor-widget-container
  > section.cenit-contact-band:not(.cenit-qa)> .cb__wrap,
.elementor-widget-html .elementor-widget-container
  > section.cenit-infosec:not(.cenit-qa)     > .infosec__wrap,
.elementor-widget-html .elementor-widget-container
  > section.cenit-resources:not(.cenit-qa)   > .resources__wrap,
.elementor-widget-html .elementor-widget-container
  > section.cenit-faq:not(.cenit-qa)         > .cenit-faq__wrap{
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--cenit-border);
  border-radius: 16px;
  padding: 28px 20px;
  box-sizing: border-box;
}

/* 3) Fallback: if a block doesn’t have a named wrap, style its first real child */
.elementor-widget-html .elementor-widget-container
  > section[class^="cenit-"]:not(.cenit-qa)
  > :not(script):not(style):first-child,
.elementor-widget-html .elementor-widget-container
  > section[class*=" cenit-"]:not(.cenit-qa)
  > :not(script):not(style):first-child{
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--cenit-border);
  border-radius: 16px;
  padding: 28px 20px;
  box-sizing: border-box;
}

/* 4) Absolute guard: never restyle the hero quick assessment (already aligned) */
.elementor-widget-html .elementor-widget-container > section.cenit-qa{
  border: 1px solid var(--cenit-border) !important; /* keep its own look */
  background: #fff !important;
  border-radius: 16px !important;
  padding: 0 !important; /* its inner wrap handles spacing */
}
/* ===== CENIT | Last-wins readability patch (article hero + footer only) ===== */

/* --- Single post/article hero on dark band --- */
.single-post .entry-header,
.single .entry-header {
  color: #F5F7FB !important;
}

.single-post .entry-title,
.single .entry-title,
.single-post .elementor-widget-theme-post-title .elementor-heading-title,
.single .elementor-widget-theme-post-title .elementor-heading-title {
  color: #FFFFFF !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.35) !important;
  font-weight: 800 !important;
}

/* Meta/breadcrumb/link text that sits in the same dark band */
.single-post .entry-header .post-meta,
.single-post .entry-header .post-meta a,
.single-post .elementor-widget-breadcrumbs,
.single-post .elementor-widget-breadcrumbs a {
  color: #EAF1FA !important;
}
.single-post .entry-header .post-meta a:hover,
.single-post .elementor-widget-breadcrumbs a:hover {
  color: #FFFFFF !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

/* Category/Tag “pills” near the title (if rendered) */
.single-post .entry-header :is(.cat-links a, .tag-links a, .badge, .pill, .eyebrow) {
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: #FFFFFF !important;
  border-radius: 999px !important;
}

/* --- Footer on navy (Elementor Footer template + theme footers) --- */
:root { --cenit-footer-ink: #E8EEF6; --cenit-footer-ink-strong:#FFFFFF; --cenit-footer-line:#324155; }

.elementor-location-footer,
.site-footer,
footer {
  color: var(--cenit-footer-ink) !important;
}
.elementor-location-footer *,
.site-footer *,
footer * {
  color: inherit !important;           /* inherit the readable ink */
}

/* Headings and widget titles in footer */
.elementor-location-footer .elementor-heading-title,
footer .widget-title,
.site-footer .widget-title {
  color: var(--cenit-footer-ink-strong) !important;
  font-weight: 800 !important;
}

/* Links in footer */
.elementor-location-footer a,
.site-footer a,
footer a {
  color: var(--cenit-footer-ink) !important;
  text-decoration: none !important;
}
.elementor-location-footer a:hover,
.site-footer a:hover,
footer a:hover {
  color: var(--cenit-footer-ink-strong) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

/* Small text/icon-list in footer */
.site-footer .elementor-icon-list-text { color: var(--cenit-footer-ink) !important; }

/* Divider lines in footer */
.elementor-location-footer .elementor-divider-separator,
.site-footer .elementor-divider-separator,
footer hr {
  border-color: var(--cenit-footer-line) !important;
  background: var(--cenit-footer-line) !important;
  color: var(--cenit-footer-line) !important;
}
/* ---------- Cenit: glossary page fixes ---------- */
body.single-glossary .entry-content,
body.single-glossary .glossaryTermContent,
body.single-glossary .cmtt_content {
  max-width: 820px;
  margin: 0 auto;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #1f2937;
}

/* STOP odd wrapping/hyphenation/justification from theme or plugins */
body.single-glossary .entry-content p,
body.single-glossary .entry-content li,
body.single-glossary .entry-content div,
body.single-glossary .entry-content span {
  word-break: normal !important;          /* no breaking every few chars */
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-align: left !important;            /* kill justify if applied */
  letter-spacing: normal;
}

/* Cards: white background and consistent spacing */
body.single-glossary .cenit-card {
  background: #fff !important;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.15rem 1.25rem;
  margin: 1rem 0;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.03);
}

/* Accordions: force white (no grey), cleaner summary line */
body.single-glossary details.cenit-acc,
body.single-glossary .cenit-faq details {
  background: #fff !important;            /* remove grey */
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: .9rem 1rem;
  margin: .65rem 0;
}
body.single-glossary summary.cenit-acc-sum,
body.single-glossary .cenit-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  list-style: none;
}
body.single-glossary summary.cenit-acc-sum::-webkit-details-marker,
body.single-glossary .cenit-faq summary::-webkit-details-marker { display: none; }

/* Headings inside entry */
body.single-glossary .entry-content h1 { 
  color: #0f172a;
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  margin: 0 0 .6em;
}
body.single-glossary .entry-content h2 {
  color: #111827;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  margin: 1.4rem 0 .7rem;
}

/* Make the little “badges” tidy */
body.single-glossary .cenit-badges { display: flex; flex-wrap: wrap; gap: .45rem; margin: .6rem 0 0; }
body.single-glossary .cenit-badge { font-size: .85rem; padding: .25rem .55rem; border: 1px solid #e5e7eb; border-radius: 999px; background: #f9fafb; color: #374151; }

/* Lists */
body.single-glossary .entry-content ul,
body.single-glossary .entry-content ol { padding-left: 1.15rem; }
body.single-glossary .entry-content li { margin: .45rem 0; }

/* Kill any skin that paints grey behind blocks inside the glossary area */
body.single-glossary .entry-content [class*="background"],
body.single-glossary .entry-content .elementor-widget-container { background: transparent !important; }
/* ===== Cenit fix: glossary layout & accordions ===== */

/* Scope: single glossary term pages only */
body.single-glossary .entry-content,
body.single-glossary .glossaryTermContent,
body.single-glossary .cmtt_content {
  max-width: 820px;
  margin: 0 auto;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #1f2937;
}

/* 1) Kill forced multi-column / justification / hyphenation */
body.single-glossary .cenit-card,
body.single-glossary .cenit-card * {
  -webkit-columns: auto !important;
  columns: auto !important;
  -webkit-column-count: initial !important;
  column-count: initial !important;
  -webkit-column-gap: normal !important;
  column-gap: normal !important;
  text-align: left !important;
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  letter-spacing: normal !important;
}

/* Make lists behave like normal lists (not grid/flex columns) */
body.single-glossary .cenit-list { display: block !important; padding-left: 1.15rem; }
body.single-glossary .cenit-list li { display: list-item !important; margin: .45rem 0; }
body.single-glossary .cenit-list li > strong {
  display: inline;            /* prevent column-like label layout */
  margin-right: .35rem;
  white-space: normal;
}

/* 2) White cards only (no grey) */
body.single-glossary .cenit-card {
  background: #fff !important;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  box-shadow: 0 1px 0 rgba(17,24,39,.03);
}

/* 3) Accordions: force white + tidy summary line */
body.single-glossary details.cenit-acc,
body.single-glossary .cenit-faq details {
  background: #fff !important;         /* kill grey */
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: .9rem 1rem;
  margin: .65rem 0;
}
body.single-glossary summary.cenit-acc-sum,
body.single-glossary .cenit-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  list-style: none;
}
body.single-glossary summary.cenit-acc-sum::-webkit-details-marker,
body.single-glossary .cenit-faq summary::-webkit-details-marker { display: none; }

/* Headings inside the entry */
body.single-glossary .entry-content h1 {
  color: #0f172a; font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  line-height: 1.2; margin: 0 0 .6em;
}
body.single-glossary .entry-content h2 {
  color: #111827; font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  margin: 1.4rem 0 .7rem;
}

/* Badges remain neat */
body.single-glossary .cenit-badges { display:flex; flex-wrap:wrap; gap:.45rem; margin:.6rem 0 0; }
body.single-glossary .cenit-badge { font-size:.85rem; padding:.25rem .55rem; border:1px solid #e5e7eb; border-radius:999px; background:#f9fafb; color:#374151; }
/* ===== Glossary polish (term pages) ===== */
body.single-glossary .entry-content,
body.single-glossary .glossaryTermContent,
body.single-glossary .cmtt_content {
  max-width: 820px;
  margin: 0 auto;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #1f2937;
}

/* Stop odd column-like wraps / justify / hyphenation */
body.single-glossary .entry-content p,
body.single-glossary .entry-content li,
body.single-glossary .entry-content div,
body.single-glossary .entry-content span {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-align: left !important;
  letter-spacing: normal !important;
}

/* Links: consistent brand color + tidy underline on hover only */
body.single-glossary .entry-content a {
  color: #005a8c;
  text-decoration: none;
  border-bottom: 0;
  background-image: none !important; /* kills dotted underline skins */
}
body.single-glossary .entry-content a:hover {
  color: #0073b5;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

/* Cards white + soft border */
body.single-glossary .cenit-card {
  background: #fff !important;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  margin: 1rem 0;
  box-shadow: 0 1px 0 rgba(17,24,39,.03);
}

/* Accordions: always white, never grey; control default open via HTML 'open' */
body.single-glossary details.cenit-acc,
body.single-glossary .cenit-faq details {
  background: #fff !important;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: .9rem 1rem;
  margin: .65rem 0;
}
body.single-glossary summary.cenit-acc-sum,
body.single-glossary .cenit-faq summary {
  cursor: pointer; font-weight: 700; color: #0f172a; list-style: none;
}
body.single-glossary summary.cenit-acc-sum::-webkit-details-marker,
body.single-glossary .cenit-faq summary::-webkit-details-marker { display: none; }

/* Headings size/spacing */
body.single-glossary .entry-content h1 {
  color: #0f172a; font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  line-height: 1.2; margin: 0 0 .6em;
}
body.single-glossary .entry-content h2 {
  color: #111827; font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  margin: 1.4rem 0 .7rem;
}

/* Badges */
body.single-glossary .cenit-badges { display:flex; flex-wrap:wrap; gap:.45rem; margin:.6rem 0 0; }
body.single-glossary .cenit-badge { font-size:.85rem; padding:.25rem .55rem; border:1px solid #e5e7eb; border-radius:999px; background:#f9fafb; color:#374151; }

/* Lists */
body.single-glossary .entry-content ul,
body.single-glossary .entry-content ol { padding-left:1.15rem; }
body.single-glossary .entry-content li { margin:.45rem 0; }

/* Remove any theme skin that paints grey behind blocks */
body.single-glossary .entry-content [class*="background"],
body.single-glossary .entry-content .elementor-widget-container { background: transparent !important; }
/* ---------- Cenit: Glossary title + grey bar override ---------- */

/* 1) Title color (covers theme + plugin variants) */
body.single-glossary .entry-title,
body.single-glossary h1.entry-title,
body.single-glossary .cmtt-glossary .entry-title,
body.single-glossary .glossary .entry-title,
body.single-glossary .cmtt_term_title,
body.single-glossary .cmtt_term_title a,
body.single-glossary .cenit-glossary h1 {
  color:#0f172a !important;       /* dark slate */
  text-shadow:none !important;
}

/* 2) Kill the light-grey header/hero background (and any overlay) */
body.single-glossary .entry-header,
body.single-glossary .page-header,
body.single-glossary .archive-header,
body.single-glossary .hero,
body.single-glossary .page-hero,
body.single-glossary .section--page-title,
body.single-glossary .page-title-wrap,
body.single-glossary .cmtt_term_header {
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 0 12px !important;      /* small gap below title */
}
body.single-glossary .entry-header::before,
body.single-glossary .page-hero::before,
body.single-glossary .hero::before {
  content:none !important;         /* remove gradient overlays */
}

/* 3) Breadcrumb bars that masquerade as a title strip */
body.single-glossary .breadcrumb,
body.single-glossary .breadcrumbs,
body.single-glossary nav.breadcrumbs {
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

/* 4) If the title is a link, keep the same color */
body.single-glossary .entry-title a { color:#0f172a !important; }

/* 5) (Optional) un-capitalize if theme forces uppercase */
body.single-glossary .entry-title { text-transform:none !important; }
/* Center the theme title block to the same width as content */
body.single-glossary .entry-header,
body.single-glossary .entry-header .container,
body.single-glossary .entry-header .wrap,
body.single-glossary .page-header,
body.single-glossary .archive-header {
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make sure the H1 itself uses your color/weight */
body.single-glossary .entry-title,
body.single-glossary h1.entry-title {
  color:#0f172a !important;
  font-weight:800;
  line-height:1.2;
}

/* CENIT paste test */

/* CENIT staging page 22133: prototype visual parity, scoped only to private staging */
.page-id-22133 .nav{min-height:72px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;width:min(100% - 40px,1180px)!important;margin:auto!important}.page-id-22133 .nav-links{display:flex!important;align-items:center!important;gap:22px!important;white-space:nowrap!important}.page-id-22133 .nav-links a,.page-id-22133 .nav-links summary{white-space:nowrap!important;text-decoration:none!important}.page-id-22133 .nav-cta{background:#171717!important;color:#fff!important}
.page-id-22133 .case-meta{display:grid!important;grid-template-columns:repeat(5,max-content)!important;gap:10px!important;margin:0 0 26px!important}.page-id-22133 .case-meta span{min-height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 10px!important;border:1px solid #dadbd5!important;background:rgba(255,255,255,.58)!important;color:#5e5f5b!important}
.page-id-22133 .signal-panel{background:#222221!important;color:#fffdf8!important;border:1px solid #474741!important;box-shadow:none!important}.page-id-22133 .signal-header{padding:20px!important;border-bottom:1px solid #474741!important}.page-id-22133 .signal-header span{color:#ff9a6c!important}.page-id-22133 .signal-header strong,.page-id-22133 .signal-panel h2,.page-id-22133 .signal-panel h3,.page-id-22133 .signal-panel strong,.page-id-22133 .scope-item strong{color:#fffdf8!important}.page-id-22133 .scope-matrix{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;border-top:1px solid #474741!important;background:transparent!important}.page-id-22133 .scope-item{min-height:94px!important;display:block!important;padding:12px 20px!important;border-right:1px solid #474741!important;border-bottom:1px solid #474741!important;background:transparent!important}.page-id-22133 .scope-item:nth-child(2n){border-right:0!important}.page-id-22133 .scope-item small,.page-id-22133 .signal-note{color:#c8c8be!important;opacity:1!important}
.page-id-22133 .section-inner,.page-id-22133 .hero-inner{width:min(100% - 40px,1180px)!important;margin-left:auto!important;margin-right:auto!important}.page-id-22133 .card-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:1px!important;border:1px solid #dadbd5!important;background:#dadbd5!important}.page-id-22133 .process-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:1px!important;border:1px solid #dadbd5!important;background:#dadbd5!important}.page-id-22133 .card,.page-id-22133 .step,.page-id-22133 .background-panel>div,.page-id-22133 .audience-list>div,.page-id-22133 .resource-panel{background:rgba(255,255,255,.74)!important;color:#171717!important}.page-id-22133 .card h3,.page-id-22133 .step h3,.page-id-22133 .background-panel h3,.page-id-22133 .audience-list strong,.page-id-22133 .resource-panel h3{color:#171717!important}.page-id-22133 .card p,.page-id-22133 .step p,.page-id-22133 .background-panel p,.page-id-22133 .audience-list span,.page-id-22133 .resource-panel p,.page-id-22133 .section-intro,.page-id-22133 .lead,.page-id-22133 .hero-trust{color:#5e5f5b!important}
.page-id-22133 #updates,.page-id-22133 .dark-section,.page-id-22133 .final-cta,.page-id-22133 footer,.page-id-22133 .footer{background:#222221!important;color:#fffdf8!important}.page-id-22133 #updates h2,.page-id-22133 #updates h3,.page-id-22133 #updates strong,.page-id-22133 .dark-section h2,.page-id-22133 .dark-section h3,.page-id-22133 .final-cta h2,.page-id-22133 footer h2,.page-id-22133 footer h3,.page-id-22133 footer strong,.page-id-22133 .footer h2,.page-id-22133 .footer h3,.page-id-22133 .footer strong{color:#fffdf8!important}.page-id-22133 #updates p,.page-id-22133 #updates small,.page-id-22133 #updates .section-intro,.page-id-22133 .dark-section p,.page-id-22133 .dark-section small,.page-id-22133 .final-cta p,.page-id-22133 footer p,.page-id-22133 footer span,.page-id-22133 footer a,.page-id-22133 .footer p,.page-id-22133 .footer span,.page-id-22133 .footer a{color:#c8c8be!important;opacity:1!important;text-decoration:none!important}.page-id-22133 #updates .section-kicker,.page-id-22133 #updates .date,.page-id-22133 #updates .text-link,.page-id-22133 #updates a,.page-id-22133 footer .footer-meta{color:#fffdf8!important}.page-id-22133 #updates .tag{color:#ff9a6c!important}.page-id-22133 .updates-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1px!important;border:1px solid #474741!important;background:#474741!important}.page-id-22133 .update-card{min-height:292px!important;padding:24px!important;background:#2d2d2b!important}
.page-id-22133 .audience-grid{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(320px,.55fr)!important;gap:44px!important;align-items:start!important}.page-id-22133 .audience-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1px!important;margin-top:34px!important;border:1px solid #dadbd5!important;background:#dadbd5!important}.page-id-22133 .audience-list>div{min-height:150px!important;padding:22px!important}.page-id-22133 .audience-list strong{display:block!important;margin:0 0 10px!important;font-size:18px!important;line-height:1.25!important}.page-id-22133 .audience-list span{display:block!important;font-size:14px!important;line-height:1.45!important}.page-id-22133 .resource-links a,.page-id-22133 .recent-articles a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:64px!important;padding:10px 14px!important;border:1px solid #dadbd5!important;background:#f6f6f3!important;color:#171717!important;text-decoration:none!important}
.page-id-22133 .role-section{background:linear-gradient(180deg,rgba(246,246,243,0) 36%,rgba(246,246,243,.68) 72%,#f6f6f3 100%),linear-gradient(90deg,rgba(232,235,229,.78),rgba(246,246,243,0) 46%),linear-gradient(90deg,rgba(23,23,23,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(23,23,23,.03) 1px,transparent 1px)!important;background-size:auto,auto,42px 42px,42px 42px!important}.page-id-22133 .role-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1px!important;border:1px solid #474741!important;background:#474741!important}.page-id-22133 .role-card{min-height:292px!important;padding:28px!important;background:#222221!important;color:#fffdf8!important}.page-id-22133 .role-card h3{color:#fffdf8!important;font-size:36px!important;line-height:1.06!important}.page-id-22133 .role-card p,.page-id-22133 .role-card small,.page-id-22133 .role-label{color:#c8c8be!important;opacity:1!important}
.page-id-22133 .background-panel{display:grid!important;grid-template-columns:minmax(0,.54fr) minmax(0,.46fr)!important;gap:1px!important;border:1px solid #dadbd5!important;background:#dadbd5!important}.page-id-22133 .background-panel>div{min-height:190px!important;padding:28px!important}.page-id-22133 .final-cta .section-inner,.page-id-22133 section[aria-labelledby="final-cta-title"]>div{display:grid!important;grid-template-columns:minmax(0,.72fr) auto!important;gap:40px!important;align-items:center!important;padding-top:64px!important;padding-bottom:64px!important}.page-id-22133 .final-cta .button-primary,.page-id-22133 .final-cta a[href*="calendly"]{background:#b65030!important;border-color:#b65030!important;color:#fff!important}.page-id-22133 .footer-grid{display:grid!important;grid-template-columns:minmax(260px,.9fr) repeat(4,minmax(140px,1fr))!important;gap:34px!important}.page-id-22133 .footer-col a,.page-id-22133 .footer-col span,.page-id-22133 footer a,.page-id-22133 footer span{display:block!important;margin:0 0 9px!important;line-height:1.35!important}
@media(max-width:1040px){.page-id-22133 .hero-inner,.page-id-22133 .section-heading,.page-id-22133 .audience-grid,.page-id-22133 .final-cta .section-inner{grid-template-columns:1fr!important}.page-id-22133 .card-grid,.page-id-22133 .process-grid,.page-id-22133 .updates-grid,.page-id-22133 .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:680px){.page-id-22133 .case-meta,.page-id-22133 .scope-matrix,.page-id-22133 .card-grid,.page-id-22133 .process-grid,.page-id-22133 .updates-grid,.page-id-22133 .audience-list,.page-id-22133 .role-grid,.page-id-22133 .background-panel,.page-id-22133 .footer-grid{grid-template-columns:1fr!important}.page-id-22133 .nav-links>a:not(.nav-cta),.page-id-22133 .nav-dropdown .dropdown-menu{display:none!important}}


/* CENIT staging page 22133: structural selectors for WP-sanitized markup */
.page-id-22133 header nav>div:last-child{display:flex!important;align-items:center!important;gap:22px!important;white-space:nowrap!important}.page-id-22133 header nav>div:last-child>a{margin-left:0!important}.page-id-22133 header nav>div:last-child details{margin-right:0!important}.page-id-22133 header nav>div:last-child a,.page-id-22133 header nav>div:last-child summary{text-decoration:none!important;white-space:nowrap!important}.page-id-22133 header nav>div:last-child>a:last-child{margin-left:8px!important;color:#fffdf8!important;background:#171717!important}
.page-id-22133 #roles article{background:#222221!important;color:#fffdf8!important}.page-id-22133 #roles article h3,.page-id-22133 #roles article strong{color:#fffdf8!important}.page-id-22133 #roles article p,.page-id-22133 #roles article small,.page-id-22133 #roles article span{color:#c8c8be!important;opacity:1!important}.page-id-22133 #roles article div span:last-child{color:#ff9a6c!important}.page-id-22133 #roles>div>div:last-child{background:#474741!important;border:1px solid #474741!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1px!important}.page-id-22133 #roles>div>div:last-child article{padding:32px 28px 34px!important;min-height:292px!important;border:0!important}
.page-id-22133 #resources h2+div,.page-id-22133 #resources div[style*="repeat(2"]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1px!important;margin-top:34px!important;border:1px solid #dadbd5!important;background:#dadbd5!important}.page-id-22133 #resources h2+div>div,.page-id-22133 #resources div[style*="repeat(2"]>div{min-height:150px!important;padding:22px!important;background:rgba(255,255,255,.74)!important;color:#5e5f5b!important;font-size:15px!important;line-height:1.45!important}.page-id-22133 #resources h2+div strong,.page-id-22133 #resources div[style*="repeat(2"] strong{display:block!important;margin:0 0 10px!important;color:#171717!important;font-size:18px!important;line-height:1.25!important}.page-id-22133 #resources h2+div span,.page-id-22133 #resources div[style*="repeat(2"] span{display:block!important;color:#5e5f5b!important;font-size:14px!important;line-height:1.45!important}.page-id-22133 #resources aside a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:64px!important;padding:10px 14px!important;margin:0!important;border:1px solid #dadbd5!important;background:#f6f6f3!important;color:#171717!important;text-decoration:none!important}.page-id-22133 #resources aside a small{margin:0!important;color:#85867f!important;white-space:nowrap!important}
.page-id-22133 section[aria-labelledby="background-title"]>div>div:last-child{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1px!important;border:1px solid #dadbd5!important;background:#dadbd5!important}.page-id-22133 section[aria-labelledby="background-title"]>div>div:last-child>div{min-height:190px!important;padding:28px!important;background:rgba(255,255,255,.74)!important;color:#171717!important}.page-id-22133 section[aria-labelledby="background-title"]>div>div:last-child h3{color:#171717!important}.page-id-22133 section[aria-labelledby="background-title"]>div>div:last-child p{color:#5e5f5b!important}
.page-id-22133 section[aria-labelledby="final-cta-title"]{background:#222221!important;color:#fffdf8!important}.page-id-22133 section[aria-labelledby="final-cta-title"] h2{color:#fffdf8!important}.page-id-22133 section[aria-labelledby="final-cta-title"] p{color:#d8d5cd!important}.page-id-22133 section[aria-labelledby="final-cta-title"]>div{display:grid!important;grid-template-columns:minmax(0,.72fr) minmax(260px,464px)!important;gap:40px!important;align-items:center!important}.page-id-22133 section[aria-labelledby="final-cta-title"] a{background:#b65030!important;border-color:#b65030!important;color:#fff!important;text-decoration:none!important}
.page-id-22133 footer{background:#171717!important;color:#e8e5dc!important}.page-id-22133 footer>div>div:first-child{display:grid!important;grid-template-columns:minmax(240px,1.4fr) repeat(4,minmax(120px,1fr))!important;gap:42px!important}.page-id-22133 footer h3,.page-id-22133 footer strong{color:#fffdf8!important}.page-id-22133 footer p,.page-id-22133 footer span,.page-id-22133 footer a{color:#e8e5dc!important;text-decoration:none!important;opacity:1!important}.page-id-22133 footer a,.page-id-22133 footer span{display:block!important;margin:0 0 10px!important}.page-id-22133 footer>div>div:last-child{display:flex!important;justify-content:space-between!important;gap:20px!important;align-items:center!important;color:#c8c8be!important}
@media(max-width:760px){.page-id-22133 #roles>div>div:last-child,.page-id-22133 #resources h2+div,.page-id-22133 section[aria-labelledby="background-title"]>div>div:last-child,.page-id-22133 section[aria-labelledby="final-cta-title"]>div,.page-id-22133 footer>div>div:first-child{grid-template-columns:1fr!important}}


/* CENIT staging page 22133: prevent WP header nav collision */
.page-id-22133 header nav{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important}.page-id-22133 header nav>div:last-child{flex:0 0 auto!important;min-width:max-content!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:20px!important}.page-id-22133 header nav>div:last-child>a,.page-id-22133 header nav>div:last-child summary{font-size:14px!important;line-height:1!important;margin-left:0!important}.page-id-22133 header nav>div:last-child>a:last-child{margin-left:2px!important}
@media(max-width:1120px){.page-id-22133 header nav>div:last-child>a:not(:last-child),.page-id-22133 header nav details{display:none!important}}


/* CENIT staging page 22133: final visual parity fixes */
.page-id-22133 header nav{
  min-height:72px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  padding:0 74px!important;
  border-bottom:1px solid #deded6!important;
  background:#fffdf8!important;
}
.page-id-22133 header nav>div:last-child{
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  margin-left:auto!important;
}
.page-id-22133 header nav>div:last-child>p{
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  margin:0!important;
  white-space:nowrap!important;
}
.page-id-22133 header nav>div:last-child>p>a,
.page-id-22133 header nav>div:last-child>a{
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
  color:#55564f!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:700!important;
}
.page-id-22133 header nav>div:last-child>p>a:last-child,
.page-id-22133 header nav>div:last-child>a:last-child{
  min-height:44px!important;
  padding:0 18px!important;
  border-radius:4px!important;
  background:#171717!important;
  color:#fffdf8!important;
}

/* Hero coverage panel: keep the prototype dark-card hierarchy */
.page-id-22133 section:first-of-type aside{
  background:#22221f!important;
  border:1px solid rgba(255,253,248,.12)!important;
  box-shadow:none!important;
  color:#fffdf8!important;
}
.page-id-22133 section:first-of-type aside>div:first-child{
  display:block!important;
  padding:28px 20px 24px!important;
  border-bottom:1px solid rgba(255,253,248,.16)!important;
}
.page-id-22133 section:first-of-type aside>div:first-child>*{
  display:block!important;
}
.page-id-22133 section:first-of-type aside>div:first-child>span,
.page-id-22133 section:first-of-type aside>div:first-child>p{
  color:#ff9a73!important;
  font-size:12px!important;
  line-height:1!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:800!important;
  margin:0 0 12px!important;
}
.page-id-22133 section:first-of-type aside>div:first-child>strong{
  color:#fffdf8!important;
  font-size:34px!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  margin:0!important;
}
.page-id-22133 section:first-of-type aside strong,
.page-id-22133 section:first-of-type aside h2,
.page-id-22133 section:first-of-type aside h3{
  color:#fffdf8!important;
}
.page-id-22133 section:first-of-type aside p,
.page-id-22133 section:first-of-type aside small,
.page-id-22133 section:first-of-type aside span:not(:first-child),
.page-id-22133 section:first-of-type aside div:not(:first-child){
  color:#d9d6cc!important;
}
.page-id-22133 section:first-of-type aside a{
  color:#ff9a73!important;
}

/* Dark bands: force readable contrast and prototype spacing */
.page-id-22133 #updates,
.page-id-22133 section:has(#final-cta-title){
  background:#22221f!important;
  color:#fffdf8!important;
}
.page-id-22133 #updates *,
.page-id-22133 section:has(#final-cta-title) *{
  color:inherit!important;
}
.page-id-22133 #updates p,
.page-id-22133 #updates article p,
.page-id-22133 section:has(#final-cta-title) p{
  color:#d9d6cc!important;
}
.page-id-22133 #updates article{
  background:#2b2b28!important;
  border-color:rgba(255,253,248,.16)!important;
}
.page-id-22133 #updates article h3,
.page-id-22133 #updates a,
.page-id-22133 section:has(#final-cta-title) h2,
.page-id-22133 section:has(#final-cta-title) a{
  color:#fffdf8!important;
}
.page-id-22133 section:has(#final-cta-title) a{
  background:#bd5233!important;
  color:#fffdf8!important;
}

/* Role cards on dark panels */
.page-id-22133 #roles article,
.page-id-22133 #roles .role-card{
  background:#22221f!important;
  border-color:rgba(255,253,248,.16)!important;
  color:#fffdf8!important;
}
.page-id-22133 #roles article h3,
.page-id-22133 #roles article strong,
.page-id-22133 #roles .role-card h3,
.page-id-22133 #roles .role-card strong{
  color:#fffdf8!important;
}
.page-id-22133 #roles article p,
.page-id-22133 #roles article small,
.page-id-22133 #roles .role-card p,
.page-id-22133 #roles .role-card small{
  color:#d9d6cc!important;
}

/* Footer: restore column readability */
.page-id-22133 footer{
  background:#171717!important;
  color:#d9d6cc!important;
}
.page-id-22133 footer h2,
.page-id-22133 footer h3,
.page-id-22133 footer strong,
.page-id-22133 footer .brand-mark,
.page-id-22133 footer .brand-text{
  color:#fffdf8!important;
}
.page-id-22133 footer a,
.page-id-22133 footer p,
.page-id-22133 footer li,
.page-id-22133 footer span{
  color:#d9d6cc!important;
}
.page-id-22133 footer a{
  display:block!important;
  margin:0 0 10px!important;
  text-decoration:none!important;
}

@media(max-width:1120px){
  .page-id-22133 header nav{padding:0 24px!important;}
  .page-id-22133 header nav>div:last-child>p>a:not(:last-child){display:none!important;}
}


/* CENIT staging page 22133: match localhost prototype geometry */
body.page-id-22133{
  background:#fffdf8!important;
}
body.page-id-22133 > header,
body.page-id-22133 header[role="banner"]{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  background:#fffdf8!important;
  border-bottom:1px solid #deded6!important;
}
body.page-id-22133 > header nav,
body.page-id-22133 header[role="banner"] nav,
.page-id-22133 header nav{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding-left:74px!important;
  padding-right:74px!important;
}
.page-id-22133 header nav>a:first-child,
.page-id-22133 header nav>div:first-child{
  margin-left:0!important;
}
.page-id-22133 header nav>div:last-child,
.page-id-22133 header nav>div:last-child>p{
  gap:22px!important;
}

/* Restore the prototype grid wash in the hero, with the fade rather than a hard stop */
.page-id-22133 main>section:first-of-type,
.page-id-22133 section[aria-labelledby="hero-title"]{
  background-color:#f7f7f3!important;
  background-image:
    linear-gradient(to bottom, rgba(247,247,243,0) 0%, rgba(247,247,243,.35) 62%, #fffdf8 100%),
    linear-gradient(rgba(23,23,23,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,23,23,.035) 1px, transparent 1px)!important;
  background-size:100% 100%, 42px 42px, 42px 42px!important;
  background-position:0 0, 0 0, 0 0!important;
}

/* Localhost hero card sits slightly lower than the current Elementor render */
.page-id-22133 section:first-of-type aside{
  margin-top:38px!important;
}

/* Localhost card labels are compact, not theme-scaled */
.page-id-22133 section:first-of-type aside strong,
.page-id-22133 #updates article h3,
.page-id-22133 #roles article h3{
  letter-spacing:0!important;
}

/* Keep footer and CTA full-bleed like the prototype, not constrained by theme width */
.page-id-22133 #updates,
.page-id-22133 #roles,
.page-id-22133 section:has(#final-cta-title),
.page-id-22133 footer{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}


/* CENIT staging page 22133: accent-color pass */
.page-id-22133{
  --cenit-accent:#bd5233;
  --cenit-accent-dark:#ff9a73;
}

/* Section eyebrows on light sections */
.page-id-22133 main section:not(#updates):not(:has(#final-cta-title))>div>div:first-child p:first-child,
.page-id-22133 #process-title~p:first-of-type,
.page-id-22133 #resources p:first-child,
.page-id-22133 #roles p:first-child{
  color:var(--cenit-accent)!important;
}

/* Dark section labels and update metadata */
.page-id-22133 #updates>div>div:first-child p,
.page-id-22133 #updates article div:first-child span:first-child,
.page-id-22133 #updates article div:first-child span:first-of-type,
.page-id-22133 #updates .section-kicker{
  color:var(--cenit-accent-dark)!important;
}
.page-id-22133 #updates article div:first-child span:first-child,
.page-id-22133 #updates article div:first-child span:first-of-type{
  border-color:rgba(255,154,115,.45)!important;
}
.page-id-22133 #updates a,
.page-id-22133 #updates>div>div:last-child a{
  color:var(--cenit-accent-dark)!important;
}
.page-id-22133 #updates a::after{
  color:var(--cenit-accent-dark)!important;
}

/* Light-section heading labels selected in review comments */
.page-id-22133 section[aria-labelledby="process-title"]>div>div:first-child p,
.page-id-22133 section[aria-labelledby="audience-title"]>div>div:first-child p,
.page-id-22133 section[aria-labelledby="roles-title"]>div>div:first-child p,
.page-id-22133 section[aria-labelledby="first-consult-title"]>div>div:first-child p,
.page-id-22133 section:nth-of-type(5)>div>div:first-child p,
.page-id-22133 section:nth-of-type(6)>div>div:first-child p,
.page-id-22133 section:nth-of-type(7)>div>div:first-child p{
  color:var(--cenit-accent)!important;
}

/* Footer brand: CENIT text must be readable on the dark footer */
.page-id-22133 footer a[aria-label="CENIT Consulting home"],
.page-id-22133 footer a[aria-label="CENIT Consulting home"] *,
.page-id-22133 footer>div>div:first-child>div:first-child>a,
.page-id-22133 footer>div>div:first-child>div:first-child>a *{
  color:#fffdf8!important;
  opacity:1!important;
}
.page-id-22133 footer a[aria-label="CENIT Consulting home"]{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-bottom:24px!important;
}


/* CENIT staging page 22133: accent only on labels, not intro copy */
.page-id-22133 main section:not(#updates):not(:has(#final-cta-title))>div>div:first-child p:not(:first-child){
  color:#475569!important;
}
.page-id-22133 #updates>div>div:first-child p:not(:first-child){
  color:#d9d6cc!important;
}
.page-id-22133 #updates>div>div:first-child p:first-child,
.page-id-22133 #updates article div:first-child span:first-child,
.page-id-22133 #updates>div>div:last-child a{
  color:#ff9a73!important;
}


/* CENIT staging page 22133: footer wordmark contrast */
.page-id-22133 footer a[href="#"],
.page-id-22133 footer a[href="#"] *,
.page-id-22133 footer a[href="#"] span,
.page-id-22133 footer a[href="#"] strong,
.page-id-22133 footer a[href="#"] div{
  color:#fffdf8!important;
  -webkit-text-fill-color:#fffdf8!important;
  opacity:1!important;
}
.page-id-22133 footer a[href="#"]{
  font-weight:800!important;
  text-decoration:none!important;
}


/* CENIT staging page 22133: keep support copy neutral */
.page-id-22133 h2 + p,
.page-id-22133 h3 + p,
.page-id-22133 #resources aside h3 + p,
.page-id-22133 section[aria-labelledby="first-consult-title"] h2 + p,
.page-id-22133 section[aria-labelledby="audience-title"] h2 + p,
.page-id-22133 section[aria-labelledby="process-title"] h2 + p{
  color:#475569!important;
}
.page-id-22133 #updates h2 + p{
  color:#d9d6cc!important;
}
.page-id-22133 #updates>div>div:first-child p:first-of-type,
.page-id-22133 main section>div>div:first-child p:first-of-type{
  color:var(--cenit-accent, #bd5233)!important;
}
.page-id-22133 #updates>div>div:first-child p:first-of-type{
  color:#ff9a73!important;
}


/* CENIT staging accent/content polish — 2026-05-03 */
.page-id-22133 #hero-title{
  font-size:0!important;
  line-height:1!important;
}
.page-id-22133 #hero-title::after{
  content:"Medical device and IVD regulatory support for EU and U.S. market entry.";
  display:block;
  color:#1b1b1a!important;
  font-family:inherit!important;
  font-size:clamp(56px, 5.1vw, 78px)!important;
  line-height:1.08!important;
  font-weight:800!important;
  letter-spacing:0!important;
}
@media (max-width:900px){
  .page-id-22133 #hero-title::after{font-size:clamp(40px, 10vw, 58px)!important;}
}
.page-id-22133 :is(.section-kicker, .case-kicker, .eyebrow),
.page-id-22133 main section > div > div:first-child > p:first-child,
.page-id-22133 main section > div > div:first-child > div:first-child > p:first-child{
  color:var(--cenit-accent, #bd5233)!important;
  -webkit-text-fill-color:var(--cenit-accent, #bd5233)!important;
}
.page-id-22133 #updates :is(.section-kicker, .case-kicker, .eyebrow),
.page-id-22133 #updates > div > div:first-child p:first-child{
  color:var(--cenit-accent-dark, #ff9a73)!important;
  -webkit-text-fill-color:var(--cenit-accent-dark, #ff9a73)!important;
}
.page-id-22133 #updates a,
.page-id-22133 #updates a:visited{
  color:var(--cenit-accent-dark, #ff9a73)!important;
  -webkit-text-fill-color:var(--cenit-accent-dark, #ff9a73)!important;
}
.page-id-22133 #updates article span,
.page-id-22133 #updates article .tag,
.page-id-22133 #updates article [class*="tag"],
.page-id-22133 #updates article [class*="chip"]{
  color:var(--cenit-accent-dark, #ff9a73)!important;
  border-color:rgba(255,154,115,.55)!important;
  -webkit-text-fill-color:var(--cenit-accent-dark, #ff9a73)!important;
}
.page-id-22133 #resources aside h3{
  color:var(--cenit-accent, #bd5233)!important;
  -webkit-text-fill-color:var(--cenit-accent, #bd5233)!important;
}
.page-id-22133 section[aria-labelledby="process-title"] .section-intro,
.page-id-22133 section[aria-labelledby="process-title"] h2 + p,
.page-id-22133 #services .section-intro,
.page-id-22133 #services h2 + p,
.page-id-22133 #resources aside h3 + p{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.page-id-22133 #updates .section-intro,
.page-id-22133 #updates h2 + p{
  color:#d9d6cc!important;
  -webkit-text-fill-color:#d9d6cc!important;
}


/* CENIT staging accent scope correction — 2026-05-03 */
.page-id-22133 main section:not(#updates) > div > div:first-child > div:not(:first-child) p,
.page-id-22133 main section:not(#updates) > div > div:first-child > p:not(:first-child),
.page-id-22133 #updates + section h2 + p,
.page-id-22133 #updates + section > div > div:first-child > div:not(:first-child) p{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}
.page-id-22133 #resources aside h3,
.page-id-22133 section#resources aside h3,
.page-id-22133 main section#resources aside h3{
  color:var(--cenit-accent, #bd5233)!important;
  -webkit-text-fill-color:var(--cenit-accent, #bd5233)!important;
}
.page-id-22133 #updates a:not(.button):not(.button-primary),
.page-id-22133 #updates a:not(.button):not(.button-primary):visited{
  color:var(--cenit-accent-dark, #ff9a73)!important;
  -webkit-text-fill-color:var(--cenit-accent-dark, #ff9a73)!important;
}


/* CENIT staging plain-language copy + CTA polish — 2026-05-03 */
.page-id-22133 #services-title,
.page-id-22133 section[aria-labelledby="process-title"] article:nth-of-type(2) h3,
.page-id-22133 #resources h2,
.page-id-22133 #roles-title,
.page-id-22133 #background-title{
  font-size:0!important;
  line-height:1!important;
}
.page-id-22133 #services-title::after{
  content:"Regulatory services for market entry.";
  display:block;
  font-size:clamp(44px,4.2vw,56px)!important;
  line-height:1.1!important;
  color:#1b1b1a!important;
  -webkit-text-fill-color:#1b1b1a!important;
}
.page-id-22133 section[aria-labelledby="process-title"] article:nth-of-type(2) h3::after{
  content:"Regulatory strategy";
  display:block;
  font-size:24px!important;
  line-height:1.15!important;
  color:#1b1b1a!important;
  -webkit-text-fill-color:#1b1b1a!important;
}
.page-id-22133 #resources h2::after{
  content:"Common reasons to contact CENIT.";
  display:block;
  font-size:clamp(42px,4vw,54px)!important;
  line-height:1.1!important;
  color:#1b1b1a!important;
  -webkit-text-fill-color:#1b1b1a!important;
}
.page-id-22133 #roles-title::after{
  content:"PRRC support and U.S. FDA Agent support.";
  display:block;
  font-size:clamp(44px,4.2vw,56px)!important;
  line-height:1.1!important;
  color:#1b1b1a!important;
  -webkit-text-fill-color:#1b1b1a!important;
}
.page-id-22133 #background-title::after{
  content:"First consult.";
  display:block;
  font-size:clamp(44px,4.2vw,56px)!important;
  line-height:1.1!important;
  color:#1b1b1a!important;
  -webkit-text-fill-color:#1b1b1a!important;
}
.page-id-22133 #updates a[href*="regulatory-updates"]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 24px!important;
  border-radius:4px!important;
  background:var(--cenit-accent, #bd5233)!important;
  color:#fffdf8!important;
  -webkit-text-fill-color:#fffdf8!important;
  border:1px solid var(--cenit-accent, #bd5233)!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.page-id-22133 #updates a[href*="regulatory-updates"]:hover{
  background:#a7472c!important;
  border-color:#a7472c!important;
  text-decoration:none!important;
}
.page-id-22133 #roles h2 + p,
.page-id-22133 section[aria-labelledby="background-title"] h2 + p,
.page-id-22133 section[aria-labelledby="process-title"] h2 + p{
  color:#475569!important;
  -webkit-text-fill-color:#475569!important;
}


/* CENIT staging headline tightening — 2026-05-03 */
.page-id-22133 #services-title::after{
  content:"Services for market entry."!important;
}
.page-id-22133 #roles-title::after{
  content:"PRRC support. U.S. FDA Agent support."!important;
}


/* CENIT staging updates CTA text contrast fix — 2026-05-03 */
.page-id-22133 #updates a[href*="regulatory-updates"],
.page-id-22133 #updates a[href*="regulatory-updates"] *,
.page-id-22133 #updates a[href*="regulatory-updates"] span,
.page-id-22133 #updates a[href*="regulatory-updates"] strong{
  color:#fffdf8!important;
  -webkit-text-fill-color:#fffdf8!important;
  opacity:1!important;
}


/* CENIT staging updates CTA final contrast override — 2026-05-03 */
html body.page-id-22133 section#updates a[href*="regulatory-updates"],
html body.page-id-22133 section#updates a[href*="regulatory-updates"]:link,
html body.page-id-22133 section#updates a[href*="regulatory-updates"]:visited,
html body.page-id-22133 section#updates a[href*="regulatory-updates"]:hover,
html body.page-id-22133 section#updates a[href*="regulatory-updates"]:focus,
html body.page-id-22133 section#updates a[href*="regulatory-updates"] *,
html body.page-id-22133 section#updates a[href*="regulatory-updates"] span,
html body.page-id-22133 section#updates a[href*="regulatory-updates"] strong{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
  filter:none!important;
  text-shadow:none!important;
}
html body.page-id-22133 section#updates a[href*="regulatory-updates"]{
  background:#bd5233!important;
  border-color:#bd5233!important;
}
