/* ==========================================================================
   RENEWAL LP - HIGH VISIBILITY OVERRIDE
   ========================================================================== */

/* Scope to the landing page ID or class */
.renewal-lp, 
.renewal-lp * {
    color: #ffffff !important; /* Global Force White */
}

/* Specific dimming for secondary text for aesthetics, while keeping high contrast */
.renewal-lp p,
.renewal-lp .premium-subtitle,
.renewal-lp .pain-card p,
.renewal-lp .faq-a,
.renewal-lp li {
    color: #dddddd !important; 
}

.renewal-lp h1, 
.renewal-lp h2, 
.renewal-lp h3, 
.renewal-lp h4, 
.renewal-lp h5, 
.renewal-lp h6 {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 800;
}

.renewal-lp .section-tag {
    color: #f0b400 !important;
    letter-spacing: 5px;
    font-weight: 900;
}

.renewal-lp .price-name {
    color: #f0b400 !important;
}

/* Form inputs need to stay dark text for contrast on their light bg if any, 
   but our form has a dark bg and we want light text. */
.renewal-lp input,
.renewal-lp select,
.renewal-lp textarea {
    color: #ffffff !important;
    background-color: #111 !important;
    border: 1px solid #333 !important;
}

/* Exceptions for elements on Light (Yellow) backgrounds */
.renewal-lp .has-accent-background-color,
.renewal-lp .has-accent-background-color * {
    color: #000000 !important;
}

.renewal-lp .wp-block-button__link {
    color: #000000 !important;
    background-color: #f0b400 !important;
    font-weight: 900 !important;
}

/* Ensure images are visible */
.renewal-lp img {
    opacity: 1 !important;
    visibility: visible !important;
}
