@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjfecg.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../../uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1xlfq.woff2") format("woff2");
}

/* ==========================================================================
   01. Design tokens
   ========================================================================== */

.ljp-page {
  --ljp-bg: #f6f8fc;
  --ljp-surface: #ffffff;
  --ljp-surface-muted: #f3f4f6;
  --ljp-surface-soft: #f8fafc;
  --ljp-border: #e5e7eb;
  --ljp-border-strong: #d1d5db;
  --ljp-text: #08111f;
  --ljp-text-soft: #354156;
  --ljp-muted: #687487;
  --ljp-muted-strong: #4b5563;
  --ljp-brand: #1769ff;
  --ljp-brand-dark: #0a4fd1;
  --ljp-brand-strong: #0a4fd1;
  --ljp-success: #14b981;
  --ljp-success-dark: #059669;
  --ljp-success-soft: #ecfdf5;
  --ljp-danger: #dc2626;
  --ljp-danger-soft: #fef2f2;
  --ljp-warning-soft: #fffbeb;
  --ljp-header: #0c1728;
  --ljp-header-border: rgba(255, 255, 255, 0.08);
  --ljp-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --ljp-shadow-md: 0 12px 24px rgba(15, 23, 42, 0.08);
  --ljp-radius: 8px;
  --ljp-radius-sm: 6px;
  --ljp-container: 1280px;
  --ljp-focus: 0 0 0 3px rgba(16, 185, 129, 0.22);
  --ljp-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ljp-font-heading: var(--ljp-font-body);
  --ljp-font-ui: "Poppins", sans-serif;
  color: var(--ljp-text);
  background: var(--ljp-bg);
  font-family: var(--ljp-font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ljp-page *,
.ljp-page *::before,
.ljp-page *::after {
  box-sizing: border-box;
}

.ljp-page a {
  color: inherit;
  text-decoration: none;
}

.ljp-page button,
.ljp-page input,
.ljp-page select {
  font: inherit;
}

.ljp-page [hidden] {
  display: none !important;
}

.ljp-page img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   02. Page foundation
   ========================================================================== */

.ljp-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: var(--ljp-radius-sm);
  background: var(--ljp-surface);
  color: var(--ljp-text);
  box-shadow: var(--ljp-shadow-md);
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
}

.ljp-skip-link:focus {
  transform: translateY(0);
  outline: none;
  box-shadow: var(--ljp-focus), var(--ljp-shadow-md);
}

.ljp-page-main {
  min-height: calc(100vh - 144px);
  background:
    linear-gradient(180deg, #f8fafc 0, #f9fafb 320px),
    var(--ljp-bg);
  padding: 32px 0 48px;
}

.ljp-shell {
  width: min(var(--ljp-container), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.ljp-kicker {
  margin: 0 0 4px;
  color: #0057c2;
  font-family: var(--ljp-font-ui);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ljp-muted,
.ljp-helper {
  margin: 0;
  color: var(--ljp-muted-strong);
  font-size: 14px;
  line-height: 1.45;
}

/* ==========================================================================
   02.1 Contact page
   ========================================================================== */

.ljp-contact-main {
  min-height: calc(100vh - 144px);
  background:
    linear-gradient(180deg, #f8fafc 0, #f9fafb 360px),
    var(--ljp-bg);
  padding: 40px 0 56px;
}

.ljp-contact-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.ljp-contact-hero,
.ljp-contact-card,
.ljp-contact-aside {
  border: 1px solid var(--ljp-border);
  border-radius: 12px;
  background: var(--ljp-surface);
  box-shadow: var(--ljp-shadow-sm);
}

.ljp-contact-hero {
  padding: 32px;
}

.ljp-contact-hero h1 {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-heading);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.ljp-contact-hero p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--ljp-text-soft);
  font-size: 16px;
  line-height: 1.55;
}

.ljp-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.ljp-contact-card,
.ljp-contact-aside {
  padding: 28px;
}

.ljp-contact-card h2,
.ljp-contact-aside h2 {
  margin: 0 0 10px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-heading);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.ljp-contact-card-text,
.ljp-contact-aside p {
  margin: 0;
  color: var(--ljp-muted-strong);
  font-size: 15px;
  line-height: 1.55;
}

.ljp-contact-form {
  margin-top: 22px;
}

.ljp-contact-empty {
  margin-top: 22px;
  border: 1px dashed var(--ljp-border-strong);
  border-radius: var(--ljp-radius);
  background: var(--ljp-surface-soft);
  padding: 18px;
  color: var(--ljp-muted-strong);
}

.ljp-contact-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 20px;
  background: linear-gradient(180deg, #ffffff 0, #f8fbff 100%);
}

body.admin-bar .ljp-contact-aside {
  top: 128px;
}

.ljp-contact-aside ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ljp-contact-aside li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: var(--ljp-text-soft);
  font-size: 14px;
  line-height: 1.45;
}

.ljp-contact-aside li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ljp-success);
}

.ljp-contact-actions {
  display: grid;
  gap: 10px;
}

.ljp-contact-actions .ljp-button-primary,
.ljp-login-state-button {
  background: #047857;
  color: #ffffff !important;
  box-shadow: 0 1px 2px rgba(4, 120, 87, 0.24);
}

.ljp-contact-actions .ljp-button-primary:hover,
.ljp-login-state-button:hover {
  background: #065f46;
  color: #ffffff !important;
}

.ljp-contact-secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  color: var(--ljp-brand);
  font-family: var(--ljp-font-ui);
  font-size: 14px;
  font-weight: 800;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.ljp-contact-secondary:hover {
  border-color: rgba(23, 105, 255, 0.35);
  background: #eff6ff;
  color: var(--ljp-brand-dark);
}

.ljp-contact-form .frm_forms {
  margin: 0;
}

.ljp-contact-form .frm_form_field {
  margin-bottom: 16px;
}

.ljp-contact-form .frm_primary_label,
.ljp-contact-form label {
  color: var(--ljp-text);
  font-family: var(--ljp-font-ui);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ljp-contact-form input[type="text"],
.ljp-contact-form input[type="email"],
.ljp-contact-form input[type="tel"],
.ljp-contact-form input[type="url"],
.ljp-contact-form input[type="number"],
.ljp-contact-form select,
.ljp-contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  color: var(--ljp-text);
  box-shadow: none;
  padding: 0 14px;
  font-family: var(--ljp-font-body);
  font-size: 15px;
  line-height: 1.4;
}

.ljp-contact-form textarea {
  min-height: 140px;
  padding-top: 12px;
  resize: vertical;
}

.ljp-contact-form input[type="text"]:focus,
.ljp-contact-form input[type="email"]:focus,
.ljp-contact-form input[type="tel"]:focus,
.ljp-contact-form input[type="url"]:focus,
.ljp-contact-form input[type="number"]:focus,
.ljp-contact-form select:focus,
.ljp-contact-form textarea:focus {
  outline: none;
  border-color: var(--ljp-brand);
  box-shadow: 0 0 0 3px rgba(23, 105, 255, 0.14);
}

.ljp-contact-form .frm_error,
.ljp-contact-form .frm_error_style {
  color: #991b1b;
  font-size: 13px;
}

.ljp-contact-form .frm_message,
.ljp-contact-form .frm_success_style {
  border: 1px solid #bbf7d0;
  border-radius: var(--ljp-radius);
  background: #ecfdf5;
  color: #065f46;
  padding: 12px 14px;
}

.ljp-contact-form .frm_submit button,
.ljp-contact-form .frm_button_submit,
.ljp-contact-form button[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: var(--ljp-radius);
  background: var(--ljp-brand);
  color: #ffffff;
  padding: 0 22px;
  font-family: var(--ljp-font-ui);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.ljp-contact-form .frm_submit button:hover,
.ljp-contact-form .frm_button_submit:hover,
.ljp-contact-form button[type="submit"]:hover {
  background: var(--ljp-brand-dark);
  box-shadow: var(--ljp-shadow-sm);
}

.ljp-contact-form .frm_submit button:active,
.ljp-contact-form .frm_button_submit:active,
.ljp-contact-form button[type="submit"]:active {
  transform: translateY(1px);
}

/* Native contact form (rebuild — no Formidable) */
.ljp-contact-form .ljp-field {
  margin-bottom: 16px;
}

.ljp-contact-form .ljp-field-label {
  display: block;
  margin: 0 0 6px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-ui);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ljp-contact-form .ljp-req {
  color: #dc2626;
}

.ljp-contact-form .ljp-field-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}

.ljp-contact-form .ljp-sub-label {
  display: block;
  margin: 6px 0 0;
  color: var(--ljp-text-soft);
  font-family: var(--ljp-font-ui);
  font-size: 12px;
  font-weight: 500;
}

.ljp-contact-form .ljp-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 4px;
}

.ljp-contact-form .ljp-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-body);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.ljp-contact-form .ljp-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 0;
  accent-color: var(--ljp-brand);
}

.ljp-contact-form .ljp-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ljp-contact-form .ljp-contact-submit {
  margin-top: 4px;
}

.ljp-contact-form button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ljp-contact-form .ljp-contact-status {
  margin-bottom: 18px;
  border-radius: var(--ljp-radius);
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.45;
}

.ljp-contact-form .ljp-contact-status.is-ok {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #065f46;
}

.ljp-contact-form .ljp-contact-status.is-err {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

/* ==========================================================================
   02.2 Legal pages
   ========================================================================== */

.ljp-legal-main {
  min-height: calc(100vh - 144px);
  background:
    linear-gradient(180deg, #f8fafc 0, #f9fafb 420px),
    var(--ljp-bg);
  padding: 40px 0 64px;
}

.ljp-legal-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.ljp-legal-hero,
.ljp-legal-card,
.ljp-legal-index {
  border: 1px solid var(--ljp-border);
  border-radius: 12px;
  background: var(--ljp-surface);
  box-shadow: var(--ljp-shadow-sm);
}

.ljp-legal-hero {
  padding: 32px;
}

.ljp-legal-hero h1 {
  max-width: 780px;
  margin: 0 0 12px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-heading);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.ljp-legal-hero p {
  max-width: 760px;
  margin: 0 0 16px;
  color: var(--ljp-text-soft);
  font-size: 16px;
  line-height: 1.6;
}

.ljp-legal-hero span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #0758c7;
  padding: 7px 12px;
  font-family: var(--ljp-font-ui);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ljp-legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ljp-legal-index {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 4px;
  padding: 18px;
}

body.admin-bar .ljp-legal-index {
  top: 128px;
}

.ljp-legal-index strong {
  margin-bottom: 8px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-ui);
  font-size: 13px;
  font-weight: 900;
}

.ljp-legal-index a {
  border-radius: var(--ljp-radius-sm);
  color: var(--ljp-muted-strong);
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.3;
  transition: background 0.16s ease, color 0.16s ease;
}

.ljp-legal-index a:hover {
  background: #eff6ff;
  color: var(--ljp-brand-dark);
}

.ljp-legal-card {
  padding: 34px;
}

.ljp-legal-card section + section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--ljp-border);
}

