/** Shopify CDN: Minification failed

Line 901:0 Unexpected "}"

**/
/* =========================================================
   HARMONIQ — APP PROMOTION

   Geometry follows the Figma section.
   Interaction behavior borrows from the previous theme.

   Desktop Figma:
   - section: 1520 × 691
   - editorial start: x = 215px
   - visual begins: x = 659px
   - right visual extends to viewport edge

   Formula:
   1520 - 1090 = 430
   430 / 2 = 215px editorial start

   215 + 444 = 659px visual start
   ========================================================= */


/* =========================================================
   1. SECTION
   ========================================================= */

.hq-app-promo {
  position: relative;

  width: 100%;
  height: auto;

  margin: 0;
  padding: 96px 0;

  background: var(--hq-white);
  color: var(--hq-blue);

  border: 0;
  box-shadow: none;

  overflow: hidden;
}



/* =========================================================
   APP PROMO — SECTION INTRO
   Shared desktop + mobile intro added above the existing
   interactive App Promotion layout.
   ========================================================= */

.hq-app-promo__intro {
  box-sizing: border-box;

  width: min(
    calc(100% - (var(--hq-page-padding, 48px) * 2)),
    var(--hq-container-editorial, 1090px)
  );

  margin: 0 auto 64px;
}

.hq-app-promo__intro-eyebrow {
  margin: 0;

  color: var(--hq-blue);

  text-transform: uppercase;
}

.hq-app-promo__intro-heading {
  max-width: 620px;

  margin: 28px 0 0;

  font-family: var(--hq-font-family);
  font-size: 72px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -1.44px;

  color: var(--hq-blue);
}

