@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap; src: url("../../../media/images/addons/kc_content_hub/fonts/manrope-400.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("../../../media/images/addons/kc_content_hub/fonts/manrope-600.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap; src: url("../../../media/images/addons/kc_content_hub/fonts/manrope-700.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 800; font-display: swap; src: url("../../../media/images/addons/kc_content_hub/fonts/manrope-800.woff2") format("woff2"); }

:root {
    --kc-ch-forest: #0e4f36;
    --kc-ch-forest-dark: #0b3023;
    --kc-ch-green: #1f6b43;
    --kc-ch-lime: #98bd42;
    --kc-ch-sage: #eef3e8;
    --kc-ch-ivory: #fbf7ee;
    --kc-ch-ink: #12251c;
    --kc-ch-muted: #59675e;
    --kc-ch-line: #dbe2dc;
}

* { box-sizing: border-box; }
html { color-scheme: light; font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { margin: 0; background: #fff; color: var(--kc-ch-ink); }
body.kc-ch-menu-is-open { overflow: hidden; }
button, input { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }

.kc-ch-container { width: min(calc(100% - 64px), 1320px); margin-inline: auto; }
.kc-ch-narrow { max-width: 920px; }
.kc-ch-main { min-height: 70vh; background: #fff; color: var(--kc-ch-ink); }
.kc-ch-eyebrow { display: block; margin-bottom: 14px; color: var(--kc-ch-green); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.kc-ch-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap; }

.kc-ch-header { position: relative; z-index: 40; border-bottom: 1px solid #e3e7e3; background: #fff; }
.kc-ch-header__inner { display: flex; min-height: 74px; align-items: center; gap: 24px; }
.kc-ch-brand { display: flex; min-width: 0; align-items: center; gap: 17px; color: var(--kc-ch-ink); text-decoration: none; }
.kc-ch-brand__logo { display: block; width: 184px; height: auto; }
.kc-ch-brand__divider { width: 1px; height: 28px; background: #d4d9d5; }
.kc-ch-brand strong { white-space: nowrap; font-size: 16px; }
.kc-ch-utilities { display: flex; margin-left: auto; align-items: center; gap: 6px; }
.kc-ch-utilities a { display: inline-flex; min-height: 42px; padding: 0 12px; align-items: center; gap: 7px; border-radius: 5px; color: #1f2b24; font-size: 11px; font-weight: 700; text-decoration: none; }
.kc-ch-utilities a:hover { background: #f4f6f3; }
.kc-ch-utilities img { width: 18px; height: 18px; }
.kc-ch-menu-button { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 1px solid var(--kc-ch-line); border-radius: 6px; background: #fff; }
.kc-ch-menu-button img { display: block; width: 22px; height: 22px; }
.kc-ch-mobile-menu[hidden] { display: none; }
.kc-ch-mobile-menu { position: fixed; z-index: 100; inset: 0; display: grid; grid-template-columns: 1fr min(88%, 340px); }
.kc-ch-mobile-menu__backdrop { border: 0; background: rgba(7, 25, 16, .56); }
.kc-ch-mobile-menu__panel { grid-column: 2; min-height: 100vh; padding: 18px; background: #fff; box-shadow: -16px 0 40px rgba(0, 0, 0, .22); }
.kc-ch-mobile-menu__heading { display: flex; margin-bottom: 20px; align-items: center; justify-content: space-between; }
.kc-ch-mobile-menu__heading > img { width: 145px; }
.kc-ch-mobile-menu__heading button { width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 50%; background: #edf1ed; }
.kc-ch-mobile-menu__panel > strong { display: block; margin-bottom: 8px; color: var(--kc-ch-forest); font-size: 18px; }
.kc-ch-mobile-menu__panel > a { display: flex; min-height: 48px; padding: 0 10px; align-items: center; border-bottom: 1px solid var(--kc-ch-line); color: var(--kc-ch-ink); font-size: 12px; text-decoration: none; }

.kc-ch-hero { min-height: 390px; display: flex; align-items: center; background-position: center; background-repeat: no-repeat; background-size: cover; }
.kc-ch-hero--buyer { background-image: url("../../../media/images/addons/kc_content_hub/buyer-help-hero.webp"); }
.kc-ch-hero--seller { background-image: url("../../../media/images/addons/kc_content_hub/seller-help-hero.webp"); }
.kc-ch-hero--legal { background-image: url("../../../media/images/addons/kc_content_hub/legal-library-hero.webp"); }
.kc-ch-hero__content { padding-block: 55px; }
.kc-ch-hero__content > * { max-width: 650px; }
.kc-ch-hero h1 { max-width: 590px; margin: 0; color: var(--kc-ch-forest-dark); font-size: clamp(38px, 4vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.kc-ch-hero p { max-width: 620px; margin: 16px 0 24px; color: #425248; font-size: 15px; line-height: 1.6; }
.kc-ch-search { display: flex; width: min(100%, 650px); min-height: 61px; padding: 6px 7px 6px 18px; align-items: center; gap: 10px; border: 1px solid #aeb8b1; border-radius: 7px; background: #fff; box-shadow: 0 8px 24px rgba(20, 47, 31, .08); }
.kc-ch-search > img { flex: 0 0 auto; width: 22px; height: 22px; }
.kc-ch-search input { min-width: 0; height: 43px; flex: 1; border: 0; outline: 0; background: transparent; color: var(--kc-ch-ink); font-size: 13px; }
.kc-ch-search button, .kc-ch-button { display: inline-flex; min-height: 47px; padding: 0 24px; align-items: center; justify-content: center; border: 0; border-radius: 5px; background: var(--kc-ch-forest); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.kc-ch-search button:hover, .kc-ch-button:hover { background: var(--kc-ch-forest-dark); }

.kc-ch-quick-actions { border-bottom: 1px solid var(--kc-ch-line); background: #fff; }
.kc-ch-quick-actions__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kc-ch-quick-action { display: grid; min-height: 86px; padding: 16px 24px; grid-template-columns: 34px minmax(0, 1fr) 18px; align-items: center; gap: 12px; border-right: 1px solid var(--kc-ch-line); color: var(--kc-ch-ink); text-decoration: none; }
.kc-ch-quick-action:last-child { border-right: 0; }
.kc-ch-quick-action:hover { background: #f5f8f4; }
.kc-ch-quick-action__icon img { display: block; width: 25px; height: 25px; }
.kc-ch-quick-action strong, .kc-ch-quick-action small { display: block; }
.kc-ch-quick-action strong { font-size: 12px; }
.kc-ch-quick-action small { display: -webkit-box; margin-top: 4px; overflow: hidden; color: var(--kc-ch-muted); font-size: 10px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.kc-ch-link-arrow { width: 17px; height: 17px; }

.kc-ch-access-note { border-bottom: 1px solid #dfe7dc; background: var(--kc-ch-sage); }
.kc-ch-access-note--legal { background: var(--kc-ch-ivory); }
.kc-ch-access-note__inner { display: flex; min-height: 78px; padding-block: 15px; align-items: center; gap: 14px; }
.kc-ch-access-note__inner > img { width: 28px; height: 28px; }
.kc-ch-access-note strong { display: block; font-size: 13px; }
.kc-ch-access-note p { margin: 3px 0 0; color: var(--kc-ch-muted); font-size: 10px; line-height: 1.45; }
.kc-ch-access-note .kc-ch-text-link { margin-left: auto; }

.kc-ch-directory { display: grid; padding-block: 42px; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 34px; }
.kc-ch-section-heading h2 { margin: 0 0 23px; color: var(--kc-ch-forest-dark); font-size: 20px; }
.kc-ch-topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 24px; }
.kc-ch-topic-card { display: grid; min-height: 152px; padding: 4px; grid-template-columns: 46px minmax(0, 1fr); align-content: start; gap: 5px 11px; }
.kc-ch-topic-card__icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--kc-ch-sage); }
.kc-ch-topic-card__icon img { width: 24px; height: 24px; }
.kc-ch-topic-card h3 { margin: 4px 0 0; font-size: 13px; }
.kc-ch-topic-card h3 a { text-decoration: none; }
.kc-ch-topic-card h3 a:hover { color: var(--kc-ch-green); }
.kc-ch-topic-card p { margin: 4px 0 7px; color: var(--kc-ch-muted); font-size: 10px; line-height: 1.5; }
.kc-ch-topic-card__article { display: flex; min-height: 27px; padding: 3px 0; align-items: center; justify-content: space-between; gap: 8px; color: #34463d; font-size: 9px; line-height: 1.35; text-decoration: none; }
.kc-ch-topic-card__article:hover { color: var(--kc-ch-green); text-decoration: underline; }
.kc-ch-topic-card__article img { width: 13px; height: 13px; flex: 0 0 auto; }
.kc-ch-text-link { display: inline-flex; min-height: 34px; padding: 3px 0; align-items: center; gap: 6px; color: var(--kc-ch-green); font-size: 9px; font-weight: 800; text-decoration: none; }
.kc-ch-text-link img { width: 15px; height: 15px; }

.kc-ch-popular { padding: 25px; border: 1px solid #e2e3de; border-radius: 10px; background: var(--kc-ch-ivory); }
.kc-ch-popular h2 { display: flex; margin: 0 0 16px; align-items: center; gap: 8px; color: var(--kc-ch-forest); font-size: 16px; }
.kc-ch-popular h2 img { width: 19px; height: 19px; }
.kc-ch-popular ol { margin: 0; padding: 0; list-style: none; }
.kc-ch-popular li > a { display: grid; min-height: 52px; padding: 10px 0; grid-template-columns: 25px minmax(0, 1fr) 17px; align-items: center; gap: 7px; border-bottom: 1px solid #dedfd9; color: var(--kc-ch-ink); text-decoration: none; }
.kc-ch-popular li > a:hover strong { color: var(--kc-ch-green); }
.kc-ch-popular li > a > span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #e6ebdf; color: var(--kc-ch-green); font-size: 9px; font-weight: 800; }
.kc-ch-popular li strong, .kc-ch-popular li small { display: block; }
.kc-ch-popular li strong { font-size: 10px; line-height: 1.35; }
.kc-ch-popular li small { margin-top: 3px; color: var(--kc-ch-muted); font-size: 8px; }
.kc-ch-popular li > a > img { width: 16px; height: 16px; }
.kc-ch-popular__empty { color: var(--kc-ch-muted); font-size: 10px; }

.kc-ch-support { border-top: 1px solid #dfe7dc; border-bottom: 1px solid #dfe7dc; background: var(--kc-ch-sage); }
.kc-ch-support__inner { display: flex; min-height: 105px; padding-block: 24px; align-items: center; gap: 17px; }
.kc-ch-support__inner > img { width: 34px; height: 34px; }
.kc-ch-support h2 { margin: 0; color: var(--kc-ch-ink); font-size: 15px; }
.kc-ch-support p { margin: 4px 0 0; color: var(--kc-ch-muted); font-size: 10px; line-height: 1.45; }
.kc-ch-support__hours { display: flex; margin-left: auto; align-items: center; gap: 7px; color: var(--kc-ch-muted); font-size: 9px; }
.kc-ch-support__hours img { width: 18px; height: 18px; }
.kc-ch-footer { background: #fff; }
.kc-ch-footer__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; }
.kc-ch-footer small { color: #6b746e; font-size: 9px; }
.kc-ch-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.kc-ch-footer nav a { min-height: 36px; padding: 0 9px; display: inline-flex; align-items: center; color: var(--kc-ch-green); font-size: 9px; font-weight: 700; text-decoration: none; }

.kc-ch-article { margin: 0 auto; max-width: 1040px; padding: 38px 0 64px; }
.kc-ch-article__header { display: grid; margin-bottom: 34px; padding-bottom: 26px; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 30px; border-bottom: 1px solid var(--kc-ch-line); }
.kc-ch-article__header h1 { margin: 0 0 12px; color: var(--kc-ch-forest-dark); font-size: clamp(30px, 4vw, 48px); line-height: 1.14; }
.kc-ch-article__header p { color: var(--kc-ch-muted); font-size: 17px; line-height: 1.6; }
.kc-ch-release-meta { min-width: 210px; margin: 0; padding: 16px 18px; border-radius: 8px; background: var(--kc-ch-ivory); }
.kc-ch-release-meta div + div { margin-top: 12px; }
.kc-ch-release-meta dt { color: var(--kc-ch-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kc-ch-release-meta dd { margin: 3px 0 0; color: var(--kc-ch-forest); font-weight: 800; }
.kc-ch-managed-html { font-size: 16px; line-height: 1.75; }
.kc-ch-managed-html h2, .kc-ch-managed-html h3 { margin-top: 1.6em; color: var(--kc-ch-forest); }
.kc-ch-managed-html a { color: var(--kc-ch-green); text-decoration-thickness: .1em; text-underline-offset: .15em; }
.kc-ch-component { margin: 22px 0; border-radius: 8px; }
.kc-ch-callout { padding: 18px 20px; border-left: 4px solid var(--kc-ch-green); background: var(--kc-ch-sage); }
.kc-ch-callout--warning { border-left-color: #c49a51; background: #fff7e8; }
.kc-ch-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.kc-ch-card { padding: 18px; border: 1px solid var(--kc-ch-line); }
.kc-ch-table { width: 100%; border-collapse: collapse; }
.kc-ch-table td, .kc-ch-table th { padding: 12px; border: 1px solid var(--kc-ch-line); text-align: left; }
.kc-ch-button--secondary { border: 1px solid var(--kc-ch-forest); background: #fff; color: var(--kc-ch-forest); }
.kc-ch-page-extra { margin: 20px 0; padding-top: 16px; border-top: 1px solid var(--kc-ch-line); }
.kc-ch-pdf { overflow: hidden; border: 1px solid var(--kc-ch-line); border-radius: 10px; background: #e9eeeb; }
.kc-ch-pdf__frame { display: block; width: 100%; height: min(78vh, 900px); border: 0; background: #fff; }

.kc-ch-search-page { padding: 48px 0 80px; }
.kc-ch-search-page h1 { color: var(--kc-ch-forest-dark); font-size: 40px; }
.kc-ch-search--results { margin: 22px 0 38px; max-width: 820px; }
.kc-ch-search-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 38px; }
.kc-ch-filters { padding-right: 24px; border-right: 1px solid var(--kc-ch-line); }
.kc-ch-filters h2 { color: var(--kc-ch-forest-dark); font-size: 18px; }
.kc-ch-filters a { display: block; margin-bottom: 5px; padding: 9px 11px; border-radius: 6px; color: var(--kc-ch-muted); }
.kc-ch-filters a.is-active { background: var(--kc-ch-sage); color: var(--kc-ch-forest); font-weight: 800; }
.kc-ch-result { padding: 20px 0; border-bottom: 1px solid var(--kc-ch-line); }
.kc-ch-result__type { color: var(--kc-ch-green); font-size: 11px; font-weight: 800; }
.kc-ch-result h2 { margin: 6px 0; font-size: 20px; }
.kc-ch-result h2 a { color: var(--kc-ch-forest); }
.kc-ch-empty { padding: 32px; border-radius: 10px; background: var(--kc-ch-ivory); text-align: center; }
.kc-ch-timeline { margin: 34px 0; padding-left: 30px; border-left: 2px solid var(--kc-ch-line); }
.kc-ch-timeline article { position: relative; margin-bottom: 34px; }
.kc-ch-timeline article::before { position: absolute; top: 4px; left: -39px; width: 12px; height: 12px; border: 4px solid #fff; border-radius: 50%; background: var(--kc-ch-green); content: ""; }
.kc-ch-history-banner { margin: 24px 0; padding: 15px; border: 1px solid #ead7b4; border-radius: 8px; background: #fff7e8; }

.kc-ch-search input:focus-visible, .kc-ch-button:focus-visible, .kc-ch-quick-action:focus-visible, .kc-ch-topic-card a:focus-visible, .kc-ch-popular a:focus-visible, .kc-ch-utilities a:focus-visible, .kc-ch-brand:focus-visible, .kc-ch-menu-button:focus-visible, .kc-ch-mobile-menu a:focus-visible, .kc-ch-footer a:focus-visible { outline: 3px solid #a7ca4e; outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }

@media (max-width: 920px) {
    .kc-ch-container { width: min(calc(100% - 40px), 860px); }
    .kc-ch-utilities a:nth-child(2) { display: none; }
    .kc-ch-hero { background-position: 59% center; }
    .kc-ch-hero h1 { max-width: 470px; font-size: 39px; }
    .kc-ch-quick-action { padding-inline: 15px; }
    .kc-ch-directory { grid-template-columns: 1fr; }
    .kc-ch-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kc-ch-popular { max-width: none; }
    .kc-ch-search-layout { grid-template-columns: 1fr; }
    .kc-ch-filters { display: flex; padding: 0 0 18px; gap: 6px; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--kc-ch-line); }
    .kc-ch-filters h2 { display: none; }
    .kc-ch-filters a { white-space: nowrap; }
}

@media (max-width: 680px) {
    .kc-ch-container { width: calc(100% - 32px); }
    .kc-ch-header__inner { min-height: 62px; }
    .kc-ch-brand { gap: 10px; }
    .kc-ch-brand__logo { width: 126px; }
    .kc-ch-brand__divider { height: 22px; }
    .kc-ch-brand strong { max-width: 110px; white-space: normal; font-size: 11px; line-height: 1.15; }
    .kc-ch-utilities { display: none; }
    .kc-ch-menu-button { display: block; }
    .kc-ch-hero { min-height: 480px; align-items: flex-end; }
    .kc-ch-hero--buyer, .kc-ch-hero--seller { background-position: 89% center; }
    .kc-ch-hero--legal { background-position: 82% center; }
    .kc-ch-hero__content { width: 100%; padding: 25px 16px; background: rgba(251, 248, 241, .94); }
    .kc-ch-hero h1 { max-width: none; font-size: 34px; }
    .kc-ch-hero p { font-size: 11px; }
    .kc-ch-search { min-height: 55px; padding: 5px 5px 5px 12px; }
    .kc-ch-search > img { width: 19px; height: 19px; }
    .kc-ch-search input { height: 40px; font-size: 11px; }
    .kc-ch-search button { min-width: 74px; height: 43px; padding-inline: 14px; font-size: 10px; }
    .kc-ch-quick-actions__grid { grid-template-columns: 1fr 1fr; }
    .kc-ch-quick-action { min-height: 92px; padding: 12px 10px; grid-template-columns: 28px minmax(0, 1fr); border-bottom: 1px solid var(--kc-ch-line); }
    .kc-ch-quick-action:nth-child(even) { border-right: 0; }
    .kc-ch-link-arrow { display: none; }
    .kc-ch-access-note__inner { align-items: flex-start; flex-wrap: wrap; }
    .kc-ch-access-note__inner > div { width: calc(100% - 46px); }
    .kc-ch-access-note .kc-ch-text-link { width: 100%; margin: 0; }
    .kc-ch-directory { padding-block: 30px; gap: 26px; }
    .kc-ch-topic-grid { grid-template-columns: 1fr; gap: 8px; }
    .kc-ch-topic-card { min-height: 118px; }
    .kc-ch-support__inner { align-items: flex-start; flex-wrap: wrap; }
    .kc-ch-support__inner > div { width: calc(100% - 52px); }
    .kc-ch-support__hours { width: 100%; margin: 0; }
    .kc-ch-support .kc-ch-button { width: 100%; }
    .kc-ch-footer__inner { padding-block: 22px; align-items: flex-start; flex-direction: column-reverse; }
    .kc-ch-footer nav { justify-content: flex-start; }
    .kc-ch-footer nav a { padding-left: 0; }
    .kc-ch-article__header { grid-template-columns: 1fr; }
    .kc-ch-release-meta { min-width: 0; }
    .kc-ch-card-grid { grid-template-columns: 1fr; }
    .kc-ch-pdf__frame { height: 68vh; }
}

/* Buyer Academy completion — 1.4.0 */
.kc-ch-container { width: min(calc(100% - 48px), 1280px); }
.kc-ch-header { position: sticky; top: 0; box-shadow: 0 1px 12px rgba(14, 49, 33, .05); }
.kc-ch-header__inner { width: min(calc(100% - 48px), 1500px); min-height: 78px; column-gap: 18px; }
.kc-ch-brand { flex: 0 0 auto; gap: 12px; }
.kc-ch-brand__logo { width: 150px; flex: 0 0 auto; }
.kc-ch-brand__divider, .kc-ch-brand strong { display: none; }
.kc-ch-primary-nav { display: flex; min-width: 0; flex: 1; align-items: center; justify-content: flex-start; gap: 4px; }
.kc-ch-primary-nav a { display: inline-flex; min-height: 44px; padding: 0 8px; flex: 0 0 auto; align-items: center; border-radius: 8px; color: #24352b; font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.kc-ch-primary-nav a:hover { background: #f0f6f1; color: var(--kc-ch-green); }
.kc-ch-utilities > a:first-child, .kc-ch-utilities > a:nth-child(3) { width: 42px; padding-inline: 0; justify-content: center; font-size: 0; }
.kc-ch-utilities { flex: 0 0 auto; gap: 4px; }
.kc-ch-utilities a { font-size: 10px; white-space: nowrap; }
.kc-ch-utilities img { flex: 0 0 auto; }
.kc-ch-utilities a:last-child { border: 1px solid #b8d6c3; color: var(--kc-ch-green); }

.kc-ch-hero { min-height: 430px; }
.kc-ch-hero__content { padding-block: 66px; }
.kc-ch-hero h1 { font-size: clamp(42px, 4.5vw, 62px); }
.kc-ch-hero p { max-width: 640px; font-size: 17px; }
.kc-ch-search-shell { position: relative; width: min(100%, 680px); }
.kc-ch-search { width: 100%; min-height: 66px; border-color: #9cac9f; border-radius: 12px; box-shadow: 0 14px 34px rgba(19, 56, 37, .12); }
.kc-ch-search input { font-size: 15px; }
.kc-ch-search button { border-radius: 8px; font-size: 13px; }
.kc-ch-suggestions { position: absolute; z-index: 30; top: calc(100% + 9px); right: 0; left: 0; max-height: 390px; padding: 8px; overflow-y: auto; border: 1px solid var(--kc-ch-line); border-radius: 12px; background: #fff; box-shadow: 0 22px 55px rgba(12, 43, 27, .18); }
.kc-ch-suggestions[hidden] { display: none; }
.kc-ch-suggestions a { display: block; min-height: 60px; padding: 10px 12px; border-radius: 8px; color: var(--kc-ch-ink); text-decoration: none; }
.kc-ch-suggestions a:hover, .kc-ch-suggestions a.is-active { background: var(--kc-ch-sage); }
.kc-ch-suggestions strong, .kc-ch-suggestions span { display: block; }
.kc-ch-suggestions strong { font-size: 14px; }
.kc-ch-suggestions span { margin-top: 3px; overflow: hidden; color: var(--kc-ch-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }

.kc-ch-quick-action { min-height: 96px; padding-inline: 20px; }
.kc-ch-quick-action strong { font-size: 13px; }
.kc-ch-quick-action small { font-size: 11px; }
.kc-ch-directory { padding-block: 64px; grid-template-columns: minmax(0, 1fr) 330px; gap: 46px; }
.kc-ch-section-heading h2 { font-size: clamp(24px, 3vw, 34px); letter-spacing: -.025em; }
.kc-ch-topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.kc-ch-topic-card { min-height: 210px; padding: 22px; grid-template-columns: 48px minmax(0, 1fr); border: 1px solid #e1e8e2; border-radius: 14px; background: #fff; box-shadow: 0 6px 20px rgba(19, 51, 34, .04); }
.kc-ch-topic-card:hover { border-color: #b9d6c2; box-shadow: 0 12px 32px rgba(19, 51, 34, .08); }
.kc-ch-topic-card h3 { margin-top: 2px; font-size: 16px; line-height: 1.3; }
.kc-ch-topic-card p { margin: 7px 0 11px; font-size: 12px; }
.kc-ch-topic-card__article { min-height: 34px; font-size: 11px; }
.kc-ch-text-link { min-height: 38px; font-size: 11px; }
.kc-ch-popular { padding: 28px; border-radius: 14px; }
.kc-ch-popular h2 { font-size: 18px; }
.kc-ch-popular li > a { min-height: 66px; }
.kc-ch-popular li strong { font-size: 12px; }
.kc-ch-popular li small { font-size: 10px; }

.kc-ch-onboarding { padding: 68px 0; background: #f4f8f4; }
.kc-ch-section-heading--split { display: grid; margin-bottom: 28px; grid-template-columns: minmax(0, 1fr) minmax(260px, 480px); align-items: end; gap: 40px; }
.kc-ch-section-heading--split h2 { margin-bottom: 0; }
.kc-ch-section-heading--split p { margin: 0 0 5px; color: var(--kc-ch-muted); font-size: 14px; line-height: 1.65; }
.kc-ch-onboarding__grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; list-style: none; }
.kc-ch-onboarding__grid a { display: flex; min-height: 220px; padding: 24px; flex-direction: column; border: 1px solid #dce6dd; border-radius: 14px; background: #fff; color: var(--kc-ch-ink); text-decoration: none; }
.kc-ch-onboarding__grid a:hover { border-color: #96c6a6; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(20, 60, 38, .08); }
.kc-ch-onboarding__grid span { display: grid; width: 38px; height: 38px; margin-bottom: 24px; place-items: center; border-radius: 10px; background: #e8f5ec; color: var(--kc-ch-green); font-size: 13px; font-weight: 800; }
.kc-ch-onboarding__grid strong { font-size: 16px; line-height: 1.35; }
.kc-ch-onboarding__grid small { margin-top: 9px; color: var(--kc-ch-muted); font-size: 12px; line-height: 1.55; }

.kc-ch-help-options { padding: 68px 0; background: #fff; }
.kc-ch-help-options__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.kc-ch-help-options__grid > a { display: grid; min-height: 190px; padding: 24px; grid-template-rows: auto auto 1fr auto; align-content: start; border: 1px solid #dce5de; border-radius: 14px; background: #fbfdfb; color: var(--kc-ch-ink); text-decoration: none; }
.kc-ch-help-options__grid > a:hover { border-color: #91c3a1; background: #f3f8f4; box-shadow: 0 12px 26px rgba(20, 60, 38, .07); }
.kc-ch-help-options__grid span { display: grid; width: 38px; height: 38px; margin-bottom: 18px; place-items: center; border-radius: 10px; background: var(--kc-ch-sage); }
.kc-ch-help-options__grid img { width: 20px; height: 20px; }
.kc-ch-help-options__grid strong { font-size: 16px; }
.kc-ch-help-options__grid small { margin-top: 8px; color: var(--kc-ch-muted); font-size: 12px; line-height: 1.55; }
.kc-ch-help-options__grid b { margin-top: 18px; color: var(--kc-ch-green); font-size: 11px; }

.kc-ch-faq-preview { padding: 76px 0; }
.kc-ch-faq-preview__layout { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); align-items: start; gap: 70px; }
.kc-ch-faq-preview__intro h2 { margin: 0 0 14px; color: var(--kc-ch-forest-dark); font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -.035em; }
.kc-ch-faq-preview__intro p { margin: 0 0 24px; color: var(--kc-ch-muted); font-size: 14px; line-height: 1.7; }
.kc-ch-faq-preview__items section, .kc-ch-managed-html .kc-ch-accordion > section { margin: 0 0 10px; padding: 0; overflow: hidden; border: 1px solid #dce4dd; border-radius: 12px; background: #fff; }
.kc-ch-faq-preview__items h3, .kc-ch-managed-html .kc-ch-accordion > section > h2 { margin: 0; }
.kc-ch-faq-preview__items button, .kc-ch-managed-html .kc-ch-accordion > section > h2 button { display: flex; width: 100%; min-height: 62px; padding: 15px 18px; align-items: center; justify-content: space-between; gap: 18px; border: 0; background: #fff; color: var(--kc-ch-ink); font: inherit; font-size: 14px; font-weight: 700; text-align: left; cursor: pointer; }
.kc-ch-faq-preview__items button:hover, .kc-ch-managed-html .kc-ch-accordion button:hover { background: #f7faf7; }
.kc-ch-faq-preview__items button span, .kc-ch-managed-html .kc-ch-accordion button span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--kc-ch-sage); color: var(--kc-ch-green); font-size: 20px; font-weight: 400; }
.kc-ch-faq-preview__items section > div, .kc-ch-managed-html .kc-ch-accordion > section > div { padding: 0 18px 18px; color: var(--kc-ch-muted); font-size: 13px; line-height: 1.7; }
.kc-ch-faq-preview__items section > div[hidden], .kc-ch-managed-html .kc-ch-accordion > section > div[hidden] { display: none; }
.kc-ch-managed-html .kc-ch-accordion > details { margin: 0 0 10px; overflow: hidden; border: 1px solid #dce4dd; border-radius: 12px; background: #fff; }
.kc-ch-managed-html .kc-ch-accordion > details > summary { display: flex; min-height: 62px; padding: 15px 18px; align-items: center; justify-content: space-between; gap: 18px; color: var(--kc-ch-ink); font-size: 14px; font-weight: 700; line-height: 1.45; list-style: none; cursor: pointer; }
.kc-ch-managed-html .kc-ch-accordion > details > summary::-webkit-details-marker { display: none; }
.kc-ch-managed-html .kc-ch-accordion > details > summary::after { content: "+"; display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--kc-ch-sage); color: var(--kc-ch-green); font-size: 20px; font-weight: 400; }
.kc-ch-managed-html .kc-ch-accordion > details[open] > summary::after { content: "−"; }
.kc-ch-managed-html .kc-ch-accordion > details > summary:hover { background: #f7faf7; }
.kc-ch-managed-html .kc-ch-accordion > details > div { padding: 0 18px 18px; color: var(--kc-ch-muted); font-size: 13px; line-height: 1.7; }

.kc-ch-buyer-resources { padding: 0 0 76px; }
.kc-ch-buyer-resources__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kc-ch-buyer-resources article { min-height: 250px; padding: 34px; border: 1px solid #dce5de; border-radius: 16px; background: linear-gradient(135deg, #f3f8f4, #fff); }
.kc-ch-buyer-resources article.kc-ch-buyer-resources__legal { background: linear-gradient(135deg, #fbf5e9, #fff); }
.kc-ch-buyer-resources h2 { margin: 0 0 12px; color: var(--kc-ch-forest-dark); font-size: 26px; }
.kc-ch-buyer-resources p { color: var(--kc-ch-muted); font-size: 14px; line-height: 1.65; }

.kc-ch-support__inner { min-height: 128px; }
.kc-ch-support h2 { font-size: 19px; }
.kc-ch-support p { font-size: 12px; }
.kc-ch-support__hours { font-size: 11px; }

.kc-ch-footer { background: #273243; color: #edf2ee; }
.kc-ch-footer__grid { display: grid; padding: 54px 0 38px; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 50px; }
.kc-ch-footer section h2 { margin: 0 0 16px; color: #fff; font-size: 13px; }
.kc-ch-footer section a { display: block; width: fit-content; min-height: 34px; padding: 6px 0; color: #cfd8d1; font-size: 11px; line-height: 1.4; text-decoration: none; }
.kc-ch-footer section a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.kc-ch-footer__bottom { display: flex; min-height: 70px; padding: 16px 0; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255, 255, 255, .12); }
.kc-ch-footer__bottom small, .kc-ch-footer__bottom span { color: #abb7ae; font-size: 10px; }

.kc-ch-breadcrumbs { display: flex; min-height: 58px; padding: 16px 0; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--kc-ch-muted); font-size: 12px; }
.kc-ch-breadcrumbs a { color: var(--kc-ch-green); text-decoration: none; }
.kc-ch-guide-layout { display: grid; padding-bottom: 72px; grid-template-columns: 280px minmax(0, 1fr); align-items: start; gap: 48px; }
.kc-ch-guide-nav { position: sticky; top: 98px; max-height: calc(100vh - 120px); padding: 20px 14px 24px 0; overflow-y: auto; border-right: 1px solid var(--kc-ch-line); }
.kc-ch-guide-nav__title { margin: 0 0 15px; padding: 0 12px; color: var(--kc-ch-forest-dark); font-size: 14px; font-weight: 800; }
.kc-ch-guide-nav__list { margin: 0; padding: 0; list-style: none; }
.kc-ch-guide-nav__list--nested { margin: 4px 0 8px 10px; padding-left: 10px; border-left: 1px solid #dbe5dd; }
.kc-ch-guide-nav li > a, .kc-ch-guide-nav summary, .kc-ch-guide-mobile li > a, .kc-ch-guide-mobile summary { display: flex; min-height: 40px; padding: 9px 11px; align-items: center; border-radius: 7px; color: #48574e; font-size: 11px; line-height: 1.35; text-decoration: none; cursor: pointer; }
.kc-ch-guide-nav li > a:hover, .kc-ch-guide-nav summary:hover, .kc-ch-guide-nav li.is-current > a { background: var(--kc-ch-sage); color: var(--kc-ch-green); }
.kc-ch-guide-nav summary::marker, .kc-ch-guide-mobile summary::marker { color: var(--kc-ch-green); }
.kc-ch-guide-nav__overview { color: var(--kc-ch-green) !important; font-weight: 700; }
.kc-ch-guide-content { min-width: 0; }
.kc-ch-guide-content .kc-ch-article { max-width: 850px; margin: 0; padding-top: 28px; }
.kc-ch-guide-mobile { display: none; }
.kc-ch-article__header { grid-template-columns: minmax(0, 1fr) 190px; }
.kc-ch-article__header h1 { font-size: clamp(34px, 4vw, 52px); }
.kc-ch-article__header p { font-size: 16px; }
.kc-ch-managed-html { color: #26382d; font-size: 16px; line-height: 1.8; }
.kc-ch-managed-html .kc-ch-steps { padding-left: 24px; }
.kc-ch-managed-html .kc-ch-step { margin: 10px 0; padding-left: 7px; }
.kc-ch-article-pagination { display: grid; margin-top: 32px; grid-template-columns: 1fr 1fr; gap: 14px; }
.kc-ch-article-pagination a { display: flex; min-height: 92px; padding: 17px 19px; flex-direction: column; justify-content: center; border: 1px solid var(--kc-ch-line); border-radius: 12px; color: var(--kc-ch-ink); text-decoration: none; }
.kc-ch-article-pagination a:hover { border-color: #97c2a6; background: #f7faf7; }
.kc-ch-article-pagination span { color: var(--kc-ch-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.kc-ch-article-pagination strong { margin-top: 5px; color: var(--kc-ch-green); font-size: 13px; line-height: 1.4; }
.kc-ch-article-pagination__next { align-items: flex-end; text-align: right; grid-column: 2; }

.kc-ch-primary-nav a:focus-visible, .kc-ch-suggestions a:focus-visible, .kc-ch-onboarding a:focus-visible, .kc-ch-faq-preview button:focus-visible, .kc-ch-guide-nav a:focus-visible, .kc-ch-guide-nav summary:focus-visible, .kc-ch-article-pagination a:focus-visible { outline: 3px solid #a7ca4e; outline-offset: 2px; }

@media (max-width: 1520px) {
    .kc-ch-primary-nav, .kc-ch-utilities { display: none; }
    .kc-ch-menu-button { display: block; }
    .kc-ch-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kc-ch-onboarding__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kc-ch-guide-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 32px; }
}

@media (max-width: 820px) {
    .kc-ch-container { width: min(calc(100% - 32px), 760px); }
    .kc-ch-header { position: relative; }
    .kc-ch-hero { min-height: 500px; }
    .kc-ch-hero p { max-width: 480px; }
    .kc-ch-quick-actions__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kc-ch-quick-action { border-bottom: 1px solid var(--kc-ch-line); }
    .kc-ch-quick-action:nth-child(even) { border-right: 0; }
    .kc-ch-directory { grid-template-columns: 1fr; padding-block: 48px; }
    .kc-ch-onboarding, .kc-ch-help-options, .kc-ch-faq-preview { padding-block: 52px; }
    .kc-ch-section-heading--split, .kc-ch-faq-preview__layout { grid-template-columns: 1fr; gap: 22px; }
    .kc-ch-buyer-resources__grid { grid-template-columns: 1fr; }
    .kc-ch-footer__grid { grid-template-columns: 1fr 1fr; }
    .kc-ch-guide-layout { display: block; }
    .kc-ch-guide-nav { display: none; }
    .kc-ch-guide-mobile { display: block; margin: 8px 0 18px; border: 1px solid var(--kc-ch-line); border-radius: 10px; background: #fff; }
    .kc-ch-guide-mobile > summary { min-height: 50px; padding: 14px 16px; color: var(--kc-ch-forest); font-size: 13px; font-weight: 800; cursor: pointer; }
    .kc-ch-guide-mobile > ul { max-height: 55vh; padding: 0 12px 12px; overflow-y: auto; }
    .kc-ch-guide-content .kc-ch-article { max-width: none; }
}

@media (max-width: 560px) {
    .kc-ch-container { width: calc(100% - 28px); }
    .kc-ch-brand__logo { width: 128px; }
    .kc-ch-hero { min-height: 520px; }
    .kc-ch-hero__content { padding: 28px 14px; }
    .kc-ch-hero h1 { font-size: 38px; }
    .kc-ch-hero p { font-size: 13px; }
    .kc-ch-search { min-height: 58px; }
    .kc-ch-search input { font-size: 13px; }
    .kc-ch-quick-actions__grid, .kc-ch-topic-grid, .kc-ch-onboarding__grid, .kc-ch-help-options__grid { grid-template-columns: 1fr; }
    .kc-ch-quick-action { border-right: 0; }
    .kc-ch-topic-card { min-height: 180px; }
    .kc-ch-onboarding__grid a { min-height: 190px; }
    .kc-ch-buyer-resources article { min-height: 220px; padding: 26px; }
    .kc-ch-footer__grid { padding-block: 42px 28px; grid-template-columns: 1fr 1fr; gap: 34px 20px; }
    .kc-ch-footer__bottom { align-items: flex-start; flex-direction: column; }
    .kc-ch-article__header { grid-template-columns: 1fr; }
    .kc-ch-article__header h1 { font-size: 34px; }
    .kc-ch-article-pagination { grid-template-columns: 1fr; }
    .kc-ch-article-pagination__next { align-items: flex-start; text-align: left; grid-column: 1; }
}

/* Explicit language control and isolated uploaded page content — 1.6.0 */
.kc-ch-language { position: relative; }
.kc-ch-language summary { display: flex; min-height: 42px; padding: 0 11px; align-items: center; gap: 7px; border-radius: 8px; color: var(--kc-ch-ink); font-size: 10px; font-weight: 700; list-style: none; cursor: pointer; }
.kc-ch-language summary::-webkit-details-marker { display: none; }
.kc-ch-language summary::after { content: "⌄"; color: var(--kc-ch-muted); font-size: 14px; }
.kc-ch-language summary img { width: 17px; height: 17px; }
.kc-ch-language summary b, .kc-ch-language a b, .kc-ch-mobile-menu__languages b { display: inline-grid; min-width: 25px; min-height: 21px; margin-left: 3px; place-items: center; border-radius: 6px; background: #eaf4ed; color: var(--kc-ch-green); font-size: 9px; }
.kc-ch-language[open] summary { background: #f0f6f1; }
.kc-ch-language > div { position: absolute; z-index: 60; top: calc(100% + 8px); right: 0; width: 190px; padding: 7px; border: 1px solid var(--kc-ch-line); border-radius: 10px; background: #fff; box-shadow: 0 16px 38px rgba(11, 48, 35, .16); }
.kc-ch-language > div a { display: flex; min-height: 42px; padding: 0 10px; align-items: center; justify-content: space-between; border-radius: 7px; color: var(--kc-ch-ink); text-decoration: none; }
.kc-ch-language > div a:hover, .kc-ch-language > div a[aria-current="page"] { background: var(--kc-ch-sage); color: var(--kc-ch-green); }
.kc-ch-language summary:focus-visible, .kc-ch-language a:focus-visible { outline: 3px solid #a7ca4e; outline-offset: 2px; }
.kc-ch-mobile-menu__utility { gap: 10px; }
.kc-ch-mobile-menu__utility > img { width: 19px; height: 19px; }
.kc-ch-mobile-menu__languages { display: grid; min-height: 56px; padding: 8px 10px; grid-template-columns: 20px 1fr 1fr; align-items: center; gap: 8px; border-bottom: 1px solid var(--kc-ch-line); }
.kc-ch-mobile-menu__languages > img { width: 19px; height: 19px; }
.kc-ch-mobile-menu__languages a { display: flex; min-height: 38px; padding: 0 8px; align-items: center; justify-content: space-between; border-radius: 7px; color: var(--kc-ch-ink); font-size: 11px; text-decoration: none; }
.kc-ch-mobile-menu__languages a[aria-current="page"] { background: var(--kc-ch-sage); color: var(--kc-ch-green); font-weight: 800; }

.kc-ch-web-page { display: block; width: 100%; min-height: 480px; border: 0; background: #fff; }

/* Context-preserving search overlay - 1.7.0 */
body.kc-ch-search-is-open { overflow: hidden; }
.kc-ch-search-overlay[hidden] { display: none; }
.kc-ch-search-overlay { position: fixed; z-index: 140; inset: 0; display: grid; padding: clamp(28px, 7vh, 76px) 24px; align-items: start; justify-items: center; isolation: isolate; }
.kc-ch-search-overlay__backdrop { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(7, 31, 21, .58); cursor: pointer; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.kc-ch-search-dialog { display: flex; width: min(100%, 760px); max-height: calc(100dvh - clamp(56px, 14vh, 152px)); overflow: hidden; flex-direction: column; border: 1px solid rgba(255, 255, 255, .72); border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(7, 31, 21, .28); opacity: 0; transform: translateY(-10px) scale(.985); transition: opacity 160ms ease-out, transform 180ms cubic-bezier(.2, .8, .2, 1); }
.kc-ch-search-overlay.is-open .kc-ch-search-dialog { opacity: 1; transform: translateY(0) scale(1); }
.kc-ch-search-dialog__header { display: flex; min-height: 86px; padding: 18px 22px; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--kc-ch-line); background: #fbfdfb; }
.kc-ch-search-dialog__identity { display: flex; min-width: 0; align-items: center; gap: 13px; }
.kc-ch-search-dialog__icon { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: var(--kc-ch-sage); }
.kc-ch-search-dialog__icon img { width: 21px; height: 21px; }
.kc-ch-search-dialog__identity span:not(.kc-ch-search-dialog__icon) { display: block; margin-bottom: 2px; color: var(--kc-ch-green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kc-ch-search-dialog__identity h2 { margin: 0; overflow: hidden; color: var(--kc-ch-forest-dark); font-size: 18px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.kc-ch-search-dialog__close { display: grid; width: 44px; height: 44px; flex: 0 0 auto; padding: 0; place-items: center; border: 1px solid var(--kc-ch-line); border-radius: 12px; background: #fff; cursor: pointer; }
.kc-ch-search-dialog__close:hover { border-color: #aac8b4; background: #f2f7f3; }
.kc-ch-search-dialog__close img { width: 19px; height: 19px; }
.kc-ch-search-dialog__body.kc-ch-search-shell { width: 100%; max-width: none; padding: 22px; overflow-y: auto; overscroll-behavior: contain; }
.kc-ch-search--dialog { width: 100%; min-height: 64px; box-shadow: none; }
.kc-ch-search--dialog input { font-size: 16px; }
.kc-ch-search--dialog button { min-width: 94px; }
.kc-ch-search-dialog__hint { margin: 10px 4px 0; color: var(--kc-ch-muted); font-size: 12px; line-height: 1.55; }
.kc-ch-search-dialog .kc-ch-suggestions { position: static; max-height: min(48vh, 420px); margin-top: 18px; padding: 0; overflow-y: auto; border: 0; border-radius: 0; box-shadow: none; }
.kc-ch-search-dialog .kc-ch-suggestions a { display: grid; min-height: 68px; padding: 12px 14px; grid-template-columns: minmax(0, 1fr) 20px; align-content: center; border-bottom: 1px solid var(--kc-ch-line); border-radius: 9px; }
.kc-ch-search-dialog .kc-ch-suggestions a::after { content: "›"; align-self: center; color: var(--kc-ch-green); font-size: 24px; line-height: 1; grid-column: 2; grid-row: 1 / span 2; }
.kc-ch-search-dialog .kc-ch-suggestions a:last-child { border-bottom-color: transparent; }
.kc-ch-search-dialog .kc-ch-suggestions strong, .kc-ch-search-dialog .kc-ch-suggestions span { min-width: 0; grid-column: 1; }
.kc-ch-search-dialog .kc-ch-suggestions span { text-overflow: ellipsis; white-space: nowrap; }
.kc-ch-search-dialog__status { min-height: 68px; margin: 18px 0 0; padding: 18px; border-radius: 12px; background: #f4f8f4; color: var(--kc-ch-muted); font-size: 13px; line-height: 1.55; }
.kc-ch-search-dialog__status[hidden] { display: none; }
.kc-ch-search-dialog__default { margin-top: 24px; }
.kc-ch-search-dialog__default[hidden] { display: none; }
.kc-ch-search-dialog__default h3 { margin: 0 0 10px; color: var(--kc-ch-ink); font-size: 12px; font-weight: 800; }
.kc-ch-search-dialog__default nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.kc-ch-search-dialog__default nav a { display: flex; min-height: 52px; padding: 10px 12px; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #e2e9e3; border-radius: 10px; background: #fbfdfb; color: var(--kc-ch-ink); font-size: 12px; font-weight: 700; line-height: 1.4; text-decoration: none; }
.kc-ch-search-dialog__default nav a:hover { border-color: #b4d0bd; background: #f2f7f3; color: var(--kc-ch-green); }
.kc-ch-search-dialog__default nav img { width: 16px; height: 16px; flex: 0 0 auto; }
.kc-ch-search-dialog__footer { display: flex; min-height: 62px; padding: 13px 22px; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--kc-ch-line); background: #fbfdfb; }
.kc-ch-search-dialog__footer span { color: var(--kc-ch-muted); font-size: 10px; line-height: 1.45; }
.kc-ch-search-dialog__footer a { display: inline-flex; min-height: 40px; flex: 0 0 auto; align-items: center; color: var(--kc-ch-green); font-size: 11px; font-weight: 800; text-decoration: none; }
.kc-ch-search-dialog__footer a:hover { text-decoration: underline; text-underline-offset: 3px; }
.kc-ch-search-dialog__close:focus-visible, .kc-ch-search--dialog input:focus-visible, .kc-ch-search--dialog button:focus-visible, .kc-ch-search-dialog__default a:focus-visible, .kc-ch-search-dialog__footer a:focus-visible { outline: 3px solid #a7ca4e; outline-offset: 2px; }

@media (max-width: 820px) {
    .kc-ch-search-overlay { padding: 24px; align-items: center; }
    .kc-ch-search-dialog { max-height: calc(100dvh - 48px); }
    .kc-ch-search-dialog__header { min-height: 78px; padding: 15px 18px; }
    .kc-ch-search-dialog__body.kc-ch-search-shell { padding: 18px; }
    .kc-ch-search-dialog__default nav { grid-template-columns: 1fr; }
    .kc-ch-search-dialog__footer { padding-inline: 18px; }
}

@media (max-width: 560px) {
    .kc-ch-search-overlay { padding: 0; align-items: stretch; }
    .kc-ch-search-overlay__backdrop { display: none; }
    .kc-ch-search-dialog { width: 100%; max-height: 100dvh; min-height: 100dvh; border: 0; border-radius: 0; box-shadow: none; transform: translateY(16px); }
    .kc-ch-search-dialog__header { min-height: 74px; padding: max(12px, env(safe-area-inset-top)) 14px 12px; }
    .kc-ch-search-dialog__identity { gap: 10px; }
    .kc-ch-search-dialog__icon { width: 40px; height: 40px; border-radius: 10px; }
    .kc-ch-search-dialog__identity h2 { font-size: 16px; }
    .kc-ch-search-dialog__body.kc-ch-search-shell { padding: 15px 14px; flex: 1 1 auto; }
    .kc-ch-search--dialog { min-height: 58px; padding-left: 13px; gap: 7px; }
    .kc-ch-search--dialog > img { width: 20px; height: 20px; }
    .kc-ch-search--dialog input { font-size: 16px; }
    .kc-ch-search--dialog button { min-width: 78px; padding-inline: 14px; }
    .kc-ch-search-dialog .kc-ch-suggestions { max-height: none; }
    .kc-ch-search-dialog .kc-ch-suggestions a { min-height: 72px; padding-inline: 10px; }
    .kc-ch-search-dialog__hint { margin-inline: 2px; }
    .kc-ch-search-dialog__default { margin-top: 20px; }
    .kc-ch-search-dialog__default nav a { min-height: 54px; }
    .kc-ch-search-dialog__footer { min-height: 60px; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); }
    .kc-ch-search-dialog__footer span { display: none; }
    .kc-ch-search-dialog__footer a { min-height: 44px; margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .kc-ch-search-dialog { transition: none; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
    .kc-ch-search-overlay__backdrop { background: rgba(7, 31, 21, .82); backdrop-filter: none; -webkit-backdrop-filter: none; }
}


/* Seller Academy journey and visual hierarchy — 1.8.5 */
.kc-ch-selling-paths {
    padding: 66px 0;
    border-bottom: 1px solid #dfe7e1;
    background:
        radial-gradient(circle at 8% 18%, rgba(152, 189, 66, .11), transparent 24rem),
        linear-gradient(180deg, #f8fbf8 0%, #f2f7f3 100%);
}
.kc-ch-selling-paths .kc-ch-section-heading--split {
    margin-bottom: 30px;
}
.kc-ch-selling-paths .kc-ch-eyebrow {
    color: #0b3023;
}
.kc-ch-selling-paths .kc-ch-section-heading--split > p {
    color: #24352b;
}
.kc-ch-selling-paths__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.kc-ch-selling-paths__grid > a {
    position: relative;
    display: grid;
    min-height: 285px;
    padding: 28px;
    grid-template-rows: auto auto auto 1fr auto;
    align-content: start;
    overflow: hidden;
    border: 1px solid #d8e4db;
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    color: var(--kc-ch-ink);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(16, 55, 35, .055);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.kc-ch-selling-paths__grid > a::after {
    position: absolute;
    width: 150px;
    height: 150px;
    right: -62px;
    bottom: -68px;
    border-radius: 50%;
    background: #eef5e9;
    content: "";
}
.kc-ch-selling-paths__grid > a:hover {
    border-color: #8fbea0;
    box-shadow: 0 18px 38px rgba(16, 55, 35, .11);
    transform: translateY(-3px);
}
.kc-ch-selling-paths__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 15px;
    background: #eaf4ed;
}
.kc-ch-selling-paths__icon img {
    width: 27px;
    height: 27px;
}
.kc-ch-selling-paths__badge,
.kc-ch-topic-card__status {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 5px;
    color: var(--kc-ch-green);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}
.kc-ch-selling-paths__grid strong {
    margin-top: 9px;
    color: var(--kc-ch-forest-dark);
    font-size: 21px;
    line-height: 1.3;
}
.kc-ch-selling-paths__grid p {
    margin: 10px 0 22px;
    color: var(--kc-ch-muted);
    font-size: 13px;
    line-height: 1.65;
}
.kc-ch-selling-paths__grid b {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    gap: 7px;
    color: var(--kc-ch-green);
    font-size: 12px;
}
.kc-ch-selling-paths__grid b img {
    width: 16px;
    height: 16px;
}
.kc-ch-topic-card__status {
    min-height: 19px;
    margin-bottom: 3px;
    color: #65746b;
    letter-spacing: .055em;
}
.kc-ch-topic-card__status img {
    width: 12px;
    height: 12px;
}
.kc-ch-topic-card {
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.kc-ch-topic-card:hover {
    transform: translateY(-2px);
}
.kc-ch-seller-gate {
    display: grid;
    min-height: 142px;
    margin: 16px 0 4px;
    padding: 24px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    border: 1px solid #cbded1;
    border-radius: 16px;
    background: linear-gradient(135deg, #eef6f0 0%, #fbfdfb 68%);
}
.kc-ch-seller-gate__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: #dceee1;
}
.kc-ch-seller-gate__icon img {
    width: 25px;
    height: 25px;
}
.kc-ch-seller-gate .kc-ch-eyebrow {
    margin-bottom: 5px;
}
.kc-ch-seller-gate h2 {
    margin: 0;
    color: var(--kc-ch-forest-dark);
    font-size: 20px;
    line-height: 1.3;
}
.kc-ch-seller-gate p {
    margin: 6px 0 0;
    color: var(--kc-ch-muted);
    font-size: 12px;
    line-height: 1.55;
}
.kc-ch-seller-gate .kc-ch-button {
    min-width: 180px;
    padding-inline: 18px;
    text-align: center;
}
.kc-ch-selling-paths__grid > a:focus-visible,
.kc-ch-seller-gate .kc-ch-button:focus-visible {
    outline: 3px solid #a7ca4e;
    outline-offset: 3px;
}

@media (max-width: 820px) {
    .kc-ch-selling-paths {
        padding-block: 52px;
    }
    .kc-ch-selling-paths__grid {
        grid-template-columns: 1fr;
    }
    .kc-ch-selling-paths__grid > a {
        min-height: 230px;
    }
    .kc-ch-seller-gate {
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: start;
    }
    .kc-ch-seller-gate .kc-ch-button {
        width: 100%;
        min-width: 0;
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .kc-ch-selling-paths {
        padding-block: 42px;
    }
    .kc-ch-selling-paths__grid > a {
        min-height: 220px;
        padding: 22px;
    }
    .kc-ch-selling-paths__grid strong {
        font-size: 19px;
    }
    .kc-ch-seller-gate {
        margin-top: 8px;
        padding: 18px;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 13px;
        border-radius: 13px;
    }
    .kc-ch-seller-gate__icon {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }
    .kc-ch-seller-gate__icon img {
        width: 21px;
        height: 21px;
    }
    .kc-ch-seller-gate h2 {
        font-size: 18px;
    }
}

/* Legal Library audience, provenance, and private-record boundaries — 1.9.0 */
.kc-ch-legal-audiences {
    padding: 72px 0;
    border-bottom: 1px solid var(--kc-ch-line);
    background:
        radial-gradient(circle at 92% 12%, rgba(152, 189, 66, .1), transparent 22rem),
        #fff;
}
.kc-ch-legal-audiences__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.kc-ch-legal-audience-card {
    position: relative;
    display: grid;
    min-height: 286px;
    padding: 26px;
    grid-template-rows: auto auto auto 1fr auto;
    align-content: start;
    overflow: hidden;
    border: 1px solid #dce5de;
    border-radius: 17px;
    background: #fff;
    color: var(--kc-ch-ink);
    text-decoration: none;
    box-shadow: 0 8px 26px rgba(16, 55, 35, .045);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.kc-ch-legal-audience-card::after {
    position: absolute;
    right: -48px;
    bottom: -58px;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background: rgba(238, 243, 232, .84);
    content: "";
}
.kc-ch-legal-audience-card--records {
    background: linear-gradient(155deg, #fbf7ee 0%, #fff 75%);
}
.kc-ch-legal-audience-card:hover {
    border-color: #8dbb9b;
    box-shadow: 0 18px 40px rgba(16, 55, 35, .105);
    transform: translateY(-3px);
}
.kc-ch-legal-audience-card__icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 14px;
    background: #eaf4ed;
}
.kc-ch-legal-audience-card__icon img {
    width: 26px;
    height: 26px;
}
.kc-ch-legal-audience-card__badge {
    width: fit-content;
    margin-bottom: 9px;
    color: var(--kc-ch-green);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .085em;
    line-height: 1.4;
    text-transform: uppercase;
}
.kc-ch-legal-audience-card > strong {
    color: var(--kc-ch-forest-dark);
    font-size: 19px;
    line-height: 1.3;
}
.kc-ch-legal-audience-card > p {
    margin: 10px 0 22px;
    color: var(--kc-ch-muted);
    font-size: 12px;
    line-height: 1.65;
}
.kc-ch-legal-audience-card > b {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    gap: 7px;
    color: var(--kc-ch-green);
    font-size: 11px;
}
.kc-ch-legal-audience-card > b img {
    width: 15px;
    height: 15px;
}
.kc-ch-hub--legal .kc-ch-directory {
    padding-block: 70px;
}
.kc-ch-hub--legal .kc-ch-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kc-ch-hub--legal .kc-ch-topic-card {
    min-height: 250px;
}
.kc-ch-hub--legal .kc-ch-topic-card__status {
    color: var(--kc-ch-green);
}
.kc-ch-legal-assurance {
    padding: 72px 0;
    border-top: 1px solid #e8e2d6;
    background: linear-gradient(135deg, #fbf7ee 0%, #f7f4ec 100%);
}
.kc-ch-legal-assurance__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #dfddd6;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(49, 48, 38, .05);
}
.kc-ch-legal-assurance__grid > a {
    display: grid;
    min-height: 230px;
    padding: 28px;
    grid-template-rows: auto auto 1fr auto;
    align-content: start;
    border-right: 1px solid #e3e1da;
    color: var(--kc-ch-ink);
    text-decoration: none;
}
.kc-ch-legal-assurance__grid > a:last-child {
    border-right: 0;
}
.kc-ch-legal-assurance__grid > a:hover {
    background: #fafcf9;
}
.kc-ch-legal-assurance__grid > a > img {
    width: 29px;
    height: 29px;
    margin-bottom: 20px;
}
.kc-ch-legal-assurance__grid strong {
    color: var(--kc-ch-forest-dark);
    font-size: 17px;
    line-height: 1.35;
}
.kc-ch-legal-assurance__grid p {
    margin: 9px 0 21px;
    color: var(--kc-ch-muted);
    font-size: 12px;
    line-height: 1.65;
}
.kc-ch-legal-assurance__grid b {
    margin-top: auto;
    color: var(--kc-ch-green);
    font-size: 11px;
}
.kc-ch-legal-audience-card:focus-visible,
.kc-ch-legal-assurance__grid > a:focus-visible {
    outline: 3px solid #a7ca4e;
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .kc-ch-legal-audiences__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .kc-ch-legal-audience-card {
        min-height: 250px;
    }
}

@media (max-width: 820px) {
    .kc-ch-legal-audiences,
    .kc-ch-legal-assurance {
        padding-block: 52px;
    }
    .kc-ch-hub--legal .kc-ch-directory {
        padding-block: 52px;
    }
    .kc-ch-legal-assurance__grid {
        grid-template-columns: 1fr;
    }
    .kc-ch-legal-assurance__grid > a {
        min-height: 190px;
        border-right: 0;
        border-bottom: 1px solid #e3e1da;
    }
    .kc-ch-legal-assurance__grid > a:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 560px) {
    .kc-ch-legal-audiences,
    .kc-ch-legal-assurance {
        padding-block: 42px;
    }
    .kc-ch-legal-audiences__grid,
    .kc-ch-hub--legal .kc-ch-topic-grid {
        grid-template-columns: 1fr;
    }
    .kc-ch-legal-audience-card {
        min-height: 236px;
        padding: 22px;
    }
    .kc-ch-hub--legal .kc-ch-topic-card {
        min-height: 205px;
    }
    .kc-ch-legal-assurance__grid > a {
        min-height: 180px;
        padding: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kc-ch-legal-audience-card {
        transition: none;
    }
    .kc-ch-legal-audience-card:hover {
        transform: none;
    }
}

/* Uploaded landing designs own their sections, not the site navigation/search. */
.kc-ch-custom-landing .kc-ch-article { max-width: none; padding: 0; }
.kc-ch-custom-landing .kc-ch-web-page { display: block; width: 100%; border: 0; border-radius: 0; }
.kc-ch-custom-landing .kc-ch-managed-html { width: min(1280px, 100%); margin: auto; padding: 24px; }
.kc-ch-hero.kc-ch-hero--search-only { min-height: 0; background: var(--kc-ch-paper, #f8faf8); }
.kc-ch-hero--search-only .kc-ch-hero__content { padding-block: 24px; background: none; }
.kc-ch-text-version { max-width: 1040px; margin: 20px auto; padding: 16px; border: 1px solid var(--kc-ch-line); border-radius: 12px; }
.kc-ch-text-version summary { cursor: pointer; font-weight: 600; padding: 8px; }
.kc-ch-text-version > div { white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.7; padding: 16px 8px; }
.kc-ch-content-link { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 1100; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; width: min(560px, calc(100% - 32px)); padding: 16px; border: 1px solid var(--kc-ch-line); border-radius: 12px; background: white; box-shadow: 0 8px 32px #0002; }
.kc-ch-content-link[hidden] { display: none; }
.kc-ch-content-link a, .kc-ch-content-link button { min-height: 44px; padding: 12px; border-radius: 8px; }
.kc-ch-content-link a { background: var(--kc-ch-forest, #10543f); color: white; }
.kc-ch-content-link button { border: 1px solid var(--kc-ch-line); background: white; color: var(--kc-ch-ink); cursor: pointer; }
