/*
 Theme Name:   Hello Elementor Child - CutCard
 Theme URI:    https://cutcard.io
 Description:  Hello Elementor Child Theme for CutCard Landing Page
 Author:       CutCard
 Author URI:   https://cutcard.io
 Template:     hello-elementor
 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:  hello-elementor-child
*/

/* ==========================================================================
   CutCard Landing Page - Global Overrides
   ========================================================================== */

/* Remove default WordPress/Elementor margins */
body.cutcard-landing {
  margin: 0;
  padding: 0;
  background: #0A0A0A;
}

/* Hide default header/footer on landing page */
body.cutcard-landing .site-header,
body.cutcard-landing .site-footer {
  display: none;
}

/* Full width container */
body.cutcard-landing .site-main {
  padding: 0;
  max-width: 100%;
}

/* Ensure landing page takes full viewport */
body.cutcard-landing .elementor-section.elementor-section-stretched {
  width: 100% !important;
  left: 0 !important;
}
