.hjd-directory {
  --hjd-ink: #132033;
  --hjd-muted: #617086;
  --hjd-line: #e1e7ef;
  --hjd-soft: #f5f8fc;
  --hjd-soft-2: #eef5ff;
  --hjd-blue: #2357d9;
  --hjd-blue-dark: #173da6;
  --hjd-green: #167a58;
  --hjd-green-soft: #eaf8f2;
  --hjd-violet: #6847d9;
  --hjd-violet-soft: #f2efff;
  --hjd-white: #ffffff;
  --hjd-shadow: 0 18px 50px rgba(25, 42, 70, .09);
  color: var(--hjd-ink);
  background: var(--hjd-white);
  font-family: inherit;
  line-height: 1.55;
}

.hjd-directory *, .hjd-directory *::before, .hjd-directory *::after { box-sizing: border-box; }
.hjd-directory a { color: inherit; text-decoration: none; }
.hjd-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.hjd-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 36px;
  background:
    radial-gradient(circle at 85% 10%, rgba(35,87,217,.12), transparent 33%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 80%);
  border-bottom: 1px solid var(--hjd-line);
}
.hjd-hero::after {
  content: "";
  position: absolute;
  width: 380px; height: 380px;
  right: -210px; bottom: -250px;
  border: 54px solid rgba(35,87,217,.055);
  border-radius: 50%;
  pointer-events: none;
}
.hjd-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 34px; font-size: 13px; color: #78869a; }
.hjd-breadcrumbs a:hover { color: var(--hjd-blue); }
.hjd-hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .7fr); gap: 54px; align-items: center; }
.hjd-kicker, .hjd-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; color: var(--hjd-blue); }
.hjd-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.hjd-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #1bae72; box-shadow: 0 0 0 5px rgba(27,174,114,.11); }
.hjd-hero h1 { max-width: 780px; margin: 0; color: #0f1c2e; font-size: clamp(42px, 5.2vw, 72px); letter-spacing: -.045em; line-height: 1.02; font-weight: 780; }
.hjd-lede { max-width: 760px; margin: 23px 0 0; color: var(--hjd-muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; }
.hjd-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hjd-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 11px; border: 1px solid transparent; font-size: 14px; font-weight: 750; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease; cursor: pointer; }
.hjd-button:hover { transform: translateY(-1px); }
.hjd-button-primary { background: var(--hjd-blue); color: white !important; box-shadow: 0 8px 24px rgba(35,87,217,.2); }
.hjd-button-primary:hover { background: var(--hjd-blue-dark); }
.hjd-button-secondary { background: rgba(255,255,255,.8); border-color: #ccd6e4; color: var(--hjd-ink); }
.hjd-button-secondary:hover { border-color: #aab8ca; }
.hjd-scope-card { padding: 24px; border-radius: 20px; border: 1px solid #dce5f2; background: rgba(255,255,255,.9); box-shadow: var(--hjd-shadow); backdrop-filter: blur(8px); }
.hjd-scope-label { display: block; margin-bottom: 5px; color: #8090a5; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.hjd-scope-card > strong { display: block; margin-bottom: 18px; font-size: 22px; letter-spacing: -.025em; }
.hjd-scope-row { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-top: 1px solid var(--hjd-line); font-size: 14px; }
.hjd-scope-row span { color: var(--hjd-muted); }
.hjd-scope-row b { color: var(--hjd-ink); font-size: 16px; }
.hjd-scope-note { margin-top: 12px; padding: 12px 13px; border-radius: 11px; background: var(--hjd-soft-2); color: #4d6483; font-size: 12px; line-height: 1.55; }
.hjd-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 45px; background: var(--hjd-line); border: 1px solid var(--hjd-line); border-radius: 16px; overflow: hidden; }
.hjd-stat { padding: 20px 22px; background: rgba(255,255,255,.97); }
.hjd-stat span { display: block; color: #758399; font-size: 12px; margin-bottom: 5px; }
.hjd-stat strong { display: block; font-size: 27px; letter-spacing: -.03em; }
.hjd-stat strong.hjd-stat-text { font-size: 17px; padding-top: 7px; }

.hjd-jobs-section { padding: 74px 0 88px; }
.hjd-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 26px; }
.hjd-section-heading h2 { margin: 7px 0 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.hjd-section-heading > p { max-width: 390px; margin: 0; color: var(--hjd-muted); font-size: 14px; text-align: right; }
.hjd-filter-panel { display: grid; grid-template-columns: 1.5fr .7fr .65fr; gap: 14px; padding: 17px; background: var(--hjd-soft); border: 1px solid var(--hjd-line); border-radius: 16px; }
.hjd-filter-panel label > span { display: block; margin-bottom: 7px; color: #68778c; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hjd-filter-panel input, .hjd-filter-panel select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #d2dae6; border-radius: 10px; outline: none; background: #fff; color: var(--hjd-ink); font: inherit; font-size: 14px; }
.hjd-filter-panel input:focus, .hjd-filter-panel select:focus { border-color: #7fa0ef; box-shadow: 0 0 0 3px rgba(35,87,217,.09); }
.hjd-input-wrap { position: relative; }
.hjd-input-wrap svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #8795a7; pointer-events: none; }
.hjd-input-wrap input { padding-left: 43px; }
.hjd-filter-summary { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin: 15px 0 24px; }
.hjd-chip { display: inline-flex; align-items: center; min-height: 29px; padding: 0 10px; border-radius: 999px; background: #f1f4f8; color: #536279; font-size: 11px; font-weight: 750; }
.hjd-chip-fixed { background: #eef3ff; color: #3153a8; }
.hjd-last-sync { margin-left: auto; color: #8490a0; font-size: 12px; }
.hjd-job-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hjd-job-card { display: flex; flex-direction: column; min-height: 285px; padding: 20px; border: 1px solid var(--hjd-line); border-radius: 16px; background: #fff; box-shadow: 0 8px 30px rgba(27,43,69,.035); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.hjd-job-card:hover { transform: translateY(-3px); border-color: #b9c8dd; box-shadow: 0 16px 36px rgba(27,43,69,.09); }
.hjd-job-card-top { display: flex; align-items: center; gap: 11px; }
.hjd-company-mark { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 10px; background: linear-gradient(145deg, #edf3ff, #f8faff); border: 1px solid #dae5f6; color: var(--hjd-blue); font-weight: 850; }
.hjd-job-meta-top { min-width: 0; }
.hjd-company { display: block; color: #39495e; font-size: 13px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hjd-freshness { display: block; color: #8a96a5; font-size: 11px; margin-top: 2px; }
.hjd-job-card h3 { margin: 18px 0 16px; font-size: 19px; line-height: 1.35; letter-spacing: -.018em; }
.hjd-job-card h3 a:hover { color: var(--hjd-blue); }
.hjd-job-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.hjd-job-tags span { max-width: 100%; padding: 6px 8px; border-radius: 8px; background: #f4f6f9; color: #637086; font-size: 10px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hjd-job-tags .hjd-worldwide { background: var(--hjd-violet-soft); color: var(--hjd-violet); }
.hjd-job-tags .hjd-europe { background: var(--hjd-green-soft); color: var(--hjd-green); }
.hjd-job-footer { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #edf0f4; }
.hjd-job-footer > span { color: #97a1ae; font-size: 10px; }
.hjd-job-footer a { color: var(--hjd-blue); font-size: 12px; font-weight: 800; white-space: nowrap; }
.hjd-job-footer a:hover { color: var(--hjd-blue-dark); }
.hjd-job-card-enter { animation: hjdCardIn .28s ease both; }
@keyframes hjdCardIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.hjd-load-more-wrap { display: flex; justify-content: center; margin-top: 30px; }
.hjd-button-load { background: white; border-color: #cdd7e4; color: var(--hjd-ink); min-width: 170px; }
.hjd-button-load:hover { border-color: #98a9c0; box-shadow: 0 8px 18px rgba(18,35,59,.07); }
.hjd-loading { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 25px 0; color: var(--hjd-muted); }
.hjd-loading span { width: 7px; height: 7px; border-radius: 50%; background: var(--hjd-blue); animation: hjdPulse .8s infinite alternate; }
.hjd-loading span:nth-child(2) { animation-delay: .15s; }
.hjd-loading span:nth-child(3) { animation-delay: .3s; }
.hjd-loading em { margin-left: 7px; font-style: normal; font-size: 12px; }
@keyframes hjdPulse { to { opacity: .3; transform: translateY(-2px); } }
.hjd-empty, .hjd-error { margin: 22px 0; padding: 22px; border-radius: 14px; text-align: center; }
.hjd-empty { background: var(--hjd-soft); color: var(--hjd-muted); }
.hjd-empty strong, .hjd-empty span { display: block; }
.hjd-empty strong { color: var(--hjd-ink); margin-bottom: 5px; }
.hjd-error { background: #fff3f2; border: 1px solid #ffd9d5; color: #8d342b; }
.hjd-error p { margin: 6px 0 0; }

.hjd-context-section { padding: 88px 0; background: #f7faff; border-top: 1px solid var(--hjd-line); border-bottom: 1px solid var(--hjd-line); }
.hjd-context-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 70px; align-items: start; }
.hjd-context-copy h2 { max-width: 730px; margin: 8px 0 22px; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.hjd-context-copy p { max-width: 760px; color: var(--hjd-muted); font-size: 16px; line-height: 1.8; }
.hjd-context-copy strong { color: var(--hjd-ink); }
.hjd-rule-card { padding: 24px; background: #fff; border: 1px solid #dce5f1; border-radius: 18px; box-shadow: var(--hjd-shadow); }
.hjd-rule-title { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; color: var(--hjd-blue); }
.hjd-rule { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid var(--hjd-line); font-size: 13px; }
.hjd-rule span { color: var(--hjd-muted); }
.hjd-rule strong { text-align: right; }
.hjd-rule-card p { margin: 13px 0 0; padding: 13px; border-radius: 10px; background: #f5f7fa; color: #6c798c; font-size: 12px; }

.hjd-guide-section, .hjd-related-section, .hjd-faq-section { padding: 88px 0; }
.hjd-heading-narrow { max-width: 830px; }
.hjd-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hjd-guide-grid article { padding: 26px; border: 1px solid var(--hjd-line); border-radius: 16px; background: white; }
.hjd-guide-number { color: #a8b3c2; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.hjd-guide-grid h3 { margin: 20px 0 10px; font-size: 20px; }
.hjd-guide-grid p { margin: 0; color: var(--hjd-muted); font-size: 14px; line-height: 1.7; }
.hjd-related-section { background: #0f1c2e; color: #fff; }
.hjd-related-section .hjd-eyebrow { color: #8fb0ff; }
.hjd-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hjd-related-grid a { display: flex; min-height: 190px; flex-direction: column; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.045); transition: background .18s ease, transform .18s ease; }
.hjd-related-grid a:hover { background: rgba(255,255,255,.085); transform: translateY(-2px); }
.hjd-related-grid span { color: #8ea0ba; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.hjd-related-grid strong { margin-top: 13px; font-size: 19px; line-height: 1.25; }
.hjd-related-grid em { margin-top: auto; color: #a9b8cd; font-size: 12px; font-style: normal; }

.hjd-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.hjd-faq-intro { position: sticky; top: 40px; }
.hjd-faq-intro h2 { margin: 8px 0 15px; font-size: clamp(32px, 4vw, 45px); line-height: 1.08; letter-spacing: -.04em; }
.hjd-faq-intro p { color: var(--hjd-muted); font-size: 15px; line-height: 1.7; }
.hjd-faq { border-top: 1px solid var(--hjd-line); }
.hjd-faq:last-child { border-bottom: 1px solid var(--hjd-line); }
.hjd-faq summary { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 22px 0; list-style: none; cursor: pointer; font-size: 16px; font-weight: 780; }
.hjd-faq summary::-webkit-details-marker { display: none; }
.hjd-faq summary span { display: grid; place-items: center; width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; background: #f1f5fa; color: var(--hjd-blue); font-size: 16px; }
.hjd-faq div { padding: 0 42px 20px 0; }
.hjd-faq p { margin: 0; color: var(--hjd-muted); line-height: 1.75; font-size: 14px; }

@media (max-width: 980px) {
  .hjd-hero-grid, .hjd-context-grid, .hjd-faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .hjd-faq-intro { position: static; }
  .hjd-stats { grid-template-columns: repeat(2, 1fr); }
  .hjd-filter-panel { grid-template-columns: 1fr 1fr; }
  .hjd-search-field { grid-column: 1 / -1; }
  .hjd-job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hjd-guide-grid { grid-template-columns: 1fr; }
  .hjd-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .hjd-shell { width: min(100% - 28px, 1180px); }
  .hjd-hero { padding: 30px 0 28px; }
  .hjd-breadcrumbs { margin-bottom: 24px; font-size: 11px; }
  .hjd-hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .hjd-lede { font-size: 16px; line-height: 1.65; }
  .hjd-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hjd-button { padding-inline: 13px; }
  .hjd-scope-card { padding: 19px; }
  .hjd-stats { grid-template-columns: 1fr 1fr; margin-top: 28px; }
  .hjd-stat { padding: 16px; }
  .hjd-stat strong { font-size: 23px; }
  .hjd-stat strong.hjd-stat-text { font-size: 14px; }
  .hjd-jobs-section, .hjd-context-section, .hjd-guide-section, .hjd-related-section, .hjd-faq-section { padding: 58px 0; }
  .hjd-section-heading { display: block; }
  .hjd-section-heading > p { margin-top: 12px; text-align: left; }
  .hjd-filter-panel { grid-template-columns: 1fr; padding: 13px; }
  .hjd-search-field { grid-column: auto; }
  .hjd-last-sync { width: 100%; margin: 2px 0 0; }
  .hjd-job-grid { grid-template-columns: 1fr; }
  .hjd-job-card { min-height: 255px; }
  .hjd-related-grid { grid-template-columns: 1fr; }
  .hjd-related-grid a { min-height: 150px; }
  .hjd-faq div { padding-right: 20px; }
}

/* v0.2 additions */
.hjd-filter-panel-simple { grid-template-columns: minmax(0, 1fr) minmax(190px, .32fr); }
.hjd-filter-panel-simple .hjd-search-field { grid-column: auto; }
.hjd-region-tag { background: #eef4ff !important; color: #315fa7 !important; }
.hjd-directory-page .entry-title,
.hjd-directory-page .page-header { display: none; }

@media (max-width: 680px) {
  .hjd-filter-panel-simple { grid-template-columns: 1fr; }
}

/* v0.3 directory network */
.hjd-hub-hero { padding-bottom: 52px; }
.hjd-hub-hero-copy { max-width: 860px; }
.hjd-hub-grid-section { padding: 74px 0 90px; background: #fff; }
.hjd-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hjd-hub-card { min-height: 230px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--hjd-line); border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(27,43,69,.04); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.hjd-hub-card:hover { transform: translateY(-3px); border-color: #b8c8df; box-shadow: 0 16px 36px rgba(27,43,69,.09); }
.hjd-hub-card > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.hjd-hub-card-label { color: var(--hjd-ink); font-size: 20px; font-weight: 850; letter-spacing: -.02em; }
.hjd-hub-card strong { min-width: 48px; text-align: right; color: var(--hjd-blue); font-size: 22px; line-height: 1; }
.hjd-hub-card p { margin: 24px 0 20px; color: var(--hjd-muted); font-size: 14px; line-height: 1.7; }
.hjd-hub-card-link { margin-top: auto; color: var(--hjd-blue); font-size: 12px; font-weight: 800; }
@media (max-width: 980px) { .hjd-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .hjd-hub-grid-section { padding: 54px 0 64px; } .hjd-hub-grid { grid-template-columns: 1fr; } .hjd-hub-card { min-height: 190px; } }
.hjd-job-tags .hjd-category-tag { background: #f0f4ff; color: #445aa7; }
.hjd-hub-card strong.hjd-live-label { min-width: auto; padding: 5px 9px; border-radius: 999px; background: #eef8f1; color: #237a43; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

/* v0.4 homepage and About */
.hjd-home-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 42px;
  background:
    radial-gradient(circle at 83% 18%, rgba(35,87,217,.16), transparent 30%),
    radial-gradient(circle at 12% 0%, rgba(104,71,217,.07), transparent 26%),
    linear-gradient(180deg, #f7faff 0%, #fff 84%);
  border-bottom: 1px solid var(--hjd-line);
}
.hjd-home-hero::after { content:""; position:absolute; right:-130px; bottom:-290px; width:500px; height:500px; border:64px solid rgba(35,87,217,.045); border-radius:50%; pointer-events:none; }
.hjd-home-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.45fr) minmax(300px,.65fr); gap:64px; align-items:center; }
.hjd-home-hero-copy h1 { max-width:850px; margin:0; color:#0d1929; font-size:clamp(50px,6.2vw,88px); line-height:.98; letter-spacing:-.055em; font-weight:800; }
.hjd-home-lede { max-width:760px; margin:25px 0 0; color:var(--hjd-muted); font-size:clamp(18px,1.6vw,21px); line-height:1.7; }
.hjd-home-trustline { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.hjd-home-trustline span { padding:7px 10px; border:1px solid #dce5f1; border-radius:999px; background:rgba(255,255,255,.86); color:#617086; font-size:10px; font-weight:800; }
.hjd-home-source-card { padding:26px; border:1px solid #dce5f1; border-radius:20px; background:rgba(255,255,255,.88); box-shadow:var(--hjd-shadow); backdrop-filter:blur(8px); }
.hjd-source-card-label { display:block; margin-bottom:9px; color:var(--hjd-blue); font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.hjd-home-source-card strong { display:block; color:var(--hjd-ink); font-size:23px; line-height:1.25; letter-spacing:-.03em; }
.hjd-home-source-card p { margin:15px 0; color:var(--hjd-muted); font-size:13px; line-height:1.7; }
.hjd-home-source-card a { color:var(--hjd-blue); font-size:12px; font-weight:850; }
.hjd-home-search-panel { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1.4fr) minmax(170px,.52fr) minmax(170px,.52fr) auto; gap:12px; align-items:end; margin-top:46px; padding:17px; border:1px solid #dbe3ee; border-radius:18px; background:#fff; box-shadow:0 24px 60px rgba(24,43,74,.1); }
.hjd-home-search-panel label > span { display:block; margin-bottom:7px; color:#68778c; font-size:10px; font-weight:850; text-transform:uppercase; letter-spacing:.07em; }
.hjd-home-search-panel input,.hjd-home-search-panel select { width:100%; min-height:50px; padding:0 14px; border:1px solid #d3dce8; border-radius:10px; background:#fff; color:var(--hjd-ink); font:inherit; font-size:14px; outline:none; }
.hjd-home-search-panel input { padding-left:43px; }
.hjd-home-search-panel input:focus,.hjd-home-search-panel select:focus { border-color:#83a0e7; box-shadow:0 0 0 3px rgba(35,87,217,.08); }
.hjd-home-search-panel .hjd-button { min-height:50px; }
.hjd-home-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:28px; border:1px solid var(--hjd-line); border-radius:15px; overflow:hidden; background:var(--hjd-line); }
.hjd-home-stats > div { padding:19px 20px; background:#fff; }
.hjd-home-stats strong { display:block; color:var(--hjd-ink); font-size:24px; letter-spacing:-.03em; }
.hjd-home-stats span { display:block; margin-top:3px; color:#7a8798; font-size:11px; }
.hjd-home-jobs { padding:78px 0 92px; }
.hjd-home-directory-section { padding:90px 0; border-top:1px solid var(--hjd-line); background:#f8faff; }
.hjd-home-split-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:30px; }
.hjd-home-split-heading h2 { margin:7px 0 0; font-size:clamp(34px,4vw,50px); line-height:1.05; letter-spacing:-.04em; }
.hjd-home-split-heading > a { color:var(--hjd-blue); font-size:12px; font-weight:850; white-space:nowrap; }
.hjd-home-role-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:13px; }
.hjd-home-role-grid > a { position:relative; min-height:190px; padding:22px; border:1px solid #dfe6ef; border-radius:16px; background:#fff; transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease; }
.hjd-home-role-grid > a:hover { transform:translateY(-3px); border-color:#bac8da; box-shadow:0 15px 34px rgba(24,43,74,.08); }
.hjd-home-role-grid span { display:block; padding-right:34px; color:var(--hjd-ink); font-size:19px; font-weight:850; letter-spacing:-.02em; }
.hjd-home-role-grid p { margin:16px 0 0; color:var(--hjd-muted); font-size:12px; line-height:1.65; }
.hjd-home-role-grid b { position:absolute; right:20px; top:20px; color:#9aa8ba; font-size:14px; }
.hjd-home-region-section { padding:92px 0; background:#0f1c2e; color:#fff; }
.hjd-home-region-section .hjd-eyebrow { color:#86a8ff; }
.hjd-home-split-heading-light h2 { color:#fff; }
.hjd-home-split-heading-light > a { color:#a9c0ff; }
.hjd-home-region-lede { max-width:800px; margin:-9px 0 32px; color:#9eacc0; font-size:15px; line-height:1.75; }
.hjd-home-region-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.hjd-home-region-grid a { min-height:146px; padding:21px; border:1px solid rgba(255,255,255,.12); border-radius:15px; background:rgba(255,255,255,.045); }
.hjd-home-region-grid a:hover { background:rgba(255,255,255,.08); }
.hjd-home-region-grid span { display:block; color:#fff; font-size:17px; font-weight:850; }
.hjd-home-region-grid small { display:block; margin-top:12px; color:#91a0b6; font-size:11px; line-height:1.55; }
.hjd-home-method { padding:92px 0; }
.hjd-home-method-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.hjd-home-method-grid article { padding:27px; border:1px solid var(--hjd-line); border-radius:17px; background:#fff; }
.hjd-home-method-grid article > span { color:#9aa8bb; font-size:11px; font-weight:900; letter-spacing:.1em; }
.hjd-home-method-grid h3 { margin:24px 0 11px; font-size:21px; letter-spacing:-.025em; }
.hjd-home-method-grid p { margin:0; color:var(--hjd-muted); font-size:13px; line-height:1.72; }
.hjd-home-built { padding:86px 0; background:#eef5ff; border-top:1px solid #dce7f5; border-bottom:1px solid #dce7f5; }
.hjd-home-built-grid { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr); gap:68px; align-items:center; }
.hjd-home-built h2 { max-width:680px; margin:8px 0 18px; font-size:clamp(34px,4vw,52px); line-height:1.05; letter-spacing:-.04em; }
.hjd-home-built p { max-width:710px; margin:0; color:var(--hjd-muted); font-size:15px; line-height:1.8; }
.hjd-home-system-map { display:grid; grid-template-columns:1fr auto; gap:9px 11px; align-items:center; padding:24px; border:1px solid #d4e0f0; border-radius:18px; background:#fff; box-shadow:var(--hjd-shadow); }
.hjd-home-system-map span { padding:13px 14px; border-radius:10px; background:#f5f8fc; color:#31435b; font-size:12px; font-weight:800; }
.hjd-home-system-map b { color:#91a0b4; font-weight:700; }
.hjd-home-system-map span:last-child { background:#eaf1ff; color:#3156a6; }

.hjd-about-hero { padding:48px 0 76px; background:linear-gradient(180deg,#f8fbff 0%,#fff 100%); border-bottom:1px solid var(--hjd-line); }
.hjd-about-hero-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr); gap:64px; align-items:center; }
.hjd-about-hero h1 { max-width:850px; margin:0; font-size:clamp(48px,5.8vw,80px); line-height:.99; letter-spacing:-.05em; }
.hjd-about-principle-card { padding:27px; border:1px solid #dce5f1; border-radius:20px; background:#fff; box-shadow:var(--hjd-shadow); }
.hjd-about-principle-card > span { display:block; margin-bottom:10px; color:var(--hjd-blue); font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.hjd-about-principle-card strong { display:block; font-size:22px; line-height:1.32; letter-spacing:-.025em; }
.hjd-about-principle-card p { margin:15px 0 0; color:var(--hjd-muted); font-size:13px; line-height:1.7; }
.hjd-about-problem { padding:94px 0; }
.hjd-about-copy-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:start; }
.hjd-about-copy-grid h2 { max-width:530px; margin:8px 0 0; font-size:clamp(38px,4.5vw,57px); line-height:1.04; letter-spacing:-.045em; }
.hjd-about-longcopy p { margin:0 0 20px; color:var(--hjd-muted); font-size:16px; line-height:1.85; }
.hjd-about-longcopy strong { color:var(--hjd-ink); }
.hjd-about-system { padding:92px 0; background:#0f1c2e; color:#fff; }
.hjd-about-system .hjd-eyebrow { color:#86a8ff; }
.hjd-about-system .hjd-section-heading h2 { color:#fff; }
.hjd-about-flow { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
.hjd-about-flow article { min-height:245px; padding:22px; border:1px solid rgba(255,255,255,.12); border-radius:15px; background:rgba(255,255,255,.045); }
.hjd-about-flow article > span { color:#8293aa; font-size:10px; font-weight:900; letter-spacing:.1em; }
.hjd-about-flow h3 { margin:25px 0 12px; color:#fff; font-size:19px; }
.hjd-about-flow p { margin:0; color:#99a8bc; font-size:12px; line-height:1.7; }
.hjd-about-principles { padding:94px 0; }
.hjd-about-principles-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.hjd-about-principles-grid article { padding:24px; border:1px solid var(--hjd-line); border-radius:16px; background:#fff; }
.hjd-about-principles-grid strong { display:block; margin-bottom:12px; font-size:18px; letter-spacing:-.02em; }
.hjd-about-principles-grid p { margin:0; color:var(--hjd-muted); font-size:13px; line-height:1.72; }
.hjd-about-honesty { padding:90px 0; background:#f7faff; border-top:1px solid var(--hjd-line); border-bottom:1px solid var(--hjd-line); }
.hjd-about-honesty-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:start; }
.hjd-about-honesty h2 { margin:8px 0 0; font-size:clamp(36px,4vw,52px); line-height:1.05; letter-spacing:-.04em; }
.hjd-about-honesty-list { border-top:1px solid #dce3ec; }
.hjd-about-honesty-list > div { display:grid; grid-template-columns:44px 1fr; gap:13px; padding:20px 0; border-bottom:1px solid #dce3ec; }
.hjd-about-honesty-list b { color:#9aa7b8; font-size:11px; letter-spacing:.08em; }
.hjd-about-honesty-list p { margin:0; color:#506078; font-size:14px; line-height:1.7; }
.hjd-about-consultevo { padding:94px 0; }
.hjd-about-consultevo-grid { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(320px,.68fr); gap:70px; align-items:start; }
.hjd-about-consultevo h2 { max-width:720px; margin:8px 0 20px; font-size:clamp(37px,4vw,54px); line-height:1.05; letter-spacing:-.04em; }
.hjd-about-consultevo p { max-width:760px; color:var(--hjd-muted); font-size:15px; line-height:1.8; }
.hjd-about-stack-card { padding:25px; border:1px solid #dce5f1; border-radius:18px; background:#f8faff; }
.hjd-about-stack-card > span { display:block; margin-bottom:11px; color:var(--hjd-blue); font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.hjd-about-stack-card ul { margin:0; padding:0; list-style:none; }
.hjd-about-stack-card li { padding:14px 0; border-top:1px solid #e0e7f0; }
.hjd-about-stack-card b,.hjd-about-stack-card small { display:block; }
.hjd-about-stack-card b { font-size:13px; }
.hjd-about-stack-card small { margin-top:4px; color:#78869a; font-size:11px; line-height:1.55; }

@media (max-width: 1040px) {
  .hjd-home-hero-grid,.hjd-home-built-grid,.hjd-about-hero-grid,.hjd-about-consultevo-grid { grid-template-columns:1fr; gap:34px; }
  .hjd-home-search-panel { grid-template-columns:1fr 1fr; }
  .hjd-home-search-keyword { grid-column:1 / -1; }
  .hjd-home-search-panel .hjd-button { align-self:end; }
  .hjd-home-role-grid,.hjd-home-region-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hjd-about-flow { grid-template-columns:repeat(3,1fr); }
}
@media (max-width: 760px) {
  .hjd-home-hero { padding:48px 0 32px; }
  .hjd-home-hero-copy h1,.hjd-about-hero h1 { font-size:clamp(42px,13vw,62px); }
  .hjd-home-search-panel { grid-template-columns:1fr; margin-top:34px; }
  .hjd-home-search-keyword { grid-column:auto; }
  .hjd-home-stats { grid-template-columns:1fr 1fr; }
  .hjd-home-split-heading { align-items:flex-start; flex-direction:column; gap:11px; }
  .hjd-home-role-grid,.hjd-home-region-grid,.hjd-home-method-grid,.hjd-about-principles-grid { grid-template-columns:1fr; }
  .hjd-home-role-grid > a { min-height:155px; }
  .hjd-home-system-map { grid-template-columns:1fr; }
  .hjd-home-system-map b { transform:rotate(90deg); justify-self:center; }
  .hjd-about-copy-grid,.hjd-about-honesty-grid { grid-template-columns:1fr; gap:30px; }
  .hjd-about-flow { grid-template-columns:1fr; }
  .hjd-about-flow article { min-height:0; }
}

.hjd-home-workmode-section { padding:88px 0; border-top:1px solid var(--hjd-line); background:#fff; }
.hjd-home-workmode-lede { max-width:820px; margin:-8px 0 30px; color:var(--hjd-muted); font-size:14px; line-height:1.75; }
.hjd-home-workmode-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.hjd-home-workmode-grid > a { position:relative; min-height:205px; padding:26px; border:1px solid #dfe6ef; border-radius:18px; background:linear-gradient(180deg,#fff 0%,#f8faff 100%); transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease; }
.hjd-home-workmode-grid > a:hover { transform:translateY(-3px); border-color:#b7c8dd; box-shadow:0 16px 36px rgba(24,43,74,.08); }
.hjd-home-workmode-grid > a > div { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; }
.hjd-home-workmode-grid span { color:var(--hjd-ink); font-size:22px; font-weight:900; letter-spacing:-.025em; }
.hjd-home-workmode-grid strong { color:#5b7190; font-size:10px; font-weight:850; text-transform:uppercase; letter-spacing:.065em; white-space:nowrap; }
.hjd-home-workmode-grid p { margin:22px 0 42px; color:var(--hjd-muted); font-size:13px; line-height:1.7; }
.hjd-home-workmode-grid b { position:absolute; left:26px; bottom:24px; color:#285f98; font-size:12px; font-weight:850; }
@media (max-width:900px) { .hjd-home-workmode-grid { grid-template-columns:1fr; } .hjd-home-workmode-grid > a { min-height:168px; } }

/* v0.6 Hidden Jobs visual system: navy + teal, stronger contrast, cleaner surfaces. */
.hjd-directory {
  --hjd-ink: #0b2a3f;
  --hjd-muted: #526f7e;
  --hjd-line: #d8e7eb;
  --hjd-soft: #f3f9fa;
  --hjd-soft-2: #eaf7f9;
  --hjd-blue: #078ba4;
  --hjd-blue-dark: #056b80;
  --hjd-green: #0a806c;
  --hjd-green-soft: #e8f7f3;
  --hjd-violet: #325f7a;
  --hjd-violet-soft: #edf4f7;
  --hjd-shadow: 0 18px 50px rgba(6, 42, 58, .10);
  overflow-x: hidden;
}
.hjd-hero,
.hjd-home-hero,
.hjd-about-hero {
  background: #f4fafb !important;
  border-bottom-color: #d7e7eb !important;
}
.hjd-hero::after { border-color: rgba(7,139,164,.07) !important; }
.hjd-kicker,.hjd-eyebrow { color: #067e96 !important; }
.hjd-live-dot { background:#0aa28c !important; box-shadow:0 0 0 5px rgba(10,162,140,.12) !important; }
.hjd-hero h1,.hjd-home-hero-copy h1,.hjd-about-hero h1,.hjd-section-heading h2,.hjd-home-split-heading h2,.hjd-context-copy h2 { color:#08283d !important; }
.hjd-button-primary { background:#078ba4 !important; box-shadow:0 8px 24px rgba(7,139,164,.20) !important; }
.hjd-button-primary:hover { background:#056b80 !important; }
.hjd-button-secondary { border-color:#b8d0d7 !important; color:#153a4e !important; }
.hjd-scope-card { border-color:#d4e5e9 !important; box-shadow:0 18px 45px rgba(6,42,58,.08) !important; }
.hjd-scope-note,.hjd-chip-fixed { background:#e9f7f9 !important; color:#17697c !important; }
.hjd-filter-panel { background:#f3f9fa !important; border-color:#d8e7eb !important; }
.hjd-filter-panel input,.hjd-filter-panel select,
.hjd-home-search-panel input,.hjd-home-search-panel select { border-color:#c9dce2 !important; color:#12364a !important; }
.hjd-filter-panel input:focus,.hjd-filter-panel select:focus,
.hjd-home-search-panel input:focus,.hjd-home-search-panel select:focus { border-color:#4aaec0 !important; box-shadow:0 0 0 3px rgba(7,139,164,.10) !important; }
.hjd-input-wrap svg { left:17px !important; width:19px !important; height:19px !important; color:#587986 !important; z-index:2 !important; }
.hjd-input-wrap input,
.hjd-home-search-panel .hjd-input-wrap input { padding-left:52px !important; }
.hjd-home-search-panel { border-color:#cfe1e6 !important; box-shadow:0 20px 52px rgba(6,42,58,.10) !important; }
.hjd-home-search-panel label > span,.hjd-filter-panel label > span { color:#496a79 !important; }
.hjd-job-card { border-color:#d6e5e9 !important; box-shadow:0 8px 30px rgba(6,42,58,.04) !important; }
.hjd-job-card:hover { border-color:#8fc1cc !important; box-shadow:0 16px 36px rgba(6,42,58,.10) !important; }
.hjd-company-mark { background:#edf8fa !important; border-color:#cfe6eb !important; color:#078ba4 !important; }
.hjd-company { color:#163f54 !important; }
.hjd-company:hover { color:#078ba4 !important; }
.hjd-job-tags span { background:#f1f6f7 !important; color:#526f7e !important; }
.hjd-category-tag { background:#eaf7f9 !important; color:#17697c !important; }
.hjd-region-tag { background:#edf4f7 !important; color:#315d74 !important; }
.hjd-job-footer a { color:#067e96 !important; }
.hjd-context-section,.hjd-about-honesty { background:#f3f9fa !important; }
.hjd-home-region-section { background:#082b3f !important; }
.hjd-home-region-section h2,.hjd-home-region-section .hjd-eyebrow,.hjd-home-region-section a { color:#fff !important; }
.hjd-home-region-lede,.hjd-home-region-grid small { color:#b7d0d9 !important; }
.hjd-home-region-grid > a { border-color:#2d5566 !important; background:#0c354a !important; }
.hjd-home-region-grid > a:hover { border-color:#39b6ca !important; background:#0e3d53 !important; }
.hjd-home-workmode-grid > a { background:#fff !important; border-color:#d6e5e9 !important; }
.hjd-home-workmode-grid > a:hover { border-color:#8fc1cc !important; box-shadow:0 16px 36px rgba(6,42,58,.08) !important; }
.hjd-home-workmode-grid b { color:#067e96 !important; }
.hjd-home-built { background:#f6fbfc !important; }
.hjd-home-source-card,.hjd-about-stack-card { border-color:#d4e5e9 !important; background:#fff !important; }
.hjd-faq summary:hover { color:#067e96 !important; }

/* Company directory */
.hjd-companies-hero { padding-bottom:54px; }
.hjd-companies-hero-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr); gap:54px; align-items:center; }
.hjd-companies-hero h1 { margin:0; max-width:760px; color:#08283d; font-size:clamp(42px,5vw,68px); line-height:1.03; letter-spacing:-.045em; }
.hjd-companies-list-section { padding:76px 0 88px; }
.hjd-companies-heading { margin-bottom:24px; }
.hjd-company-search { margin-bottom:24px; padding:16px; border:1px solid #d8e7eb; border-radius:15px; background:#f3f9fa; }
.hjd-company-search > label { display:block; margin-bottom:8px; color:#496a79; font-size:11px; font-weight:850; text-transform:uppercase; letter-spacing:.07em; }
.hjd-company-search > div { display:flex; gap:10px; }
.hjd-company-search input { flex:1; min-width:0; min-height:48px; padding:0 15px; border:1px solid #c9dce2; border-radius:10px; background:#fff; color:#12364a; font:inherit; outline:none; }
.hjd-company-search input:focus { border-color:#4aaec0; box-shadow:0 0 0 3px rgba(7,139,164,.10); }
.hjd-company-results-meta { display:flex; align-items:baseline; gap:8px; margin:0 0 18px; color:#6d8591; font-size:12px; }
.hjd-company-results-meta strong { color:#0b2a3f; font-size:22px; }
.hjd-company-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }
.hjd-company-card { display:grid; grid-template-columns:42px minmax(0,1fr) auto; gap:12px; align-items:center; min-height:88px; padding:16px; border:1px solid #d8e7eb; border-radius:14px; background:#fff; transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease; }
.hjd-company-card:hover { transform:translateY(-2px); border-color:#8fc1cc; box-shadow:0 12px 28px rgba(6,42,58,.08); }
.hjd-company-card-mark { display:grid; place-items:center; width:42px; height:42px; border:1px solid #cfe6eb; border-radius:10px; background:#edf8fa; color:#078ba4; font-weight:900; }
.hjd-company-card strong,.hjd-company-card small { display:block; }
.hjd-company-card strong { color:#12364a; font-size:14px; line-height:1.3; }
.hjd-company-card small { margin-top:4px; color:#6b838f; font-size:11px; }
.hjd-company-card b { color:#078ba4; font-size:18px; }
.hjd-company-pagination { display:flex; justify-content:center; align-items:center; gap:18px; margin-top:30px; color:#607b88; font-size:12px; }
.hjd-company-pagination a { padding:9px 12px; border:1px solid #c9dce2; border-radius:9px; background:#fff; color:#126b80; font-weight:800; }
.hjd-company-pagination a:hover { border-color:#7db7c3; }

@media (max-width:900px) {
  .hjd-companies-hero-grid { grid-template-columns:1fr; gap:30px; }
  .hjd-company-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:620px) {
  .hjd-company-grid { grid-template-columns:1fr; }
  .hjd-company-search > div { flex-direction:column; }
  .hjd-company-search .hjd-button { width:100%; }
  .hjd-company-pagination { justify-content:space-between; gap:8px; }
}
.hjd-home-company-cta { padding:44px 0; background:#0b3145; color:#fff; }
.hjd-home-company-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.hjd-home-company-cta .hjd-eyebrow { color:#63d4e0 !important; }
.hjd-home-company-cta h2 { margin:6px 0 10px; color:#fff !important; font-size:clamp(28px,3vw,40px); letter-spacing:-.035em; }
.hjd-home-company-cta p { max-width:760px; margin:0; color:#bdd2da; font-size:14px; line-height:1.7; }
.hjd-home-company-cta .hjd-button-primary { flex:0 0 auto; background:#16a7bb !important; }
@media (max-width:760px) { .hjd-home-company-cta-inner { align-items:flex-start; flex-direction:column; } }
.hjd-home-trustline span { border-color:#cfe3e8 !important; color:#4e6f7d !important; }
.hjd-home-directory-section { background:#f4fafb !important; }
.hjd-home-role-grid > a { border-color:#d6e5e9 !important; }
.hjd-home-role-grid > a:hover { border-color:#8fc1cc !important; box-shadow:0 15px 34px rgba(6,42,58,.08) !important; }
.hjd-home-system-map { border-color:#d4e5e9 !important; }
.hjd-home-system-map span { background:#f2f8f9 !important; color:#284e60 !important; }
.hjd-home-system-map span:last-child { background:#e4f5f7 !important; color:#087c94 !important; }
.hjd-about-system { background:#082b3f !important; }
.hjd-about-system .hjd-eyebrow { color:#63d4e0 !important; }
.hjd-about-flow article { border-color:#2d5566 !important; background:#0c354a !important; }
.hjd-about-flow article > span { color:#82b6c4 !important; }
.hjd-about-flow p { color:#b3ccd5 !important; }
.hjd-about-principle-card { border-color:#d4e5e9 !important; }
.hjd-about-honesty-list,.hjd-about-honesty-list > div { border-color:#d5e5e9 !important; }
.hjd-about-honesty-list p { color:#4f6d7c !important; }

/* v0.8: proprietary live-data context, company enrichment, methodology */
.hjd-insights-section,
.hjd-home-live-data {
  padding: 84px 0;
  border-top: 1px solid #d8e7eb;
  border-bottom: 1px solid #d8e7eb;
  background: #f4fafb;
}
.hjd-insights-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.hjd-insights-grid > article {
  min-width: 0;
  padding: 23px;
  border: 1px solid #d5e6ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(6,42,58,.045);
}
.hjd-insights-grid > article > span {
  display: block;
  margin-bottom: 17px;
  color: #66818d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .085em;
  line-height: 1.45;
  text-transform: uppercase;
}
.hjd-insight-list { display: flex; flex-direction: column; gap: 0; }
.hjd-insight-list > a,
.hjd-insight-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid #e6eef1;
}
.hjd-insight-list > :first-child { border-top: 0; padding-top: 0; }
.hjd-insight-list strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #12364a;
  font-size: 13px;
  line-height: 1.35;
}
.hjd-insight-list em {
  flex: 0 0 auto;
  color: #75909c;
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
}
.hjd-insight-list a:hover strong { color: #078ba4; }
.hjd-term-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.hjd-term-cloud > span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #d5e6ea;
  border-radius: 999px;
  background: #f7fbfc;
  color: #315565;
  font-size: 11px;
  font-weight: 800;
}
.hjd-term-cloud small {
  color: #078ba4;
  font-size: 9px;
  font-weight: 900;
}
.hjd-trend-card strong {
  display: block;
  color: #0b3145;
  font-size: 29px;
  letter-spacing: -.035em;
}
.hjd-trend-card p,
.hjd-insight-summary {
  color: #607b88;
  font-size: 12px;
  line-height: 1.72;
}
.hjd-insight-summary {
  max-width: 920px;
  margin: -5px 0 26px;
  padding: 14px 16px;
  border-left: 3px solid #10a0b5;
  border-radius: 0 10px 10px 0;
  background: #eaf7f9;
}
.hjd-data-method-link { margin-top: 23px; }
.hjd-data-method-link a {
  color: #087c94;
  font-size: 12px;
  font-weight: 850;
}
.hjd-data-method-link a:hover { color: #055f72; }

.hjd-company-context-section {
  padding: 88px 0;
  background: #fff;
  border-bottom: 1px solid #d8e7eb;
}
.hjd-company-context-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr);
  gap: 66px;
  align-items: start;
}
.hjd-company-context-section h2 {
  max-width: 760px;
  margin: 8px 0 19px;
  color: #0b2a3f;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.07;
  letter-spacing: -.04em;
}
.hjd-company-context-section p {
  max-width: 780px;
  margin: 0 0 17px;
  color: #58717e;
  font-size: 14px;
  line-height: 1.82;
}
.hjd-verified-note {
  margin-top: 22px !important;
  color: #77909b !important;
  font-size: 11px !important;
}
.hjd-company-resources {
  padding: 22px;
  border: 1px solid #d4e5e9;
  border-radius: 17px;
  background: #f5fafb;
}
.hjd-company-resources > span {
  display: block;
  margin-bottom: 10px;
  color: #087c94;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hjd-company-resources > a,
.hjd-source-platforms {
  display: block;
  padding: 14px 0;
  border-top: 1px solid #dce9ec;
}
.hjd-company-resources > a strong,
.hjd-company-resources > a em,
.hjd-source-platforms strong { display: block; }
.hjd-company-resources > a strong,
.hjd-source-platforms strong {
  color: #12364a;
  font-size: 12px;
}
.hjd-company-resources > a em {
  margin-top: 4px;
  color: #078ba4;
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
}
.hjd-company-resources > a:hover strong { color: #078ba4; }
.hjd-source-platforms p {
  margin: 5px 0 0 !important;
  color: #708894 !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}
.hjd-company-activity {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}
.hjd-company-activity div {
  padding: 12px;
  border: 1px solid #dce9ec;
  border-radius: 11px;
  background: #f8fcfc;
}
.hjd-company-activity strong,
.hjd-company-activity span { display: block; }
.hjd-company-activity strong { color: #0b3145; font-size: 19px; }
.hjd-company-activity span { margin-top: 3px; color: #7a929d; font-size: 9px; line-height: 1.35; }

.hjd-method-section { padding: 88px 0; }
.hjd-method-section-alt {
  padding: 88px 0;
  border-top: 1px solid #d8e7eb;
  border-bottom: 1px solid #d8e7eb;
  background: #f4fafb;
}
.hjd-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.hjd-method-grid article {
  padding: 24px;
  border: 1px solid #d6e6ea;
  border-radius: 16px;
  background: #fff;
}
.hjd-method-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #12364a;
  font-size: 16px;
  letter-spacing: -.015em;
}
.hjd-method-grid p,
.hjd-method-copy p {
  margin: 0;
  color: #5d7784;
  font-size: 13px;
  line-height: 1.78;
}
.hjd-method-copy { max-width: 900px; }
.hjd-method-copy p + p { margin-top: 17px; }

@media (max-width: 1040px) {
  .hjd-insights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hjd-company-context-grid { grid-template-columns: 1fr; gap: 34px; }
  .hjd-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .hjd-insights-grid,
  .hjd-method-grid { grid-template-columns: 1fr; }
  .hjd-company-activity { grid-template-columns: 1fr; }
  .hjd-insight-list > a,
  .hjd-insight-list > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .hjd-insight-list em { white-space: normal; }
}
