/* ============================================================
   Cupoland — Página da Extensão
   Componentes específicos (usa o design system de lando-assets/styles.css)
   ============================================================ */

/* ---------- Chips de confiança ---------- */
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 600; font-size: .85rem; color: var(--roxo);
  background: var(--white); border: 2px solid var(--roxo-ink); border-radius: 999px;
  padding: 6px 14px; box-shadow: var(--pop-sm);
}
.trust-chip svg { color: #1d9e75; }

/* ---------- Selo "funciona no Chrome" ---------- */
.browser-note {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  font-size: .85rem; color: var(--body); font-weight: 600;
}
.browser-note svg { width: 18px; height: 18px; }

/* ---------- Mockup do popup da extensão ---------- */
.popup-mock {
  width: 300px; max-width: 100%;
  background: var(--white); border: 2.5px solid var(--roxo-ink);
  border-radius: 20px; box-shadow: var(--pop-lg); overflow: hidden;
  font-family: var(--font-body); text-align: left;
}
.popup-mock__head {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 14px; border-bottom: 2px solid var(--roxo-ink);
}
.popup-mock__head img { width: 30px; height: 30px; }
.popup-mock__brand { font-family: var(--font-display); font-weight: 700; color: var(--roxo-ink); font-size: 1.05rem; }
.popup-mock__dot { width: 22px; height: 22px; margin-left: auto; border: 2px solid var(--roxo-ink); border-radius: 50%; box-shadow: 2px 2px 0 var(--roxo-ink); display: grid; place-items: center; color: var(--roxo-ink); }
.popup-mock__body { padding: 12px; display: flex; flex-direction: column; gap: 10px; background: var(--lilas); }
.popup-mock__label { font-size: 10px; font-weight: 700; color: var(--roxo-500); text-transform: uppercase; letter-spacing: .1em; text-align: center; margin: 2px 0; }

.mock-coupon {
  position: relative; display: flex; gap: 10px; align-items: center;
  background: var(--white); border: 2px solid var(--roxo-ink); border-radius: 14px;
  box-shadow: 3px 3px 0 var(--roxo-ink); padding: 12px; padding-top: 26px;
}
.mock-ai {
  position: absolute; top: 7px; right: 8px;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 9px; font-weight: 700; color: var(--roxo); background: var(--white);
  border: 1px solid #e5e7eb; border-radius: 6px; padding: 2px 6px;
}
.mock-ai b { display: inline-flex; align-items: center; justify-content: center; width: 13px; height: 13px; border: 1.4px solid var(--roxo); border-radius: 3px; font-size: 6.5px; font-weight: 800; }
.mock-disc {
  flex-shrink: 0; width: 50px; height: 50px; border-radius: 12px;
  background: var(--laranja-50); border: 2px solid var(--roxo-ink);
  display: grid; place-items: center; text-align: center;
  color: var(--laranja-700); font-weight: 800; font-size: 13px; line-height: 1.05;
}
.mock-info { flex: 1; min-width: 0; }
.mock-info p { font-size: 11px; font-weight: 600; color: var(--roxo-ink); margin: 0 0 8px; line-height: 1.35; }
.mock-btn {
  width: 100%; background: var(--coral); color: #fff; border: 2px solid var(--roxo-ink);
  box-shadow: 2px 2px 0 var(--roxo-ink); border-radius: 8px; padding: 5px; font-size: 11px;
  font-weight: 800; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .03em;
}

/* Balãozinho do Lando no mockup */
.mock-bubble {
  display: flex; align-items: center; gap: 8px;
  background: var(--white); border: 2px solid var(--roxo-ink); border-radius: 14px;
  border-bottom-left-radius: 5px; box-shadow: 2px 2px 0 var(--roxo-ink); padding: 9px 12px;
}
.mock-bubble img { width: 26px; height: 26px; flex-shrink: 0; }
.mock-bubble span { font-size: 11px; font-weight: 700; color: var(--roxo-ink); }

/* ---------- Passos numerados (reusa .timeline do design system) ---------- */
.step-icon {
  display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 14px;
  background: var(--roxo-50); border: 2px solid var(--roxo-ink); border-radius: 12px; color: var(--roxo);
}
.step-icon svg { width: 24px; height: 24px; }

/* ---------- Privacidade / permissões ---------- */
.perm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.perm { display: flex; gap: 14px; align-items: flex-start; }
.perm__icon {
  flex-shrink: 0; display: grid; place-items: center; width: 44px; height: 44px;
  background: #e1f5ee; border: 2px solid var(--roxo-ink); border-radius: 12px; color: #0f6e56;
}
.perm__icon svg { width: 22px; height: 22px; }
.perm h3 { font-size: 1rem; margin-bottom: 4px; }
.perm p { font-size: .92rem; margin: 0; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--white); border: 2px solid var(--roxo-ink); border-radius: 16px;
  box-shadow: var(--pop-sm); overflow: hidden;
}
.faq-q {
  width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 16px 20px; background: none; border: none; cursor: pointer;
  font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: var(--roxo-ink);
}
.faq-q .chev { flex-shrink: 0; transition: transform .25s var(--ease); color: var(--roxo); }
.faq-item.is-open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a p { margin: 0; padding: 0 20px 18px; color: var(--body); font-size: .98rem; line-height: 1.6; }

/* ---------- Ajustes de hero da extensão ---------- */
.hero__art--ext { flex-direction: column; gap: 18px; }
.badge-float--save { bottom: -22px; left: 50%; transform: translateX(-50%); top: auto; }
.badge-float--save svg { color: #1d9e75; }

@media (max-width: 860px) {
  .hero__art--ext { align-items: center; }
  .popup-mock { width: 290px; }
}
