/* --- Custom Header Styles for Marketing Page --- */ .header-banner { background-color: #f5f5f5; /* Light background for contrast */ padding: 20px 0; text-align: center; border-bottom: 5px solid gold; /* Branded accent line */ margin-bottom: 20px; } .header-content { max-width: 900px; /* Centers and constrains content */ margin: 0 auto; } .logo-text { color: #014c01; /* King's green */ font-size: 26px; font-weight: bold; margin-bottom: 5px; } .headline-marketing { font-size: 38px; color: #000; margin: 5px 0 15px; line-height: 1.1; } .guarantee-header { background-color: gold; color: #000; padding: 10px 30px; font-weight: bold; font-size: 20px; display: inline-block; border-radius: 5px; margin-top: 15px; } .cta-header-box { margin-top: 20px; padding: 10px; } .cta-header-box p { font-size: 18px; font-weight: 600; color: #333; margin: 0; } .phone-number-header { font-size: 40px; font-weight: 900; color: #014c01; /* King's green for high visibility */ margin-top: 5px; }