.pd-ec-wrapper {
    max-width: 620px;
    margin: 40px auto;
    font-family: system-ui, sans-serif;
}

.pd-ec-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.pd-ec-progress {
    background: #eee;
    height: 8px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.pd-ec-progress-bar {
    height: 8px;
    background: linear-gradient(90deg, #27ae60, #2ecc71);
    width: 0;
    transition: .3s;
}

.pd-ec-progress-text,
.pd-ec-micro,
.pd-ec-top-micro {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
}

.pd-ec-helper {
    color: #555;
    margin-bottom: 20px;
}

.pd-ec-options {
    display: grid;
    gap: 12px;
}

.pd-ec-option {
    border: 2px solid #ddd;
    padding: 14px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: .2s;
}

.pd-ec-option input { display: none; }

.pd-ec-option.active,
.pd-ec-option:hover {
    border-color: #2ecc71;
    background: #f0fbf5;
}
.pd-ec-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.pd-ec-next,
.pd-ec-submit,
.pd-ec-cta {
    padding: 14px;
    background: #6B705C;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

.pd-ec-next:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.pd-ec-privacy {
    font-size: 13px;
    color: #777;
    margin-top: 10px;
    text-align: center;
}
.pd-ec-notice {
    background: #fdecea;
    color: #611a15;
    border: 1px solid #f5c6cb;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 10px 0 15px;
    font-size: 14px;
    text-align: center;
}

.pd-ec-notice.success {
    background: #e6f9f0;
    color: #0f5132;
    border-color: #badbcc;
}

.pd-ec-notice.error {
    background: #fdecea;
    color: #611a15;
    border-color: #f5c6cb;
}
a.pd-ec-cta {
    text-decoration: none !important;
}
form#pd-ec-contact-form {
    padding: 0 30px;
}
form#pd-ec-contact-form input {
    margin: 10px 0;
}
p.pd-ec-helper {
    font-weight: 500;
    text-align: center;
}
.pd-ec-cta-note {
    font-size: 13px;
    color: #444;
    margin: 12px 0 6px;
}
.pd-ec-testimonial {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
    font-style: italic;
    font-weight: 500;
}

.pd-ec-security,
.pd-ec-urgency,
.pd-ec-availability,
.pd-ec-cta-note {
    font-size: 13px;
    color: #444;
    margin-top: 8px;
}
p.pd-ec-availability,p.pd-ec-urgency,.pd-ec-start {
    text-align: center;
}
.pd-ec-field-error {
    display: none;
    font-size: 12px;
    color: #c0392b;
    margin-top: 4px;
}

.pd-ec-input-error {
    border-color: #c0392b;
}
.pd-ec-card.pd-ec-result {
    font-size: 14px;
}
.pd-ec-result .pd-ec-cta-note {
    padding: 10px;
}
ul.pd-ec-summary,ul.pd-ec-benefits {
    margin: 0;
    margin-bottom: 20px;
}
.pd-ec-result h4{
    margin-bottom: 5px;
}
.pd-ec-result .pd-ec-subheadline {
    font-size: 16px;
    margin-bottom: 20px;
}

@media screen and (max-width:767px){
    .pd-ec-card {
        padding: 15px;
    }
    form#pd-ec-contact-form {
        padding: 0 0px;
    }
}