.ept-wrapper {
    border: 2px solid #A084F6;
    border-radius:12px;
    padding:20px;
    width:100%;
}
.ept-header { text-align:center; margin-bottom:15px; }
.ept-plan {
    font-size:20px;
    font-weight:600;
}
.ept-ribbon {
    background:#D7F9EC; color:#1FBC9C;
    padding:3px 8px; border-radius:20px; font-size:12px; margin-left:8px;
}
.ept-price { font-size:32px; font-weight:bold; display:block; }
.ept-period { font-size:16px; color:#555; }
.ept-cta-wrap { text-align:center; margin-bottom:15px; }
.ept-cta {
    background:#8F00FF; color:#fff;
    padding:10px 20px; border:none; border-radius:8px;
    text-decoration:none; display:inline-block;
}
.ept-sections { margin-top:10px; }
.ept-section { margin-bottom:15px; }
.ept-section h4 { font-size:16px; margin-bottom:8px; }
.ept-section ul { list-style:none; padding:0; }
.ept-section li {
    margin-bottom:6px; display:flex; align-items:center;
}
.ept-feature-icon, .ept-section li svg {
    width: 16px !important;
    height: 16px !important;
    margin-right:8px;
    fill: #1FBC9C;
}
.ept-label {
    background:#F3E8FF; color:#8F00FF;
    padding:2px 6px; border-radius:6px; font-size:12px; margin-left:8px;
}
