.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-f97d396 *//* --- earnify app banner --- */
.earnify-app-banner {
  --eab-navy: #2D3680;
  --eab-accent: #35DB85;
  --eab-white: #ffffff;
  --eab-hang: clamp(5.75rem, 20vw, 13.5rem);

  position: relative;
  z-index: 1;
  overflow: visible;
  box-sizing: border-box;
  background: var(--eab-navy);
  color: var(--eab-white);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.earnify-app-banner--no-surface {
  background: transparent;
}

.earnify-app-banner *,
.earnify-app-banner *::before,
.earnify-app-banner *::after {
  box-sizing: border-box;
}

.elementor-widget-wrap:has(.earnify-app-banner) {
  padding: 0 !important;
}

.earnify-app-banner__inner {
  display: flex;
  height: 600px;
  padding: 40px 0;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 50px;
}

/* Left: photo + star; negative margin pulls visual below the navy bar */
.earnify-app-banner__visual {
  position: relative;
  justify-self: start;
  width: 100%;
  max-width: 624px;
}

.earnify-app-banner__photo {
  display: block;
  width: 100%;
  max-width: 624px !important;
  height: auto !important;
  border-radius: 10px !important;
  margin-bottom: calc(-1 * var(--eab-hang) - 20px);
  position: relative;
  z-index: 2;
}

.earnify-app-banner__new-badge {
  position: absolute;
  right: -170px;
  top: 0;
  z-index: 3;
  pointer-events: none;
  line-height: 0;
}

.earnify-app-banner__new-badge img {
  display: block;
  width: 100%;
  height: auto;
}

/* Desktop: QR row; hide mobile download stack */
.earnify-app-banner__mobile-download {
  display: none;
}

.earnify-app-banner__qr-row--desktop {
  display: flex;
}

/* Right column */
.earnify-app-banner__copy {
  justify-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 0;
}

.earnify-app-banner__logo {
  display: block;
  width: min(220px, 55vw);
  height: auto;
}

.earnify-app-banner__headline {
  margin: 0;
  color: var(--eab-accent);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  text-transform: uppercase;
  max-width: 544px;
  text-align: center;
}

.earnify-app-banner__qr-row {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.earnify-app-banner__qr {
  display: block;
  width: 85px;
  height: 85px;
  max-width: 85px;
  max-height: 85px;
  flex: 0 0 auto;
  background: var(--eab-white);
  padding: 0;
  border-radius: 0;
}

.earnify-app-banner__qr-caption {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  text-transform: none;
  max-width: 171px;
}

.earnify-app-banner__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.earnify-app-banner__link {
  color: var(--eab-white) !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.earnify-app-banner__link:hover,
.earnify-app-banner__link:focus-visible {
  text-decoration: none !important;
}

.earnify-app-banner__link--rules {
  text-decoration-line: underline !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.earnify-app-banner__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
  padding: 15px 30px;
  border-radius: 999px;
  background: var(--eab-accent);
  color: var(--eab-navy) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.earnify-app-banner__cta:hover,
.earnify-app-banner__cta:focus-visible {
  filter: brightness(1.05);
}

@media (max-width: 768px) {
  .earnify-app-banner {
    margin-bottom: 70px;
  }
  
  .earnify-app-banner__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: -30px;
    height: auto;
  }

  /* Copy first, photo + flare second (Figma mobile) */
  .earnify-app-banner__copy {
    order: 1;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .earnify-app-banner__visual {
    order: 2;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    justify-self: unset;
  }

  .earnify-app-banner__new-badge {
    right: -40px;
    top: -65px;
    width: 148px;
  }

  .earnify-app-banner__headline {
    max-width: none;
    font-size: 24.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.75px; /* 121.429% */
    text-transform: uppercase;
  }

  .earnify-app-banner__qr-row {
    justify-content: center;
  }

  .earnify-app-banner__qr-caption {
    text-align: center;
  }

  .earnify-app-banner__links {
    justify-content: center;
  }
  
    /* Hide QR on small screens */
  .earnify-app-banner__qr-row--desktop {
    display: none !important;
  }

  /* Mobile: body copy + Download app button (replaces QR) */
  .earnify-app-banner__mobile-download {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .earnify-app-banner__mobile-download-text {
    margin: 0;
    color: var(--eab-white);
    /*font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;*/
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .earnify-app-banner__download-app {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    padding: 15px 30px;
    border-radius: 999px;
    background: var(--eab-accent);
    color: var(--eab-navy) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
  }

  .earnify-app-banner__download-app:hover,
  .earnify-app-banner__download-app:focus-visible {
    filter: brightness(1.05);
  }
}/* End custom CSS */