* {
  box-sizing: border-box;
}

:root {
  --black: #000000;
  --near-black: #151515;
  --panel: #e6eaf0;
  --green: #15975c;
  --green-deep: #067b60;
  --green-soft: #b9efc7;
  --gray-tab: #7d858d;
  --text: #20252d;
  --muted: #727780;
  --white: #ffffff;
}

html {
  min-height: 100%;
  background: #101010;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #101010;
  color: var(--text);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
a {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  width: min(100%, 680px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 60px rgba(0, 0, 0, .45);
}

/* =========================
   HEADER
   ========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 108px;
  padding: 28px 24px 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-image {
  display: block;
  width: 84px;
  height: auto;
}


.menu-button {
  width: 45px;
  height: 45px;
  padding: 7px 5px;
  border: 0;
  display: grid;
  align-content: center;
  gap: 5px;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  width: 28px;
  height: 4px;
  margin-left: auto;
  display: block;
  border-radius: 999px;
  background: #fff;
}

/* =========================
   HERO
   ========================= */

.hero {
  position: relative;
  height: 485px;
  overflow: hidden;
  background: #000;
  border-radius: 14px 14px 0 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 48%;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0) 46%,
      rgba(0,0,0,.10) 59%,
      rgba(0,0,0,.88) 100%
    );
}

.hero-badges {
  position: absolute;
  left: 13px;
  bottom: 108px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
}

.badge {
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

.badge-green {
  color: #fff;
  background: #2ca269;
}

.badge-dark {
  color: #f4f4f4;
  background: #242629;
}

.hero-copy {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  z-index: 2;
  color: #fff;
}

.hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.45px;
  text-shadow: 0 2px 4px rgba(0,0,0,.35);
}

