.elementor-1 .elementor-element.elementor-element-4d151ba{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1 .elementor-element.elementor-element-4d151ba:not(.elementor-motion-effects-element-type-background), .elementor-1 .elementor-element.elementor-element-4d151ba > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1 .elementor-element.elementor-element-1ec80ec{width:100%;max-width:100%;}.elementor-1 .elementor-element.elementor-element-1ec80ec.elementor-element{--flex-grow:1;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-1ec80ec */body, html { background: #0a0a0a !important; margin: 0 !important; }
  .cpf-post-wrapper * { box-sizing: border-box; }
 
  .cpf-post-wrapper {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #0a0a0a;
    color: #f5f5f5;
    padding: 64px 24px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.75;
    font-size: 17px;
  }
 
  .cpf-inner { max-width: 820px; margin: 0 auto; }
 
  .cpf-eyebrow {
    color: #FFC107;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    font-weight: 600;
  }
 
  .cpf-title-wrap {
    border-left: 5px solid #FFC107;
    padding-left: 24px;
    margin-bottom: 44px;
  }
 
  .cpf-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.15;
    margin: 0;
    font-weight: 800;
  }
  .cpf-title span { color: #FFC107; }
 
  .cpf-lead {
    font-size: 19px;
    color: #e8e8e8;
    margin: 0 0 22px 0;
  }
  .cpf-lead-final {
    font-size: 19px;
    color: #ffffff;
    margin: 0 0 28px 0;
    font-weight: 600;
  }
 
  .cpf-hr {
    border: none;
    border-top: 1px solid #2a2a2a;
    margin: 44px 0;
  }
 
  .cpf-h2 {
    color: #FFC107;
    font-size: 27px;
    line-height: 1.25;
    margin: 48px 0 18px 0;
    font-weight: 700;
  }
 
  .cpf-h3 {
    color: #ffffff;
    font-size: 20px;
    margin: 28px 0 8px 0;
    font-weight: 700;
  }
 
  .cpf-p { margin: 0 0 18px 0; color: #e8e8e8; }
  .cpf-p strong { color: #FFC107; }
 
  .cpf-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
  }
  .cpf-list li {
    background: #141414;
    border-left: 3px solid #FFC107;
    padding: 12px 18px;
    margin-bottom: 8px;
    border-radius: 4px;
    color: #f0f0f0;
  }
  .cpf-list li strong { color: #FFC107; }
 
  .cpf-emphasis-box {
    background: #1a1a1a;
    border-left: 4px solid #FFC107;
    padding: 20px 24px;
    margin: 28px 0;
    border-radius: 6px;
  }
  .cpf-emphasis-box p { margin: 0; color: #ffffff; font-size: 18px; font-weight: 500; }
 
  /* Botão CTA inline (no meio do texto) */
  .cpf-cta-inline {
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }
  .cpf-cta-inline a {
    display: inline-block;
    background: #25D366;
    color: #ffffff !important;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 6px 20px rgba(37,211,102,0.25);
    transition: transform .2s ease;
  }
  .cpf-cta-inline a:hover { transform: translateY(-2px); }
 
  /* CTA final destacado */
  .cpf-cta {
    background: linear-gradient(135deg, #FFC107 0%, #FFA000 100%);
    border-radius: 14px;
    padding: 44px 28px;
    text-align: center;
    margin: 56px 0 24px 0;
  }
  .cpf-cta h3 {
    color: #0a0a0a;
    font-size: 28px;
    margin: 0 0 14px 0;
    font-weight: 800;
  }
  .cpf-cta p {
    color: #1a1a1a;
    font-size: 17px;
    margin: 0 0 28px 0;
    font-weight: 500;
  }
  .cpf-cta a {
    display: inline-block;
    background: #25D366;
    color: #ffffff !important;
    text-decoration: none;
    padding: 18px 42px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.35);
    transition: transform .2s ease;
  }
  .cpf-cta a:hover { transform: translateY(-2px); }
 
  .cpf-disclaimer {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin-top: 32px;
    font-style: italic;
  }
 
  @media (max-width: 600px) {
    .cpf-post-wrapper { padding: 44px 18px; }
    .cpf-title { font-size: 30px; }
    .cpf-h2 { font-size: 22px; }
    .cpf-h3 { font-size: 18px; }
    .cpf-lead, .cpf-lead-final { font-size: 17px; }
    .cpf-cta h3 { font-size: 22px; }
    .cpf-cta a, .cpf-cta-inline a { padding: 14px 26px; font-size: 15px; }
  }/* End custom CSS */