.cp-6bbe2bad-wrapper {
    display: block;
    width: 100%;
    padding: 40px 0;
    font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box;
}

.cp-6bbe2bad-wrapper * {
    box-sizing: border-box;
}

.cp-6bbe2bad-card {
    background: #ffffff;
    border-radius: 24px;
    width: 100%;
    box-shadow: 0 20px 50px -12px rgba(0, 59, 100, 0.12);
    border: 1px solid #e2e8f0;
    border-top: 6px solid #003B64;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
}

.cp-6bbe2bad-header-pane {
    flex: 0 0 35%;
    width: 35%;
    background-color: #FAFCFF;
    padding: 50px 40px;
    border-right: 1px solid #eef3f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.cp-6bbe2bad-features-pane {
    flex: 0 0 65%;
    width: 65%;
    padding: 50px;
    background-color: #ffffff;
}

.cp-6bbe2bad-badge {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 14px;
    border-radius: 9999px;
    margin-bottom: 24px;
    display: inline-block;
    font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
}

.cp-6bbe2bad-title {
    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: 800;
    color: #003B64;
    margin: 0 0 12px 0;
    line-height: 1.1;
}

.cp-6bbe2bad-subtitle {
    font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    color: #4A5D6E;
    margin: 0 0 32px 0;
    line-height: 1.6;
}

.cp-6bbe2bad-price-wrap {
    display: flex;
    align-items: baseline;
    margin-bottom: 32px;
    gap: 8px;
}

.cp-6bbe2bad-price {
    font-family: Georgia, serif;
    font-size: 68px;
    font-weight: 900;
    color: #003B64;
    line-height: 1;
    letter-spacing: -0.03em;
}

.cp-6bbe2bad-period {
    font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    color: #64748b;
    font-weight: 600;
}

/* Match precisely the active Orange CTA buttons on the site */
.cp-6bbe2bad-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 32px;
    font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    border-radius: 100px; /* Fully rounded pill button */
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background-color: #FF7900;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 14px rgba(255, 121, 0, 0.25);
    border: 2px solid #FF7900;
    text-align: center;
    box-sizing: border-box;
}

.cp-6bbe2bad-btn:hover,
.cp-6bbe2bad-btn:focus {
    background-color: #e06a00;
    border-color: #e06a00;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(255, 121, 0, 0.35);
}

.cp-6bbe2bad-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    width: 100%;
}

.cp-6bbe2bad-group {
    background: #FAFCFF;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eef3f7;
}

.cp-6bbe2bad-group-title {
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    color: #003B64;
    margin: 0 0 16px 0;
}

.cp-6bbe2bad-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cp-6bbe2bad-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.cp-6bbe2bad-check {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.cp-6bbe2bad-check svg {
    width: 100%;
    height: 100%;
    fill: #FF7900;
}

.cp-6bbe2bad-item-text {
    font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #2D3D4E;
    font-weight: 550;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .cp-6bbe2bad-card {
        flex-direction: column;
    }
    .cp-6bbe2bad-header-pane {
        flex: 0 0 100%;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eef3f7;
        padding: 40px;
        align-items: center;
        text-align: center;
    }
    .cp-6bbe2bad-features-pane {
        flex: 0 0 100%;
        width: 100%;
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .cp-6bbe2bad-features-grid {
        grid-template-columns: 1fr;
    }
}
