.rpr-card {
    cursor: pointer;
    transition: all 0.25s ease;
}

.rpr-header img{
    height: 125px; 
    margin-left:100px;
}

.selected-plan {
    background: #dff5e8 !important;
    border: 2px solid #23a559;
    transform: scale(1.03);
}

.plan-btn {
    transition: all 0.2s ease;
}

.selected-plan .plan-btn {
    background: #23a559 !important;
    color: white !important;
    border: none !important;
}

.rpr-hero-outer {
    width: 100%;
    background: #dff5e8;   /* light mint */
    padding: 10px 6% 80px;
}

/* PROMO BAR */
.rpr-promo-bar {
    background: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 22px;
    margin: 0 40% 36px;
    max-width: 580px;
    width: 100%;
    position: absolute;
    top: 100px;
}

.rpr-price-tag {
    font-size: 30px;
}

/* INNER GREEN BOX */
.rpr-hero-inner {
    background: #2ea45a;
    border-radius: 16px;
    padding: 60px 6% 40px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 250px;
}

.hero-title {
    font-size: 62px;
}

.hero-calculator {
    font-size: 23px;
}

.badge-refund {
    width: 125px;
}

.badge-trust {
    width: 200px;
}

.badge-savings {
    width: 155px;
}

/* THIS CENTERS BUTTON UNDER CARDS */
.rpr-next-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.rpr-next-btn {
    background: white;
    color: #23a559;
    padding: 12px 45px;
    border-radius: 6px;
    border: none;
    font-weight: bold;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

/* LEFT SIDE */
.rpr-hero-left {
    flex: 1;
    color: white;
    max-width: 535px;
    margin-top: 30px;
}

.rpr-hero-left h1 {
    font-size: 44px;
    font-weight: 800;
}

.rpr-hero-left span { color: #d6ffe3; }

.rpr-badges img { height: 68px; margin-right: 12px; height: 110px;}

/* CARDS */
.rpr-pricing-cards {
    flex: 1;
    display: flex;
    gap: 25px;
    padding-left: 75px;
}

.rpr-card {
    background: white;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    width: 360px;
    height: 600px;
}

.rpr-card-logo { height: 90px; }

.rpr-tag {
    position: absolute;
    top: -15px;
    left: 19%;
    transform: translateX(-50%);
    color: white;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
}

.rpr-btn-primary {
    background: white;
    border: 2px solid #23a559;
    color: #23a559;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
}

.rpr-btn-outline {
    background: white;
    border: 2px solid #23a559;
    color: #23a559;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
}

.rpr-header {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.rpr-banner {
    width: 100%;
}

.cp-trust {
    display: flex;
    justify-content: center;
    gap: 80px;
    background: #23a559;
    color: white;
    padding: 20px;
    font-weight: 600;
    font-size: 24px;
}

.cp-info {
    text-align: center;
    margin: 35px auto 25px 35px;

}

/* FEATURES */
.cp-features {
    display: flex;
    align-items: center;
    background: #dff5e8;
}

.cp-feature-img img {
    width: 350px;
}

.cp-feature-list ul li {
    margin-bottom: 10px;
    font-size: 18px;
    margin-left: 100px;
}

.cp-testimonial {
    background: #23a559;
    height: 300px;
    width: 100%;
    padding: 60px 8%;
}

.cp-testimonial-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.cp-testimonial-text {
    flex: 1;
    color: white;
}

.cp-testimonial-image {
    flex: 1;
    text-align: left;
}

.card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.card-features li {
    display: flex;
    align-items: center;
    gap: 8px;  /* spacing between icon and text */
    margin-bottom: 6px;
}

.cp-benefits-strip {
    background: #dff5e8;
    padding: 60px 8%;
}

.cp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 30px;
}

.cp-benefit img {
    height: 60px;
    margin-bottom: 10px;
}

.cp-benefit p {
    font-weight: 600;
    font-size: 16px;
}

.cp-compliance-section {
    background: #f5f5f5;
    padding: 70px 8%;
    text-align: center;
}

/* Laptop container */
.cp-laptop-wrapper {
    position: relative;
    display: inline-block;
}

/* Laptop image */
.cp-laptop-img {
    max-width: 100%;
    height: auto;
}

.cp-laptop-content {
    position: absolute;
    top: 22%;
    left: 18%;
    width: 64%;
    text-align: left;
}

/* HEADING */
.cp-laptop-heading {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 50px;
    margin-left: 95px;
}

.cp-laptop-box ul li {
    margin-bottom: 10px;
    font-size: 22px;
    margin-left: 250px;
}

.cp-final-cta {
    background: #2ea45a;
    color: white;
    padding: 80px 8% 30px;
}

.cp-cta-inner {
    text-align: center;
    margin-bottom: 60px;
}

.cp-feature-img img {
    height: 600px;
    width: 890px;
}

.cp-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
}

.cp-main-cta-btn {
    background: white;
    color: #2ea45a;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    text-decoration: none;
}

/* FOOTER ROW */
.cp-cta-footer {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    opacity: 0.9;
}

.cp-cta-footer a {
    color: white;
    text-decoration: underline;
}

.rpr-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.is-hidden {
    display: none !important;
}