.ljp-legal-card h2 {
  margin: 0 0 12px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-heading);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ljp-legal-card h3 {
  margin: 22px 0 8px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-heading);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.ljp-legal-card p {
  margin: 0;
  color: var(--ljp-text-soft);
  font-size: 16px;
  line-height: 1.7;
}

.ljp-legal-card p + p,
.ljp-legal-card p + ul,
.ljp-legal-card ul + p {
  margin-top: 14px;
}

.ljp-legal-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ljp-legal-card li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: var(--ljp-text-soft);
  font-size: 15px;
  line-height: 1.6;
}

.ljp-legal-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ljp-success);
}

.ljp-legal-card a {
  color: var(--ljp-brand-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ==========================================================================
   03. Site header and footer
   ========================================================================== */

/*
 * O cabeçalho do painel é sticky (72px). Qualquer rolagem programática que
 * encoste um elemento no topo da janela — o scrollIntoView({block:'start'})
 * dos resultados, âncoras #, foco por teclado — ficaria por baixo dele. Foi o
 * que escondia o começo do card "Resultado" para quem chegava pelo "ver
 * amostra grátis". scroll-padding-top resolve para TODA rolagem da página;
 * o scroll-margin-top no card é o cinto de segurança.
 */
:root {
  /* altura real do .ljp-site-header-inner; o html precisa enxergar a variável,
     por isso ela mora aqui e não em .ljp-page (que é o body) */
  --ljp-header-h: 72px;
  scroll-padding-top: calc(var(--ljp-header-h) + 18px);
}

/* Sem scroll-margin-top aqui: o scroll-padding-top do :root já reserva o
 * espaço do header, e os dois juntos somavam (o card parava 180px abaixo do
 * topo, deixando um vão de 108px). Um offset só, no container de rolagem. */

.ljp-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ljp-header);
  border-bottom: 0;
  box-shadow: none;
}

body.admin-bar .ljp-site-header {
  top: 32px;
}

.ljp-site-header-inner {
  width: min(1200px, 90%);
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.ljp-site-logo {
  height: 72px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  padding-right: 20px;
}

.ljp-site-logo img {
  display: block;
  width: auto;
  height: 32px;
  max-width: none;
}

.ljp-logo-fallback {
  display: none;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
}

.ljp-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #ffffff;
  background: transparent;
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.ljp-menu-toggle span {
  display: block;
  width: 26px;
  height: 26px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background:
    linear-gradient(#ffffff, #ffffff) center 3px / 26px 3px no-repeat,
    linear-gradient(#ffffff, #ffffff) center 12px / 26px 3px no-repeat,
    linear-gradient(#ffffff, #ffffff) center 21px / 26px 3px no-repeat;
  border-radius: 2px;
  transform: translateY(-1px);
  transition: transform 160ms ease;
}

.ljp-menu-toggle[aria-expanded="true"] span {
  transform: translateY(-1px) rotate(90deg);
}

.ljp-site-nav {
  height: 72px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  min-width: 0;
  color: #ffffff;
  font-family: var(--ljp-font-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0;
}

.ljp-site-nav > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 72px;
  white-space: nowrap;
  transition:
    color 200ms cubic-bezier(0.68, 0.01, 0.58, 0.75),
    background-color 200ms cubic-bezier(0.68, 0.01, 0.58, 0.75),
    border-color 200ms cubic-bezier(0.68, 0.01, 0.58, 0.75);
}

.ljp-site-nav > a:not(.ljp-login-link, .ljp-header-cta) {
  padding: 0 22.5px;
}

.ljp-site-nav > a:hover {
  color: #248de9;
  text-decoration: none;
}

.ljp-login-link {
  height: 72px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: 25px;
  padding: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: var(--ljp-font-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 72px;
}

.ljp-login-link::before {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background: currentColor;
  clip-path: polygon(50% 0, 88% 14%, 82% 60%, 50% 100%, 18% 60%, 12% 14%);
  content: "";
}

.ljp-panel-link {
  color: #2f8cff !important;
}

.ljp-login-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: #ffffff;
}

.ljp-login-icon svg {
  display: block;
  width: 14px;
  height: 14px;
}

.ljp-header-cta {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--ljp-header) !important;
  padding: 0 31px;
  font-family: var(--ljp-font-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.ljp-header-cta:hover {
  background: #248de9;
  color: #ffffff !important;
}

.ljp-header-logout {
  min-width: 96px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ljp-header-logout:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
}

.ljp-site-footer {
  background: #08111f;
  border-top: 0;
}

.ljp-footer-inner {
  width: min(1200px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #cbd7e8;
  font-size: 14px;
  line-height: 1.6;
}

.ljp-footer-inner nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}

.ljp-footer-inner a {
  color: #cbd7e8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 140ms ease;
}

.ljp-footer-inner a:hover {
  color: #ffffff;
}

.ljp-floating-support {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 90;
  min-width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ljp-header);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  font-family: var(--ljp-font-ui);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}

.ljp-floating-support svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.ljp-floating-support:hover {
  transform: translateY(-1px);
  background: var(--ljp-brand);
  border-color: var(--ljp-brand);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(23, 105, 255, 0.24);
}

.ljp-floating-support:focus-visible {
  outline: none;
  box-shadow: var(--ljp-focus), 0 14px 30px rgba(15, 23, 42, 0.18);
}

/* ==========================================================================
   03.5 Login page
   ========================================================================== */

.ljp-login-main {
  min-height: calc(100vh - 160px);
  background:
    linear-gradient(180deg, #f8fafc 0, #f9fafb 100%),
    var(--ljp-bg);
  padding: 48px 0 64px;
}

.ljp-login-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.ljp-login-hero,
.ljp-login-aside,
.ljp-login-card {
  border: 1px solid var(--ljp-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--ljp-shadow-sm);
}

.ljp-login-hero {
  padding: 32px;
}

.ljp-login-hero h1 {
  max-width: 780px;
  margin: 0 0 12px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-heading);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.ljp-login-hero p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--ljp-text-soft);
  font-size: 16px;
  line-height: 1.55;
}

.ljp-login-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.ljp-login-aside,
.ljp-login-card {
  padding: 28px;
}

.ljp-login-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(23, 105, 255, 0.28), transparent 38%),
    linear-gradient(135deg, #0c1728, #102342);
  color: #ffffff;
}

.ljp-login-aside .ljp-kicker {
  color: #83bbff;
}

.ljp-login-aside h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: var(--ljp-font-heading);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ljp-login-aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
}

.ljp-login-aside ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ljp-login-aside li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.45;
}

.ljp-login-aside li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ljp-success);
}

.ljp-login-aside a {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ljp-radius);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 0 14px;
  font-family: var(--ljp-font-ui);
  font-size: 14px;
  font-weight: 700;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    transform 140ms ease;
}

.ljp-login-aside a:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.ljp-login-card h2 {
  margin: 0 0 8px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-heading);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.ljp-login-card-text {
  margin: 0 0 22px;
  color: var(--ljp-muted-strong);
  font-size: 15px;
  line-height: 1.55;
}

.ljp-login-form {
  display: grid;
  gap: 16px;
}

.ljp-login-form label:not(.ljp-login-check) {
  display: grid;
  gap: 8px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-ui);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ljp-login-form input[type="text"],
.ljp-login-form input[type="password"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  color: var(--ljp-text);
  padding: 0 14px;
  font-size: 15px;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.ljp-login-form input[type="text"]:focus,
.ljp-login-form input[type="password"]:focus {
  outline: none;
  border-color: var(--ljp-brand);
  box-shadow: 0 0 0 3px rgba(23, 105, 255, 0.14);
}

.ljp-password-field {
  position: relative;
  display: block;
}

.ljp-password-field input {
  padding-right: 82px !important;
}

.ljp-password-field button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--ljp-brand);
  padding: 8px 10px;
  font-family: var(--ljp-font-ui);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.ljp-password-field button:hover {
  color: var(--ljp-brand-dark);
}

.ljp-login-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ljp-text-soft);
  font-size: 14px;
  line-height: 1.4;
}

.ljp-login-check input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--ljp-success);
}

.ljp-login-form .ljp-button {
  width: 100%;
  margin-top: 4px;
  background: var(--ljp-brand);
  color: #ffffff;
}

.ljp-login-form .ljp-button:hover:not(:disabled) {
  background: var(--ljp-brand-dark);
}

.ljp-login-links {
  margin: 18px 0 0;
  font-size: 14px;
}

.ljp-login-links a {
  color: var(--ljp-brand);
  font-family: var(--ljp-font-ui);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ljp-login-message,
.ljp-login-error {
  border-radius: var(--ljp-radius);
  padding: 12px 14px;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.45;
}

.ljp-login-message {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #065f46;
}

.ljp-login-error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.ljp-login-message p,
.ljp-login-error p {
  margin: 0;
}

.ljp-login-message p + p,
.ljp-login-error p + p {
  margin-top: 6px;
}

/* Saída de recuperação dentro do próprio erro de login. O link vira botão
   (44px de altura mínima) porque é ação de dedo em momento de frustração:
   como texto sublinhado, o alvo de toque ficava em 17px. */
.ljp-login-error .ljp-login-error-cta {
  display: grid;
  gap: 10px;
  justify-items: start;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #fecaca;
  font-weight: 600;
}

.ljp-login-error .ljp-login-error-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #991b1b;
  border-radius: 10px;
  background: #fff;
  color: #991b1b;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}

.ljp-login-error .ljp-login-error-cta a:hover,
.ljp-login-error .ljp-login-error-cta a:focus-visible {
  background: #991b1b;
  color: #fff;
}

@media (max-width: 640px) {
  .ljp-login-error .ljp-login-error-cta {
    justify-items: stretch;
  }

  .ljp-login-error .ljp-login-error-cta a {
    width: 100%;
  }
}

/* Ajuda curta abaixo do campo (ex.: qual e-mail usar na redefinição). */
.ljp-login-form label small {
  color: var(--ljp-muted, #64748b);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 920px) {
  .ljp-login-layout {
    grid-template-columns: 1fr;
  }

  .ljp-login-aside {
    order: 2;
  }
}

@media (max-width: 640px) {
  .ljp-login-main {
    padding: 24px 0 40px;
  }

  .ljp-login-shell {
    width: min(100% - 28px, 1120px);
    gap: 16px;
  }

  .ljp-login-hero,
  .ljp-login-card,
  .ljp-login-aside {
    padding: 22px;
  }

  .ljp-login-hero h1 {
    font-size: 34px;
  }

  .ljp-login-card h2,
  .ljp-login-aside h2 {
    font-size: 24px;
  }
}

/* ==========================================================================
   04. Buttons, alerts, and shared cards
   ========================================================================== */

.ljp-button,
.ljp-icon-button,
.ljp-row-action,
.ljp-mini-link,
.ljp-saved-filter,
.ljp-detail-close {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.ljp-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--ljp-radius);
  padding: 0 22px;
  font-family: var(--ljp-font-ui);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  transition:
    transform 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}

.ljp-button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.ljp-button:active:not(:disabled) {
  transform: translateY(0);
}

.ljp-button:focus-visible,
.ljp-icon-button:focus-visible,
.ljp-row-action:focus-visible,
.ljp-mini-link:focus-visible,
.ljp-saved-filter:focus-visible,
.ljp-detail-close:focus-visible {
  outline: none;
  box-shadow: var(--ljp-focus);
}

.ljp-button-primary,
.ljp-button-success {
  background: var(--ljp-success);
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 185, 129, 0.24);
}