.hq-app-promo__intro-copy {
  max-width: 760px;

  margin-top: 22px;

  font-family: var(--hq-font-family);
  font-size: var(--hq-body-size, 20px);
  font-weight: var(--hq-body-weight, 400);
  line-height: var(--hq-body-line-height, 1.45);
  letter-spacing: var(--hq-body-letter-spacing, 0.2px);

  color: var(--hq-grey-dark, #707171);
}

.hq-app-promo__intro-copy p {
  margin: 0;
}

.hq-app-promo__intro-copy p + p {
  margin-top: 18px;
}


/* =========================================================
   2. LAYOUT

   IMPORTANT:
   The Liquid element also has:
   .hq-container--editorial

   For this particular section we intentionally override
   its normal max-width behaviour.

   The whole section remains full width, but the content
   starts on the editorial grid.

   At Figma 1520px:
   left padding = 215px

   This is the same x-position used by:
   - Harmoniq changes how you feel
   - the phone in Wellness on Demand
   - this App Promotion section
   ========================================================= */

.hq-app-promo__layout {
  position: relative;

  box-sizing: border-box;

  width: 100%;
  max-width: none;
  height: 691px;

  margin: 0;

  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;

  padding-left:
    max(
      var(--hq-page-padding),
      calc((100vw - var(--hq-container-editorial)) / 2)
    );

  display: grid;

  grid-template-columns:
    444px
    minmax(0, 1fr);

  align-items: stretch;

  overflow: visible;
}


/* =========================================================
   3. LEFT COLUMN

   Starts exactly on the editorial grid.
   No additional horizontal padding or margin.
   ========================================================= */

.hq-app-promo__sidebar {
  position: relative;

  box-sizing: border-box;

  width: 320px;
  height: 691px;

  margin: 0;

  padding-top: 18px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;

  display: flex;
  flex-direction: column;

  align-self: stretch;
}


/* =========================================================
   4. EYEBROW
   Uses global Figma Caption token
   ========================================================= */

.hq-app-promo__eyebrow {
  margin: 0;

  color: var(--hq-blue);

  text-transform: uppercase;
}


/* =========================================================
   5. NAVIGATION
   ========================================================= */

.hq-app-promo__nav {
  width: 100%;

  margin-top: 0;

  display: flex;
  flex-direction: column;
}


/* =========================================================
   6. TAB
   ========================================================= */

.hq-app-promo__tab {
  position: relative;

  box-sizing: border-box;

  width: 100%;
  min-height: 54px;

  margin: 0;
  padding: 0;

  display: grid;

  grid-template-columns:
    34px
    1fr
    24px;

  align-items: center;

  column-gap: 10px;

  border: 0;
  border-bottom: 1px solid rgba(1, 47, 62, 0.14);

  background: transparent;

  color: rgba(1, 47, 62, 0.45);

  text-align: left;

  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;

  transition:
    color 220ms ease,
    opacity 220ms ease;
}


.hq-app-promo__tab:first-child {
  border-top: 1px solid rgba(1, 47, 62, 0.14);
}


.hq-app-promo__tab:hover {
  color: rgba(1, 47, 62, 0.72);
}


.hq-app-promo__tab.is-active {
  color: var(--hq-blue);
}


/* =========================================================
   7. TAB ICON
   ========================================================= */

.hq-app-promo__tab-icon {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  background: rgba(1, 47, 62, 0.045);
}


.hq-app-promo__tab-icon svg {
  display: block;

  width: 21px;
  height: 21px;
}


/* =========================================================
   8. TAB LABEL
   Figma H3 token
   ========================================================= */

.hq-app-promo__tab-label {
  font-family: var(--hq-font-family);

  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;

  letter-spacing: -0.4px;

  color: inherit;
}


/* =========================================================
   9. ARROW
   ========================================================= */

.hq-app-promo__tab-arrow {
  justify-self: end;

  font-family: var(--hq-font-family);

  font-size: 20px;
  font-weight: 400;
  line-height: 1;

  color: inherit;

  opacity: 0;

  transform: translateX(-5px);

  transition:
    opacity 220ms ease,
    transform 220ms ease;
}


.hq-app-promo__tab.is-active .hq-app-promo__tab-arrow {
  opacity: 1;

  transform: translateX(0);
}


/* =========================================================
   10. ACTIVE COPY
   ========================================================= */

.hq-app-promo__copy {
  width: 285px;

  margin-top: 38px;
}


.hq-app-promo__copy-panel[hidden] {
  display: none;
}


.hq-app-promo__copy-panel.is-active {
  animation:
    hq-app-promo-copy-in
    440ms
    cubic-bezier(.22, 1, .36, 1)
    both;
}


.hq-app-promo__copy-title {
  width: 285px;

  margin: 0;

  color: var(--hq-blue);
}


.hq-app-promo__copy-body {
  width: 285px;

  margin-top: 16px;

  color: var(--hq-blue);

  opacity: 0.68;
}


.hq-app-promo__copy-body p {
  margin: 0;
}


/* =========================================================
   11. DOWNLOAD AREA
   ========================================================= */

.hq-app-promo__download {
  width: 320px;

  margin-top: auto;

  padding-bottom: 20px;
}


.hq-app-promo__download-message {
  margin: 0 0 14px;

  color: var(--hq-blue);

  opacity: 0.7;
}


/* =========================================================
   12. STORE BUTTONS
   ========================================================= */

.hq-app-promo__store-buttons {
  display: flex;
  align-items: center;

  gap: 8px;
}


.hq-app-promo__store-button {
  box-sizing: border-box;

  width: 150px;
  height: 46px;

  padding: 7px 0;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  gap: 9px;

  border: 0;
  border-radius: 9px;

  background: var(--hq-blue);

  color: #ffffff;

  text-align: left;
  text-decoration: none;

  cursor: pointer;

  transition:
    transform 180ms ease,
    opacity 180ms ease;
}


a.hq-app-promo__store-button:hover {
  transform: translateY(-1px);

  opacity: 0.9;
}


.hq-app-promo__store-icon {
  width: 22px;
  height: 22px;

  flex: 0 0 22px;

  display: flex;
  align-items: center;
  justify-content: center;
}


.hq-app-promo__store-icon-image {
  display: block;

  width: 100%;
  height: 100%;
  max-width: 22px;

  object-fit: contain;

  filter: brightness(0) invert(1);
}


.hq-app-promo__store-copy {
  min-width: 0;

  flex: 0 0 auto;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


.hq-app-promo__store-small {
  font-family: var(--hq-font-family);

  font-size: 10px;
  font-weight: 400;
  line-height: 1;

  letter-spacing: 0.1px;

  white-space: nowrap;

  opacity: 0.75;
}


.hq-app-promo__store-large {
  margin-top: 4px;

  font-family: var(--hq-font-family);

  font-size: 16px;
  font-weight: 600;
  line-height: 1;

  letter-spacing: 0.32px;

  white-space: nowrap;
}


/* =========================================================
   13. RIGHT STAGE

   Because the parent layout itself is full viewport width,
   this stage naturally runs all the way to the right edge.

   Desktop 1520px:
   215px editorial start
   + 444px left grid column
   = 659px stage start
   ========================================================= */

.hq-app-promo__stage {
  position: relative;

  min-width: 0;
  width: 100%;
  height: auto;

  margin: 0;
  padding: 96px 0;

  align-self: stretch;

  overflow: hidden;

  border-radius: 12px 0 0 12px;

  background: var(--hq-white-dark);
}


/* =========================================================
   14. PANELS
   ========================================================= */

.hq-app-promo__panel {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;
}


.hq-app-promo__panel[hidden] {
  display: none;
}


/* =========================================================
   15. MEDIA
   ========================================================= */

.hq-app-promo__media {
  position: relative;

  width: 100%;
  height: 100%;

  overflow: hidden;
}


.hq-app-promo__image,
.hq-app-promo__placeholder {
  display: block;

  width: 100%;
  height: 100%;

  max-width: none;

  object-fit: cover;
  object-position: center;

  opacity: 0;

  transform: scale(1.012);
}


/* Previous-template interaction behavior */

.hq-app-promo__panel.is-active .hq-app-promo__image,
.hq-app-promo__panel.is-active .hq-app-promo__placeholder {
  animation:
    hq-app-promo-image-in
    650ms
    ease
    forwards;
}


/* =========================================================
   16. IMAGE SHADE

   Not a full dark overlay.
   Only enough contrast for image copy.
   ========================================================= */

.hq-app-promo__media-shade {
  position: absolute;

  inset: 0;

  z-index: 1;

  pointer-events: none;

  /*
    The quote now has its own glass surface, so the lifestyle
    image no longer needs a readability gradient.
  */
  background:
    linear-gradient(
      90deg,
      rgba(2, 20, 25, 0.02) 0%,
      rgba(2, 20, 25, 0) 52%,
      rgba(2, 20, 25, 0.025) 100%
    );
}


/* =========================================================
   17. IMAGE STATEMENT
   Same visual role as the quote in Figma
   ========================================================= */

.hq-app-promo__image-copy {
  position: absolute;

  left: 48px;
  top: 222px;

  z-index: 3;

  /*
    Desktop glass card:
    previous width = 304px
    new width = 365px (+20%)
  */
  width: 365px;

  box-sizing: border-box;

  padding: 29px 31px 27px;

  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 22px;

  /*
    More transparent than the previous 0.80 / 0.60 glass.
    The stronger blur keeps the dark-blue text readable
    while allowing substantially more of the photo through.
  */
  background:
    linear-gradient(
      135deg,
      rgba(249, 248, 244, 0.56),
      rgba(255, 255, 255, 0.34)
    );

  box-shadow:
    0 14px 38px rgba(1, 47, 62, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);

  -webkit-backdrop-filter: blur(22px) saturate(138%);
  backdrop-filter: blur(22px) saturate(138%);

  color: var(--hq-blue);
}


.hq-app-promo__panel.is-active .hq-app-promo__image-copy {
  animation:
    hq-app-promo-image-copy-in
    520ms
    80ms
    cubic-bezier(.22, 1, .36, 1)
    both;
}


.hq-app-promo__image-copy p {
  margin: 5px 0;

  color: var(--hq-blue);

  font-size: 20px;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -0.3px;
}


.hq-app-promo__quote-mark {
  display: block;

  height: 15px;

  font-family: Georgia, serif;

  font-size: 30px;
  line-height: 0.8;

  color: var(--hq-blue);

  opacity: 0.42;
}


.hq-app-promo__quote-mark--end {
  margin-right: 2px;

  text-align: right;
}


/* =========================================================
   18. APP UI OVERLAY
   ========================================================= */

.hq-app-promo__ui-card {
  position: absolute;

  left: 54px;
  bottom: 30px;

  z-index: 4;

  width: 300px;

  pointer-events: none;
}


.hq-app-promo__ui-card-image {
  display: block;

  width: 100%;
  height: auto;

  max-width: none;
}


/* Same reveal feel as previous implementation */

.hq-app-promo__panel.is-active .hq-app-promo__ui-card {
  animation:
    hq-app-promo-ui-card-in
    680ms
    cubic-bezier(.16, 1, .30, 1)
    both;
}


/* =========================================================
   19. FOCUS
   ========================================================= */

.hq-app-promo__tab:focus-visible,
.hq-app-promo__store-button:focus-visible {
  outline: 2px solid var(--hq-blue);

  outline-offset: 3px;
}


/* =========================================================
   20. KEYFRAMES
   ========================================================= */

@keyframes hq-app-promo-image-in {
  from {
    opacity: 0;

    transform: scale(1.012);
  }

  to {
    opacity: 1;

    transform: scale(1);
  }
}


@keyframes hq-app-promo-ui-card-in {
  0% {
    opacity: 0;

    transform: translateX(105%);

    filter: blur(4px);
  }

  42% {
    opacity: 1;

    filter: blur(0);
  }

  100% {
    opacity: 1;

    transform: translateX(0);

    filter: blur(0);
  }
}


@keyframes hq-app-promo-copy-in {
  from {
    opacity: 0;

    transform: translateY(6px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}


@keyframes hq-app-promo-image-copy-in {
  from {
    opacity: 0;

    transform: translateX(-18px);
  }

  to {
    opacity: 1;

    transform: translateX(0);
  }
}

  to {
    opacity: 1;

    transform: translateY(0);
  }
}


/* =========================================================
   21. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .hq-app-promo__image,
  .hq-app-promo__placeholder,
  .hq-app-promo__copy-panel,
  .hq-app-promo__image-copy,
  .hq-app-promo__mobile-image-copy,
  .hq-app-promo__ui-card {
    animation: none !important;

    opacity: 1 !important;

    transform: none !important;

    filter: none !important;
  }

}



/* Mobile accordion is excluded from desktop layout. */
.hq-app-promo__mobile {
  display: none;
}

/* =========================================================
   22. DESKTOP / TABLET SAFETY

   Keep the editorial alignment, but prevent the left column
   from crushing the stage on narrower desktop screens.
   ========================================================= */

@media screen and (max-width: 1199px) and (min-width: 768px) {

  .hq-app-promo__layout {
    padding-left: var(--hq-page-padding);

    grid-template-columns:
      390px
      minmax(0, 1fr);
  }

  .hq-app-promo__sidebar {
    width: 300px;
  }

  .hq-app-promo__nav,
  .hq-app-promo__download {
    width: 300px;
  }

  .hq-app-promo__copy,
  .hq-app-promo__copy-title,
  .hq-app-promo__copy-body {
    width: 270px;
  }

}


/* =========================================================
   23. SAFE MOBILE FALLBACK

   This is not the final Harmoniq mobile design.
   It only prevents desktop geometry from breaking before
   we build the dedicated mobile version.
   ========================================================= */

@media screen and (max-width: 767px) {

  .hq-app-promo {
    height: auto;
    padding: 0;
    overflow: hidden;
  }

  /* Keep the working desktop experience completely out of mobile. */
  .hq-app-promo__layout {
    display: none;
  }

  .hq-app-promo__intro {
    width: calc(100% - 40px);
    max-width: 390px;

    margin: 0 auto 42px;
    padding-top: 76px;
  }

  .hq-app-promo__intro-heading {
    max-width: none;

    margin-top: 24px;

    font-size: 44px;
    line-height: 1.02;
    letter-spacing: -0.88px;
  }

  .hq-app-promo__intro-copy {
    max-width: none;

    margin-top: 20px;

    font-size: 17px;
    line-height: 1.48;
  }

  .hq-app-promo__intro-copy p + p {
    margin-top: 16px;
  }

  .hq-app-promo__mobile {
    display: block;
    width: 100%;
    padding: 0 20px 56px;
    background: var(--hq-white);
    color: var(--hq-blue);
  }

  .hq-app-promo__mobile-accordion {
    width: 100%;
    border-top: 1px solid rgba(1, 47, 62, 0.14);
  }

  .hq-app-promo__mobile-item {
    width: 100%;
    border-bottom: 1px solid rgba(1, 47, 62, 0.14);
  }

  .hq-app-promo__mobile-trigger {
    width: 100%;
    min-height: 68px;
    margin: 0;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 32px;
    column-gap: 12px;
    align-items: center;
    border: 0;
    background: transparent;
    color: rgba(1, 47, 62, 0.46);
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: color 240ms ease;
  }

  .hq-app-promo__mobile-item.is-active .hq-app-promo__mobile-trigger {
    color: var(--hq-blue);
  }

  .hq-app-promo__mobile-tab-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(1, 47, 62, 0.045);
  }

  .hq-app-promo__mobile-tab-icon svg {
    display: block;
    width: 25px;
    height: 25px;
  }

  .hq-app-promo__mobile-tab-label {
    font-family: var(--hq-font-family);
    font-size: var(--hq-h3-size);
    font-weight: var(--hq-h3-weight);
    line-height: var(--hq-h3-line-height);
    letter-spacing: var(--hq-h3-letter-spacing);
    color: inherit;
  }

  .hq-app-promo__mobile-tab-arrow {
    justify-self: end;

    width: 32px;
    height: 32px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(1, 47, 62, 0.055);
    color: var(--hq-blue);

    font-size: 0;
    line-height: 0;

    transform: rotate(0deg);

    transition:
      transform 300ms cubic-bezier(.22, 1, .36, 1),
      background-color 220ms ease;
  }

  .hq-app-promo__mobile-tab-arrow::before {
    content: "";

    width: 0;
    height: 0;

    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid currentColor;

    transform: translateY(1px);
  }

  .hq-app-promo__mobile-item.is-active .hq-app-promo__mobile-tab-arrow {
    transform: rotate(180deg);

    background: rgba(1, 47, 62, 0.085);
  }

  .hq-app-promo__mobile-panel[hidden] {
    display: none;
  }

  .hq-app-promo__mobile-panel {
    width: 100%;
    padding: 2px 0 28px;
  }

  .hq-app-promo__mobile-panel.is-active {
    animation: hq-app-promo-mobile-panel-in 420ms cubic-bezier(.22, 1, .36, 1) both;
  }

  .hq-app-promo__mobile-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 15px;
    background: var(--hq-white-dark);
  }

  .hq-app-promo__mobile-image,
  .hq-app-promo__mobile-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }

    .hq-app-promo__mobile-media-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background:
      linear-gradient(
        90deg,
        rgba(2, 20, 25, 0.02) 0%,
        rgba(2, 20, 25, 0) 58%,
        rgba(2, 20, 25, 0.025) 100%
      );
  }

    .hq-app-promo__mobile-image-copy {
    position: absolute;

    left: 16px;
    top: 16px;

    z-index: 3;

    width: min(72%, 255px);

    box-sizing: border-box;

    padding: 16px 18px 15px;

    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 16px;

    background:
      linear-gradient(
        135deg,
        rgba(249, 248, 244, 0.82),
        rgba(255, 255, 255, 0.62)
      );

    box-shadow:
      0 10px 26px rgba(1, 47, 62, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);

    -webkit-backdrop-filter: blur(18px) saturate(130%);
    backdrop-filter: blur(18px) saturate(130%);

    color: var(--hq-blue);
  }

    .hq-app-promo__mobile-image-copy p {
    margin: 4px 0;

    color: var(--hq-blue);

    font-size: 17px;
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: -0.2px;
  }

    .hq-app-promo__mobile-quote-mark {
    display: block;
    height: 12px;

    font-family: Georgia, serif;
    font-size: 25px;
    line-height: .8;

    color: var(--hq-blue);

    opacity: .42;
  }

    .hq-app-promo__mobile-quote-mark--end {
    margin-right: 2px;
    text-align: right;
  }

  .hq-app-promo__mobile-panel.is-active .hq-app-promo__mobile-image-copy {
    animation:
      hq-app-promo-mobile-glass-copy-in
      440ms
      60ms
      cubic-bezier(.22, 1, .36, 1)
      both;
  }

  .hq-app-promo__mobile-ui-card {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 4;
    width: 42%;
    pointer-events: none;
  }

  .hq-app-promo__mobile-ui-card-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }

  .hq-app-promo__mobile-copy {
    width: 100%;
    padding-top: 22px;
  }

  .hq-app-promo__mobile-copy-title {
    width: 100%;
    margin: 0;
    color: var(--hq-blue);
  }

  .hq-app-promo__mobile-copy-body {
    width: 100%;
    margin-top: 12px;
    color: var(--hq-grey-dark);
    opacity: 1;
  }

  .hq-app-promo__mobile-copy-body p {
    margin: 0;
  }

  .hq-app-promo__mobile-download {
    width: 100%;
    margin-top: 36px;
  }

  .hq-app-promo__mobile-download-message {
    margin: 0 0 18px;
    color: var(--hq-grey-dark);
    opacity: 1;
  }

  .hq-app-promo__mobile-store-buttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hq-app-promo__mobile-store-buttons .hq-app-promo__store-button {
    width: 100%;
    height: 68px;

    padding: 10px 20px;

    align-items: center;
    justify-content: center;

    gap: 12px;
  }

  .hq-app-promo__mobile-store-buttons .hq-app-promo__store-icon {
    width: 34px;
    height: 34px;

    flex-basis: 34px;
  }

  .hq-app-promo__mobile-store-buttons .hq-app-promo__store-icon-image {
    max-width: 34px;
  }

  .hq-app-promo__mobile-store-buttons .hq-app-promo__store-small {
    font-size: 14px;
    line-height: 1.1;
  }

  .hq-app-promo__mobile-trigger:focus-visible,
  .hq-app-promo__mobile-store-buttons .hq-app-promo__store-button:focus-visible {
    outline: 2px solid var(--hq-blue);
    outline-offset: 3px;
  }
}

