.global-header, .global-header *, .global-header *::before, .global-header *::after { box-sizing: border-box; }
  .global-header {
    --global-header-ink: #1d2d56;
    --global-header-paper: #fffaf3;
    --global-header-paper-deep: #f3eee5;
    --global-header-gold: #b9872f;
    --global-header-business: #315f78;
    --global-header-business-soft: #edf5f6;
    --global-header-pension: #87566a;
    --global-header-pension-soft: #fbf1f4;
    position: fixed;
    inset: 0 0 auto;
    z-index: 220;
    padding: clamp(12px, 1.6vw, 22px) clamp(16px, 2.6vw, 34px) 0;
    color: var(--global-header-ink);
    font-family: var(--font-sans, "Noto Sans JP", sans-serif);
    border-bottom: 0;
    background: transparent;
    pointer-events: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .global-header a { color: inherit; text-decoration: none; }
  .global-header button { font: inherit; }
  .global-header a:focus-visible, .global-header button:focus-visible { outline: 3px solid rgba(185,135,47,.72); outline-offset: 3px; }
  .global-header__bar { display: flex; align-items: flex-start; justify-content: space-between; gap: clamp(12px,2vw,32px); width: 100%; pointer-events: none; }
  .global-header__brand, .global-header__desktop, .global-header__mobile-trigger { pointer-events: auto; }
  .global-header__brand { display: inline-flex; flex: 0 0 auto; padding: 8px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,249,241,.66); box-shadow: 0 14px 34px rgba(29,45,86,.1); backdrop-filter: blur(14px) saturate(1.1); -webkit-backdrop-filter: blur(14px) saturate(1.1); }
  .global-header__brand img { width: auto; height: clamp(42px,4vw,58px); filter: drop-shadow(0 6px 12px rgba(29,45,86,.1)); }
  .global-header__desktop { display: flex; align-items: center; justify-content: flex-end; flex: 0 0 auto; min-width: 0; margin-left: auto; gap: 8px; padding: 9px 11px 9px 12px; border: 1px solid rgba(255,255,255,.66); border-radius: 999px; background: rgba(255,249,241,.66); box-shadow: 0 14px 34px rgba(29,45,86,.1); backdrop-filter: blur(14px) saturate(1.1); -webkit-backdrop-filter: blur(14px) saturate(1.1); }
  .global-header__desktop-menu-trigger { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: rgba(185,135,47,.1); color: var(--global-header-gold); box-shadow: inset 0 0 0 1px rgba(185,135,47,.24); cursor: pointer; transition: background .18s ease, color .18s ease, transform .18s ease; }
  .global-header__desktop-menu-trigger:hover, .global-header__desktop-menu-trigger:focus-visible, .global-header__desktop-menu-trigger[aria-expanded="true"] { background: var(--global-header-ink); color: white; }
  .global-header__menu-mark { display: grid; align-content: center; gap: 3px; width: 18px; height: 18px; }
  .global-header__menu-mark i { display: block; width: 13px; height: 1.5px; margin-inline: auto; border-radius: 2px; background: currentColor; transition: width .18s ease; }
  .global-header__menu-mark i:nth-child(2) { width: 9px; }
  .global-header__desktop-menu-trigger:hover .global-header__menu-mark i:nth-child(2), .global-header__desktop-menu-trigger:focus-visible .global-header__menu-mark i:nth-child(2) { width: 13px; }
  .global-header__top-link, .global-header__business-link { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 5px 6px; border-radius: 4px; font-size: .86rem; font-weight: 700; white-space: nowrap; transition: color .18s ease; }
  .global-header__top-link::after, .global-header__business-link::after { content: ""; position: absolute; right: 6px; bottom: 0; left: 6px; height: 2px; border-radius: 999px; background: var(--global-header-gold); transform: scaleX(0); transform-origin: left center; transition: transform .2s ease; }
  .global-header__top-link:hover, .global-header__top-link:focus-visible { color: #142b52; }
  .global-header__top-link:hover::after, .global-header__top-link:focus-visible::after, .global-header__top-link[aria-current="page"]::after { transform: scaleX(1); }
  .global-header__top-link--pension { color: #754558; }
  .global-header__business { position: relative; }
  .global-header__business-link { min-height: 34px; padding: 5px 7px; border-radius: 4px; line-height: normal; }
  .global-header__business:hover .global-header__business-link::after, .global-header__business:focus-within .global-header__business-link::after, .global-header__business.is-open .global-header__business-link::after, .global-header__business-link[aria-current="page"]::after { transform: scaleX(1); }
  .global-header__contact { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 14px; border-radius: 999px; background: var(--global-header-ink); color: white !important; font-size: .82rem; font-weight: 800; white-space: nowrap; box-shadow: 0 10px 22px rgba(29,45,86,.2); }
  .global-header__contact .tkg-icon { width: 16px; height: 16px; flex: 0 0 auto; }

  .global-header__business-panel { position: absolute; top: calc(100% + 14px); left: -88px; width: min(680px,calc(100vw - 48px)); padding: 20px; border: 1px solid rgba(185,135,47,.25); border-radius: 18px; background: rgba(255,253,248,.99); box-shadow: 0 26px 68px rgba(29,45,86,.18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-7px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
  .global-header__business-panel::before { content: ""; position: absolute; inset: -15px 0 auto; height: 17px; }
  .global-header:not([data-global-header-ready="true"]) .global-header__business:hover > .global-header__business-panel, .global-header:not([data-global-header-ready="true"]) .global-header__business:focus-within > .global-header__business-panel, .global-header__business.is-open > .global-header__business-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .global-header__business-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 13px; border-bottom: 1px solid rgba(29,45,86,.12); }
  .global-header__business-panel h2 { margin: 0; font-family: inherit; font-size: .95rem; font-weight: 800; letter-spacing: 0; }
  .global-header__business-panel > header > a { color: var(--global-header-business); font-size: .76rem; font-weight: 800; }
  .global-header__service-columns { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; padding-top: 14px; }
  .global-header__service-columns > section { padding: 13px 15px; border-radius: 13px; background: var(--global-header-business-soft); }
  .global-header__service-columns > section + section { background: #f5f2ec; }
  .global-header__service-columns h3 { margin: 0 0 4px; color: #5d9c7e; font-family: inherit; font-size: .7rem; font-weight: 800; letter-spacing: 0; }
  .global-header__service-columns a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 54px; padding: 8px 2px; border-top: 1px solid rgba(49,95,120,.15); }
  .global-header__service-columns a > span { display: grid; gap: 1px; }
  .global-header__service-columns strong { font-family: inherit; font-size: .82rem; font-weight: 750; line-height: 1.45; }
  .global-header__service-columns small { color: #69788a; font-size: .65rem; line-height: 1.5; }
  .global-header__service-columns i { color: var(--global-header-gold); font-style: normal; }
  .global-header__mobile-trigger { display: none; }
  .global-header__cockpit-shell { position: fixed; inset: 0; z-index: 230; display: block; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s; }
  .global-header__cockpit-shell.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .global-header__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(16,30,52,.48); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
  .global-header__cockpit { position: absolute; inset: 0 0 0 auto; display: grid; grid-template-rows: auto minmax(0,1fr) auto; width: min(880px,calc(100vw - 72px)); height: 100dvh; overflow: hidden; border-radius: 28px 0 0 28px; background: var(--global-header-paper); box-shadow: -24px 0 72px rgba(17,35,63,.28); transform: translateX(42px); transition: transform .24s cubic-bezier(.2,.72,.2,1); }
  .global-header__cockpit-shell.is-open .global-header__cockpit { transform: translateX(0); }

  @media (min-width: 1024px) {
    .global-header__cockpit-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 84px; padding: 18px 28px 16px 32px; border-bottom: 1px solid rgba(29,45,86,.1); background: rgba(255,250,243,.97); }
    .global-header__cockpit-head > div { display: grid; gap: 2px; }
    .global-header__cockpit-head small { color: var(--global-header-gold); font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
    .global-header__cockpit-head h2 { margin: 0; font-family: inherit; font-size: 1.16rem; font-weight: 800; }
    .global-header__cockpit-head button { position: relative; width: 44px; height: 44px; border: 1px solid rgba(29,45,86,.14); border-radius: 50%; background: white; color: var(--global-header-ink); cursor: pointer; transition: background .18s ease, color .18s ease; }
    .global-header__cockpit-head button:hover { background: var(--global-header-ink); color: white; }
    .global-header__cockpit-head button i::before, .global-header__cockpit-head button i::after { content: ""; position: absolute; top: 21px; left: 12px; width: 18px; height: 1.5px; background: currentColor; }
    .global-header__cockpit-head button i::before { transform: rotate(45deg); }
    .global-header__cockpit-head button i::after { transform: rotate(-45deg); }
    .global-header__cockpit-scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 22px 30px 36px; scrollbar-gutter: stable; }
    .global-header__home-link { display: flex; align-items: center; justify-content: space-between; min-height: 45px; padding: 9px 14px; border: 1px solid rgba(29,45,86,.1); border-radius: 12px; background: white; font-size: .82rem; font-weight: 800; }
    .global-header__home-link i { color: var(--global-header-gold); }
    .global-header__route-picker { margin-top: 20px; }
    .global-header__route-title { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
    .global-header__route-title small { color: var(--global-header-gold); font-size: .66rem; font-weight: 800; }
    .global-header__route-title h3 { margin: 0; font-family: inherit; font-size: 1.05rem; font-weight: 800; }
    .global-header__route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .global-header__route { display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto auto auto; column-gap: 16px; min-height: 126px; padding: 18px 20px; border: 1px solid rgba(49,95,120,.22); border-radius: 18px; background: var(--global-header-business-soft); transition: transform .18s ease, box-shadow .18s ease; }
    .global-header__route:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(29,45,86,.1); }
    .global-header__route--pension { border-color: rgba(135,86,106,.23); background: var(--global-header-pension-soft); }
    .global-header__route > small { grid-column: 1; color: var(--global-header-business); font-size: .64rem; font-weight: 800; }
    .global-header__route--pension > small { color: var(--global-header-pension); }
    .global-header__route > strong { grid-column: 1; margin-top: 4px; font-family: inherit; font-size: .9rem; font-weight: 800; line-height: 1.5; }
    .global-header__route > p { grid-column: 1; margin: 6px 0 0; color: #647386; font-size: .65rem; line-height: 1.5; }
    .global-header__route > i { grid-column: 2; grid-row: 1 / 4; align-self: center; color: var(--global-header-business); font-size: .68rem; font-style: normal; font-weight: 800; }
    .global-header__route--pension > i { color: var(--global-header-pension); }
    .global-header__notice { display: flex; align-items: center; gap: 12px; margin: 14px 0 22px; padding: 11px 14px; border-radius: 12px; background: #f4f1ea; }
    .global-header__notice > span { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--global-header-gold); box-shadow: 0 0 0 5px rgba(185,135,47,.12); }
    .global-header__notice p { display: flex; align-items: center; gap: 14px; margin: 0; }
    .global-header__notice small { color: #6b7785; font-size: .62rem; }
    .global-header__notice a { font-size: .76rem; font-weight: 800; }
    .global-header__notice a i { color: var(--global-header-gold); }
    .global-header__index { display: grid; grid-template-columns: 1.08fr .92fr; gap: 0 26px; }
    .global-header__index-title { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; padding-bottom: 9px; border-bottom: 1px solid rgba(29,45,86,.14); }
    .global-header__index-title small { color: var(--global-header-gold); font-size: .61rem; font-weight: 800; letter-spacing: .12em; }
    .global-header__index-title h3 { margin: 0; font-family: inherit; font-size: 1rem; font-weight: 800; }
    .global-header__index-group { padding: 16px 0; border-bottom: 1px solid rgba(29,45,86,.12); }
    .global-header__index > .global-header__index-group:not(.global-header__index-group--pension):not(.global-header__index-group--guide) { grid-row: 2 / span 2; }
    .global-header__index-group h4 { margin: 0 0 8px; color: var(--global-header-business); font-family: inherit; font-size: .9rem; font-weight: 800; }
    .global-header__index-group > p { margin: 9px 3px 3px; color: #6b7785; font-size: .61rem; font-weight: 800; }
    .global-header__index-group > a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 42px; padding: 7px 9px; border-top: 1px solid rgba(29,45,86,.08); }
    .global-header__index-group > a > span { display: grid; gap: 1px; }
    .global-header__index-group > a strong { font-size: .75rem; }
    .global-header__index-group > a small { color: #6b7785; font-size: .6rem; }
    .global-header__index-group > a i { color: var(--global-header-gold); }
    .global-header__index-hub { border: 0 !important; border-radius: 9px; background: var(--global-header-business); color: white !important; font-size: .74rem; font-weight: 800; }
    .global-header__index-group--pension h4 { color: var(--global-header-pension); }
    .global-header__index-group--guide > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
    .global-header__index-group--guide a { display: flex; align-items: center; justify-content: space-between; min-height: 40px; border-top: 1px solid rgba(29,45,86,.08); font-size: .7rem; font-weight: 700; }
    .global-header__index-group--guide a i { color: var(--global-header-gold); }
    .global-header__cockpit-actions { display: grid; grid-template-columns: 1fr minmax(360px,.8fr); align-items: center; gap: 20px; padding: 12px 28px 14px; border-top: 1px solid rgba(29,45,86,.1); background: var(--global-header-paper-deep); }
    .global-header__cockpit-actions > p { display: grid; gap: 2px; margin: 0; }
    .global-header__cockpit-actions > p small { color: var(--global-header-gold); font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
    .global-header__cockpit-actions > p strong { font-size: .78rem; }
    .global-header__cockpit-actions > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .global-header__cockpit-actions a { display: grid; place-items: center; min-height: 50px; padding: 6px 10px; border-radius: 11px; background: white; text-align: center; }
    .global-header__cockpit-actions a:first-child { background: var(--global-header-ink); color: white; }
    .global-header__cockpit-actions a small { font-size: .58rem; opacity: .74; }
    .global-header__cockpit-actions a strong { font-size: .74rem; }
  }

  @media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    .global-header__service-columns a {
      padding-inline: 12px 8px;
    }

    .global-header__index-group--guide a {
      padding-inline: 12px 9px;
    }

    .global-header__business-panel > header > a { text-underline-offset: 4px; transition: color .18s ease, text-decoration-color .18s ease; }
    .global-header__business-panel > header > a:hover, .global-header__business-panel > header > a:focus-visible { color: var(--global-header-ink); text-decoration: underline; text-decoration-color: var(--global-header-gold); }
    .global-header__service-columns a { border-radius: 9px; transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
    .global-header__service-columns a i { transition: transform .18s ease; }
    .global-header__service-columns a:hover, .global-header__service-columns a:focus-visible { background: rgba(255,255,255,.82); box-shadow: inset 3px 0 0 var(--global-header-gold), 0 7px 16px rgba(29,45,86,.07); transform: translateX(3px); }
    .global-header__service-columns a:hover i, .global-header__service-columns a:focus-visible i { transform: translateX(3px); }

    .global-header__home-link, .global-header__route, .global-header__index-group > a, .global-header__index-group--guide a, .global-header__cockpit-actions a { transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease; }
    .global-header__home-link i, .global-header__route i, .global-header__index-group > a i, .global-header__index-group--guide a i { transition: transform .18s ease; }
    .global-header__home-link:hover, .global-header__home-link:focus-visible { border-color: rgba(185,135,47,.5); background: #fffdf8; box-shadow: 0 8px 18px rgba(29,45,86,.08); transform: translateX(3px); }
    .global-header__home-link:hover i, .global-header__home-link:focus-visible i { transform: translateX(3px); }
    .global-header__route:hover, .global-header__route:focus-visible { border-color: rgba(185,135,47,.44); box-shadow: 0 14px 28px rgba(29,45,86,.11); transform: translateY(-3px); }
    .global-header__route:hover i, .global-header__route:focus-visible i { transform: translateX(3px); }
    .global-header__notice a { text-underline-offset: 4px; transition: color .18s ease, text-decoration-color .18s ease; }
    .global-header__notice a:hover, .global-header__notice a:focus-visible { color: var(--global-header-business); text-decoration: underline; text-decoration-color: var(--global-header-gold); }
    .global-header__index-group > a:hover, .global-header__index-group > a:focus-visible, .global-header__index-group--guide a:hover, .global-header__index-group--guide a:focus-visible { border-radius: 8px; background: rgba(185,135,47,.08); box-shadow: inset 3px 0 0 rgba(185,135,47,.72); transform: translateX(3px); }
    .global-header__index-group > a:hover i, .global-header__index-group > a:focus-visible i, .global-header__index-group--guide a:hover i, .global-header__index-group--guide a:focus-visible i { transform: translateX(3px); }
    .global-header__index-hub:hover, .global-header__index-hub:focus-visible { background: #264f66; box-shadow: 0 10px 22px rgba(49,95,120,.2); color: white !important; }
    .global-header__cockpit-actions a:hover, .global-header__cockpit-actions a:focus-visible { box-shadow: 0 10px 22px rgba(29,45,86,.13); transform: translateY(-2px); }
    .global-header__cockpit-actions a:first-child:hover, .global-header__cockpit-actions a:first-child:focus-visible { background: #142746; }
  }

  @media (min-width: 1280px) {
    .global-header__desktop { gap: 10px; padding-inline: 14px; }
    .global-header__top-link, .global-header__business-link { padding-inline: 7px; font-size: .9rem; }
    .global-header__contact { padding-inline: 16px; }
  }

  @media (max-width: 1100px) and (min-width: 1024px) {
    .global-header { padding-inline: 14px; }
    .global-header__bar { gap: 12px; }
    .global-header__brand { padding-inline: 12px; }
    .global-header__desktop { gap: 6px; padding-inline: 10px; }
    .global-header__top-link, .global-header__business-link { padding-inline: 4px; font-size: .82rem; }
    .global-header__contact { padding-inline: 12px; font-size: .78rem; }
    .global-header__business-panel { left: -145px; width: min(650px,calc(100vw - 28px)); }
  }

  @media (max-width: 1023px) {
    .global-header { padding: 12px clamp(14px,4vw,22px) 0; }
    .global-header__brand { padding: 6px 10px; }
    .global-header__brand img { height: clamp(40px,10vw,50px); }
    .global-header__desktop { display: none; }
    .global-header__mobile-trigger { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 6px 12px 6px 7px; border: 1px solid rgba(185,135,47,.34); border-radius: 999px; background: rgba(255,249,241,.9); color: var(--global-header-ink); box-shadow: 0 12px 28px rgba(29,45,86,.13); cursor: pointer; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
    .global-header__mobile-trigger strong { font-size: .78rem; font-weight: 800; }
    .global-header__menu-mark { display: grid; align-content: center; gap: 3px; width: 34px; height: 34px; padding: 0 9px; border-radius: 50%; background: rgba(185,135,47,.14); box-shadow: inset 0 0 0 1px rgba(185,135,47,.3); }
    .global-header__menu-mark i { display: block; width: 16px; height: 1.5px; border-radius: 2px; background: var(--global-header-gold); }
    .global-header__menu-mark i:nth-child(2) { width: 12px; }
    .global-header__cockpit-shell { position: fixed; inset: 0; z-index: 230; display: block; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s; }
    .global-header__cockpit-shell.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
    .global-header__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(16,30,52,.4); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
    .global-header__cockpit { position: absolute; inset: 0 0 0 auto; display: grid; grid-template-rows: auto minmax(0,1fr) auto; width: min(430px,calc(100vw - 14px)); height: 100dvh; overflow: hidden; border-radius: 24px 0 0 24px; background: var(--global-header-paper); box-shadow: -20px 0 60px rgba(17,35,63,.24); transform: translateX(24px); transition: transform .22s ease; }
    .global-header__cockpit-shell.is-open .global-header__cockpit { transform: translateX(0); }
    .global-header__cockpit-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 72px; padding: max(12px,env(safe-area-inset-top)) 16px 11px 20px; border-bottom: 1px solid rgba(29,45,86,.1); background: rgba(255,250,243,.97); }
    .global-header__cockpit-head > div { display: grid; gap: 1px; }
    .global-header__cockpit-head small { color: var(--global-header-gold); font-size: .56rem; font-weight: 800; letter-spacing: .12em; }
    .global-header__cockpit-head h2 { margin: 0; font-family: inherit; font-size: 1rem; font-weight: 800; }
    .global-header__cockpit-head button { position: relative; width: 42px; height: 42px; border: 1px solid rgba(29,45,86,.14); border-radius: 50%; background: white; color: var(--global-header-ink); cursor: pointer; }
    .global-header__cockpit-head button i::before, .global-header__cockpit-head button i::after { content: ""; position: absolute; top: 20px; left: 12px; width: 17px; height: 1.5px; background: currentColor; }
    .global-header__cockpit-head button i::before { transform: rotate(45deg); }
    .global-header__cockpit-head button i::after { transform: rotate(-45deg); }
    .global-header__cockpit-scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 13px clamp(14px,4vw,22px) 28px; scrollbar-gutter: stable; }
    .global-header__home-link { display: flex; align-items: center; justify-content: space-between; min-height: 43px; padding: 8px 12px; border: 1px solid rgba(29,45,86,.1); border-radius: 10px; background: white; font-size: .8rem; font-weight: 800; }
    .global-header__home-link i { color: var(--global-header-gold); }
    .global-header__route-picker { margin-top: 17px; }
    .global-header__route-title { text-align: center; }
    .global-header__route-title small { color: var(--global-header-gold); font-size: .64rem; font-weight: 800; }
    .global-header__route-title h3 { margin: 3px 0 12px; font-family: inherit; font-size: .98rem; font-weight: 800; }
    .global-header__route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
    .global-header__route { display: grid; align-content: start; gap: 5px; min-height: 168px; padding: 15px 13px 13px; border: 1px solid rgba(49,95,120,.22); border-radius: 17px; background: var(--global-header-business-soft); }
    .global-header__route--pension { border-color: rgba(135,86,106,.23); background: var(--global-header-pension-soft); }
    .global-header__route > small { color: var(--global-header-business); font-size: .62rem; font-weight: 800; }
    .global-header__route--pension > small { color: var(--global-header-pension); }
    .global-header__route > strong { min-height: 46px; font-family: inherit; font-size: .86rem; font-weight: 800; line-height: 1.5; }
    .global-header__route > p { margin: 0; color: #647386; font-size: .63rem; line-height: 1.55; }
    .global-header__route > i { align-self: end; margin-top: auto; color: var(--global-header-business); font-size: .67rem; font-style: normal; font-weight: 800; }
    .global-header__route--pension > i { color: var(--global-header-pension); }
    .global-header__notice { display: flex; align-items: center; gap: 10px; margin: 13px 0 20px; padding: 10px 12px; border-radius: 11px; background: #f4f1ea; }
    .global-header__notice > span { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--global-header-gold); box-shadow: 0 0 0 5px rgba(185,135,47,.12); }
    .global-header__notice p { display: grid; gap: 2px; margin: 0; }
    .global-header__notice small { color: #6b7785; font-size: .59rem; }
    .global-header__notice a { font-size: .72rem; font-weight: 800; line-height: 1.45; }
    .global-header__notice a i { color: var(--global-header-gold); }
    .global-header__index-title { display: flex; align-items: end; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid rgba(29,45,86,.14); }
    .global-header__index-title small { color: var(--global-header-gold); font-size: .59rem; font-weight: 800; letter-spacing: .12em; }
    .global-header__index-title h3 { margin: 0; font-family: inherit; font-size: .98rem; font-weight: 800; }
    .global-header__index-group { padding: 15px 0; border-bottom: 1px solid rgba(29,45,86,.12); }
    .global-header__index-group h4 { margin: 0 0 8px; color: var(--global-header-business); font-family: inherit; font-size: .88rem; font-weight: 800; }
    .global-header__index-group > p { margin: 9px 3px 3px; color: #6b7785; font-size: .6rem; font-weight: 800; }
    .global-header__index-group > a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 43px; padding: 8px 9px; border-top: 1px solid rgba(29,45,86,.08); }
    .global-header__index-group > a > span { display: grid; gap: 1px; }
    .global-header__index-group > a strong { font-size: .76rem; }
    .global-header__index-group > a small { color: #6b7785; font-size: .61rem; }
    .global-header__index-group > a i { color: var(--global-header-gold); }
    .global-header__index-hub { border: 0 !important; border-radius: 9px; background: var(--global-header-business); color: white !important; font-size: .74rem; font-weight: 800; }
    .global-header__index-group--pension h4 { color: var(--global-header-pension); }
    .global-header__index-group--guide > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
    .global-header__index-group--guide a { display: flex; align-items: center; justify-content: space-between; min-height: 42px; border-top: 1px solid rgba(29,45,86,.08); font-size: .72rem; font-weight: 700; }
    .global-header__index-group--guide a i { color: var(--global-header-gold); }
    .global-header__cockpit-actions { padding: 8px max(12px,env(safe-area-inset-right)) max(9px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left)); border-top: 1px solid rgba(29,45,86,.1); background: var(--global-header-paper-deep); }
    .global-header__cockpit-actions > p { display: flex; align-items: center; justify-content: space-between; margin: 0 2px 6px; }
    .global-header__cockpit-actions > p small { color: var(--global-header-gold); font-size: .54rem; font-weight: 800; letter-spacing: .1em; }
    .global-header__cockpit-actions > p strong { font-size: .73rem; }
    .global-header__cockpit-actions > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
    .global-header__cockpit-actions a { display: grid; place-items: center; min-height: 49px; padding: 5px 8px; border-radius: 10px; background: white; text-align: center; }
    .global-header__cockpit-actions a:first-child { background: var(--global-header-ink); color: white; }
    .global-header__cockpit-actions a small { font-size: .57rem; opacity: .74; }
    .global-header__cockpit-actions a strong { font-size: .72rem; }
  }

  @media (max-width: 370px) {
    .global-header__mobile-trigger strong { display: none; }
    .global-header__route-grid { grid-template-columns: 1fr; }
    .global-header__route { min-height: 140px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .global-header *, .global-header *::before, .global-header *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  }
