/* HireKeyz Phase 2.6 V5 premium UI — homepage + global shell
   Source of truth: prototypes/phase2.6/styles.css
*/

/* Legacy chrome hide — never hide .hk-global-* / .site-header / .footer */
body.hk-shell-unified .navbar-area,
body.hk-shell-unified .main-nav,
body.hk-shell-unified .ubermenu,
body.hk-shell-unified .u-header,
body.hk-shell-unified [class*="u-header__"],
body.hk-shell-unified .header-area,
body.hk-shell-unified .footer-area,
body.hk-shell-unified footer.footer-area,
body.hk-shell-unified .hk-phase2-quicknav,
body.hk-shell-unified #magic-cursor,
body.hk-shell-unified .loader-wrap,
body.hk-shell-unified .preloader,
body:has(.hk-global-header) .navbar-area,
body:has(.hk-global-header) .main-nav,
body:has(.hk-global-header) .ubermenu,
body:has(.hk-global-header) .u-header,
body:has(.hk-global-header) [class*="u-header__"],
body:has(.hk-global-header) .header-area,
body:has(.hk-global-header) .footer-area,
body:has(.hk-global-header) footer.footer-area,
body:has(.hk-global-header) .hk-phase2-quicknav,
body:has(.hk-global-header) #magic-cursor,
body:has(.hk-global-header) .loader-wrap,
body:has(.hk-global-header) .preloader {
  display: none !important;
}

body.hk-shell-unified,
body:has(.hk-global-header) {
  padding-top: 0 !important;
}

body.hk-v5-homepage-active .hk-global-header,
body.hk-v5-homepage-active .hk-global-footer,
body.hk-v5-homepage-active .site-header,
body.hk-v5-homepage-active .footer,
body:has(.hk-v5-homepage) .hk-global-header,
body:has(.hk-v5-homepage) .hk-global-footer {
  display: block !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2000;
  background: #06172d;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
}

.mobile-panel[hidden]:not(.open) {
  display: none !important;
}
.mobile-panel.open {
  display: block !important;
}

.fraud a {
  color: #ffc29d;
  text-decoration: underline;
}

.nav-button:focus-visible,
.nav-links > a:focus-visible,
.button:focus-visible,
.mega a:focus-visible,
.mobile-panel a:focus-visible {
  outline: 2px solid #f26b25;
  outline-offset: 2px;
}

/* Interior pages: keep soft content spacing under sticky header */
body.hk-shell-unified:not(.hk-v5-homepage-active) .hk-page-main,
body:has(.hk-global-header):not(:has(.hk-v5-homepage)) main,
body:has(.hk-global-header):not(:has(.hk-v5-homepage)) .main-content {
  scroll-margin-top: 120px;
}

/* Phase 2.6.1 — interior recovery layout (does NOT broaden legacy display:none rules)
   Root cause note: /job/ and /policy/ blanks were empty templates/views, not CSS hides. */
