﻿/* Premmia — display da bomba / loyalty phone */

.app-page {
  background: #0c1012;
  color: #f7f4ea;
}

.app-page .eyebrow {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* —— Hero —— */
.app-page .app-hero {
  position: relative;
  color: #f7f4ea;
  overflow: hidden;
  background: #141a1c;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: flex-end;
  padding: 96px 0 0;
}

.app-hero-photo {
  position: absolute;
  inset: 0;
  background-color: #141a1c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.04);
}

.app-hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 78% 55%, rgba(33, 132, 61, 0.28), transparent 70%),
    linear-gradient(105deg, rgba(12, 16, 18, 0.94) 0%, rgba(12, 16, 18, 0.78) 38%, rgba(12, 16, 18, 0.35) 68%, rgba(12, 16, 18, 0.55) 100%),
    linear-gradient(180deg, rgba(12, 16, 18, 0.25) 0%, transparent 28%, rgba(12, 16, 18, 0.88) 100%);
  pointer-events: none;
}

.app-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: stretch;
  width: 100%;
}

.app-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(40px, 7vh, 72px);
}

.app-hero-mark {
  display: block;
  height: clamp(44px, 6vw, 58px);
  width: auto;
  max-width: min(280px, 70vw);
  object-fit: contain;
  object-position: left center;
  margin: 0 0 22px;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.app-hero-copy h1 {
  font: 700 clamp(40px, 6.2vw, 64px) / 0.96 "Chakra Petch", sans-serif;
  margin: 0;
  letter-spacing: -0.035em;
  max-width: 11ch;
  color: #f7f4ea;
  text-wrap: balance;
}

.app-hero-copy h1 em {
  color: #f3c226;
  font-style: normal;
}

.app-hero-copy > p:not(.eyebrow):not(.app-hero-valid) {
  margin: 20px 0 28px;
  max-width: 38ch;
  color: rgba(247, 244, 234, 0.84);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.55;
}

.app-download {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.app-download a {
  line-height: 0;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.app-download a:hover,
.app-download a:focus-visible {
  transform: translateY(-2px);
}

.app-download img {
  height: 48px;
  width: auto;
  display: block;
}

.app-hero-valid {
  margin: 18px 0 0;
  font: 600 13px / 1.4 "Manrope", sans-serif;
  color: rgba(247, 244, 234, 0.62);
}

.app-hero-device {
  position: relative;
  min-height: 0;
  height: auto;
  align-self: stretch;
  padding-bottom: clamp(40px, 7vh, 72px);
}

.app-phone {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: clamp(40px, 7vh, 72px);
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.app-phone-speaker {
  display: none;
}

.app-phone img {
  display: block;
  height: 100%;
  width: auto;
  max-width: min(340px, 100%);
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.45));
}

/* —— Benefits: earn board, not cards —— */
.app-benefits {
  padding: 88px 0 72px;
  background:
    linear-gradient(180deg, #101518 0%, #141a1c 100%);
  border-top: 1px solid rgba(247, 244, 234, 0.06);
}

.app-benefits-head,
.app-howto-head,
.app-screens-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
}

.app-benefits-head h2,
.app-howto-head h2,
.app-screens-head h2 {
  font: 700 clamp(34px, 5vw, 52px) / 0.96 "Chakra Petch", sans-serif;
  margin: 0;
  letter-spacing: -0.035em;
  color: #f7f4ea;
}

.app-benefits-head h2 em,
.app-howto-head h2 em,
.app-screens-head h2 em {
  color: #f3c226;
  font-style: normal;
}

.app-benefits-head > p,
.app-howto-head > p,
.app-screens-head > p {
  max-width: 34ch;
  color: rgba(247, 244, 234, 0.68);
  margin: 0;
  line-height: 1.55;
  font-size: 15px;
}

.app-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(247, 244, 234, 0.12);
  padding-top: 8px;
  align-items: stretch;
}

.app-benefit {
  margin: 0;
  padding: 32px 28px 24px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(247, 244, 234, 0.12);
  box-shadow: none;
  border-radius: 0;
  min-width: 0;
  display: grid;
  grid-template-rows: 132px 40px auto auto;
  gap: 14px;
  align-content: start;
  justify-items: start;
}

.app-benefit:first-child {
  padding-left: 0;
}

.app-benefit:last-child {
  border-right: 0;
  padding-right: 0;
}

.app-benefit strong {
  font: 700 clamp(36px, 4vw, 48px) / 0.9 "Chakra Petch", sans-serif;
  color: #f3c226;
  display: block;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  margin: 0;
}

.app-benefit strong span {
  display: inline;
  margin-left: 4px;
  font-size: 0.45em;
  color: rgba(247, 244, 234, 0.5);
  letter-spacing: 0;
}

.app-benefit h3 {
  font: 700 20px / 1.2 "Chakra Petch", sans-serif;
  margin: 0;
  color: #f7f4ea;
  letter-spacing: -0.02em;
  max-width: 16ch;
  min-height: 2.4em;
}

.app-benefit p {
  margin: 0;
  color: rgba(247, 244, 234, 0.68);
  line-height: 1.55;
  font-size: 14px;
  max-width: 28ch;
}

/* —— How-to timeline —— */
.app-howto {
  padding: 88px 0;
  background: #f7f4ea;
  color: #1b252f;
}

.app-howto-head h2 {
  color: #1b252f;
}

.app-howto-head h2 em {
  color: #1a6b32;
}

.app-howto-head > p {
  color: #5c656c;
}

.app-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid #e2ddd0;
}

