
.ccp__hero {
    background-color: #045EAA;
    color: #FFFFFF;
    padding: 2rem;
    display: flex;
    align-items: center;
    padding: 0;
}

.ccp__hero__content {
    padding: 1rem 2rem;
}

    .ccp__hero__content h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .ccp__hero__content p {
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.5;
    }

.ccp__hero .ccp__hero__img {
    width: 100%;
    max-width: 500px;
    flex-shrink: 0;
}

    .ccp__hero .ccp__hero__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.ccp__hero h1 {
    line-height: 1.3;
}

.ccp__banner {
    width: 100%;
    background-color: #efefef;
    margin-bottom: 2rem;
}

    .ccp__banner ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        padding: 0;
    }

        .ccp__banner ul li {
            display: flex;
            align-items: center;
            gap: 0.1rem;
            font-weight: 500;
            font-size: 1.2rem;
        }

.ccp__eligible {
    padding: 3rem 1.5rem;
}

.ccp__membership__grid {
    gap: 0.8rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.ccp__membership {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ccp__membership__card {
    border: 2px solid #2a6c35;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    gap: 1rem;
    position: relative;
}
/* .ccp__membership:last-child .ccp__membership__card:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSI0MHB4IiBmaWxsPSIjM2JiNTRhIj48cGF0aCBkPSJtMzg5LTQwMCA5MS01NSA5MSA1NS0yNC0xMDQgODAtNjktMTA1LTktNDItOTgtNDIgOTgtMTA1IDkgODAgNjktMjQgMTA0Wk0yMDAtMTIwdi02NTYuNjdxMC0yNyAxOS44My00Ni44MyAxOS44NC0xOS44MyA0Ni44NC0xOS44M2g0MjYuNjZxMjcgMCA0Ni44NCAxOS44M1E3NjAtODAzLjY3IDc2MC03NzYuNjdWLTEyMEw0ODAtMjQwIDIwMC0xMjBaIi8+PC9zdmc+");
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -15px;
    right: 10px;
} */
.ccp__membership:last-child .ccp__membership__card {
    background-color: #2a6c35;
    color: #FFFFFF;
}

    .ccp__membership:last-child .ccp__membership__card .ccp__membership__price {
        border-color: rgba(255,255,2555,0.4);
    }

.ccp__membership:last-child .ccp__membership__button button,
.ccp__membership:last-child .ccp__membership__button a {
    background-color: #2a6c35;
    color: #FFFFFF;
}

.ccp__membership__card h3 {
    text-transform: uppercase;
    font-size: 2rem;
    padding-top: 2rem;
    margin-bottom: 0;
}

.ccp__membership__card ul {
    margin: 0;
    padding-left: 1rem;
}

.ccp__membership__price {
    border-top: 1px solid #2a6c35;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
}

    .ccp__membership__price span {
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: normal;
    }
/* Membership Button */
.ccp__membership__button form button {
    color: #2a6c35;
}

.ccp__membership:last-child .ccp__membership__button form button {
    color: white;
}

.ccp__membership__button button,
.ccp__membership__button a {
    width: 100%;
    display: block;
    border: 2px solid #2a6c35;
    text-align: center;
    padding: 0.5rem;
    color: #2a6c35;
    cursor: pointer;
}

    .ccp__membership__button button:hover,
    .ccp__membership__button a:hover {
        text-decoration: none;
    }
.ccp__membership:last-child:hover .ccp__membership__button button,
.ccp__membership__button:hover {
    cursor: pointer;
    background-color: #3db64b4f;
}
.ccp__membership__badge {
    display: inline-block;
    background-color: #ffc107;
    color: #2a6c35;
    font-weight: bold;
    padding: 0 0.5rem;
    border-radius: 1rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.ccp__testimonial {
    background: linear-gradient(#FFFFFF 140px, #efefef 140px);
    display: flex;
    align-items: flex-end;
}

.ccp__testimonial__text {
    padding: 0 1.5rem;
    margin-bottom: 30px;
}

    .ccp__testimonial__text p:last-child {
        margin-bottom: 0;
    }

.ccp__testimonial__image {
    width: 100%;
    max-width: 300px;
}

    .ccp__testimonial__image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ccp__faq__list {
    counter-reset: faq-list;
    list-style-type: none;
}

    .ccp__faq__list > li {
        margin-bottom: 1.5rem;
        counter-increment: faq-list;
        display: flex;
        gap: 1rem;
        cursor: pointer;
    }

        .ccp__faq__list > li::before {
            content: counter(faq-list) ". ";
            font-weight: bold;
            font-size: 1.5rem;
        }

        .ccp__faq__list > li::after {
            content: "+";
            margin-left: auto;
            font-size: 1.5rem;
        }

        .ccp__faq__list > li.active::after {
            content: "-";
        }

        .ccp__faq__list > li.active .ccp__faq__answer {
            display: block;
        }

.ccp__faq__heading__text {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

    .ccp__faq__heading__text span {
        display: flex;
        font-size: 1.25rem;
        font-weight: normal;
    }

.ccp__faq__question {
    font-size: 1.5rem;
    font-weight: bold;
}

.ccp__faq__answer {
    font-size: 1rem;
    font-weight: normal;
    display: none;
}
/* Mobile */
@media screen and (max-width:1024px) {
    .ccp__hero {
        flex-direction: column;
    }

        .ccp__hero .ccp__hero__img {
            max-width: 100%;
        }

    .ccp__membership__grid {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .ccp__testimonial {
        flex-direction: column-reverse;
        align-items: center;
        background: #efefef;
        padding-top: 1rem;
    }

    .ccp__testimonial__text {
        margin-bottom: 0;
    }

    .ccp__faq__heading {
        border-bottom: 1px solid #efefef;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .ccp__faq__list {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .ccp__banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ccp__banner ul {
            flex-direction: column;
            gap: 0;
            align-items: flex-start;
        }

            .ccp__banner ul li {
                font-size: 1rem;
            }
}