.hk-interior {
  display: block !important;
  visibility: visible !important;
  color: var(--ink, #0b1828);
  background: #fff;
}
.hk-interior-wrap {
  width: min(calc(100% - 40px), 920px);
  margin: 0 auto;
}
.hk-interior-hero {
  padding: 56px 0 28px;
  background: linear-gradient(135deg, #fff 0%, #fbf7f1 52%, #eef3f7 100%);
  border-bottom: 1px solid rgba(8, 31, 59, 0.08);
}
.hk-interior-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange2, #dc5b18);
}
.hk-interior h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--navy, #06172d);
}
.hk-interior-lead,
.hk-interior-copy {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted, #526276);
  max-width: 720px;
}
.hk-interior-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.hk-interior-fraud {
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(242, 107, 37, 0.08);
  border: 1px solid rgba(242, 107, 37, 0.18);
  font-size: 14px;
  line-height: 1.55;
  color: #3a4656;
  max-width: 720px;
}
.hk-interior-fraud a {
  color: var(--orange2, #dc5b18);
  text-decoration: underline;
}
.hk-interior-section {
  padding: 48px 0 56px;
}
.hk-interior-section h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.03em;
  color: var(--navy, #06172d);
}
.hk-interior-list {
  margin: 16px 0 0;
  padding-left: 1.2em;
  color: var(--muted, #526276);
  line-height: 1.7;
}
.hk-interior-list a,
.hk-legal-body a,
.hk-interior-empty-hint a {
  color: var(--orange2, #dc5b18);
  text-decoration: underline;
}
.hk-job-widget,
#example-widget-container {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 360px;
  margin-top: 22px;
  padding: 12px;
  border: 1px solid rgba(8, 31, 59, 0.1);
  border-radius: 16px;
  background: #fff;
}
.hk-interior-empty-hint {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted, #526276);
}
.hk-legal-body {
  font-size: 15px;
  line-height: 1.75;
  color: #243041;
}
.hk-legal-body pre {
  white-space: pre-wrap;
  font-family: inherit;
  margin: 0;
  color: inherit;
}
/* Interior CMS bodies (staffing/consulting) remain readable under V5 shell */
body.hk-shell-unified:not(.hk-v5-homepage-active) .about-area,
body.hk-shell-unified:not(.hk-v5-homepage-active) .page-title-area,
body:has(.hk-global-header):not(:has(.hk-v5-homepage)) .about-area,
body:has(.hk-global-header):not(:has(.hk-v5-homepage)) .page-title-area {
  display: block !important;
  visibility: visible !important;
}
@media (max-width: 760px) {
  .hk-interior-wrap { width: min(calc(100% - 24px), 920px); }
  .hk-interior-hero { padding: 40px 0 22px; }
  .hk-interior-actions { display: grid; }
  .hk-interior-actions .button { width: 100%; }
}


:root{--navy:#06172d;--navy2:#0d3156;--orange:#f26b25;--orange2:#dc5b18;--cream:#f6f2eb;--paper:#fcfbf8;--ink:#0b1828;--muted:#526276;--line:rgba(8,31,59,.12);--shadow:0 24px 70px rgba(5,23,45,.12);--soft:0 12px 34px rgba(5,23,45,.08);--wrap:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body.hk-shell-unified,body.hk-v5-homepage-active{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
body.hk-shell-unified:not(.hk-v5-homepage-active){background:#fff}body.menu-open{overflow:hidden}a{text-decoration:none;color:inherit}button{font:inherit}.wrap{width:min(calc(100% - 40px),var(--wrap));margin:auto}.utility{background:var(--navy);color:rgba(255,255,255,.83);font-size:12px}.utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.utility strong{color:#fff}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(8,31,59,.08)}.nav{height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center}.brand img{width:188px}.nav-links{margin-left:auto;display:flex;align-items:center;gap:2px}.nav-links>a,.nav-button{border:0;background:transparent;color:#304154;font-weight:750;font-size:13px;padding:14px 11px;border-radius:10px;cursor:pointer}.nav-links>a:hover,.nav-button:hover{background:var(--cream);color:var(--navy)}.nav-item{position:relative}.mega{position:absolute;left:50%;top:calc(100% + 12px);transform:translate(-50%,8px);width:560px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}.nav-item.open .mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mega a{display:block;padding:14px;border-radius:14px;background:var(--paper);border:1px solid transparent}.mega a:hover{background:#fff7f1;border-color:rgba(242,107,37,.25)}.mega strong,.mega small{display:block}.mega strong{font-size:13px;margin-bottom:4px}.mega small{font-size:11.5px;color:var(--muted);line-height:1.45}.nav-actions{display:flex;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:800;transition:.2s ease}.button:hover{transform:translateY(-2px)}.nav-actions .button{min-height:42px;padding:10px 15px;font-size:12.5px}.primary{background:var(--orange);color:#fff;box-shadow:0 12px 30px rgba(242,107,37,.28)}.primary:hover{background:var(--orange2)}.dark{background:var(--navy);color:#fff}.outline{background:#fff;border-color:rgba(8,31,59,.17);color:var(--navy)}.light{background:#fff;color:var(--navy)}.ghost{background:transparent;border-color:rgba(255,255,255,.28);color:#fff}.nav-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff}.mobile-panel{display:none}.hero{position:relative;overflow:hidden;padding:88px 0 62px;background:linear-gradient(135deg,#fff 0%,#fbf7f1 46%,#eef3f7 100%)}.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(242,107,37,.14),transparent 68%);right:-140px;top:-180px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:58px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--orange2)}.eyebrow:before{content:"";width:26px;height:2px;background:currentColor;border-radius:999px}.hero h1,.section h2,.cta-band h2{letter-spacing:-.06em}.hero h1{font-size:clamp(48px,6vw,76px);line-height:.96;margin:22px 0 24px}.hero h1 em{font-style:normal;color:var(--orange)}.lead{font-size:18px;color:var(--muted);line-height:1.78;max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-note{display:flex;align-items:center;gap:10px;margin-top:24px;color:var(--muted);font-size:13px}.hero-note span{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px rgba(242,107,37,.11)}.flow-panel{position:relative;background:linear-gradient(145deg,var(--navy),var(--navy2));color:#fff;border-radius:32px;padding:28px;box-shadow:0 36px 80px rgba(6,23,45,.27);min-height:540px;overflow:hidden}.flow-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 8%,rgba(242,107,37,.22),transparent 29%)}.flow-head,.flow-map{position:relative;z-index:1}.flow-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.flow-head h2{margin:0;font-size:24px;letter-spacing:-.035em}.flow-head p{margin:8px 0 0;color:rgba(255,255,255,.62);font-size:12px;max-width:250px}.flow-head b{font-size:10px;padding:7px 10px;border-radius:999px;background:rgba(117,210,166,.15);border:1px solid rgba(117,210,166,.24);color:#bff0d5}.flow-map{display:grid;gap:14px;margin-top:34px}.flow-map article{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:15px 16px;border-radius:16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09)}.flow-map article:nth-child(even){margin-left:34px}.flow-map i{width:42px;height:42px;border-radius:13px;background:rgba(242,107,37,.16);border:1px solid rgba(242,107,37,.24);display:grid;place-items:center;color:#ffad7c;font-weight:900;font-size:13px;font-style:normal}.flow-map h3{font-size:14px;margin:0 0 3px}.flow-map p{margin:0;color:rgba(255,255,255,.62);font-size:11.5px}.hero-tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-top:42px;padding-top:24px;border-top:1px solid rgba(8,31,59,.08)}.hero-tags span{font-size:11.5px;font-weight:750;color:#304154;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(8,31,59,.09)}.section{padding:102px 0}.section h2{font-size:clamp(34px,4.4vw,58px);line-height:1.02;margin:14px 0 0;max-width:850px}.section-lead,.section-head>p{font-size:18px;color:var(--muted);line-height:1.75;max-width:700px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:46px}.section-head>p{margin:0;max-width:440px}.paths{background:#fff}.path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.path-grid article{min-height:310px;border-radius:24px;padding:26px;background:var(--cream);border:1px solid rgba(8,31,59,.08);display:flex;flex-direction:column;transition:.25s ease}.path-grid article:hover{transform:translateY(-6px);box-shadow:var(--soft);background:#fff}.path-grid article:nth-child(2){background:#eaf1f7}.path-grid article:nth-child(3){background:#e6efe9}.path-grid article:nth-child(4){background:#fff2e8}.path-grid article>span{width:52px;height:52px;border-radius:16px;background:#fff;display:grid;place-items:center;color:var(--orange);font-weight:900;box-shadow:0 8px 24px rgba(8,31,59,.08)}.path-grid h3{font-size:23px;margin:24px 0 12px;letter-spacing:-.035em}.path-grid p{font-size:14px;color:var(--muted);line-height:1.65;margin:0}.path-grid a{margin-top:auto;padding-top:28px;font-size:13px;font-weight:850}.solutions{background:var(--cream)}.solution-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:46px}.solution-card{min-height:320px;border-radius:28px;padding:34px;background:#fff;border:1px solid rgba(8,31,59,.08);display:flex;flex-direction:column}.dark-card{background:linear-gradient(145deg,var(--navy),var(--navy2))!important;color:#fff}.sage{background:linear-gradient(145deg,#edf4ef,#dfece4)}.orange{background:linear-gradient(145deg,#fff5ec,#ffe9d7)}.solution-card small,.research-grid small{font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:850;color:var(--orange2)}.dark-card small{color:#ffb083}.solution-card h3{font-size:34px;line-height:1.02;letter-spacing:-.05em;margin:18px 0 14px}.solution-card p{font-size:15px;line-height:1.7;color:var(--muted)}.dark-card p{color:rgba(255,255,255,.68)!important}.chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.chips span{font-size:12px;font-weight:750;padding:10px 12px;border-radius:12px;background:rgba(8,31,59,.045);border:1px solid rgba(8,31,59,.07)}.dark-card .chips span{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.09)}.solution-card a,.research-grid a{margin-top:auto;padding-top:24px;font-size:13px;font-weight:850}.domains{background:var(--navy);color:#fff}.domain-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px}.domains .section-lead{color:rgba(255,255,255,.62)}.domain-list{border-top:1px solid rgba(255,255,255,.12)}.domain-list article{display:grid;grid-template-columns:48px 1fr auto;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.12)}.domain-list i{width:44px;height:44px;border-radius:14px;background:rgba(242,107,37,.14);border:1px solid rgba(242,107,37,.22);display:grid;place-items:center;color:#ffae7f;font-weight:900;font-style:normal}.domain-list h3{margin:0;font-size:18px}.domain-list p{margin:5px 0 0;color:rgba(255,255,255,.56);font-size:12.5px}.domain-list a{font-size:12px;font-weight:850;color:#ffc29d}.process{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin-top:48px;padding:36px;border:1px solid var(--line);border-radius:30px;box-shadow:var(--soft);background:linear-gradient(145deg,#fff,#f8fafb)}.process-grid article{text-align:center;padding:0 12px}.process-grid b{width:48px;height:48px;margin:0 auto 18px;border-radius:50%;border:2px solid var(--orange);display:grid;place-items:center}.process-grid h3{font-size:14px;margin:0 0 7px}.process-grid p{font-size:11.5px;color:var(--muted)}.feature-band{background:var(--cream)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature-card{border-radius:30px;padding:40px;min-height:430px;display:flex;flex-direction:column}.feature-card.training{background:#fff;border:1px solid var(--line)}.feature-card.federal{background:linear-gradient(145deg,var(--navy),var(--navy2));color:#fff}.feature-card h3{font-size:42px;line-height:1;letter-spacing:-.055em;margin:20px 0 18px}.feature-card p{font-size:15px;line-height:1.7;color:var(--muted)}.feature-card.federal p{color:rgba(255,255,255,.66)}.feature-card ul{list-style:none;padding:0;display:grid;gap:10px}.feature-card li{font-size:12.5px;font-weight:750}.feature-card li:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--orange);margin-right:10px}.feature-card .button{margin-top:auto;align-self:flex-start}.research{background:#fff}.research-grid{display:grid;grid-template-columns:1.2fr 1.2fr .8fr;gap:16px}.research-grid article{min-height:300px;border-radius:26px;padding:30px;background:var(--cream);border:1px solid var(--line);display:flex;flex-direction:column}.research-grid h3{font-size:26px;line-height:1.05;letter-spacing:-.04em;margin:20px 0 14px}.research-grid p{font-size:14px;line-height:1.65;color:var(--muted)}.cta-band{padding:80px 0;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff}.cta-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.cta-band h2{font-size:clamp(42px,5.5vw,70px);line-height:.96;margin:0}.cta-band p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.82)}.cta-band aside{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);border-radius:24px;padding:26px}.cta-band aside h3{margin:0 0 10px;font-size:22px}.cta-band aside p{font-size:13px}.cta-actions{display:flex;flex-wrap:wrap;gap:10px}.contact-mini{display:grid;gap:8px;margin-top:20px;font-size:12.5px}.footer{background:var(--navy);color:#fff;padding:58px 0 24px}.fraud{padding:14px 16px;border-radius:14px;background:rgba(242,107,37,.11);border:1px solid rgba(242,107,37,.18);font-size:12.5px;color:rgba(255,255,255,.78);margin-bottom:36px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:34px}.footer-logo{background:#fff;border-radius:14px;padding:8px 10px;display:inline-flex}.footer-logo img{width:180px}.footer p,.footer a,.footer span{font-size:12.5px;color:rgba(255,255,255,.62);line-height:1.7}.footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 15px}.footer-grid>div{display:grid;align-content:start;gap:9px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:30px;margin-top:34px;border-top:1px solid rgba(255,255,255,.1);font-size:11.5px;color:rgba(255,255,255,.42)}@media(max-width:1080px){.nav-links,.nav-actions{display:none}.nav-toggle{display:inline-grid;place-items:center}.mobile-panel{position:fixed;inset:111px 14px auto;z-index:120;max-height:calc(100vh - 128px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px}.mobile-panel.open{display:block}.mobile-panel>a{display:block;padding:13px;border-radius:12px;font-weight:750}.mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;padding-top:12px;border-top:1px solid var(--line)}.hero-grid,.domain-layout,.cta-grid{grid-template-columns:1fr}.path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.research-grid{grid-template-columns:1fr 1fr}.research-grid article:last-child{grid-column:1/-1}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}}@media(max-width:760px){.wrap{width:min(calc(100% - 24px),var(--wrap))}.utility-contact{display:none}.nav{height:66px}.brand img{width:156px}.mobile-panel{inset:105px 12px auto}.hero{padding:58px 0 38px}.hero h1{font-size:clamp(40px,12vw,56px)}.lead{font-size:15px}.hero-actions{display:grid}.hero-actions .button{width:100%}.flow-panel{min-height:auto;padding:22px;border-radius:24px}.flow-head{display:grid}.flow-map article:nth-child(even){margin-left:0}.section{padding:72px 0}.section-head{display:block;margin-bottom:32px}.section-head>p{margin-top:16px}.section h2{font-size:clamp(32px,9vw,44px)}.section-lead,.section-head>p{font-size:15px}.path-grid,.solution-grid,.feature-grid,.research-grid{grid-template-columns:1fr}.path-grid article{min-height:240px}.solution-card{min-height:290px;padding:28px}.chips{grid-template-columns:1fr}.domain-layout{gap:40px}.domain-list article{grid-template-columns:44px 1fr}.domain-list a{display:none}.process-grid{grid-template-columns:1fr;gap:18px;padding:24px 18px}.process-grid article{display:grid;grid-template-columns:48px 1fr;text-align:left;gap:15px;align-items:center}.process-grid b{margin:0}.feature-card{min-height:380px;padding:30px}.feature-card h3{font-size:34px}.cta-actions{display:grid}.cta-actions .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:grid}}@media(max-width:430px){.mobile-actions,.path-grid,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
