/* WP1 self-serve funnel — Direction A "Ficha" (handoff: Lecto Anuncie.html /
   sell-screens.jsx). Loaded ONLY by funnel + panel pages alongside
   lecto-ui.css (tokens). The listing/busca/home inline mirror is untouched.
   CSS-only interactions where possible (radios + <details>); JS stays tiny. */

/* ---------- shared shell: white logo header, mock card (borderless) ------ */
.h-head{background:var(--surface);border-bottom:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;min-height:72px;padding:10px 16px}
.h-head--bar{justify-content:space-between;max-width:1180px;margin:0 auto;border-bottom:0;width:100%}
.h-head-wrap{background:var(--surface);border-bottom:1px solid var(--line)}
.h-logo,.lui a.h-logo{font-size:36px;font-weight:800;letter-spacing:-2px;color:var(--brand);
  line-height:1;text-decoration:none}
.h-logo sup{font-size:12px;font-weight:700;top:-1.05em;left:1px;position:relative}
.lui .h-bar-cta{width:auto;min-height:48px;font-size:17px;padding:0 22px}
.fcard{background:var(--surface);border:0;border-radius:var(--radius-lg);
  box-shadow:0 1px 2px rgba(16,24,40,.06),0 2px 8px rgba(16,24,40,.07);
  padding:22px;margin-bottom:var(--s4);text-align:left}
.sec-label{font-size:var(--t-xs);font-weight:800;letter-spacing:1.2px;
  text-transform:uppercase;color:var(--muted);margin:26px 0 12px}
.fcard .sec-label:first-child,.fcard>.sec-label{margin-top:0}
.lui .btn-full{width:100%;min-height:56px;font-size:19px;border-radius:13px}

/* funnel pages are standalone: links inherit ink (Direction A — no UA blue) */
.lui a{color:inherit}
/* T3 stats at 390px: equal minmax columns so WHATSAPP never overflows */
.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.lui .stat{padding:14px 6px}

/* ---------- anuncie ------------------------------------------------------- */
.an-wrap{max-width:960px;margin:0 auto;padding:0 18px}
.an-hero{padding:30px 0 4px}
.an-kicker{display:inline-block;font-size:var(--t-xs);font-weight:800;letter-spacing:1px;
  text-transform:uppercase;color:var(--brand);margin-bottom:12px}
.an-h-title{font-size:33px;font-weight:800;letter-spacing:-.7px;line-height:1.1;
  color:var(--ink);text-wrap:balance;margin:0}
.an-h-sub{font-size:19px;color:var(--muted);line-height:1.45;margin:14px 0 0}
.plans{display:grid;gap:14px;grid-template-columns:1fr}
.plan{position:relative;background:var(--surface);border-radius:var(--radius-lg);padding:22px;
  box-shadow:0 1px 2px rgba(16,24,40,.06),0 2px 8px rgba(16,24,40,.07)}
.plan.reco{border:2px solid var(--brand);box-shadow:var(--ring-destaque);padding-top:34px}
.plan-badge{position:absolute;top:-14px;left:22px;display:inline-flex;align-items:center;gap:6px;
  background:var(--brand);color:#fff;font-size:var(--t-xs);font-weight:800;letter-spacing:.3px;
  padding:6px 12px;border-radius:9px}
.plan-name{font-size:18px;font-weight:800;letter-spacing:-.2px;color:var(--ink)}
.plan-price{margin-top:8px;display:flex;align-items:baseline;gap:6px;color:var(--ink)}
.plan-price b{font-size:38px;font-weight:800;letter-spacing:-1.2px;line-height:1;
  font-variant-numeric:tabular-nums}
.plan-per{font-size:19px;font-weight:700;color:var(--muted)}
.plan-note{font-size:var(--t-md);color:var(--muted);margin-top:10px;line-height:1.4}
.benes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.bene{display:flex;align-items:center;gap:14px;background:var(--surface);border-radius:14px;
  padding:16px 18px;min-height:64px;
  box-shadow:0 1px 2px rgba(16,24,40,.06),0 2px 8px rgba(16,24,40,.07)}
.bene-ico{width:44px;height:44px;flex:0 0 auto;border-radius:12px;background:var(--surface-2);
  color:var(--ink);display:flex;align-items:center;justify-content:center}
