/*
 * Shared CHANGE JOURNEY header and footer.
 * Loaded last by both the top page and ABOUT page.
 */
.change-journey-page .site-header {
  min-height: 78px;
  color: #fffdf8;
  background: rgba(228, 94, 0, .97);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  backdrop-filter: blur(10px);
}

.change-journey-page .site-header.is-scrolled,
.change-journey-page .site-header.is-open {
  color: #e45e00;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 7px 24px rgba(86, 42, 14, .11);
}

.change-journey-page .site-header__brand img {
  width: 205px;
  filter: brightness(0) invert(1);
}

.change-journey-page .site-header.is-scrolled .site-header__brand img,
.change-journey-page .site-header.is-open .site-header__brand img {
  filter: none;
}

.change-journey-page .site-header__nav {
  gap: 18px;
  font-size: 12px;
}

.change-journey-page .site-header__cta {
  color: #fff;
  background: #1688ad;
}

.change-journey-page .site-header__cta:hover,
.change-journey-page .site-header__cta:focus-visible {
  color: #fff;
  background: #117495;
}

.opening-story__button--line:hover,
.opening-story__button--line:focus-visible,
.about-button--line:hover,
.about-button--line:focus-visible,
.button--line-coupon:hover,
.button--line-coupon:focus-visible {
  color: #fff;
  background: #05ad4a;
}

.opening-story__button--line,
.about-button--line,
.button--line-coupon {
  color: #fff;
  background: #06c755;
}

.change-journey-page .site-footer {
  margin-top: 24px;
  padding-top: 80px;
  color: #fffdf8;
  background: #a83b18;
}

.change-journey-page .site-footer__inner img {
  filter: brightness(0) invert(1);
}

.change-journey-page .site-footer__inner strong {
  color: #fffdf8;
}

.change-mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  .change-journey-page .site-header__nav {
    gap: 0;
  }

  .change-journey-page .site-header:not(.is-open) .site-header__nav {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
  }

  .change-journey-page .site-header.is-open .site-header__nav {
    display: flex;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .change-journey-page .site-header.is-open .site-header__nav > a:not(.site-header__cta):hover,
  .change-journey-page .site-header.is-open .site-header__nav > a:not(.site-header__cta):focus-visible {
    color: #1f1d19;
    background: #fff;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 680px) {
  .change-journey-page .site-header {
    min-height: 68px;
  }

  .change-journey-page .site-header__brand img {
    width: 176px;
  }

  .change-journey-page .site-footer {
    padding-top: 60px;
  }

  .change-journey-page:not(.india-plan-page) .site-footer {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .change-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    min-height: 82px;
    align-items: center;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(57, 38, 24, .14);
    background: rgba(255, 253, 248, .97);
    box-shadow: 0 -10px 28px rgba(53, 34, 20, .16);
    backdrop-filter: blur(12px);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    transition: opacity .2s ease;
  }

  .change-mobile-cta > span {
    color: #2d2119;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
  }

  .change-mobile-cta > span small {
    display: block;
    margin-bottom: 3px;
    color: #df5c27;
    font-size: 9px;
    font-weight: 800;
  }

  .change-mobile-cta > a {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    color: #fff;
    background: #1688ad;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }

  .change-mobile-cta > a span {
    font-size: 18px;
  }

  .change-journey-page.is-menu-open .change-mobile-cta {
    opacity: 0;
    pointer-events: none;
  }
}
