.worker-prof-page {
    padding: 0 0 48px;
}

.worker-prof-shell {
    max-width: 980px;
    margin: 0 auto;
}

.worker-prof-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.worker-prof-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid rgba(47, 125, 246, 0.16);
    border-radius: 14px;
    color: var(--muted);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.worker-prof-step--done,
.worker-prof-step--active {
    color: var(--text);
}

.worker-prof-step--done {
    background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
}

.worker-prof-step--active {
    border-color: rgba(47, 125, 246, 0.38);
    background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
}

.worker-prof-step__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--soft);
    font-size: 18px;
    flex-shrink: 0;
}

.worker-prof-step strong,
.worker-prof-step span {
    display: block;
}

.worker-prof-step strong {
    font-size: 14px;
}

.worker-prof-step div span {
    font-size: 12px;
}

.worker-prof-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.worker-prof-section-title {
    padding: 12px 18px;
    background: linear-gradient(90deg, #0d5fc6 0%, #2f7df6 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.worker-prof-body {
    padding: 18px;
}

.worker-prof-body--skills {
    display: grid;
    gap: 18px;
}

/* Position tile styles removed — all workers are Domestic Helper */

.worker-prof-form-grid,
.worker-prof-preference-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.worker-prof-preference-grid {
    align-items: start;
}

.worker-prof-field {
    display: grid;
    gap: 8px;
}

.worker-prof-field--full {
    grid-column: 1 / -1;
}

.worker-prof-field label {
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
}

.worker-prof-field label span,
.skill-section__header strong span {
    color: #ff6b6b;
}

.worker-prof-field input,
.worker-prof-field select,
.worker-prof-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    background: #fff;
    color: var(--text);
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.worker-prof-field textarea {
    min-height: 96px;
    resize: vertical;
}

.worker-prof-field input:focus,
.worker-prof-field select:focus,
.worker-prof-field textarea:focus {
    border-color: rgba(47, 125, 246, 0.5);
    box-shadow: 0 0 0 4px rgba(47, 125, 246, 0.12);
}

.worker-prof-field--checkbox {
    display: flex;
    align-items: center;
}

.worker-prof-evaluation-block {
    gap: 10px;
}

.worker-prof-evaluation-text {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
}

.worker-prof-checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text);
}

.worker-prof-checkbox-label input {
    width: 18px;
    height: 18px;
    min-height: auto;
    accent-color: var(--primary);
}

.worker-prof-skill-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.worker-prof-skill-card {
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
    background: #f8fbff;
    border: 1px solid #e6eefb;
}

.worker-prof-skill-card h4 {
    margin: 0;
    color: #1f3b73;
    font-size: 15px;
}

.worker-prof-skill-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.worker-prof-checkbox-label--card {
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: #fff;
}

.worker-prof-skill-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.worker-prof-skill-metrics--single {
    grid-template-columns: minmax(0, 1fr);
}

.worker-prof-inline-field {
    display: grid;
    gap: 6px;
}

.worker-prof-inline-field label {
    font-size: 12px;
    font-weight: 700;
    color: var(--muted);
}

.input-with-icon {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 10px;
    align-items: center;
}

.input-with-icon__emoji {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(47, 125, 246, 0.1);
    font-size: 20px;
}

.salary-grid {
    display: grid;
    grid-template-columns: 1fr 140px;
    gap: 12px;
}

.currency-select {
    min-width: 0;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-list--compact {
    margin-top: 2px;
}

.tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 12px;
    background: #fff;
    color: #4a5a73;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.tag-chip:hover {
    border-color: rgba(47, 125, 246, 0.35);
}

.tag-chip--active {
    border-color: rgba(47, 125, 246, 0.46);
    background: rgba(47, 125, 246, 0.12);
    color: var(--primary-2);
}

.tag__icon {
    color: var(--primary);
    font-size: 11px;
}

.skill-section {
    display: grid;
    gap: 14px;
}

.skill-section__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #edf2f8;
    color: #42526a;
}

.skill-section__header strong {
    font-size: 15px;
}

.validation-banner {
    padding: 14px 16px;
    border-radius: 12px;
    background: #ffe3e8;
    color: #b55168;
    font-size: 14px;
    font-weight: 600;
}

.worker-prof-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}

@media (max-width: 900px) {
    .worker-prof-steps,
    .worker-prof-form-grid,
    .worker-prof-preference-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .worker-prof-steps,
    .worker-prof-form-grid,
    .worker-prof-preference-grid,
    .worker-prof-skill-detail-grid,
    .position-grid,
    .salary-grid {
        grid-template-columns: 1fr;
    }

    .worker-prof-field--full {
        grid-column: auto;
    }

    .input-with-icon {
        grid-template-columns: 1fr;
    }

    .worker-prof-actions {
        flex-direction: column-reverse;
    }

    .worker-prof-actions .btn {
        width: 100%;
    }
}
