/*
Theme Name: Astra Child - Habach Bau
Template: astra
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Montserrat:wght@700;800;900&family=DM+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --dark: #1a1a18;
  --darker: #111110;
  --amber: #D4860A;
  --amber-light: #F0A020;
  --cream: #F5F0E8;
  --warm-gray: #8C8880;
  --light: #FAFAF7;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--light);
  color: var(--dark);
  overflow-x: hidden;
}

/* Hide default Astra header/footer */
.site-header, .site-footer, .ast-above-header, .ast-below-header { display: none !important; }
.site-content { padding: 0 !important; margin: 0 !important; }
.ast-container { max-width: 100% !important; padding: 0 !important; }

/* ============================================
   LP SECTIONS - RAND-ABSTAENDE
   ============================================ */
.lp-hero, .lp-trust, .lp-grid, .lp-cta, .lp-links {
  margin-left: 60px;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .lp-hero, .lp-trust, .lp-grid, .lp-cta, .lp-links {
    margin-left: 36px;
    margin-right: 36px;
  }
}