.ljp-button-primary:hover:not(:disabled),
.ljp-button-success:hover:not(:disabled) {
  background: var(--ljp-success-dark);
}

.ljp-button-secondary {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #0758c7;
}

.ljp-button-secondary:hover:not(:disabled) {
  border-color: #93c5fd;
  background: #dbeafe;
}

.ljp-button-dark {
  background: #0f172a;
  color: #ffffff;
}

.ljp-button-dark:hover:not(:disabled) {
  background: #111827;
}

.ljp-button-danger {
  border-color: #fecaca;
  background: var(--ljp-danger-soft);
  color: #991b1b;
}

.ljp-button-danger:hover:not(:disabled) {
  border-color: #fca5a5;
  background: #fee2e2;
}

.ljp-button:disabled,
.ljp-icon-button:disabled,
.ljp-row-action:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.ljp-card,
.ljp-results,
.ljp-hero,
.ljp-metrics article,
.ljp-export,
.ljp-summary-cards article,
.ljp-detail-dialog,
.ljp-state {
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius);
  background: var(--ljp-surface);
  box-shadow: var(--ljp-shadow-sm);
}

.ljp-alert {
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius);
  background: #eff6ff;
  color: #1d4ed8;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
}

.ljp-alert[data-tone="error"] {
  border-color: #fecaca;
  background: var(--ljp-danger-soft);
  color: var(--ljp-danger);
}

.ljp-alert[data-tone="success"] {
  border-color: #bbf7d0;
  background: var(--ljp-success-soft);
  color: #047857;
}

.ljp-alert[data-tone="warning"] {
  border-color: #fde68a;
  background: var(--ljp-warning-soft);
  color: #92400e;
}

/* Botão de ação dentro do alerta (recuperação de sessão expirada). */
.ljp-alert-action {
  display: inline-block;
  margin-top: 10px;
}

.ljp-cnpj-notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius);
  background: #eff6ff;
  color: #1e40af;
  padding: 14px 16px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
}

.ljp-cnpj-notice-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #1d4ed8;
  margin-top: 2px;
}

.ljp-cnpj-notice-body p {
  margin: 0;
}

.ljp-cnpj-notice-body .ljp-cnpj-notice-value {
  margin-top: 14px;
}

.ljp-cnpj-notice-value strong {
  color: #172554;
}

.ljp-cnpj-notice .ljp-cnpj-notice-cta {
  margin-top: 12px;
  white-space: normal;
  min-height: 44px;
  padding: 10px 20px;
}

.ljp-support-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #93c5fd;
  border-left: 4px solid var(--ljp-brand);
  border-radius: var(--ljp-radius);
  background: #eff6ff;
  color: #1e3a8a;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.ljp-support-banner > span {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ljp-support-banner a {
  flex: 0 0 auto;
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius-sm);
  background: #ffffff;
  color: var(--ljp-brand-dark);
  padding: 8px 12px;
  font-weight: 800;
}

.ljp-inline-alert {
  margin-top: 16px;
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius);
  background: #eff6ff;
  color: #1d4ed8;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.ljp-inline-alert:focus {
  outline: none;
  box-shadow: var(--ljp-focus);
}

.ljp-inline-alert[data-tone="error"] {
  border-color: #fecaca;
  background: var(--ljp-danger-soft);
  color: var(--ljp-danger);
}

.ljp-inline-alert[data-tone="success"] {
  border-color: #bbf7d0;
  background: var(--ljp-success-soft);
  color: #047857;
}

/* ==========================================================================
   05. Panel hero and account metrics
   ========================================================================== */

.ljp-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
}

.ljp-hero h1 {
  margin: 0;
  color: var(--ljp-text);
  font-family:
    var(--ljp-font-heading),
    var(--ljp-font-body),
    ui-sans-serif,
    system-ui,
    sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.ljp-hero p:not(.ljp-kicker) {
  max-width: 700px;
  margin: 12px 0 0;
  color: var(--ljp-text-soft);
  font-size: 16px;
  line-height: 1.55;
}

.ljp-help-button {
  min-height: 42px;
  flex: 0 0 auto;
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius);
  background: #eff6ff;
  color: #0758c7;
  padding: 10px 14px;
  font-family: var(--ljp-font-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}

.ljp-help-button:hover {
  border-color: #93c5fd;
  background: #dbeafe;
  color: #0a4fd1;
}

.ljp-help-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 105, 255, 0.2);
}

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

.ljp-metrics article {
  min-height: 136px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px;
}

.ljp-metrics .is-accent {
  border-color: #a7f3d0;
  background: var(--ljp-success-soft);
}

.ljp-metrics span,
.ljp-summary-cards span,
.ljp-export-summary span {
  color: var(--ljp-muted-strong);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.ljp-metrics strong {
  color: var(--ljp-text);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.ljp-metrics small {
  color: var(--ljp-muted-strong);
  font-size: 14px;
  line-height: 1.45;
  /* E-mails longos (ex.: no card do plano) são uma "palavra" única sem espaços;
     em coluna minmax(0,1fr) eles estouravam a borda. Quebra só quando não cabe. */
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}

.ljp-plan-daily-credits {
  color: #0758c7 !important;
  font-weight: 600;
}

.ljp-plan-status {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.ljp-plan-expiration {
  color: #991b1b !important;
}

/* ==========================================================================
   06. Search form
   ========================================================================== */

.ljp-workspace {
  display: grid;
}

.ljp-card {
  padding: 24px;
}

.ljp-card-heading,
.ljp-results-heading,
.ljp-export-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.ljp-card h2,
.ljp-results h2,
.ljp-lower h2 {
  margin: 0;
  color: var(--ljp-text);
  font-family:
    var(--ljp-font-heading),
    var(--ljp-font-body),
    ui-sans-serif,
    system-ui,
    sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.ljp-card-subtitle {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--ljp-text-soft);
  font-size: 15px;
  line-height: 1.5;
}

.ljp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.ljp-grid-main {
  grid-template-columns: minmax(260px, 1.25fr) minmax(120px, 0.45fr) minmax(220px, 1fr) minmax(220px, 0.9fr);
}

.ljp-shell label {
  min-width: 0;
  display: grid;
  gap: 8px;
  color: var(--ljp-text);
  font-size: 14px;
  font-weight: 600;
}

.ljp-shell .ljp-field {
  min-width: 0;
  display: grid;
  gap: 8px;
  color: var(--ljp-text);
  font-size: 14px;
  font-weight: 600;
}

.ljp-shell label span {
  line-height: 1.25;
}

.ljp-shell .ljp-field > span {
  line-height: 1.25;
}

.ljp-shell input,
.ljp-shell select {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  color: var(--ljp-text);
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease;
}

.ljp-shell input::placeholder {
  color: #7b8794;
  font-weight: 600;
}

.ljp-shell input:disabled,
.ljp-shell select:disabled {
  cursor: not-allowed;
  border-color: #d5dce7;
  background: #f3f6fa;
  color: #7b8794;
}

.ljp-shell input:hover,
.ljp-shell select:hover {
  border-color: #9ca3af;
}

.ljp-shell input:focus,
.ljp-shell select:focus {
  outline: none;
  border-color: var(--ljp-success);
  box-shadow: var(--ljp-focus);
}

.ljp-multi {
  position: relative;
}

.ljp-multi-button {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  color: var(--ljp-text);
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease;
}

.ljp-multi-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--ljp-muted-strong);
  border-bottom: 2px solid var(--ljp-muted-strong);
  transform: translateY(-2px) rotate(45deg);
  flex: 0 0 auto;
}

.ljp-multi-button:hover {
  border-color: #9ca3af;
}

.ljp-multi-button:focus {
  outline: none;
  border-color: var(--ljp-success);
  box-shadow: var(--ljp-focus);
}

.ljp-multi-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  width: min(360px, 92vw);
  max-height: 320px;
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  box-shadow: var(--ljp-shadow-md);
  overflow: hidden;
}

.ljp-multi-options {
  max-height: 318px;
  overflow: auto;
  padding: 8px;
}

.ljp-multi-option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  border-radius: var(--ljp-radius-sm);
  padding: 9px 8px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
}

.ljp-multi-option:hover {
  background: var(--ljp-surface-soft);
}

.ljp-multi-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--ljp-success);
}

.ljp-advanced {
  margin-top: 16px;
  border-top: 1px solid var(--ljp-border);
  padding-top: 16px;
}

.ljp-advanced summary {
  width: max-content;
  color: #0758c7;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: color 140ms ease;
}

.ljp-advanced summary:hover {
  color: var(--ljp-brand-dark);
}

.ljp-advanced .ljp-grid {
  margin-top: 16px;
}

.ljp-filters > .ljp-helper {
  margin-top: 16px;
}

.ljp-search-bottom-actions {
  display: none;
  margin-top: 16px;
}

/* ==========================================================================
   07. Results summary and export
   ========================================================================== */

.ljp-results {
  overflow: hidden;
}

.ljp-results-heading {
  align-items: center;
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--ljp-border);
}

.ljp-results-heading p:not(.ljp-kicker),
.ljp-export-heading p:not(.ljp-kicker) {
  margin: 6px 0 0;
  color: var(--ljp-text-soft);
  font-size: 15px;
  line-height: 1.45;
}

.ljp-pager-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  background: #ffffff;
}

.ljp-pager-bar-top {
  border-bottom: 1px solid var(--ljp-border);
}

.ljp-pager-bar-bottom {
  border-top: 1px solid var(--ljp-border);
}

.ljp-pager-controls {
  display: inline-grid;
  grid-template-columns: 36px minmax(132px, auto) 36px;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--ljp-border);
  border-radius: 12px;
  background: var(--ljp-surface-soft);
}

