.pcl-audit-wrapper {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

/* Progress bar */
.pcl-progress {
    width: 100%;
    height: 8px;
    background: #ececec;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 40px;
}

.pcl-progress-bar {
    width: 0;
    height: 100%;
    background: #111;
    transition: width 0.3s ease;
}

/* Steps */
.pcl-step {
    display: none;
}

.pcl-step.active {
    display: block;
}

.pcl-step-counter {
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
}

.pcl-question {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 32px;
}

/* Scale options — vertical layout */
.pcl-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

.pcl-option {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.pcl-option:hover {
    border-color: #aaa;
    background: #fafafa;
}

.pcl-option input {
    display: none;
}

.pcl-option-value {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 17px;
    font-weight: bold;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pcl-option-label {
    font-size: 15px;
    color: #444;
    line-height: 1.4;
    margin: 0;
}

.pcl-option input:checked + .pcl-option-value {
    background: #111;
    color: #fff;
    border-color: #111;
}

.pcl-option input:checked ~ .pcl-option-label {
    color: #111;
    font-weight: 600;
}

.pcl-option:has(input:checked) {
    border-color: #111;
    background: #f5f5f5;
}

/* Buttons */
.pcl-buttons {
    display: flex;
    gap: 12px;
}

.pcl-buttons button,
#pcl-user-details button {
    border: none;
    background: #111;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease;
}

.pcl-buttons button:hover,
#pcl-user-details button:hover {
    background: #333;
}

.pcl-cta-btn {
    border: none;
    background: #106000;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease;
}

.pcl-cta-btn:hover {
    background: #0a4800;
}

.pcl-buttons .pcl-prev {
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
}

.pcl-buttons .pcl-prev:hover {
    background: #f5f5f5;
}

/* User details */
#pcl-user-details h2 {
    margin-bottom: 12px;
}

#pcl-user-details p {
    margin-bottom: 24px;
    color: #555;
}

#pcl-user-details input[type="text"],
#pcl-user-details input[type="email"] {
    width: 100%;
    padding: 14px;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
}

.pcl-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.pcl-consent-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #106000;
    cursor: pointer;
}

#pcl-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Results */
.pcl-result-box {
    padding: 40px 0;
}

.pcl-result-box > h2 {
    font-size: 26px;
    margin-bottom: 12px;
}

.pcl-result-box > p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* REPS Snapshot */
.pcl-reps-snapshot {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 32px;
    margin: 32px 0 40px;
}

.pcl-reps-snapshot h3 {
    margin-bottom: 24px;
    font-size: 20px;
}

.pcl-reps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
}

.pcl-reps-item {
    padding: 0;
}

.pcl-reps-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
}

.pcl-reps-label {
    font-weight: bold;
    font-size: 15px;
}

.pcl-reps-pct {
    font-size: 15px;
    font-weight: bold;
    color: #111;
}

.pcl-reps-bar-wrap {
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 6px;
}

.pcl-reps-bar {
    height: 100%;
    border-radius: 999px;
    transition: width 0.8s ease;
}

.pcl-tier-bar-developing { background: #e0a800; }
.pcl-tier-bar-building   { background: #1a73e8; }
.pcl-tier-bar-strong     { background: #2e7d32; }

.pcl-reps-desc {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Per-capacity cards */
.pcl-capacity-card {
    padding: 36px;
    border: 1px solid #eee;
    border-radius: 16px;
    margin-bottom: 24px;
}

.pcl-capacity-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
}

.pcl-capacity-label {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.pcl-capacity-pct {
    font-size: 22px;
    font-weight: bold;
    color: #111;
}

.pcl-capacity-description {
    color: #555;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.5;
}

.pcl-capacity-bar-wrap {
    width: 100%;
    height: 8px;
    background: #ececec;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 24px;
}

.pcl-capacity-bar {
    height: 100%;
    background: #111;
    border-radius: 999px;
    transition: width 0.8s ease;
}

.pcl-interpretation p {
    line-height: 1.7;
    margin-bottom: 12px;
    color: #333;
}

.pcl-what-includes,
.pcl-as-you-develop {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.pcl-what-includes h4,
.pcl-as-you-develop h4 {
    font-size: 15px;
    margin-bottom: 8px;
    color: #111;
}

.pcl-what-includes p,
.pcl-as-you-develop p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

/* Tier accent colors */
.pcl-tier-developing { border-left: 4px solid #e0a800; }
.pcl-tier-building   { border-left: 4px solid #1a73e8; }
.pcl-tier-strong     { border-left: 4px solid #2e7d32; }

/* Explore section */
.pcl-explore-section {
    margin-top: 16px;
    padding: 40px;
    background: #f9f9f9;
    border-radius: 16px;
}

.pcl-explore-section h2 {
    font-size: 22px;
    margin-bottom: 16px;
}

.pcl-explore-section p {
    line-height: 1.7;
    color: #444;
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .pcl-question {
        font-size: 18px;
    }

    .pcl-options {
        gap: 8px;
    }

    .pcl-option-value {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .pcl-capacity-card {
        padding: 20px;
    }
}
