/* SHG site-wide navigation and interaction enhancements */
.shg-global-header{
  position:sticky!important;
  top:0;
  z-index:5000!important;
  transition:box-shadow .2s ease,transform .2s ease,background-color .2s ease;
}
.shg-global-header.is-scrolled{box-shadow:0 10px 28px rgba(12,33,72,.14)}
.shg-header-btn[aria-current="page"]{
  border-color:#2868f5!important;
  background:#eef4ff!important;
  color:#1454dc!important;
  box-shadow:inset 0 0 0 1px rgba(40,104,245,.08);
}
.shg-header-primary[aria-current="page"]{background:#2868f5!important;color:#fff!important}
.shg-breadcrumbs-wrap{background:#fff;border-bottom:1px solid #edf1f7}
.shg-breadcrumbs{width:min(1450px,calc(100% - 32px));margin:0 auto;padding:10px 0;font:600 13px/1.4 Inter,Arial,sans-serif;color:#647083;display:flex;align-items:center;flex-wrap:wrap;gap:7px}
.shg-breadcrumbs a{color:#365b93;text-decoration:none;transition:color .18s ease}
.shg-breadcrumbs a:hover{color:#2868f5;text-decoration:underline}
.shg-breadcrumbs .separator{color:#a8b3c5;user-select:none}
.shg-breadcrumbs [aria-current="page"]{color:#1b3157;font-weight:800}
.shg-header-btn,.shg-lang-switcher a,.site-footer a,button,.button,.btn,[class*="card"]{transition-property:transform,box-shadow,border-color,background-color,color,opacity;transition-duration:.18s;transition-timing-function:ease}
@media (hover:hover){
  .shg-header-btn:hover{transform:translateY(-2px)}
  main a:not(.shg-header-btn):not(.no-hover):hover{opacity:.88}
  .card:hover,[class*="card"]:hover{transform:translateY(-2px)}
}
@media(max-width:1180px){.shg-breadcrumbs{width:min(100% - 24px,1450px)}}
@media(max-width:760px){
  .shg-breadcrumbs{width:min(100% - 20px,1450px);padding:8px 0;font-size:12px}
  .shg-global-header{top:0}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Header refinement: compact height and hover-only menu emphasis */
@media (min-width:981px){
  .shg-header-container{min-height:88px!important}
  .shg-header-logo img{width:96px!important;max-height:62px!important}
  .shg-header-search input{height:40px}
  .shg-header-btn{min-height:38px;padding-top:7px;padding-bottom:7px}
}
/* Keep aria-current for accessibility, but do not permanently highlight menu items. */
.shg-header-btn[aria-current="page"]:not(.shg-header-primary){
  border-color:#d8e3f2!important;
  background:#fff!important;
  color:#10264b!important;
  box-shadow:0 2px 7px rgba(12,33,72,.04)!important;
}
@media (hover:hover){
  .shg-header-btn[aria-current="page"]:not(.shg-header-primary):hover,
  .shg-header-btn:hover{
    border-color:#2868f5!important;
    background:#f7faff!important;
    color:#1454dc!important;
    box-shadow:0 6px 15px rgba(39,104,245,.12)!important;
  }
  .shg-header-primary:hover{
    background:#145de8!important;
    color:#fff!important;
  }
}

/* Mobile fixed header — reliable on every page and inside overflow containers */
@media (max-width:980px){
  .shg-global-header{
    position:fixed!important;
    top:0!important;
    right:0!important;
    left:0!important;
    width:100%!important;
    z-index:10000!important;
    background:#fff!important;
    transform:none!important;
  }
  body{
    padding-top:76px!important;
  }
  .shg-global-header + .shg-breadcrumbs-wrap{
    margin-top:0!important;
  }
}
@media (max-width:420px){
  body{padding-top:70px!important}
}

/* SHG compact premium footer catalog */
.site-footer.shg-footer-v2 {
  position: relative;
  overflow: hidden;
}
.site-footer.shg-footer-v2::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(96,165,250,.55), transparent);
}
.site-footer.shg-footer-v2 .footer-grid {
  grid-template-columns: minmax(260px,1.35fr) minmax(150px,.75fr) minmax(210px,.95fr) minmax(190px,.9fr) !important;
  gap: clamp(28px,4vw,58px) !important;
  align-items: start;
}
.site-footer.shg-footer-v2 .footer-catalog-links {
  gap: 10px;
}
.site-footer.shg-footer-v2 .footer-catalog-links li {
  margin: 0;
}
.site-footer.shg-footer-v2 .footer-catalog-links a {
  display: grid;
  grid-template-columns: 30px 1fr 18px;
  align-items: center;
  min-height: 48px;
  padding: 9px 12px;
  border: 1px solid rgba(148,163,184,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  color: #e2e8f0;
  font-weight: 700;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.site-footer.shg-footer-v2 .footer-catalog-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(96,165,250,.48);
  background: rgba(59,130,246,.10);
  color: #fff;
}
.site-footer.shg-footer-v2 .footer-catalog-icon {
  font-size: 18px;
  line-height: 1;
}
.site-footer.shg-footer-v2 .footer-catalog-arrow {
  color: #60a5fa;
  font-size: 18px;
  transition: transform .2s ease;
}
.site-footer.shg-footer-v2 .footer-catalog-links a:hover .footer-catalog-arrow {
  transform: translateX(3px);
}
.site-footer.shg-footer-v2 .footer-meta {
  margin-top: 34px;
  padding-top: 20px;
}
@media (max-width: 980px) {
  .site-footer.shg-footer-v2 .footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 34px 28px !important;
  }
}
@media (max-width: 620px) {
  .site-footer.shg-footer-v2 .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .site-footer.shg-footer-v2 .footer-catalog-links a {
    min-height: 50px;
  }
}

/* SHG Footer V3 — complete shared styling for every page */
.site-footer.shg-footer-v2{
  position:relative!important;
  overflow:hidden!important;
  width:100%!important;
  margin-top:48px!important;
  padding:54px 0 24px!important;
  background:linear-gradient(180deg,#0f172a 0%,#111827 100%)!important;
  color:#e5e7eb!important;
  border-top:0!important;
}
.site-footer.shg-footer-v2>.container{
  width:min(1180px,calc(100% - 40px))!important;
  margin:0 auto!important;
  padding:0!important;
}
.site-footer.shg-footer-v2 .footer-grid{
  display:grid!important;
  grid-template-columns:minmax(270px,1.35fr) minmax(200px,1fr) minmax(150px,.72fr) minmax(220px,1.05fr)!important;
  column-gap:clamp(36px,4.5vw,70px)!important;
  row-gap:32px!important;
  align-items:start!important;
}
.site-footer.shg-footer-v2 .footer-grid>div{min-width:0!important;}

.site-footer.shg-footer-v2 .footer-grid>div:nth-child(3),
.site-footer.shg-footer-v2 .footer-grid>div:nth-child(4){
  padding-top:1px!important;
}
.site-footer.shg-footer-v2 .footer-docs a{
  display:inline-block!important;
  max-width:230px!important;
}
.site-footer.shg-footer-v2 .footer-brand{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 14px!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
}
.site-footer.shg-footer-v2 .footer-logo-mark{
  flex:0 0 52px!important;
  width:52px!important;
  height:52px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(0,0,0,.2)!important;
}
.site-footer.shg-footer-v2 .footer-logo-mark img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
}
.site-footer.shg-footer-v2 .footer-text{
  margin:0 0 12px!important;
  color:#cbd5e1!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.site-footer.shg-footer-v2 .footer-title{
  margin:0 0 15px!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:900!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
}
.site-footer.shg-footer-v2 ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.site-footer.shg-footer-v2 .footer-links,
.site-footer.shg-footer-v2 .footer-social,
.site-footer.shg-footer-v2 .footer-docs,
.site-footer.shg-footer-v2 .footer-contact-links{
  display:grid!important;
  gap:10px!important;
}
.site-footer.shg-footer-v2 li{margin:0!important;padding:0!important;}
.site-footer.shg-footer-v2 a{
  color:#cbd5e1!important;
  text-decoration:none!important;
  font-size:15px!important;
  line-height:1.45!important;
}
.site-footer.shg-footer-v2 a:hover{color:#93c5fd!important;}
.site-footer.shg-footer-v2 .footer-contact-links a{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  font-weight:700!important;
}
.site-footer.shg-footer-v2 .footer-catalog-links{
  display:grid!important;
  gap:10px!important;
}
.site-footer.shg-footer-v2 .footer-catalog-links a{
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr) 18px!important;
  align-items:center!important;
  min-height:48px!important;
  padding:9px 12px!important;
  border:1px solid rgba(148,163,184,.17)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.04)!important;
  color:#e2e8f0!important;
  font-weight:750!important;
  box-shadow:none!important;
}
.site-footer.shg-footer-v2 .footer-catalog-links a:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(96,165,250,.48)!important;
  background:rgba(59,130,246,.11)!important;
  color:#fff!important;
}
.site-footer.shg-footer-v2 .footer-catalog-icon{font-size:18px!important;line-height:1!important;}
.site-footer.shg-footer-v2 .footer-catalog-arrow{color:#60a5fa!important;font-size:18px!important;transition:transform .2s ease!important;}
.site-footer.shg-footer-v2 .footer-catalog-links a:hover .footer-catalog-arrow{transform:translateX(3px)!important;}
.site-footer.shg-footer-v2 .footer-meta{
  margin-top:34px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  display:flex!important;
  justify-content:space-between!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  color:#94a3b8!important;
  font-size:13px!important;
  line-height:1.5!important;
}
.site-footer.shg-footer-v2 .footer-legal-note{
  margin-top:13px!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.6!important;
  text-align:center!important;
}
@media(max-width:980px){
  .site-footer.shg-footer-v2 .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 28px!important;}
}
@media(max-width:620px){
  .site-footer.shg-footer-v2{margin-top:34px!important;padding:42px 0 22px!important;}
  .site-footer.shg-footer-v2>.container{width:min(100% - 28px,1180px)!important;}
  .site-footer.shg-footer-v2 .footer-grid{grid-template-columns:1fr!important;gap:28px!important;}
  .site-footer.shg-footer-v2 .footer-meta{display:grid!important;gap:7px!important;}
  .site-footer.shg-footer-v2 .footer-legal-note{text-align:left!important;}
}

/* SHG footer final: four equal, top-aligned columns */
.site-footer.shg-footer-v2 .footer-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-items:start!important;
  column-gap:clamp(34px,5vw,76px)!important;
  row-gap:28px!important;
}
.site-footer.shg-footer-v2 .footer-grid>div{
  min-width:0!important;
  align-self:start!important;
  text-align:left!important;
}
.site-footer.shg-footer-v2 .footer-google-contacts{
  margin:0!important;
  padding:0!important;
}
.site-footer.shg-footer-v2 .footer-title{
  margin:0 0 18px!important;
  min-height:22px!important;
  text-align:left!important;
}
.site-footer.shg-footer-v2 .footer-contact-links,
.site-footer.shg-footer-v2 .footer-social,
.site-footer.shg-footer-v2 .footer-docs{
  align-items:flex-start!important;
  text-align:left!important;
}
.site-footer.shg-footer-v2 .footer-contact-links a,
.site-footer.shg-footer-v2 .footer-social a,
.site-footer.shg-footer-v2 .footer-docs a{
  justify-content:flex-start!important;
  text-align:left!important;
}
.site-footer.shg-footer-v2 .footer-catalog-links a{
  width:100%!important;
  max-width:230px!important;
}
@media (max-width:980px){
  .site-footer.shg-footer-v2 .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:620px){
  .site-footer.shg-footer-v2 .footer-grid{grid-template-columns:1fr!important;}
}

/* SHG Footer final grid lock — four equal columns on one baseline */
@media (min-width:981px){
  .site-footer.shg-footer-v2 .footer-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0 56px!important;
    align-items:start!important;
  }
  .site-footer.shg-footer-v2 .footer-grid>div,
  .site-footer.shg-footer-v2 .footer-grid>div:nth-child(3),
  .site-footer.shg-footer-v2 .footer-grid>div:nth-child(4),
  .site-footer.shg-footer-v2 .footer-google-contacts{
    margin:0!important;
    padding:0!important;
    align-self:start!important;
    min-width:0!important;
  }
  .site-footer.shg-footer-v2 .footer-title,
  .site-footer.shg-footer-v2 .footer-google-contacts .footer-title{
    display:block!important;
    height:auto!important;
    min-height:22px!important;
    margin:0 0 18px!important;
    padding:0!important;
    line-height:22px!important;
    text-align:center!important;
  }
  .site-footer.shg-footer-v2 .footer-contact-links,
  .site-footer.shg-footer-v2 .footer-social,
  .site-footer.shg-footer-v2 .footer-docs,
  .site-footer.shg-footer-v2 .footer-catalog-links{
    margin:0!important;
    padding:0!important;
  }
  .site-footer.shg-footer-v2 .footer-contact-links,
  .site-footer.shg-footer-v2 .footer-social,
  .site-footer.shg-footer-v2 .footer-docs{
    justify-items:center!important;
    text-align:center!important;
  }
  .site-footer.shg-footer-v2 .footer-contact-links a,
  .site-footer.shg-footer-v2 .footer-social a,
  .site-footer.shg-footer-v2 .footer-docs a{
    justify-content:center!important;
    text-align:center!important;
  }
  .site-footer.shg-footer-v2 .footer-catalog-links{
    width:100%!important;
    max-width:230px!important;
    margin-inline:auto!important;
  }
}


/* Footer social icons premium */
.footer-social a,.social-links a{
display:flex;align-items:center;gap:10px;
padding:8px 10px;border-radius:10px;
transition:.25s ease;text-decoration:none;
}
.footer-social a:hover,.social-links a:hover{
background:rgba(255,255,255,.08);
transform:translateX(4px);
}
.footer-social a::before,.social-links a::before{
font-size:18px;display:inline-block;width:22px;text-align:center;
}
.footer-social a[href*="facebook"]::before,.social-links a[href*="facebook"]::before{content:"📘";}
.footer-social a[href*="instagram"]::before,.social-links a[href*="instagram"]::before{content:"📷";}
.footer-social a[href*="linkedin"]::before,.social-links a[href*="linkedin"]::before{content:"💼";}

/* SHG Footer: contacts and documents in the same compact card style as social links */
.site-footer.shg-footer-v2 .footer-contact-links,
.site-footer.shg-footer-v2 .footer-docs{
  display:grid!important;
  gap:7px!important;
  width:100%!important;
}
.site-footer.shg-footer-v2 .footer-contact-links a,
.site-footer.shg-footer-v2 .footer-docs a{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-height:38px!important;
  padding:8px 10px!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#e2e8f0!important;
  text-decoration:none!important;
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important;
}
.site-footer.shg-footer-v2 .footer-contact-links a:hover,
.site-footer.shg-footer-v2 .footer-docs a:hover{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(148,163,184,.18)!important;
  color:#fff!important;
  transform:translateX(4px)!important;
}
.site-footer.shg-footer-v2 .footer-docs a{
  font-weight:500!important;
}
@media (min-width:981px){
  .site-footer.shg-footer-v2 .footer-contact-links,
  .site-footer.shg-footer-v2 .footer-docs{
    max-width:250px!important;
    margin-inline:auto!important;
    justify-items:stretch!important;
    text-align:left!important;
  }
  .site-footer.shg-footer-v2 .footer-contact-links a,
  .site-footer.shg-footer-v2 .footer-docs a{
    justify-content:flex-start!important;
    text-align:left!important;
  }
}

/* SHG Footer: contacts and documents in the same compact card style as social links */
.site-footer.shg-footer-v2 .footer-contact-links,
.site-footer.shg-footer-v2 .footer-docs{
  display:grid!important;
  gap:7px!important;
  width:100%!important;
}
.site-footer.shg-footer-v2 .footer-contact-links a,
.site-footer.shg-footer-v2 .footer-docs a{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-height:38px!important;
  padding:8px 10px!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#e2e8f0!important;
  text-decoration:none!important;
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease!important;
}
.site-footer.shg-footer-v2 .footer-contact-links a:hover,
.site-footer.shg-footer-v2 .footer-docs a:hover{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(148,163,184,.18)!important;
  color:#fff!important;
  transform:translateX(4px)!important;
}
.site-footer.shg-footer-v2 .footer-docs a{font-weight:500!important;}
@media (min-width:981px){
  .site-footer.shg-footer-v2 .footer-contact-links,
  .site-footer.shg-footer-v2 .footer-docs{
    max-width:250px!important;
    margin-inline:auto!important;
    justify-items:stretch!important;
    text-align:left!important;
  }
  .site-footer.shg-footer-v2 .footer-contact-links a,
  .site-footer.shg-footer-v2 .footer-docs a{
    justify-content:flex-start!important;
    text-align:left!important;
  }
}


/* SHG employers: live vacancies from Google Sheets */
.shg-employers-live-section .card[data-shg-employer]{
  display:flex;
  flex-direction:column;
  gap:10px;
  text-decoration:none;
}
.shg-employer-live{
  margin-top:auto;
  padding-top:12px;
  border-top:1px solid rgba(148,163,184,.28);
}
.shg-employer-live-title{
  margin-bottom:8px;
  color:#166534;
  font-size:14px;
  font-weight:800;
}
.shg-employer-vacancies{
  display:grid;
  gap:7px;
}
.shg-employer-vacancy{
  display:block;
  padding:8px 10px;
  border:1px solid #dbeafe;
  border-radius:10px;
  background:#f8fbff;
  color:#0f172a;
  text-decoration:none;
}
.shg-employer-vacancy:hover{
  border-color:#60a5fa;
  background:#eff6ff;
}
.shg-employer-vacancy strong,
.shg-employer-vacancy span{
  display:block;
}
.shg-employer-vacancy strong{
  font-size:14px;
  line-height:1.35;
}
.shg-employer-vacancy span{
  margin-top:3px;
  color:#64748b;
  font-size:12px;
}
.shg-employer-more{
  display:inline-block;
  margin-top:8px;
  color:#2563eb;
  font-size:13px;
  font-weight:800;
}
.shg-employer-live.is-empty{
  display:grid;
  gap:8px;
}
.shg-employer-empty{
  color:#64748b;
  font-size:13px;
}
.shg-employer-telegram{
  display:inline-flex;
  align-items:center;
  color:#2563eb;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.shg-employer-telegram:hover{text-decoration:underline}
.shg-employer-live.is-loading{
  color:#64748b;
  font-size:13px;
}
@media (max-width:640px){
  .shg-employer-vacancy{padding:9px}
}


.shg-employer-card-main{
  display:block;
  color:inherit;
  text-decoration:none;
}
.shg-employer-card-main:hover h3{
  color:#2563eb;
}
