/* ============================================================
   StorageKeys — Site chrome (shared)
   Banner, header, nav dropdown, footer.
   Loaded LAST so header/footer stay identical on every page.
============================================================ */
html, body {
  margin: 0;
  padding: 0;
}

.d-none {
  display: none !important;
}

/* Reserve icon width before font-icons.css loads (home async) */
.fas, .fab, .far, .fa {
  display: inline-block;
  min-width: 1.125em;
  text-align: center;
  font-style: normal;
}

:root {
  --sk-primary: #123a63;
  --sk-primary-2: #1c5a99;
  --sk-accent: #ff8a1e;
  --sk-accent-2: #ff6a00;
  --sk-dark: #0e2036;
  --sk-line: #e6ecf2;
  --sk-soft: #f4f8fc;
  --sk-chrome-max: 1200px;
  --sk-chrome-pad: 20px;
}

/* Shared page container — single source for header, banner, footer & page content */
.sk-container {
  max-width: var(--sk-chrome-max);
  margin: 0 auto;
  padding-left: var(--sk-chrome-pad) !important;
  padding-right: var(--sk-chrome-pad) !important;
  box-sizing: border-box;
  width: 100%;
}

/* ---------- Top banner ---------- */
.pv-banner-note {
  background: #0e2036 !important;
  color: #ffcf9e !important;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
  font-family: 'Poppins', system-ui, sans-serif;
  letter-spacing: .02em;
  box-sizing: border-box;
  width: 100%;
}
.pv-banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.pv-banner-left,
.pv-banner-right {
  min-width: 0;
}
.pv-banner-note .ltn__top-bar-menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pv-banner-note .ltn__top-bar-menu > ul > li {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffcf9e !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}
.pv-banner-note .ltn__top-bar-menu > ul > li > a,
.pv-banner-note .ltn__social-media a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
}
.pv-banner-note .ltn__top-bar-menu > ul > li > a {
  color: #ffcf9e !important;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}
.pv-banner-note .ltn__top-bar-menu > ul > li > a > i,
.pv-banner-note .ltn__top-bar-menu > ul > li > i {
  color: #f58320 !important;
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  min-width: 1em;
  margin-right: 0;
  line-height: 1;
  text-align: center;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.pv-banner-note .ltn__top-bar-menu > ul > li > a:hover {
  color: #ffe0b8 !important;
}
.pv-banner-note .ltn__top-bar-menu > ul > li > a:hover > i {
  color: #ff8a1e !important;
}
.pv-banner-note .ltn__social-media > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pv-banner-note .ltn__social-media > ul > li {
  margin: 0 !important;
  color: #ffcf9e !important;
}
.pv-banner-note .ltn__social-media a {
  color: #ffcf9e !important;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}
.pv-banner-note .ltn__social-media a i {
  color: #ffcf9e !important;
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  min-width: 1em;
  margin-right: 0;
  line-height: 1;
  text-align: center;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.pv-banner-note .ltn__social-media a:hover,
.pv-banner-note .ltn__social-media a:hover i {
  color: #ffe0b8 !important;
}

/* ---------- Header ---------- */
.pv-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 6px 20px rgba(18, 58, 99, .08);
  box-sizing: border-box;
  width: 100%;
  font-family: 'Nunito Sans', 'Segoe UI', system-ui, sans-serif;
  font-weight: 400;
}
.pv-header > .sk-container.pv-header-in,
.pv-header .pv-header-in.sk-container {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.pv-header-in {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 72px;
}
.pv-logo {
  flex: 0 0 auto;
}
.pv-logo img {
  height: 40px;
  width: auto;
  aspect-ratio: 223 / 64;
  display: block;
}
.pv-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 6px 26px;
  margin-left: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: inherit;
}
.pv-nav > a,
.pv-nav > .pv-has-sub > a {
  color: var(--sk-dark);
  text-decoration: none;
  font-family: 'Nunito Sans', 'Segoe UI', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.25;
  padding: 8px 2px;
  letter-spacing: 0.01em;
}
.pv-nav a.active,
.pv-nav a:hover {
  color: var(--sk-accent-2);
}
.pv-nav a.active {
  font-weight: 800;
}
.pv-header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  margin-left: auto;
}
.pv-book {
  background: var(--sk-accent);
  color: #fff;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: 50px;
  font-family: 'Nunito Sans', 'Segoe UI', system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.2;
}
.pv-book:hover {
  background: var(--sk-accent-2);
  color: #fff;
}
.pv-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--sk-primary);
  text-decoration: none;
  border: 1.5px solid var(--sk-line);
  flex: 0 0 auto;
  transition: .2s;
}
.pv-cart:hover {
  color: var(--sk-accent-2);
  border-color: var(--sk-accent);
  background: var(--sk-soft);
}
.pv-cart i {
  font-size: 16px;
}
.pv-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--sk-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.pv-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  color: var(--sk-dark);
  cursor: pointer;
  padding: 8px;
  margin-left: 4px;
}

