/* ===== ページヒーロー ===== */
.th-page-hero { position: relative; padding: 64px 0 60px; overflow: hidden; background: linear-gradient(180deg, #0a1424 0%, #0d1929 100%); }
.th-page-hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.th-page-hero-bg-glow { position: absolute; border-radius: 50%; filter: blur(80px); }
.th-page-hero-bg-glow-1 { top: -20%; right: -10%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(85,119,230,0.25) 0%, transparent 70%); }
.th-page-hero-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(85,119,230,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(85,119,230,0.04) 1px, transparent 1px); background-size: 40px 40px; opacity: 0.6; }

.th-breadcrumb { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 13px; color: var(--th-text-sub); margin-bottom: 24px; }
.th-breadcrumb a { color: var(--th-text-sub); text-decoration: none; transition: color 0.2s ease; }
.th-breadcrumb a:hover { color: var(--th-primary-bright); }
.th-breadcrumb svg { width: 14px; height: 14px; color: var(--th-text-mute); }
.th-breadcrumb [aria-current="page"] { color: var(--th-text); font-weight: 700; }

.th-page-hero-head { max-width: 880px; margin-bottom: 32px; }
.th-hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: rgba(85,119,230,0.12); border: 1px solid rgba(85,119,230,0.35); border-radius: 999px; color: #b8c9ee; font-size: 13px; font-weight: 700; margin-bottom: 24px; }
.th-hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--th-primary-bright); box-shadow: 0 0 12px var(--th-primary-bright); }
.th-hero-badge strong { color: #d6e1f5; font-weight: 800; }
.th-page-hero-title { font-size: 46px; font-weight: 900; line-height: 1.25; margin: 0 0 18px; color: var(--th-text-strong); letter-spacing: 0.02em; }
.th-page-hero-title-accent { background: linear-gradient(135deg, var(--th-primary-bright) 0%, #a0b8ff 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.th-page-hero-subtitle { font-size: 16.5px; line-height: 1.9; color: var(--th-text-sub); margin: 0; max-width: 760px; }

/* サポート信頼指標 */
.th-support-trust { display: flex; align-items: stretch; flex-wrap: wrap; gap: 0; background: rgba(255,255,255,0.04); border: 1px solid var(--th-border-strong); border-radius: 18px; padding: 18px 8px; backdrop-filter: blur(8px); }
.th-support-trust-item { flex: 1; min-width: 240px; padding: 10px 24px; display: flex; align-items: center; gap: 16px; }
.th-support-trust-icon { flex-shrink: 0; width: 44px; height: 44px; background: rgba(85,119,230,0.15); color: var(--th-primary-bright); border: 1px solid rgba(85,119,230,0.30); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.th-support-trust-icon svg { width: 22px; height: 22px; }
.th-support-trust-body { display: flex; flex-direction: column; gap: 2px; }
.th-support-trust-body strong { color: var(--th-text-strong); font-size: 14.5px; font-weight: 800; }
.th-support-trust-body small { color: var(--th-text-sub); font-size: 11.5px; line-height: 1.5; }
.th-support-trust-divider { width: 1px; background: rgba(255,255,255,0.10); align-self: stretch; }

/* ===== オーディエンスNotice ===== */
.th-notice { display: flex; gap: 16px; align-items: flex-start; margin-top: 32px; padding: 22px 26px; background: rgba(85,119,230,0.08); border: 1px solid rgba(85,119,230,0.30); border-radius: 14px; backdrop-filter: blur(6px); }
.th-notice-icon { flex-shrink: 0; width: 36px; height: 36px; background: rgba(85,119,230,0.20); color: var(--th-primary-bright); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.th-notice-icon svg { width: 18px; height: 18px; }
.th-notice-body h3 { font-size: 15px; font-weight: 800; color: var(--th-primary-bright); margin: 0 0 6px; }
.th-notice-body p { margin: 0; font-size: 14px; line-height: 1.85; color: var(--th-text-sub); }
.th-notice-body a { color: var(--th-primary-bright); font-weight: 700; text-decoration: underline; }
.th-notice-body a:hover { color: #a3b8f5; }

/* ===== 頭出しナビ（スクロールスパイ） ===== */
.th-jumpnav { position: sticky; top: 72px; z-index: 90; background: rgba(15, 28, 47, 0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--th-border); border-bottom: 1px solid var(--th-border); box-shadow: 0 6px 20px rgba(0,0,0,0.22); }
.th-jumpnav-inner { max-width: 1180px; margin: 0 auto; padding: 0 20px; height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.th-jumpnav-list { display: flex; list-style: none; margin: 0; padding: 0; gap: 4px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; flex: 1 1 auto; }
.th-jumpnav-list::-webkit-scrollbar { display: none; }
.th-jumpnav-link { display: inline-block; white-space: nowrap; padding: 8px 14px; font-size: 14px; font-weight: 700; color: var(--th-text-sub); text-decoration: none; border-radius: 8px; position: relative; transition: color 0.2s ease, background 0.2s ease; }
.th-jumpnav-link:hover { color: var(--th-primary-bright); background: rgba(85,119,230,0.08); }
.th-jumpnav-link.is-active { color: var(--th-primary-bright); background: rgba(85,119,230,0.12); }
.th-jumpnav-link.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: -1px; height: 2px; border-radius: 2px; background: var(--th-primary-bright); }
.th-jumpnav-cta { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; white-space: nowrap; padding: 9px 16px; font-size: 13.5px; font-weight: 800; color: #ffffff; text-decoration: none; border-radius: 9px; background: linear-gradient(135deg, var(--th-primary) 0%, var(--th-primary-dark) 100%); box-shadow: 0 4px 14px rgba(85,119,230,0.35); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.th-jumpnav-cta svg { width: 16px; height: 16px; }
.th-jumpnav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(85,119,230,0.5); }

/* 固定ヘッダー(72px)＋頭出しナビ(56px)分、見出しが隠れないようオフセット */
#quickpath, #resources, #contact-cta { scroll-margin-top: 140px; }

/* ===== クイックパス ===== */
.th-quickpath { padding: 80px 0; background: var(--th-bg-section); }
.th-quickpath-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.th-quickpath-card { display: flex; flex-direction: column; background: linear-gradient(180deg, var(--th-bg-card) 0%, var(--th-bg-card-2) 100%); border: 1px solid var(--th-border); border-radius: 18px; padding: 36px 32px; text-decoration: none; color: var(--th-text); transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
.th-quickpath-card:hover { transform: translateY(-4px); border-color: rgba(85,119,230,0.45); box-shadow: 0 12px 32px rgba(85,119,230,0.18); }
.th-quickpath-card-urgent { border-color: rgba(255,140,66,0.30); }
.th-quickpath-card-urgent:hover { border-color: rgba(255,140,66,0.55); box-shadow: 0 12px 32px rgba(255,140,66,0.18); }
.th-quickpath-icon { width: 56px; height: 56px; color: var(--th-primary-bright); background: rgba(85,119,230,0.15); border: 1px solid rgba(85,119,230,0.30); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.th-quickpath-card-urgent .th-quickpath-icon { color: var(--th-accent-bright); background: rgba(255,140,66,0.15); border-color: rgba(255,140,66,0.30); }
.th-quickpath-icon svg { width: 28px; height: 28px; }
.th-quickpath-card h3 { font-size: 20px; font-weight: 800; color: var(--th-text-strong); margin: 0 0 14px; }
.th-quickpath-card p { font-size: 14.5px; line-height: 1.9; color: var(--th-text-sub); margin: 0 0 24px; flex-grow: 1; }
.th-quickpath-go { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: var(--th-primary-bright); padding-top: 18px; border-top: 1px solid var(--th-border); }
.th-quickpath-card-urgent .th-quickpath-go { color: var(--th-accent-bright); }
.th-quickpath-go svg { width: 16px; height: 16px; transition: transform 0.2s ease; }
.th-quickpath-card:hover .th-quickpath-go svg { transform: translateX(4px); }

/* ===== サポート手段（6つ） ===== */
.th-resources { padding: 90px 0; background: var(--th-bg-main); }

/* フィーチャーカード（ナレッジコミュニティ） */
.th-resource-featured { position: relative; background: linear-gradient(135deg, var(--th-bg-card) 0%, var(--th-bg-card-2) 100%); border: 1.5px solid rgba(85,119,230,0.40); border-radius: 22px; padding: 44px 40px; margin-bottom: 32px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.30), 0 0 60px rgba(85,119,230,0.10); }
.th-resource-featured::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--th-primary) 0%, var(--th-primary-bright) 50%, #a0b8ff 100%); }
.th-resource-featured::after { content: ""; position: absolute; top: -120px; right: -80px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(85,119,230,0.20) 0%, transparent 70%); pointer-events: none; }
.th-resource-featured-badge { position: absolute; top: 24px; right: 24px; padding: 6px 14px; background: linear-gradient(135deg, var(--th-primary-bright) 0%, #a0b8ff 100%); color: #ffffff; font-size: 11px; font-weight: 900; letter-spacing: 0.16em; border-radius: 999px; box-shadow: 0 4px 14px rgba(85,119,230,0.45); }
.th-resource-featured-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 120px 1fr auto; gap: 32px; align-items: center; }
.th-resource-featured-icon { width: 96px; height: 96px; color: var(--th-primary-bright); background: rgba(85,119,230,0.15); border: 1px solid rgba(85,119,230,0.30); border-radius: 22px; display: flex; align-items: center; justify-content: center; }
.th-resource-featured-icon svg { width: 56px; height: 56px; }
.th-resource-featured-body h3 { font-size: 28px; font-weight: 900; color: var(--th-text-strong); margin: 0 0 12px; letter-spacing: 0.01em; }
.th-resource-featured-body > p { font-size: 15px; line-height: 1.9; color: var(--th-text-sub); margin: 0 0 18px; max-width: 580px; }
.th-resource-featured-features { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.th-resource-featured-features li { background: rgba(85,119,230,0.10); border: 1px solid rgba(85,119,230,0.25); color: #b8c9ee; padding: 5px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700; }
.th-resource-featured-action { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
.th-resource-featured-sublink { display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 8px; font-size: 13px; font-weight: 700; color: var(--th-text-sub); text-decoration: none; transition: color 0.2s ease; }
.th-resource-featured-sublink:hover { color: var(--th-primary-bright); }
.th-resource-featured-sublink svg { width: 14px; height: 14px; }

/* 3列リソースグリッド（5枚: 3+2配置） */
.th-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.th-resource-card { display: flex; flex-direction: column; background: linear-gradient(180deg, var(--th-bg-card) 0%, var(--th-bg-card-2) 100%); border: 1px solid var(--th-border); border-radius: 16px; padding: 30px 26px; transition: transform 0.25s ease, border-color 0.25s ease; }
.th-resource-card:hover { transform: translateY(-3px); border-color: rgba(85,119,230,0.40); }
.th-resource-icon { width: 48px; height: 48px; color: var(--th-primary-bright); background: rgba(85,119,230,0.12); border: 1px solid rgba(85,119,230,0.25); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.th-resource-icon svg { width: 24px; height: 24px; }
.th-resource-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.05em; color: var(--th-primary-bright); background: rgba(85,119,230,0.10); padding: 4px 10px; border-radius: 999px; margin-bottom: 12px; align-self: flex-start; }
.th-resource-card h3 { font-size: 18px; font-weight: 800; color: var(--th-text-strong); margin: 0 0 12px; }
.th-resource-card p { font-size: 13.5px; line-height: 1.85; color: var(--th-text-sub); margin: 0 0 20px; flex-grow: 1; }
.th-resource-link { display: inline-flex; align-items: center; gap: 6px; color: var(--th-primary-bright); font-weight: 800; font-size: 13.5px; text-decoration: none; transition: gap 0.2s ease; padding-top: 16px; border-top: 1px solid var(--th-border); }
.th-resource-link svg { width: 14px; height: 14px; transition: transform 0.2s ease; }
.th-resource-card:hover .th-resource-link { gap: 10px; }
.th-resource-card:hover .th-resource-link svg { transform: translateX(2px); }

/* ===== お問い合わせCTA（大型） ===== */
.th-contact-cta { padding: 80px 0; background: var(--th-bg-section); }
.th-contact-cta-card { position: relative; background: linear-gradient(135deg, var(--th-primary) 0%, var(--th-primary-dark) 100%); border-radius: 24px; padding: 56px 48px; overflow: hidden; box-shadow: 0 20px 60px rgba(85,119,230,0.30); border: 1px solid rgba(255,255,255,0.12); }
.th-contact-cta-card::before { content: ""; position: absolute; top: -150px; right: -120px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.14) 0%, transparent 70%); pointer-events: none; }
.th-contact-cta-card::after { content: ""; position: absolute; bottom: -100px; left: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(160,184,255,0.18) 0%, transparent 70%); pointer-events: none; }
.th-contact-cta-card { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }
.th-contact-cta-content { position: relative; z-index: 1; }
.th-contact-cta-card h2 { font-size: 34px; font-weight: 900; color: #ffffff; margin: 0 0 18px; line-height: 1.4; letter-spacing: 0.01em; }
.th-contact-cta-card h2 .th-page-hero-title-accent { background: linear-gradient(135deg, var(--th-primary-bright) 0%, #a0b8ff 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.th-contact-cta-card > .th-contact-cta-content > p { font-size: 15.5px; line-height: 1.9; color: rgba(255,255,255,0.92); margin: 0 0 28px; }
.th-contact-cta-card > .th-contact-cta-content > p strong { color: #ffffff; font-weight: 800; }
.th-contact-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.th-contact-feature { display: flex; align-items: flex-start; gap: 12px; padding: 12px 16px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18); border-radius: 12px; }
.th-contact-feature svg { flex-shrink: 0; width: 20px; height: 20px; color: #ffd4b8; margin-top: 1px; }
.th-contact-feature span { color: rgba(255,255,255,0.95); font-size: 13.5px; line-height: 1.6; }
.th-contact-feature strong { color: #ffffff; font-weight: 800; display: block; }
.th-contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.th-contact-actions .th-btn-primary { background: #ffffff; color: var(--th-primary-dark); box-shadow: 0 10px 28px rgba(0,0,0,0.25); }
.th-contact-actions .th-btn-primary:hover { background: #f0f4ff; box-shadow: 0 16px 36px rgba(0,0,0,0.35); }
.th-contact-actions .th-btn-secondary { background: rgba(255,255,255,0.18); color: #ffffff; border-color: rgba(255,255,255,0.40); }
.th-contact-actions .th-btn-secondary:hover { background: rgba(255,255,255,0.28); }
.th-contact-cta-side { position: relative; z-index: 1; text-align: center; }
.th-contact-cta-illustration { width: 200px; height: 200px; margin: 0 auto 16px; }
.th-contact-cta-side-text { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.88); margin: 0; font-style: italic; }

/* ===== リード回収（横長ストリップ） ===== */
.th-lead-recovery { padding: 56px 0 80px; background: var(--th-bg-main); }
.th-lead-recovery-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; background: linear-gradient(135deg, rgba(255,140,66,0.10) 0%, rgba(255,140,66,0.04) 100%); border: 1px solid rgba(255,140,66,0.30); border-radius: 18px; padding: 24px 28px; }
.th-lead-recovery-strip-icon { flex-shrink: 0; width: 48px; height: 48px; background: rgba(255,140,66,0.18); color: var(--th-accent-bright); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.th-lead-recovery-strip-icon svg { width: 24px; height: 24px; }
.th-lead-recovery-strip-body { display: flex; flex-direction: column; gap: 4px; }
.th-lead-recovery-strip-body strong { font-size: 15.5px; font-weight: 800; color: var(--th-accent-bright); }
.th-lead-recovery-strip-body span { font-size: 13.5px; color: var(--th-text-sub); line-height: 1.7; }
.th-lead-recovery-strip-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.th-lead-strip-btn { display: inline-flex; align-items: center; gap: 6px; padding: 11px 20px; border-radius: 999px; font-size: 13.5px; font-weight: 800; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; white-space: nowrap; }
.th-lead-strip-btn svg { width: 14px; height: 14px; }
.th-lead-strip-btn-primary { background: linear-gradient(135deg, var(--th-accent) 0%, var(--th-accent-dark) 100%); color: #ffffff; box-shadow: 0 6px 18px rgba(255,140,66,0.40); }
.th-lead-strip-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(255,140,66,0.55); }
.th-lead-strip-btn-secondary { background: rgba(255,255,255,0.06); color: var(--th-text); border: 1px solid var(--th-border-strong); }
.th-lead-strip-btn-secondary:hover { background: rgba(85,119,230,0.18); border-color: rgba(85,119,230,0.45); color: var(--th-primary-bright); }

/* ===== フッター（トップページ共通） ===== */
.th-footer { padding: 60px 0 28px; background: #06101c; border-top: 1px solid var(--th-border); }
.th-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
.th-footer-brand p { font-size: 13.5px; line-height: 1.85; color: var(--th-text-mute); margin: 0; max-width: 320px; }
.th-footer-col h4 { color: var(--th-text-strong); font-size: 12.5px; font-weight: 800; letter-spacing: 0.16em; margin: 0 0 18px; text-transform: uppercase; }
.th-footer-col ul { list-style: none; padding: 0; margin: 0; }
.th-footer-col li { margin-bottom: 10px; }
.th-footer-col a { font-size: 14px; color: var(--th-text-sub); text-decoration: none; transition: color 0.2s ease, padding-left 0.2s ease; }
.th-footer-col a:hover { color: var(--th-primary-bright); padding-left: 4px; }
.th-footer-link-current { color: var(--th-primary-bright) !important; font-weight: 700; }
.th-footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--th-border); text-align: center; font-size: 12.5px; color: var(--th-text-mute); }

::selection { background: var(--th-accent); color: #ffffff; }

/* ===== レスポンシブ ===== */
@media (max-width: 1080px) {
  .th-header-cta span { display: none; }
  .th-header-cta { padding: 10px 14px; }
  .th-header-user-label { display: none; }
  .th-header-user { width: 40px; padding: 0; justify-content: center; border-radius: 50%; }
  .th-resource-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  body { padding-top: 64px; }
  .th-header-inner { height: 64px; padding: 0 16px; }
  .th-header-user { display: none; }
  .th-header-burger { display: flex; }
  .th-header-nav { position: fixed; top: 64px; left: 0; right: 0; bottom: 0; background: rgba(13, 25, 41, 0.98); backdrop-filter: blur(20px); padding: 24px; overflow-y: auto; transform: translateX(100%); transition: transform 0.3s ease; display: block; }
  .th-header-nav.th-header-nav-open { transform: translateX(0); }
  .th-header-menu { flex-direction: column; gap: 4px; }
  .th-header-item { width: 100%; }
  .th-header-link { padding: 14px 16px; width: 100%; justify-content: space-between; font-size: 16px; border-bottom: 1px solid var(--th-border); border-radius: 0; }
  .th-header-submenu { position: static; transform: none; min-width: auto; opacity: 1; visibility: visible; padding: 8px 0 8px 16px; margin-top: 0; background: transparent; backdrop-filter: none; border: none; box-shadow: none; display: none; }
  .th-header-item-dropdown.th-header-item-open .th-header-submenu { display: block; }
  .th-header-item-dropdown.th-header-item-open .th-header-chevron { transform: rotate(180deg); }
  .th-header-submenu a { padding: 10px 14px; }

  .th-support-trust { flex-direction: column; gap: 4px; }
  .th-support-trust-divider { width: 80%; height: 1px; }
  .th-quickpath-grid { grid-template-columns: 1fr; }
  .th-resource-featured-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .th-resource-featured-icon { margin: 0 auto; }
  .th-resource-featured-body > p { margin-left: auto; margin-right: auto; }
  .th-resource-featured-features { justify-content: center; }
  .th-resource-grid { grid-template-columns: repeat(2, 1fr); }
  .th-contact-cta-card { grid-template-columns: 1fr; gap: 32px; }
  .th-contact-cta-side { order: -1; }
  .th-contact-cta-illustration { width: 140px; height: 140px; }
  .th-lead-recovery-strip { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .th-lead-recovery-strip-icon { margin: 0 auto; }
  .th-lead-recovery-strip-actions { justify-content: center; }
  .th-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .th-section-head h2 { font-size: 30px; }
  .th-page-hero-title { font-size: 36px; }
}
@media (max-width: 640px) {
  .th-page-hero { padding: 48px 0 52px; }
  .th-page-hero-title { font-size: 30px; }
  .th-section-head h2 { font-size: 24px; }
  .th-resource-grid { grid-template-columns: 1fr; }
  .th-resource-featured { padding: 32px 24px; }
  .th-resource-featured-badge { top: 16px; right: 16px; padding: 4px 10px; font-size: 10px; }
  .th-contact-cta-card { padding: 36px 24px; }
  .th-contact-cta-card h2 { font-size: 26px; }
  .th-contact-actions { flex-direction: column; }
  .th-contact-actions .th-btn { width: 100%; }
  .th-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .th-page-hero, .th-quickpath, .th-resources, .th-contact-cta { padding: 56px 0; }
}
@media (max-width: 960px) {
  .th-jumpnav { top: 64px; }
  .th-jumpnav-inner { padding: 0 16px; gap: 10px; height: 52px; }
  .th-jumpnav-link { padding: 7px 11px; font-size: 13px; }
  .th-jumpnav-cta { padding: 8px 12px; font-size: 12.5px; gap: 5px; }
  .th-jumpnav-cta svg { width: 15px; height: 15px; }
  #quickpath, #resources, #contact-cta { scroll-margin-top: 130px; }
}
@media (max-width: 640px) {
  .th-notice { flex-direction: column; gap: 12px; padding: 20px; margin-top: 24px; }
  .th-jumpnav-cta span { display: none; }
  .th-jumpnav-cta { padding: 8px 10px; }
}
@media (max-width: 480px) {
  .th-header-logo-text { font-size: 16px; }
  .th-header-cta { padding: 9px 14px; font-size: 13px; }
}