.app-step {
  display: grid;
  grid-template-columns: 88px minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
  margin: 0;
  padding: 28px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e2ddd0;
  box-shadow: none;
}

.app-step-num {
  font: 700 42px / 1 "Chakra Petch", sans-serif;
  letter-spacing: -0.04em;
  color: #1a6b32;
  font-variant-numeric: tabular-nums;
}

.app-step h3 {
  font: 700 24px / 1.15 "Chakra Petch", sans-serif;
  margin: 0 0 8px;
  color: #1b252f;
  letter-spacing: -0.02em;
}

.app-step div > p {
  margin: 0;
  color: #5c656c;
  line-height: 1.55;
  font-size: 15px;
  max-width: 42ch;
}

.app-step-tip {
  margin: 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e2ddd0;
  color: #1b252f;
  font-size: 14px;
  line-height: 1.45;
}

.app-step-tip b {
  display: block;
  margin-bottom: 4px;
  font: 700 12px / 1.2 "Chakra Petch", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a6b32;
}

/* —— Phone theater —— */
.app-screens {
  padding: 88px 0;
  background:
    radial-gradient(ellipse 55% 60% at 78% 45%, rgba(33, 132, 61, 0.2), transparent 70%),
    #0c1012;
  color: #f7f4ea;
}

.app-screens-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.app-screens-copy h2 {
  margin: 0 0 14px;
  font: 700 clamp(34px, 5vw, 52px) / 0.96 "Chakra Petch", sans-serif;
  letter-spacing: -0.035em;
  color: #f7f4ea;
  max-width: 10ch;
}

.app-screens-copy h2 em {
  color: #f3c226;
  font-style: normal;
}

.app-screens-copy > p {
  margin: 0 0 28px;
  max-width: 36ch;
  color: rgba(247, 244, 234, 0.72);
  line-height: 1.55;
  font-size: 16px;
}

.app-screens-rail {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.app-screen {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.app-screen-frame {
  display: block;
  overflow: visible;
  background: transparent;
  border: 0;
  padding: 0;
}

.app-screen--mark .app-screen-frame {
  aspect-ratio: auto;
  padding: 0;
  background: transparent;
  display: grid;
  place-items: center;
}

.app-screen--mark img {
  width: min(100%, 220px);
  height: auto;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.45));
}

.app-screen--promo .app-screen-frame {
  aspect-ratio: auto;
  padding: 0;
}

.app-screen--promo img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.4));
}

.app-screen-frame--device {
  display: block;
  width: min(100%, 340px);
  margin-inline: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.app-screen-frame--device::before {
  content: none;
  display: none;
}

.app-screen img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  background: transparent;
}

.app-screen-frame--device img {
  border-radius: 0;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.5));
}

.app-screen figcaption {
  margin: 0;
  color: rgba(247, 244, 234, 0.92);
  font: 700 15px / 1.2 "Chakra Petch", sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
}