.bene-ico .ico{width:23px;height:23px}
.bene-ico.wa{background:rgba(12,124,57,.12);color:var(--wa)}
.bene-txt{font-size:var(--t-body);line-height:1.35;font-weight:600;color:var(--ink)}
.an-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}
.an-step{display:flex;gap:16px;align-items:flex-start}
.step-num{flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:var(--ink);color:#fff;
  font-size:19px;font-weight:800;display:flex;align-items:center;justify-content:center}
.step-title{font-size:19px;font-weight:800;letter-spacing:-.2px;color:var(--ink)}
.step-txt{font-size:var(--t-body);line-height:1.45;color:var(--muted);margin:4px 0 0}
/* FAQ as native <details> — zero JS, webview-safe */
.faq{display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--surface);border-radius:14px;
  box-shadow:0 1px 2px rgba(16,24,40,.06),0 2px 8px rgba(16,24,40,.07);overflow:hidden}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:18px;min-height:60px;font-size:var(--t-body);font-weight:700;color:var(--ink);
  line-height:1.3;cursor:pointer;list-style:none}
.faq-q::-webkit-details-marker{display:none}
.faq-chev{flex:0 0 auto;color:var(--muted);display:flex;transition:transform .22s ease}
.faq-chev .ico{width:22px;height:22px}
.faq-item[open] .faq-chev{transform:rotate(180deg)}
.faq-a{font-size:var(--t-body);line-height:1.5;color:var(--muted);padding:0 18px 18px;margin:0}
.an-foot-note{font-size:15px;color:var(--muted);line-height:1.5;margin-top:22px;padding-bottom:18px}
/* sticky CTA dock (mobile) */
.an-dock{position:sticky;bottom:0;z-index:20;display:flex;align-items:center;gap:14px;
  padding:12px 16px 14px;background:var(--surface);border-top:1px solid var(--line)}
.an-dock-info{display:flex;flex-direction:column;line-height:1.05;flex:0 0 auto}
.an-dock-price{font-size:24px;font-weight:800;letter-spacing:-.6px;color:var(--ink);
  font-variant-numeric:tabular-nums}
.an-dock-price small{font-size:15px;font-weight:700;color:var(--muted)}
.an-dock-or{font-size:var(--t-sm);color:var(--muted);margin-top:3px}
.lui .an-dock-cta{flex:1 1 auto;min-height:54px;font-size:19px;width:auto;border-radius:13px}
@media(min-width:720px){
  .an-hero{padding:64px 0 40px;text-align:center}
  .an-h-title{font-size:52px;max-width:18ch;margin:0 auto}
  .an-h-sub{font-size:22px;max-width:60ch;margin:16px auto 0}
  .an-sec{margin-top:46px}
  .an-sec .sec-label{text-align:center;margin-top:0;margin-bottom:18px}
  .plans{grid-template-columns:repeat(2,1fr);gap:20px;max-width:680px;margin:0 auto}
  .lui .an-plans-cta{display:flex;width:fit-content;min-width:280px;margin:26px auto 0;
    min-height:56px;font-size:19px;border-radius:13px}
  .benes{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
  .an-steps{flex-direction:row;gap:24px}
  .an-step{flex:1;flex-direction:column;gap:12px}
  .an-faq-wrap{max-width:760px;margin:0 auto}
  .an-foot-note{text-align:center;margin-top:26px}
  .an-dock{display:none}
}

/* ---------- checkout ------------------------------------------------------ */
.co-head{display:flex;align-items:center;gap:8px;min-height:64px;padding:0 12px;
  background:var(--surface);border-bottom:1px solid var(--line)}
.co-back{width:44px;height:44px;display:flex;align-items:center;justify-content:center;
  color:var(--ink);border-radius:10px;text-decoration:none}
.co-back .ico{width:24px;height:24px}
.co-head-title{font-size:20px;font-weight:800;letter-spacing:-.3px;color:var(--ink)}
.co-wrap{max-width:560px;margin:0 auto;padding:14px;display:flex;flex-direction:column}
/* plan picker (label+radio, styled via :has) */
.pp-list{display:flex;flex-direction:column;gap:10px}
.pp{display:flex;align-items:center;gap:14px;width:100%;background:var(--surface);
  border-radius:13px;padding:16px;min-height:72px;box-shadow:inset 0 0 0 1.5px var(--line);
  cursor:pointer}
.pp input{position:absolute;opacity:0}
.pp:has(input:checked){box-shadow:inset 0 0 0 2px var(--brand);background:rgba(204,20,25,.04)}
.pp-radio{flex:0 0 auto;width:24px;height:24px;border-radius:50%;
  box-shadow:inset 0 0 0 2px var(--line);position:relative}
.pp:has(input:checked) .pp-radio{box-shadow:inset 0 0 0 2px var(--brand)}
.pp:has(input:checked) .pp-radio::after{content:"";position:absolute;inset:5px;
  border-radius:50%;background:var(--brand)}
.pp-body{flex:1 1 auto;display:flex;flex-direction:column;gap:4px}
.pp-title{font-size:var(--t-body);font-weight:800;color:var(--ink);white-space:nowrap}
.pp-note{font-size:15px;color:var(--muted);line-height:1.3}
.pp-price{flex:0 0 auto;font-size:22px;font-weight:800;letter-spacing:-.4px;color:var(--ink);
  font-variant-numeric:tabular-nums}
.pp-price small{font-size:var(--t-sm);font-weight:700;color:var(--muted)}
/* segmented Cartão/Pix — radio + :checked drives both tabs and panels */
.seg{display:flex;gap:6px;background:var(--surface-2);border-radius:13px;padding:5px}
.seg-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;border-radius:9px;font-size:17px;font-weight:700;color:var(--muted);
  cursor:pointer}
