/* Shared top navigation: aligned with the private medical-fees tool. */
.header {
  background: #fff;
  border-bottom: 1px solid #e5e7ed;
}

.header-inner {
  width: min(1280px, calc(100% - 80px));
  max-width: none;
  min-height: 84px;
  padding: 0;
  gap: 30px;
}

.brand img {
  width: 183px;
}

.header nav {
  height: 84px;
  gap: 35px;
  font-size: 15px;
  font-weight: 400;
}

.header nav a {
  color: #30334f;
}

.header nav a.current {
  color: #ce5e09;
  font-weight: 700;
}

.header nav a.current::after {
  height: 3px;
  border-radius: 0;
  background: #e96908;
}

.header-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #30334f;
  font-size: 14px;
  white-space: nowrap;
}

.header nav a {
  transition: color .18s ease;
}

.header nav a:not(.current):hover {
  color: #ce5e09;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-tool-link {
  color: #555a72;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  transition: color .18s ease, transform .18s ease;
}

.header-tool-link:hover,
.header-back:hover {
  color: #ce5e09;
  transform: translateX(2px);
}

.header-back {
  transition: color .18s ease, transform .18s ease;
}

@media (max-width: 1100px) {
  .header-inner { width: calc(100% - 48px); }
  .header nav { gap: 20px; }
  .header-actions { display: none; }
}

@media (max-width: 800px) {
  .header-inner { min-height: 70px; }
  .brand img { width: 150px; }
  .header nav { height: 70px; gap: 18px; font-size: 13px; }
  .header nav > a:first-child { display: none; }
}

@media (max-width: 640px) {
  .header-inner { width: calc(100% - 32px); min-height: 70px; padding: 0; }
  .brand img { width: 132px; }
  .header nav { height: 70px; gap: 12px; font-size: 12px; }
  .header nav a:not(.current) { display: flex; }
}