.app-screen figcaption span {
  display: block;
  margin-top: 4px;
  color: rgba(247, 244, 234, 0.55);
  font: 600 12px / 1.35 "Manrope", sans-serif;
  letter-spacing: 0;
}

.app-screen--phone {
  align-self: center;
  transform: none;
}

.app-screens-download {
  justify-content: flex-start;
  margin-top: 0;
}

.app-official-mock {
  margin: 0;
  text-align: center;
  background: transparent;
}

.app-official-mock img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  background: transparent;
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.45));
}

/* —— CTA —— */
.app-cta {
  background: #21843d;
  color: #fff;
  padding: 72px 0;
  scroll-margin-top: 88px;
}

.app-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.7fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.app-cta h2 {
  font: 700 clamp(34px, 4.5vw, 50px) / 0.96 "Chakra Petch", sans-serif;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.app-cta h2 em {
  color: #f3c226;
  font-style: normal;
}

.app-cta-copy > p:not(.eyebrow):not(.app-reg-link):not(.app-cta-note) {
  color: rgba(255, 255, 255, 0.9);
  max-width: 42ch;
  margin: 0 0 26px;
  line-height: 1.55;
  font-size: 16px;
}

.app-cta .app-download-badges {
  margin-bottom: 18px;
}

.app-cta-qr {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  justify-self: end;
  text-align: center;
}

.app-qr--cta,
.app-cta .app-qr {
  width: clamp(220px, 28vw, 280px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  padding: 16px;
  flex: 0 0 auto;
}

.app-cta-qr figcaption {
  margin: 0;
  font: 600 13px / 1.3 "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

.app-cta-note {
  margin: 28px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.55;
  max-width: 42ch;
}

.app-cta-note-body {
  display: inline;
}

.app-cta-note strong {
  display: block;
  margin-bottom: 8px;
  font: 700 14px / 1.2 "Chakra Petch", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f3c226;
}

.app-cta-note a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.app-cta-phone {
  white-space: nowrap;
}

.app-hero-qr-link {
  margin: 14px 0 0;
}

.app-hero-qr-link a {
  color: rgba(247, 244, 234, 0.78);
  font: 600 14px / 1.3 "Manrope", sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.app-hero-qr-link a:hover,
.app-hero-qr-link a:focus-visible {
  color: #f3c226;
}

.app-page ::selection {
  background: #f3c226;
  color: #1b252f;
}

/* —— Responsive —— */
@media (max-width: 980px) {
  .app-page .app-hero {
    min-height: 0;
    padding-top: 88px;
    align-items: stretch;
  }

  .app-hero-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .app-hero-copy {
    order: 1;
    padding-bottom: 28px;
  }

  .app-hero-device {
    order: 2;
    position: relative;
    padding-bottom: 28px;
    align-self: auto;
    min-height: 0;
    height: auto;
  }

  .app-phone {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(280px, 72vw);
    margin-inline: auto;
    height: auto;
  }

  .app-phone img {
    height: auto;
    width: 100%;
    max-width: none;
  }

  .app-hero-copy h1 {
    max-width: 12ch;
  }

  .app-benefits-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
  }

  .app-benefit {
    border-right: 0;
    padding: 24px 20px 24px 0;
    border-bottom: 1px solid rgba(247, 244, 234, 0.12);
    grid-template-rows: 112px 36px auto auto;
    gap: 12px;
  }

  .app-benefit-art {
    height: 112px;
  }

  .app-benefit h3 {
    min-height: 0;
  }

  .app-benefit:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid rgba(247, 244, 234, 0.12);
  }

  .app-benefit:nth-child(even) {
    padding-left: 20px;
    padding-right: 0;
  }

  .app-benefit:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .app-step {
    grid-template-columns: 64px 1fr;
    gap: 14px 18px;
  }

  .app-step-tip {
    grid-column: 2;
  }

  .app-step-num {
    font-size: 34px;
  }

  .app-benefits-head,
  .app-howto-head,
  .app-screens-head,
  .app-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .app-cta-qr {
    justify-self: center;
    order: -1;
  }

  .app-cta-note {
    max-width: none;
  }

  .app-screens-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .app-screen--phone {
    order: -1;
    width: 100%;
  }

  .app-screen-frame--device {
    width: min(78vw, 300px);
  }

  .app-screen--mark,
  .app-screen--promo {
    width: 100%;
    max-width: 420px;
  }

  .app-screen--mark img {
    width: min(56%, 180px);
  }

  .app-screen--promo .app-screen-frame {
    aspect-ratio: auto;
  }

  .app-screen--promo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 560px) {
  .app-benefits-grid {
    grid-template-columns: 1fr;
  }

  .app-benefit,
  .app-benefit:nth-child(odd),
  .app-benefit:nth-child(even) {
    border-right: 0;
    padding: 22px 0;
  }

  .app-benefit:last-child {
    border-bottom: 0;
  }

  .app-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .app-step-tip {
    grid-column: 1;
  }

  .app-download img {
    height: 44px;
  }

  .app-hero-mark {
    height: 40px;
  }
}

/* —— Jump nav (official Premmia sections) —— */
.app-jump {
  background: #141a1c;
  border-bottom: 1px solid rgba(247, 244, 234, 0.1);
  position: sticky;
  top: 72px;
  z-index: 40;
}

.app-jump-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 14px 0;
  overflow-x: auto;
}

.app-jump a {
  color: rgba(247, 244, 234, 0.72);
  font: 700 13px / 1.2 "Chakra Petch", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
}

.app-jump a:hover,
.app-jump a:focus-visible {
  color: #f3c226;
}

/* —— Earn points —— */
.app-earn {
  background: #0c1012;
  color: #f7f4ea;
  padding: 72px 0;
}

.app-earn-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.app-earn-head h2 {
  margin: 0;
  font: 700 clamp(32px, 4.2vw, 46px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
}

.app-earn-head h2 em {
  color: #f3c226;
  font-style: normal;
}

.app-earn-head p {
  margin: 0;
  color: rgba(247, 244, 234, 0.72);
  line-height: 1.5;
}

.app-earn-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(20px, 3.5vw, 40px);
  align-items: center;
}

.app-earn-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.app-earn-list li {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #141a1c;
  min-width: 0;
}

.app-earn-list img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #0c1012;
}

