/* __WP_oocss-fira-stickyPills-dl-separate-5-narrowband__ site=accesscu-cmo.com */
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&family=Fira+Sans:wght@400;600&display=swap');
:root {
  --primary: #0F4C81;
  --primary_light: #1467af;
  --accent: #a28900;
  --accent_light: #dfbd00;
  --accent_dark: #6f5e00;
  --bg: #f8fafb;
  --bg_alt: #ffffff;
  --bg_dark: #092c4a;
  --text: #0F4C81;
  --text_muted: #789ab8;
  --text_light: #f1f5f9;
  --border: #d5e0e9;
  --surface: #ffffff;
  --shadow_rgba: 15, 23, 42;
}
@supports (color: oklch(0.5 0.1 180)) {
:root {
  --primary: oklch(0.4092 0.1065 250.21);
  --primary_light: oklch(0.5061 0.1361 250.67);
  --accent: oklch(0.6341 0.1305 96.10);
  --accent_light: oklch(0.8039 0.1653 95.94);
  --accent_dark: oklch(0.4840 0.0997 96.79);
  --bg: oklch(0.9839 0.0025 228.78);
  --bg_alt: oklch(1.0000 0.0000 89.88);
  --bg_dark: oklch(0.2861 0.0675 248.77);
  --text: oklch(0.4092 0.1065 250.21);
  --text_muted: oklch(0.6717 0.0585 245.46);
  --text_light: oklch(0.9683 0.0069 247.90);
  --border: oklch(0.9010 0.0171 242.44);
  --surface: oklch(1.0000 0.0000 89.88);
}
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Fira Sans', system-ui, -apple-system, sans-serif; color: #0F4C81; background: #f8fafb; line-height: 1.7; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: 'Fira Sans', system-ui, -apple-system, sans-serif; line-height: 1.25; }
img, svg, video { max-width: 100%; height: auto; }
a { color: #a28900; }
code, pre { font-family: 'Fira Mono', monospace; font-size: 0.9em; background: #ffffff; padding: 0.1em 0.35em; border-radius: 0.3em; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
::selection { background: #dfbd00; color: #fff; }
/* Sticky hash-pill header. --header-height is the single source for the
   header's footprint; the sticky TOC below pins to it so re-theming (font
   or padding changes) cannot desynchronize the two. */
:root { --header-height: 46px; }
.c-header { position: sticky; top: 0; z-index: 100; min-height: var(--header-height); box-sizing: border-box; display: flex; align-items: center; gap: 1.25rem; padding: 0.65rem 1.5rem; background: #ffffff; border-bottom: 1px solid #d5e0e9; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.07); }
.c-header__logo { font-size: 1.15rem; font-weight: 800; color: #0F4C81; text-decoration: none; white-space: nowrap; }
.c-header__pills { display: flex; gap: 0.3rem; overflow-x: auto; margin-left: auto; }
.c-header__pills a { flex-shrink: 0; padding: 0.35rem 0.85rem; font-size: 0.82rem; font-weight: 600; color: #789ab8; text-decoration: none; border-radius: 999px; background: #ffffff; border: 1px solid #d5e0e9; transition: color 0.15s, border-color 0.15s; }
.c-header__pills a:hover { color: #a28900; border-color: #a28900; }
.c-header__cta { flex-shrink: 0; padding: 0.45rem 1.1rem; background: #a28900; color: #fff; border-radius: 999px; font-weight: 700; font-size: 0.85rem; text-decoration: none; }
.c-header__cta:hover { background: #6f5e00; }
.toc-list { position: sticky; top: var(--header-height); z-index: 89; display: flex; gap: 0.35rem; padding: 0.5rem 1.5rem; background: #ffffff; border-bottom: 1px solid #d5e0e9; overflow-x: auto; }
.toc-list a { flex-shrink: 0; font-size: 0.78rem; color: #789ab8; text-decoration: none; }
.toc-list a:hover { color: #a28900; }
@media (max-width: 760px) { .c-header__pills { display: none; } }
.hero-band { position: relative; overflow: hidden; min-height: 40vh; display: flex; flex-direction: column; justify-content: center; padding: 3rem 2rem; background: linear-gradient(120deg, #092c4a 0%, #0F4C81 60%, #6f5e00 130%); color: #f1f5f9; }
.hero-band h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); letter-spacing: -0.02em; margin-bottom: 0.7rem; max-width: 22ch; }
.hero-band p { font-size: 1.05rem; max-width: 56ch; }
.hero-band svg.accent { position: absolute; opacity: 0.14; pointer-events: none; }
/* OOCSS components */
.media { display: flex; gap: 1.25rem; align-items: flex-start; }
.media__img { flex-shrink: 0; width: 64px; height: 64px; border-radius: 0.5rem; background: #ffffff; display: flex; align-items: center; justify-content: center; color: #a28900; }
.media__body { flex: 1; }
.box { padding: 1.5rem; border-radius: 0.6rem; }
.box--bordered { border: 1px solid #d5e0e9; background: #ffffff; }
.box--shaded { background: #ffffff; }
.island { padding: 2rem; margin-bottom: 1.5rem; }
.island--lg { padding: 3rem 2rem; }
.list-bare { list-style: none; padding: 0; }
.hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; padding: 2.5rem 2rem; max-width: 1200px; margin: 0 auto; }
.hub-card { display: flex; flex-direction: column; gap: 0.6rem; padding: 1.6rem; background: #ffffff; border: 1px solid #d5e0e9; border-radius: 0.6rem; text-decoration: none; color: #0F4C81; transition: border-color 0.15s, box-shadow 0.15s; }
.hub-card:hover { border-color: #a28900; box-shadow: 0 8px 22px rgba(15, 23, 42, 0.09); }
.hub-card h3 { color: #0F4C81; font-size: 1.05rem; }
.hub-card p { font-size: 0.9rem; color: #789ab8; line-height: 1.6; }
.resource-section { padding: 2.5rem 2rem; max-width: 1000px; margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; padding: 2rem; background: #ffffff; }
.related-grid a { padding: 0.7rem 0.9rem; text-align: center; font-size: 0.85rem; font-weight: 600; color: #0F4C81; background: #ffffff; border: 1px solid #d5e0e9; border-radius: 0.45rem; text-decoration: none; }
.related-grid a:hover { border-color: #a28900; color: #a28900; }
@media (max-width: 900px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
.toc-island { padding: 1rem 2rem; background: #ffffff; border-bottom: 1px solid #d5e0e9; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.toc-island a { font-size: 0.82rem; font-weight: 600; color: #789ab8; text-decoration: none; }
.toc-island a:hover { color: #a28900; }
dl.faq { border-top: 1px solid #d5e0e9; }
dl.faq dt { font-weight: 700; color: #0F4C81; padding: 1.1rem 0 0.35rem; font-size: 1.05rem; }
dl.faq dd { margin: 0; padding: 0 0 1.1rem; border-bottom: 1px solid #d5e0e9; line-height: 1.75; color: #0F4C81; }
/* Breadcrumbs — canonical markup: nav[aria-label="breadcrumb"] > ol.breadcrumbs */
nav[aria-label="breadcrumb"] { background: #ffffff; border-bottom: 1px solid #d5e0e9; }
ol.breadcrumbs { list-style: none; display: flex; flex-wrap: wrap; gap: 0.3rem 0.6rem; padding: 0.65rem 2rem; margin: 0; font-size: 0.82rem; color: #789ab8; }
ol.breadcrumbs li { display: flex; align-items: center; gap: 0.6rem; }
ol.breadcrumbs li + li::before { content: '/'; color: #d5e0e9; }
ol.breadcrumbs a { color: #789ab8; text-decoration: none; }
ol.breadcrumbs a:hover { color: #a28900; }
ol.breadcrumbs li[aria-current="page"] { color: #0F4C81; font-weight: 600; }
/* Footer columns — shared layout for every method's footer chrome */
.c-footer, .mega-footer, [data-section="footer"] > .wrapper, [role="contentinfo"], .Footer { display: flex; flex-wrap: wrap; gap: 2.5rem; }
.c-footer__col, .mega-footer .f-col, [data-section="footer"] .f-col, [role="contentinfo"] .f-col, .Footer .f-col { min-width: 180px; flex: 1; }
.c-footer__col h4, .mega-footer .f-col h4, [data-section="footer"] .f-col h4, [role="contentinfo"] .f-col h4, .Footer .f-col h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: #dfbd00; margin-bottom: 0.8rem; }
.mega-footer .f-col a, [data-section="footer"] .f-col a, [role="contentinfo"] .f-col a, .Footer .f-col a { display: block; padding: 0.25rem 0; font-size: 0.88rem; opacity: 0.85; }
.mega-footer > p, [data-section="footer"] .wrapper > p, [role="contentinfo"] > p, .Footer > p { width: 100%; }
.footer-copy { margin-top: 2rem; opacity: 0.6; font-size: 0.8rem; }
/* Footer variety blocks — brand statement / brand row / nav row / legal row */
.mega-footer__brand, .footer-brand { max-width: 320px; }
.mega-footer__brand strong, .footer-brand strong { display: block; font-size: 1.05rem; margin-bottom: 0.5rem; color: #f1f5f9; }
/* Language switcher — injected into every header when the site is bilingual */
.lang-switch { display: inline-flex; align-items: center; gap: 0.35rem; margin-left: auto; padding: 0.25rem 0.4rem; }
.lang-switch a, .lang-switch span { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 0.28rem 0.55rem; border-radius: 999px; border: 1px solid #d5e0e9; color: #789ab8; background: transparent; }
.lang-switch a:hover { color: #a28900; border-color: #a28900; }
.lang-switch span[aria-current="true"] { color: #f1f5f9; background: #0F4C81; border-color: #0F4C81; }
/* Comparison + steps variety sections */
.cmp-table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; font-size: 0.95rem; }
.cmp-table th, .cmp-table td { border: 1px solid #d5e0e9; padding: 0.7rem 0.9rem; text-align: left; }
.cmp-table thead th { background: #ffffff; color: #0F4C81; }
.cmp-table td.cmp-us { background: #ffffff; font-weight: 600; color: #0F4C81; }
.cmp-table td.cmp-them { color: #789ab8; }
ol.steps-list { counter-reset: step; list-style: none; padding: 0; margin: 1.2rem 0; }
ol.steps-list li { counter-increment: step; position: relative; padding: 0 0 1.1rem 3rem; }
ol.steps-list li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 2.1rem; height: 2.1rem; border-radius: 50%; background: #0F4C81; color: #f1f5f9; display: flex; align-items: center; justify-content: center; font-weight: 700; }
ol.steps-list li p { margin: 0.3rem 0 0; color: #789ab8; line-height: 1.7; }
.mega-footer__brand p, .footer-brand p { font-size: 0.85rem; line-height: 1.6; opacity: 0.75; }
.footer-brandrow { width: 100%; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brandrow strong { font-size: 1.1rem; color: #f1f5f9; }
.footer-navrow { width: 100%; display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; padding: 0.9rem 0; }
.footer-navrow a { font-size: 0.88rem; color: #f1f5f9; opacity: 0.85; text-decoration: none; }
.footer-navrow a:hover { opacity: 1; color: #dfbd00; }
.footer-legal { width: 100%; display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; padding-top: 0.9rem; border-top: 1px solid rgba(255,255,255,0.12); }
.footer-legal a { font-size: 0.8rem; color: #f1f5f9; opacity: 0.6; text-decoration: none; }
.footer-legal a:hover { opacity: 1; }
/* CTA buttons */
.cta, .btn--primary, .CTA, a.cta-band { display: inline-block; padding: 0.85rem 1.9rem; background: #a28900; color: #fff; font-weight: 700; font-size: 1rem; border-radius: 0.45rem; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s, background 0.15s; }
.cta:hover, .btn--primary:hover, .CTA:hover { background: #6f5e00; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25); }
.btn--ghost { display: inline-block; padding: 0.8rem 1.6rem; border: 2px solid #a28900; color: #a28900; font-weight: 700; border-radius: 0.45rem; text-decoration: none; }
.btn--ghost:hover { background: #a28900; color: #fff; }
/* Article typography — constrain line length so prose doesn't stretch full-width */
main, .doc-content { max-width: 100%; }
main > *:not(.hero):not(.c-hero):not(.hero-band):not(.c-stat-bar):not(.CTA-band):not(.cta-band):not([data-section]):not(.c-anchor-strip):not(.panel--dark):not(.quotes-strip):not(.badge-row):not(.c-footer):not(.mega-footer), .doc-content > * { max-width: 1080px; margin-left: auto; margin-right: auto; }
main p, .doc-content p { line-height: 1.75; max-width: 74ch; }
main h2, .doc-content h2 { font-size: 1.55rem; letter-spacing: -0.01em; color: #0F4C81; margin: 2.2rem 0 0.8rem; }
main h3, .doc-content h3 { font-size: 1.15rem; color: #0F4C81; margin: 1.6rem 0 0.5rem; }
main ul, main ol, .doc-content ul, .doc-content ol { padding-left: 1.4rem; line-height: 1.75; }
main table, .resource-table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; font-size: 0.92rem; }
main th, main td, .resource-table th, .resource-table td { padding: 0.65rem 0.8rem; border: 1px solid #d5e0e9; text-align: left; }
main th, .resource-table th { background: #ffffff; font-weight: 700; color: #0F4C81; }
main blockquote { margin: 1.5rem 0; padding: 0.5rem 0 0.5rem 1.25rem; border-left: 3px solid #a28900; color: #789ab8; font-style: italic; }
/* Aliases for common model improvisations — keep pages styled even off-vocab */
.testimonial, .quote-card { max-width: 760px; margin: 2rem auto; padding: 1.75rem; background: #ffffff; border-left: 4px solid #a28900; border-radius: 0 0.6rem 0.6rem 0; box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06); }
.related-links, .anchor-links { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 2rem; background: #ffffff; border-top: 1px solid #d5e0e9; }
/* Related services — skill-mandated 4-6 link discovery block above the footer */
.related-services { max-width: 1080px; margin: 0 auto; padding: 2.5rem 2rem; }
.related-services h2 { font-size: 1.3rem; color: #0F4C81; margin-bottom: 1rem; }
.related-services nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0.75rem; }
.related-services nav a { display: block; padding: 0.85rem 1.1rem; background: #ffffff; border: 1px solid #d5e0e9; border-radius: 0.5rem; color: #0F4C81; font-weight: 600; font-size: 0.92rem; text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.related-services nav a:hover { border-color: #a28900; color: #a28900; }
.related-links a, .anchor-links a { padding: 0.45rem 1rem; font-size: 0.85rem; font-weight: 600; color: #0F4C81; background: #ffffff; border: 1px solid #d5e0e9; border-radius: 999px; text-decoration: none; }
.related-links a:hover, .anchor-links a:hover { border-color: #a28900; color: #a28900; }
.section { padding: 2.5rem 2rem; }
.section > .wrapper, .section > .container { max-width: 1080px; margin: 0 auto; }
.col { flex: 1; min-width: 0; }
.mega-dropdown, .mega-dropdown-content { display: none; position: absolute; top: 100%; left: 0; min-width: 420px; padding: 1.1rem; background: #ffffff; border: 1px solid #d5e0e9; border-radius: 0.5rem; box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14); }
.mega-dropdown-trigger:hover + .mega-dropdown, .mega-dropdown-trigger:hover + .mega-dropdown-content,
.mega-dropdown:hover, .mega-dropdown-content:hover { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
.mega-dropdown a, .mega-dropdown-content a { display: block; padding: 0.4rem 0.55rem; font-size: 0.875rem; color: #789ab8; text-decoration: none; border-radius: 0.3rem; }
.mega-dropdown a:hover, .mega-dropdown-content a:hover { color: #a28900; background: #ffffff; }
.experience-footprint, .inference-corridor { font-size: 0.9rem; color: #789ab8; }
.c-toc-nav__label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #789ab8; padding: 0.3rem 0.5rem; }
.testimonial-author { font-size: 0.88rem; font-weight: 600; color: #789ab8; }
.zero-click { display: block; padding: 1.25rem; background: #ffffff; border-left: 3px solid #a28900; border-radius: 0 0.4rem 0.4rem 0; font-size: 1.02rem; line-height: 1.65; }
/* AI Summary (SPEC §2.2) — fact-dense bullet block right after the hero */
.ai-summary { max-width: 1080px; margin: 0 auto 1rem; padding: 1.75rem 2rem; background: #ffffff; border: 1px solid #d5e0e9; border-top: 4px solid #a28900; border-radius: 0.6rem; box-shadow: 0 6px 18px rgba(15, 23, 42, 0.07); }
main > .ai-summary { margin-top: 2rem; }
.ai-summary h2 { font-size: 1.3rem; color: #0F4C81; margin: 0 0 0.9rem; letter-spacing: -0.01em; }
.ai-summary ul { list-style: none; padding: 0; display: grid; gap: 0.55rem; }
.ai-summary li { position: relative; padding-left: 1.6rem; line-height: 1.6; font-size: 0.98rem; }
.ai-summary li::before { content: ''; position: absolute; left: 0; top: 0.42em; width: 0.55rem; height: 0.55rem; border-radius: 50%; background: #a28900; }
/* Feature cards — shared grid for methods without a native card vocabulary */
.feature-section { max-width: 1200px; margin: 0 auto; padding: 2.5rem 2rem; }
.feature-section > h2 { font-size: 1.55rem; color: #0F4C81; margin-bottom: 1.25rem; letter-spacing: -0.01em; }
.feature-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.25rem; }
.feature-card { padding: 1.6rem; background: #ffffff; border: 1px solid #d5e0e9; border-radius: 0.7rem; transition: transform 0.15s, box-shadow 0.15s; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(15, 23, 42, 0.11); }
/* Card icons — every grid vocabulary */
.c-feature-grid__item svg, .hub-card svg, .feature-card svg, .tile svg, .guide-card svg { width: 30px; height: 30px; color: #a28900; margin-bottom: 0.8rem; }
.c-feature-grid__item h3, .feature-card h3 { font-size: 1.05rem; color: #0F4C81; margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.92rem; color: #789ab8; line-height: 1.65; }
/* Video section (SPEC §6.1) */
.video-section { max-width: 900px; margin: 0 auto; padding: 2.5rem 2rem; }
.video-section h2 { font-size: 1.4rem; color: #0F4C81; margin-bottom: 1rem; }
.video-section video { width: 100%; border-radius: 0.75rem; box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16); background: #000; display: block; }
.video-section p { margin-top: 0.9rem; font-size: 0.95rem; color: #789ab8; }
/* Lighthouse basics — required on every variant per skill */
main > section, main > article, .doc-content > section { content-visibility: auto; contain-intrinsic-size: auto 500px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid #a28900; outline-offset: 2px; border-radius: 0.25rem; }
@media print {
  header, footer, nav, .c-anchor-strip, .chip-strip, .pill-row, [data-section="pills"], .toc-dropdown { display: none !important; }
  main, .doc-content { max-width: 100%; }
  a { color: inherit; text-decoration: none; }
}
/* Alternating image-text sections (index BO step 5) — works with any wrapper class the worker picks */
section:has(> img), .img-text, .image-text, .media-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; max-width: 1100px; margin: 0 auto; padding: 2.5rem 2rem; }
section:has(> img) > img, .img-text img, .image-text img, .media-row img { width: 100%; border-radius: 0.75rem; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14); }
section:has(> img):nth-of-type(even) > img { order: 2; }
@media (max-width: 760px) { section:has(> img), .img-text, .image-text, .media-row { grid-template-columns: 1fr; } }
/* Feature rows (SUIT) */
.FeatureRow { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; max-width: 1100px; margin: 0 auto; padding: 2.5rem 2rem; }
.FeatureRow img { width: 100%; border-radius: 0.6rem; box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12); }
.FeatureRow--reverse img { order: 2; }
@media (max-width: 760px) { .FeatureRow { grid-template-columns: 1fr; } .FeatureRow--reverse img { order: 0; } }
