@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  src: url("/assets/fonts/bricolage-grotesque-latin.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400 800;
  src: url("/assets/fonts/hanken-grotesk-latin.woff2") format("woff2");
}

:root {
  --paper: #f4f0e9;
  --paper-lined: #f4eede;
  --ink: #1c1a17;
  --ink-soft: #3a3630;
  --muted: #6e675d;
  --faint: #a69e92;
  --line: #ece4d6;
  --line-strong: #d9d0c1;
  --pink: #e6396b;
  --pink-dark: #c92958;
  --white: #fff;
  --dark: #14110e;
  --radius: 16px;
  --shadow: 0 26px 58px rgba(60, 44, 24, 0.2);
  color-scheme: light;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

body::before {
  background: var(--pink);
  content: "";
  height: 3px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

a {
  color: var(--pink);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--pink-dark);
}

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

button,
select {
  font: inherit;
}

:focus-visible {
  border-radius: 4px;
  outline: 3px solid color-mix(in srgb, var(--pink) 70%, white);
  outline-offset: 3px;
}

::selection {
  background: var(--pink);
  color: var(--white);
}

.skip-link {
  background: var(--ink);
  color: var(--white);
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 200;
}

.skip-link:focus {
  top: 12px;
}

.shell {
  margin-inline: auto;
  max-width: 1080px;
  padding-inline: 24px;
}

.site-header {
  backdrop-filter: blur(12px);
  background: rgba(244, 240, 233, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  min-height: 66px;
}

.wordmark {
  color: var(--ink);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.header-nav {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.header-nav > a:not(.button) {
  color: var(--ink-soft);
  font-size: 13.5px;
  font-weight: 650;
  text-decoration: none;
}

.button {
  align-items: center;
  background: var(--pink);
  border: 0;
  border-radius: 11px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none;
}

.button:hover {
  background: var(--pink-dark);
  color: var(--white);
}

.button.secondary {
  background: var(--white);
  border: 1px solid var(--line-strong);
  color: var(--ink);
}

.button.secondary:hover {
  background: #faf8f4;
  color: var(--ink);
}

.language {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  gap: 3px;
  padding: 3px;
}

.language a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  min-height: 32px;
  min-width: 34px;
  padding: 8px 9px;
  text-align: center;
  text-decoration: none;
}

.language a[aria-current="true"] {
  background: var(--ink);
  color: var(--white);
}

.lined-paper {
  background-color: var(--paper-lined);
  background-image:
    repeating-linear-gradient(
      180deg,
      transparent 0 34px,
      rgba(120, 100, 70, 0.11) 34px 35px
    ),
    linear-gradient(
      90deg,
      transparent 31px,
      rgba(230, 57, 107, 0.16) 31px 32px,
      transparent 32px
    );
}

.hero {
  border-bottom: 1px solid #e7decb;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  min-height: 570px;
  padding-block: 58px;
}

.kicker {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.02;
  margin: 0 0 16px;
}

h2 {
  font-size: clamp(27px, 3.2vw, 36px);
  line-height: 1.1;
  margin: 0;
}

.hero-copy {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
  max-width: 500px;
}

.manifesto {
  color: var(--muted);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 15px;
  font-weight: 750;
  margin: 0 0 22px;
}

.store-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-badge {
  display: inline-flex;
  line-height: 0;
}

.store-badge img {
  display: block;
  height: 48px;
  width: auto;
}

.store-badge.play img {
  height: 57px;
  margin: -4px -8px -5px -8px;
}

.free-note {
  color: var(--muted);
  flex-basis: 100%;
  font-size: 12px;
  margin-top: 2px;
}

.sticker-stage {
  height: 390px;
  position: relative;
}

.sticker-stage picture {
  filter: drop-shadow(0 18px 22px rgba(40, 26, 10, 0.25));
  position: absolute;
}

.sticker-stage picture img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.sticker-stage picture:nth-child(1) {
  height: 67%;
  left: 2%;
  top: 4%;
  transform: rotate(-8deg);
  width: 58%;
}

.sticker-stage picture:nth-child(2) {
  height: 69%;
  right: 1%;
  top: 16%;
  transform: rotate(7deg);
  width: 58%;
}

.sticker-stage picture:nth-child(3) {
  bottom: 0;
  height: 49%;
  left: 31%;
  transform: rotate(-2deg);
  width: 48%;
}

.section {
  padding-block: 68px 10px;
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 9px 0 0;
  max-width: 650px;
}

.card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.step-number {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 11px;
  display: flex;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  margin-bottom: 13px;
  width: 36px;
}

.card h3 {
  font-size: 16.5px;
  margin: 0 0 5px;
}

.card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Fato de plataforma: a projeção no iMessage vale só no iPhone e fecha o
   passo do WhatsApp sem virar promessa para o Android. */
.platform-note {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--pink);
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
  margin: 14px 0 0;
  max-width: 760px;
  padding: 16px 20px;
}

.editor-section {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.editor-copy > p {
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.55;
  max-width: 520px;
}

.check-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.check-list li {
  color: var(--ink-soft);
  display: grid;
  font-size: 14px;
  gap: 10px;
  grid-template-columns: 8px 1fr;
  line-height: 1.45;
}

.check-list li::before {
  background: var(--pink);
  border-radius: 50%;
  content: "";
  height: 7px;
  margin-top: 7px;
  width: 7px;
}

.editor-preview {
  background: var(--dark);
  border-radius: 24px;
  box-shadow: var(--shadow);
  height: 360px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  width: 280px;
}

.editor-preview::before {
  background-color: #282521;
  background-image:
    linear-gradient(45deg, #211e1a 25%, transparent 25%),
    linear-gradient(-45deg, #211e1a 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #211e1a 75%),
    linear-gradient(-45deg, transparent 75%, #211e1a 75%);
  background-position:
    0 0,
    0 8px,
    8px -8px,
    -8px 0;
  background-size: 16px 16px;
  content: "";
  inset: 0;
  position: absolute;
}

.editor-preview img {
  bottom: 8%;
  height: 74%;
  left: 50%;
  object-fit: contain;
  position: absolute;
  transform: translateX(-50%);
}

.editor-preview .meme {
  -webkit-text-stroke: 2.4px #141414;
  bottom: 12%;
  color: var(--white);
  font-family: Impact, sans-serif;
  font-size: 27px;
  left: 50%;
  letter-spacing: 0.02em;
  paint-order: stroke fill;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.packs-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pack {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: inherit;
  display: block;
  padding: 16px;
  text-decoration: none;
}

.pack:hover {
  border-color: var(--line-strong);
  color: inherit;
}

.pack-images {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  height: 132px;
}

.pack-images picture {
  align-items: center;
  background: var(--paper);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.pack-images img {
  filter: drop-shadow(0 4px 6px rgba(40, 26, 10, 0.25));
  height: 88%;
  max-width: 94%;
  object-fit: contain;
}

.pack-title {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.pack-title h3 {
  font-size: 17px;
  margin: 0;
}

.pill {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  padding: 3px 8px;
}

.pack > p {
  color: var(--muted);
  font-size: 13.5px;
  margin: 4px 0 0;
}

.trust-grid .card {
  background: transparent;
  border-style: dashed;
}

.cta {
  border-block: 1px solid #e7decb;
  margin-top: 70px;
}

.cta-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 250px;
  padding-block: 48px;
}

.cta h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  margin-bottom: 8px;
}

.cta p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}

.site-footer {
  background: var(--ink);
  color: #c9c1b2;
}

.footer-inner {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(260px, 1.35fr) minmax(180px, 0.7fr) minmax(260px, 1fr);
  padding-block: 38px 26px;
}

.site-footer .wordmark {
  color: #f7f4ef;
}

.site-footer p {
  font-size: 12.5px;
  line-height: 1.5;
  max-width: 350px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-links a,
.site-footer a {
  color: #c9c1b2;
  font-size: 13px;
}

.footer-language {
  background: transparent;
  border: 0;
  padding: 0;
}

.footer-language a {
  border: 1px solid rgba(247, 244, 239, 0.22);
  min-height: 34px;
}

.footer-language a[aria-current="true"] {
  background: #f7f4ef;
  color: var(--ink);
}

.copyright {
  border-top: 1px solid rgba(247, 244, 239, 0.12);
  color: #8a8175;
  font-size: 11px;
  grid-column: 1 / -1;
  padding-top: 14px;
}

.legal-main {
  min-height: 65vh;
  padding-block: 56px 74px;
}

.legal-head {
  border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
  padding-bottom: 26px;
}

.legal-head h1 {
  font-size: clamp(34px, 4.5vw, 48px);
  margin-bottom: 10px;
}

.legal-head p {
  color: var(--muted);
  margin: 0;
}

.legal-copy {
  max-width: 780px;
}

.legal-copy h2 {
  font-size: 24px;
  margin: 38px 0 12px;
}

.legal-copy h3 {
  font-size: 19px;
  margin: 28px 0 10px;
}

.legal-copy p,
.legal-copy li {
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.65;
}

.legal-copy li + li {
  margin-top: 6px;
}

.legal-copy code {
  background: #e9e2d7;
  border-radius: 4px;
  padding: 0.1em 0.35em;
}

.table-wrap {
  margin-block: 22px;
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  min-width: 620px;
  width: 100%;
}

th,
td {
  border: 1px solid var(--line-strong);
  font-size: 14px;
  line-height: 1.45;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #eae3d7;
  font-weight: 750;
}

.support-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.support-lead {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.6;
  max-width: 760px;
}

.preference-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: 28px;
  max-width: 720px;
  padding: 22px;
}

.preference-card h2 {
  font-size: 21px;
  margin-bottom: 8px;
}

.preference-status {
  background: var(--paper);
  border-radius: 10px;
  margin-block: 16px;
  padding: 12px;
}

.preference-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preference-message {
  color: var(--muted);
  font-size: 13px;
  min-height: 20px;
  margin: 12px 0 0;
}

.consent-banner {
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  bottom: 16px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  color: var(--white);
  left: 50%;
  max-width: min(740px, calc(100vw - 24px));
  padding: 20px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 80;
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner h2 {
  font-size: 21px;
  margin-bottom: 7px;
}

.consent-banner p {
  color: #d5cec2;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.consent-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.consent-actions .button {
  flex: 1;
}

.root-main {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding-block: 60px;
}

.root-card {
  margin-inline: auto;
  max-width: 720px;
  text-align: center;
}

.root-card .wordmark {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 24px;
}

.root-card h1 {
  font-size: clamp(34px, 6vw, 56px);
}

.download-stores .store-row {
  justify-content: center;
  margin-top: 26px;
}

.root-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  /* O seletor é um flex container, e flex container é bloco: sem isto ele estica
     até a largura do cartão e o pill branco fica maior que o conteúdo, com o
     miolo centralizado dentro de uma faixa que não acompanha os outros
     elementos da página. `fit-content` faz o pill valer o que ele mostra, e a
     margem automática o alinha com o resto. */
  margin-inline: auto;
  margin-top: 26px;
  width: fit-content;
}

@media (max-width: 920px) {
  .header-nav > a:not(.button) {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr 0.82fr;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .shell {
    padding-inline: 18px;
  }

  .header-inner {
    gap: 10px;
  }

  .header-nav {
    gap: 8px;
  }

  .header-nav > .button {
    display: none;
  }

  .language {
    max-width: 230px;
    overflow-x: auto;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-block: 46px 26px;
  }

  .hero-inner > * {
    width: 100%;
  }

  .sticker-stage {
    height: 330px;
  }

  .section {
    padding-top: 54px;
  }

  .editor-section {
    grid-template-columns: 1fr;
  }

  .packs-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .copyright {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 38px;
  }

  .store-badge img {
    height: 44px;
  }

  .store-badge.play img {
    height: 53px;
  }

  .sticker-stage {
    height: 290px;
  }

  .pack-images {
    height: 106px;
  }

  .consent-actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Lista de espera do iOS.
   O bloco existe no HTML de todo mundo e só aparece quando o script marca
   `ios-waiting` na raiz. Quando aparece, ele ASSUME o cartão: o título e a
   linha de cima prometiam levar à loja e viram mentira; os dois badges viram
   ruído, porque num iPhone o da Apple leva a um 404 e o do Google Play não
   instala nada. Some com os três e sobra uma página só sobre o que interessa. */
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ios-waitlist {
  display: none;
}

html.ios-waiting [data-ios-waitlist] {
  display: block;
}

html.ios-waiting .root-card > h1,
html.ios-waiting .root-card > p,
html.ios-waiting .download-stores {
  display: none;
}

.ios-waitlist h2 {
  font-family: var(--display, inherit);
  font-size: 27px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.ios-waitlist > p {
  color: var(--muted);
  hyphens: none;
  margin: 0 auto 22px;
  max-width: 38ch;
  text-wrap: pretty;
}

.waitlist-form {
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 340px;
}

.waitlist-form input[type="email"] {
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  text-align: center;
  width: 100%;
}

.waitlist-form input[type="email"]:focus-visible {
  border-color: var(--pink);
  outline: 2px solid var(--pink);
  outline-offset: 1px;
}

.waitlist-form button {
  min-height: 48px;
  width: 100%;
}

.waitlist-form button[disabled] {
  cursor: progress;
  opacity: 0.6;
}

.waitlist-feedback {
  font-weight: 650;
  hyphens: none;
  margin: 16px auto 0;
  max-width: 38ch;
  text-wrap: pretty;
}

.waitlist-feedback[data-state="done"] {
  color: var(--ink);
}

.waitlist-feedback[data-state="error"] {
  color: var(--pink-dark);
}

/* Landing de anúncio (/l/).
   Curta e sem navegação de propósito: quem chega aqui pagou clique, e toda
   saída que não seja a loja é dinheiro embora. O botão é grande porque ele é a
   página — o resto existe para justificar o toque, não para ser lido inteiro.

   No iPhone o mesmo HTML vira lista de espera: o CSS troca o pitch pelo
   formulário, sem segundo request e sem piscar o botão do Android. */
.ad-main {
  align-items: center;
  display: flex;
  min-height: 100svh;
  padding-block: 40px;
}

.ad-card {
  margin-inline: auto;
  max-width: 560px;
  padding-inline: 20px;
  text-align: center;
  width: 100%;
}

.ad-card .wordmark {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 28px;
}

.ad-pitch h1 {
  font-size: clamp(30px, 8vw, 42px);
  line-height: 1.05;
  margin: 0 0 14px;
  text-wrap: balance;
}

.ad-body-copy {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.5;
  margin: 0 auto 26px;
  max-width: 30em;
  text-wrap: pretty;
}

/* O único alvo real da página. Largura total no celular porque o polegar não
   procura botão pequeno, e mínimo de 56px de altura para não competir com o
   teclado nem com a barra do navegador. */
.ad-cta {
  border-radius: 14px;
  font-size: 18px;
  min-height: 56px;
  padding: 16px 28px;
  width: 100%;
}

.ad-proof {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px 18px;
  justify-content: center;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.ad-proof li::before {
  color: var(--pink);
  content: "✓";
  font-weight: 800;
  margin-right: 6px;
}

.ad-strip {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 30px;
}

.ad-strip picture {
  display: block;
  flex: 0 1 96px;
}

.ad-strip img {
  height: auto;
  width: 100%;
}

.ad-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  margin-top: 34px;
}

.ad-foot a {
  color: var(--faint);
  font-size: 13px;
}

/* Quem chega pelo anúncio num Android já declarou aparelho e intenção. A
   página conserva promessa e explicação suficientes para o destino continuar
   honesto, mas remove toda saída concorrente: o único gesto possível é ir à
   Play. O botão cresce para 72px e fica inteiro no primeiro viewport. */
html.android-download .ad-main {
  padding-block: 24px;
}

html.android-download .ad-card {
  max-width: 480px;
}

html.android-download .ad-card .wordmark,
html.android-download .ad-proof,
html.android-download .ad-strip,
html.android-download .ad-foot {
  display: none;
}

html.android-download .ad-body-copy {
  margin-bottom: 32px;
}

html.android-download .ad-cta {
  font-size: 20px;
  min-height: 72px;
  padding: 20px 28px;
}

/* No iPhone a promessa do Android é mentira: o botão instalaria nada. Some com
   o pitch inteiro e a lista de espera assume o cartão. */
html.ios-waiting .ad-pitch {
  display: none;
}

html.ios-waiting .ad-card .ios-waitlist {
  margin-top: 4px;
}