.ljp-pager-controls span {
  min-width: 132px;
  padding: 0 10px;
  color: var(--ljp-text);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.ljp-pager-range {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 6px 11px;
  border: 1px solid var(--ljp-border);
  border-radius: 999px;
  background: var(--ljp-surface-soft);
  color: var(--ljp-text-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.ljp-icon-button {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  background: #ffffff;
  color: var(--ljp-muted-strong);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease;
}

.ljp-icon-button:hover:not(:disabled) {
  background: #eaf2ff;
  color: var(--ljp-primary);
}

.ljp-icon-button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.ljp-results-toolbar {
  display: grid;
  gap: 16px;
  padding: 16px 20px 20px;
  background: var(--ljp-surface-soft);
  border-bottom: 1px solid var(--ljp-border);
}

.ljp-summary-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ljp-summary-cards article {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
  box-shadow: none;
}

.ljp-summary-cards strong {
  color: var(--ljp-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
}

.ljp-export {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.35fr);
  gap: 24px;
  align-items: center;
  padding: 20px;
}

.ljp-export .ljp-export-heading {
  display: grid;
  gap: 16px;
}

.ljp-export h3 {
  margin: 0;
  color: var(--ljp-text);
  font-family:
    var(--ljp-font-heading),
    var(--ljp-font-body),
    ui-sans-serif,
    system-ui,
    sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.ljp-export-format-note {
  margin: 8px 0 0;
  color: var(--ljp-muted-strong);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

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

.ljp-export-summary span {
  min-width: 0;
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius-sm);
  background: var(--ljp-surface-soft);
  padding: 10px 12px;
}

.ljp-export-summary strong {
  display: block;
  color: var(--ljp-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.ljp-export-body {
  align-self: center;
  display: grid;
  grid-template-columns: minmax(190px, 220px) minmax(220px, 286px) minmax(150px, 180px);
  gap: 16px;
  align-items: end;
}

.ljp-quantity {
  display: grid;
  gap: 8px;
}

.ljp-quantity > span {
  color: var(--ljp-text);
  font-size: 13px;
  font-weight: 600;
}

.ljp-check {
  grid-column: 1 / 3;
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 8px !important;
  color: var(--ljp-text);
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35;
}

.ljp-check input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0;
  padding: 0;
  border-radius: 4px;
}

.ljp-impact {
  display: flex;
  align-items: center;
  align-self: end;
  min-height: 44px;
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius-sm);
  background: #eff6ff;
  padding: 0 12px;
  color: #1e3a8a;
  font-size: 13px;
  line-height: 1.35;
}

.ljp-impact strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.ljp-impact[data-tone="success"] {
  border-color: #a7f3d0;
  background: #ecfdf5;
}

.ljp-impact[data-tone="warning"] {
  border-color: #fde68a;
  background: #fffbeb;
}

.ljp-impact[data-tone="warning"] strong {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.ljp-export-action {
  align-self: end;
  display: block;
  grid-column: 3;
  grid-row: 1;
}

.ljp-export-body .ljp-button-success {
  width: 100%;
  min-height: 44px;
}

.ljp-export-body [data-ljp-export-status] {
  grid-column: 1 / -1;
  min-height: 18px;
  color: var(--ljp-muted-strong);
  font-size: 13px;
}

/* --------------------------------------------------------------------------
   Exportação no TESTE GRÁTIS — a ação mora ao lado do número.
   Em card próprio o botão ficava sozinho numa faixa branca larga, longe do
   "141.999 empresas no filtro" que justifica o clique. Aqui os dois dividem
   a mesma linha do cabeçalho do resultado: número à esquerda, ação à direita.
   -------------------------------------------------------------------------- */
.ljp-results-heading.is-trial-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
  flex-wrap: wrap;
}

.ljp-results-heading.is-trial-heading > div:first-child {
  min-width: 0;
  flex: 1 1 300px;
}

.ljp-export-trial {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  /* nada de caixa: aqui é só a ação dentro do cabeçalho do resultado */
  padding: 0;
  border: 0;
  background: none;
}

/* --------------------------------------------------------------------------
   "Ver todos os campos disponíveis" (teste grátis).
   <details> nativo: abre sem JS, é acessível por teclado e não rouba a cena —
   fechado ocupa uma linha; aberto mostra a lista completa do CSV em grade,
   que é o argumento de valor mais concreto que temos nesta tela.
   -------------------------------------------------------------------------- */
.ljp-fields {
  margin-top: 10px;
}

.ljp-fields > summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  /* alvo de toque de 26px sem engordar o texto (WCAG 2.2 - Target Size) */
  min-height: 26px;
  padding: 3px 2px;
  margin-left: -2px;
  color: #0758c7;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  transition: color 140ms ease;
}

.ljp-fields > summary::-webkit-details-marker {
  display: none;
}

/* seta própria, que gira ao abrir */
.ljp-fields > summary::before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translate(-1px, -1px);
  transition: transform 160ms ease;
}

.ljp-fields[open] > summary::before {
  transform: rotate(45deg) translate(-2px, -2px);
}

.ljp-fields > summary:hover {
  color: var(--ljp-brand-dark);
}

.ljp-fields > summary:focus-visible {
  outline: none;
  box-shadow: var(--ljp-focus);
  border-radius: 6px;
}

.ljp-fields-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 8px 20px;
  margin: 12px 0 0;
  padding: 14px 16px;
  list-style: none;
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius-sm);
  background: var(--ljp-surface-soft);
}

.ljp-fields-grid li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--ljp-text-soft);
  font-size: 13px;
  line-height: 1.4;
}

/* marcador de "incluído", desenhado em CSS (sem imagem, sem fonte de ícone) */
.ljp-fields-grid li::before {
  content: '';
  flex: none;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--ljp-success, #14b981);
  border-bottom: 2px solid var(--ljp-success, #14b981);
  transform: rotate(-45deg);
  margin-top: -3px;
}

@media (max-width: 719px) {
  /* 120px garante DUAS colunas em 375px (largura interna ~279px): com 140px
     sobrava só uma, e os 22 campos viravam uma lista de 594px de rolagem. */
  .ljp-fields-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px 12px;
    padding: 12px 14px;
  }
}

.ljp-export-trial [data-ljp-export-status] {
  margin: 0;
  color: var(--ljp-muted-strong);
  font-size: 12.5px;
  text-align: right;
}

.ljp-export-trial [data-ljp-export-status]:empty {
  display: none;
}

.ljp-button-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding-inline: 22px;
  white-space: nowrap;
}

.ljp-button-download .ljp-icon-download {
  flex: none;
  /* o traço acompanha a cor do texto do botão, inclusive no :hover */
  color: currentColor;
}

@media (max-width: 719px) {
  /* Empilhado: o número vem primeiro (é a prova), a ação ocupa a linha toda
     logo abaixo — polegar alcança sem esticar. */
  .ljp-results-heading.is-trial-heading {
    display: block;
  }

  .ljp-export-trial {
    align-items: stretch;
    max-width: none;
    margin-top: 16px;
  }

  .ljp-export-trial .ljp-button-download {
    width: 100%;
  }

  .ljp-export-trial [data-ljp-export-status] {
    text-align: left;
  }
}

/* ==========================================================================
   08. Results table
   ========================================================================== */

.ljp-table-wrap {
  width: 100%;
  background: var(--ljp-surface-soft);
  padding: 0 20px 20px;
}

.ljp-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--ljp-border);
  border-top: 0;
  border-radius: var(--ljp-radius);
  background: #ffffff;
  color: #27364c;
  font-family: var(--ljp-font-body);
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
}

.ljp-table th,
.ljp-table td {
  min-width: 0;
  border-bottom: 1px solid var(--ljp-border);
  padding: 14px 12px;
  text-align: left;
  vertical-align: middle;
}

.ljp-table th {
  position: static;
  background: #ffffff;
  color: #64748b;
  font-family: var(--ljp-font-ui);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ljp-table td {
  height: 54px;
  color: #27364c;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ljp-table tbody tr:nth-child(even) td {
  background: #fbfdff;
}

.ljp-table tbody tr:hover td {
  background: #f3f4f6;
}

.ljp-table tbody tr:last-child td {
  border-bottom: 0;
}

.ljp-table tr.is-exported td {
  color: #64748b;
}

.ljp-col-cnpj {
  width: 14%;
}

.ljp-col-razao {
  width: 22%;
}

.ljp-col-local {
  width: 13%;
}

.ljp-col-cnae {
  width: 9%;
}

.ljp-col-email {
  width: 17%;
}

.ljp-col-telefone {
  width: 10%;
}

/* Ações precisa comportar o botão/estatus sem clipar em telas médias. */
.ljp-col-acoes {
  width: 15%;
}

.ljp-cnpj,
.ljp-cnae-code,
.ljp-phone {
  font-variant-numeric: tabular-nums;
}

.ljp-company-name {
  color: #08111f !important;
  font-weight: 500 !important;
}

.ljp-email {
  color: #0a4fd1 !important;
  font-weight: 400 !important;
}

.ljp-cnpj,
.ljp-cnae-code,
.ljp-phone,
.ljp-location {
  font-weight: 400 !important;
}

.ljp-actions-cell {
  overflow: visible !important;
  text-align: right !important;
}

.ljp-table th:last-child {
  text-align: right;
}

/* Os "?" dos cabeçalhos E-mail/Telefone usam o mesmo help-dot (com tooltip
   escuro via data-ljp-tip) do "Baixar CSV". Ocultos no trial (o texto fala de
   "Ver detalhes"/export, que não valem no teaser). Menor no cabeçalho. */
.ljp-table thead .ljp-help-dot {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  font-size: 10px;
  top: 0;
}

/* O tooltip abre PARA BAIXO no cabeçalho: como .ljp-table tem overflow:hidden
   e o cabeçalho é a 1ª linha, um balão para cima seria cortado pela borda. */
.ljp-table thead .ljp-help-dot::after {
  bottom: auto;
  top: calc(100% + 10px);
  transform: translateX(-50%) translateY(-4px);
}

.ljp-table thead .ljp-help-dot:hover::after,
.ljp-table thead .ljp-help-dot:focus::after {
  transform: translateX(-50%) translateY(0);
}

.ljp-shell.is-trial .ljp-table .ljp-help-dot {
  display: none;
}

.ljp-row-action {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius-sm);
  background: #eff6ff;
  color: #0758c7;
  padding: 0 12px;
  font-family: var(--ljp-font-ui);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease;
}

.ljp-row-action:hover {
  border-color: #93c5fd;
  background: #dbeafe;
  color: #074cad;
}

.ljp-empty-cell {
  height: 112px !important;
  color: var(--ljp-muted-strong) !important;
  text-align: center !important;
  white-space: normal !important;
}

/* ==========================================================================
   09. History and saved filters
   ========================================================================== */

.ljp-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.ljp-history,
.ljp-saved {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.ljp-history-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  padding: 10px;
}

.ljp-history-select {
  min-width: 0;
  width: 100%;
  height: 42px;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius-sm);
  background: #ffffff;
  color: var(--ljp-text);
  padding: 0 38px 0 12px;
  font-family: var(--ljp-font-body);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ljp-history-select:focus-visible {
  outline: none;
  border-color: var(--ljp-success);
  box-shadow: var(--ljp-focus);
}

.ljp-select-menu {
  position: relative;
  min-width: 0;
  width: 100%;
}

