/* Approved consultation-market production surfaces. Shared consult styles remain untouched. */
html { scrollbar-gutter: stable; }
.crm-page {
  margin: 0;
  color: #26241f;
  font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  word-break: keep-all;
}
.crm-page *, .crm-page *::before, .crm-page *::after { box-sizing: border-box; }
.crm-page main { display: block; }
.crm-page a { color: inherit; text-decoration: none; }
.crm-page button, .crm-page input, .crm-page select { font: inherit; }
.crm-page svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.crm-page [hidden] { display: none !important; }
.crm-page :focus-visible { outline: 3px solid rgba(43, 63, 50, .28); outline-offset: 3px; }
.crm-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.crm-public-shell { width: min(100%, 1344px); margin: 0 auto; padding-inline: 32px; }

/* Home hero */
.crm-home-page { background: #fff; }
.crm-home-hero { padding: 16px 0 0; }
.crm-hero-carousel { position: relative; height: 500px; overflow: hidden; border-radius: 18px; background: #f1f4f2; }
.crm-hero-slide { position: absolute; inset: 0; }
.crm-hero-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.crm-hero-dim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 29, 22, .62), rgba(15, 29, 22, .22) 62%, rgba(15, 29, 22, .42)); }
.crm-hero-copy { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; padding: 64px 110px; color: #fff; text-align: center; }
.crm-hero-copy h1, .crm-hero-copy h2 { margin: 0; font-size: 52px; font-weight: 600; line-height: 1.3; letter-spacing: -.04em; }
.crm-hero-copy p { margin: 18px 0 0; font-size: 20px; font-weight: 500; line-height: 1.6; }
.crm-hero-arrow { position: absolute; top: 50%; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(21, 28, 24, .5); color: #fff; cursor: pointer; transform: translateY(-50%); }
.crm-hero-arrow svg { width: 24px; height: 24px; stroke-width: 2; }
.crm-hero-arrow.is-prev { left: 20px; }
.crm-hero-arrow.is-next { right: 20px; }
.crm-hero-progress { position: absolute; z-index: 2; left: 27%; right: 33%; bottom: 38px; height: 2px; background: rgba(255, 255, 255, .34); }
.crm-hero-progress span { display: block; width: 25%; height: 100%; background: #fff; transition: width 180ms ease; }
.crm-hero-progress span.is-step-1 { width: 25%; }
.crm-hero-progress span.is-step-2 { width: 50%; }
.crm-hero-progress span.is-step-3 { width: 75%; }
.crm-hero-progress span.is-step-4 { width: 100%; }
.crm-hero-count { position: absolute; z-index: 2; right: 27%; bottom: 27px; margin: 0; color: #fff; font-size: 13px; font-weight: 700; }

/* Home sections */
.crm-home-section { padding: 48px 0 0; }
.crm-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 20px; }
.crm-section-head h2 { margin: 0; color: #2b3f32; font-size: 28px; font-weight: 800; line-height: 1.2; letter-spacing: -.03em; }
.crm-section-head p { margin: 8px 0 0; color: #6b6459; font-size: 14px; line-height: 1.65; }
.crm-section-head > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #2b3f32; font-size: 14px; font-weight: 700; }
.crm-section-head > a span { font-size: 24px; }
.crm-guide-grid, .crm-home-card-grid, .crm-consultant-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.crm-guide-grid article { min-height: 252px; padding: 26px; border: 1px solid #e1e7e3; border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(43, 63, 50, .06); }
.crm-guide-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; background: #e2e9e2; color: #2b3f32; }
.crm-guide-icon svg { width: 23px; height: 23px; }
.crm-guide-grid h3 { margin: 18px 0 9px; color: #2b3f32; font-size: 18px; font-weight: 800; }
.crm-guide-grid p { min-height: 66px; margin: 0; color: #6b6459; font-size: 14px; line-height: 1.65; }
.crm-guide-grid a { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: #2b3f32; font-size: 14px; font-weight: 800; }
.crm-guide-grid ol { display: flex; gap: 22px; margin: 20px 0 0; padding: 0; list-style: none; color: #2b3f32; font-size: 13px; font-weight: 700; }
.crm-guide-grid li { display: inline-flex; align-items: center; gap: 7px; }
.crm-guide-grid li span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #e2e9e2; font-size: 12px; }

/* Real-data consultant cards */
.crm-consultant-card { min-width: 0; overflow: hidden; border: 1px solid #e6e6e6; border-radius: 8px; background: #fff; }
.crm-consultant-card > a { height: 100%; display: flex; flex-direction: column; }
.crm-card-media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #f2f2f2; }
.crm-card-image { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 180ms ease; }
.crm-consultant-card > a:hover .crm-card-image { transform: scale(1.015); }
.crm-card-topic { position: absolute; top: 12px; left: 12px; max-width: calc(100% - 24px); padding: 5px 9px; border-radius: 5px; background: rgba(26, 26, 26, .64); color: #fff; font-size: 12px; font-weight: 600; }
.crm-card-body { flex: 1; display: flex; flex-direction: column; padding: 16px; }
.crm-card-person { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 10px; }
.crm-card-person img, .crm-card-initial { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; object-fit: cover; background: #e2e9e2; color: #2b3f32; font-size: 16px; font-weight: 800; }
.crm-card-person strong, .crm-card-person small { display: block; }
.crm-card-person strong { overflow: hidden; color: #26241f; font-size: 16px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.crm-card-person small { margin-top: 3px; overflow: hidden; color: #6b6459; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.crm-card-headline { min-height: 54px; margin-top: 16px; color: #2b3f32; font-size: 18px; font-weight: 700; line-height: 1.5; }
.crm-card-proof { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 12px; color: #6b6459; font-size: 12px; line-height: 1.5; }
.crm-card-foot { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 16px; border-top: 1px solid #e1e7e3; }
.crm-card-foot > span { color: #795c15; font-size: 13px; font-weight: 700; }
.crm-card-foot strong { color: #2b3f32; font-size: 14px; font-weight: 800; text-align: right; }

.crm-concern-links nav { display: flex; flex-wrap: wrap; gap: 10px; }
.crm-concern-links nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 17px; border: 1px solid #e1e7e3; border-radius: 999px; color: #2b3f32; background: #fff; font-size: 13px; font-weight: 700; }
.crm-concern-links nav a:hover { border-color: #bac5be; background: #f1f4f2; }
.crm-finder .crm-public-shell { display: grid; grid-template-columns: 42% minmax(0, 1fr); overflow: hidden; padding-inline: 32px; }
.crm-finder-media { position: relative; min-height: 360px; overflow: hidden; border-radius: 16px 0 0 16px; background: #f1f4f2; }
.crm-finder-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.crm-finder-media > span { position: absolute; top: 16px; left: 16px; padding: 5px 9px; border-radius: 5px; background: rgba(26, 26, 26, .64); color: #fff; font-size: 12px; font-weight: 600; }
.crm-finder form { min-height: 360px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-content: center; gap: 16px; padding: 32px; border: 1px solid #e1e7e3; border-left: 0; border-radius: 0 16px 16px 0; }
.crm-finder h2 { grid-column: 1 / -1; margin: 0 0 8px; color: #2b3f32; font-size: 20px; font-weight: 800; }
.crm-finder label { display: grid; gap: 8px; color: #2b3f32; font-size: 13px; font-weight: 800; }
.crm-finder select { min-width: 0; height: 48px; padding: 0 12px; border: 1px solid #e1e7e3; border-radius: 10px; color: #26241f; background: #fff; font-size: 14px; }
.crm-finder button { grid-column: 3; min-height: 48px; border: 0; border-radius: 10px; background: #2b3f32; color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; }
.crm-home-page main > .crm-home-section:last-child { padding-bottom: 72px; }

/* Directory */
.crm-directory-page { background: #fff; }
.crm-directory-hero { padding: 50px 0 0; border-bottom: 1px solid #e1e7e3; text-align: center; }
.crm-directory-hero h1 { margin: 0; color: #2b3f32; font-size: 28px; font-weight: 800; letter-spacing: -.03em; }
.crm-directory-hero > .crm-public-shell > p { margin: 10px 0 0; color: #6b6459; font-size: 14px; }
.crm-search { width: min(100%, 800px); height: 58px; display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 34px auto 0; padding: 5px 6px 5px 20px; border: 1px solid #e1e7e3; border-radius: 999px; background: #fff; box-shadow: 0 10px 28px rgba(43, 63, 50, .04); }
.crm-search svg { width: 21px; height: 21px; color: #6b6459; }
.crm-search input { min-width: 0; height: 44px; border: 0; outline: 0; color: #26241f; background: transparent; font-size: 14px; }
.crm-search button { min-width: 82px; height: 46px; border: 0; border-radius: 999px; background: #2b3f32; color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; }
.crm-topic-nav { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 6px; margin-top: 30px; }
.crm-topic-nav a { min-width: 0; min-height: 106px; display: grid; place-content: center; justify-items: center; gap: 12px; padding: 12px 4px 18px; border-bottom: 3px solid transparent; color: #6b6459; font-size: 13px; }
.crm-topic-nav svg { width: 24px; height: 24px; }
.crm-topic-nav a:hover, .crm-topic-nav a.is-active { border-bottom-color: #2b3f32; color: #2b3f32; font-weight: 800; }
.crm-directory-results { padding: 20px 0 72px; }
.crm-filter-form { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; gap: 10px; align-items: end; }
.crm-filter-form label { min-width: 0; display: grid; gap: 6px; color: #6b6459; font-size: 12px; font-weight: 700; }
.crm-filter-form select { width: 100%; height: 46px; padding: 0 34px 0 12px; border: 1px solid #e1e7e3; border-radius: 10px; color: #26241f; background: #fff; font-size: 13px; }
.crm-filter-form button { height: 46px; padding: 0 20px; border: 1px solid #2b3f32; border-radius: 10px; background: #2b3f32; color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.crm-active-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; padding: 14px; border-radius: 10px; background: #f1f4f2; font-size: 12px; }
.crm-active-filters > span { color: #2b3f32; font-weight: 800; }
.crm-active-filters a { min-height: 32px; display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border: 1px solid #e1e7e3; border-radius: 999px; background: #fff; color: #2b3f32; }
.crm-active-filters .crm-filter-reset { margin-left: auto; border: 0; background: transparent; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.crm-result-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 28px 0 18px; }
.crm-result-head h2 { margin: 0; color: #2b3f32; font-size: 20px; font-weight: 700; }
.crm-result-head h2 strong { font-weight: 900; }
.crm-result-head nav { display: flex; gap: 4px; padding: 4px; border-radius: 10px; background: #f1f4f2; }
.crm-result-head nav a { min-height: 38px; display: inline-flex; align-items: center; padding: 7px 12px; border-radius: 8px; color: #6b6459; font-size: 12px; font-weight: 700; }
.crm-result-head nav a.is-active { color: #2b3f32; background: #fff; box-shadow: 0 2px 8px rgba(43, 63, 50, .08); }
.crm-faq { margin-top: 64px; padding-top: 40px; border-top: 1px solid #e1e7e3; }
.crm-faq > h2 { margin: 0 0 18px; color: #2b3f32; font-size: 20px; font-weight: 800; }
.crm-faq > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.crm-faq details { border-top: 1px solid #e1e7e3; }
.crm-faq summary { min-height: 56px; display: flex; align-items: center; padding: 12px 2px; color: #2b3f32; font-size: 14px; font-weight: 700; cursor: pointer; }
.crm-faq details p { margin: 0; padding: 0 2px 18px; color: #6b6459; font-size: 13px; line-height: 1.7; }
.crm-empty { grid-column: 1 / -1; padding: 50px 24px; border: 1px solid #e1e7e3; border-radius: 14px; background: #f1f4f2; text-align: center; }
.crm-empty h2, .crm-empty h3 { margin: 0; color: #2b3f32; font-size: 18px; font-weight: 800; }
.crm-empty p { margin: 8px 0 0; color: #6b6459; font-size: 14px; line-height: 1.6; }
.crm-empty a { display: inline-flex; margin-top: 18px; padding: 11px 16px; border-radius: 9px; background: #2b3f32; color: #fff; font-size: 13px; font-weight: 800; }
.crm-empty.is-compact { padding: 28px 20px; }

/* Pine profile */
.crm-profile-page { background: #f5f8f6; color: #1d2a23; }
.crm-profile-shell { width: min(100%, 1440px); margin: 0 auto; padding: 18px 32px 72px; }
.crm-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; min-height: 40px; color: #63726a; font-size: 13px; }
.crm-breadcrumb a:hover { color: #173629; text-decoration: underline; text-underline-offset: 3px; }
.crm-breadcrumb strong { color: #173629; font-weight: 800; }
.crm-notice { margin: 8px 0 16px; padding: 12px 16px; border: 1px solid #dce7e1; border-radius: 10px; background: #fff; color: #173629; font-size: 14px; }
.crm-profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 32px; }
.crm-profile-main { min-width: 0; display: grid; gap: 16px; }
.crm-profile-identity, .crm-profile-panel, .crm-action-card, .crm-side-panel { border: 1px solid #dce7e1; border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(18, 53, 41, .035); }
.crm-profile-identity { display: grid; grid-template-columns: 164px minmax(0, 1fr); gap: 24px; padding: 26px; }
.crm-profile-photo { width: 164px; height: 164px; overflow: hidden; border-radius: 18px; background: #edf5f0; }
.crm-profile-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.crm-profile-photo > span { width: 100%; height: 100%; display: grid; place-items: center; color: #173629; font-size: 52px; font-weight: 800; }
.crm-profile-heading { display: flex; justify-content: space-between; gap: 20px; }
.crm-profile-heading p { margin: 0 0 5px; color: #173629; font-size: 12px; font-weight: 800; }
.crm-profile-heading h1 { margin: 0; color: #173629; font-size: 28px; font-weight: 900; letter-spacing: -.03em; }
.crm-profile-heading div > span { display: block; margin-top: 6px; color: #63726a; font-size: 13px; }
.crm-profile-heading > a { height: 38px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #dce7e1; border-radius: 8px; color: #173629; font-size: 12px; font-weight: 800; }
.crm-profile-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.crm-profile-tags span { min-height: 28px; display: inline-flex; align-items: center; padding: 4px 9px; border-radius: 7px; background: #edf5f0; color: #173629; font-size: 12px; font-weight: 700; }
.crm-profile-tags span.is-verified { background: #173629; color: #fff; }
.crm-profile-headline { margin: 14px 0 0; color: #1d2a23; font-size: 16px; font-weight: 700; line-height: 1.65; }
.crm-profile-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin: 8px 0 0; }
.crm-profile-price strong { color: #173629; font-size: 20px; font-weight: 900; }
.crm-profile-price span { color: #63726a; font-size: 12px; }
.crm-profile-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 16px 0 0; border-top: 1px solid #dce7e1; }
.crm-profile-facts div { min-width: 0; padding: 14px 0 0; }
.crm-profile-facts div:nth-child(even) { padding-left: 18px; border-left: 1px solid #dce7e1; }
.crm-profile-facts dt { color: #63726a; font-size: 12px; }
.crm-profile-facts dd { margin: 5px 0 0; color: #173629; font-size: 13px; font-weight: 800; }
.crm-profile-cover { overflow: hidden; margin: 0; border: 1px solid #dce7e1; border-radius: 18px; background: #fff; }
.crm-profile-cover img { width: 100%; aspect-ratio: 16 / 9; max-height: 480px; display: block; object-fit: cover; background: #edf5f0; }
.crm-profile-cover figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 14px 18px; }
.crm-profile-cover figcaption span { color: #173629; font-size: 13px; font-weight: 800; }
.crm-profile-cover figcaption small { color: #63726a; font-size: 12px; line-height: 1.5; text-align: right; }
.crm-profile-tabs { position: sticky; top: 72px; z-index: 5; display: flex; gap: 24px; padding: 0 4px; border-bottom: 1px solid #dce7e1; background: #f5f8f6; }
.crm-profile-tabs a { min-height: 52px; display: inline-flex; align-items: center; border-bottom: 3px solid transparent; color: #63726a; font-size: 13px; font-weight: 800; }
.crm-profile-tabs a[aria-current="page"], .crm-profile-tabs a:hover { border-bottom-color: #173629; color: #173629; }
.crm-profile-panel { padding: 26px; scroll-margin-top: 138px; }
.crm-profile-panel > header { position: relative; }
.crm-profile-panel > header > p { margin: 0 0 7px; color: #173629; font-size: 12px; font-weight: 800; }
.crm-profile-panel > header h2 { margin: 0; color: #173629; font-size: 20px; font-weight: 900; }
.crm-profile-panel > header > span { display: block; margin-top: 8px; color: #63726a; font-size: 13px; line-height: 1.65; }
.crm-profile-panel > header > a { position: absolute; top: 0; right: 0; min-height: 38px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid #dce7e1; border-radius: 8px; color: #173629; font-size: 12px; font-weight: 800; }
.crm-case-panel .crm-empty { margin-top: 18px; background: #edf5f0; }
.crm-service-group { margin-top: 24px; }
.crm-service-group > h3 { margin: 0 0 10px; padding-left: 10px; border-left: 3px solid #173629; color: #173629; font-size: 13px; font-weight: 900; }
.crm-service-list { display: grid; gap: 10px; }
.crm-service-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 8px 20px; padding: 20px; border: 1px solid #dce7e1; border-radius: 14px; background: #fff; }
.crm-service-card > div { min-width: 0; }
.crm-service-card > div > p:first-child { margin: 0 0 5px; color: #63726a; font-size: 12px; font-weight: 800; }
.crm-service-card h4 { margin: 0; color: #173629; font-size: 16px; font-weight: 900; }
.crm-service-card > div > span { display: block; margin-top: 6px; color: #63726a; font-size: 13px; }
.crm-service-description { margin: 8px 0 0 !important; color: #1d2a23 !important; font-size: 13px !important; line-height: 1.6; }
.crm-service-card > strong { color: #173629; font-size: 18px; font-weight: 900; white-space: nowrap; }
.crm-service-card > a { grid-column: 2; min-width: 116px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid #dce7e1; border-radius: 9px; color: #173629; font-size: 12px; font-weight: 800; }
.crm-service-card.is-task { background: #edf5f0; }
.crm-service-card.is-task ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 13px 0 0; padding: 0; list-style: none; color: #173629; font-size: 12px; font-weight: 700; }
.crm-service-card.is-task li::before { content: "✓"; margin-right: 5px; }
.crm-service-card.is-task > a { grid-row: 1; grid-column: 2; border-color: #173629; background: #173629; color: #fff; }
.crm-rating-chip { position: absolute; top: 0; right: 0; padding: 7px 10px; border-radius: 999px; background: #edf5f0; color: #173629; font-size: 12px; }
.crm-long-copy { margin: 18px 0 0; color: #1d2a23; font-size: 14px; line-height: 1.85; }
.crm-profile-subsection { margin-top: 22px; padding-top: 20px; border-top: 1px solid #dce7e1; }
.crm-profile-subsection h3 { margin: 0 0 12px; color: #173629; font-size: 13px; font-weight: 900; }
.crm-profile-subsection ul { margin: 0; padding-left: 20px; color: #1d2a23; font-size: 13px; line-height: 1.8; }
.crm-review-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 20px 0 0; border: 1px solid #dce7e1; border-radius: 12px; background: #edf5f0; }
.crm-review-summary div { padding: 18px; }
.crm-review-summary div + div { border-left: 1px solid #dce7e1; }
.crm-review-summary dt { color: #63726a; font-size: 12px; }
.crm-review-summary dd { margin: 7px 0 0; color: #173629; font-size: 20px; font-weight: 900; }
.crm-review-list { display: grid; gap: 10px; margin-top: 16px; }
.crm-review-list > article { padding: 18px; border: 1px solid #dce7e1; border-radius: 12px; }
.crm-review-list article > header { display: flex; justify-content: space-between; gap: 16px; }
.crm-review-list header strong { color: #173629; font-size: 13px; }
.crm-review-list header span { color: #795c15; font-size: 12px; font-weight: 800; }
.crm-review-list article > p, .crm-review-list article section p { margin: 10px 0 0; color: #1d2a23; font-size: 13px; line-height: 1.7; }
.crm-review-list article > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.crm-review-list article > div span { padding: 4px 8px; border-radius: 6px; background: #edf5f0; color: #173629; font-size: 12px; }
.crm-review-list article section { margin-top: 14px; padding: 14px; border-radius: 10px; background: #edf5f0; }
.crm-review-list article section strong { color: #173629; font-size: 12px; }
.crm-profile-panel .crm-empty { border-color: #dce7e1; background: #edf5f0; }
.crm-profile-panel .crm-empty h3, .crm-profile-panel .crm-empty p { color: #173629; }
.crm-profile-faq details { border-top: 1px solid #dce7e1; }
.crm-profile-faq details:first-child { margin-top: 18px; }
.crm-profile-faq summary { min-height: 52px; display: flex; align-items: center; color: #173629; font-size: 13px; font-weight: 800; cursor: pointer; }
.crm-profile-faq details p { margin: 0; padding: 0 0 17px; color: #63726a; font-size: 13px; line-height: 1.7; }
.crm-profile-side { position: sticky; top: 90px; display: grid; gap: 16px; }
.crm-action-card, .crm-side-panel { padding: 26px; }
.crm-action-card > p { margin: 0 0 7px; color: #173629; font-size: 12px; font-weight: 900; }
.crm-action-card > h2 { margin: 0; color: #173629; font-size: 20px; font-weight: 900; line-height: 1.45; }
.crm-action-card > span { display: block; margin-top: 10px; color: #63726a; font-size: 13px; line-height: 1.6; }
.crm-selected-service { margin-top: 20px; padding: 16px; border-radius: 12px; background: #edf5f0; }
.crm-selected-service span, .crm-selected-service strong, .crm-selected-service small { display: block; }
.crm-selected-service span { color: #63726a; font-size: 12px; font-weight: 700; }
.crm-selected-service strong { margin-top: 6px; color: #173629; font-size: 15px; font-weight: 900; }
.crm-selected-service small { margin-top: 6px; color: #63726a; font-size: 12px; }
.crm-action-card > dl { margin: 18px 0; }
.crm-action-card > dl div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 10px; padding: 10px 0; border-bottom: 1px solid #dce7e1; }
.crm-action-card dt { color: #63726a; font-size: 12px; }
.crm-action-card dd { margin: 0; color: #173629; font-size: 12px; font-weight: 800; text-align: right; }
.crm-primary-action, .crm-secondary-action { min-height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 10px; font-size: 14px; font-weight: 900; }
.crm-primary-action { background: #173629; color: #fff !important; box-shadow: 0 12px 26px rgba(23, 54, 41, .18); }
.crm-secondary-action { margin-top: 10px; border: 1px solid #dce7e1; color: #173629; background: #fff; }
.crm-action-card > nav { display: flex; justify-content: center; gap: 18px; margin-top: 16px; }
.crm-action-card > nav a { color: #173629; font-size: 12px; font-weight: 800; }
.crm-action-card > small { display: block; margin-top: 16px; color: #63726a; font-size: 12px; line-height: 1.6; }
.crm-side-panel h2 { margin: 0 0 14px; color: #173629; font-size: 16px; font-weight: 900; }
.crm-side-panel ol { display: flex; align-items: center; gap: 7px; margin: 0; padding: 0; list-style: none; color: #173629; font-size: 12px; font-weight: 800; }
.crm-side-panel ol li + li::before { content: "›"; margin-right: 7px; color: #63726a; }
.crm-side-panel > dl { margin: 0; }
.crm-side-panel > dl div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid #dce7e1; }
.crm-side-panel dt, .crm-side-panel dd { font-size: 12px; }
.crm-side-panel dt { color: #63726a; }
.crm-side-panel dd { margin: 0; color: #173629; font-weight: 900; text-align: right; }
.crm-side-panel > a { display: inline-flex; margin-top: 15px; color: #173629; font-size: 12px; font-weight: 800; }

@media (max-width: 1180px) {
  .crm-topic-nav { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .crm-topic-nav a { min-height: 88px; }
  .crm-profile-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; }
  .crm-profile-identity { grid-template-columns: 140px minmax(0, 1fr); }
  .crm-profile-photo { width: 140px; height: 140px; }
}
@media (max-width: 980px) {
  .crm-public-shell, .crm-profile-shell { padding-inline: 24px; }
  .crm-guide-grid, .crm-home-card-grid, .crm-consultant-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crm-filter-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crm-filter-form button { grid-column: 2; }
  .crm-finder .crm-public-shell { grid-template-columns: 38% minmax(0, 1fr); padding-inline: 24px; }
  .crm-finder form { grid-template-columns: 1fr; }
  .crm-finder h2, .crm-finder button { grid-column: 1; }
  .crm-profile-layout { grid-template-columns: 1fr; }
  .crm-profile-side { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crm-action-card { grid-row: span 2; }
}
@media (max-width: 720px) {
  .crm-public-shell, .crm-profile-shell { padding-inline: 16px; }
  .crm-home-hero { padding-top: 8px; }
  .crm-hero-carousel { height: 480px; border-radius: 14px; }
  .crm-hero-copy { padding: 54px 48px; }
  .crm-hero-copy h1, .crm-hero-copy h2 { font-size: 28px; line-height: 1.35; }
  .crm-hero-copy p { font-size: 16px; }
  .crm-hero-arrow { width: 42px; height: 42px; }
  .crm-hero-arrow.is-prev { left: 10px; }
  .crm-hero-arrow.is-next { right: 10px; }
  .crm-hero-progress { left: 22%; right: 38%; }
  .crm-hero-count { right: 22%; }
  .crm-home-section { padding-top: 40px; }
  .crm-section-head { align-items: start; }
  .crm-section-head h2 { font-size: 20px; }
  .crm-guide-grid, .crm-home-card-grid, .crm-consultant-grid { grid-template-columns: 1fr; gap: 16px; }
  .crm-guide-grid article { min-height: auto; }
  .crm-guide-grid p { min-height: 0; }
  .crm-card-media { aspect-ratio: 1 / 1; }
  .crm-finder .crm-public-shell { display: block; padding-inline: 16px; }
  .crm-finder-media { min-height: 260px; border-radius: 14px 14px 0 0; }
  .crm-finder form { min-height: 0; padding: 24px 18px; border: 1px solid #e1e7e3; border-top: 0; border-radius: 0 0 14px 14px; }
  .crm-directory-hero { padding-top: 36px; }
  .crm-search { margin-top: 26px; padding-left: 14px; }
  .crm-search input { font-size: 13px; }
  .crm-search button { min-width: 66px; }
  .crm-topic-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .crm-topic-nav a { min-height: 84px; }
  .crm-filter-form { grid-template-columns: 1fr; }
  .crm-filter-form button { grid-column: 1; }
  .crm-result-head { align-items: start; flex-direction: column; }
  .crm-result-head nav { width: 100%; overflow-x: auto; }
  .crm-result-head nav a { flex: 0 0 auto; }
  .crm-faq > div { grid-template-columns: 1fr; }
  .crm-profile-shell { padding-top: 10px; }
  .crm-profile-identity { grid-template-columns: 96px minmax(0, 1fr); gap: 16px; padding: 18px; }
  .crm-profile-photo { width: 96px; height: 96px; border-radius: 14px; }
  .crm-profile-heading h1 { font-size: 20px; }
  .crm-profile-heading > a { display: none; }
  .crm-profile-tags, .crm-profile-headline, .crm-profile-price, .crm-profile-facts { grid-column: 1 / -1; }
  .crm-profile-copy { display: contents; }
  .crm-profile-facts { grid-template-columns: 1fr; }
  .crm-profile-facts div:nth-child(even) { padding-left: 0; border-left: 0; }
  .crm-profile-cover figcaption { flex-direction: column; gap: 5px; }
  .crm-profile-cover figcaption small { text-align: left; }
  .crm-profile-tabs { top: 64px; gap: 18px; overflow-x: auto; }
  .crm-profile-tabs a { flex: 0 0 auto; }
  .crm-profile-panel { padding: 20px 18px; }
  .crm-profile-panel > header > a, .crm-rating-chip { position: static; margin-top: 12px; }
  .crm-service-card { grid-template-columns: 1fr; }
  .crm-service-card > strong, .crm-service-card > a, .crm-service-card.is-task > a { grid-column: 1; grid-row: auto; }
  .crm-service-card > a { width: 100%; }
  .crm-review-summary { grid-template-columns: 1fr; }
  .crm-review-summary div + div { border-top: 1px solid #dce7e1; border-left: 0; }
  .crm-profile-side { grid-template-columns: 1fr; }
  .crm-action-card { grid-row: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .crm-page *, .crm-page *::before, .crm-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
