.msf-778a4900-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: sans-serif;
    color: #333;
}

.msf-778a4900-header {
    margin-bottom: 30px;
}

.msf-778a4900-progress {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}

.msf-778a4900-step-indicator {
    height: 4px;
    flex: 1;
    background: #e0e0e0;
    border-radius: 2px;
    transition: background 0.3s;
}

.msf-778a4900-step-indicator.active {
    background: #62a348;
}

.msf-778a4900-step-indicator:nth-child(2).active,
.msf-778a4900-step-indicator:nth-child(3).active {
    background: #4FA0D8;
}

.msf-778a4900-step-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.msf-778a4900-step {
    display: none;
    animation: fadeIn 0.4s;
}

.msf-778a4900-step.msf-778a4900-active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.msf-778a4900-field {
    margin-bottom: 24px;
}

.msf-778a4900-label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.msf-778a4900-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.2s;
    background: #fff;
    box-sizing: border-box;
}

.msf-778a4900-input:focus {
    border-color: #4FA0D8;
    outline: none;
}

.msf-778a4900-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.msf-778a4900-service-card input {
    display: none;
}

.msf-778a4900-service-content {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
    height: 100%;
    box-sizing: border-box;
}

.msf-778a4900-service-content strong {
    display: block;
    margin-bottom: 4px;
    color: #2c3e50;
}

.msf-778a4900-service-content span {
    font-size: 13px;
    color: #777;
}

.msf-778a4900-service-card input:checked + .msf-778a4900-service-content {
    border-color: #4FA0D8;
    background-color: rgba(79, 160, 216, 0.1);
}

.msf-778a4900-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.msf-778a4900-actions {
    display: flex;
    margin-top: 30px;
}

.msf-778a4900-actions.right {
    justify-content: flex-end;
}

.msf-778a4900-actions.space-between {
    justify-content: space-between;
}

.msf-778a4900-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: transform 0.1s, opacity 0.2s;
}

.msf-778a4900-btn:active {
    transform: scale(0.98);
}

.msf-778a4900-btn-primary {
    background: #4FA0D8;
    color: #fff;
    box-shadow: 0 4px 12px rgba(79, 160, 216, 0.3);
}

.msf-778a4900-btn-secondary {
    background: #fff;
    border: 1px solid #4FA0D8;
    color: #4FA0D8;
}

.msf-778a4900-dropzone {
    border: 2px dashed #dcdcdc;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    background: #f8fbff;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    margin-bottom: 20px;
}

.msf-778a4900-dropzone:hover, .msf-778a4900-dropzone.dragover {
    border-color: #4FA0D8;
    background: #eff6fb;
}

.msf-778a4900-dropzone-icon {
    width: 50px;
    height: 50px;
    background: #4FA0D8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 4px 10px rgba(79, 160, 216, 0.3);
}

.msf-778a4900-dropzone-text {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.msf-778a4900-dropzone-sub {
    font-size: 13px;
    color: #777;
}

.msf-778a4900-consent {
    font-size: 13px;
    color: #777;
}

.msf-778a4900-consent input {
    margin-right: 8px;
}

.msf-778a4900-message {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}