.seg-btn .ico{width:20px;height:20px}
.co-pay-card #m-pix:checked~.seg .seg-cartao,.co-pay-card #m-cartao:checked~.seg .seg-pix{background:transparent}
.co-pay-card #m-cartao:checked~.seg .seg-cartao,.co-pay-card #m-pix:checked~.seg .seg-pix{
  background:var(--surface);color:var(--ink);box-shadow:0 1px 2px rgba(16,24,40,.10)}
.co-pay-card #m-cartao:checked~.pane-pix,.co-pay-card #m-pix:checked~.pane-cartao{display:none}
.co-pay-card input[type=radio].seg-radio{position:absolute;opacity:0}
/* card form */
.co-form{margin-top:16px;display:flex;flex-direction:column;gap:14px}
.co-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.co-field{display:flex;flex-direction:column;gap:7px}
.co-lbl{font-size:15px;font-weight:700;color:var(--muted)}
.co-field input{border:0;outline:0;background:var(--surface);
  box-shadow:inset 0 0 0 1.5px var(--line);border-radius:12px;min-height:54px;padding:0 16px;
  font-family:inherit;font-size:var(--t-body);font-weight:600;color:var(--ink);width:100%}
.co-field input:focus{box-shadow:inset 0 0 0 2px var(--ink)}
.co-field input::placeholder{color:#9aa0a6;font-weight:400}
/* pix pane */
.pix-area{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:14px}
.pix-help{font-size:17px;line-height:1.45;color:var(--ink);text-align:center;margin:0}
.pix-code{display:flex;align-items:center;gap:10px;width:100%;background:var(--surface-2);
  border-radius:12px;padding:10px 10px 10px 14px}
.pix-code code{flex:1 1 auto;font-size:var(--t-sm);color:var(--muted);overflow:hidden;
  text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,Menlo,Consolas,monospace}
.pix-copy{flex:0 0 auto;border:0;background:var(--ink);color:#fff;font-size:15px;
  font-weight:700;border-radius:9px;min-height:44px;padding:0 14px;cursor:pointer;font-family:inherit}
/* coupon — native <details> */
.coupon{margin-top:16px}
.coupon summary{min-height:44px;display:flex;align-items:center;color:var(--ink);
  font-size:17px;font-weight:700;text-decoration:underline;text-underline-offset:3px;
  cursor:pointer;list-style:none}
.coupon summary::-webkit-details-marker{display:none}
.coupon-field{margin-top:12px;display:flex;gap:10px}
.coupon-field input{flex:1 1 auto;border:0;outline:0;background:var(--surface);
  box-shadow:inset 0 0 0 1.5px var(--line);border-radius:12px;min-height:50px;padding:0 16px;
  font-family:inherit;font-size:var(--t-body);font-weight:600}
/* total */
.co-total-row{display:flex;align-items:baseline;justify-content:space-between}
.co-total-lbl{font-size:var(--t-body);font-weight:700;color:var(--muted)}
.co-total-val{font-size:30px;font-weight:800;letter-spacing:-.8px;color:var(--ink);
  font-variant-numeric:tabular-nums}
.co-total-val small{font-size:15px;font-weight:700;color:var(--muted);margin-left:7px}
.co-pay{width:100%;margin-top:16px;min-height:56px;font-size:19px;border-radius:13px}
/* trust block */
.trust-block{display:flex;flex-direction:column;gap:14px;padding:4px 6px 22px}
.trust-row{display:flex;align-items:flex-start;gap:12px;font-size:var(--t-md);
  line-height:1.45;color:var(--muted)}
.trust-row b{color:var(--ink);font-weight:700}
.trust-ico{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:var(--surface-2);
  color:var(--ink);display:flex;align-items:center;justify-content:center;margin-top:1px}
.trust-ico .ico{width:17px;height:17px}
.trust-ico.wa{background:rgba(12,124,57,.12);color:var(--wa)}

/* ---------- onboarding (pós-compra) -------------------------------------- */
.done-wrap{max-width:560px;margin:0 auto;padding:40px 22px 28px;display:flex;
  flex-direction:column;align-items:center}
.done-ico{width:84px;height:84px;border-radius:50%;background:rgba(18,122,60,.12);
  color:var(--ok);display:flex;align-items:center;justify-content:center}
.done-ico .ico{width:46px;height:46px}
.done-title{font-size:31px;font-weight:800;letter-spacing:-.6px;line-height:1.12;
  color:var(--ink);text-align:center;margin:22px 0 0;text-wrap:balance}
.done-sub{font-size:19px;line-height:1.45;color:var(--muted);text-align:center;margin:12px 0 0}
.done-lines{list-style:none;padding:0;width:100%;margin:30px 0 0;display:flex;
  flex-direction:column;gap:16px}
.done-line{display:flex;align-items:flex-start;gap:14px;background:var(--surface);
  border-radius:14px;padding:16px 18px;
  box-shadow:0 1px 2px rgba(16,24,40,.06),0 2px 8px rgba(16,24,40,.07);
  font-size:var(--t-body);line-height:1.45;color:var(--ink)}
.done-line b{font-weight:800}
.done-dot{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:var(--ink);
  color:#fff;font-size:var(--t-md);font-weight:800;display:flex;align-items:center;
  justify-content:center}
.done-actions{width:100%;margin-top:30px;display:flex;flex-direction:column;gap:12px}
.done-help{font-size:var(--t-md);line-height:1.5;color:var(--muted);text-align:center;
  margin-top:24px}
.done-help b{color:var(--ink);font-weight:700}

/* ---------- find-your-listing + staff page ------------------------------- */
.find-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.find-item{display:flex;align-items:center;gap:14px;background:var(--surface);
  border-radius:13px;padding:14px 16px;box-shadow:inset 0 0 0 1.5px var(--line)}
.find-body{flex:1 1 auto;min-width:0}
.find-name{font-size:var(--t-body);font-weight:800;color:var(--ink)}
.find-meta{font-size:15px;color:var(--muted);margin-top:2px}
.find-item .btn{width:auto;flex:0 0 auto;min-height:44px;padding:0 16px;font-size:var(--t-sm)}
.copybox{display:flex;align-items:center;gap:10px;width:100%;background:var(--surface-2);
  border-radius:12px;padding:10px 10px 10px 14px;margin-top:8px}
.copybox code{flex:1 1 auto;font-size:var(--t-sm);color:var(--ink);overflow:hidden;
  text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,Menlo,Consolas,monospace}
/* upsell banner (Patrocinador da Categoria) */
.sponsor{background:var(--ink);color:#fff;border-radius:var(--radius-lg);padding:22px;
  margin-bottom:var(--s4)}
.sponsor h2{color:#fff;margin:0 0 6px}
.sponsor p{color:rgba(255,255,255,.75);font-size:var(--t-md);margin:0 0 14px;line-height:1.45}
.sponsor .btn{width:auto;display:inline-flex;margin-right:8px;margin-top:4px}
.sponsor a.btn-ghost{background:#fff;color:var(--ink)!important;border-color:transparent}
