.hc-guide {
  --hc-ink: #111827;
  --hc-muted: #4b5563;
  --hc-green: #41661b;
  --hc-line: #dce3e8;
  color: var(--hc-ink);
  background: #fff;
}
.hc-guide .hp-container { width: min(calc(100% - 48px), 1280px); max-width: calc(100% - 48px); margin-inline: auto; }
.hc-guide .hc-hero { padding: 56px 0; background: #f0f5f9; }
.hc-guide .hc-breadcrumb { margin: 0 0 24px; color: #4b5563; font-size: 12px; line-height: 1.7; }
.hc-guide .hc-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 5px 10px; padding: 0; margin: 0; list-style: none; }
.hc-guide .hc-breadcrumb li { display: flex; align-items: baseline; gap: 10px; }
.hc-guide .hc-breadcrumb li + li::before { content: "/"; color: #6b7280; }
.hc-guide .hc-breadcrumb a { color: #35511e; text-decoration: underline; text-underline-offset: 3px; }
.hc-guide h1 { margin: 0 0 30px; font-size: clamp(34px, 4.5vw, 60px); line-height: 1.08; font-weight: 800; letter-spacing: -.025em; }
.hc-guide h2 { margin: 0 0 22px; font-size: clamp(27px, 3vw, 38px); line-height: 1.18; font-weight: 800; letter-spacing: -.018em; }
.hc-guide h3 { margin: 0 0 14px; font-size: clamp(20px, 2vw, 25px); line-height: 1.25; font-weight: 750; }
.hc-guide .hc-hero-question { margin: 0 0 20px; color: #374151; font-size: clamp(22px, 2.2vw, 29px); line-height: 1.35; font-weight: 700; }
.hc-guide .hc-copy { color: var(--hc-muted); font-size: 17px; line-height: 1.8; }
.hc-guide .hc-copy :is(h2, h3, strong) { color: var(--hc-ink); }
.hc-guide .hc-copy p { margin: 0 0 19px; }
.hc-guide .hc-copy p:last-child { margin-bottom: 0; }
.hc-guide .hc-copy > p { max-width: none; }
.hc-guide .hc-copy a:not([class]) { color: var(--hc-green); text-decoration: underline; text-underline-offset: 3px; }
.hc-guide a { overflow-wrap: anywhere; }
.hc-guide a:hover { text-decoration-thickness: 2px; }
.hc-guide :is(a, summary, [tabindex]):focus-visible { outline: 3px solid #5e822e; outline-offset: 4px; }
.hc-guide .hc-section { padding: 48px 0; }
.hc-guide .hc-section--tint { background: #f4f7fa; }
.hc-guide .hc-eyebrow { margin-bottom: 12px; color: var(--hc-green); font-size: 12px; font-weight: 800; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.hc-guide .hc-two, .hc-guide .hc-three, .hc-guide .hc-model-grid { display: grid; gap: 26px; margin: 26px 0; align-items: stretch; }
.hc-guide .hc-two, .hc-guide .hc-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hc-guide .hc-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hc-guide :is(.hc-two, .hc-three, .hc-model-grid) > * { min-width: 0; }
.hc-guide .hc-panel { padding: 28px; border: 1px solid var(--hc-line); border-radius: 18px; background: #fff; }
.hc-guide .hc-note { margin: 25px 0; padding: 22px 25px; border-left: 4px solid #65893b; border-radius: 0 14px 14px 0; background: #edf4e5; }
.hc-guide .hc-media { margin: 0; overflow: hidden; border-radius: 18px; background: #eef1ee; }
.hc-guide .hc-media img { display: block; width: 100%; height: auto; max-width: 100%; padding: 0; margin: 0; object-fit: cover; }
.hc-guide .hc-media figcaption { padding: 12px 16px; color: #4b5563; background: #f5f7f8; font-size: 12px; line-height: 1.55; }
.hc-guide .hc-hero-media { align-self: center; box-shadow: 0 12px 28px rgb(15 23 42 / .10); }
.hc-guide .hc-controls-media { align-self: start; position: sticky; top: 80px; }
.hc-guide .ha-index-hero-body { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 36px; align-items: center; }
.hc-guide .ha-index-hero-body > :last-child { max-width: none; width: 100%; justify-self: stretch; }
.hc-guide .tc-author-meta { display: flex; gap: 8px 20px; flex-wrap: wrap; margin-top: 24px; font-size: 12px; color: #4b5563; }
.hc-guide .hc-route { display: flex; flex-direction: column; gap: 13px; padding: 27px; border: 1px solid #cbd9b9; border-radius: 18px; background: #f3f7ed; color: #354b22; text-decoration: none; }
.hc-guide .hc-route-number { font-size: 14px; font-weight: 800; letter-spacing: .08em; color: #41661b; }
.hc-guide .hc-route strong { font-size: 21px; line-height: 1.3; }
.hc-guide .hc-route > span:last-child { font-size: 15px; line-height: 1.65; }
.hc-guide .hc-route:hover, .hc-guide .hc-reading-card:hover, .hc-guide .hc-feature-link:hover { border-color: #6e8b46; background: #eaf1df; }
.hc-guide .hc-table-wrap { margin: 26px 0 18px; overflow-x: auto; border: 1px solid #d6dfd0; border-radius: 16px; background: #fff; }
.hc-guide .hc-table-wrap table { width: 100%; min-width: 800px; margin: 0; border-collapse: collapse; font-size: 14px; line-height: 1.65; }
.hc-guide .hc-table-wrap caption { text-align: left; padding: 18px 21px; font-weight: 700; color: #344326; background: #eef4e6; }
.hc-guide .hc-table-wrap th, .hc-guide .hc-table-wrap td { padding: 17px 19px; text-align: left; vertical-align: top; border-bottom: 1px solid #e0e7da; }
.hc-guide .hc-table-wrap thead { color: #fff; background: var(--hc-green); }
.hc-guide .hc-table-wrap thead th { font-weight: 700; }
.hc-guide .hc-table-wrap tbody th { width: 16%; color: #243817; }
.hc-guide .hc-table-wrap tbody tr:nth-child(even) { background: #f7f9f5; }
.hc-guide .hc-table-wrap tbody tr:last-child > * { border-bottom: 0; }
.hc-guide .hc-table-wrap th a { color: inherit; }
.hc-guide .hc-model { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--hc-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgb(15 23 42 / .06); }
.hc-guide .hc-model > .hc-media { border-radius: 0; }
.hc-guide .hc-model > .hc-media img { aspect-ratio: 1; height: auto; object-fit: cover; }
.hc-guide .hc-model-body { display: flex; flex: 1; flex-direction: column; padding: 27px; }
.hc-guide .hc-model-body > p { font-size: 16px; }
.hc-guide .hc-model-body > .hc-eyebrow { font-size: 11px; }
.hc-guide .hc-model details { margin: 7px 0 22px; border-top: 1px solid var(--hc-line); border-bottom: 1px solid var(--hc-line); }
.hc-guide .hc-model summary { padding: 16px 0; color: #35511e; font-size: 15px; font-weight: 750; cursor: pointer; }
.hc-guide .hc-details-copy { padding: 0 0 18px; font-size: 15px; }
.hc-guide .hc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; padding-top: 10px; }
.hc-guide .hc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 17px; border: 1px solid var(--hc-green); border-radius: 10px; color: #fff; background: var(--hc-green); text-decoration: none; text-align: center; font-size: 14px; font-weight: 750; line-height: 1.4; }
.hc-guide .hc-button--secondary { color: #344920; background: #fff; border-color: #b4c4a1; }
.hc-guide .hc-button:hover { background: #345317; color: #fff; }
.hc-guide .hc-button--secondary:hover { color: #263e16; background: #ecf2e4; }
.hc-guide .hc-feature-link { display: flex; flex-direction: column; gap: 12px; margin: 27px 0 0; padding: 28px; border: 1px solid #b8cda2; border-radius: 20px; background: #f0f6e7; color: #344326; text-decoration: none; }
.hc-guide .hc-feature-link strong { font-size: 28px; line-height: 1.25; }
.hc-guide .hc-reading-card { display: flex; flex-direction: column; gap: 14px; padding: 25px; border: 1px solid var(--hc-line); border-radius: 18px; color: #465238; background: #f6f8f3; text-decoration: none; }
.hc-guide .hc-reading-card strong { font-size: 19px; line-height: 1.35; }
.hc-guide .hc-reading-card span { font-size: 15px; line-height: 1.65; }
.hc-guide .hc-source-note { color: #5a6370; font-size: 12px; line-height: 1.75; }
.hc-guide .hp-faq-list { margin-top: 26px; }
.hc-guide .hp-faq-item { margin: 0 0 12px; border: 1px solid #dce3e8; border-radius: 14px; overflow: hidden; background: #fff; }
.hc-guide .hp-faq-item > summary { padding: 20px 23px; color: #1e293b; font-size: 17px; font-weight: 700; cursor: pointer; }
.hc-guide .hp-faq-answer { padding: 0 23px 22px; color: #4b5563; font-size: 16px; line-height: 1.8; }
.hc-guide .hp-faq-answer p { margin: 0; padding: 0; }
.hc-guide .hc-diagram { margin: 28px 0; border: 1px solid #dce4d2; border-radius: 18px; background: #f4f7ee; overflow: hidden; }
.hc-guide .hc-diagram img { display: block; width: 100%; height: auto; max-width: 100%; object-fit: contain; }
.hc-guide .hc-diagram figcaption { padding: 13px 18px; font-size: 12px; line-height: 1.6; color: #4b5563; }
.hc-guide .hc-cost-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin: 25px 0; }
.hc-guide .hc-cost-card { padding: 25px; background: #fff; border: 1px solid #cfdbbe; border-radius: 16px; }
.hc-guide .hc-cost-card strong { display: block; font-size: 30px; line-height: 1.2; color: #345317; }
.hc-guide .hc-cost-card span { display: block; margin-top: 9px; font-size: 14px; line-height: 1.6; }
.hc-guide .hc-copy :is(ol, ul) { padding-left: 25px; margin: 20px 0; list-style-position: outside; }
.hc-guide .hc-copy ol { list-style-type: decimal; }
.hc-guide .hc-copy ul { list-style-type: disc; }
.hc-guide .hc-copy li { margin-bottom: 12px; padding-left: 4px; }
.hc-guide [id] { scroll-margin-top: 66px; }
@media (max-width: 1000px) {
  .hc-guide .ha-index-hero-body { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 26px; }
  .hc-guide .hc-three { grid-template-columns: 1fr; }
  .hc-guide .hc-route { padding: 22px; }
}
@media (max-width: 760px) {
  .hc-guide .hp-container { width: calc(100% - 32px); max-width: calc(100% - 32px); }
  .hc-guide .hc-hero { padding: 34px 0; }
  .hc-guide h1 { font-size: clamp(30px, 7.8vw, 42px); margin-bottom: 25px; }
  .hc-guide .ha-index-hero-body, .hc-guide .hc-two, .hc-guide .hc-model-grid, .hc-guide .hc-cost-grid { grid-template-columns: minmax(0,1fr); }
  .hc-guide .hc-section { padding: 34px 0; }
  .hc-guide .hc-copy { font-size: 16px; line-height: 1.8; }
  .hc-guide .hc-controls-media { position: static; }
  .hc-guide .hc-panel, .hc-guide .hc-model-body { padding: 22px; }
  .hc-guide .hc-actions { gap: 10px; }
  .hc-guide .hc-button { flex: 1 1 130px; font-size: 13px; padding: 11px 12px; }
  .hc-guide .hc-table-wrap table { min-width: 760px; }
  .hc-guide .hc-table-wrap th, .hc-guide .hc-table-wrap td { padding: 14px; }
  .hc-guide .hp-faq-item > summary { padding: 18px; font-size: 16px; }
  .hc-guide .hp-faq-answer { padding: 0 18px 20px; }
}
