.elementor-900 .elementor-element.elementor-element-6a15c44{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-900 .elementor-element.elementor-element-aee4805{--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;}@media(max-width:1024px){.elementor-900 .elementor-element.elementor-element-6a15c44{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-900 .elementor-element.elementor-element-6a15c44{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-12edd55 */<style>
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background:#f7f7f7;
  }

  .hero {
    background:#ffffff;
    padding:40px 20px;
    text-align:center;
    border-bottom:2px solid #eee;
  }

  .hero h1 {
    font-size:32px;
    margin-bottom:10px;
    font-weight:700;
  }

  .hero p {
    font-size:18px;
    margin-bottom:20px;
  }

  .cta-btn {
    display:inline-block;
    background:#2F00FD;
    color:#fff;
    padding:18px 26px;
    font-size:20px;
    font-weight:600;
    border-radius:8px;
    text-decoration:none;
    margin:10px;
  }

  .cta-btn.red {
    background:#DD183B;
  }

  .section {
    background:#ffffff;
    padding:30px 20px;
    margin:20px auto;
    max-width:900px;
    border-radius:10px;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
  }

  .section h2 {
    font-size:26px;
    margin-bottom:15px;
    text-align:center;
  }

  .section ul {
    list-style:none;
    padding:0;
    margin:0;
    font-size:18px;
    line-height:1.5;
  }

  .section ul li {
    padding:6px 0;
  }

  .badge-row {
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:20px;
    flex-wrap:wrap;
  }

  .badge {
    background:#eaeaea;
    padding:10px 18px;
    border-radius:20px;
    font-size:16px;
    font-weight:600;
  }

  .final-cta {
    text-align:center;
    padding:40px 20px;
  }

  .final-cta h2 {
    font-size:28px;
    margin-bottom:20px;
  }

  @media(max-width:600px){
    .hero h1 { font-size:26px; }
    .section h2 { font-size:22px; }
  }
</style>/* End custom CSS */