/* ---------- Storage Options dropdown ---------- */
.pv-has-sub {
  position: relative;
}
.pv-has-sub > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.pv-has-sub > a::after {
  content: "";
  width: 6px;
  height: 6px;
  flex: none;
  border: solid currentColor;
  border-width: 0 1.6px 1.6px 0;
  transform: rotate(45deg) translate(-1px, -2px);
  transition: transform .2s ease;
}
.pv-has-sub.open > a::after {
  transform: rotate(-135deg) translate(-2px, -1px);
}
.pv-has-sub::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 16px;
}
.pv-sub {
  position: absolute;
  top: calc(100% + 14px);
  left: -14px;
  z-index: 60;
  min-width: 236px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 18px 40px rgba(18, 58, 99, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.pv-has-sub:hover > .pv-sub,
.pv-has-sub:focus-within > .pv-sub {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.pv-nav .pv-sub a {
  padding: 9px 12px;
  border-radius: 8px;
  font-family: 'Nunito Sans', 'Segoe UI', system-ui, sans-serif;
  font-size: 14.5px;
  white-space: nowrap;
  color: var(--sk-dark);
  text-decoration: none;
  font-weight: 600;
}
.pv-nav .pv-sub a:hover,
.pv-nav .pv-sub a.active {
  background: var(--sk-soft);
  color: var(--sk-accent-2);
}

/* ---------- Footer ---------- */
.pv-footer {
  background: #f5f7fa;
  color: #5a6a7a;
  padding: 56px 0 22px;
  box-sizing: border-box;
  width: 100%;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
}
.pv-foot-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.82fr 1fr 1fr 0.82fr;
  gap: 36px 28px;
  align-items: start;
}
.pv-foot-brand .pv-foot-logo {
  display: inline-block;
  margin: 0 0 16px;
}
.pv-foot-brand .pv-foot-logo img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 220px;
  aspect-ratio: 223 / 64;
}
.pv-foot-brand > p {
  margin: 0 0 18px;
  max-width: 38ch;
  color: #5a6a7a;
  font-size: 14px;
  line-height: 1.75;
}
.pv-footer h4,
.pv-footer .h4 {
  color: var(--sk-primary);
  font-size: 20px;
  margin: 0 0 14px;
}
.pv-footer h5,
.pv-footer .h5 {
  display: block;
  color: var(--sk-primary);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 18px;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3;
}
.pv-footer h5::after,
.pv-footer .h5::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: var(--sk-accent);
  margin-top: 10px;
  border-radius: 2px;
}
.pv-footer p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 11px;
  color: #5a6a7a;
}
.pv-footer p i {
  color: var(--sk-accent);
  margin-right: 8px;
  width: 16px;
  text-align: center;
}
.pv-footer a {
  display: block;
  color: #5a6a7a;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 0;
  transition: color .2s;
}
.pv-footer a:hover {
  color: var(--sk-primary-2);
}
.pv-foot-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pv-foot-links a {
  margin: 0;
  line-height: 1.45;
}
.pv-social {
  display: flex;
  gap: 10px;
  margin-top: 2px;
}
.pv-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e1e6ec;
  color: #5a6a7a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: .2s;
}
.pv-social a:hover {
  background: var(--sk-accent);
  border-color: var(--sk-accent);
  color: #fff;
}
.pv-copy {
  border-top: 1px solid #e1e6ec;
  margin-top: 40px;
  padding-top: 18px;
  text-align: center;
  font-size: 13px;
  color: #8a96a3;
}
.pv-copy a {
  display: inline;
  margin: 0 0 0 8px;
  color: #5a6a7a;
}
.pv-copy span {
  color: var(--sk-primary);
}
.pv-foot-contact p {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #5a6a7a;
  line-height: 1.5;
  margin: 0 0 11px;
}
.pv-foot-contact p:last-of-type {
  margin-bottom: 0;
}
.pv-foot-contact p i {
  flex: none;
  margin-top: 2px;
}
.pv-foot-contact p a {
  display: inline;
  color: #5a6a7a;
  margin: 0;
  font-size: inherit;
}
.pv-foot-contact p a:hover {
  color: var(--sk-primary-2);
}

