.lgti-header,
.lgti-header * { box-sizing: border-box; }

.lgti-header {
  position: relative;
  z-index: 50;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e7ecee;
  color: #153342;
  font-family: "Nunito Sans", Arial, sans-serif;
  line-height: 1.3;
}

.lgti-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  max-width: 1180px;
  min-height: 112px;
  margin: 0 auto;
  padding: 0 20px;
}

.lgti-brand { display: inline-flex; flex: none; align-items: center; width: 175px; }
.lgti-brand img { display: block; width: 175px; height: auto; max-height: 103px; object-fit: contain; }

.lgti-desktop-nav { display: flex; align-self: stretch; align-items: center; gap: 34px; margin-left: auto; }
.lgti-desktop-nav a,
.lgti-mobile-panel nav a { color: #20333d; font-size: 16px; font-weight: 700; text-decoration: none; }
.lgti-desktop-nav a { display: inline-flex; align-items: center; height: 100%; border-bottom: 3px solid transparent; padding-top: 3px; }
.lgti-desktop-nav a:hover,
.lgti-desktop-nav a[aria-current="page"] { color: #d4770d; border-bottom-color: #ee8615; }

.lgti-search { display: flex; align-items: center; width: 205px; height: 42px; border: 1px solid #d6e0e4; border-radius: 4px; background: #fff; }
.lgti-search:focus-within { border-color: #0b607f; box-shadow: 0 0 0 2px rgba(11, 96, 127, .15); }
.lgti-search input { min-width: 0; width: 100%; height: 100%; margin: 0; padding: 0 0 0 12px; border: 0; outline: 0; background: transparent; color: #153342; font: 14px/1.3 "Nunito Sans", Arial, sans-serif; box-shadow: none; }
.lgti-search button { display: grid; flex: none; place-items: center; width: 42px; height: 40px; margin: 0; padding: 9px; border: 0; background: transparent; color: #17485a; cursor: pointer; }
.lgti-search button:hover { color: #d4770d; }
.lgti-search svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.lgti-contact { display: inline-flex; flex: none; align-items: center; justify-content: center; min-height: 47px; padding: 11px 23px; border-radius: 3px; background: #17485a; color: #fff !important; font-size: 16px; font-weight: 800; text-decoration: none !important; }
.lgti-contact:hover,
.lgti-contact[aria-current="page"] { background: #ee8615; color: #fff !important; }
.lgti-screen-reader { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.lgti-header a:focus-visible,
.lgti-header button:focus-visible,
.lgti-header summary:focus-visible { outline: 3px solid #ee8615; outline-offset: 3px; }

.lgti-mobile-menu { display: none; }

.lgti-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
  width: 100%;
  padding: 18px 20px;
  border-top: 1px solid #e1e8eb;
  background: #f5f7f8;
  color: #526773;
  font: 14px/1.5 "Nunito Sans", Arial, sans-serif;
}
.lgti-policy-links a { color: #17485a; font-weight: 700; text-decoration: none; }
.lgti-policy-links a:hover { color: #c96b08; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 920px) {
  .lgti-header-inner { min-height: 78px; justify-content: space-between; padding: 0 18px; }
  .lgti-brand, .lgti-brand img { width: 118px; }
  .lgti-brand img { max-height: 70px; }
  .lgti-desktop-nav, .lgti-search, .lgti-contact { display: none; }
  .lgti-mobile-menu { display: block; margin-left: auto; }
  .lgti-mobile-menu summary { display: flex; align-items: center; gap: 8px; list-style: none; padding: 8px; color: #17485a; font-size: 15px; font-weight: 800; cursor: pointer; }
  .lgti-mobile-menu summary::-webkit-details-marker { display: none; }
  .lgti-mobile-menu summary svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
  .lgti-mobile-panel { position: absolute; top: calc(100% - 1px); right: 18px; width: min(350px, calc(100vw - 36px)); padding: 12px 18px 20px; border: 1px solid #dce4e8; border-radius: 0 0 6px 6px; background: #fff; box-shadow: 0 15px 35px rgba(8, 47, 67, .14); }
  .lgti-mobile-panel nav { display: flex; flex-direction: column; }
  .lgti-mobile-panel nav a { padding: 12px 4px; border-bottom: 1px solid #e6ecef; }
  .lgti-mobile-panel nav a:hover,
  .lgti-mobile-panel nav a[aria-current="page"] { color: #d4770d; }
  .lgti-mobile-panel form { margin-top: 18px; }
  .lgti-mobile-panel form label { display: block; margin-bottom: 7px; color: #526773; font-size: 13px; font-weight: 700; }
  .lgti-mobile-panel form > div { display: flex; }
  .lgti-mobile-panel input { min-width: 0; flex: 1; height: 41px; margin: 0; padding: 7px 10px; border: 1px solid #cbd7dc; border-radius: 3px 0 0 3px; background: #fff; color: #153342; font: 14px "Nunito Sans", Arial, sans-serif; }
  .lgti-mobile-panel button { height: 41px; padding: 0 13px; border: 0; border-radius: 0 3px 3px 0; background: #17485a; color: #fff; font: 700 14px "Nunito Sans", Arial, sans-serif; cursor: pointer; }
}

@media (max-width: 520px) {
  .lgti-policy-links { gap: 10px 18px; padding: 18px 16px; font-size: 13px; }
}