.ljp-select-menu-trigger {
  width: 100%;
  min-width: 0;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius-sm);
  background: #ffffff;
  color: var(--ljp-text);
  padding: 0 12px;
  font-family: var(--ljp-font-body);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.ljp-select-menu-trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 140ms ease;
}

.ljp-select-menu.is-open .ljp-select-menu-trigger::after {
  transform: rotate(225deg) translateY(-2px);
}

.ljp-select-menu-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ljp-select-menu-trigger:focus-visible {
  outline: none;
  border-color: var(--ljp-success);
  box-shadow: var(--ljp-focus);
}

.ljp-select-menu-list {
  position: absolute;
  z-index: 80;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: min(260px, calc(100vh - 80px));
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius-sm);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
  padding: 6px;
}

.ljp-select-menu.is-above .ljp-select-menu-list {
  top: auto;
  bottom: calc(100% + 6px);
}

.ljp-select-menu-list[hidden] {
  display: none;
}

.ljp-select-menu-option {
  width: 100%;
  min-height: 38px;
  display: block;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ljp-text);
  padding: 9px 10px;
  font-family: var(--ljp-font-body);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  text-align: left;
  white-space: normal;
  cursor: pointer;
}

.ljp-select-menu-option:hover,
.ljp-select-menu-option:focus-visible {
  outline: none;
  background: #eff6ff;
  color: #0758c7;
}

.ljp-select-menu-option[aria-selected="true"] {
  background: #1d70d8;
  color: #ffffff;
}

.ljp-history-menu .ljp-select-menu-list {
  max-height: min(420px, calc(100vh - 120px));
}

.ljp-history-menu .ljp-select-menu-option {
  min-height: 42px;
}

.ljp-mini-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius-sm);
  background: #eff6ff;
  color: #0758c7;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.ljp-history-download {
  min-width: 116px;
  height: 42px;
}

.ljp-mini-link:hover {
  background: #dbeafe;
}

.ljp-mini-link.is-disabled {
  border-color: #e5e7eb;
  background: #f8fafc;
  color: var(--ljp-muted-strong);
  pointer-events: none;
}

.ljp-saved-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  padding: 10px;
}

.ljp-saved-select {
  min-width: 0;
  width: 100%;
  height: 42px;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius-sm);
  background: #ffffff;
  color: var(--ljp-text);
  padding: 0 38px 0 12px;
  font-family: var(--ljp-font-body);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ljp-saved-select:focus-visible,
.ljp-saved-icon:focus-visible {
  outline: none;
  border-color: var(--ljp-success);
  box-shadow: var(--ljp-focus);
}

.ljp-saved-apply {
  min-width: 82px;
  height: 42px;
}

.ljp-saved-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius-sm);
  background: #eff6ff;
  color: #0758c7;
  cursor: pointer;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    transform 140ms ease;
}

.ljp-saved-icon:hover {
  border-color: #93c5fd;
  background: #dbeafe;
  transform: translateY(-1px);
}

.ljp-saved-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ljp-saved-icon-danger {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}

.ljp-saved-icon-danger:hover {
  border-color: #fca5a5;
  background: #fee2e2;
}

.ljp-saved-editor {
  display: grid;
  gap: 10px;
  border: 1px solid #bfdbfe;
  border-radius: var(--ljp-radius);
  background: #eff6ff;
  padding: 12px;
}

.ljp-saved-editor[hidden] {
  display: none;
}

.ljp-saved-editor.is-danger {
  border-color: #fecaca;
  background: #fef2f2;
}

.ljp-saved-editor-copy {
  display: grid;
  gap: 2px;
}

.ljp-saved-editor-copy strong {
  color: var(--ljp-text);
  font-size: 13px;
  font-weight: 800;
}

.ljp-saved-editor-copy small {
  color: var(--ljp-muted-strong);
  font-size: 12px;
  line-height: 1.35;
}

.ljp-saved-editor input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius-sm);
  background: #ffffff;
  color: var(--ljp-text);
  padding: 0 12px;
  font-family: var(--ljp-font-body);
  font-size: 14px;
  font-weight: 650;
}

.ljp-saved-editor input:focus {
  outline: none;
  border-color: var(--ljp-success);
  box-shadow: var(--ljp-focus);
}

.ljp-saved-editor-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.ljp-saved-editor-actions .ljp-button {
  min-height: 38px;
  padding: 0 14px;
  font-size: 13px;
}

.ljp-empty-state {
  min-height: 156px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border: 1px dashed #cbd5e1;
  border-radius: var(--ljp-radius);
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.96));
  color: var(--ljp-text);
  padding: 28px 18px;
  text-align: center;
}

.ljp-empty-state::before {
  content: "";
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #2563eb 0 3px, transparent 4px),
    #eff6ff;
}

.ljp-empty-state strong {
  font-size: 15px;
  font-weight: 750;
}

.ljp-empty-state small {
  max-width: 260px;
  color: var(--ljp-muted-strong);
  font-size: 13px;
  line-height: 1.4;
}

/* ==========================================================================
   10. Company detail modal
   ========================================================================== */

body.ljp-modal-open {
  overflow: hidden;
}

.ljp-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
}

.ljp-detail-modal,
.ljp-detail-modal * {
  font-family: var(--ljp-font-body);
}

.ljp-detail-modal .ljp-kicker {
  font-family: var(--ljp-font-ui);
}

.ljp-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(3px);
}

.ljp-detail-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(82vh, 900px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  color: #27364c;
  font-family: var(--ljp-font-body);
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

.ljp-detail-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ljp-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ljp-text);
  font-family: var(--ljp-font-ui);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition:
    background-color 140ms ease,
    border-color 140ms ease;
}

.ljp-detail-close:hover {
  background: var(--ljp-surface-muted);
  border-color: var(--ljp-border-strong);
}

.ljp-detail-header {
  border-bottom: 1px solid var(--ljp-border);
  padding: 24px 64px 20px 24px;
  background: #ffffff;
}