.app-earn-list div {
  padding: 22px 20px 26px;
}

.app-earn-list h3 {
  margin: 0 0 10px;
  font: 700 20px / 1.15 "Chakra Petch", sans-serif;
  letter-spacing: -0.02em;
}

.app-earn-list p {
  margin: 0;
  color: rgba(247, 244, 234, 0.72);
  line-height: 1.5;
  font-size: 15px;
}

/* —— Partners —— */
.app-partners {
  background: #f7f4ea;
  color: #1b252f;
  padding: 72px 0;
}

.app-partners-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 32px;
}

.app-partners-head h2 {
  margin: 0;
  font: 700 clamp(32px, 4.2vw, 46px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
}

.app-partners-head h2 em {
  color: #21843d;
  font-style: normal;
}

.app-partners-head p {
  margin: 0;
  color: #5c656c;
  line-height: 1.55;
  max-width: 42ch;
}

.app-partners-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-partners-rail li {
  font: 700 15px / 1 "Chakra Petch", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e2ddd0;
  color: #1b252f;
}

.app-partners-note {
  margin: 22px 0 0;
  color: #5c656c;
  font-size: 14px;
  line-height: 1.5;
}

.app-partners-note a {
  color: #21843d;
  font-weight: 700;
}

/* —— Clube —— */
.app-clube {
  background: #21843d;
  color: #fff;
  padding: 72px 0;
}

.app-clube-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.app-clube-copy h2 {
  margin: 0 0 14px;
  font: 700 clamp(32px, 4.2vw, 48px) / 0.98 "Chakra Petch", sans-serif;
  letter-spacing: -0.03em;
}

.app-clube-copy h2 em {
  color: #fff;
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #f3c226;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.app-clube-copy > p {
  margin: 0 0 22px;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.app-clube-perks {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.app-clube-perks li {
  font: 700 16px / 1.3 "Chakra Petch", sans-serif;
}

.app-clube-perks li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #f3c226;
  vertical-align: baseline;
}

.app-clube-mult {
  list-style: none;
  margin: 0 0 28px;
  padding: 18px 0 0;
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  max-width: 48ch;
}

.app-clube-mult li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: baseline;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.app-clube-mult span {
  font: 700 22px / 1 "Chakra Petch", sans-serif;
  color: #fff;
}

.app-clube .button.primary {
  background: #f3c226;
  color: #1b252f;
  border-color: #f3c226;
}

.app-clube-phones {
  display: flex;
  gap: 14px;
  align-items: flex-end;
}

.app-clube-phones img {
  width: clamp(140px, 18vw, 200px);
  height: auto;
  aspect-ratio: 9 / 19;
  object-fit: cover;
  object-position: top center;
  border: 2px solid rgba(243, 194, 38, 0.45);
  background: #0c1012;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.app-clube-phones img:nth-child(2) {
  transform: translateY(18px);
}

/* —— Screens rail —— */
.app-shots-rail {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.app-shots-rail .app-screen {
  flex: 0 0 min(220px, 72vw);
  scroll-snap-align: start;
}

.app-shots-rail .app-screen-frame--device {
  padding: 0;
  background: #0c1012;
}

.app-shots-rail .app-screen-frame--device img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 19;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.app-reg-link {
  margin: 18px 0 0;
}

.app-reg-link a {
  color: rgba(247, 244, 234, 0.85);
  font-weight: 700;
  font-size: 14px;
}

.app-reg-link a:hover {
  color: #f3c226;
}

@media (max-width: 900px) {
  .app-earn-head,
  .app-partners-head,
  .app-clube-grid {
    grid-template-columns: 1fr;
  }

  .app-earn-stage {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .app-earn-banner {
    max-width: 280px;
    justify-self: center;
  }

  .app-earn-banner img {
    max-height: 210px;
  }

  .app-earn-list {
    grid-template-columns: 1fr;
  }

  .app-clube-phones {
    justify-content: center;
  }

  .app-clube-phones img:nth-child(2) {
    transform: none;
  }
}

/* —— Official Premmia mockups & assets —— */
.app-hero-mock {
  display: block;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  background: transparent;
}

.app-hero-mock img {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
}

.app-hero-grafismo {
  position: absolute;
  right: clamp(4%, 8vw, 12%);
  top: 18%;
  width: clamp(48px, 7vw, 88px);
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
  mix-blend-mode: screen;
}

.app-benefit-art {
  display: block;
  width: 100%;
  max-width: 140px;
  height: 132px;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  margin: 0;
}

.app-benefit-icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0;
  /* ícones pretos oficiais → amarelo Premmia no fundo escuro */
  filter: brightness(0) saturate(100%) invert(79%) sepia(61%) saturate(748%) hue-rotate(359deg) brightness(101%) contrast(96%);
}

.app-earn-banner {
  margin: 0;
  overflow: hidden;
  background: #141a1c;
  max-width: 420px;
  width: 100%;
  justify-self: start;
}

.app-earn-banner img {
  width: 100%;
  height: auto;
  max-height: 320px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
}

.app-earn-list--icons {
  grid-template-columns: 1fr;
  gap: 12px;
}

.app-earn-list--icons li {
  grid-template-rows: none;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
}

.app-earn-list--icons > li > img {
  width: 48px;
  height: 48px;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
}

.app-earn-list--icons div {
  padding: 0;
}

.app-earn-list--icons h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.app-earn-list--icons p {
  font-size: 14px;
}

.app-partners-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.app-partners-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 72px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e2ddd0;
}

.app-partners-logos img {
  max-width: 120px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.app-clube-art {
  display: flex;
  gap: 12px;
  align-items: center;
}

.app-clube-art img {
  width: clamp(120px, 16vw, 200px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
}

.app-download--with-qr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.app-download-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.app-qr {
  width: clamp(180px, 42vw, 220px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  padding: 12px;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .app-hero-mock {
    margin: 0 auto;
    max-width: 380px;
  }

  .app-screens-stage {
    grid-template-columns: 1fr;
  }

  .app-screens-copy h2 {
    max-width: none;
  }

  .app-official-mock {
    order: -1;
  }

  .app-earn-list--icons {
    grid-template-columns: 1fr;
  }

  .app-clube-art {
    justify-content: center;
  }
}

