.elementor-4006 .elementor-element.elementor-element-af33aeb{--display:flex;--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;}/* Start custom CSS for html, class: .elementor-element-6da4690 */html,
body {
  background: #ffffff;
}

  <style>
  
   section {
  background: #f7f4f1;
}
    :root {
      --bg: #f7f4f1;
      --bg-alt: #ffffff;
      --primary: #7b2533;
      --primary-soft: #f0dde0;
      --accent: #c7923e;
      --text: #2c2c2c;
      --muted: #777777;
      --border: #e0d7d2;
      --radius-lg: 16px;
      --radius-md: 10px;
      --shadow-soft: 0 15px 35px rgba(0, 0, 0, 0.08);
      --shadow-light: 0 8px 20px rgba(0, 0, 0, 0.05);
      --container-width: 1120px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
    }

    img {
      max-width: 100%;
      display: block;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .container {
      max-width: var(--container-width);
      margin: 0 auto;
      padding: 0 16px;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(247, 244, 241, 0.98);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    }

    .topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0;
      font-size: 14px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--primary);
    }

    .logo-mark {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 2px solid var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      background: #fff;
    }

    .header-contact {
      display: flex;
      align-items: center;
      gap: 14px;
      font-size: 13px;
      color: var(--muted);
    }

    .header-phone {
      font-weight: 600;
      color: var(--primary);
    }

    .header-badge {
      padding: 4px 10px;
      border-radius: 999px;
      background: var(--primary-soft);
      color: var(--primary);
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
    }

    /* Hero */

    #hero {
      padding: 40px 0 60px;
    }

    .hero-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
      gap: 32px;
      align-items: center;
    }

    .hero-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(123, 37, 51, 0.08);
      color: var(--primary);
      font-size: 12px;
      margin-bottom: 14px;
    }

    .hero-label-dot {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #12b981;
    }

    .hero-title {
      font-size: 32px;
      line-height: 1.15;
      letter-spacing: -0.03em;
      margin-bottom: 14px;
      color: #171717;
    }

    .hero-subtitle {
      font-size: 15px;
      color: var(--muted);
      margin-bottom: 20px;
      max-width: 460px;
    }

    .hero-bullets {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      font-size: 12px;
      margin-bottom: 22px;
    }

    .hero-bullets span {
      padding: 7px 10px;
      border-radius: 999px;
      background: var(--bg-alt);
      border: 1px solid rgba(0, 0, 0, 0.03);
      box-shadow: var(--shadow-light);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 11px 18px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      border: none;
      outline: none;
      transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease;
      white-space: nowrap;
    }

    .btn-primary {
      background: #25d366;
      color: #0f172a;
      box-shadow: 0 14px 30px rgba(37, 211, 102, 0.35);
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 36px rgba(37, 211, 102, 0.45);
    }

    .btn-outline {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: transparent;
      color: var(--text);
    }

    .btn-outline:hover {
      background: rgba(0, 0, 0, 0.04);
      transform: translateY(-1px);
    }

    .btn-icon {
      font-size: 18px;
    }

    .hero-trust {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      font-size: 12px;
      color: var(--muted);
    }

    .hero-trust span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .hero-trust strong {
      color: var(--primary);
      font-weight: 600;
    }

    .hero-card {
      background: radial-gradient(circle at top left, #f4e1e4 0, #f7f4f1 40%, #ffffff 100%);
      border-radius: 24px;
      padding: 20px;
      box-shadow: var(--shadow-soft);
      border: 1px solid rgba(0, 0, 0, 0.02);
    }

    .hero-card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px;
    }

    .hero-card-title {
      font-size: 18px;
      font-weight: 600;
      color: #111827;
    }

    .hero-card-tag {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      background: rgba(17, 24, 39, 0.08);
      padding: 4px 8px;
      border-radius: 999px;
    }

    .hero-card-body {
      font-size: 13px;
      color: var(--muted);
      margin-bottom: 14px;
    }

    .hero-line {
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.08), transparent);
      margin: 12px 0 14px;
    }

    .hero-card-metrics {
      display: flex;
      gap: 20px;
      font-size: 12px;
    }

    .hero-card-metrics div strong {
      display: block;
      font-size: 16px;
      color: #111827;
    }

    main {
      padding-bottom: 60px;
    }

    /* Sections generic */

    section {
      padding: 42px 0;
    }

    section:nth-of-type(even) {
      background: rgba(255, 255, 255, 0.9);
    }

    section:nth-of-type(odd) {
      background: transparent;
    }

    section h2 {
      font-size: 24px;
      margin-bottom: 10px;
      letter-spacing: -0.02em;
    }

    section p.section-subtitle {
      font-size: 14px;
      color: var(--muted);
      max-width: 560px;
      margin-bottom: 22px;
    }

    /* Benefícios */

    .beneficios-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .beneficio-card {
      background: var(--bg-alt);
      padding: 16px;
      border-radius: var(--radius-md);
      border: 1px solid var(--border);
      box-shadow: var(--shadow-light);
      font-size: 13px;
    }

    .beneficio-card h3 {
      font-size: 15px;
      margin-bottom: 6px;
      color: #111827;
    }

    /* Inclui */

    .inclui-wrap {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
      gap: 24px;
      align-items: flex-start;
    }

    .inclui-list {
      list-style: none;
      font-size: 14px;
      display: grid;
      gap: 8px;
    }

    .inclui-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 8px 10px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(0, 0, 0, 0.02);
    }

    .inclui-bullet {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      margin-top: 5px;
      background: var(--accent);
    }

    .inclui-box {
      background: radial-gradient(circle at top, #f4e1e4 0, #f7f4f1 50%, #ffffff 100%);
      padding: 18px;
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
      font-size: 13px;
    }

    .inclui-box h3 {
      font-size: 16px;
      margin-bottom: 8px;
    }

    /* Planos */

    .planos-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-bottom: 14px;
    }

    .plano {
      background: var(--bg-alt);
      border-radius: var(--radius-lg);
      border: 1px solid var(--border);
      padding: 18px;
      box-shadow: var(--shadow-light);
      font-size: 13px;
      position: relative;
      overflow: hidden;
    }

    .plano h3 {
      font-size: 16px;
      margin-bottom: 6px;
    }

    .plano p {
      color: var(--muted);
      margin-bottom: 10px;
    }

    .plano ul {
      list-style: none;
      display: grid;
      gap: 6px;
      margin-top: 8px;
    }

    .plano ul li::before {
      content: "• ";
      color: var(--accent);
    }

    .plano-badge {
      position: absolute;
      top: 12px;
      right: 12px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      background: rgba(199, 146, 62, 0.13);
      color: var(--accent);
      padding: 3px 8px;
      border-radius: 999px;
    }

    .plano-destaque {
      border: 1px solid rgba(123, 37, 51, 0.35);
      box-shadow: 0 18px 40px rgba(123, 37, 51, 0.25);
      transform: translateY(-4px);
    }

    .planos-footer-note {
      font-size: 11px;
      color: var(--muted);
      margin-top: 6px;
    }

    /* Como funciona */

    .steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      font-size: 13px;
      counter-reset: step;
    }

    .step {
      background: var(--bg-alt);
      border-radius: var(--radius-md);
      border: 1px solid var(--border);
      padding: 14px 16px 14px 16px;
      box-shadow: var(--shadow-light);
      position: relative;
    }

    .step::before {
      counter-increment: step;
      content: counter(step);
      position: absolute;
      top: 10px;
      left: 12px;
      width: 22px;
      height: 22px;
      border-radius: 999px;
      background: rgba(123, 37, 51, 0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 600;
      color: var(--primary);
    }

    .step h3 {
      font-size: 14px;
      margin-left: 30px;
      margin-bottom: 4px;
    }

    .step p {
      margin-left: 30px;
      color: var(--muted);
    }

    /* Prova social */

    .metrics {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      margin-bottom: 16px;
    }

    .metric-item {
      min-width: 120px;
    }

    .metric-item strong {
      display: block;
      font-size: 22px;
      color: #111827;
    }

    .metric-item span {
      font-size: 12px;
      color: var(--muted);
    }

    .testemunhos {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      font-size: 12px;
      margin-top: 4px;
    }

    .testemunho {
      background: var(--bg-alt);
      border-radius: var(--radius-md);
      padding: 12px 14px;
      border: 1px solid var(--border);
      box-shadow: var(--shadow-light);
    }

    .testemunho strong {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      color: #111827;
    }

    .testemunho span {
      font-size: 11px;
      color: var(--muted);
    }

    /* FAQ */

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    details {
      background: var(--bg-alt);
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font-size: 13px;
      box-shadow: var(--shadow-light);
    }

    summary {
      cursor: pointer;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 6px;
      font-weight: 500;
      color: #111827;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    details[open] summary {
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      padding-bottom: 6px;
      margin-bottom: 4px;
    }

    details p {
      margin-top: 4px;
      color: var(--muted);
    }

    /* CTA final */

    .cta-final {
      text-align: center;
    }

    .cta-final p {
      margin: 8px auto 14px;
      max-width: 520px;
      color: var(--muted);
      font-size: 14px;
    }

    .cta-note {
      font-size: 11px;
      color: var(--muted);
      margin-top: 8px;
    }

    footer {
      border-top: 1px solid rgba(0, 0, 0, 0.04);
      padding: 16px 0 24px;
      font-size: 11px;
      color: var(--muted);
      text-align: center;
    }

    /* Responsivo */

    @media (max-width: 960px) {
      .hero-inner {
        grid-template-columns: minmax(0, 1fr);
      }
      .hero-card {
        margin-top: 8px;
      }
      .beneficios-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .inclui-wrap {
        grid-template-columns: minmax(0, 1fr);
      }
      .planos-grid {
        grid-template-columns: minmax(0, 1fr);
      }
      .steps {
        grid-template-columns: minmax(0, 1fr);
      }
      .faq-grid {
        grid-template-columns: minmax(0, 1fr);
      }
      .testemunhos {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    @media (max-width: 640px) {
      .topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
      }
      .hero-title {
        font-size: 26px;
      }
      .hero-bullets {
        grid-template-columns: minmax(0, 1fr);
      }
      .header-contact {
        flex-wrap: wrap;
      }
    }
  </style>/* End custom CSS */