/* Below chrome max: keep side padding all the way to mobile */
@media (min-width: 992px) {
  .pv-header-in {
    display: flex;
    gap: 0;
  }
  .pv-nav {
    flex: 1 1 auto;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .pv-header-cta {
    margin-left: 0;
  }
}

@media (max-width: 1240px) {
  :root {
    --sk-chrome-pad: 20px;
  }
  .pv-foot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 28px;
  }
  .pv-foot-brand {
    grid-column: 1 / -1;
  }
  .pv-nav {
    gap: 6px 20px;
  }
  .pv-nav > a,
  .pv-nav > .pv-has-sub > a {
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  :root {
    --sk-chrome-pad: 20px;
  }
}

/* ---------- Mobile nav ---------- */
@media (max-width: 991px) {
  :root {
    --sk-chrome-pad: 16px;
  }
  .pv-header-in {
    display: flex;
  }
  .pv-nav {
    display: none;
    flex: none;
  }
  .pv-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex: none;
  }
  .pv-header-in {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    min-height: 0;
  }
  .pv-header > .sk-container.pv-header-in,
  .pv-header .pv-header-in.sk-container {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .pv-logo {
    margin-right: auto;
  }
  .pv-header-cta {
    margin-left: 0;
    flex: none;
    gap: 10px;
  }
  .pv-book {
    padding: 10px 16px;
    font-size: 13px;
  }
  .pv-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    flex: 1 1 100%;
    width: 100%;
    order: 3;
    padding-top: 8px;
    flex-wrap: nowrap;
  }
  .pv-nav.open > a,
  .pv-nav.open .pv-has-sub > a {
    padding: 14px 4px;
    border-top: 1px solid var(--sk-line);
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
  }
  .pv-has-sub {
    position: static;
  }
  .pv-has-sub::after {
    display: none;
  }
  .pv-sub {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    padding: 0 0 0 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    gap: 0;
  }
  .pv-has-sub.open > .pv-sub {
    display: flex;
  }
  .pv-nav .pv-sub a {
    padding: 11px 4px;
    border-top: 1px solid var(--sk-line);
    border-radius: 0;
  }
  .pv-foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pv-banner-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .pv-banner-left,
  .pv-banner-right {
    width: 100%;
  }
  .pv-banner-note .ltn__top-bar-menu > ul {
    justify-content: center;
    width: 100%;
  }
  /* Toll Free sits alone on the next row and stays centered */
  .pv-banner-note .ltn__top-bar-menu > ul > li:nth-child(3) {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
  }
  .pv-banner-note .ltn__social-media > ul {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 575px) {
  :root {
    --sk-chrome-pad: 16px;
  }
  .pv-cart {
    width: 38px;
    height: 38px;
  }
  .pv-foot-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pv-banner-note {
    padding: 8px 0;
    font-size: 11.5px;
    line-height: 1.3;
  }
  .pv-logo img {
    height: 32px;
  }
  .pv-book {
    padding: 9px 14px;
    font-size: 13px;
  }
}

/* Global sticky mobile CTA (footer) */
.wh-mobilebar {
  display: none;
}

@media (max-width: 767px) {
  .wh-mobilebar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: #fff;
    box-shadow: 0 -6px 20px rgba(18, 58, 99, .12);
  }
  .wh-mobilebar a {
    padding: 12px 6px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--sk-dark);
    text-decoration: none;
    border-right: 1px solid var(--sk-line);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .wh-mobilebar a:last-child {
    border-right: none;
  }
  .wh-mobilebar a i {
    font-size: 17px;
    color: var(--sk-accent);
  }
  .wh-mobilebar a.wa i {
    color: #25d366;
  }
  body {
    padding-bottom: 60px;
  }
}