@keyframes hq-app-promo-mobile-glass-copy-in {
  from {
    opacity: 0;
    transform: translateX(-14px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hq-app-promo-mobile-panel-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   APP PROMO — CUSTOM NAVIGATION ICONS
   Desktop + Mobile
   ========================================================= */

.hq-app-promo__tab-icon-image {
  display: block;

  width: 21px;
  height: 21px;
  max-width: 21px;

  object-fit: contain;
}


@media screen and (max-width: 767px) {
  .hq-app-promo__mobile-tab-icon-image {
    display: block;

    width: 25px;
    height: 25px;
    max-width: 25px;

    object-fit: contain;
  }
}


/* =========================================================
   APP PROMO — MOBILE QUOTE REMOVAL

   Mobile only:
   - hide the glass quote card completely
   - hide quotation marks and statement text with it
   - preserve lifestyle image, app UI overlay, accordion,
     copy below the image, buttons and all other mobile UI

   Desktop glass card remains unchanged.
   ========================================================= */

@media screen and (max-width: 767px) {

  .hq-app-promo__mobile-image-copy {
    display: none !important;
  }

}

@media screen and (max-width: 390px) {
  .hq-app-promo__intro-heading {
    font-size: 40px;
  }

  .hq-app-promo__intro {
    width: calc(100% - 32px);
    padding-top: 68px;
  }

  .hq-app-promo__mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
}

