/* ==========================================================
   COSTA PLATFORM â€” HOME TRANSFERS SECTION
   Ajustes especÃ­ficos da SeÃ§Ã£o 1
   ========================================================== */

#cst-home-transfers {
  scroll-margin-top: 64px;
}

/* Reduz a distÃ¢ncia entre o subtÃ­tulo da seÃ§Ã£o e o Loop Grid */
#cst-home-transfers .cst-section-header {
  margin-bottom: 30px;
}

/* Reduz a distÃ¢ncia entre o Ãºltimo card e o CTA final */
#cst-home-transfers .cst-section-cta {
  margin-top: 30px;
}

/* Remove margens extras que o Elementor pode aplicar aos widgets da seÃ§Ã£o */
#cst-home-transfers .elementor-widget-shortcode,
#cst-home-transfers .elementor-widget-loop-grid {
  margin-bottom: 0 !important;
}

/* Ajustes exclusivos do mobile da SeÃ§Ã£o 1 */
@media (max-width: 767px) {

  #cst-home-transfers {
    scroll-margin-top: 72px;
  }

  #cst-home-transfers .cst-section-header {
    margin-bottom: 22px;
  }

  #cst-home-transfers .cst-section-header__title {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;

    font-size: 36px;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  #cst-home-transfers .cst-section-header__subtitle {
    max-width: 350px;
    margin-top: 18px;

    font-size: 15px;
    line-height: 1.68;
  }

  #cst-home-transfers .cst-section-cta {
    margin-top: 22px;
  }

  #cst-home-transfers .cst-section-cta__text {
    font-size: 15px;
    line-height: 1.65;
  }

}