/*
Theme Name: GrL'Ca
Theme URI: https://grlca.com
Author: GrL'Ca
Author URI: https://grlca.com
Description: Custom WordPress theme for GrL'Ca web agency. Warm editorial design with animated logo, full homepage sections, blog roll and single post layout.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grlca
Tags: custom-logo, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, translation-ready
*/

/* Theme styles are enqueued via assets/css/main.css */

/* ── CTA FIX – overrides cached main.css ── */
.cta-section {
  position: static !important;
}
.cta-section::before,
.cta-section::after {
  display: none !important;
  pointer-events: none !important;
}
.btn-cta {
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