.ljp-detail-header h2 {
  margin: 0;
  color: var(--ljp-text);
  font-family: var(--ljp-font-body);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.ljp-detail-header p:not(.ljp-kicker) {
  margin: 6px 0 0;
  color: var(--ljp-muted-strong);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.ljp-detail-content {
  min-height: 0;
  display: grid;
  gap: 16px;
  overflow: auto;
  padding: 20px 24px 24px;
  background: var(--ljp-surface-soft);
}

.ljp-detail-notice,
.ljp-detail-error {
  border-radius: var(--ljp-radius);
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.ljp-detail-notice {
  border: 1px solid #fde68a;
  background: var(--ljp-warning-soft);
  color: #92400e;
}

.ljp-detail-error {
  border: 1px solid #fecaca;
  background: var(--ljp-danger-soft);
  color: var(--ljp-danger);
}

.ljp-detail-section {
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  padding: 18px;
}

.ljp-detail-section h3 {
  margin: 0 0 14px;
  color: var(--ljp-text);
  font-family: var(--ljp-font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

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

.ljp-detail-field {
  min-width: 0;
  display: grid;
  gap: 4px;
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius-sm);
  background: var(--ljp-surface-soft);
  padding: 12px;
}

.ljp-detail-field.is-wide {
  grid-column: 1 / -1;
}

.ljp-detail-field span,
.ljp-detail-field strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ljp-detail-field span {
  color: var(--ljp-muted);
  font-family: var(--ljp-font-ui);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.ljp-detail-field strong {
  color: #08111f;
  font-family: var(--ljp-font-body);
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.45;
}

.ljp-qsa-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ljp-qsa-item {
  min-width: 0;
  display: grid;
  gap: 4px;
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius-sm);
  background: var(--ljp-surface-soft);
  padding: 12px;
}

.ljp-qsa-item strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #08111f;
  font-family: var(--ljp-font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.ljp-qsa-item span,
.ljp-qsa-more {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--ljp-muted);
  font-family: var(--ljp-font-ui);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.ljp-qsa-more {
  grid-column: 1 / -1;
  margin: 2px 0 0;
}

/* ==========================================================================
   11. Trial paywall and verification modals
   ========================================================================== */

.ljp-paywall-modal,
.ljp-captcha-modal,
.ljp-export-format-modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: grid;
  place-items: center;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 14px 18px;
  -webkit-overflow-scrolling: touch;
}

.ljp-paywall-modal,
.ljp-paywall-modal *,
.ljp-captcha-modal,
.ljp-captcha-modal *,
.ljp-export-format-modal,
.ljp-export-format-modal * {
  font-family: var(--ljp-font-body);
}

.ljp-paywall-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(4px);
}

.ljp-paywall-dialog,
.ljp-captcha-dialog,
.ljp-export-format-dialog {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100vw - 28px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
  overflow: hidden;
}

.ljp-export-format-dialog {
  width: min(560px, calc(100vw - 28px));
  border-color: var(--ljp-border);
  border-radius: var(--ljp-radius);
}

.ljp-export-format-header {
  padding: 24px 64px 18px 24px;
  border-bottom: 1px solid var(--ljp-border);
  background: #ffffff;
}

.ljp-export-format-header h2 {
  margin: 0;
  color: var(--ljp-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
}

.ljp-export-format-options {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  background: var(--ljp-surface-soft);
}

.ljp-export-format-option {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid var(--ljp-border);
  border-radius: var(--ljp-radius);
  background: #ffffff;
  padding: 14px;
  cursor: pointer;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease;
}

.ljp-export-format-option:hover {
  border-color: rgba(20, 185, 129, 0.45);
  background: #fbfffd;
}

.ljp-export-format-option:has(input:checked) {
  border-color: var(--ljp-success);
  box-shadow: 0 0 0 3px rgba(20, 185, 129, 0.14);
}

.ljp-export-format-option input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--ljp-success);
}

.ljp-export-format-option span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.ljp-export-format-option strong {
  color: var(--ljp-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.ljp-export-format-option small {
  color: var(--ljp-muted-strong);
  font-size: 13px;
  line-height: 1.35;
}

.ljp-export-format-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 20px 20px;
  border-top: 1px solid var(--ljp-border);
  background: #ffffff;
}

.ljp-export-format-status {
  flex: 1 1 auto;
  min-width: 160px;
  margin: 0;
  color: var(--ljp-muted-strong);
  font-size: 13px;
  line-height: 1.35;
}

.ljp-export-format-status[data-tone="error"] {
  display: inline-flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid #fecaca;
  border-radius: 999px;
  background: var(--ljp-danger-soft);
  color: #991b1b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.ljp-export-format-status[data-tone="error"]::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  flex: 0 0 auto;
}

.ljp-paywall-titlebar {
  padding: 18px 64px 14px;
  border-bottom: 1px solid var(--ljp-border);
  background:
    linear-gradient(135deg, rgba(23, 105, 255, 0.08), rgba(20, 185, 129, 0.1)),
    #ffffff;
  text-align: center;
}

.ljp-paywall-titlebar h2,
.ljp-captcha-dialog h2 {
  margin: 0;
  color: var(--ljp-text);
  font-family: var(--ljp-font-body);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.ljp-captcha-dialog p:not(.ljp-kicker) {
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--ljp-text-soft);
  font-size: 16px;
  line-height: 1.55;
}

.ljp-paywall-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  padding: 16px 20px 18px;
  background:
    radial-gradient(circle at 16% 8%, rgba(23, 105, 255, 0.08), transparent 27%),
    var(--ljp-surface-soft);
}

.ljp-paywall-plan {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--ljp-border);
  border-radius: 12px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 8px 26px rgba(8, 17, 31, 0.04);
}

.ljp-paywall-plan.is-featured {
  border: 2px solid var(--ljp-brand);
  box-shadow: 0 26px 74px rgba(23, 105, 255, 0.18);
}

.ljp-paywall-badge {
  display: inline-flex;
  width: fit-content;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #ffedbd;
  padding: 5px 9px;
  color: #8a4b00;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.ljp-paywall-badge-speed {
  border-color: #bae6fd;
  color: #075985;
  background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
}

.ljp-paywall-badge-popular {
  color: #ffffff;
  background: linear-gradient(135deg, var(--ljp-brand), #0a4fd1);
  box-shadow: 0 10px 22px rgba(23, 105, 255, 0.20);
}

.ljp-paywall-badge-value {
  border-color: #f6cf67;
  color: #7a3e00;
  background: linear-gradient(135deg, #fff3c4, #fde68a);
}

.ljp-paywall-plan h3 {
  margin: 12px 0 0;
  color: var(--ljp-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.ljp-paywall-price {
  display: flex;
  align-items: end;
  margin: 8px 0 4px;
  color: var(--ljp-text);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.ljp-paywall-price small {
  margin-right: 4px;
  font-size: 18px;
  line-height: 1.05;
}

.ljp-paywall-discount,
.ljp-paywall-limited,
.ljp-paywall-annual {
  display: inline-flex;
  width: fit-content;
  margin: 2px 0 8px;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
}

.ljp-paywall-discount {
  color: #ffffff;
  background: linear-gradient(135deg, #065f46, #047857);
  box-shadow: 0 12px 24px rgba(6, 95, 70, 0.22);
}

.ljp-paywall-limited {
  color: #7c2d12;
  background: linear-gradient(135deg, #ffedd5, #fed7aa);
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.16);
}

.ljp-paywall-annual {
  color: #78350f;
  background: linear-gradient(135deg, #fef3c7, #fcd34d);
  box-shadow: 0 12px 24px rgba(180, 83, 9, 0.18);
}

.ljp-paywall-credit {
  display: grid;
  gap: 3px;
  margin: 10px 0 2px;
  border: 1px solid #bdeed9;
  border-radius: 12px;
  background: linear-gradient(180deg, #effdf7, #ffffff);
  padding: 10px 12px;
}

.ljp-paywall-credit strong {
  color: #07825c;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.ljp-paywall-credit span {
  color: #24513e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ljp-paywall-plan ul {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 12px 0 16px;
  padding: 0;
}

.ljp-paywall-plan li {
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--ljp-text-soft);
  font-size: 13px;
  line-height: 1.3;
}

.ljp-paywall-plan li::before {
  content: "✓";
  display: block;
  color: var(--ljp-success);
  font-weight: 800;
  line-height: 1.3;
}

.ljp-paywall-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.ljp-paywall-checkout:hover,
.ljp-paywall-checkout:focus-visible {
  color: #ffffff !important;
  text-decoration: none;
}

.ljp-paywall-checkout.is-dark {
  background: #0b1220;
}

.ljp-paywall-checkout.is-dark:hover,
.ljp-paywall-checkout.is-dark:focus-visible {
  background: #15223a;
}

.ljp-paywall-checkout.is-primary {
  background: linear-gradient(135deg, #1769ff, #3996ff) !important;
  box-shadow: 0 14px 30px rgba(23, 105, 255, 0.28);
}

.ljp-paywall-checkout.is-primary:hover,
.ljp-paywall-checkout.is-primary:focus-visible {
  background: linear-gradient(135deg, #0a4fd1, #1769ff) !important;
  box-shadow: 0 16px 34px rgba(23, 105, 255, 0.34);
}

.ljp-paywall-payment-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 20px 10px;
  background: var(--ljp-surface-soft);
  color: var(--ljp-muted-strong);
}

.ljp-paywall-payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.ljp-paywall-payment-method {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ljp-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.ljp-paywall-payment-method + .ljp-paywall-payment-method {
  position: relative;
}

.ljp-paywall-payment-method + .ljp-paywall-payment-method::before {
  content: "";
  width: 1px;
  height: 18px;
  margin-right: 7px;
  background: #d7e2ef;
}

.ljp-page .ljp-paywall-payment-logo {
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
}

.ljp-page .ljp-paywall-payment-logo-pix {
  width: 63px;
  height: auto;
  max-width: none;
}

.ljp-page .ljp-paywall-payment-logo-visa {
  width: 46px;
  height: auto;
  max-width: none;
}

.ljp-page .ljp-paywall-payment-logo-mastercard {
  width: 32px;
  height: auto;
  max-width: none;
}

.ljp-page .ljp-paywall-payment-logo-boleto {
  width: 73px;
  height: auto;
  max-width: none;
}

.ljp-paywall-payment-card-logos {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ljp-paywall-payment-copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--ljp-muted-strong);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-align: left;
}

.ljp-paywall-payment-copy span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  background: var(--ljp-brand);
}

.ljp-paywall-guarantee-wrap {
  display: flex;
  justify-content: center;
  padding: 0 20px 24px;
  background: var(--ljp-surface-soft);
}

.ljp-paywall-guarantee-line {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #ffffff;
  padding: 7px 12px;
  color: var(--ljp-text-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(23, 105, 255, 0.06);
}

.ljp-paywall-guarantee-line strong {
  color: var(--ljp-text);
  font-weight: 700;
}

.ljp-paywall-guarantee-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--ljp-brand);
}

.ljp-paywall-guarantee-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ljp-captcha-dialog {
  width: min(420px, 100%);
  display: grid;
  gap: 16px;
  padding: 28px;
}

.ljp-captcha-dialog label {
  display: grid;
  gap: 6px;
}

.ljp-captcha-dialog label span {
  color: var(--ljp-text);
  font-family: var(--ljp-font-ui);
  font-size: 13px;
  font-weight: 700;
}

.ljp-captcha-dialog input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--ljp-border-strong);
  border-radius: var(--ljp-radius-sm);
  padding: 0 14px;
  color: var(--ljp-text);
}

.ljp-captcha-dialog input:focus {
  border-color: var(--ljp-success);
  outline: none;
  box-shadow: var(--ljp-focus);
}

.is-trial .ljp-plan-status {
  color: var(--ljp-brand);
}

.is-trial .ljp-export .ljp-button-success {
  background: var(--ljp-success);
}

body.ljp-trial-page a[href*="wa.me"],
body.ljp-trial-page a[href*="api.whatsapp.com"],
body.ljp-trial-page a[href*="web.whatsapp.com"],
body.ljp-trial-page [href*="whatsapp"],
body.ljp-trial-page [class*="whatsapp" i],
body.ljp-trial-page [class*="whats" i],
body.ljp-trial-page [id*="whatsapp" i],
body.ljp-trial-page [id*="whats" i],
body.ljp-trial-page [aria-label*="whatsapp" i],
body.ljp-trial-page [title*="whatsapp" i],
body.ljp-trial-page .joinchat,
body.ljp-trial-page #qlwapp,
body.ljp-trial-page .qlwapp,
body.ljp-trial-page .wa__btn_popup,
body.ljp-trial-page .wa__widget_container,
body.ljp-trial-page iframe[src*="whatsapp"] {
  display: none !important;
}

/* ==========================================================================
   12. Guided onboarding and contextual help
   ========================================================================== */

.ljp-help-dot {
  position: relative;
  top: -1px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #0758c7;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
  cursor: help;
}

.ljp-help-dot::after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 80;
  width: min(280px, 82vw);
  transform: translateX(-50%) translateY(4px);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--ljp-radius);
  background: #0b1220;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
  content: attr(data-ljp-tip);
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  font-family: var(--ljp-font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.ljp-help-dot:hover::after,
.ljp-help-dot:focus::after {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.ljp-tour-highlight,
.ljp-tour-popover {
  --ljp-border: #e5e7eb;
  --ljp-brand: #1769ff;
  --ljp-brand-dark: #0a4fd1;
  --ljp-text: #08111f;
  --ljp-text-soft: #354156;
  --ljp-muted: #64748b;
  --ljp-surface-soft: #f8fafc;
  --ljp-radius-sm: 6px;
  --ljp-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ljp-font-ui: "Poppins", sans-serif;
}

.ljp-tour-highlight {
  position: fixed;
  z-index: 230;
  border: 2px solid var(--ljp-brand);
  border-radius: 12px;
  box-shadow:
    0 0 0 9999px rgba(15, 23, 42, 0.3),
    0 20px 56px rgba(23, 105, 255, 0.18);
  pointer-events: none;
  transition:
    top 180ms ease,
    left 180ms ease,
    width 180ms ease,
    height 180ms ease;
}

.ljp-tour-popover {
  position: fixed;
  z-index: 240;
  width: min(390px, calc(100vw - 24px));
  border: 1px solid rgba(23, 105, 255, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.78) 0, rgba(255, 255, 255, 0) 68px),
    #ffffff;
  box-shadow:
    0 28px 70px rgba(15, 23, 42, 0.22),
    0 1px 2px rgba(15, 23, 42, 0.08);
  color: #0b1220;
  padding: 18px 18px 16px;
  font-family: var(--ljp-font-body) !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ljp-tour-popover,
.ljp-tour-popover * {
  box-sizing: border-box;
}

.ljp-tour-popover p,
.ljp-tour-popover h3,
.ljp-tour-popover button {
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ljp-tour-popover::after {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-color: rgba(23, 105, 255, 0.16);
  border-style: solid;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.ljp-tour-popover[data-placement="below"]::after {
  top: -7px;
  background: #eff6ff;
  border-width: 1px 0 0 1px;
}

.ljp-tour-popover[data-placement="above"]::after {
  bottom: -7px;
  border-width: 0 1px 1px 0;
}

.ljp-tour-popover[data-placement="sheet"]::after {
  display: none;
}

.ljp-tour-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ljp-tour-close {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ljp-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ljp-text);
  cursor: pointer;
  font-family: var(--ljp-font-ui) !important;
  font-size: 18px;
  line-height: 1;
}

.ljp-tour-close:hover {
  background: var(--ljp-surface-soft);
}

.ljp-tour-step {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  margin: 0;
  border-radius: 999px;
  background: #eaf3ff;
  color: var(--ljp-brand);
  padding: 0 10px;
  font-family: var(--ljp-font-ui) !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.02em !important;
  line-height: 1;
  text-transform: uppercase !important;
}

.ljp-tour-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 16px;
}

.ljp-tour-progress span {
  height: 4px;
  border-radius: 999px;
  background: #e5e7eb;
  transition: background-color 140ms ease;
}

.ljp-tour-progress span.is-active {
  background: var(--ljp-brand);
}

.ljp-tour-popover h3 {
  margin: 0;
  color: var(--ljp-text);
  font-family: var(--ljp-font-body) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.22;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ljp-tour-body {
  margin: 8px 0 0;
  color: var(--ljp-text-soft);
  font-family: var(--ljp-font-body) !important;
  font-size: 14.5px !important;
  font-weight: 400 !important;
  line-height: 1.48;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ljp-tour-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.ljp-tour-actions > div {
  display: inline-flex;
  gap: 8px;
}

.ljp-tour-skip,
.ljp-tour-prev,
.ljp-tour-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 10px;
  padding: 9px 14px;
  font-family: var(--ljp-font-ui) !important;
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 1;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    transform 140ms ease;
}

.ljp-tour-skip,
.ljp-tour-prev {
  border: 1px solid var(--ljp-border);
  background: #ffffff;
  color: var(--ljp-muted);
}

.ljp-tour-next {
  border: 1px solid var(--ljp-brand);
  background: var(--ljp-brand);
  color: #ffffff;
}

.ljp-tour-skip:hover,
.ljp-tour-prev:hover {
  background: var(--ljp-surface-soft);
  color: var(--ljp-text);
}

.ljp-tour-next:hover {
  background: var(--ljp-brand-dark);
  transform: translateY(-1px);
}

.ljp-tour-prev:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .ljp-tour-highlight,
  .ljp-tour-popover,
  .ljp-help-dot::after {
    transition: none;
  }
}

/* ==========================================================================
   13. Login and subscription states
   ========================================================================== */

.ljp-state {
  min-height: 320px;
  align-content: center;
  justify-items: start;
  gap: 16px;
  padding: 40px;
}

.ljp-state h1 {
  margin: 0;
  color: var(--ljp-text);
  font-family:
    var(--ljp-font-heading),
    var(--ljp-font-body),
    ui-sans-serif,
    system-ui,
    sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
}

.ljp-state p {
  max-width: 580px;
  margin: 0;
  color: var(--ljp-text-soft);
  font-size: 16px;
}

/* ==========================================================================
   14. Responsive layout
   ========================================================================== */

@media (max-width: 1180px) {
  .ljp-site-nav {
    gap: 0;
  }

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

  .ljp-metrics,
  .ljp-summary-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ljp-export {
    grid-template-columns: 1fr;
  }

  .ljp-export-body {
    grid-template-columns: minmax(180px, 220px) minmax(220px, 286px) minmax(150px, 180px);
  }

  .ljp-lower {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .ljp-site-header-inner {
    width: min(100% - 32px, 1200px);
  }

  .ljp-site-nav {
    gap: 14px;
  }

  .ljp-site-nav > a {
    font-size: 14px;
  }

  .ljp-header-cta {
    min-width: 142px;
  }

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

  .ljp-export-body {
    grid-template-columns: 1fr 1fr;
  }

  .ljp-export-action {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ljp-search-bottom-actions {
    display: block;
  }

  .ljp-search-bottom-actions .ljp-button {
    width: 100%;
  }

  .ljp-check {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .ljp-results-heading {
    align-items: flex-start;
  }

  .ljp-table-wrap {
    background: var(--ljp-surface-soft);
    padding: 12px;
  }

  .ljp-table,
  .ljp-table tbody,
  .ljp-table tr,
  .ljp-table td {
    display: block;
    width: 100%;
  }

  .ljp-table {
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .ljp-table colgroup,
  .ljp-table thead {
    display: none;
  }

  .ljp-table tbody {
    display: grid;
    gap: 12px;
  }

  .ljp-table tr {
    border: 1px solid var(--ljp-border);
    border-radius: var(--ljp-radius);
    background: #ffffff;
    box-shadow: var(--ljp-shadow-sm);
    overflow: hidden;
  }

  .ljp-table tbody tr:nth-child(even) td,
  .ljp-table tbody tr:hover td {
    background: transparent;
  }

  .ljp-table td {
    height: auto;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid var(--ljp-border);
    padding: 10px 12px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
  }

  .ljp-table td::before {
    content: attr(data-label);
    color: var(--ljp-muted);
    font-family: var(--ljp-font-ui);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .ljp-table td:last-child {
    border-bottom: 0;
  }

  .ljp-actions-cell {
    text-align: left !important;
  }

  .ljp-row-action {
    width: 100%;
  }
}

@media (max-width: 720px) {
  body.admin-bar .ljp-site-header {
    top: 46px;
  }

  .ljp-page-main {
    padding: 20px 0 40px;
  }

  .ljp-contact-main {
    padding: 24px 0 40px;
  }

  .ljp-legal-main {
    padding: 24px 0 44px;
  }

  .ljp-site-header-inner,
  .ljp-shell,
  .ljp-contact-shell,
  .ljp-legal-shell,
  .ljp-footer-inner {
    width: min(100% - 32px, var(--ljp-container));
  }

  .ljp-site-header-inner {
    min-height: 72px;
  }

  .ljp-menu-toggle {
    display: inline-flex;
  }

  .ljp-site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--ljp-border);
    border-radius: var(--ljp-radius);
    background: #ffffff;
    box-shadow: var(--ljp-shadow-md);
    padding: 8px;
  }

  .ljp-site-nav.is-open {
    display: flex;
  }

  .ljp-site-nav > a {
    color: var(--ljp-text);
    border-radius: var(--ljp-radius-sm);
    padding: 12px;
  }

  .ljp-site-nav > a:hover {
    background: var(--ljp-surface-muted);
    color: var(--ljp-text);
  }

  .ljp-login-link {
    margin-left: 0;
  }

  .ljp-login-icon {
    color: var(--ljp-text);
  }

  .ljp-site-nav .ljp-header-cta {
    min-width: 0;
    color: #ffffff !important;
    background: var(--ljp-success);
  }

  .ljp-site-nav .ljp-header-logout {
    background: #0f172a;
  }

  .ljp-hero,
  .ljp-card,
  .ljp-results-heading,
  .ljp-results-toolbar,
  .ljp-state {
    padding: 20px;
  }

  .ljp-hero h1 {
    font-size: 36px;
  }

  .ljp-contact-hero,
  .ljp-contact-card,
  .ljp-contact-aside {
    padding: 22px;
  }

  .ljp-contact-hero h1 {
    font-size: 36px;
  }

  .ljp-contact-layout {
    grid-template-columns: 1fr;
  }

  .ljp-contact-aside {
    position: static;
  }

  .ljp-legal-layout {
    grid-template-columns: 1fr;
  }

  .ljp-legal-index {
    position: static;
  }

  .ljp-legal-hero,
  .ljp-legal-card,
  .ljp-legal-index {
    padding: 22px;
  }

  .ljp-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .ljp-help-button {
    width: 100%;
  }

  .is-trial .ljp-help-button,
  .is-trial .ljp-metrics {
    display: none;
  }

  .ljp-card-heading,
  .ljp-results-heading,
  .ljp-export-heading,
  .ljp-footer-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .ljp-card-heading .ljp-button,
  .ljp-pager-bar,
  .ljp-pager-controls {
    width: 100%;
  }

  .ljp-card-heading .ljp-button {
    flex: 1 1 auto;
  }

  .ljp-pager-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 14px;
  }

  .ljp-pager-controls {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
  }

  .ljp-pager-controls span,
  .ljp-pager-range {
    text-align: center;
  }

  .ljp-pager-controls span {
    min-width: 0;
  }

  .ljp-pager-bar .ljp-icon-button {
    width: 100%;
  }

  .ljp-metrics,
  .ljp-summary-cards,
  .ljp-grid,
  .ljp-grid-main,
  .ljp-export-body,
  .ljp-qsa-list,
  .ljp-detail-grid {
    grid-template-columns: 1fr;
  }

  .ljp-export {
    padding: 16px;
  }

  .ljp-export-summary {
    grid-template-columns: 1fr 1fr;
  }

  .ljp-history-picker {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ljp-history-select {
    height: 44px;
  }

  .ljp-select-menu-trigger {
    height: 44px;
  }

  .ljp-mini-link {
    width: 100%;
    justify-self: stretch;
  }

  .ljp-saved-picker {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ljp-saved-select {
    height: 44px;
  }

  .ljp-saved-apply,
  .ljp-saved-icon {
    width: 100%;
  }

  .ljp-saved-editor-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ljp-detail-modal {
    padding: 0;
  }

  .ljp-captcha-modal {
    padding: 12px;
  }

  .ljp-paywall-modal {
    align-items: start;
    place-items: start center;
    padding: 16px 12px 28px;
  }

  .ljp-export-format-modal {
    align-items: end;
    place-items: end center;
    padding: 12px;
  }

  .ljp-export-format-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  .ljp-export-format-header {
    padding: 20px 58px 16px 18px;
  }

  .ljp-export-format-header h2 {
    font-size: 22px;
  }

  .ljp-export-format-options {
    overflow-y: auto;
    padding: 14px;
  }

  .ljp-export-format-footer {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 14px;
  }

  .ljp-export-format-footer .ljp-button {
    width: 100%;
  }

  .ljp-export-format-status {
    min-width: 0;
    text-align: center;
  }

  .ljp-export-format-status[data-tone="error"] {
    align-self: center;
  }

  .ljp-paywall-dialog {
    width: 100%;
    max-height: none;
    margin: 0;
    overflow: visible;
  }

  .ljp-paywall-titlebar {
    padding: 18px 58px 14px 20px;
  }

  .ljp-paywall-plans {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .ljp-paywall-payment-row {
    flex-direction: column;
    gap: 10px;
    padding: 2px 16px 22px;
  }

  .ljp-paywall-payment-methods {
    flex-wrap: wrap;
    gap: 10px 12px;
  }

  .ljp-paywall-payment-method + .ljp-paywall-payment-method::before {
    display: none;
  }

  .ljp-paywall-payment-copy {
    justify-content: center;
    text-align: center;
  }

  .ljp-paywall-guarantee-wrap {
    padding: 0 16px 22px;
  }

  .ljp-paywall-guarantee-line {
    white-space: normal;
  }

  .ljp-paywall-plan {
    padding: 18px;
  }

  .ljp-tour-popover.is-mobile {
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    width: auto;
    max-height: min(42vh, 340px);
    overflow-y: auto;
    border-radius: 18px;
    padding: 16px;
  }

  .ljp-tour-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ljp-tour-actions > div {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
  }

  .ljp-tour-skip,
  .ljp-tour-prev,
  .ljp-tour-next {
    min-height: 44px;
    justify-content: center;
  }

  .ljp-detail-dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .ljp-detail-header {
    padding: 22px 58px 18px 18px;
  }

  .ljp-detail-content {
    padding: 16px;
  }
}

@media (max-width: 460px) {
  .ljp-site-header-inner,
  .ljp-shell,
  .ljp-contact-shell,
  .ljp-legal-shell,
  .ljp-footer-inner {
    width: min(100% - 24px, var(--ljp-container));
  }

  .ljp-shell {
    gap: 16px;
  }

  .ljp-hero h1 {
    font-size: 32px;
  }

  .ljp-contact-hero h1 {
    font-size: 32px;
  }

  .ljp-legal-hero h1 {
    font-size: 32px;
  }

  .ljp-contact-card h2,
  .ljp-contact-aside h2,
  .ljp-legal-card h2 {
    font-size: 24px;
  }

  .ljp-legal-card p {
    font-size: 15px;
  }

  .ljp-export-summary {
    grid-template-columns: 1fr;
  }

  .ljp-table-wrap {
    padding: 10px;
  }

  .ljp-table td {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ljp-captcha-dialog {
    padding: 22px 18px;
  }
}

/* Mobile header/footer alignment with the static home */
@media (max-width: 1025px) {
  .ljp-site-header-inner {
    width: min(1200px, 90%);
    min-height: 68px;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }

  .ljp-site-logo {
    height: 68px;
    padding-right: 0;
  }

  .ljp-site-logo img {
    height: 28px;
  }

  .ljp-menu-toggle {
    width: 44px;
    height: 44px;
    margin-left: auto;
    display: inline-flex;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    line-height: 1;
  }

  .ljp-menu-toggle span {
    display: block;
    width: 26px;
    height: 26px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background:
      linear-gradient(#ffffff, #ffffff) center 3px / 26px 3px no-repeat,
      linear-gradient(#ffffff, #ffffff) center 12px / 26px 3px no-repeat,
      linear-gradient(#ffffff, #ffffff) center 21px / 26px 3px no-repeat;
    border-radius: 2px;
    transform: translateY(-1px);
    transition: transform 160ms ease;
  }

  .ljp-menu-toggle[aria-expanded="true"] span {
    transform: translateY(-1px) rotate(90deg);
  }

  .ljp-site-nav {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    flex: 0 0 100%;
    display: none;
    padding: 6px 0 18px;
    border: 0;
    border-radius: 0;
    background: var(--ljp-header);
    box-shadow: none;
    color: #ffffff;
    line-height: 1.2;
  }

  .ljp-site-nav.is-open {
    display: grid;
  }

  .ljp-site-nav > a,
  .ljp-login-link {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 13px 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
  }

  .ljp-site-nav > a:not(.ljp-login-link, .ljp-header-cta) {
    padding: 13px 0;
  }

  .ljp-site-nav > a:hover {
    background: transparent;
    color: #248de9;
  }

  .ljp-login-icon {
    color: #ffffff;
  }

  .ljp-site-nav .ljp-header-cta {
    width: 100%;
    height: 50px;
    min-width: 0;
    margin: 8px 0 0;
    border-radius: 10px;
    background: #ffffff;
    color: var(--ljp-header) !important;
  }

  .ljp-site-nav .ljp-header-cta:hover {
    background: #248de9;
    color: #ffffff !important;
  }

  .ljp-site-nav .ljp-header-logout {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 720px) {
  .ljp-footer-inner {
    width: min(100% - 48px, 1200px);
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .ljp-footer-inner nav {
    justify-content: flex-start;
    gap: 14px 22px;
  }

  .ljp-floating-support {
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  }

  .ljp-floating-support span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .ljp-floating-support svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 460px) {
  .ljp-footer-inner {
    width: min(100% - 48px, 1200px);
  }
}

@media print {
  .ljp-floating-support {
    display: none;
  }
}

/* Multi-CNAE (Fix B): chips dos códigos extras herdados do prefill da barra
   CTA. Ficam dentro do <label> do CNAE (grid) como uma linha própria. */

/* Quando a célula do CNAE cresce (linha de chips), as células vizinhas do
   grid esticam junto e o align-content:stretch implícito empurrava rótulo e
   campo para baixo. Fixa o conteúdo no topo: os campos permanecem alinhados
   à linha do input do CNAE, sem mudança de altura. Escopo restrito ao form
   de filtros para não tocar nenhum outro layout. */
.ljp-shell .ljp-filters label,
.ljp-shell .ljp-filters .ljp-field {
  align-content: start;
}
.ljp-shell .ljp-cnae-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.ljp-shell .ljp-cnae-chips[hidden] {
  display: none;
}

.ljp-shell .ljp-cnae-chip {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: #e8f0ff;
  color: var(--ljp-brand-dark);
  border: 1px solid rgba(23, 105, 255, 0.25);
  border-radius: 999px;
  padding: 2px 4px 2px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.ljp-shell .ljp-cnae-chip-remove {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  padding: 2px 6px;
  border-radius: 999px;
  position: relative;
}

/* Alvo de toque: o "x" desenhado tem ~19px, abaixo do mínimo de 24px
 * (WCAG 2.2 - Target Size). A área clicável cresce sem mudar o desenho,
 * o que importa no mobile, onde um recorte de 8 CNAEs enfileira vários
 * chips e o dedo erra com facilidade. */
.ljp-shell .ljp-cnae-chip-remove::after {
  content: '';
  position: absolute;
  inset: -6px -4px;
}

.ljp-shell .ljp-cnae-chip-remove:hover {
  background: rgba(23, 105, 255, 0.15);
}

.ljp-shell .ljp-cnae-chip-remove:focus-visible {
  outline: none;
  box-shadow: var(--ljp-focus);
}

.ljp-shell .ljp-cnae-chips-note {
  font-size: 12px;
  font-weight: 500;
  color: var(--ljp-muted);
  white-space: nowrap;
}


/* ============================================================
   Painel de detalhes dos itens de plano (ⓘ) — paywall
   z-index acima de 240 (teto dos modais) e abaixo de 1000.
   ============================================================ */
.ljd-info{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;vertical-align:-1.5px;margin-left:-1px;padding:0;border:0;background:transparent;color:#5c83c5;cursor:pointer;border-radius:50%;line-height:0;position:relative;transition:color .15s,background-color .15s}.ljd-info::after{content:"";position:absolute;inset:-13px}.ljd-info:hover,.ljd-info:focus-visible,.ljd-info[aria-expanded="true"]{color:#1769ff;background:#e9f1ff}.ljd-info:focus-visible{outline:2px solid #1769ff;outline-offset:2px}.ljd-info svg{display:block;width:14px;height:14px}.ljd-nowrap{white-space:nowrap}.ljd-li{min-width:0}.ljd-hint{position:absolute;bottom:calc(100% + 9px);left:50%;transform:translateX(-50%) translateY(3px);background:#0f172a;color:#fff;font-size:11.5px;font-weight:600;line-height:1;white-space:nowrap;padding:6px 9px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .14s,transform .14s;z-index:3}.ljd-hint::after{content:"";position:absolute;top:100%;left:50%;margin-left:-4px;border:4px solid transparent;border-top-color:#0f172a}@media(hover:hover) and (min-width:900px){.ljd-info:hover .ljd-hint,.ljd-info:focus-visible .ljd-hint{opacity:1;transform:translateX(-50%) translateY(0)}}.ljd-pop{position:fixed;z-index:260;width:min(560px,calc(100vw - 32px));background:#fff;border:1px solid #cdd9e8;border-radius:16px;box-shadow:0 30px 74px rgba(11,18,32,.32),0 8px 20px rgba(11,18,32,.12);padding:0;opacity:0;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease}.ljd-pop.is-open{opacity:1;transform:translateY(0)}.ljd-pop[hidden]{display:none}.ljd-pop::after{content:"";position:absolute;left:var(--ljd-seta,50%);top:-7px;width:14px;height:14px;margin-left:-7px;background:#0f172a;transform:rotate(45deg);border-radius:2px;pointer-events:none}.ljd-pop.is-up::after{top:auto;bottom:-7px;background:#fff;border-right:1px solid #cdd9e8;border-bottom:1px solid #cdd9e8}.ljd-head{display:flex;align-items:center;gap:12px;padding:13px 16px 13px 18px;background:#0f172a;border-radius:15px 15px 0 0}.ljd-title{flex:1;min-width:0;font-size:15px;font-weight:800;line-height:1.3;color:#fff;margin:0;letter-spacing:.1px}.ljd-close{flex:none;width:28px;height:28px;border:0;background:none;color:#8ba1c0;font-size:19px;line-height:1;cursor:pointer;border-radius:7px;padding:0;transition:color .15s,background .15s}.ljd-close:hover{color:#fff;background:rgba(255,255,255,.14)}.ljd-close:focus-visible{outline:2px solid #56a2ff;outline-offset:2px}[data-ljd-body]{padding:17px 18px 19px}.ljd-group+.ljd-group{margin-top:15px}.ljd-group-name{display:flex;align-items:center;gap:9px;font-size:10.5px;font-weight:800;letter-spacing:.85px;text-transform:uppercase;color:#5b6b83;margin:0 0 8px}.ljd-group-name::after{content:"";flex:1;height:1px;background:#e3eaf3}.ljd-chips{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.ljd-chips li{display:block;font-size:12.5px;line-height:1.35;font-weight:500;color:#26364d;background:#eff3f9;border:1px solid #d9e3f0;border-radius:7px;padding:5px 10px}.ljd-chips li::before{content:none}@media(max-width:899px){.ljd-pop{position:fixed;left:0;right:0;bottom:0;top:auto!important;width:100%;max-height:82vh;overflow-y:auto;border-radius:18px 18px 0 0;border-left:0;border-right:0;border-bottom:0;transform:translateY(100%);transition:transform .24s cubic-bezier(.22,.9,.32,1);opacity:1}.ljd-pop.is-open{transform:translateY(0)}.ljd-pop::after{display:none}.ljd-head{position:sticky;top:0;z-index:2;border-radius:17px 17px 0 0;padding:15px 14px 15px 18px}[data-ljd-body]{padding:16px 18px calc(22px + env(safe-area-inset-bottom))}.ljd-backdrop{position:fixed;inset:0;z-index:259;background:rgba(11,18,32,.5);opacity:0;transition:opacity .2s}.ljd-backdrop.is-open{opacity:1}.ljd-backdrop[hidden]{display:none}.ljd-title{font-size:16px}}@media(min-width:900px){.ljd-backdrop{display:none}[data-ljd-body]{columns:2;column-gap:22px}.ljd-group{break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;margin-bottom:15px}.ljd-group+.ljd-group{margin-top:0}}@media(prefers-reduced-motion:reduce){.ljd-pop,.ljd-backdrop,.ljd-hint,.ljd-info{transition:none}}

/* A lista do paywall usa 13px com line-height 1,30; a home usa 15px com 1,55.
 * Como o centro da linha depende do line-height, o mesmo deslocamento em px
 * (nem o mesmo em em) serve aos dois — o valor abaixo foi medido no paywall
 * até o centro do botao coincidir com o centro da palavra "mais". */
.ljp-paywall-plan .ljd-info{vertical-align:-2px}