.hero-copy p {
  margin: 7px 0 0;
  color: #b9adb1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

/* =========================
   MEUS TÍTULOS
   ========================= */

.my-titles {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #fff;
  background: #171717;
  text-decoration: none;
  font-size: 19px;
  line-height: 1;
}

.my-titles strong {
  font-weight: 600;
}

.cart-mark {
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  object-fit: contain;
}

/* =========================
   PANEL
   ========================= */

.content-card {
  padding: 9px 14px 20px;
  background: #e7ebf1;
}

.price-row {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 19px;
  font-weight: 600;
}

.price-chip {
  min-height: 40px;
  padding: 4px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #050505;
  border-radius: 8px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -.7px;
}

.promo-heading {
  min-height: 45px;
  display: flex;
  align-items: baseline;
  gap: 11px;
  flex-wrap: wrap;
}

.speaker {
  font-size: 25px;
}

.promo-heading strong {
  font-size: 25px;
  font-weight: 600;
}

.promo-subtitle {
  color: #73777f;
  font-size: 18px;
}

.promo-strip {
  width: 100%;
  min-height: 60px;
  margin: 0 0 7px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  border-radius: 8px;
  background: #fff;
}

.discount-pill {
  max-width: 100%;
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  overflow: hidden;
  color: #fff;
  background: #199a5e;
  border-radius: 7px;
  white-space: nowrap;
}

.discount-pill strong {
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.discount-pill span {
  padding: 2px 6px;
  color: #175c1e;
  background: #7edc26;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}


.prizes-tab {
  width: 100%;
  min-height: 49px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #7c858e;
  font-size: 22px;
  cursor: pointer;
}

.trophy {
  margin-right: 5px;
}

/* =========================
   PREMIO / COUNTDOWN
   ========================= */

.quota-card {
  margin-top: 7px;
  padding: 19px 16px 18px;
  border-radius: 9px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 0 50%, rgba(42,179,100,.5), rgba(0,0,0,0) 49%),
    linear-gradient(120deg, #159c5e 0%, #057c61 100%);
  box-shadow: 0 2px 6px rgba(0,0,0,.13);
}

.quota-card h2 {
  margin: 0 8px 12px;
  font-size: clamp(23px, 4.3vw, 31px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.6px;
}

.countdown-track {
  position: relative;
  height: 43px;
  margin: 0 7px 8px;
  overflow: hidden;
  border-radius: 6px;
  background: #b7efc9;
}

.countdown-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 49%;
  background: rgba(31, 169, 82, .42);
  transition: width 1s linear;
}

.countdown-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-shadow: 0 1px 1px rgba(0,0,0,.18);
}

.countdown-label strong {
  margin-left: 5px;
  font-size: 22px;
}

.quota-main {
  max-width: 590px;
  margin: 0 auto 8px;
  font-size: clamp(19px, 4.25vw, 27px);
  line-height: 1.32;
}

.quota-validity {
  margin: 0;
  font-size: clamp(12px, 2.8vw, 16px);
  line-height: 1.25;
}

/* =========================
   ETAPA 2 / COMPRA
   ========================= */

.purchase-section {
  margin-top: 7px;
}

.chance-note {
  min-height: 52px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424852;
  background: #fff;
  border-radius: 999px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.package-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 4px;
}

.package-card {
  min-height: 119px;
  padding: 12px 8px 10px;
  border: 2px solid transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #020202;
  cursor: pointer;
  transition:
    transform .12s ease,
    border-color .12s ease,
    box-shadow .12s ease;
}

.package-card:active {
  transform: scale(.985);
}

.package-card.is-selected {
  border-color: #1caa6b;
  box-shadow: 0 0 0 2px rgba(28,170,107,.14);
}

.package-card strong {
  margin-bottom: 8px;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

.package-card span {
  margin-bottom: 5px;
  color: #d5d5d5;
  font-size: 18px;
  line-height: 1;
}

.package-card small {
  color: #bfbfbf;
  font-size: 16px;
  line-height: 1;
}

.purchase-row {
  margin-top: 7px;
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 8px;
}

.quantity-control {
  min-height: 90px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 9px;
  background: #fff;
  border-radius: 8px;
}

.quantity-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 3px solid #b2bdc8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #9aa8b5;
  background: #fff;
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.quantity-btn-dark {
  color: #273342;
  border-color: #273342;
}

.quantity-input {
  width: 100%;
  height: 60px;
  min-width: 0;
  border: 2px solid #e0e4e9;
  border-radius: 12px;
  outline: none;
  color: #30353c;
  background: #fff;
  text-align: center;
  font-size: 25px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.participate-button {
  min-height: 90px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  background: #16985e;
  border-radius: 7px;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.check-circle {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

.participate-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.08;
}

.participate-copy > span {
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 400;
}

.participate-copy strong {
  font-size: 25px;
  font-weight: 700;
}

/* =========================
   REGULAMENTO
   ========================= */

.rules {
  margin-top: 8px;
}

.rules-toggle {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #252b33;
  background: #fff;
  cursor: pointer;
}

.rules-icon {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #27313d;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  transition: transform .18s ease, background .18s ease;
}

.rules-toggle[aria-expanded="true"] {
  color: #16955d;
  border-radius: 18px 18px 0 0;
}

.rules-toggle[aria-expanded="true"] .rules-icon {
  transform: rotate(180deg);
  background: #16955d;
}

.rules-toggle strong {
  font-size: 20px;
  font-weight: 700;
}

.rules-content {
  margin-top: 0;
  padding: 4px 14px 24px;
  border-radius: 0 0 18px 18px;
  background: #fff;
  color: #343a43;
  font-size: 20px;
  line-height: 1.45;
}

.rules-campaign-title {
  margin: 0;
  padding: 0;
  max-width: 520px;
  font-size: 20px;
  line-height: 1.48;
  font-weight: 400;
}




.whatsapp-glyph {
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  transform: rotate(-22deg);
}

/* =========================
   RESPONSIVO
   ========================= */

@media (max-width: 560px) {
  .page-shell {
    width: 100%;
  }

  .site-header {
    padding-left: 28px;
    padding-right: 27px;
  }

  .hero-copy h1 {
    font-size: 21px;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .content-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .purchase-row {
    grid-template-columns: 39% 61%;
    gap: 7px;
  }

  .quantity-control {
    padding-left: 11px;
    padding-right: 11px;
    grid-template-columns: 36px minmax(50px, 1fr) 36px;
    gap: 7px;
  }

  .quantity-btn {
    width: 34px;
    height: 34px;
    font-size: 27px;
  }

  .participate-button {
    gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .participate-copy > span {
    font-size: 20px;
  }

  .participate-copy strong {
    font-size: 24px;
  }
}

@media (max-width: 430px) {
  .hero {
    height: 450px;
  }

  .hero-badges {
    bottom: 101px;
  }

  .badge {
    min-height: 29px;
    padding: 0 9px;
    font-size: 12px;
  }

  .promo-heading strong {
    font-size: 23px;
  }

  .promo-subtitle {
    font-size: 17px;
  }

  .discount-pill {
    gap: 7px;
    padding-left: 10px;
    padding-right: 8px;
  }

  .discount-pill strong {
    font-size: 14px;
  }

  .discount-pill span {
    font-size: 12px;
  }

  .package-card {
    min-height: 112px;
  }

  .package-card strong {
    font-size: 29px;
  }

  .package-card span {
    font-size: 17px;
  }

  .package-card small {
    font-size: 15px;
  }

  .quantity-input {
    height: 57px;
    font-size: 23px;
  }

  .purchase-row {
    grid-template-columns: 38% 62%;
  }

  .quantity-control {
    min-height: 88px;
    padding-left: 9px;
    padding-right: 9px;
    grid-template-columns: 33px minmax(42px, 1fr) 33px;
    gap: 5px;
  }

  .quantity-btn {
    width: 32px;
    height: 32px;
    border-width: 3px;
  }

  .participate-button {
    min-height: 88px;
    gap: 10px;
  }

  .check-circle {
    width: 31px;
    height: 31px;
    font-size: 21px;
  }

  .participate-copy > span {
    font-size: 18px;
  }

  .participate-copy strong {
    font-size: 22px;
  }

  .rules-toggle strong {
    font-size: 18px;
  }
}

@media (max-width: 370px) {
  .hero {
    height: 420px;
  }

  .promo-strip {
    padding-left: 8px;
    padding-right: 8px;
  }

  .discount-pill strong {
    font-size: 12px;
  }

  .package-card strong {
    font-size: 26px;
  }

  .purchase-row {
    grid-template-columns: 1fr;
  }

  .quantity-control {
    min-height: 76px;
  }

  .participate-button {
    min-height: 78px;
  }
}


/* =========================
   ETAPA 3 / TÍTULOS PREMIADOS
   ========================= */

.winners-section {
  margin: 17px -14px -20px;
  padding: 13px 14px 42px;
  background: #e7ebf1;
}

.winners-heading {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.winners-title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.heading-trophy {
  font-size: 28px;
}

.winners-title h2 {
  margin: 0;
  color: #252b34;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.4px;
}

.winners-counter {
  min-width: 75px;
  height: 39px;
  padding: 0 12px;
  border: 2px solid #45a66e;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #178950;
  background: #e9edf2;
  font-size: 20px;
  line-height: 1;
}

.winners-counter strong {
  font-size: 22px;
}

.winning-list {
  display: grid;
  gap: 5px;
  margin-top: 6px;
}

.winning-row {
  min-height: 46px;
  padding: 4px 11px 4px 7px;
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr) 125px;
  align-items: center;
  gap: 8px;
  border-radius: 9px;
  color: #fff;
  background: #178f58;
  font-size: 16px;
}

.winning-row-available {
  color: #50545b;
  background: #fff;
}

.winning-number {
  min-height: 35px;
  padding: 0 14px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.winning-row-available .winning-number {
  color: #fff;
  background: #9ba8b4;
}

.winning-prize {
  text-align: center;
  white-space: nowrap;
}

.winning-person {
  text-align: right;
  white-space: nowrap;
}

.show-more-winners {
  width: 100%;
  min-height: 65px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #14915a;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
}

.show-more-arrow {
  transform: translateY(-2px);
  font-size: 22px;
}

.show-more-winners strong {
  font-size: 19px;
}

.social-row {
  margin: 4px 0 64px;
  display: flex;
  justify-content: center;
  gap: 13px;
}

.social-button {
  width: 47px;
  height: 47px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 31px;
  line-height: 1;
}

.social-facebook {
  background: #405fa4;
  font-family: Arial, sans-serif;
}

.social-twitter {
  background: #14a8e7;
  font-size: 0;
}

.social-twitter::after {
  content: "♥";
  font-size: 27px;
  transform: rotate(-14deg);
}

.social-telegram {
  background: #17a8e6;
  font-size: 27px;
}

.social-whatsapp {
  background: #179d5d;
  border-radius: 8px;
  font-size: 24px;
}

.authorization-brands {
  margin-top: 54px;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.authorization-image {
  display: block;
  width: 100%;
  height: auto;
}

.legal-copy {
  margin-top: 36px;
  padding: 0 11px;
  color: #8e969f;
  text-align: center;
  font-size: 22px;
  line-height: 1.43;
  font-weight: 400;
}

.legal-copy p {
  margin: 0;
}



@media (max-width: 560px) {
  .winners-section {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .winning-row {
    grid-template-columns: 130px minmax(0, 1fr) 125px;
  }

  .authorization-brands {
    padding-left: 18px;
    padding-right: 18px;
    gap: 16px;
  }

  .lotep-mark strong {
    font-size: 27px;
  }

  .razor-copy strong {
    font-size: 24px;
  }

  .legal-copy {
    font-size: 21px;
  }
}

@media (max-width: 430px) {
  .winners-title h2 {
    font-size: 21px;
  }

  .winners-counter {
    min-width: 67px;
    height: 35px;
    padding: 0 9px;
    font-size: 18px;
  }

  .winning-row {
    min-height: 43px;
    grid-template-columns: 105px minmax(0, 1fr) 105px;
    gap: 5px;
    padding-right: 7px;
    font-size: 14px;
  }

  .winning-number {
    min-height: 33px;
    padding: 0 8px;
    font-size: 16px;
  }

  .social-row {
    margin-bottom: 55px;
  }

  .social-button {
    width: 44px;
    height: 44px;
  }

  .authorization-brands {
    min-height: 91px;
    border-width: 6px;
    padding: 10px 12px;
    gap: 10px;
  }

  .lotep-mark strong {
    font-size: 23px;
    letter-spacing: 2px;
  }

  .lotep-mark small {
    font-size: 8px;
  }

  .razor-symbol {
    margin-right: 2px;
    font-size: 44px;
  }

  .razor-copy strong {
    font-size: 20px;
  }

  .razor-copy small {
    font-size: 6px;
  }

  .legal-copy {
    margin-top: 29px;
    padding: 0 8px;
    font-size: 18px;
    line-height: 1.47;
  }
}


/* =====================================================
   AJUSTE DE FIDELIDAD — ETAPA 1 (referencia mobile)
   ===================================================== */

.site-header {
  height: 70px;
  padding: 13px 19px 10px 16px;
}

.brand-image {
  width: 43px;
}

.menu-button {
  width: 31px;
  height: 31px;
  padding: 4px 2px;
  gap: 3px;
}

.menu-button span {
  width: 20px;
  height: 2.5px;
}

.hero {
  height: 335px;
  border-radius: 9px 9px 0 0;
}

.hero-image {
  object-position: 50% 48%;
}

.hero-gradient {
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 47%,
    rgba(0,0,0,.08) 62%,
    rgba(0,0,0,.86) 100%
  );
}

.hero-badges {
  left: 8px;
  bottom: 72px;
  gap: 6px;
}

.badge {
  min-height: 21px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 9.5px;
  box-shadow: 0 1px 4px rgba(0,0,0,.18);
}

.badge-green {
  background: #2c9d67;
}

.badge-dark {
  background: #242629;
}

.hero-copy {
  left: 8px;
  right: 8px;
  bottom: 9px;
}

.hero-copy h1 {
  font-size: 14px;
  line-height: 1.18;
  letter-spacing: -.2px;
  font-weight: 500;
}

.hero-copy p {
  margin-top: 4px;
  font-size: 10px;
  color: #b9adb1;
}

.my-titles {
  height: 44px;
  gap: 11px;
  font-size: 19px;
  background: #171717;
}

.cart-mark {
  width: 27px;
  height: 27px;
  flex-basis: 27px;
}

.content-card {
  padding: 6px 9px 11px;
  background: #e6eaf0;
}

.price-row {
  margin-bottom: 10px;
  gap: 9px;
  font-size: 12.5px;
}

.price-chip {
  min-height: 27px;
  padding: 3px 9px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: -.25px;
}

.promo-heading {
  min-height: 31px;
  gap: 7px;
}

.speaker {
  font-size: 16px;
}

.promo-heading strong {
  font-size: 16px;
  font-weight: 600;
}

.promo-subtitle {
  font-size: 12px;
  color: #747982;
}

.promo-strip {
  min-height: 40px;
  margin-bottom: 4px;
  padding: 7px 8px;
  grid-template-columns: minmax(0, 1fr) 103px;
  gap: 8px;
  border-radius: 5px;
}

.discount-pill {
  min-height: 23px;
  padding: 0 8px;
  gap: 7px;
  border-radius: 5px;
  background: #169a5d;
}

.discount-pill strong {
  font-size: 10px;
}

.discount-pill span {
  padding: 1px 4px;
  border-radius: 5px;
  font-size: 8px;
  background: #80de23;
}

.group-button,

.whatsapp-icon {
  width: 15px;
  height: 15px;
  display: block;
  filter: brightness(0) invert(1);
  flex: 0 0 auto;
}

.prizes-tab {
  min-height: 32px;
  border-radius: 5px;
  font-size: 14px;
  background: #7d858d;
}

.quota-card {
  margin-top: 4px;
  padding: 12px 10px 11px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 0 50%, rgba(42,179,100,.48), rgba(0,0,0,0) 49%),
    linear-gradient(120deg, #169c5e 0%, #087d64 100%);
}

.quota-card h2 {
  margin: 0 5px 8px;
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -.25px;
}

.countdown-track {
  height: 28px;
  margin: 0 5px 5px;
  border-radius: 4px;
  background: #b8efc9;
}

.countdown-label,
.countdown-label strong {
  font-size: 14px;
}

.quota-main {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.28;
}

.quota-validity {
  font-size: 10px;
}

/* El flotante aparece al desplazarse; no tapa el hero al inicio. */

@media (max-width: 430px) {
  .site-header {
    height: 70px;
    padding-left: 16px;
    padding-right: 18px;
  }

  .hero {
    height: 335px;
  }

  .brand-image {
    width: 43px;
  }

  .hero-copy h1 {
    font-size: 14px;
  }

  .hero-copy p {
    font-size: 10px;
  }

  .promo-heading strong {
    font-size: 16px;
  }

  .promo-subtitle {
    font-size: 12px;
  }

  .promo-strip {
    grid-template-columns: minmax(0, 1fr) 103px;
    gap: 8px;
  }

  .discount-pill strong {
    font-size: 10px;
  }
}

@media (max-width: 430px) {
  .rules-toggle strong { font-size: 18px; }
  .rules-campaign-title { font-size: 18px; }
  .rules-content { padding: 4px 13px 22px; }
}


/* =========================
   MENU FULLSCREEN
   ========================= */

body.menu-open {
  overflow: hidden;
}

.site-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  background: #000;
  color: #fff;
}

.site-menu.is-open {
  display: block;
}

.site-menu__inner {
  width: min(100%, 680px);
  min-height: 100%;
  margin: 0 auto;
  padding: 0 27px 24px;
  background: #000;
}

.site-menu__top {
  height: 132px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 30px 0 32px;
  border-bottom: 1px solid #252a2d;
}

.site-menu__logo {
  width: 72px;
  height: auto;
  margin-top: 4px;
}

.site-menu__close {
  position: relative;
  width: 54px;
  height: 54px;
  margin-top: -3px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-menu__close span {
  position: absolute;
  left: 8px;
  top: 25px;
  width: 42px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.site-menu__close span:first-child { transform: rotate(45deg); }
.site-menu__close span:last-child { transform: rotate(-45deg); }

.site-menu__nav {
  display: block;
}

.site-menu__item {
  min-height: 91px;
  padding: 0 31px;
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid #252a2d;
  color: #fff;
  text-decoration: none;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.25px;
}

.site-menu__item.is-active {
  background: #141414;
}

.site-menu__item svg,
.site-menu__enter svg {
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-menu__item:first-child svg path:first-child {
  fill: #fff;
  stroke: #fff;
}

.site-menu__enter {
  min-height: 91px;
  margin-top: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 7px;
  color: #fff;
  background: #15945d;
  text-decoration: none;
  font-size: 27px;
  font-weight: 700;
}

.site-menu__enter svg {
  width: 32px;
  height: 32px;
}

.site-menu__version {
  padding-top: 87px;
  text-align: center;
  color: #d5d5d5;
  font-size: 16px;
}

@media (max-width: 560px) {
  .site-menu__inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-menu__top {
    height: 128px;
    padding-left: 27px;
    padding-right: 22px;
  }

  .site-menu__logo {
    width: 66px;
  }

  .site-menu__close {
    width: 48px;
    height: 48px;
  }

  .site-menu__close span {
    left: 7px;
    top: 23px;
    width: 37px;
    height: 3px;
  }

  .site-menu__item {
    min-height: 78px;
    padding: 0 28px;
    gap: 23px;
    font-size: 23px;
  }

  .site-menu__item svg {
    width: 33px;
    height: 33px;
  }

  .site-menu__enter {
    min-height: 75px;
    font-size: 23px;
  }

  .site-menu__version {
    padding-top: 65px;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .site-menu__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-menu__item {
    min-height: 70px;
    padding: 0 22px;
    gap: 20px;
    font-size: 20px;
  }

  .site-menu__item svg {
    width: 29px;
    height: 29px;
  }

  .site-menu__enter {
    min-height: 68px;
    font-size: 20px;
  }
}

/* =====================================================
   PÁGINA CAMPANHAS
   ===================================================== */
.campaigns-page { background:#000; }
.campaigns-header { position:sticky; top:0; z-index:30; }
.campaigns-content {
  padding: 23px 16px 46px;
  background:#e4e9ef;
  border-radius: 22px 22px 0 0;
}
.campaigns-title {
  margin: 0 0 13px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#28303a;
  font-size:22px;
  line-height:1.2;
  font-weight:700;
}
.campaigns-title span { font-size:24px; }
.campaign-card {
  position:relative;
  min-height:170px;
  margin-bottom:18px;
  padding:8px 12px 8px 169px;
  display:flex;
  align-items:center;
  border-radius:20px;
  background:#fff;
  overflow:hidden;
}
.campaign-card--link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.campaign-card--link:active {
  transform: scale(.995);
}
.campaign-card__image {
  position:absolute;
  left:7px;
  top:7px;
  width:143px;
  height:156px;
  border-radius:17px;
  object-fit:cover;
  object-position:center;
}
.campaign-card__body {
  min-width:0;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  color:#2a3038;
}
.campaign-card__body h2 {
  margin:0 0 5px;
  font-size:20px;
  line-height:1.28;
  font-weight:700;
  letter-spacing:-.2px;
}
.campaign-card__body p {
  margin:0 0 5px;
  color:#7c8188;
  font-size:17px;
  line-height:1.25;
  font-weight:400;
}
.campaign-card__body strong {
  margin-bottom:8px;
  font-size:14px;
  line-height:1.1;
  font-weight:800;
}
.campaign-status {
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 13px;
  border-radius:8px;
  background:#e2e6eb;
  color:#3f4751;
  font-size:12px;
  font-weight:700;
}
.campaign-status--active { background:#1a985f; color:#fff; }
.campaign-date {
  position:absolute;
  right:15px;
  bottom:12px;
  color:#858b92;
  font-size:13px;
  white-space:nowrap;
}
.campaigns-authorization {
  margin:24px 10px 35px;
}
.campaigns-authorization img {
  display:block;
  width:100%;
  height:auto;
}
.campaigns-legal {
  padding:0 16px 35px;
  color:#9299a1;
  text-align:center;
  font-size:18px;
  line-height:1.48;
}
.campaigns-legal p { margin:0; }

@media (max-width:560px) {
  .campaigns-content { padding:18px 14px 40px; border-radius:18px 18px 0 0; }
  .campaigns-title { font-size:19px; margin-bottom:10px; }
  .campaigns-card { margin-bottom:14px; }
  .campaign-card {
    min-height:132px;
    margin-bottom:13px;
    padding:7px 9px 7px 129px;
    border-radius:15px;
  }
  .campaign-card__image {
    left:6px; top:6px;
    width:111px; height:120px;
    border-radius:13px;
  }
  .campaign-card__body h2 { font-size:15.5px; margin-bottom:4px; }
  .campaign-card__body p { font-size:13px; margin-bottom:4px; }
  .campaign-card__body strong { font-size:11px; margin-bottom:6px; }
  .campaign-status { min-height:25px; padding:0 10px; border-radius:7px; font-size:9px; }
  .campaign-date { right:10px; bottom:9px; font-size:10px; }
  .campaigns-authorization { margin:18px 7px 28px; }
  .campaigns-legal { padding:0 10px 30px; font-size:14px; line-height:1.5; }
}

@media (max-width:390px) {
  .campaign-card { min-height:118px; padding-left:115px; }
  .campaign-card__image { width:98px; height:106px; }
  .campaign-card__body h2 { font-size:14px; }
  .campaign-card__body p { font-size:12px; }
}


/* =====================================================
   PÁGINAS INTERNAS: COMUNICADOS / MEUS TÍTULOS
   ===================================================== */
.internal-page { background:#000; }
.internal-header { position:sticky; top:0; z-index:30; }
.internal-content {
  min-height:calc(100vh - 108px);
  padding:18px 14px 48px;
  background:#e4e9ef;
}
.empty-communication {
  min-height:84px;
  padding:0 25px;
  display:flex;
  align-items:center;
  border-radius:22px;
  background:#fff;
  color:#a1adbc;
  font-size:22px;
  font-weight:400;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.internal-authorization { margin:23px 12px 34px; }
.internal-authorization img { display:block; width:100%; height:auto; }
.internal-legal {
  padding:0 12px 35px;
  color:#9098a1;
  text-align:center;
  font-size:20px;
  line-height:1.48;
}
.internal-legal p { margin:0; }
.titles-heading {
  display:flex;
  align-items:center;
  gap:10px;
  margin:2px 3px 14px;
  color:#28303a;
}
.titles-heading-icon { font-size:27px; filter:grayscale(1); }
.titles-heading h1 { margin:0; font-size:24px; line-height:1.1; }
.titles-search-card {
  padding:22px 20px;
  border-radius:21px;
  background:#fff;
  color:#29313a;
}
.titles-search-card h2 { margin:0 0 7px; font-size:21px; }
.titles-search-card p { margin:0 0 18px; color:#7f8790; font-size:15px; line-height:1.45; }
.titles-search-card label { display:block; margin:0 0 7px; font-size:14px; font-weight:600; }
.titles-input {
  width:100%;
  height:52px;
  padding:0 15px;
  border:1.5px solid #d7dde4;
  border-radius:10px;
  outline:none;
  color:#2c333b;
  background:#fff;
  font-size:17px;
}
.titles-input:focus { border-color:#1a985f; }
.titles-search-button {
  width:100%;
  min-height:52px;
  margin-top:12px;
  border:0;
  border-radius:9px;
  background:#17945b;
  color:#fff;
  font-size:17px;
  font-weight:700;
  cursor:pointer;
}
.titles-page-content .internal-authorization { margin-top:32px; }

@media (max-width:560px) {
  .internal-content { min-height:calc(100vh - 108px); padding:16px 14px 40px; }
  .empty-communication { min-height:78px; padding:0 23px; border-radius:20px; font-size:18px; }
  .internal-authorization { margin:20px 10px 30px; }
  .internal-legal { padding:0 8px 30px; font-size:16px; line-height:1.5; }
  .titles-heading h1 { font-size:21px; }
  .titles-search-card { padding:19px 17px; border-radius:18px; }
  .titles-search-card h2 { font-size:19px; }
  .titles-search-card p { font-size:14px; }
}


/* =====================================================
   PÁGINA INTERNA: CADASTRO
   ===================================================== */
.cadastro-page-content { padding-top:20px; }
.cadastro-heading {
  display:flex; align-items:center; gap:10px; margin:2px 6px 13px;
  color:#252c35;
}
.cadastro-heading > span { font-size:25px; }
.cadastro-heading h1 { margin:0; font-size:23px; line-height:1.15; font-weight:700; }
.cadastro-form { display:grid; gap:20px; }
.cadastro-card {
  padding:18px 19px 21px;
  display:grid; gap:17px;
  border-radius:22px;
  background:#fff;
}
.floating-field {
  position:relative; display:block; padding-top:7px;
}
.floating-field > span {
  position:absolute; z-index:2; top:0; left:16px;
  padding:0 6px; background:#fff; color:#a3aebd;
  font-size:15px; line-height:1.1; font-weight:400;
}
.floating-field input,
.floating-field select,
.phone-input-wrap {
  width:100%; min-height:78px; border:1.5px solid #d9dee5; border-radius:11px;
  background:#fff; color:#303640; outline:none;
  font:inherit; font-size:20px;
}
.floating-field input { padding:0 17px; }
.floating-field input::placeholder { color:#a9b4c4; opacity:1; }
.floating-field input:focus,
.floating-field select:focus,
.phone-input-wrap:focus-within { border-color:#9eadbb; }
.phone-input-wrap { display:flex; align-items:center; padding:0 16px; }
.phone-input-wrap input { min-height:74px; padding:0 0 0 15px; border:0; border-radius:0; }
.country-flag { font-size:27px; line-height:1; }
.country-chevron { margin-left:9px; color:#8e99a7; font-size:18px; }
.phone-divider { width:1px; height:29px; margin-left:10px; background:#d7dce2; }
.select-field select {
  padding:0 42px 0 17px; appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,#66717e 50%),linear-gradient(135deg,#66717e 50%,transparent 50%);
  background-position:calc(100% - 22px) 50%,calc(100% - 17px) 50%;
  background-size:6px 6px,6px 6px; background-repeat:no-repeat;
}
.cadastro-two-cols { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.cadastro-submit {
  min-height:74px; padding:0 22px; border:0; border-radius:7px;
  display:flex; align-items:center; justify-content:center; gap:145px;
  background:#198f58; color:#fff; cursor:pointer;
}
.cadastro-submit strong { font-size:20px; font-weight:700; }
.cadastro-submit-arrow {
  width:31px; height:31px; display:grid; place-items:center; border-radius:50%;
  background:#fff; color:#198f58; font-size:18px; font-weight:800;
}
.cadastro-authorization { margin-top:2px; }
.cadastro-legal { padding-bottom:15px; }

@media (max-width:560px) {
  .cadastro-page-content { padding:18px 14px 40px; }
  .cadastro-heading { margin-left:5px; margin-bottom:12px; }
  .cadastro-heading h1 { font-size:20px; }
  .cadastro-heading > span { font-size:22px; }
  .cadastro-form { gap:18px; }
  .cadastro-card { padding:15px 17px 19px; gap:16px; border-radius:19px; }
  .floating-field > span { left:13px; font-size:13px; }
  .floating-field input,
  .floating-field select,
  .phone-input-wrap { min-height:68px; border-radius:10px; font-size:18px; }
  .phone-input-wrap input { min-height:64px; font-size:18px; }
  .country-flag { font-size:23px; }
  .cadastro-two-cols { gap:15px; }
  .cadastro-submit { min-height:62px; gap:86px; }
  .cadastro-submit strong { font-size:17px; }
  .cadastro-submit-arrow { width:27px; height:27px; font-size:16px; }
  .cadastro-authorization { margin-top:0; }
}

@media (max-width:390px) {
  .cadastro-card { padding-left:14px; padding-right:14px; }
  .cadastro-two-cols { gap:10px; }
  .cadastro-submit { gap:52px; padding-left:15px; padding-right:15px; }
}


/* =====================================================
   PÁGINA INTERNA: GANHADORES
   ===================================================== */
.winners-page-content { padding-top:20px; }
.winners-page-heading {
  display:flex; align-items:baseline; gap:8px; margin:1px 0 12px; color:#29313b;
}
.winners-page-heading__icon { font-size:25px; line-height:1; }
.winners-page-heading h1 { margin:0; font-size:23px; line-height:1.1; font-weight:700; }
.winners-page-heading__sub { color:#7c838c; font-size:17px; font-weight:400; }
.winners-cards { display:grid; gap:18px; }
.winner-card {
  min-height:166px; padding:16px 20px; border-radius:20px; background:#fff; color:#313843;
  display:flex; flex-direction:column; justify-content:center;
}
.winner-card--no-photo { padding-left:22px; }
.winner-card h2 { margin:0 0 7px; font-size:23px; line-height:1.1; font-weight:700; letter-spacing:-.25px; }
.winner-card h3 { margin:0 0 7px; font-size:22px; line-height:1.32; font-weight:400; letter-spacing:-.2px; }
.winner-card p { margin:0; color:#565d66; font-size:16px; line-height:1.42; font-weight:400; }
.winner-card p strong { color:#303640; font-weight:800; }
.winners-authorization { margin-top:23px; }
.winners-legal { padding-bottom:18px; }

@media (max-width:560px) {
  .winners-page-content { padding:18px 14px 40px; }
  .winners-page-heading { margin-bottom:11px; gap:7px; }
  .winners-page-heading__icon { font-size:22px; }
  .winners-page-heading h1 { font-size:20px; }
  .winners-page-heading__sub { font-size:15px; }
  .winners-cards { gap:15px; }
  .winner-card { min-height:147px; padding:13px 16px; border-radius:17px; }
  .winner-card--no-photo { padding-left:18px; }
  .winner-card h2 { margin-bottom:5px; font-size:18px; }
  .winner-card h3 { margin-bottom:5px; font-size:17px; line-height:1.32; }
  .winner-card p { font-size:13.3px; line-height:1.42; }
}


/* AFFILIATES + TERMS PAGES */
.affiliates-page-content,
.terms-page-content {
  padding-top: 20px;
  padding-bottom: 42px;
}

.simple-page-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 4px 36px;
}

.simple-page-heading > span {
  font-size: 28px;
  line-height: 1;
}

.simple-page-heading h1 {
  margin: 0;
  color: #272d36;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -.3px;
}

.affiliate-warning {
  min-height: 82px;
  margin: 0 2px 74px;
  padding: 0 27px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff3ba;
  color: #a1762e;
  font-size: 19px;
  font-weight: 400;
}

.affiliate-warning__icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #ffc326;
  font-size: 21px;
  font-weight: 800;
}

.terms-page-content .simple-page-heading {
  margin-bottom: 18px;
}

.terms-white-card {
  min-height: 82px;
  margin: 0 0 24px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  color: #535a64;
  font-size: 20px;
  font-weight: 400;
}

.affiliates-page-content .internal-authorization {
  margin-top: 0;
}

.terms-page-content .internal-authorization {
  margin-top: 8px;
}

@media (max-width: 560px) {
  .affiliates-page-content,
  .terms-page-content {
    padding: 20px 14px 40px;
  }

  .simple-page-heading {
    margin-left: 1px;
    margin-bottom: 34px;
  }

  .simple-page-heading > span { font-size: 23px; }
  .simple-page-heading h1 { font-size: 20px; }

  .affiliate-warning {
    min-height: 76px;
    margin: 0 1px 70px;
    padding: 0 24px;
    gap: 18px;
    border-radius: 17px;
    font-size: 17px;
  }

  .affiliate-warning__icon {
    width: 29px;
    height: 29px;
    font-size: 19px;
  }

  .terms-page-content .simple-page-heading { margin-bottom: 16px; }

  .terms-white-card {
    min-height: 75px;
    padding: 0 20px;
    border-radius: 18px;
    font-size: 18px;
  }
}


/* =========================
   LOGIN MODAL
   ========================= */
body.login-open {
  overflow: hidden;
}

.login-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.login-modal.is-open {
  display: flex;
}

.login-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(7, 12, 19, .78);
  cursor: default;
}

.login-card {
  position: relative;
  z-index: 1;
  width: min(100%, 615px);
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  color: #242b35;
  box-shadow: 0 16px 45px rgba(0,0,0,.26);
}

.login-card__header {
  min-height: 111px;
  padding: 0 34px 0 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e4e8;
}

.login-card__title {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 28px;
  line-height: 1;
}

.login-card__title svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: #222a34;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-card__title strong {
  font-weight: 700;
}

.login-card__close {
  position: relative;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.login-card__close span {
  position: absolute;
  left: 10px;
  top: 21px;
  width: 29px;
  height: 3px;
  border-radius: 3px;
  background: #7f8790;
}

.login-card__close span:first-child { transform: rotate(45deg); }
.login-card__close span:last-child { transform: rotate(-45deg); }

.login-card__body {
  padding: 38px 36px 36px;
}

.login-phone-field {
  position: relative;
  display: block;
}

.login-phone-field__label {
  position: absolute;
  z-index: 2;
  left: 22px;
  top: -11px;
  padding: 0 5px;
  color: #aab5c4;
  background: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.login-phone-field__control {
  height: 90px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  border: 2px solid #e2e6eb;
  border-radius: 13px;
  background: #fff;
}

.login-phone-field__country {
  width: 43px;
  flex: 0 0 43px;
  font-size: 31px;
  line-height: 1;
}

.login-phone-field__chevron {
  width: 11px;
  height: 11px;
  margin: 0 15px 4px 0;
  flex: 0 0 11px;
  border-right: 3px solid #9ca7b2;
  border-bottom: 3px solid #9ca7b2;
  transform: rotate(45deg);
}

.login-phone-field__divider {
  width: 1px;
  height: 38px;
  margin-right: 19px;
  flex: 0 0 1px;
  background: #e0e4e9;
}

.login-phone-field input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: none;
  color: #44505c;
  background: transparent;
  font: inherit;
  font-size: 25px;
}

.login-phone-field input::placeholder {
  color: #a9b5c4;
  opacity: 1;
}

.login-warning {
  min-height: 78px;
  margin-top: 25px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  color: #9a711f;
  background: #fff3b8;
  font-size: 21px;
  line-height: 1.25;
}

.login-warning__icon {
  position: relative;
  width: 34px;
  height: 31px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.login-warning__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #ffbd1d;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  border-radius: 4px;
}

.login-continue {
  width: 100%;
  min-height: 75px;
  margin-top: 26px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #15945d;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0,0,0,.14);
}

@media (max-width: 560px) {
  .login-modal {
    padding: 22px;
  }

  .login-card {
    width: 100%;
    border-radius: 21px;
  }

  .login-card__header {
    min-height: 105px;
    padding-left: 35px;
    padding-right: 25px;
  }

  .login-card__title {
    gap: 18px;
    font-size: 26px;
  }

  .login-card__title svg {
    width: 34px;
    height: 34px;
  }

  .login-card__body {
    padding: 36px 35px 35px;
  }

  .login-phone-field__control {
    height: 87px;
  }

  .login-phone-field input {
    font-size: 23px;
  }

  .login-warning {
    min-height: 76px;
    padding: 0 22px;
    gap: 18px;
    font-size: 20px;
  }

  .login-continue {
    min-height: 73px;
    font-size: 23px;
  }
}

@media (max-width: 390px) {
  .login-modal { padding: 18px; }
  .login-card__header { min-height: 92px; padding-left: 25px; }
  .login-card__title { font-size: 23px; }
  .login-card__body { padding: 32px 24px 26px; }
  .login-phone-field__label { font-size: 16px; }
  .login-phone-field__control { height: 78px; }
  .login-phone-field input { font-size: 20px; }
  .login-warning { min-height: 70px; font-size: 17px; }
  .login-continue { min-height: 68px; font-size: 20px; }
}


/* PRIZES MODAL QA */
.prizes-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, visibility .16s ease;
}
.prizes-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.prizes-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 14, 21, .76);
}
.prizes-card {
  position: relative;
  width: min(100%, 615px);
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  color: #252b34;
  box-shadow: 0 16px 44px rgba(0,0,0,.32);
}
.prizes-card__header {
  padding: 28px 32px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.prizes-card__heading {
  min-width: 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
}
.prizes-card__trophy { font-size: 39px; line-height: 1; }
.prizes-card__heading h2 {
  margin: 0 0 7px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}
.prizes-card__heading p {
  margin: 0;
  font-size: 18px;
  line-height: 1.42;
  color: #4a515c;
}
.prizes-card__heading p strong { color: #252b34; }
.prizes-card__close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #343b45;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}
.prizes-card__divider {
  height: 1px;
  margin: 0 32px;
  background: repeating-linear-gradient(90deg,#dfe3e8 0 6px,transparent 6px 11px);
}
.prizes-card__item {
  min-height: 128px;
  padding: 28px 38px 30px;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 18px;
}
.prizes-card__position {
  color: #16965e;
  font-size: 43px;
  line-height: 1;
}
.prizes-card__item p {
  margin: 0;
  color: #16965e;
  font-size: 23px;
  line-height: 1.45;
}
body.prizes-open { overflow: hidden; }
@media (max-width: 560px) {
  .prizes-modal { padding: 18px; }
  .prizes-card { border-radius: 22px; }
  .prizes-card__header { padding: 24px 25px 18px; }
  .prizes-card__heading { grid-template-columns: 42px 1fr; gap: 14px; }
  .prizes-card__trophy { font-size: 34px; }
  .prizes-card__heading h2 { font-size: 25px; }
  .prizes-card__heading p { font-size: 16px; }
  .prizes-card__divider { margin: 0 25px; }
  .prizes-card__item { padding: 25px 29px 28px; grid-template-columns: 60px 1fr; }
  .prizes-card__position { font-size: 38px; }
  .prizes-card__item p { font-size: 20px; }
}

.social-whatsapp__icon {
  width: 29px;
  height: 29px;
  display: block;
}


/* MEUS TITULOS QA MATCH */
.titles-topbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:2px 2px 31px;
}
.titles-topbar .titles-heading { margin:0; }
.titles-find-button {
  min-width:170px;
  min-height:56px;
  padding:0 24px;
  border:0;
  border-radius:7px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  background:#15945d;
  color:#fff;
  font-size:18px;
  cursor:pointer;
  box-shadow:0 3px 9px rgba(0,0,0,.12);
}
.titles-find-button__icon {
  width:20px;
  height:20px;
  border:2.5px solid #fff;
  border-radius:50%;
  position:relative;
  display:block;
}
.titles-find-button__icon::after {
  content:"";
  position:absolute;
  width:9px;
  height:2.5px;
  right:-7px;
  bottom:-4px;
  border-radius:2px;
  background:#fff;
  transform:rotate(47deg);
  transform-origin:left center;
}
.titles-hint {
  min-height:78px;
  padding:0 25px;
  display:flex;
  align-items:center;
  gap:20px;
  border-radius:13px;
  background:#fff4bd;
  color:#a16f23;
  font-size:18px;
}
.titles-hint__icon {
  width:31px;
  height:31px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ffc326;
  color:#fff;
  font-weight:800;
}
.titles-spacer { height:145px; }
.titles-page-content .internal-authorization { margin-top:0; }
@media (max-width:560px) {
  .titles-topbar { margin-bottom:28px; }
  .titles-find-button { min-width:150px; min-height:53px; padding:0 20px; font-size:17px; }
  .titles-hint { min-height:74px; padding:0 22px; gap:16px; font-size:16px; }
  .titles-spacer { height:130px; }
}
@media (max-width:390px) {
  .titles-heading h1 { font-size:20px; }
  .titles-heading-icon { font-size:23px; }
  .titles-find-button { min-width:135px; min-height:50px; padding:0 15px; font-size:16px; }
  .titles-hint { padding:0 18px; font-size:15px; }
}

/* =====================================================
   MOBILE PIXEL-FIDELITY PASS — 390/430px
   Derived from supplied reference captures.
   ===================================================== */
@media (max-width: 430px) {
  .site-header,
  .campaigns-header,
  .internal-header {
    height: 64px;
    padding: 11px 18px 9px 15px;
  }

  .brand-image { width: 40px; }
  .menu-button { width: 29px; height: 29px; padding: 4px 2px; }
  .menu-button span { width: 18px; height: 2.3px; }

  .hero {
    height: 281px;
    border-radius: 8px 8px 0 0;
  }
  .hero-image { object-position: 50% 49%; }
  .hero-badges { left: 7px; bottom: 59px; gap: 5px; }
  .badge { min-height: 19px; padding: 0 7px; border-radius: 5px; font-size: 8.7px; }
  .hero-copy { left: 7px; right: 7px; bottom: 8px; }
  .hero-copy h1 { font-size: 13.5px; line-height: 1.16; }
  .hero-copy p { margin-top: 3px; font-size: 9.5px; }

  .my-titles { height: 44px; gap: 11px; font-size: 19px; }
  .cart-mark { width: 27px; height: 27px; flex-basis: 27px; }

  .content-card { padding: 5px 8px 10px; }
  .price-row { min-height: 28px; margin-bottom: 7px; gap: 8px; font-size: 11.5px; }
  .price-chip { min-height: 25px; padding: 2px 8px; font-size: 15px; border-radius: 5px; }

  .promo-heading { min-height: 31px; gap: 6px; }
  .speaker { font-size: 15px; }
  .promo-heading strong { font-size: 15px; }
  .promo-subtitle { font-size: 11px; }

  .promo-strip {
    min-height: 37px;
    padding: 5px 7px;
    grid-template-columns: minmax(0, 1fr) 94px;
    gap: 7px;
  }
  .discount-pill { min-height: 22px; padding: 0 7px; gap: 5px; }
  .discount-pill strong { font-size: 9.5px; }
  .discount-pill span { font-size: 7.5px; }
  .promo-group-button,
  .group-button { min-height: 28px; padding: 0 9px; font-size: 10.5px; gap: 5px; }
  .whatsapp-icon { width: 13px; height: 13px; }

  .prizes-tab { min-height: 29px; font-size: 13px; }
  .quota-card { margin-top: 4px; padding: 10px 9px 9px; }
  .quota-card h2 { margin: 0 5px 7px; font-size: 16.5px; line-height: 1.07; }
  .countdown-track { height: 27px; margin: 0 4px 5px; }
  .countdown-label,
  .countdown-label strong { font-size: 13px; }
  .quota-main { margin-bottom: 4px; font-size: 14px; line-height: 1.27; }
  .quota-validity { font-size: 8.8px; }

  .purchase-section { margin-top: 5px; }
  .chance-note {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }
  .package-grid { margin-top: 5px; gap: 4px 3px; }
  .package-card {
    min-height: 71px;
    padding: 7px 5px 6px;
    border-radius: 6px;
  }
  .package-card strong { margin-bottom: 5px; font-size: 20px; }
  .package-card span { margin-bottom: 3px; font-size: 11px; }
  .package-card small { font-size: 9px; }

  .purchase-row {
    margin-top: 4px;
    grid-template-columns: 37% 63%;
    gap: 4px;
  }
  .quantity-control {
    min-height: 54px;
    padding: 0 7px;
    grid-template-columns: 25px minmax(40px,1fr) 25px;
    gap: 4px;
    border-radius: 6px;
  }
  .quantity-btn {
    width: 23px;
    height: 23px;
    border-width: 2px;
    font-size: 19px;
  }
  .quantity-input {
    height: 39px;
    border-radius: 7px;
    font-size: 16px;
  }
  .participate-button {
    min-height: 54px;
    padding: 5px 9px;
    gap: 8px;
    border-radius: 5px;
  }
  .check-circle { width: 23px; height: 23px; border-width: 1.5px; font-size: 16px; }
  .participate-copy > span { margin-bottom: 2px; font-size: 15px; }
  .participate-copy strong { font-size: 16px; }

  .rules { margin-top: 5px; }
  .rules-toggle {
    min-height: 33px;
    padding: 0 11px;
    gap: 8px;
  }
  .rules-icon { width: 16px; height: 16px; font-size: 9px; }
  .rules-toggle strong { font-size: 13px; }
  .rules-content { margin-top: 4px; padding: 3px 10px 14px; font-size: 12px; }
  .rules-campaign-title { font-size: 15px; line-height: 1.35; }

  .winners-section {
    margin: 10px -8px -10px;
    padding: 7px 8px 28px;
  }
  .winners-heading { min-height: 34px; gap: 7px; }
  .winners-title { gap: 5px; }
  .heading-trophy { font-size: 18px; }
  .winners-title h2 { font-size: 16px; }
  .winners-counter {
    min-width: 49px;
    height: 28px;
    padding: 0 6px;
    border-radius: 7px;
    font-size: 13px;
  }
  .winners-counter strong { font-size: 14px; }
  .winning-list { gap: 3px; margin-top: 3px; }
  .winning-row {
    min-height: 29px;
    padding: 2px 5px 2px 4px;
    grid-template-columns: 76px minmax(0,1fr) 78px;
    gap: 4px;
    border-radius: 5px;
    font-size: 10px;
  }
  .winning-number {
    min-height: 23px;
    padding: 0 6px;
    border-radius: 6px;
    font-size: 11px;
  }
  .show-more-winners { min-height: 47px; font-size: 12px; gap: 3px; }
  .show-more-winners strong { font-size: 13px; }
  .show-more-arrow { font-size: 15px; }
  .social-row { margin: 1px 0 34px; gap: 8px; }
  .social-button { width: 31px; height: 31px; border-radius: 4px; font-size: 20px; }
  .social-twitter::after { font-size: 18px; }
  .social-telegram { font-size: 18px; }
  .social-whatsapp { font-size: 17px; }

  .authorization-brands,
  .internal-authorization,
  .campaigns-authorization {
    margin-left: 0;
    margin-right: 0;
  }
  .internal-authorization img,
  .campaigns-authorization img,
  .authorization-brands img {
    display: block;
    width: 100%;
    height: auto;
  }
  .legal-copy,
  .internal-legal,
  .campaigns-legal {
    font-size: 13.5px;
    line-height: 1.42;
  }
}


/* =====================================================
   FINAL LANDING LOCK — fidelidad de capturas móviles
   ===================================================== */
@media (max-width: 430px) {
  .site-header {
    background: rgba(0,0,0,.82);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
  }

  .brand-image { width: 34px; }
  .menu-button span { width: 17px; height: 2px; }

  .social-button {
    width: 29px;
    height: 29px;
    padding: 0;
    overflow: hidden;
    border-radius: 4px;
    background: transparent;
  }
  .social-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .authorization-brands { margin-top: 31px; padding: 0 10px; }
  .legal-copy { margin-top: 25px; padding: 0 10px; font-size: 15px; line-height: 1.45; }

  /* menu fullscreen con proporciones de la captura */
  .site-menu__inner { padding: 0 16px 18px; }
  .site-menu__top {
    height: 80px;
    padding: 12px 16px 0 15px;
  }
  .site-menu__logo { width: 34px; margin-top: 2px; }
  .site-menu__close { width: 32px; height: 32px; margin-top: 0; }
  .site-menu__close span { left: 5px; top: 15px; width: 26px; height: 2px; }
  .site-menu__item {
    min-height: 45px;
    padding: 0 17px;
    gap: 14px;
    font-size: 16px;
  }
  .site-menu__item svg { width: 22px; height: 22px; }
  .site-menu__enter { min-height: 45px; gap: 9px; font-size: 16px; border-radius: 4px; }
  .site-menu__enter svg { width: 20px; height: 20px; }
  .site-menu__version { padding-top: 28px; font-size: 10px; }

  /* modal Login */
  .login-modal { padding: 14px; }
  .login-card { border-radius: 14px; }
  .login-card__header { min-height: 66px; padding: 0 20px 0 22px; }
  .login-card__title { gap: 12px; font-size: 17px; }
  .login-card__title svg { width: 23px; height: 23px; }
  .login-card__close { width: 30px; height: 30px; }
  .login-card__close span { left: 7px; top: 14px; width: 19px; height: 2px; }
  .login-card__body { padding: 22px 22px 21px; }
  .login-phone-field__label { left: 13px; top: -8px; font-size: 11px; }
  .login-phone-field__control { height: 52px; padding: 0 12px; border-width: 1px; border-radius: 8px; }
  .login-phone-field__country { width: 27px; flex-basis: 27px; font-size: 21px; }
  .login-phone-field__chevron { width: 8px; height: 8px; margin: 0 10px 4px 0; border-width: 2px; }
  .login-phone-field__divider { height: 25px; margin-right: 12px; }
  .login-phone-field input { font-size: 15px; }
  .login-warning { min-height: 45px; margin-top: 15px; padding: 0 15px; gap: 11px; border-radius: 8px; font-size: 13px; }
  .login-warning__icon { width: 21px; height: 20px; flex-basis: 21px; font-size: 13px; }
  .login-continue { min-height: 44px; margin-top: 16px; border-radius: 5px; font-size: 15px; }

  /* modal Prêmios */
  .prizes-modal { padding: 14px; }
  .prizes-card { border-radius: 14px; }
  .prizes-card__header { padding: 16px 18px 12px; gap: 10px; }
  .prizes-card__heading { grid-template-columns: 32px 1fr; gap: 10px; }
  .prizes-card__trophy { font-size: 25px; }
  .prizes-card__heading h2 { margin-bottom: 5px; font-size: 18px; }
  .prizes-card__heading p { font-size: 12.5px; line-height: 1.4; }
  .prizes-card__close { width: 28px; height: 28px; font-size: 25px; }
  .prizes-card__divider { margin: 0 18px; }
  .prizes-card__item { min-height: 78px; padding: 17px 22px 19px; grid-template-columns: 42px 1fr; gap: 10px; }
  .prizes-card__position { font-size: 27px; }
  .prizes-card__item p { font-size: 15px; line-height: 1.4; }
}


/* =====================================================
   DESKTOP CANVAS — referencia Arueira
   Laterales blancos; la franja superior permanece negra.
   En móvil la columna ocupa todo el viewport y este ajuste no altera el layout.
   ===================================================== */
@media (min-width: 681px) {
  html,
  body {
    background: #ffffff;
  }

  body {
    position: relative;
  }

  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #000000;
    pointer-events: none;
    z-index: 0;
  }

  .page-shell {
    position: relative;
    z-index: 1;
  }
}


/* =====================================================
   AUTHORIZATION BADGE — integrado al fondo del landing
   ===================================================== */
.authorization-brands,
.internal-authorization,
.campaigns-authorization {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.authorization-brands {
  margin: 34px auto 0 !important;
  padding: 0 22px !important;
  max-width: 620px;
}
.authorization-image,
.internal-authorization img,
.campaigns-authorization img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background: transparent;
}
.internal-authorization,
.campaigns-authorization {
  max-width: 620px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 18px;
  padding-right: 18px;
}


/* En escritorio el exterior es blanco, como la referencia. */
@media (min-width: 681px) {
  html, body { background: #ffffff !important; }
  body::before {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0 0 auto 0;
    height: 120px;
    background: #000;
  }
  .site-header {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 430px) {
  .authorization-brands {
    margin-top: 28px !important;
    padding: 0 14px !important;
  }
  .internal-authorization,
  .campaigns-authorization {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* =====================================================
   AUTHORIZATION BADGE — final integrated treatment
   ===================================================== */
.authorization-brands,
.internal-authorization,
.campaigns-authorization {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.authorization-brands {
  width: 100%;
  max-width: 620px;
  margin: 34px auto 0 !important;
  padding: 0 18px !important;
}

.authorization-image,
.internal-authorization img,
.campaigns-authorization img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.internal-authorization,
.campaigns-authorization {
  width: 100%;
  max-width: 620px;
  margin: 34px auto 0 !important;
  padding: 0 18px !important;
}

@media (max-width: 430px) {
  .authorization-brands,
  .internal-authorization,
  .campaigns-authorization {
    margin-top: 28px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}


/* =====================================================
   MASTERFY PIX MODAL
   ===================================================== */
body.payment-open { overflow: hidden; }
.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.payment-modal.is-open { display: flex; }
.payment-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 10, 16, .72);
  backdrop-filter: blur(2px);
}
.payment-card {
  position: relative;
  z-index: 1;
  width: min(100%, 500px);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  border-radius: 18px;
  background: #fff;
  color: #252b34;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.payment-card__header {
  min-height: 82px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e4e8ed;
}
.payment-card__header > div { display: flex; flex-direction: column; gap: 5px; }
.payment-card__header strong { font-size: 21px; }
.payment-card__header span { color: #6f7780; font-size: 14px; }
.payment-card__close {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #737b84;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.payer-form { padding: 20px 22px 22px; }
.payer-form label { display: block; margin-bottom: 15px; }
.payer-form label > span {
  display: block;
  margin: 0 0 6px 2px;
  color: #78818b;
  font-size: 13px;
}
.payer-form input {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #d7dde4;
  border-radius: 9px;
  outline: none;
  color: #20262d;
  background: #fff;
  font-size: 16px;
}
.payer-form input:focus { border-color: #15975c; box-shadow: 0 0 0 3px rgba(21,151,92,.12); }
.payment-error {
  margin: 2px 0 14px;
  padding: 11px 13px;
  border-radius: 8px;
  background: #fff3cd;
  color: #8a6215;
  font-size: 13px;
  line-height: 1.4;
}
.create-pix-button,
.copy-pix-button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 7px;
  background: #15975c;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.create-pix-button { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 16px; }
.create-pix-button:disabled { opacity: .65; cursor: wait; }
.pix-result { padding: 26px 22px 24px; text-align: center; }
.pix-result__status {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e6f7ee;
  color: #148451;
  font-size: 12px;
  font-weight: 700;
}
.pix-result > strong { display: block; margin: 12px 0 5px; font-size: 28px; }
.pix-result p { margin: 0 auto 14px; max-width: 360px; color: #69727b; font-size: 14px; line-height: 1.45; }
.pix-result textarea {
  width: 100%;
  min-height: 112px;
  padding: 12px;
  resize: none;
  border: 1px solid #d7dde4;
  border-radius: 9px;
  background: #f7f9fb;
  color: #343a40;
  font: 12px/1.4 monospace;
  word-break: break-all;
}
.copy-pix-button { margin-top: 12px; font-size: 15px; }
.pix-result small { display: block; margin-top: 11px; color: #9aa1a9; font-size: 10px; word-break: break-all; }

@media (max-width: 430px) {
  .payment-modal { padding: 12px; }
  .payment-card { border-radius: 15px; }
  .payment-card__header { min-height: 72px; padding: 14px 16px; }
  .payment-card__header strong { font-size: 18px; }
  .payer-form { padding: 17px 16px 18px; }
  .payer-form input { height: 50px; font-size: 15px; }
  .create-pix-button { min-height: 49px; }
  .pix-result { padding: 22px 16px 20px; }
}
