.elementor-1392 .elementor-element.elementor-element-d81d098{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1392 .elementor-element.elementor-element-9ca3c35{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-9ca3c35 */:root {
      --y:      #FEB703;
      --yl:     #fff9d6;
      --yd:     #cc9200;
      --bk:     #000000;
      --bk2:    #111111;
      --wh:     #ffffff;
      --gbg:    #f8f7f5;
      --gt:     #4a4a4a;
      --gl:     #e8e4e0;
      --ok:     #1d9e75;
      --r:      12px;
      --sh:     0 4px 24px rgba(0,0,0,0.07);
      --font-h: 'Georgia', 'Times New Roman', serif;
      --font-b: 'Helvetica Neue', Arial, sans-serif;
    }

    .post-est * { box-sizing: border-box; }
    .post-est {
      font-family: var(--font-b);
      color: var(--gt);
      line-height: 1.78;
      font-size: 17px;
      max-width: 780px;
      margin: 0 auto;
    }

    /* ── Headings ───────────────────────────────────── */
    .post-est h1 {
      font-family: var(--font-h);
      font-size: clamp(1.7rem, 3.5vw, 2.4rem);
      color: var(--bk);
      line-height: 1.25;
      margin: 0 0 1.5rem;
      border-left: 5px solid var(--y);
      padding-left: 1rem;
    }
    .post-est h2 {
      font-family: var(--font-h);
      font-size: clamp(1.25rem, 2.5vw, 1.7rem);
      color: var(--bk);
      margin: 3rem 0 1rem;
      padding-bottom: 0.4rem;
      border-bottom: 2px solid var(--yl);
    }
    .post-est h3 {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--bk);
      margin: 2rem 0 0.75rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .post-est h3::before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      background: var(--y);
      border-radius: 3px;
      flex-shrink: 0;
    }

    /* ── Parágrafos ─────────────────────────────────── */
    .post-est p { margin: 0 0 1.25rem; }
    .post-est strong { color: var(--bk); }
    .post-est em { color: var(--yd); font-style: italic; }
    .post-est code {
      background: var(--gbg);
      border: 1px solid var(--gl);
      border-radius: 4px;
      padding: 1px 6px;
      font-size: 0.88em;
      color: var(--bk);
    }
    .post-est a { color: var(--yd); text-decoration: underline; text-underline-offset: 3px; }

    /* ── Stat bar ───────────────────────────────────── */
    .stat-bar {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      background: var(--bk);
      border-radius: var(--r);
      padding: 1.5rem 1.75rem;
      margin: 2rem 0;
    }
    .stat-item { flex: 1; min-width: 130px; text-align: center; color: var(--wh); }
    .stat-num  { display: block; font-family: var(--font-h); font-size: 1.9rem; color: var(--y); font-weight: bold; line-height: 1.1; }
    .stat-lab  { display: block; font-size: 0.78rem; opacity: 0.7; margin-top: 0.25rem; line-height: 1.35; }

    /* ── Placeholder de imagem ──────────────────────── */
    .img-ph {
      background: var(--yl);
      border: 2px dashed var(--y);
      border-radius: var(--r);
      padding: 2.25rem 1.5rem;
      text-align: center;
      margin: 2rem 0;
      color: var(--bk);
    }
    .img-ph .ic   { font-size: 2.25rem; display: block; margin-bottom: 0.4rem; }
    .img-ph .it   { font-weight: 700; font-size: 1rem; display: block; }
    .img-ph .id   { font-size: 0.85rem; color: var(--yd); margin-top: 0.25rem; display: block; line-height: 1.5; }
    .img-ph .spec {
      display: inline-block;
      margin-top: 0.75rem;
      background: var(--y);
      color: var(--bk);
      font-size: 0.75rem;
      padding: 3px 12px;
      border-radius: 20px;
      font-weight: 700;
    }

    /* ── Bloco de destaque amarelo ──────────────────── */
    .hl-box {
      background: var(--yl);
      border-left: 4px solid var(--y);
      border-radius: 0 var(--r) var(--r) 0;
      padding: 1.25rem 1.5rem;
      margin: 1.75rem 0;
    }
    .hl-box p { margin: 0; font-size: 0.95rem; }

    /* ── Bloco preto (impacto) ──────────────────────── */
    .dk-box {
      background: var(--bk);
      color: var(--wh);
      border-radius: var(--r);
      padding: 1.75rem 2rem;
      margin: 2.5rem 0;
    }
    .dk-box strong { color: var(--y); }
    .dk-box p { margin: 0 0 0.75rem; font-size: 0.96rem; }
    .dk-box p:last-child { margin: 0; }

    /* ── Cards de comparação (2 colunas) ────────────── */
    .compare-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      margin: 1.5rem 0 2rem;
    }
    .compare-card {
      border: 1px solid var(--gl);
      border-top: 4px solid var(--y);
      border-radius: var(--r);
      padding: 1.25rem;
      background: var(--wh);
      box-shadow: var(--sh);
    }
    .compare-card .cc-label {
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      color: var(--yd);
      margin-bottom: 0.5rem;
      display: block;
    }
    .compare-card h4 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--bk);
      margin: 0 0 0.75rem;
    }
    .compare-card ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
    }
    .compare-card ul li {
      font-size: 0.88rem;
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      line-height: 1.5;
    }
    .compare-card ul li::before {
      content: "→";
      color: var(--y);
      font-weight: 700;
      flex-shrink: 0;
    }

    /* ── Lista de entregáveis ───────────────────────── */
    .entreg-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0 1.75rem;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
    }
    .entreg-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      background: var(--gbg);
      border-radius: 8px;
      padding: 0.85rem 1rem;
      font-size: 0.95rem;
    }
    .entreg-list li .dot {
      width: 10px;
      height: 10px;
      background: var(--y);
      border-radius: 50%;
      flex-shrink: 0;
      margin-top: 6px;
    }
    .entreg-list li strong { color: var(--bk); }

    /* ── Bloco de quote / frase de impacto ──────────── */
    .quote-blk {
      border-left: 5px solid var(--y);
      margin: 2rem 0;
      padding: 1rem 1.5rem;
      background: var(--gbg);
      border-radius: 0 var(--r) var(--r) 0;
    }
    .quote-blk p {
      font-family: var(--font-h);
      font-size: 1.2rem;
      font-style: italic;
      color: var(--bk);
      margin: 0;
      line-height: 1.55;
    }

    /* ── FAQ ────────────────────────────────────────── */
    .faq-sec { margin: 3rem 0 2rem; }
    .faq-item {
      border: 1px solid var(--gl);
      border-radius: var(--r);
      margin-bottom: 0.85rem;
      overflow: hidden;
    }
    .faq-q {
      background: var(--gbg);
      padding: 1rem 1.25rem;
      font-weight: 700;
      color: var(--bk);
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.98rem;
      user-select: none;
    }
    .faq-q::after { content: "+"; font-size: 1.4rem; color: var(--y); font-weight: 300; }
    .faq-q[aria-expanded="true"] { background: var(--yl); color: var(--bk); }
    .faq-q[aria-expanded="true"]::after { content: "−"; }
    .faq-ans {
      padding: 1rem 1.25rem 1.1rem;
      font-size: 0.93rem;
      line-height: 1.72;
      border-top: 1px solid var(--gl);
      background: var(--wh);
      display: none;
    }
    .faq-ans.open { display: block; }

    /* ── CTA Block ──────────────────────────────────── */
    .cta-blk {
      background: var(--bk);
      border-radius: var(--r);
      padding: 2.5rem 2rem;
      margin: 3rem 0 2rem;
      text-align: center;
      color: var(--wh);
      position: relative;
      overflow: hidden;
    }
    .cta-blk::before {
      content: "";
      position: absolute;
      top: -60px; right: -60px;
      width: 220px; height: 220px;
      border-radius: 50%;
      background: rgba(254,183,3,0.08);
    }
    .cta-blk::after {
      content: "";
      position: absolute;
      bottom: -70px; left: -50px;
      width: 250px; height: 250px;
      border-radius: 50%;
      background: rgba(254,183,3,0.05);
    }
    .cta-blk h2 {
      font-family: var(--font-h);
      font-size: clamp(1.2rem, 2.5vw, 1.65rem);
      color: var(--wh);
      margin: 0 0 0.75rem;
      border: none;
      padding: 0;
      position: relative;
      z-index: 1;
    }
    .cta-blk p {
      font-size: 0.97rem;
      opacity: 0.8;
      max-width: 520px;
      margin: 0 auto 1.75rem;
      position: relative;
      z-index: 1;
    }
    .cta-tags {
      display: flex;
      gap: 0.6rem;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 1.75rem;
      position: relative;
      z-index: 1;
    }
    .cta-tag {
      background: rgba(254,183,3,0.12);
      border: 1px solid rgba(254,183,3,0.3);
      color: var(--y);
      font-size: 0.78rem;
      padding: 4px 12px;
      border-radius: 20px;
      font-weight: 600;
    }
    .cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      background: var(--y);
      color: var(--bk) !important;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 1rem;
      padding: 0.9rem 2.25rem;
      border-radius: 50px;
      position: relative;
      z-index: 1;
      transition: background 0.2s, transform 0.15s;
    }
    .cta-btn:hover { background: var(--yd); transform: translateY(-2px); }
    .cta-note {
      display: block;
      margin-top: 1rem;
      font-size: 0.78rem;
      opacity: 0.45;
      position: relative;
      z-index: 1;
    }

    /* ── Mobile ─────────────────────────────────────── */
    @media (max-width: 600px) {
      .stat-bar        { flex-direction: column; gap: 1.25rem; }
      .compare-grid    { grid-template-columns: 1fr; }
      .cta-blk         { padding: 2rem 1.25rem; }
      .post-est h1     { font-size: 1.5rem; }
    }/* End custom CSS */