/* Homepage global navigation, reused by this standalone tool page. */
.home-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(39,38,77,.06); backdrop-filter: blur(14px); }
.home-nav { position: relative; width: 100%; height: 64px; margin: 0; padding: 0 50px; display: flex; align-items: center; justify-content: space-between; }
.home-nav-links { display: flex; align-items: center; gap: 12px; }
.home-nav-links > a, .home-nav-dropdown > a { width: 105px; min-width: 0; height: 40px; padding: 0 10px; border-radius: 20px; background: #f5f5f5; display: flex; align-items: center; justify-content: center; color: #333; font-size: 14px; font-weight: 500; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.home-nav-links > a:hover { color: #fff; background: #4342ff; }
.home-nav-links a span { color: #8b8c99; padding-left: 4px; }.home-nav-links a:hover span { color: #fff; }
.home-nav-dropdown{position:relative}.home-nav-dropdown-menu{position:absolute;top:calc(100% + 9px);left:0;width:290px;padding:9px;border:1px solid #e7e7ef;border-radius:14px;background:#fff;box-shadow:0 16px 42px rgba(31,33,82,.15);opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:40}.home-nav-dropdown-menu::before{content:"";position:absolute;height:12px;left:0;right:0;top:-12px}.home-nav-dropdown:hover .home-nav-dropdown-menu,.home-nav-dropdown:focus-within .home-nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.home-nav-dropdown-menu a{display:flex;align-items:center;min-height:58px;gap:10px;padding:12px 13px;border-radius:9px;color:#333;background:#fff}.home-nav-dropdown-menu a:hover,.home-nav-dropdown-menu a:focus-visible{color:#1f2152;background:#f2f2ff}.care-nav-icon{width:24px;height:24px;flex:0 0 auto;object-fit:contain}.care-nav-icon--doctor-hub{width:30px;height:30px;margin-right:-6px}.care-nav-copy{min-width:0;display:block}.home-nav-dropdown-menu strong,.home-nav-dropdown-menu small{display:block}.home-nav-dropdown-menu strong{color:#1f2152;font-size:14px}.home-nav-dropdown-menu small{margin-top:3px;color:#77798a;font-size:11px;font-weight:400}
.home-logo { position: absolute; left: 50%; height: 100%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; }.home-logo img { width: auto; height: 36px; }
.home-search { width: 35px; height: 35px; border-radius: 50%; color: #e96908; background: rgba(245,124,31,.1); display: grid; place-items: center; transition: background .2s ease; }.home-search:hover { background: rgba(245,124,31,.2); }.home-search svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.mobile-site-menu{display:none}
.care-tool-tabs{display:flex;align-items:center;gap:4px;width:fit-content;max-width:100%;padding:4px;margin:-7px 0 27px;overflow-x:auto;border:1px solid #dce5e6;border-radius:13px;background:#f4f8f8;scrollbar-width:none}.care-tool-tabs::-webkit-scrollbar{display:none}.care-tool-tabs a{flex:0 0 auto;padding:9px 14px;border-radius:9px;color:#526d72;font-size:13px;font-weight:650;line-height:1.25;white-space:nowrap;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.care-tool-tabs a:hover,.care-tool-tabs a:focus-visible{color:var(--teal);background:#e7f1ef}.care-tool-tabs a[aria-current="page"]{color:#fff;background:var(--teal);box-shadow:0 3px 8px #1c5d541f}.care-tool-page-label{display:inline-flex;align-items:center;gap:9px;margin-bottom:9px;color:#4342ff;font-size:14px;font-weight:750;letter-spacing:.01em}.care-tool-page-label img{width:30px;height:30px;object-fit:contain}
@media(max-width:900px){.home-nav{padding:0 16px}.home-nav-links{gap:8px}.home-nav-links>a{width:98px;padding-inline:7px;font-size:13px}.home-logo{position:relative;left:0;height:auto;margin-right:auto;transform:none;justify-content:flex-start}.home-logo img{height:30px}.home-search{width:30px;height:30px}.mobile-site-menu{display:block;position:relative;margin-left:8px}.mobile-site-menu>summary{width:34px;height:34px;border:1px solid #e2e4ec;border-radius:50%;display:grid;place-items:center;color:#40426c;background:#fff;cursor:pointer;list-style:none;font-size:18px;line-height:1}.mobile-site-menu>summary::-webkit-details-marker{display:none}.mobile-site-menu[open]>summary{color:#fff;border-color:#4342ff;background:#4342ff}.mobile-site-menu nav{position:absolute;top:calc(100% + 12px);right:0;z-index:30;width:min(288px,calc(100vw - 32px));padding:8px;border:1px solid #e5e7ef;border-radius:14px;background:#fff;box-shadow:0 16px 36px rgba(31,33,82,.16)}.mobile-site-menu nav a{display:block;padding:12px 13px;border-radius:9px;color:#30334f;font-size:14px;font-weight:650}.mobile-site-menu nav a:hover,.mobile-site-menu nav a:focus-visible{color:#4342ff;background:#f2f2ff}}
@media(max-width:640px){.home-nav{height:64px;padding-inline:16px}.home-nav-links{display:none}.home-logo img{height:30px}.care-tool-tabs{width:100%;margin:-2px 0 21px}.care-tool-tabs a{padding:8px 11px;font-size:12px}.care-tool-page-label{margin-bottom:8px;font-size:13px}.care-tool-page-label img{width:27px;height:27px}}
@media(max-width:640px){.mobile-site-menu nav{position:fixed;top:64px;right:0;left:0;width:100%;max-height:calc(100vh - 64px);max-height:calc(100dvh - 64px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:12px 16px 16px;border:0;border-radius:0 0 18px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;box-shadow:0 16px 28px rgba(31,33,82,.16)}.mobile-site-menu nav a{min-height:46px;padding:12px;border:1px solid #e8e9f0;background:#fafbff;text-align:center}.mobile-care-menu{grid-column:1/-1;border:1px solid #e8e9f0;border-radius:10px;background:#fafbff;overflow:hidden}.mobile-care-menu>summary{min-height:46px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;color:#30334f;cursor:pointer;list-style:none;font-size:14px;font-weight:700}.mobile-care-menu>summary::-webkit-details-marker{display:none}.mobile-care-menu>summary>span{transition:transform .18s ease}.mobile-care-menu[open]>summary>span{transform:rotate(180deg)}.mobile-care-links{display:grid;gap:4px;padding:0 6px 6px}.mobile-site-menu nav .mobile-care-links a{min-height:0;padding:8px;border:0;background:#fff;display:flex;align-items:center;gap:9px;text-align:left}.mobile-care-links .care-nav-icon{width:23px;height:23px}.mobile-care-links .care-nav-icon--doctor-hub{width:29px;height:29px;margin-right:-6px}.mobile-care-links strong,.mobile-care-links small{display:block}.mobile-care-links strong{color:#1f2152;font-size:13px}.mobile-care-links small{margin-top:1px;color:#77798a;font-size:11px;font-weight:400}}
@media(max-width:640px){.home-nav{height:auto;min-height:64px;flex-wrap:wrap}.mobile-site-menu[open]{position:static;flex:0 0 100%;order:3;margin-left:0}.mobile-site-menu[open]>summary{position:absolute;top:15px;right:16px}.home-nav:has(.mobile-site-menu[open]) .home-search{transform:translateX(-44px)}.mobile-site-menu[open] nav{position:static;width:100%;max-height:none;overflow:visible;padding:12px 16px 16px;border:0;border-radius:0 0 18px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;box-shadow:0 16px 28px rgba(31,33,82,.16)}}

/* Match the primary site header instead of using the older pill navigation. */
.header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(39,38,77,.06); backdrop-filter: blur(14px); }
.header .nav { position: relative; width: 100%; max-width: none; height: 60px; margin: 0; padding: 0 50px; display: flex; align-items: center; justify-content: space-between; gap: 0; }
.header .nav-links { display: flex; align-items: center; gap: 4px; }
.header .nav-links > a, .header .nav-dropdown > a { min-width: 0; width: auto; height: 34px; padding: 0 12px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #515365; background: transparent; font-size: 14px; font-weight: 650; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.header .nav-links a:hover { color: #343768; background: #f2f3fb; }
.header .nav-links a span { color: #8b8c99; padding-left: 5px; }
.header .nav-links a:hover span { color: inherit; }
.header .nav-dropdown { position: relative; }
.header .nav-dropdown > a { color: #9b500f; background: #fff5ed; }
.header .nav-dropdown > a:hover { color: #8a450a; background: #ffeadb; }
.header .nav-dropdown-menu { position: absolute; top: calc(100% + 9px); left: 0; z-index: 40; width: 290px; padding: 9px; border: 1px solid #e7e7ef; border-radius: 14px; background: #fff; box-shadow: 0 16px 42px rgba(31,33,82,.15); opacity: 0; visibility: hidden; transform: translateY(-5px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.header .nav-dropdown-menu::before { content: ""; position: absolute; top: -12px; right: 0; left: 0; height: 12px; }
.header .nav-dropdown:hover .nav-dropdown-menu, .header .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.header .nav-dropdown-menu a { display: flex; align-items: center; min-height: 58px; gap: 10px; padding: 12px 13px; border-radius: 9px; color: #333; background: #fff; }
.header .nav-dropdown-menu a:hover, .header .nav-dropdown-menu a:focus-visible { color: #1f2152; background: #f2f2ff; }
.header .care-nav-copy { min-width: 0; display: block; }
.header .nav-dropdown-menu strong, .header .nav-dropdown-menu small { display: block; }
.header .nav-dropdown-menu strong { color: #1f2152; font-size: 14px; font-weight: 700; }
.header .nav-dropdown-menu small { margin-top: 3px; color: #77798a; font-size: 11px; font-weight: 400; }
.header .logo { position: absolute; left: 50%; height: 100%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; }
.header .logo img { width: auto; height: 32px; }
.header .nav-search { width: 35px; height: 35px; border: 0; border-radius: 50%; display: grid; place-items: center; color: #e96908; background: rgba(245,124,31,.1); transition: background .2s ease; }
.header .nav-search:hover { background: rgba(245,124,31,.2); }
.header .nav-search svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

@media(max-width:900px){.header .nav{padding-inline:16px}.header .nav-left{display:none}.header .logo{position:relative;left:0;height:auto;margin-right:auto;transform:none;justify-content:flex-start}.header .logo img{height:30px}.header .nav-search{width:30px;height:30px}.mobile-site-menu{display:block;position:relative;margin-left:8px}.mobile-site-menu>summary{width:34px;height:34px;border:1px solid #e2e4ec;border-radius:50%;display:grid;place-items:center;color:#40426c;background:#fff;cursor:pointer;list-style:none;font-size:18px;line-height:1}.mobile-site-menu>summary::-webkit-details-marker{display:none}.mobile-site-menu[open]>summary{color:#fff;border-color:#4342ff;background:#4342ff}.mobile-site-menu nav{position:absolute;top:calc(100% + 12px);right:0;z-index:30;width:min(288px,calc(100vw - 32px));padding:8px;border:1px solid #e5e7ef;border-radius:14px;background:#fff;box-shadow:0 16px 36px rgba(31,33,82,.16)}.mobile-site-menu nav a{display:block;padding:12px 13px;border-radius:9px;color:#30334f;font-size:14px;font-weight:650}.mobile-site-menu nav a:hover,.mobile-site-menu nav a:focus-visible{color:#4342ff;background:#f2f2ff}}
@media(max-width:680px){.header .nav{height:64px;min-height:64px;padding-inline:16px;flex-wrap:nowrap}.mobile-site-menu[open]{position:relative;flex:0 0 auto;order:initial;margin-left:8px}.mobile-site-menu[open]>summary{position:static}.header .nav:has(.mobile-site-menu[open]) .nav-search{transform:none}.mobile-site-menu[open] nav{position:absolute;top:calc(100% + 14px);right:0;left:auto;z-index:200;width:calc(100vw - 32px);height:auto;min-height:0;max-height:none;overflow:visible;padding:12px 16px 16px;border:1px solid #e5e7ef;border-radius:0 0 18px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;box-shadow:0 16px 28px rgba(31,33,82,.16)}.mobile-site-menu nav a{min-height:46px;padding:12px;border:1px solid #e8e9f0;background:#fafbff;text-align:center}}
