.elementor-728 .elementor-element.elementor-element-43608bf{--display:flex;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;}.elementor-728 .elementor-element.elementor-element-43608bf:not(.elementor-motion-effects-element-type-background), .elementor-728 .elementor-element.elementor-element-43608bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f9f9;}/* Start custom CSS for html, class: .elementor-element-65da8fe */<style>
  /* folosește fontul/culorile site-ului (inherit). Ajustezi doar 3-4 variabile dacă vrei */
  :root{
    --sa-cta-bg: #f5f5f5;
    --sa-cta-border: rgba(0,0,0,.12);
    --sa-cta-text: #111;
    --sa-cta-muted: rgba(17,17,17,.72);
  }

  .sa-prefooter-cta{
    background: var(--sa-cta-bg);
    border-top: 1px solid var(--sa-cta-border);
    border-bottom: 1px solid var(--sa-cta-border);
    padding: 56px 20px;
  }

  .sa-prefooter-cta__wrap{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 28px;
    align-items: center;
  }

  .sa-prefooter-cta__kicker{
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sa-cta-muted);
    margin-bottom: 10px;
  }

  .sa-prefooter-cta__title{
    margin: 0 0 12px 0;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--sa-cta-text);
  }

  .sa-prefooter-cta__text{
    margin: 0;
    font-size: 16.5px;
    line-height: 1.75;
    color: var(--sa-cta-muted);
    max-width: 820px;
  }

  .sa-prefooter-cta__actions{
    display: flex;
    justify-content: flex-end;
  }

  /* Buton minimalist, compatibil cu vibe-ul Stonearc */
  .sa-prefooter-cta__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border: 1px solid rgba(0,0,0,.35);
    color: var(--sa-cta-text);
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    background: transparent;
    transition: all .22s ease;
    border-radius: 0; /* “editorial” */
    min-width: 160px;
  }

  .sa-prefooter-cta__btn:hover{
    background: #111;
    color: #fff;
    border-color: #111;
    transform: translateY(-1px);
  }

  @media (max-width: 900px){
    .sa-prefooter-cta__wrap{
      grid-template-columns: 1fr;
      text-align: left;
    }
    .sa-prefooter-cta__actions{
      justify-content: flex-start;
      margin-top: 6px;
    }
    .sa-prefooter-cta__title{
      font-size: 28px;
    }
  }
</style>/* End custom CSS */