.elementor-584 .elementor-element.elementor-element-cfc7715{--display:flex;}/* Start custom CSS *//* ============================
   CONTRACTOR PRICING PAGE
   Premium Modern Style
   ============================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap');

.cp-pricing {
    font-family: 'Inter', sans-serif;
    padding: 60px 40px;
    background: linear-gradient(135deg, #F7F7F7 0%, #F2F2F2 40%, #ECECEC 100%);
}

/* HERO */
.cp-price-hero {
    text-align: center;
    margin-bottom: 60px;
}

.cp-price-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #C8102E; /* BRAND RED */
    margin-bottom: 10px;
}
.elementor .cp-price-title,
.cp-pricing .cp-price-title {
    color: #C8102E !important;
}


.cp-price-subtitle {
    font-size: 20px;
    color: #4A4A4A;
}

/* PRICING CARDS */
.cp-price-tiers {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 80px;
}

.cp-price-card {
    background: #FFFFFF;
    padding: 30px;
    width: 320px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.cp-price-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    color: #C8102E; /* BRAND RED */
}

.cp-price-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cp-price-card li {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
}

.cp-price-card li span {
    font-weight: 600;
    color: #1A1A1A;
}

/* NOTES */
.cp-price-notes {
    margin-bottom: 80px;
}

.cp-price-notes ul {
    list-style: disc;
    padding-left: 25px;
}

.cp-price-notes li {
    font-size: 16px;
    margin-bottom: 10px;
}

/* CTA */
.cp-price-cta {
    text-align: center;
    margin-top: 40px;
}

.cp-price-cta h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    margin-bottom: 10px;
    color: #1A1A1A;
}

.cp-price-cta p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.cp-btn {
    display: inline-block;
    background: #C8102E; /* BRAND RED */
    color: #FFF;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.25s ease;
}

.cp-btn:hover {
    background: #A50D25;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .cp-price-tiers {
        flex-direction: column;
        align-items: center;
    }
}/* End custom CSS */